/* Palette: F's luxe structure recoloured into I's cerulean system.
   Light, white-dominant. Cerulean primary, deeper cerulean as accent metal,
   sun-yellow as the single sparing accent (replacing F's gold). */
:root {
  --white: #ffffff;
  --paper: #f6fbfe; /* page wash (replaces F's --black body) */
  --paper2: #eaf4fb; /* secondary panel wash (replaces --black2) */
  --blue: #2fa8da; /* primary (was --emerald) */
  --blued: #1b7fa8; /* deeper blue (was --emerald2 metal) */
  --ink: #0e4663; /* text (was --ice on dark) */
  --sun: #e9a93b; /* sparing accent, sun-yellow darkened for contrast on white (was --gold) */
  --sun-soft: #ffd15c; /* bright sun for fills/underlines */
  --wash: #e6f4fb; /* pale tint */
  --mut: #5e7a88; /* muted text */
  --line: #e4edf2; /* hairline borders */
  --glass: rgba(47, 168, 218, 0.06);
  --gline: rgba(14, 70, 99, 0.12);
  --sh: 0 10px 30px rgba(20, 90, 130, 0.07), 0 2px 8px rgba(20, 90, 130, 0.05);
  --sh-h:
    0 22px 52px rgba(20, 90, 130, 0.15), 0 4px 14px rgba(20, 90, 130, 0.08);
  --icotile: linear-gradient(160deg, #eaf7fd, #cdeaf7);
  --icosh: inset 0 1px 0 #fff, 0 6px 14px rgba(47, 168, 218, 0.18);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", sans-serif;
  background: var(--white);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 36px;
}
.cormo {
  font-family: "Cormorant Garamond", serif;
}
img {
  max-width: 100%;
  display: block;
}
.ic {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  position: relative;
}
.brand {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.brand b {
  color: var(--blue);
  font-weight: 500;
}
.brand-logo {
  height: 44px;
  width: auto;
  display: block;
}
@media (max-width: 520px) {
  .brand-logo {
    height: 36px;
  }
}
.navlinks {
  display: flex;
  gap: 34px;
  font-size: 0.86rem;
  font-weight: 400;
  color: var(--mut);
  letter-spacing: 0.02em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.navlinks a {
  color: inherit;
  text-decoration: none;
}
.navlinks a:hover {
  color: var(--blue);
}
.navlinks a.active {
  color: var(--ink);
  opacity: 1;
  font-weight: 700;
}
/* WordPress wp_nav_menu outputs <ul><li><a>; flatten it to match the flat
   fallback markup so a real WP menu looks identical. */
.navlinks ul.navlinks-menu {
  display: flex;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navlinks ul.navlinks-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navlinks ul.navlinks-menu a {
  color: inherit;
  text-decoration: none;
}
.navlinks ul.navlinks-menu a:hover {
  color: var(--blue);
}
/* WordPress marks the active item with these classes */
.navlinks ul.navlinks-menu .current-menu-item > a,
.navlinks ul.navlinks-menu .current_page_item > a,
.navlinks ul.navlinks-menu .current-menu-ancestor > a {
  color: var(--ink);
  opacity: 1;
  font-weight: 700;
}
.navpill {
  border: 1px solid var(--blue);
  color: var(--blue);
  padding: 10px 22px;
  border-radius: 2px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.navpill:hover {
  background: var(--blue);
  color: #fff;
}
@media (max-width: 780px) {
  .navlinks {
    display: none;
  }
}

/* hero full bleed */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero .bg {
  position: absolute;
  inset: 0;
}
/* Photo kept, dimmed and cooled slightly so WHITE hero text reads on any area of it. */
.hero .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(1.05) contrast(1.02);
}
/* Cool cerulean wash deepens the dim toward the brand colour, plus a stronger bottom band
   for text legibility and to fade into the white page under the stat strip. */
.hero .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(14, 70, 99, 0.3),
      rgba(14, 70, 99, 0.14) 38%,
      rgba(14, 70, 99, 0.34) 72%
    ),
    linear-gradient(
      180deg,
      rgba(246, 251, 254, 0) 86%,
      rgba(246, 251, 254, 0.7)
    );
}
.hero .wrap {
  position: relative;
  z-index: 3;
  padding-top: 76px;
  width: 100%;
}
/* Hero only: white text over the dimmed photo (the rest of the page keeps ink-on-white).
   Soft dark shadow carries the text over any brighter patches. */
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 26px;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(8, 40, 58, 0.5);
}
.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.98;
  letter-spacing: 0.01em;
  max-width: 16ch;
  color: #fff;
  text-shadow:
    0 2px 28px rgba(8, 40, 58, 0.5),
    0 1px 5px rgba(8, 40, 58, 0.35);
}
.hero h1 i {
  font-style: italic;
  color: #9fe0ff;
}
.hero h1.capitals i {
  font-style: normal;
  color: #9fe0ff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero .lede {
  margin-top: 26px;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  max-width: 46ch;
  text-shadow: 0 1px 14px rgba(8, 40, 58, 0.55);
}
.hbtns {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hbtns a:only-child {
  display: inline-block;
  min-width: 240px;
  text-align: center;
}
.btn {
  padding: 15px 32px;
  border-radius: 12px;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}
.btn-g {
  background: linear-gradient(180deg, #52b9e7, #2fa8da);
  color: #fff;
  box-shadow:
    0 8px 20px rgba(47, 168, 218, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn-g:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 30px rgba(47, 168, 218, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.btn-o {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  box-shadow: var(--sh);
}
.btn-o:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
  color: var(--blue);
}
/* hero buttons over the photo need their own outline treatment */
.hero .btn-o {
  background: rgba(255, 255, 255, 0.92);
}

/* sub-page hero: same treatment, banner height */
.hero.short {
  min-height: 54vh;
}
.hero.short h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
}

/* glass stat strip overlapping */
.statband {
  margin-top: -58px;
  position: relative;
  z-index: 5;
}
.statband .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--sh-h);
}
.statband .c {
  background: linear-gradient(180deg, #fff, #fafdfe);
  padding: 34px 26px;
  text-align: center;
}
.statband .n {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: var(--blue);
  line-height: 1;
}
.statband .l {
  margin-top: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mut);
}
@media (max-width: 760px) {
  .statband .wrap {
    grid-template-columns: 1fr 1fr;
  }
}

/* philosophy split */
.phil {
  padding: 120px 0;
}
.phil .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.phil .e {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--blued);
  margin-bottom: 20px;
  font-weight: 600;
}
.phil h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  line-height: 1.06;
  color: var(--ink);
}
.phil h2 i {
  font-style: italic;
  color: var(--blue);
}
.phil p {
  margin-top: 22px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--mut);
  font-size: 1.05rem;
  max-width: 44ch;
}
.phil .media {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh);
}
.phil .media img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
.phil .media .badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  padding: 14px 22px;
  border-radius: 12px;
  box-shadow: var(--sh);
}
.phil .media .badge .cormo {
  font-size: 1.6rem;
  color: var(--blue);
}
.phil .media .badge span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mut);
  margin-top: 2px;
}
@media (max-width: 880px) {
  .phil .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .phil .media img {
    height: 320px;
  }
}

