:root {
  --ice: #e7f1f7;
  --ice-deep: #d4e7f1;
  --white: #f8fbfd;
  --cobalt: #075acb;
  --electric: #0b76f0;
  --navy: #08254d;
  --ink: #0b1f39;
  --gold: #d8a62d;
  --mint: #70c9a7;
  --line: rgba(8, 37, 77, .17);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --pad: clamp(1.15rem, 4vw, 4.75rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--ice);
  color: var(--ink);
  font-family: var(--sans);
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: var(--white); background: var(--cobalt); }

.scroll-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(7,90,203,.08);
}
.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--electric), #64b5ff);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.noise {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cursor {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  pointer-events: none;
  color: var(--white);
  background: var(--electric);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width .25s, height .25s, opacity .2s;
}
.cursor span { font-size: 0; transition: font-size .25s; }
.cursor.is-active { width: 54px; height: 54px; }
.cursor.is-active span { font-size: .9rem; }

.loader {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  background: var(--ice);
  transition: transform .95s cubic-bezier(.76,0,.24,1) .18s;
}
.loader.is-done { transform: translateY(-102%); }
.loader p {
  margin: 1.5rem 0 1rem;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.loader__line { width: 180px; height: 2px; overflow: hidden; background: rgba(7,90,203,.14); }
.loader__line span { display: block; width: 100%; height: 100%; background: var(--cobalt); animation: loader 1.25s cubic-bezier(.77,0,.18,1) both; }
@keyframes loader { from { transform: translateX(-101%); } to { transform: translateX(0); } }

.fold-mark { position: relative; width: 100px; height: 100px; transform: rotate(45deg); }
.fold-mark i, .fold-mark b {
  position: absolute;
  display: block;
  width: 62px;
  height: 29px;
  border-radius: 22px 5px 5px 22px;
  background: var(--electric);
}
.fold-mark i { top: 22px; left: 8px; transform: rotate(90deg); }
.fold-mark b { right: 7px; bottom: 21px; background: var(--cobalt); transform: rotate(-90deg); }
.fold-mark--loader { width: 70px; height: 70px; }
.fold-mark--loader i, .fold-mark--loader b { width: 45px; height: 21px; }
.fold-mark--loader i { top: 15px; left: 5px; }
.fold-mark--loader b { right: 4px; bottom: 14px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(8,37,77,.12);
  transition: height .35s, background .35s, box-shadow .35s;
}
.site-header.is-scrolled {
  height: 66px;
  background: rgba(231,241,247,.9);
  box-shadow: 0 8px 30px rgba(8,37,77,.06);
  backdrop-filter: blur(16px);
}
.brand { width: 145px; height: 57px; overflow: hidden; }
.brand__logo { position: relative; display: block; width: 100%; height: 100%; }
.brand__logo img { position: absolute; width: 155px; max-width: none; top: -17px; left: -4px; }
.desktop-nav { display: flex; gap: clamp(1.4rem, 3vw, 3.25rem); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav a { position: relative; padding: .55rem 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; width: 100%; height: 1px; background: var(--cobalt); transform: scaleX(0); transform-origin: right; transition: transform .35s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 1.4rem; }
.header-phone { font-size: .69rem; font-weight: 700; letter-spacing: .08em; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid currentColor; border-radius: 50%; background: none; cursor: pointer; }
.menu-toggle span { display: block; width: 14px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .35s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(2.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  align-content: center;
  padding: 7rem var(--pad) 2rem;
  color: var(--white);
  background: var(--cobalt);
  transform: translateY(-100%);
  transition: transform .75s cubic-bezier(.76,0,.24,1);
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; gap: 1rem; align-items: baseline; padding: .65rem 0; border-bottom: 1px solid rgba(255,255,255,.18); font: 500 clamp(2.8rem, 10vw, 5rem)/1 var(--serif); }
.mobile-menu nav span { font: 600 .6rem/1 var(--sans); color: #9ecfff; }
.mobile-menu__foot { align-self: end; display: flex; justify-content: space-between; padding-top: 2rem; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--ice); }
.hero__media { position: absolute; z-index: 0; inset: -3%; will-change: transform; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(231,241,247,.99) 0%, rgba(231,241,247,.94) 33%, rgba(231,241,247,.34) 58%, rgba(231,241,247,.02) 100%), linear-gradient(0deg, rgba(231,241,247,.9), transparent 25%); }
.hero__grid { position: absolute; z-index: 1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(8,37,77,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(8,37,77,.08) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 62%); }
.hero__motion {
  --motion-x: 0px;
  --motion-y: 0px;
  --touch-x: 0px;
  --scroll-drift: 0px;
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  transform: translate3d(calc(var(--motion-x) + var(--touch-x)), calc(var(--motion-y) + var(--scroll-drift)), 0);
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.float-object { position: absolute; display: block; will-change: transform; filter: drop-shadow(0 16px 20px rgba(8,37,77,.15)); }
.float-object--coin {
  top: 19%;
  right: 28%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(153,102,0,.28);
  border-radius: 50%;
  color: #855f09;
  background: linear-gradient(135deg, #f2c84d, #c88d16);
  animation: hero-float-a 6.5s ease-in-out infinite;
}
.float-object--coin::after { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(126,83,0,.4); border-radius: inherit; }
.float-object--coin i { font: 700 1rem var(--sans); font-style: normal; }
.float-object--diamond {
  top: 32%;
  right: 7.5%;
  width: 23px;
  height: 23px;
  border: 2px solid var(--electric);
  transform: rotate(45deg);
  animation: hero-float-b 5.2s ease-in-out infinite;
}
.float-object--paper {
  right: 36%;
  bottom: 22%;
  width: 78px;
  height: 52px;
  padding: 13px 12px;
  border: 1px solid rgba(7,90,203,.22);
  border-radius: 4px;
  background: rgba(248,251,253,.76);
  backdrop-filter: blur(5px);
  transform: rotate(-9deg);
  animation: hero-float-c 7.2s ease-in-out infinite;
}
.float-object--paper i { display: block; height: 2px; margin-bottom: 7px; background: rgba(7,90,203,.25); }
.float-object--paper i:nth-child(2) { width: 72%; }
.float-object--paper i:nth-child(3) { width: 45%; }
.float-object--mint {
  right: 13%;
  bottom: 31%;
  width: 49px;
  height: 24px;
  border-radius: 4px;
  background: linear-gradient(135deg, #a8ead1, var(--mint));
  transform: rotate(14deg);
  animation: hero-float-d 5.8s ease-in-out infinite;
}
.float-object--mint::before, .float-object--mint::after { content: ""; position: absolute; border-radius: 50%; }
.float-object--mint::before { inset: 5px 17px; border: 1px solid rgba(8,73,54,.25); }
.float-object--mint::after { top: 3px; right: 3px; width: 4px; height: 4px; background: rgba(8,73,54,.25); }
@keyframes hero-float-a { 0%,100% { transform: translateY(0) rotate(-9deg); } 50% { transform: translateY(-22px) rotate(8deg); } }
@keyframes hero-float-b { 0%,100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(18px) rotate(90deg); } }
@keyframes hero-float-c { 0%,100% { transform: translateY(0) rotate(-9deg); } 50% { transform: translateY(-17px) rotate(-3deg); } }
@keyframes hero-float-d { 0%,100% { transform: translate(0,0) rotate(14deg); } 50% { transform: translate(9px,-20px) rotate(5deg); } }
.hero[data-pointer-active] .hero__media img { transform: translate3d(var(--hero-image-x,0), var(--hero-image-y,0), 0) scale(1.025); }
.hero__media img { transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.hero__content { position: relative; z-index: 2; width: min(800px, 62vw); padding: clamp(9.5rem, 19vh, 13rem) 0 9rem clamp(var(--pad), 8vw, 8.75rem); }
.eyebrow { margin: 0; font-size: .61rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--cobalt); }
.hero__eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--cobalt); }
.hero h1 { margin: 1.5rem 0 1.8rem; font: 600 clamp(4.3rem, 7.6vw, 8.3rem)/.8 var(--sans); letter-spacing: -.075em; }
.hero h1 span { display: block; }
.hero__accent { margin: .18em 0 0 clamp(.5rem, 5vw, 5.5rem); color: var(--cobalt); font-family: var(--serif); font-style: italic; font-weight: 500; letter-spacing: -.045em; }
.hero__lead { width: min(440px, 90%); margin: 2rem 0 2.4rem clamp(.5rem, 5vw, 5.5rem); color: rgba(11,31,57,.7); font-size: .83rem; line-height: 1.8; }
.hero__actions { display: flex; gap: 2rem; align-items: center; margin-left: clamp(.5rem, 5vw, 5.5rem); }
.button { min-width: 210px; height: 58px; display: inline-flex; justify-content: space-between; align-items: center; padding: 0 1.1rem 0 1.5rem; font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s, color .35s, background .35s; }
.button b { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid currentColor; border-radius: 50%; font-size: .85rem; font-weight: 400; }
.ui-arrow { width: 14px; height: 14px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.button b .ui-arrow { width: 13px; height: 13px; }
.ui-arrow--down { width: 12px; height: 12px; }
.button--primary { color: var(--white); background: var(--cobalt); }
.button--primary:hover { background: var(--ink); }
.button--white { color: var(--cobalt); background: var(--white); }
.button--white:hover { color: var(--white); background: var(--ink); }
.text-link, .arrow-link { display: inline-flex; gap: .65rem; align-items: center; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link span, .arrow-link span { transition: transform .3s; }
.text-link:hover span { transform: translateY(4px); }
.arrow-link:hover span { transform: translate(4px,-3px); }
.hero__side { position: absolute; z-index: 2; top: 50%; left: 1.5rem; display: flex; gap: .9rem; align-items: center; transform: translate(-50%,-50%) rotate(-90deg); font-size: .5rem; letter-spacing: .18em; white-space: nowrap; color: rgba(8,37,77,.46); }
.hero__side i { width: 58px; height: 1px; background: currentColor; }
.hero__stamp { position: absolute; z-index: 2; right: 3.2vw; bottom: 6rem; width: 116px; height: 116px; color: var(--cobalt); animation: stamp-spin 18s linear infinite; }
.hero__stamp svg { width: 100%; height: 100%; overflow: visible; }
.hero__stamp text { fill: currentColor; font: 700 8.5px var(--sans); letter-spacing: 2px; }
.hero__stamp > span { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); animation: stamp-spin-reverse 18s linear infinite; }
@keyframes stamp-spin { to { transform: rotate(360deg); } }
@keyframes stamp-spin-reverse { to { transform: translate(-50%,-50%) rotate(-360deg); } }
.hero__bottom { position: absolute; z-index: 2; right: var(--pad); bottom: 1.5rem; left: var(--pad); display: flex; gap: clamp(2rem, 4vw, 4rem); align-items: end; }
.hero__bottom p { display: flex; gap: .75rem; margin: 0; color: rgba(8,37,77,.58); font-size: .55rem; line-height: 1.5; letter-spacing: .09em; text-transform: uppercase; }
.hero__bottom p span { color: var(--cobalt); }
.scroll-cue { margin-left: auto; display: flex; gap: .75rem; align-items: center; font-size: .5rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 54px; height: 1px; overflow: hidden; background: rgba(8,37,77,.22); }
.scroll-cue i::after { content: ""; position: absolute; inset: 0; background: var(--cobalt); animation: scroll-line 2s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 60%,100% { transform: translateX(100%); } }

.section { padding: clamp(5rem, 10vw, 9.5rem) var(--pad); }
.intro > *, .section-head > *, .approach > *, .about > *, .faq > * { min-width: 0; }
.section-no { display: block; margin-bottom: .85rem; color: var(--cobalt); font-size: .56rem; font-weight: 700; letter-spacing: .15em; }
.intro { display: grid; grid-template-columns: .65fr 2fr .7fr; gap: clamp(2rem, 6vw, 7rem); align-items: start; background: var(--white); }
.section-label > span { display: block; margin-bottom: .9rem; color: var(--cobalt); font-size: .55rem; font-weight: 700; letter-spacing: .15em; }
.section-label p { margin: 0; font-size: .59rem; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.intro__statement p { margin: -.15em 0 0; font: 500 clamp(3rem, 5.6vw, 6.6rem)/.9 var(--serif); letter-spacing: -.045em; }
.intro__statement em, .section-head em, .approach em, .about em, .faq em, .contact em { color: var(--cobalt); font-weight: 500; }
.intro__aside { align-self: end; }
.intro__aside > p { margin: 0 0 2rem; color: rgba(11,31,57,.65); font-size: .76rem; line-height: 1.85; }

.services { background: var(--ice); }
.section-head { display: grid; grid-template-columns: .8fr 1.9fr .7fr; gap: 2rem; align-items: end; margin-bottom: clamp(3.5rem, 8vw, 7rem); }
.section-head > div p { margin: 0; font-size: .61rem; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; }
.section-head h2 { margin: 0; font: 500 clamp(3.7rem, 7vw, 7.8rem)/.72 var(--serif); letter-spacing: -.045em; }
.section-head__aside { margin: 0; color: rgba(11,31,57,.62); font-size: .72rem; line-height: 1.75; }
.service-list { border-top: 1px solid var(--line); }
.service-card { --spot-x: 50%; --spot-y: 50%; position: relative; min-height: 180px; display: grid; grid-template-columns: 50px 90px 1.45fr .75fr; gap: clamp(1rem, 3vw, 3rem); align-items: center; padding: 1.75rem 0; border-bottom: 1px solid var(--line); transition: color .45s, background .45s, padding .45s; overflow: hidden; }
.service-card:hover { padding-right: 1.5rem; padding-left: 1.5rem; color: var(--white); background: radial-gradient(circle 270px at var(--spot-x) var(--spot-y), rgba(86,177,255,.58), transparent 68%), var(--cobalt); }
.service-card > * { position: relative; z-index: 1; }
.service-card__no { align-self: start; padding-top: .4rem; color: var(--cobalt); font-size: .56rem; font-weight: 700; }
.service-card:hover .service-card__no { color: #a7d2ff; }
.service-card__icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--cobalt); transition: color .45s, transform .45s; }
.service-card:hover .service-card__icon { color: var(--white); transform: rotate(-7deg); }
.service-card__icon svg { width: 38px; height: 38px; }
.service-card__icon path, .service-card__icon circle { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card__tag { margin: 0 0 .5rem; color: var(--cobalt); font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card:hover .service-card__tag { color: #a7d2ff; }
.service-card h3 { max-width: 680px; margin: 0; font: 500 clamp(1.8rem, 3vw, 3.4rem)/.95 var(--serif); letter-spacing: -.025em; }
.service-card > p { margin: 0; color: rgba(11,31,57,.62); font-size: .69rem; line-height: 1.75; }
.service-card:hover > p { color: rgba(255,255,255,.7); }

.marquee { overflow: hidden; padding: 1.5rem 0; color: var(--white); background: var(--cobalt); }
.marquee__track { width: max-content; display: flex; align-items: center; animation: marquee 28s linear infinite; }
.marquee span { padding: 0 2rem; font: italic 500 1.85rem/1 var(--serif); }
.marquee i { color: #8bc2ff; font-size: .55rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.approach { --glow-x: 25%; --glow-y: 45%; position: relative; min-height: 920px; display: grid; grid-template-columns: 1fr 1.12fr; gap: clamp(3rem, 9vw, 11rem); align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.approach::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .72; background: radial-gradient(circle 380px at var(--glow-x) var(--glow-y), rgba(22,115,227,.25), transparent 72%); transition: background-position .2s; }
.approach > * { position: relative; z-index: 1; }
.approach__copy .eyebrow { color: #8bc2ff; }
.approach__copy h2 { margin: 1.6rem 0 2rem; font: 500 clamp(4rem, 6.6vw, 7.5rem)/.76 var(--serif); letter-spacing: -.045em; }
.approach__copy em { color: #8bc2ff; }
.approach__lead { max-width: 480px; margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.85; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 42px 80px 1fr; column-gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: #8bc2ff; font-size: .55rem; font-weight: 700; letter-spacing: .12em; }
.step__line { display: flex; align-items: flex-start; padding-top: .45rem; }
.step__line::before { content: ""; width: 9px; height: 9px; border: 1px solid #8bc2ff; transform: rotate(45deg); }
.step__line i { width: 100%; height: 1px; margin-top: 4px; background: rgba(139,194,255,.35); }
.step h3 { margin: 0 0 .8rem; font: 500 2.3rem/1 var(--serif); }
.step p { grid-column: 3; max-width: 390px; margin: 0; color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.75; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; background: var(--ice-deep); }
.about__visual { max-width: 680px; }
.about__frame { --tilt-x: 0deg; --tilt-y: 0deg; padding: clamp(.7rem, 1.5vw, 1.25rem); background: radial-gradient(circle at 54% 44%, #f9fcfe 0%, var(--ice) 68%, #c8dfec 100%); box-shadow: 0 36px 80px rgba(8,37,77,.15); transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(-2.2deg); transform-style: preserve-3d; transition: transform .5s cubic-bezier(.2,.7,.2,1), box-shadow .5s; }
.about__frame:hover { box-shadow: 0 48px 95px rgba(8,37,77,.23); }
.about__frame img { transform: translateZ(24px); }
.about__frame img { aspect-ratio: 16/9; object-fit: contain; }
.about__caption { display: flex; justify-content: space-between; margin-top: 1.5rem; font-size: .52rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about__copy .eyebrow { color: var(--cobalt); }
.about__copy h2 { margin: 1.5rem 0 2.2rem; font: 500 clamp(3.8rem, 6vw, 7rem)/.76 var(--serif); letter-spacing: -.045em; }
.about__copy > p { max-width: 530px; margin: 0; color: rgba(11,31,57,.65); font-size: .78rem; line-height: 1.9; }
.about__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.about__facts div { display: grid; gap: .5rem; }
.about__facts strong { color: var(--cobalt); font: 500 2.8rem/1 var(--serif); }
.about__facts span { max-width: 120px; font-size: .52rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: .75fr 1.6fr; gap: clamp(3rem, 9vw, 10rem); background: var(--white); }
.faq__head h2 { margin: 0; font: 500 clamp(3.8rem, 6.3vw, 7.2rem)/.76 var(--serif); letter-spacing: -.045em; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 105px; display: grid; grid-template-columns: 45px 1fr 30px; align-items: center; padding: 1rem 0; cursor: pointer; list-style: none; font: 500 clamp(1.45rem, 2.3vw, 2.4rem)/1.1 var(--serif); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { color: var(--cobalt); font: 700 .54rem var(--sans); }
.faq summary i { position: relative; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; }
.faq summary i::before, .faq summary i::after { content: ""; position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--ink); transform: translate(-50%,-50%); transition: transform .3s; }
.faq summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq details p { max-width: 630px; margin: -1rem 2.5rem 2rem 45px; color: rgba(11,31,57,.65); font-size: .73rem; line-height: 1.8; }

.contact { position: relative; min-height: 850px; display: grid; place-content: center; justify-items: center; overflow: hidden; text-align: center; color: var(--white); background: var(--cobalt); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 86px 86px; }
.contact > * { position: relative; z-index: 1; }
.contact__shape { position: absolute; z-index: 0; top: 46%; left: 50%; width: min(45vw, 500px); height: min(45vw, 500px); opacity: .09; transform: translate(-50%,-50%) rotate(45deg); }
.contact__shape i, .contact__shape b { width: 62%; height: 27%; border-radius: 200px 18px 18px 200px; background: var(--white); }
.contact__shape i { top: 22%; left: 8%; }
.contact__shape b { right: 7%; bottom: 21%; }
.contact .eyebrow { color: #b8dbff; }
.contact h2 { margin: 1.6rem 0 3rem; font: 500 clamp(4.6rem, 8.3vw, 9.4rem)/.72 var(--serif); letter-spacing: -.05em; }
.contact em { color: #b8dbff; }
.contact__actions { display: flex; gap: 2rem; align-items: center; }
.contact__phone { padding-bottom: .3rem; border-bottom: 1px solid rgba(255,255,255,.55); font: italic 500 1.9rem/1 var(--serif); }
.contact__details { position: absolute; right: var(--pad); bottom: 1.6rem; left: var(--pad); display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.6); font-size: .54rem; letter-spacing: .11em; text-transform: uppercase; }

.footer { display: grid; grid-template-columns: 1fr 1.3fr 1fr auto; gap: 2rem; align-items: end; padding: 3rem var(--pad); color: rgba(255,255,255,.56); background: #061a37; font-size: .57rem; line-height: 1.6; letter-spacing: .08em; }
.footer__brand { color: var(--white); font: 700 1.55rem/.85 var(--sans); letter-spacing: -.06em; }
.footer > p { max-width: 300px; margin: 0; }
.footer nav { display: flex; gap: 1.4rem; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .menu-toggle { display: block; }
  .hero__content { width: 74vw; }
  .intro { grid-template-columns: .7fr 2fr; }
  .intro__aside { grid-column: 2; max-width: 420px; }
  .section-head { grid-template-columns: .75fr 2fr; }
  .section-head__aside { grid-column: 2; max-width: 420px; }
  .service-card { grid-template-columns: 45px 75px 1.4fr .7fr; }
}

@media (max-width: 760px) {
  :root { --pad: 1.15rem; }
  .cursor { display: none; }
  .site-header { height: 68px; }
  .brand { width: 138px; height: 52px; }
  .brand__logo img { width: 145px; top: -16px; left: -2px; }
  .header-phone { display: none; }
  .hero { min-height: max(790px, 100svh); }
  .hero__media { inset: -2.5% 0 -5%; height: auto; }
  .hero__media img { object-position: center center; }
  .hero__wash {
    background:
      linear-gradient(180deg, rgba(231,241,247,.99) 0%, rgba(231,241,247,.94) 30%, rgba(231,241,247,.28) 52%, rgba(231,241,247,.08) 69%, rgba(231,241,247,.78) 100%),
      linear-gradient(90deg, rgba(231,241,247,.56), transparent 66%);
  }
  .hero__grid { background-size: 48px 48px; }
  .hero__content { width: 100%; padding: 7.5rem var(--pad) 10rem; }
  .hero h1 { font-size: clamp(3.9rem, 17vw, 5.6rem); line-height: .83; margin-top: 1.35rem; }
  .hero__accent { margin-left: .25rem; }
  .hero__lead { width: 88%; margin: 2.1rem 0 2.2rem; font-size: .76rem; }
  .hero__actions { margin-left: 0; align-items: flex-start; flex-direction: column; gap: 1.35rem; }
  .hero__side, .hero__bottom p, .hero__stamp { display: none; }
  .hero__motion { opacity: .68; transition-duration: .35s; }
  .float-object--coin { top: 32%; right: 9%; width: 37px; height: 37px; }
  .float-object--paper { display: none; }
  .float-object--diamond { top: 52%; right: 13%; }
  .float-object--mint { right: auto; bottom: 25%; left: 8%; transform: scale(.8) rotate(14deg); }
  .hero__bottom { bottom: 1.2rem; }
  .scroll-cue { margin-left: auto; }
  .intro { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .intro__aside { grid-column: auto; max-width: 92%; }
  .intro__statement p { font-size: clamp(2.7rem, 11.5vw, 3.8rem); }
  .section-head { grid-template-columns: 1fr; }
  .section-head h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .section-head__aside { grid-column: auto; max-width: 90%; }
  .service-card { min-height: 0; grid-template-columns: 38px 58px 1fr; align-items: start; padding: 1.5rem 0; }
  .service-list {
    display: block;
    border-top: 0;
  }
  .service-list::after { content: ""; display: block; height: 20vh; }
  .service-card {
    position: sticky;
    top: 88px;
    min-height: 255px;
    grid-template-columns: 34px 54px 1fr;
    gap: .8rem;
    padding: 1.35rem;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    background: linear-gradient(145deg, #1677e8 0%, #075bce 48%, #073a91 100%);
    box-shadow: 0 22px 44px rgba(8,37,77,.18);
    transition: none;
    margin-bottom: .85rem;
  }
  .service-card:nth-child(2) { top: 98px; z-index: 2; background: linear-gradient(145deg, #2386f1 0%, #0862d8 48%, #073b91 100%); }
  .service-card:nth-child(3) { top: 108px; z-index: 3; background: linear-gradient(145deg, #2a8cf3 0%, #0b65db 48%, #083d96 100%); }
  .service-card:nth-child(4) { top: 118px; z-index: 4; background: linear-gradient(145deg, #3293f6 0%, #0d69df 48%, #08409b 100%); }
  .service-card:hover {
    padding: 1.35rem;
    color: var(--white);
    background: linear-gradient(145deg, #1677e8 0%, #075bce 48%, #073a91 100%);
  }
  .service-card:nth-child(2):hover { background: linear-gradient(145deg, #2386f1 0%, #0862d8 48%, #073b91 100%); }
  .service-card:nth-child(3):hover { background: linear-gradient(145deg, #2a8cf3 0%, #0b65db 48%, #083d96 100%); }
  .service-card:nth-child(4):hover { background: linear-gradient(145deg, #3293f6 0%, #0d69df 48%, #08409b 100%); }
  .service-card .service-card__no,
  .service-card .service-card__tag { color: #c5e2ff; }
  .service-card .service-card__icon { color: var(--white); transition: none; }
  .service-card:hover .service-card__icon { transform: none; }
  .service-card > p,
  .service-card:hover > p { color: rgba(255,255,255,.76); }
  .service-card__icon { width: 52px; height: 52px; }
  .service-card__icon svg { width: 30px; height: 30px; }
  .service-card__tag { margin-top: .15rem; }
  .service-card h3 { font-size: 1.7rem; }
  .service-card > p { grid-column: 3; margin-top: .65rem; }
  .marquee span { font-size: 1.5rem; }
  .approach { min-height: 0; grid-template-columns: 1fr; }
  .approach__copy h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .step { grid-template-columns: 32px 45px 1fr; gap: .8rem; }
  .step h3 { font-size: 1.9rem; }
  .about { grid-template-columns: 1fr; }
  .about__visual { order: 2; }
  .about__copy h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .about__facts { gap: .5rem; }
  .about__facts strong { font-size: 2.2rem; }
  .faq { grid-template-columns: 1fr; }
  .faq__head h2 { font-size: clamp(4rem, 17vw, 6rem); }
  .faq summary { min-height: 90px; grid-template-columns: 32px 1fr 30px; font-size: 1.45rem; }
  .faq details p { margin-left: 32px; }
  .contact { min-height: 760px; }
  .contact h2 { font-size: clamp(4.4rem, 18vw, 6.2rem); }
  .contact__actions { flex-direction: column; }
  .contact__details { align-items: center; flex-direction: column; gap: .65rem; }
  .footer { grid-template-columns: 1fr; align-items: start; }
  .footer nav { order: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__motion, .hero__media img, .about__frame { transform: none !important; }
}
