:root {
  --brand-blue: #56B3E4;
  --brand-green: #80C397;
  --blue-deep: #176b8f;
  --blue-dark: #0f516f;
  --ink: #202a31;
  --ink-deep: #0d1c24;
  --muted: #5e6d75;
  --paper: #ffffff;
  --mist: #f1f9fc;
  --green-mist: #eff9f2;
  --line: #dbe8ed;
  --soft: #f7fafb;
  --radius: 28px;
  --container: 1180px;
  --shadow: 0 24px 80px rgba(35, 100, 132, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 999; transform: translateY(-170%); background: var(--ink-deep); color: white; padding: .8rem 1rem; border-radius: 10px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 rgba(20,50,65,.08); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 204px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 1.8rem; font-size: .92rem; font-weight: 680; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:2px; background:var(--brand-blue); transition:.2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right:0; }
.nav-cta { padding: .78rem 1.15rem; border-radius: 999px; background: var(--ink-deep); color: white; transition:.2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--blue-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 22px; height: 2px; border-radius: 2px; background: var(--ink-deep); }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 168px 0 88px; background: linear-gradient(118deg, #fff 0 49%, #f0f9fc 49% 100%); }
.hero::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; left:-300px; bottom:-210px; border:1px solid rgba(86,179,228,.2); box-shadow:0 0 0 90px rgba(86,179,228,.035),0 0 0 180px rgba(128,195,151,.025); }
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap: 5rem; align-items:center; }
.location-pill { display:inline-flex; align-items:center; gap:.65rem; margin-bottom:1.8rem; padding:.52rem .8rem; border:1px solid var(--line); border-radius:999px; color:var(--muted); background:rgba(255,255,255,.78); font-size:.82rem; font-weight:720; letter-spacing:.035em; }
.location-pill span { width:8px; height:8px; border-radius:50%; background:var(--brand-green); box-shadow:0 0 0 5px rgba(128,195,151,.18); }
h1,h2,h3 { margin-top:0; color:var(--ink-deep); line-height:1.08; letter-spacing:-.035em; }
h1 { max-width: 760px; margin-bottom:1.55rem; font-size:clamp(3rem,5.45vw,5.4rem); font-weight:790; }
h1 em { color:var(--blue-deep); font-style:normal; }
.hero-lead { max-width:700px; margin:0 0 2.1rem; color:var(--muted); font-size:1.16rem; line-height:1.72; }
.hero-actions { display:flex; align-items:center; gap:1.2rem; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:.7rem; min-height:52px; padding:.8rem 1.25rem; border-radius:999px; text-decoration:none; font-weight:760; transition:.2s ease; }
.button-primary { background:var(--blue-deep); color:white; box-shadow:0 12px 32px rgba(23,107,143,.18); }
.button-primary:hover { transform:translateY(-2px); background:var(--blue-dark); }
.button-link { padding-inline:.25rem; border-radius:0; border-bottom:1px solid var(--ink); }
.button-link:hover { color:var(--blue-deep); border-color:var(--blue-deep); }
.hero-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:3.2rem; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.hero-meta div { padding:1.15rem .8rem 1.15rem 0; }
.hero-meta strong,.hero-meta span { display:block; }
.hero-meta strong { font-size:.9rem; }
.hero-meta span { margin-top:.15rem; color:var(--muted); font-size:.76rem; }