/* gallery glass cards */
.coll {
  padding: 0 0 120px;
}
.shead {
  text-align: center;
  margin-bottom: 56px;
}
.shead .e {
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--blued);
  font-weight: 600;
}
.shead h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  margin-top: 10px;
  color: var(--ink);
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gc {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 340px;
  box-shadow: var(--sh);
}
.gc img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(1) saturate(1);
  transition: 0.5s;
}
.gc:hover img {
  filter: brightness(1.04) saturate(1.05);
  transform: scale(1.04);
}
.gc .ov {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: linear-gradient(180deg, transparent 38%, rgba(14, 70, 99, 0.78));
}
.gc .ov .num {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: var(--sun-soft);
  letter-spacing: 0.1em;
}
.gc .ov h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 6px;
  color: #fff;
}
.gc .ov p {
  font-weight: 300;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

/* interactive before/after — a drag slider. The "before" image is the base;
   the "after" image sits on top, clipped to a width driven by the handle
   position (--pos, a percentage). Click-and-hold the handle and drag left/
   right to wipe between the two. Both images share identical framing. */
.batsec {
  padding: 0 0 120px;
}
.bagrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ba {
  --pos: 50%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh);
  user-select: none;
  aspect-ratio: 16/10;
  touch-action: none;
  cursor: ew-resize;
}
.ba:hover {
  box-shadow: var(--sh-h);
}
.ba img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  -webkit-user-drag: none;
}
/* after image is full-size and always fills the card; only its visible region
   is clipped to the handle position via clip-path (no JS width syncing). */
.ba .after-wrap {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  will-change: clip-path;
}
.ba .after-img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
/* corner labels */
.ba .lbl {
  position: absolute;
  top: 16px;
  z-index: 3;
  padding: 7px 14px;
  border-radius: 40px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  backdrop-filter: blur(8px);
}
.ba .lbl-before {
  left: 16px;
  background: rgba(14, 70, 99, 0.72);
}
.ba .lbl-after {
  right: 16px;
  background: rgba(47, 168, 218, 0.92);
}
/* draggable handle + divider line */
.ba .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  z-index: 4;
  box-shadow: 0 0 0 1px rgba(14, 70, 99, 0.12);
}
.ba .knob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(14, 70, 99, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blued);
}
.ba .knob svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* caption bottom-left */
.ba .bcap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 26px 22px 20px;
  background: linear-gradient(180deg, transparent, rgba(14, 70, 99, 0.82));
  color: #fff;
  pointer-events: none;
}
.ba .bcap h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
}
.ba .bcap .hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 820px) {
  .bagrid {
    grid-template-columns: 1fr;
  }
}

/* quote luxe */
.q {
  background: linear-gradient(180deg, var(--paper), var(--paper2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.q .wrap {
  padding: 110px 36px;
  text-align: center;
}
.q .mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  color: var(--blue);
  line-height: 0.5;
  opacity: 0.55;
}
.q blockquote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.8rem, 4.6vw, 3.2rem);
  line-height: 1.25;
  max-width: 26ch;
  margin: 0 auto;
  color: var(--ink);
}
.q .who {
  margin-top: 30px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blued);
}

/* testimonial cards */
.tsec {
  padding: 110px 0;
}
/* testimonial slider: a scroll-snap track of equal cards, driven by prev/next
   arrows and dots. One card per view on mobile, up to three on desktop. */
.slider {
  position: relative;
  margin-top: 12px;
}
.viewport {
  overflow: hidden;
}
.track {
  display: flex;
  gap: 22px;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.tcard {
  flex: 0 0 calc((100% - 44px) / 3);
  background: linear-gradient(180deg, #fff, #fafdfe);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 30px;
  box-shadow: var(--sh);
  display: flex;
  flex-direction: column;
}
.tcard .mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  color: var(--blue);
  line-height: 0.6;
  opacity: 0.5;
}
.tcard p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--mut);
  flex: 1;
}
.tcard .who {
  margin-top: 24px;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--ink);
}
.tcard .who span {
  display: block;
  font-weight: 400;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blued);
  margin-top: 3px;
}
.sarrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: var(--sh);
  color: var(--blued);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    opacity 0.2s ease;
}
.sarrow:hover {
  border-color: var(--blue);
  color: var(--blue);
  box-shadow: var(--sh-h);
}
.sarrow:active {
  transform: translateY(-50%) scale(0.94);
}
.sarrow.prev {
  left: -24px;
}
.sarrow.next {
  right: -24px;
}
.sarrow[disabled] {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.sarrow .ic {
  width: 20px;
  height: 20px;
}
.sdots {
  display: flex;
  gap: 9px;
  justify-content: center;
  margin-top: 34px;
}
.sdots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.sdots button.on {
  background: var(--blue);
  transform: scale(1.35);
}
@media (max-width: 1080px) {
  .tcard {
    flex-basis: calc((100% - 22px) / 2);
  }
}
@media (max-width: 720px) {
  .tcard {
    flex-basis: 100%;
  }
  .sarrow.prev {
    left: 6px;
  }
  .sarrow.next {
    right: 6px;
  }
}

/* certs + clients */
.certs {
  padding: 90px 0 30px;
  text-align: center;
}
.certrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: var(--sh);
}
.certrow .c {
  padding: 16px 26px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: var(--ink);
  border-right: 1px solid var(--line);
  background: #fff;
}
.certrow .c:last-child {
  border-right: none;
}
.certrow .c.g {
  color: var(--blue);
  font-weight: 600;
}
.clab {
  font-size: 0.76rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mut);
  margin: 60px 0 30px;
}
.clients {
  padding-bottom: 100px;
  text-align: center;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  align-items: center;
}
.logos img {
  height: 96px;
  width: 96px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
  box-shadow: var(--sh);
  filter: grayscale(1);
  opacity: 0.72;
  transition:
    filter 0.3s ease,
    opacity 0.3s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.logos img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: var(--sh-h);
}
@media (max-width: 600px) {
  .logos img {
    height: 74px;
    width: 74px;
  }
}