.hero-visual { position:relative; min-height:575px; display:flex; align-items:center; justify-content:center; padding-bottom:34px; }
.visual-card { position:relative; width:min(100%,560px); overflow:hidden; border-radius:40px; background:linear-gradient(145deg,#0e2430,#153d4d); box-shadow:var(--shadow); isolation:isolate; }
.visual-card::before { content:""; position:absolute; inset:14px; z-index:3; pointer-events:none; border:1px solid rgba(255,255,255,.12); border-radius:30px; }
.visual-card::after { content:""; position:absolute; width:290px; height:290px; right:-105px; top:-95px; border-radius:50%; background:rgba(255,255,255,.035); box-shadow:0 0 0 70px rgba(86,179,228,.025),0 0 0 140px rgba(128,195,151,.018); }
.visual-card-motion { min-height: 510px; }
.visual-stage { position:relative; z-index:1; min-height: 410px; padding: 54px 34px 0; }
.brand-motion { width:100%; height:auto; }
.visual-copy { position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; align-items:flex-start; justify-content:space-between; padding:44px 42px 48px; color:white; }
.visual-copy-inline { position:relative; inset:auto; padding:0 34px 34px; justify-content:flex-end; }
.visual-text { max-width:340px; }
.visual-text-inline { max-width:360px; }
.visual-text span { display:block; margin-bottom:.6rem; color:rgba(255,255,255,.62); font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.visual-copy p { margin:0; font-size:clamp(1.55rem,2vw,2.05rem); line-height:1.08; font-weight:760; letter-spacing:-.035em; }
.visual-note { position:absolute; right:18px; top:24px; z-index:4; padding:.72rem .9rem; border-radius:12px; background:white; box-shadow:0 10px 30px rgba(13,28,36,.12); color:var(--blue-deep); font-size:.62rem; font-weight:800; letter-spacing:.065em; text-transform:uppercase; white-space:nowrap; }

.visual-card-morph { min-height: 500px; }
.visual-stage-morph { position:relative; min-height: 392px; padding: 44px 26px 0; }
.brand-motion-morph { width:100%; height:auto; }
.visual-copy-morph { padding: 0 30px 30px; }

.morph-stream {
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.morph-flow-back .morph-stream { stroke-width: 36; opacity: .18; }
.morph-flow-main .morph-stream:not(.morph-tracer) { stroke-width: 18; }
.blue-back { stroke: #56B3E4; }
.green-back { stroke: #80C397; }
.blue-main { stroke: url(#streamBlueFill); }
.green-main { stroke: url(#streamGreenFill); }
.morph-flow-back { animation: morphStreamFade 5.4s ease forwards; }
.morph-flow-main { animation: morphStreamFade 5.4s ease forwards; }
.morph-tracer {
  stroke-width: 7;
  stroke-dasharray: 22 28 110 34;
  animation: tracerTravel 4.6s linear forwards, morphTraceFade 5.4s ease forwards;
}
.tracer-blue { stroke: #d0f0ff; opacity: .96; }
.tracer-green { stroke: #e2ffea; opacity: .88; animation-delay: 0s, 0s; }

.morph-logo-wrap {
  position:absolute;
  right: 20px;
  top: 58px;
  width: min(45%, 240px);
  aspect-ratio: 1 / 1;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.morph-logo-wrap::before {
  content:"";
  position:absolute;
  inset: 7%;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.14), rgba(255,255,255,0) 72%);
  filter: blur(9px);
  opacity:0;
  animation: logoGlowIn 5.4s ease forwards;
}
.morph-logo {
  width:100%;
  height:100%;
  object-fit:contain;
  filter: drop-shadow(0 0 14px rgba(115, 209, 255, .15));
  opacity:0;
  transform: translateY(26px) scale(.78);
  animation: logoReveal 5.4s cubic-bezier(.23,.84,.21,1) forwards;
}

@keyframes morphStreamFade {
  0%, 46% { opacity: 1; }
  64% { opacity: .62; }
  82% { opacity: .16; }
  100% { opacity: 0; }
}
@keyframes morphTraceFade {
  0%, 44% { opacity: 1; }
  70% { opacity: .4; }
  100% { opacity: 0; }
}
@keyframes tracerTravel {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -340; }
}
@keyframes logoReveal {
  0%, 34% { opacity: 0; transform: translateY(30px) scale(.74); }
  52% { opacity: .08; transform: translateY(20px) scale(.78); }
  68% { opacity: .44; transform: translateY(10px) scale(.87); }
  84% { opacity: .88; transform: translateY(2px) scale(.97); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes logoGlowIn {
  0%, 50% { opacity: 0; }
  76% { opacity: .35; }
  100% { opacity: .58; }
}

.stream, .delta-part { fill:none; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke; }
.stream-back { stroke-width:34; opacity:.18; }
.blue-back { stroke:#56B3E4; }
.green-back { stroke:#80C397; }
.stream-main { stroke-width:20; }
.blue-main { stroke:url(#streamBlue); }
.green-main { stroke:url(#streamGreen); }
.tracer { stroke-width:8; stroke-dasharray: 22 26 110 30; animation: inline-flow 8s linear infinite; }
.tracer-blue { stroke:#bde9ff; opacity:.92; }
.tracer-green { stroke:#d6ffe2; opacity:.82; animation-delay:-3.2s; }
.delta-emerge { transform-origin: 78% 50%; animation: delta-rise 7.2s cubic-bezier(.22,.7,.2,1) infinite; }
.delta-part { filter: drop-shadow(0 0 10px rgba(112, 214, 255, .32)); }
.delta-left { stroke:#69C3F3; stroke-width:18; }
.delta-right { stroke:#83D7A0; stroke-width:18; }
.delta-wave-top { stroke:#72ccfb; stroke-width:12; }
.delta-wave-bottom { stroke:#8bddab; stroke-width:12; }
.flow-main { animation: stream-settle 7.2s ease-in-out infinite; }
.flow-glow { animation: stream-glow 7.2s ease-in-out infinite; }

@keyframes inline-flow {
  from { stroke-dashoffset: 0; }
  to { stroke-dashoffset: -376; }
}
@keyframes delta-rise {
  0%, 18% { opacity:0; transform:translateX(-34px) translateY(10px) scale(.82); }
  38% { opacity:.08; transform:translateX(-16px) translateY(4px) scale(.88); }
  56% { opacity:.66; transform:translateX(-4px) translateY(0) scale(.96); }
  74%, 100% { opacity:1; transform:translateX(0) translateY(0) scale(1); }
}
@keyframes stream-settle {
  0%, 24% { opacity:1; }
  44% { opacity:.96; }
  68% { opacity:.64; }
  82%, 100% { opacity:.18; }
}
@keyframes stream-glow {
  0%, 24% { opacity:.22; }
  48% { opacity:.18; }
  74%, 100% { opacity:.06; }
}


.visual-card-subtle {
  width: min(100%, 520px);
  background: linear-gradient(160deg, #0d2230, #14384a);
  box-shadow: 0 28px 80px rgba(16, 54, 72, .18);
}
.visual-art {
  position: relative;
  margin: 16px 16px 0;
  overflow: hidden;
  border-radius: 28px;
  min-height: 290px;
  background: #0d2130;
}
.visual-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) brightness(.84);
  transform: scale(1.02);
}
.visual-art-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,22,31,.10) 0%, rgba(8,22,31,.04) 40%, rgba(8,22,31,.42) 100%);
}
.visual-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: .6rem .8rem;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--blue-deep);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(5,19,27,.18);
}
.visual-copy-subtle {
  position: relative;
  inset: auto;
  padding: 24px 30px 30px;
  color: white;
}
.visual-copy-subtle .visual-text { max-width: 390px; }
.visual-copy-subtle .visual-text span { color: rgba(255,255,255,.58); }
.visual-copy-subtle p { font-size: clamp(1.35rem, 1.85vw, 1.72rem); }

/* neutralize older experimental motion classes if still present */
.visual-card-morph, .visual-stage-morph, .brand-motion-morph, .morph-logo-wrap, .visual-copy-morph, .visual-note { display: none !important; }

/* Hero brand video */
.visual-card-videoonly {
  width: min(100%, 560px);
  aspect-ratio: 16 / 9;
  min-height: 0;
  border-radius: 40px;
  overflow: hidden;
  background: #08161f;
  box-shadow: var(--shadow);
}
.visual-card-videoonly::before { inset: 12px; border-radius: 30px; }
.visual-card-videoonly::after { display: none; }
.hero-brand-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #08161f;
}

.trust-scroll-track {
  position: relative;
  height: 320px;
  background: var(--paper);
}
.trust-bar {
  position: sticky;
  top: 92px;
  height: 104px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #08161f;
  color: white;
  isolation: isolate;
  box-shadow: 0 1px 0 rgba(86,179,228,.07), 0 -1px 0 rgba(86,179,228,.05);
}
.trust-wave-video {
  position: absolute;
  inset: -8% -1%;
  z-index: 0;
  width: 102%;
  height: 116%;
  object-fit: fill;
  object-position: center center;
  opacity: .90;
  filter: saturate(.96) brightness(.92);
  pointer-events: none;
}
.trust-bar-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3,15,23,.10), rgba(3,15,23,.04) 45%, rgba(3,15,23,.16)),
    linear-gradient(90deg, rgba(4,17,25,.38), rgba(4,17,25,.12) 15%, rgba(4,17,25,.04) 50%, rgba(4,17,25,.12) 85%, rgba(4,17,25,.34));
}
.trust-grid {
  position: relative;
  z-index: 2;
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
}
.trust-grid p {
  margin: 0;
  padding: 0 2rem;
  border-right: 1px solid rgba(255,255,255,.16);
  display: flex;
  align-items: center;
  min-width: 0;
  font-size: .88rem;
  font-weight: 680;
  color: rgba(255,255,255,.84);
  transition: color .08s linear, filter .08s linear;
}
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-number {
  flex: 0 0 auto;
  margin-right: .75rem;
  color: var(--brand-green);
  font-size: .74rem;
  font-weight: 860;
}
.trust-label {
  color: inherit;
  white-space: nowrap;
}

.section { padding:116px 0; }
.section-heading { max-width:780px; margin-bottom:3.8rem; }
.eyebrow { margin:0 0 1rem; color:var(--blue-deep); font-size:.75rem; font-weight:850; letter-spacing:.15em; text-transform:uppercase; }
.eyebrow-light { color:#95ddbc; }
.section h2, .contact h2 { margin-bottom:1.35rem; font-size:clamp(2.35rem,4vw,4.1rem); }
.section-heading > p:last-child { max-width:680px; margin:0; color:var(--muted); font-size:1.05rem; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.service-card {
  position: relative;
  isolation: isolate;
  min-height:345px;
  padding:2rem;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:white;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  outline:none;
}
.service-card-image {
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.035);
  transition:opacity .42s ease, transform .62s cubic-bezier(.2,.7,.2,1);
  filter:saturate(.92) contrast(.98) brightness(1.03);
}
.service-card-wash {
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.70) 45%, rgba(248,252,255,.92) 100%);
  opacity:0;
  transition:opacity .42s ease;
  pointer-events:none;
}
.service-card::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(135deg, rgba(86,179,228,.08), transparent 48%, rgba(128,195,151,.06));
  opacity:0;
  transition:opacity .42s ease;
  pointer-events:none;
}
.service-card:hover,
.service-card:focus-visible,
.service-card:focus-within,
.service-card.is-active {
  transform:translateY(-5px);
  box-shadow:0 18px 44px rgba(35,100,132,.11);
  border-color:rgba(86,179,228,.24);
}
.service-card:hover .service-card-image,
.service-card:focus-visible .service-card-image,
.service-card:focus-within .service-card-image,
.service-card.is-active .service-card-image {
  opacity:1;
  transform:scale(1);
}
.service-card:hover .service-card-wash,
.service-card:focus-visible .service-card-wash,
.service-card:focus-within .service-card-wash,
.service-card.is-active .service-card-wash { opacity:1; }
.service-card:hover::after,
.service-card:focus-visible::after,
.service-card:focus-within::after,
.service-card.is-active::after { opacity:1; }
.service-number, .service-card h3, .service-card p, .service-card a { position:relative; z-index:1; }
.service-number { margin-bottom:3.2rem; color:var(--brand-blue); font-size:.78rem; font-weight:850; }
.service-card h3 { margin-bottom:.9rem; font-size:1.45rem; }
.service-card p { margin:0 0 1.6rem; color:var(--muted); }
.service-card a { margin-top:auto; color:var(--blue-deep); text-decoration:none; font-size:.86rem; font-weight:780; }
.service-card a span { margin-left:.25rem; }
.service-card { position: relative; cursor: pointer; outline: none; }
.service-card.is-active,
.service-card:focus-within,
.service-card:focus-visible {
  transform: translateY(-5px);
  background: linear-gradient(180deg,#ffffff 0%, #f7fbfd 100%);
  box-shadow: 0 18px 42px rgba(35,100,132,.10);
}
.service-card.is-active::after,
.service-card:focus-visible::after {
  content:"";
  position:absolute;
  inset:-1px;
  border:1px solid rgba(86,179,228,.35);
  pointer-events:none;
}
.service-visual-stage {
  position: relative;
  margin: 2.4rem auto 0;
  width: min(100%, 1080px);
  aspect-ratio: 16 / 10;
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 22% 30%, rgba(197,221,237,.48), transparent 30%),
    radial-gradient(circle at 76% 24%, rgba(214,226,239,.55), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid rgba(23,107,143,.10);
  box-shadow: 0 30px 70px rgba(35,100,132,.08);
}
.service-visual-stage::before {
  content:"";
  position:absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(86,179,228,.10);
  pointer-events:none;
  z-index:2;
}
.service-visual-stage::after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(248,251,253,0) 0%, rgba(248,251,253,.92) 100%);
  pointer-events:none;
  z-index:2;
}
.service-visual-frame {
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 50%, rgba(201,216,230,.26), transparent 42%),
    linear-gradient(135deg, rgba(86,179,228,.05), rgba(128,195,151,.03));
}
.service-visual {
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform: translateY(18px) scale(.985);
  transition: opacity .42s ease, transform .52s ease, filter .42s ease;
  filter: blur(3px);
  z-index:1;
  pointer-events:none;
}
.service-visual.is-active {
  opacity:1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.service-visual img {
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}

.method {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #08161f 0%, #0b1f2a 100%);
  color:white;
}
.method::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 300px;
  background-image: url("stream-wave-dark.png");
  background-size: 132% auto;
  background-position: center 100%;
  background-repeat: no-repeat;
  opacity: .62;
  transform: scaleX(1.22);
  mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,.95) 28%, rgba(0,0,0,.58) 56%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,.95) 28%, rgba(0,0,0,.58) 56%, rgba(0,0,0,0) 100%);
  pointer-events:none;
}
.method > .container { position: relative; z-index: 1; }
.method-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:7rem; align-items:start; }
.method h2,.method h3 { color:white; }
.method-intro { position:sticky; top:130px; }
.method-intro > p:not(.eyebrow) { max-width:480px; color:rgba(255,255,255,.67); }
.button-white { margin-top:1.2rem; background:white; color:var(--ink-deep); }
.button-white:hover { transform:translateY(-2px); background:var(--brand-green); }
.steps { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.16); }
.steps li { display:grid; grid-template-columns:70px 1fr; gap:1rem; padding:2rem 0; border-bottom:1px solid rgba(255,255,255,.16); }
.steps > li > span { color:var(--brand-green); font-size:.8rem; font-weight:850; }
.steps h3 { margin:0 0 .55rem; font-size:1.4rem; }
.steps p { margin:0; color:rgba(255,255,255,.64); }

.practice { background:var(--soft); }
.practice-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:6rem; align-items:center; }
.practice-panel { position:relative; min-height:560px; overflow:hidden; border-radius:34px; background:linear-gradient(145deg,var(--brand-blue),#67b7d9 50%,var(--brand-green)); box-shadow:var(--shadow); }
.practice-mark { position:absolute; width:420px; right:-120px; top:-90px; opacity:.14; transform:rotate(-7deg); }
.practice-mark img { filter:brightness(0) invert(1); }
.practice-address { position:absolute; left:0; right:0; bottom:0; padding:3rem; color:white; background:linear-gradient(transparent,rgba(13,28,36,.72)); }
.practice-address .eyebrow { color:white; opacity:.72; }
.practice-address h3 { margin-bottom:1rem; color:white; font-size:2.4rem; }
.practice-address p { margin:0 0 1rem; }
.practice-address a { color:white; font-weight:760; text-decoration:none; }
.practice-copy h2 { max-width:640px; }
.large-copy { color:var(--muted); font-size:1.13rem; }
.values { margin-top:2.2rem; border-top:1px solid var(--line); }
.values div { display:grid; grid-template-columns:42px 1fr; gap:1rem; padding:1.05rem 0; border-bottom:1px solid var(--line); }
.values div > span { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--green-mist); color:#31805b; font-size:.8rem; font-weight:850; }
.values p { margin:0; color:var(--muted); }
.values strong { color:var(--ink-deep); }

.therapist-section { background:white; }
.therapist-grid { display:grid; grid-template-columns:1fr .8fr; gap:7rem; align-items:center; }
.therapist-copy p:not(.eyebrow) { max-width:650px; color:var(--muted); font-size:1.05rem; }
.text-link { display:inline-block; margin-top:1rem; color:var(--blue-deep); font-weight:800; text-decoration:none; border-bottom:1px solid currentColor; }
.therapist-card { min-height:350px; padding:2rem; border-radius:30px; background:linear-gradient(150deg,var(--mist),var(--green-mist)); display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.therapist-card::before { content:""; position:absolute; width:260px; height:260px; right:-60px; top:-70px; border:1px solid rgba(23,107,143,.14); border-radius:50%; box-shadow:0 0 0 50px rgba(86,179,228,.04),0 0 0 100px rgba(128,195,151,.035); }
.initials { width:96px; height:96px; margin-bottom:3.2rem; display:grid; place-items:center; border-radius:50%; background:var(--ink-deep); color:white; font-size:1.25rem; font-weight:800; letter-spacing:-.05em; }
.therapist-card strong,.therapist-card span { display:block; }
.therapist-card strong { font-size:1.35rem; }
.therapist-card span { color:var(--blue-deep); font-size:.88rem; font-weight:750; }
.therapist-card > p { max-width:330px; margin:.9rem 0 0; color:var(--muted); font-size:.82rem; }

.contact {
  position: relative;
  overflow: hidden;
  padding:110px 0;
  background: linear-gradient(135deg,#08161f,#103447);
  color:white;
}
.contact::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 270px;
  background-image: url("stream-wave-dark.png");
  background-size: 136% auto;
  background-position: center 100%;
  background-repeat: no-repeat;
  opacity: .54;
  transform: scaleX(1.22);
  mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,.92) 24%, rgba(0,0,0,.52) 54%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,.92) 24%, rgba(0,0,0,.52) 54%, rgba(0,0,0,0) 100%);
  pointer-events:none;
}
.contact > .container { position: relative; z-index: 1; }
.contact-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:7rem; align-items:start; }
.contact h2 { color:white; }
.contact-copy > p:last-child { max-width:520px; color:rgba(255,255,255,.67); font-size:1.05rem; }
.contact-card { overflow:hidden; border:1px solid rgba(255,255,255,.13); border-radius:24px; }
.contact-card a { display:grid; grid-template-columns:125px 1fr 26px; align-items:center; gap:1rem; padding:1.45rem 1.6rem; border-bottom:1px solid rgba(255,255,255,.13); color:white; text-decoration:none; transition:.2s ease; }
.contact-card a:hover { background:rgba(255,255,255,.06); }
.contact-card span { color:rgba(255,255,255,.52); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.contact-card strong { font-size:1rem; }
.contact-card b { color:var(--brand-green); font-size:1.2rem; }
.contact-card > p { margin:0; padding:1rem 1.6rem; color:rgba(255,255,255,.48); font-size:.76rem; }

.site-footer { padding:70px 0 22px; background:white; }
.footer-grid { display:grid; grid-template-columns:1.5fr .7fr .7fr; gap:4rem; padding-bottom:3rem; }
.footer-brand img { width:205px; height:auto; }
.footer-brand p { max-width:360px; color:var(--muted); }
.site-footer h3 { margin-bottom:.8rem; font-size:.9rem; letter-spacing:0; }
.site-footer a,.site-footer p { display:block; margin:.2rem 0; color:var(--muted); font-size:.88rem; text-decoration:none; }
.site-footer a:hover { color:var(--blue-deep); }
.footer-bottom { display:flex; justify-content:space-between; gap:1rem; padding-top:1.2rem; border-top:1px solid var(--line); color:var(--muted); font-size:.75rem; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease,transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .method::after { height: 240px; background-size: 155% auto; background-position: center bottom; transform: scaleX(1.18); }
  .contact::after { height: 220px; background-size: 160% auto; background-position: center bottom; transform: scaleX(1.18); }
  .header-inner { height:78px; }
  .brand img { width:178px; }
  .menu-toggle { display:flex; }
  .main-nav { position:absolute; left:24px; right:24px; top:74px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:.8rem; border:1px solid var(--line); border-radius:20px; background:white; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:1rem; }
  .nav-cta { margin-top:.3rem; text-align:center; }
  .hero { padding-top:130px; background:linear-gradient(180deg,#fff 0 55%,#f0f9fc 55% 100%); }
  .hero-grid,.method-grid,.practice-grid,.therapist-grid,.contact-grid { grid-template-columns:1fr; gap:4rem; }
  .hero-visual { min-height:520px; }
  .method-intro { position:static; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .trust-scroll-track { height: auto; }
  .trust-bar { position: relative; top: auto; height: auto; min-height: 190px; }
  .trust-wave-video { inset: 0; width: 100%; height: 100%; object-position: center center; opacity: .62; }
  .trust-grid { grid-template-columns:1fr; padding:1rem 0; min-height: 190px; }
  .trust-grid p { padding:.8rem 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
  .trust-grid p:last-child { border-bottom:0; }
  .trust-label { white-space: normal; }
  .practice-panel { min-height:470px; }
  .footer-grid { grid-template-columns:1.3fr .8fr .8fr; gap:2rem; }
}

@media (max-width: 640px) {
  .method::after { height: 180px; background-size: 190% auto; background-position: 56% bottom; opacity: .60; transform: scaleX(1.14); }
  .contact::after { height: 165px; background-size: 195% auto; background-position: 58% bottom; opacity: .48; transform: scaleX(1.14); }
  .container { width:min(calc(100% - 32px),var(--container)); }
  .hero { min-height:auto; padding-bottom:72px; }
  h1 { font-size:3.35rem; }
  .hero-lead { font-size:1.02rem; }
  .hero-meta { grid-template-columns:1fr; }
  .hero-meta div { padding: .85rem 0; border-bottom:1px solid var(--line); }
  .hero-meta div:last-child { border-bottom:0; }
  .hero-visual { min-height:440px; }
  .visual-card { width:100%; max-width:410px; border-radius:28px; }
  .visual-card-videoonly { max-width: 410px; border-radius: 28px; }
  .visual-card-videoonly::before { border-radius: 21px; }
  .visual-card::before { inset:10px; border-radius:21px; }
  .visual-stage { min-height: 300px; padding: 34px 22px 0; }
  .visual-card-subtle { max-width: 410px; }
  .visual-art { min-height: 228px; margin: 10px 10px 0; border-radius: 22px; }
  .visual-copy { padding:30px 28px 36px; }
  .visual-copy-inline, .visual-copy-subtle { padding: 18px 20px 22px; }
  .visual-copy p { font-size:1.32rem; }
  .visual-badge { top: 12px; right: 12px; padding: .48rem .68rem; font-size: .56rem; }
  .visual-note { right:14px; top:18px; max-width:250px; padding:.6rem .72rem; font-size:.52rem; letter-spacing:.045em; }
  .section { padding:82px 0; }
  .section-heading { margin-bottom:2.4rem; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:300px; }
  .service-visual-stage {
    min-height: 290px;
    aspect-ratio: 4 / 3;
    border-radius: 24px;
    margin-top: 1.6rem;
  }
  .service-visual-stage::before { inset: 12px; border-radius: 18px; }
  .practice-panel { min-height:420px; }
  .practice-address { padding:2rem; }
  .practice-address h3 { font-size:2rem; }
  .therapist-grid,.contact-grid { gap:3rem; }
  .contact { padding:82px 0; }
  .contact-card a { grid-template-columns:1fr 24px; gap:.25rem 1rem; }
  .contact-card a span { grid-column:1; }
  .contact-card a strong { grid-column:1; overflow-wrap:anywhere; }
  .contact-card a b { grid-column:2; grid-row:1/3; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior:auto!important; transition:none!important; animation:none!important; }
  .reveal { opacity:1; transform:none; }
  .morph-flow-back, .morph-flow-main, .morph-tracer { opacity: 0 !important; }
  .morph-logo-wrap::before { opacity: .58; }
  .morph-logo { opacity: 1; transform: none; }
  .flow-main, .flow-glow { opacity: .7; }
  .delta-emerge { opacity: 1; transform: none; }
}


/* v1.12e — scroll-scrubbed first viewport */
@media (min-width: 981px) {
  .intro-scroll-stage {
    position: relative;
    height: calc(100vh + 560px);
    min-height: 1040px;
    background: var(--paper);
  }
  .intro-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--paper);
  }
  .intro-sticky .hero {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
    padding: 118px 0 24px;
    display: flex;
    align-items: center;
  }
  .intro-sticky .hero-grid {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
  }
  .intro-sticky .hero > .container.hero-grid {
    width: min(calc(100% - 48px), var(--container));
  }
  .intro-sticky .hero-visual {
    min-height: 0;
  }
  .intro-sticky .visual-card-videoonly {
    max-height: min(53vh, 470px);
  }
  .intro-sticky .hero-brand-video {
    max-height: min(53vh, 470px);
  }
  .intro-sticky .trust-scroll-track {
    flex: 0 0 104px;
    height: 104px;
    background: #08161f;
  }
  .intro-sticky .trust-bar {
    position: relative;
    top: auto;
    height: 104px;
    width: 100%;
  }
}

/* A more pronounced, but still soft, active text glow. */
.trust-label,
.trust-number {
  will-change: filter, text-shadow, color;
}

@media (max-width: 980px) {
  .intro-scroll-stage {
    height: auto;
    min-height: 0;
  }
  .intro-sticky {
    position: relative;
    height: auto;
    overflow: visible;
  }
}


@media (hover: none) {
  .service-card:active .service-card-image { opacity:1; transform:scale(1); }
  .service-card:active .service-card-wash { opacity:1; }
}

/* v1.12h — hero visual aligned with the main bold headline */
@media (min-width: 981px) {
  .intro-sticky .hero-grid {
    align-items: start;
  }

  .intro-sticky .hero-visual {
    align-items: flex-start;
    justify-content: center;
    padding-top: 68px;
    padding-bottom: 0;
  }
}


/* Team album carousel */
.team-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);
  gap:5rem;
  align-items:end;
  margin-bottom:3.2rem;
}
.team-heading h2 { margin-bottom:0; }
.team-heading > p {
  max-width:560px;
  margin:0 0 .35rem;
  color:var(--muted);
  font-size:1.02rem;
}
.team-carousel { position:relative; }
.team-album {
  display:grid;
  grid-template-columns:minmax(0,1fr) 238px;
  gap:18px;
  align-items:stretch;
  overflow:hidden;
  border-radius:34px;
}
.team-active-card {
  min-height:500px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:34px;
  background:#fff;
  box-shadow:0 28px 70px rgba(17,52,70,.09);
  transition:opacity .24s ease,transform .24s ease;
}
.team-active-card.is-changing {
  opacity:.12;
  transform:translateX(-14px) scale(.992);
}
.team-active-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4.2rem 4.5rem;
}
.team-role {
  margin:0 0 .85rem;
  color:var(--blue-deep);
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.team-active-copy h3 {
  margin:0 0 1.2rem;
  color:var(--ink-deep);
  font-size:clamp(2.5rem,4vw,4.35rem);
  letter-spacing:-.055em;
  line-height:.98;
}
.team-intro {
  max-width:640px;
  margin:0;
  color:var(--muted);
  font-size:1.06rem;
  line-height:1.72;
}
.team-expertise {
  display:grid;
  gap:.7rem;
  margin:1.8rem 0 .55rem;
  padding:0;
  list-style:none;
}
.team-expertise li {
  position:relative;
  padding-left:1.55rem;
  color:var(--ink-deep);
  font-weight:700;
}
.team-expertise li::before {
  content:"";
  position:absolute;
  left:0;
  top:.58em;
  width:7px;
  height:7px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--brand-blue),var(--brand-green));
  box-shadow:0 0 0 5px rgba(86,179,228,.08);
}
.team-portrait {
  position:relative;
  min-height:500px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:2rem;
  overflow:hidden;
  background:
    radial-gradient(circle at 25% 22%,rgba(255,255,255,.86),transparent 31%),
    linear-gradient(145deg,#eaf8fc 0%,#d9f2ec 100%);
}
.team-portrait::after {
  content:"";
  position:absolute;
  inset:auto -24% -30% 8%;
  height:65%;
  border-radius:50% 50% 0 0;
  background:linear-gradient(150deg,rgba(8,22,31,.96),rgba(16,52,71,.9));
  transform:rotate(-5deg);
}
.team-portrait-rings {
  position:absolute;
  width:360px;
  height:360px;
  right:-110px;
  top:-92px;
  border:1px solid rgba(23,107,143,.16);
  border-radius:50%;
  box-shadow:0 0 0 58px rgba(86,179,228,.045),0 0 0 116px rgba(128,195,151,.04);
}
.team-initials {
  position:absolute;
  z-index:2;
  left:50%;
  top:42%;
  transform:translate(-50%,-50%);
  width:132px;
  height:132px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--ink-deep);
  color:#fff;
  font-size:1.7rem;
  font-weight:850;
  letter-spacing:-.055em;
  box-shadow:0 20px 50px rgba(8,22,31,.18);
}
.team-portrait-caption {
  position:relative;
  z-index:3;
  color:#fff;
}
.team-portrait-caption strong,
.team-portrait-caption span { display:block; }
.team-portrait-caption strong { font-size:1.35rem; }
.team-portrait-caption span {
  margin-top:.15rem;
  color:rgba(255,255,255,.7);
  font-size:.82rem;
  font-weight:720;
}
.team-photo-note {
  position:relative;
  z-index:3;
  max-width:250px;
  margin:.8rem 0 0;
  color:rgba(255,255,255,.5);
  font-size:.68rem;
  line-height:1.45;
}
.team-peek-card {
  position:relative;
  min-width:0;
  min-height:500px;
  padding:1.2rem;
  overflow:hidden;
  border:0;
  border-radius:30px;
  background:linear-gradient(155deg,#0a1c26,#123f52);
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 24px 55px rgba(17,52,70,.12);
  transition:transform .26s ease,box-shadow .26s ease;
}
.team-peek-card:hover {
  transform:translateX(-5px);
  box-shadow:0 28px 64px rgba(17,52,70,.18);
}
.team-peek-kicker {
  position:relative;
  z-index:2;
  display:block;
  margin:.35rem .25rem 1rem;
  color:rgba(255,255,255,.5);
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.team-peek-visual {
  position:relative;
  z-index:2;
  height:285px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:22px;
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.75),transparent 29%),
    linear-gradient(145deg,#e7f7fb,#d9f0e8);
}
.team-peek-visual::after {
  content:"";
  position:absolute;
  left:-25%;
  right:-35%;
  bottom:-42%;
  height:68%;
  border-radius:50% 50% 0 0;
  background:rgba(8,22,31,.92);
  transform:rotate(8deg);
}
.team-peek-visual span {
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  width:86px;
  height:86px;
  border-radius:50%;
  background:var(--ink-deep);
  color:#fff;
  font-size:1.08rem;
  font-weight:850;
}
.team-peek-copy {
  position:relative;
  z-index:2;
  margin-top:1.25rem;
}
.team-peek-copy strong,
.team-peek-copy span { display:block; }
.team-peek-copy strong {
  font-size:1.1rem;
  line-height:1.2;
}
.team-peek-copy span {
  margin-top:.28rem;
  color:rgba(255,255,255,.58);
  font-size:.73rem;
  line-height:1.45;
}
.team-peek-arrow {
  position:absolute;
  z-index:3;
  right:1.3rem;
  bottom:1.25rem;
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  font-size:1.1rem;
  transition:transform .24s ease,background .24s ease;
}
.team-peek-card:hover .team-peek-arrow {
  transform:translateX(3px);
  background:rgba(255,255,255,.08);
}
.team-controls {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  margin-top:1.4rem;
}
.team-dots {
  display:flex;
  gap:.55rem;
}
.team-dots button {
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#cbd8de;
  cursor:pointer;
  transition:width .2s ease,border-radius .2s ease,background .2s ease;
}
.team-dots button.is-active {
  width:30px;
  border-radius:999px;
  background:var(--blue-deep);
}
.team-arrows {
  display:flex;
  gap:.55rem;
}
.team-arrow {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--ink-deep);
  font-size:1.05rem;
  cursor:pointer;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.team-arrow:hover {
  transform:translateY(-2px);
  border-color:rgba(23,107,143,.3);
  background:var(--mist);
}

@media (max-width: 980px) {
  .team-heading { grid-template-columns:1fr; gap:1rem; }
  .team-album { grid-template-columns:minmax(0,1fr) 190px; }
  .team-active-card { grid-template-columns:1fr; min-height:0; }
  .team-active-copy { padding:3rem; }
  .team-portrait { min-height:360px; }
  .team-peek-card { min-height:100%; }
  .team-peek-visual { height:235px; }
}
@media (max-width: 720px) {
  .team-heading { margin-bottom:2rem; }
  .team-album {
    display:flex;
    gap:12px;
    overflow:visible;
  }
  .team-active-card {
    flex:0 0 calc(100% - 58px);
    border-radius:28px;
  }
  .team-active-copy { padding:2.3rem 2rem 2.5rem; }
  .team-active-copy h3 { font-size:2.6rem; }
  .team-portrait { min-height:310px; }
  .team-peek-card {
    flex:0 0 92px;
    min-height:100%;
    padding:.75rem;
    border-radius:24px;
  }
  .team-peek-kicker,
  .team-peek-copy { display:none; }
  .team-peek-visual {
    height:230px;
    border-radius:18px;
  }
  .team-peek-visual span {
    width:58px;
    height:58px;
    font-size:.8rem;
  }
  .team-peek-arrow {
    right:50%;
    bottom:1rem;
    transform:translateX(50%);
  }
  .team-peek-card:hover .team-peek-arrow {
    transform:translateX(50%);
  }
  .team-controls { margin-top:1.1rem; }
}


/* Team carousel v2 — stronger 3D rotating album effect */
.team-album {
  perspective: 1500px;
  transform-style: preserve-3d;
  overflow: visible;
}
.team-active-card,
.team-peek-card {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}
.team-active-card {
  position: relative;
  z-index: 3;
  transform-origin: 88% 50%;
  transition:
    transform .62s cubic-bezier(.22,.75,.18,1),
    opacity .46s ease,
    filter .5s ease,
    box-shadow .6s ease;
}
.team-peek-card {
  z-index: 2;
  transform-origin: 0% 50%;
  transform: translateX(-10px) rotateY(-14deg) scale(.94);
  opacity: .9;
  filter: saturate(.88) brightness(.96);
  transition:
    transform .62s cubic-bezier(.22,.75,.18,1),
    opacity .46s ease,
    filter .5s ease,
    box-shadow .6s ease;
}
.team-peek-card:hover {
  transform: translateX(-18px) rotateY(-7deg) scale(.965);
}

/* Forward rotation: current card turns away to the left,
   next card rotates forward from the right. */
.team-carousel.is-rotating-next .team-active-card {
  transform: translateX(-105px) rotateY(20deg) scale(.93);
  opacity: 0;
  filter: blur(1.5px) saturate(.75);
  box-shadow: 0 14px 34px rgba(17,52,70,.05);
}
.team-carousel.is-rotating-next .team-peek-card {
  transform: translateX(-235px) rotateY(0deg) scale(1.035);
  opacity: 1;
  filter: none;
  box-shadow: 0 30px 75px rgba(17,52,70,.18);
}

/* Backward rotation mirrors the movement. */
.team-carousel.is-rotating-prev .team-active-card {
  transform: translateX(78px) rotateY(-18deg) scale(.93);
  opacity: 0;
  filter: blur(1.5px) saturate(.75);
}
.team-carousel.is-rotating-prev .team-peek-card {
  transform: translateX(-190px) rotateY(7deg) scale(1.02);
  opacity: 1;
  filter: none;
}

/* Tiny lift on the visible next album cover. */
.team-peek-card::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  background:linear-gradient(110deg,rgba(255,255,255,.08),transparent 32%,transparent 70%,rgba(86,179,228,.05));
  opacity:.6;
  transition:opacity .4s ease;
}
.team-carousel.is-rotating-next .team-peek-card::before,
.team-carousel.is-rotating-prev .team-peek-card::before {
  opacity:.95;
}

/* Slight depth for portrait elements during rotation. */
.team-active-copy { transform: translateZ(24px); }
.team-portrait { transform: translateZ(14px); }
.team-peek-copy,
.team-peek-kicker,
.team-peek-arrow { transform: translateZ(18px); }

@media (prefers-reduced-motion: reduce) {
  .team-active-card,
  .team-peek-card {
    transition: opacity .2s ease;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  .team-album { perspective: 1000px; overflow: hidden; }
  .team-peek-card {
    transform: translateX(-5px) rotateY(-10deg) scale(.96);
  }
  .team-carousel.is-rotating-next .team-active-card {
    transform: translateX(-55px) rotateY(16deg) scale(.95);
  }
  .team-carousel.is-rotating-next .team-peek-card {
    transform: translateX(-72px) rotateY(0deg) scale(1.02);
  }
  .team-carousel.is-rotating-prev .team-active-card {
    transform: translateX(45px) rotateY(-16deg) scale(.95);
  }
  .team-carousel.is-rotating-prev .team-peek-card {
    transform: translateX(-60px) rotateY(5deg) scale(1.01);
  }
}


/* Smart contact availability */
.contact-availability {
  display:flex;
  align-items:center;
  gap:.85rem;
  margin:1.6rem 0 1.35rem;
  padding:1rem 1.1rem;
  width:fit-content;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.7);
}
.contact-availability .availability-dot {
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-radius:50%;
  background:var(--brand-green);
  box-shadow:0 0 0 6px rgba(128,195,151,.12);
}
.contact-availability strong,
.contact-availability span { display:block; }
.contact-availability strong {
  color:var(--ink-deep);
  font-size:.86rem;
}
.contact-availability span {
  margin-top:.08rem;
  color:var(--muted);
  font-size:.75rem;
}
.contact-availability.is-closed .availability-dot {
  background:#aab8bf;
  box-shadow:0 0 0 6px rgba(170,184,191,.12);
}

.smart-contact-actions {
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
}
.smart-contact-actions .button {
  min-width:150px;
  justify-content:space-between;
}
.contact-whatsapp.is-primary {
  background:var(--ink-deep);
  color:#fff;
  border-color:var(--ink-deep);
}
.contact-call.is-disabled {
  pointer-events:none;
  opacity:.42;
  filter:saturate(.5);
}
.after-hours-message {
  max-width:620px;
  margin-top:1.15rem;
  padding:1.05rem 1.15rem;
  border-radius:18px;
  background:var(--mist);
  border:1px solid rgba(23,107,143,.08);
}
.after-hours-message strong {
  color:var(--ink-deep);
}
.after-hours-message p {
  margin:.35rem 0 0;
  color:var(--muted);
  font-size:.86rem;
  line-height:1.55;
}
.contact-hours {
  margin-top:1.6rem;
  padding-top:1.25rem;
  border-top:1px solid rgba(255,255,255,.12);
}
.contact-hours span,
.contact-hours strong { display:block; }
.contact-hours span {
  color:rgba(255,255,255,.55);
  font-size:.72rem;
}
.contact-hours strong {
  margin-top:.18rem;
  color:#fff;
  font-size:.9rem;
}

@media (max-width: 640px) {
  .smart-contact-actions {
    display:grid;
    grid-template-columns:1fr;
  }
  .smart-contact-actions .button {
    width:100%;
  }
  .contact-availability {
    width:100%;
  }
}


/* Team portraits - real photos */
.team-portrait {
  background:#dbe8f0;
  padding:0;
}
.team-portrait::after {
  display:none;
}
.team-portrait-rings {
  display:none;
}
.team-portrait-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.team-portrait::before {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:linear-gradient(180deg, rgba(8,22,31,0) 0%, rgba(8,22,31,.14) 38%, rgba(8,22,31,.70) 100%);
  z-index:1;
}
.team-initials {
  display:none;
}
.team-portrait-caption {
  position:relative;
  z-index:2;
  padding:0 2rem 2rem;
  text-shadow:0 4px 20px rgba(8,22,31,.35);
}
.team-photo-note {
  display:none;
}

.team-peek-visual {
  background:#dbe8f0;
}
.team-peek-visual::after {
  display:none;
}
.team-peek-photo {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.team-peek-visual::before {
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:38%;
  background:linear-gradient(180deg, rgba(8,22,31,0) 0%, rgba(8,22,31,.12) 40%, rgba(8,22,31,.58) 100%);
  z-index:1;
}
.team-peek-visual span {
  display:none;
}
.team-peek-copy {
  margin-top:.95rem;
}


/* Mobile hero order: title -> brand animation -> intro text.
   Desktop/tablet layout remains unchanged. */
@media (max-width: 640px) {
  .intro-sticky .hero {
    padding-top: 108px;
  }

  .intro-sticky .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  /* Let the individual hero-copy elements participate in the same grid
     as the existing video, so we can place the video between title and text. */
  .intro-sticky .hero-copy {
    display: contents;
  }

  .intro-sticky .hero-copy.reveal,
  .intro-sticky .hero-copy.reveal.visible {
    opacity: 1;
    transform: none;
  }

  .intro-sticky .location-pill {
    order: 1;
    justify-self: start;
    margin-bottom: 1.35rem;
  }

  .intro-sticky h1 {
    order: 2;
    margin-bottom: 1.25rem;
  }

  .intro-sticky .hero-visual {
    order: 3;
    min-height: 0;
    width: 100%;
    padding: 0;
    margin: 0 0 1.55rem;
    align-items: flex-start;
    justify-content: stretch;
  }

  .intro-sticky .visual-card-videoonly {
    width: 100%;
    max-width: none;
    border-radius: 26px;
  }

  .intro-sticky .hero-lead {
    order: 4;
    margin-bottom: 1.8rem;
  }

  .intro-sticky .hero-actions {
    order: 5;
  }

  .intro-sticky .hero-meta {
    order: 6;
  }
}


/* Desktop: practice qualities directly below the hero animation. */
.hero-right {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.hero-right .hero-meta {
  margin-top: 1.15rem;
}

@media (min-width: 981px) {
  .intro-sticky .hero-right {
    padding-top: 68px;
  }

  .intro-sticky .hero-right .hero-visual {
    padding-top: 0;
  }
}

/* On mobile, keep the existing order:
   title -> video -> intro -> actions -> qualities. */
@media (max-width: 640px) {
  .intro-sticky .hero-right {
    display: contents;
  }

  .intro-sticky .hero-right .hero-meta {
    margin-top: 0;
  }
}


/* Contact cleanup + mobile simplification */
.contact-section .contact-grid {
  display: block;
}

.contact-section .contact-copy {
  width: 100%;
  max-width: none;
}

.contact-section .contact-copy > p {
  max-width: 860px;
}

.contact-section .smart-contact-actions {
  width: 100%;
  max-width: none;
}

@media (min-width: 641px) {
  .contact-section .smart-contact-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .contact-section .smart-contact-actions .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  /* Hide these information blocks only on mobile. */
  .intro-sticky .hero-meta,
  .practice-copy .values {
    display: none !important;
  }
}


/* Mobile-only: sticky text steps + compact treatment grid.
   All desktop trust-wave rules above remain unchanged. */
@media (max-width: 640px) {
  .intro-sticky .trust-scroll-track {
    position: relative;
    height: 500px;
    min-height: 500px;
    background: #08161f;
  }

  .intro-sticky .trust-bar {
    position: sticky;
    top: 72px;
    height: 210px;
    min-height: 210px;
    width: 100%;
    overflow: hidden;
    background: #08161f;
  }

  .intro-sticky .trust-wave-video {
    display: none;
  }

  .intro-sticky .trust-bar-shade {
    background:
      radial-gradient(circle at 50% 48%, rgba(86,179,228,.08), transparent 60%),
      linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0));
  }

  .intro-sticky .trust-grid {
    min-height: 210px;
    grid-template-columns: 1fr;
    padding: .7rem 0;
  }

  .intro-sticky .trust-grid p {
    min-height: 62px;
    padding: .55rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
    transform-origin: left center;
    transition: opacity .18s ease, transform .18s ease, filter .18s ease;
  }

  .intro-sticky .trust-grid p:last-child { border-bottom: 0; }
  .intro-sticky .trust-number { min-width: 34px; margin-right: .65rem; font-size: .72rem; }
  .intro-sticky .trust-label { white-space: normal; font-size: .84rem; line-height: 1.35; }

  .services .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services .service-card { min-height: 225px; padding: 1rem .9rem; }
  .services .service-number { margin-bottom: 1.1rem; font-size: .64rem; }
  .services .service-card h3 {
    margin-bottom: .6rem;
    font-size: .94rem;
    line-height: 1.12;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
  }
  .services .service-card p { margin: 0; font-size: .73rem; line-height: 1.42; }
  .services .service-card a { display: none; }
  .services .service-card-image, .services .service-card-wash { display: none; }
}