/* spec + info detail (ported from I). Right column stretches to the image height and
   distributes its two cards to fill it, so the columns bottom-align to the packshot. */
.detail {
  padding: 0 0 110px;
}
.detail .wrap {
  display: grid;
  grid-template-columns: minmax(280px, 380px) 1fr;
  gap: 24px;
  align-items: stretch;
}
.detail .shead {
  text-align: left;
  margin-bottom: 40px;
  grid-column: 1/-1;
}
/* The packshot anchors the row height. align-items:stretch makes the right cell match it;
   the right column then distributes its two cards (space-between) so they bottom-align to
   the image. min-height:0 lets the flex column be bounded by the grid row, not its content. */
.prodcard {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.prodcard:hover {
  border-color: var(--blue);
  box-shadow: var(--sh-h);
}
.prodcard img {
  width: 100%;
  display: block;
}
.detright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 0;
  height: 100%;
}
.spec {
  background: linear-gradient(180deg, #eff8fd, #e1f1f9);
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 22px 28px 14px;
  box-shadow:
    var(--sh),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spec:hover {
  border-color: var(--blue);
}
.spec .lbl {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blued);
  font-weight: 700;
  margin-bottom: 6px;
}
.spec .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(27, 127, 168, 0.14);
}
.spec .r:last-child {
  border-bottom: none;
}
.spec .r .k {
  color: var(--mut);
  font-size: 0.9rem;
  font-weight: 500;
}
.spec .r .v {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--blue);
}
.spec .r .v.hl {
  color: var(--blue);
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info .lbl {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 12px;
}
.chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.chiprow {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}
.chiprow:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-h);
  border-color: var(--blue);
}
.chiprow .tick {
  flex: 0 0 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--icotile);
  color: var(--blued);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--icosh);
}
.chiprow .tick .ic {
  width: 15px;
  height: 15px;
}
@media (max-width: 880px) {
  .detail .wrap {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .detright {
    height: auto;
  }
  .prodcard img {
    height: auto;
  }
}
@media (max-width: 420px) {
  .chips {
    grid-template-columns: 1fr;
  }
}

/* benefits / uses lists (about + product pages) */
.blist {
  margin-top: 26px;
  display: grid;
  gap: 10px;
}
.blist .row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 18px;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ink);
}
.blist .row .tick {
  flex: 0 0 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 8px;
  background: var(--icotile);
  color: var(--blued);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--icosh);
}
.blist .row .tick .ic {
  width: 15px;
  height: 15px;
}

/* video + demo media (product page) */
.media2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.vcard {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #0e4663;
  box-shadow: var(--sh);
}
.vcard video {
  width: 100%;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: #0e4663;
}
.vcard .cap {
  padding: 16px 22px;
  background: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: var(--mut);
}
@media (max-width: 820px) {
  .media2 {
    grid-template-columns: 1fr;
  }
}

/* big featured video section — a large, prominent hero video with a small
   secondary video beside it on wide screens. */
.vfeature {
  padding: 90px 0 100px;
  background: linear-gradient(180deg, var(--paper), var(--paper2));
  border-bottom: 1px solid var(--line);
}
.vfeature .vgrid {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  gap: 22px;
  align-items: stretch;
  margin-top: 20px;
}
.vbig,
.vside {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: #0e4663;
  box-shadow: var(--sh-h);
  position: relative;
}
.vbig video {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #0e4663;
}
.vside {
  display: flex;
  flex-direction: column;
}
.vside video {
  width: 100%;
  flex: 1;
  display: block;
  object-fit: cover;
  background: #0e4663;
  min-height: 0;
}
.vbig .cap,
.vside .cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 24px;
  background: linear-gradient(180deg, transparent, rgba(14, 70, 99, 0.85));
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  pointer-events: none;
}
.vside .cap {
  font-size: 0.82rem;
  padding: 16px 18px;
}
@media (max-width: 900px) {
  .vfeature .vgrid {
    grid-template-columns: 1fr;
  }
  .vbig video {
    aspect-ratio: 16/10;
  }
  .vside video {
    aspect-ratio: 16/10;
  }
}

/* cleaning-cycle numbered steps (from the GCC brochure) */
.cycle {
  padding: 110px 0;
}
.cyclead {
  max-width: 52ch;
  margin: 0 auto 12px;
  text-align: center;
  color: var(--mut);
  font-size: 1.05rem;
  line-height: 1.7;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px 28px 28px;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.step:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-h);
  border-color: var(--blue);
}
.step .no {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #52b9e7, #2fa8da);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 20px rgba(47, 168, 218, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  margin-bottom: 18px;
}
.step h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--ink);
  margin-bottom: 10px;
}
.step p {
  color: var(--mut);
  font-size: 0.96rem;
  line-height: 1.65;
}
/* the "extra uses" step spans full width with a chip list */
.step.extra {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: center;
  background: linear-gradient(180deg, #eff8fd, #e1f1f9);
}
.step.extra .no {
  margin-bottom: 0;
}
.step.extra .exgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.step.extra .exgrid .chiprow {
  background: #fff;
}
.cyclenote {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 34px;
}
.cyclenote .pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 40px;
  padding: 11px 20px;
  background: #fff;
  box-shadow: var(--sh);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}
.cyclenote .pill b {
  color: var(--blue);
}
@media (max-width: 880px) {
  .steps {
    grid-template-columns: 1fr;
  }
  .step.extra {
    grid-template-columns: 1fr;
  }
  .step.extra .exgrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .step.extra .exgrid {
    grid-template-columns: 1fr;
  }
}

/* brochure band */
.broch {
  background: linear-gradient(180deg, var(--paper), var(--paper2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.broch .wrap {
  padding: 80px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.broch h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--ink);
}
.broch p {
  margin-top: 8px;
  color: var(--mut);
  font-size: 0.98rem;
}

/* contact page */
.csec {
  padding: 100px 0 110px;
}
.cgrid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: start;
}
.ccards {
  display: grid;
  gap: 16px;
}
.ccard {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 24px;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
  transition: border-color 0.2s ease;
}
.ccard:hover {
  border-color: var(--blue);
}
.ccard .tile {
  flex: 0 0 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--icotile);
  color: var(--blued);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--icosh);
}
.ccard h3 {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blued);
  font-weight: 700;
  margin-bottom: 6px;
}
.ccard p,
.ccard a {
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}
.ccard a:hover {
  color: var(--blue);
}
.form {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 34px;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
}
.form .lbl {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blued);
  font-weight: 700;
  margin-bottom: 18px;
}
.form .frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 0.94rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 14px;
  outline: none;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(47, 168, 218, 0.14);
}
.form textarea {
  min-height: 150px;
  resize: vertical;
}
/* native select arrow */
.form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235E7A88' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
}
.form button {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  border: none;
  width: 100%;
}
.map {
  margin-top: 60px;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--sh);
}
.map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
  filter: saturate(0.9);
}
@media (max-width: 880px) {
  .cgrid {
    grid-template-columns: 1fr;
  }
  .form .frow {
    grid-template-columns: 1fr;
  }
}

/* order form page */
.osec {
  padding: 90px 0 110px;
}
.ogrid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 34px;
  align-items: start;
}
.form .flabel {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 7px;
}
.form .req {
  color: var(--blue);
}
.form .fhint {
  font-size: 0.78rem;
  color: var(--mut);
  margin: -8px 0 14px;
}
.form .sub {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blued);
  font-weight: 700;
  margin: 22px 0 16px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.form .sub:first-of-type {
  border-top: none;
  padding-top: 0;
}
/* segmented yes/no toggle */
.seg {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--sh);
  margin-bottom: 14px;
}
.seg input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.seg label {
  cursor: pointer;
  padding: 12px 30px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--mut);
  background: #fff;
  transition:
    background 0.16s ease,
    color 0.16s ease;
}
.seg label + label {
  border-left: 1px solid var(--line);
}
.seg input:checked + label {
  background: linear-gradient(180deg, #52b9e7, #2fa8da);
  color: #fff;
}
/* quantity stepper */
.qty {
  display: flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--sh);
  margin-bottom: 6px;
}
.qty button {
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  color: var(--blued);
  border: none;
  cursor: pointer;
  transition: background 0.16s ease;
}
.qty button:hover {
  background: var(--wash);
}
.qty input {
  width: 88px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0;
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  height: 48px;
}
.qty input:focus {
  box-shadow: none;
}
/* order summary aside */
.osum {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fafdfe);
  box-shadow: var(--sh);
  position: sticky;
  top: 100px;
}
.osum .top {
  padding: 26px 28px;
  background: linear-gradient(160deg, #124e70, #0e4663 60%);
  color: #fff;
}
.osum .top .e {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7ccbec;
  font-weight: 700;
}
.osum .top h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.7rem;
  margin-top: 6px;
}
.osum .body {
  padding: 24px 28px;
}
.osum .prod {
  display: flex;
  gap: 16px;
  align-items: center;
}
.osum .prod img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 6px;
}
.osum .prod .nm {
  font-weight: 600;
  color: var(--ink);
  font-size: 1rem;
}
.osum .prod .sz {
  font-size: 0.84rem;
  color: var(--mut);
  margin-top: 2px;
}
.osum .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.94rem;
  color: var(--mut);
}
.osum .line:last-of-type {
  border-bottom: none;
}
.osum .line b {
  color: var(--ink);
  font-weight: 700;
}
.osum .qrbox {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  text-align: center;
}
.osum .qrbox img {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
}
.osum .qrbox span {
  font-size: 0.78rem;
  color: var(--mut);
}
@media (max-width: 880px) {
  .ogrid {
    grid-template-columns: 1fr;
  }
  .osum {
    position: static;
  }
}

footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #124e70, #0e4663 60%);
  color: #fff;
  padding: 70px 0 36px;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    60% 120% at 90% -10%,
    rgba(47, 168, 218, 0.3),
    rgba(47, 168, 218, 0) 55%
  );
  pointer-events: none;
}
footer .wrap {
  position: relative;
  z-index: 1;
}
.fgrid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
}
footer .brand {
  font-size: 1.8rem;
  color: #fff;
}
footer .brand b {
  color: #7ccbec;
}
.foot-logo {
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--sh);
}
.foot-logo img {
  height: 46px;
  width: auto;
  display: block;
}
footer p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 34ch;
}
.fcol h4 {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7ccbec;
  margin-bottom: 14px;
}
.fcol a,
.fcol span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.95;
  text-decoration: none;
}
.fcol a:hover {
  color: #fff;
}
.frule {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin: 44px 0 22px;
}
.fbot {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 760px) {
  .fgrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
