
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body { margin: 0; font-family: var(--sans); color: var(--navy); background: var(--white); -webkit-font-smoothing: antialiased; font-size: var(--base-size, 16px); line-height: 1.7; }
body.is-locked { overflow: hidden; }
img, svg { max-width: 100%; display: block; }
a { color: var(--navy-800); }
a:hover { color: var(--sky); }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
:focus-visible { outline: 2px solid var(--sky); outline-offset: 3px; border-radius: 2px; }
.skip { position: absolute; top: -100px; left: 16px; z-index: 2000; background: var(--sky); color: var(--navy); padding: 12px 18px; border-radius: var(--r); font-weight: 700; text-decoration: none; }
.skip:focus { top: 16px; }
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--pad); }
.wrap > *, .grid > *, .split > * { min-width: 0; }

/* Type roles */
.serif { font-family: var(--serif); font-weight: 400; letter-spacing: -.01em; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sky); display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.eyebrow--rule::before { content: ""; width: 32px; height: 1px; background: var(--sky); flex: none; }
.t-display { font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 6.4vw, 92px); line-height: 1; letter-spacing: -.015em; text-wrap: balance; }
.t-h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 5vw, 72px); line-height: 1.04; letter-spacing: -.015em; text-wrap: balance; }
.t-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 3.6vw, 54px); line-height: 1.08; letter-spacing: -.01em; text-wrap: balance; }
.t-h2-lg { font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.t-h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(26px, 2.2vw, 34px); line-height: 1.1; }
.t-card { font-family: var(--serif); font-weight: 500; font-size: 30px; line-height: 1.05; }
.t-h4 { font-size: 19px; font-weight: 600; letter-spacing: -.01em; }
.body-lg { font-size: 17px; line-height: 1.8; color: var(--ink-2); text-wrap: pretty; }
.body { font-size: 15px; line-height: 1.7; color: var(--ink-3); text-wrap: pretty; }
.on-dark { color: var(--white); }
.on-dark .body-lg, .on-dark .body { color: var(--w72); }
.num-serif { font-family: var(--serif); font-size: 34px; font-weight: 300; color: var(--sky); line-height: 1; }
.stack > * + * { margin-top: 20px; }
.mb-40 { margin-bottom: 40px; } .mb-32 { margin-bottom: 32px; } .mb-28 { margin-bottom: 28px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 16px 28px; border-radius: var(--r); font: 700 14px/1.2 var(--sans); letter-spacing: .04em; text-decoration: none; border: 1px solid transparent; cursor: pointer; text-align: center; max-width: 100%; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn--sky { background: var(--sky); color: var(--navy); }
.btn--sky:hover { background: var(--white); color: var(--navy); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--sky); color: var(--navy); }
.btn--ghost { border-color: rgba(255,255,255,.4); color: var(--white); font-weight: 600; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.btn--ghost:hover { border-color: var(--sky); color: var(--sky); }
.btn--outline { border-color: var(--navy); color: var(--navy); font-weight: 600; }
.btn--outline:hover { background: var(--navy); color: var(--white); }
.btn--sm { min-height: 46px; padding: 0 22px; font-size: 13.5px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.link-line { text-decoration: none; color: var(--navy); font-size: 14px; font-weight: 600; letter-spacing: .04em; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--navy); padding-bottom: 4px; transition: color .2s, border-color .2s; }
.link-line:hover { color: var(--sky); border-color: var(--sky); }
.link-tag { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--navy-800); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.link-tag::before { content: ""; width: 24px; height: 1px; background: var(--sky); transition: width .3s var(--ease); }
.card:hover .link-tag::before, .link-tag:hover::before { width: 40px; }

/* Sections */
.sec { padding-block: var(--sec); }
.sec--sm { padding-block: var(--sec-sm); }
.sec--surface { background: var(--surface); }
.sec--navy { background: var(--navy); color: var(--white); }
.sec--line-top { border-top: 1px solid var(--line); }
.sec-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head--center { text-align: center; justify-content: center; }
.sec-head--center .eyebrow { justify-content: center; }
.grid { display: grid; gap: 24px; }
.g-auto-300 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.split { display: grid; gap: clamp(48px, 6vw, 96px); align-items: start; grid-template-columns: 1fr; }
@media (min-width: 900px){ .split { grid-template-columns: 1fr 1fr; } .split--center { align-items: center; } .split--rev > :first-child { order: 2; } }
.sticky { position: sticky; top: calc(var(--header-h) + 36px); }
@media (max-width: 899px){ .sticky { position: static; } }

/* Media */
.media { position: relative; overflow: hidden; border-radius: var(--r); background: var(--line); display: block; }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .8s var(--ease); }
.media--4x3 { aspect-ratio: 4 / 3; }
.media--16x10 { aspect-ratio: 16 / 10; }
.media--3x4 { aspect-ratio: 3 / 4; }
a.media:hover img, .card:hover .media img { transform: scale(1.05); }
.media__cap { position: absolute; inset: auto 0 0 0; padding: 22px; background: linear-gradient(to top, rgba(0,5,47,.85), rgba(0,5,47,0)); color: var(--white); display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.media__cap .serif { font-size: 24px; line-height: 1.1; color: var(--white); }
.media__cap .eyebrow { margin: 0; font-size: 11px; letter-spacing: .16em; }

/* ---------------------------------------------------------------- Header */
.hdr-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 60; }
.hdr { position: relative; font-family: var(--sans); background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: background .35s, border-color .35s, box-shadow .35s; }
.hdr.is-dark { background: linear-gradient(to bottom, rgba(0,5,47,.55), rgba(0,5,47,0)); -webkit-backdrop-filter: none; backdrop-filter: none; border-bottom-color: var(--w14); }
.hdr.is-scrolled:not(.is-dark) { box-shadow: 0 10px 30px -20px rgba(0,5,47,.25); }
.hdr__bar { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; justify-self: start; min-width: 0; }
.brand__logo { background: var(--white); border-radius: var(--r); padding: 5px 8px; display: flex; align-items: center; flex: none; }
.brand__logo img { height: var(--logo-h, 40px); width: auto; }
.brand__word { display: flex; flex-direction: column; line-height: 1.1; }
.brand__word b { font-size: 15px; font-weight: 700; letter-spacing: .04em; color: var(--navy); transition: color .3s; }
.brand__word small { font-size: 10.5px; font-weight: 500; letter-spacing: .18em; color: var(--ink-3); transition: color .3s; }
.hdr.is-dark .brand__word b { color: var(--white); }
.hdr.is-dark .brand__word small { color: rgba(255,255,255,.7); }
@media (max-width: 400px){ .brand__word { display: none; } }
.nav { display: none; }
.hdr__actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.hdr__actions > * { flex: none; }
.icon-btn { all: unset; cursor: pointer; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--r); box-sizing: border-box; color: var(--navy); text-decoration: none; transition: color .3s, border-color .3s; }
.icon-btn svg { width: 18px; height: 18px; }
.hdr.is-dark .icon-btn { border-color: rgba(255,255,255,.35); color: var(--white); }
.icon-btn:hover { border-color: var(--sky); color: var(--sky); }
.burger > span { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; }
.burger i { display: block; width: 18px; height: 1.5px; background: currentColor; }
.burger i:last-child { width: 11px; background: var(--sky); }
.hdr__phone { display: none; }
.hdr__cta { min-height: 44px; padding: 0 16px; font-size: 13px; letter-spacing: .03em; }
@media (max-width: 359px){ .hdr__cta { display: none; } }
@media (min-width: 1025px){
  .hdr__bar { grid-template-columns: 1fr auto 1fr; }
  .nav { display: flex; align-items: center; gap: clamp(22px, 2.4vw, 36px); font-size: 14px; font-weight: 500; letter-spacing: .01em; justify-self: center; }
  .nav > a, .nav > button { all: unset; cursor: pointer; text-decoration: none; color: var(--navy); padding: 8px 0; border-bottom: 1.5px solid transparent; transition: color .3s, border-color .2s; display: flex; align-items: center; gap: 6px; font: inherit; }
  .nav > a:hover, .nav > button:hover, .nav > a[aria-current="page"], .nav > button[aria-expanded="true"] { border-bottom-color: var(--sky); }
  .hdr.is-dark .nav > a, .hdr.is-dark .nav > button { color: var(--white); }
  .nav svg { width: 10px; height: 10px; transition: transform .2s; }
  .nav button[aria-expanded="true"] svg { transform: rotate(180deg); }
  .hdr__actions { gap: 22px; }
  .hdr__phone { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--navy); font-size: 14px; font-weight: 600; letter-spacing: .02em; transition: color .3s; }
  .hdr__phone svg { width: 16px; height: 16px; }
  .hdr.is-dark .hdr__phone { color: var(--white); }
  .hdr__phone:hover { color: var(--sky); }
  .icon-btn--phone, .burger { display: none; }
  .hdr__cta { min-height: 46px; padding: 0 22px; font-size: 13.5px; letter-spacing: .04em; }
}
/* Mega */
.mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 24px 48px -24px rgba(0,5,47,.25); display: none; }
.mega.is-open { display: block; }
.mega__in { max-width: var(--max); margin: 0 auto; padding: 40px var(--pad) 44px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.mega__title { font-size: 11px; font-weight: 700; letter-spacing: .18em; color: var(--sky); text-transform: uppercase; margin-bottom: 18px; }
.mega__list { display: flex; flex-direction: column; gap: 2px; }
.mega__list a { text-decoration: none; color: var(--navy); font-size: 14.5px; font-weight: 500; padding: 8px 0; border-bottom: 1px solid var(--line-2); display: flex; justify-content: space-between; align-items: center; gap: 10px; transition: color .2s, padding-left .2s; }
.mega__list a:hover { color: var(--sky); padding-left: 6px; }
.mega__list a small { font-size: 11px; color: var(--ink-4); font-weight: 500; white-space: nowrap; }
.mega__promo { text-decoration: none; position: relative; min-height: 240px; border-radius: var(--r); overflow: hidden; display: flex; align-items: flex-end; background: var(--navy); }
.mega__promo:hover { opacity: .94; }
.mega__promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.mega__promo div { position: relative; padding: 24px; background: linear-gradient(to top, rgba(0,5,47,.9), rgba(0,5,47,0)); width: 100%; }
.mega__promo .eyebrow { margin-bottom: 6px; letter-spacing: .18em; }
.mega__promo .serif { color: var(--white); font-size: 26px; line-height: 1.1; }

/* Mobile menu: off-canvas panel */
.mnav { position: fixed; inset: 0; z-index: 10000; visibility: hidden; pointer-events: none; }
.mnav.is-open { visibility: visible; pointer-events: auto; }
.mnav__backdrop { position: absolute; inset: 0; background: rgba(0,5,47,.55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .4s; }
.mnav.is-open .mnav__backdrop { opacity: 1; }
.mnav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(100%, 440px); background: var(--navy); color: var(--white); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .5s var(--ease); box-shadow: -30px 0 60px -30px rgba(0,5,47,.6); overflow: hidden; }
.mnav__panel::before { content: ""; position: absolute; inset: auto -30% -20% -30%; height: 55%; background: radial-gradient(50% 60% at 50% 100%, rgba(19,183,255,.22), rgba(19,183,255,0) 70%); pointer-events: none; }
.mnav.is-open .mnav__panel { transform: none; }
.mnav__head { display: flex; align-items: center; justify-content: space-between; padding: 0 20px; height: var(--header-h); border-bottom: 1px solid var(--w14); flex: none; }
.mnav__close { all: unset; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--w18); border-radius: var(--r); box-sizing: border-box; position: relative; transition: border-color .2s, background .2s, transform .3s var(--ease); }
.mnav__close span { position: absolute; width: 18px; height: 1.5px; background: var(--white); transition: background .2s; }
.mnav__close span:first-child { transform: rotate(45deg); } .mnav__close span:last-child { transform: rotate(-45deg); }
.mnav__close:hover { border-color: var(--sky); background: rgba(19,183,255,.08); transform: rotate(90deg); }
.mnav__close:hover span { background: var(--sky); }
.mnav__nav { flex: 1; overflow-y: auto; padding: 8px 20px 24px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.mnav__nav::-webkit-scrollbar { display: none; }
.mnav__list { list-style: none; margin: 0; padding: 0; }
.mnav__list > li { border-bottom: 1px solid var(--w14); opacity: 0; transform: translateX(28px); transition: opacity .5s var(--ease), transform .6s var(--ease); }
.mnav.is-open .mnav__list > li { opacity: 1; transform: none; }
.mnav.is-open .mnav__list > li:nth-child(1) { transition-delay: .12s } .mnav.is-open .mnav__list > li:nth-child(2) { transition-delay: .18s } .mnav.is-open .mnav__list > li:nth-child(3) { transition-delay: .24s } .mnav.is-open .mnav__list > li:nth-child(4) { transition-delay: .30s } .mnav.is-open .mnav__list > li:nth-child(5) { transition-delay: .36s } .mnav.is-open .mnav__list > li:nth-child(6) { transition-delay: .42s }
.mnav__link { all: unset; cursor: pointer; width: 100%; box-sizing: border-box; display: grid; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 12px; min-height: 64px; padding: 14px 6px; color: var(--white); font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 7vw, 36px); line-height: 1; letter-spacing: -.01em; position: relative; transition: color .25s, padding-left .35s var(--ease); }
.mnav__link i { font: 700 11px/1 var(--sans); letter-spacing: .18em; color: var(--sky); opacity: .8; font-style: normal; }
.mnav__link b { font-family: var(--sans); font-weight: 400; font-size: 22px; color: var(--sky); opacity: 0; transform: translateX(-8px); transition: opacity .25s, transform .35s var(--ease); justify-self: end; }
.mnav__link::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: var(--sky); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.mnav__link:hover, .mnav__link:focus-visible, .mnav__link[aria-expanded="true"] { color: var(--sky); padding-left: 14px; }
.mnav__link:hover b, .mnav__link:focus-visible b, .mnav__link[aria-expanded="true"] b { opacity: 1; transform: none; }
.mnav__link:hover::after, .mnav__link:focus-visible::after { transform: scaleX(1); }
.mnav__chev { opacity: 1 !important; transform: none !important; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--w18); border-radius: 50%; transition: transform .35s var(--ease), border-color .2s, background .2s !important; }
.mnav__chev svg { width: 11px; height: 11px; }
.mnav__link[aria-expanded="true"] .mnav__chev { transform: rotate(180deg) !important; border-color: var(--sky); background: rgba(19,183,255,.12); }
.mnav__sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.mnav__sub > div { overflow: hidden; }
.mnav__sub.is-open { grid-template-rows: 1fr; }
.mnav__group { padding: 4px 0 14px 46px; }
.mnav__group .mega__title { margin: 10px 0 10px; }
.mnav__sublist { list-style: none; margin: 0; padding: 0; }
.mnav__sublist a { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 46px; padding: 10px 0; color: var(--w85); text-decoration: none; font: 500 16px/1.3 var(--sans); border-bottom: 1px solid rgba(255,255,255,.08); transition: color .2s, padding-left .3s var(--ease); }
.mnav__sublist li:last-child a { border-bottom: 0; }
.mnav__sublist a b { font-weight: 400; color: var(--sky); opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .3s var(--ease); }
.mnav__sublist a:hover, .mnav__sublist a:focus-visible { color: var(--sky); padding-left: 8px; }
.mnav__sublist a:hover b, .mnav__sublist a:focus-visible b { opacity: 1; transform: none; }
.mnav .chip { border-color: var(--w18); color: var(--w85); background: rgba(255,255,255,.03); min-height: 40px; }
.mnav .chip:hover, .mnav .chip:focus-visible { background: var(--sky); border-color: var(--sky); color: var(--navy); transform: translateY(-2px); }
.mnav__foot { flex: none; padding: 20px 20px 24px; border-top: 1px solid var(--w14); display: grid; gap: 16px; position: relative; opacity: 0; transform: translateY(16px); transition: opacity .5s var(--ease) .45s, transform .6s var(--ease) .45s; }
.mnav.is-open .mnav__foot { opacity: 1; transform: none; }
.mnav__cta { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
@media (max-width: 379px){ .mnav__cta { grid-template-columns: 1fr; } }
.mnav__cta .btn { min-height: 52px; padding-inline: 14px; white-space: nowrap; }
.mnav__cta .btn--ghost { border-color: var(--w18); background: rgba(255,255,255,.03); }
.mnav__cta .btn--ghost:hover { background: rgba(19,183,255,.12); border-color: var(--sky); color: var(--white); }
.mnav__cta .btn--ghost:hover svg { color: var(--sky); transform: rotate(-12deg); }
.mnav__cta .btn svg { transition: transform .3s var(--ease), color .2s; }
@media (prefers-reduced-motion: reduce){ .mnav__panel, .mnav__list > li, .mnav__foot { transition: none; } }

/* ---------------------------------------------------------------- Hero slider */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; background: var(--navy); overflow: hidden; color: var(--white); }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1); transition: opacity 1.3s ease, transform 8s linear; }
.hero__img.is-active { opacity: 1; transform: scale(1.06); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,5,47,.9) 0%, rgba(0,5,47,.45) 45%, rgba(0,5,47,.2) 100%); }
.hero__in { position: relative; width: 100%; max-width: var(--max); margin: 0 auto; padding: 140px var(--pad) clamp(48px, 5vw, 72px); display: flex; flex-direction: column; justify-content: flex-end; min-height: 100svh; }
.hero__slides { display: grid; }
.hero__slide { grid-area: 1 / 1; opacity: 0; transform: translateY(24px); transition: opacity .9s var(--ease), transform .9s var(--ease); pointer-events: none; }
.hero__slide.is-active { opacity: 1; transform: none; pointer-events: auto; transition-delay: .25s; }
.hero__slide .eyebrow { margin-bottom: 26px; }
.hero__title { max-width: 16ch; color: var(--white); }
.hero__text { margin-top: 28px; max-width: 560px; font-size: clamp(15px, 1.2vw, 17px); line-height: 1.7; color: rgba(255,255,255,.82); text-wrap: pretty; }
.hero__bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 40px; }
.hero__ctrl { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero__count { font-family: var(--serif); font-size: 22px; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.hero__count b { color: var(--sky); font-weight: 400; }
.hero__dots { display: flex; gap: 8px; }
.hero__dot { all: unset; cursor: pointer; width: 18px; height: 20px; display: flex; align-items: center; transition: width .4s; }
.hero__dot span { display: block; width: 100%; height: 2px; background: rgba(255,255,255,.4); transition: background .3s; }
.hero__dot.is-active { width: 40px; } .hero__dot.is-active span { background: var(--sky); }
.hero__arrows { display: flex; gap: 8px; }
.hero__arrow { all: unset; cursor: pointer; width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: var(--r); color: var(--white); box-sizing: border-box; transition: border-color .2s, color .2s; }
.hero__arrow:hover { border-color: var(--sky); color: var(--sky); }
.hero__meta { margin-top: clamp(32px, 4vw, 48px); padding-top: 22px; border-top: 1px solid var(--w18); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; font-size: 13px; color: rgba(255,255,255,.7); letter-spacing: .02em; }
.hero__meta span[data-links] { display: flex; gap: 22px; flex-wrap: wrap; }
.hero__meta a { color: rgba(255,255,255,.7); text-decoration: none; }
.hero__meta a:hover { color: var(--sky); }
/* Inner hero */
.hero--inner, .hero--inner .hero__in { min-height: min(72svh, 720px); }
.hero--inner .hero__in { padding-top: 132px; }
.hero--inner .hero__img { opacity: 1; transform: none; }
.crumbs { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.crumbs a { color: rgba(255,255,255,.85); text-decoration: none; } .crumbs a:hover { color: var(--sky); }
.crumbs li + li::before { content: "/"; margin-right: 10px; color: var(--sky); }
.crumbs [aria-current] { color: var(--sky); }

/* ---------------------------------------------------------------- Components */
.call-card { text-decoration: none; display: inline-flex; align-items: center; gap: 20px; padding: 22px 26px; border: 1px solid var(--line); border-radius: var(--r); color: var(--navy); transition: border-color .2s; max-width: 100%; }
.call-card:hover { border-color: var(--sky); color: var(--navy); }
.call-card__ic { width: 48px; height: 48px; border-radius: var(--r); background: var(--navy); display: flex; align-items: center; justify-content: center; flex: none; color: var(--sky); }
.call-card__ic svg { width: 20px; height: 20px; }
.call-card small { font-size: 11px; font-weight: 700; letter-spacing: .18em; color: var(--ink-3); text-transform: uppercase; display: block; }
.call-card b { font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; display: block; margin-top: 4px; }

.form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(28px, 3vw, 44px); display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.form .form__title { grid-column: 1 / -1; margin-bottom: 6px; font-family: var(--serif); font-weight: 400; font-size: 34px; line-height: 1.1; }
.form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.form input, .form textarea { width: 100%; height: 54px; padding: 0 18px; border: 1px solid var(--line-3); border-radius: var(--r); font: 500 15px var(--sans); color: var(--navy); background: var(--white); outline: none; transition: border-color .2s, box-shadow .2s; }
.form textarea { height: auto; padding: 16px 18px; resize: vertical; grid-column: 1 / -1; min-height: 140px; }
.form input:focus, .form textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(19,183,255,.18); }
.form .full { grid-column: 1 / -1; }
.form button { height: 56px; border: 0; border-radius: var(--r); background: var(--sky); color: var(--navy); font: 700 14px var(--sans); letter-spacing: .06em; cursor: pointer; transition: background .2s, color .2s; width: 100%; }
.form button:hover { background: var(--navy); color: var(--white); }

.card { text-decoration: none; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s, box-shadow .3s; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); color: var(--navy); }
.card .media { border-radius: 0; }
.card__num { position: absolute; top: 16px; left: 16px; background: var(--navy); color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: .1em; padding: 6px 10px; border-radius: 2px; z-index: 1; }
.card__body { padding: 28px 28px 30px; display: flex; flex-direction: column; flex: 1; gap: 12px; }
.card__body .body { flex: 1; font-size: 14.5px; margin-bottom: 12px; }
.card__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-family: var(--sans); font-weight: 700; color: var(--sky); }

.why { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); transition: padding-left .3s var(--ease); }
.why:hover { padding-left: 8px; }
.why-end { border-top: 1px solid var(--line); }
.why .t-h4 { margin-bottom: 8px; }
.why .body { font-size: 15px; }

.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; padding-bottom: clamp(48px, 6vw, 80px); border-bottom: 1px solid var(--w14); }
@media (min-width: 768px){ .stats { grid-template-columns: repeat(4, 1fr); } }
.stat__v { font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 300; line-height: 1; color: var(--white); font-variant-numeric: tabular-nums; }
.stat__l { margin-top: 12px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--sky); }

.quote { padding-top: clamp(48px, 6vw, 80px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 40px; align-items: center; }
.quote blockquote { margin: 0; font-family: var(--serif); font-weight: 300; font-style: italic; font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -.01em; max-width: 24ch; text-wrap: balance; }
.quote__by { margin-top: 32px; display: flex; align-items: center; gap: 16px; }
.quote__by::before { content: ""; width: 40px; height: 1px; background: var(--sky); flex: none; }
.quote__by b { font-size: 16px; font-weight: 600; display: block; }
.quote__by span { font-size: 13px; color: rgba(255,255,255,.6); }

.projects { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); grid-auto-rows: minmax(220px, 26vw); grid-auto-flow: dense; gap: 16px; }
.projects .media { aspect-ratio: auto; }
.projects img { position: absolute; inset: 0; }
@media (min-width: 700px){ .span-2 { grid-column: span 2; } .row-2 { grid-row: span 2; } }

.testi { text-decoration: none; color: var(--navy); background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 36px 32px 32px; display: flex; flex-direction: column; gap: 22px; transition: transform .3s, box-shadow .3s; }
.testi:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -30px rgba(0,5,47,.3); color: var(--navy); }
.testi__top { display: flex; justify-content: space-between; align-items: center; }
.testi__mark { font-family: var(--serif); font-size: 64px; line-height: .6; color: var(--sky); }
.testi__stars { color: var(--sky); font-size: 13px; letter-spacing: .2em; }
.testi p { font-family: var(--serif); font-size: 23px; line-height: 1.35; flex: 1; text-wrap: pretty; }
.testi__who { display: flex; align-items: center; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.testi__av { width: 44px; height: 44px; border-radius: 50%; flex: none; background: var(--line) center / cover; }
.testi__who b { font-size: 15px; font-weight: 600; display: block; }
.testi__who span { font-size: 13px; color: var(--ink-3); }

.logos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 560px){ .logos { grid-template-columns: repeat(4, 1fr); } }
.logos div { border: 1px solid var(--line); border-radius: var(--r); aspect-ratio: 3 / 2; display: flex; align-items: center; justify-content: center; padding: 18px; }
.logos img { max-width: 100%; max-height: 100%; filter: grayscale(1); opacity: .7; transition: filter .2s, opacity .2s; }
.logos div:hover img { filter: none; opacity: 1; }

.more { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.more a { text-decoration: none; color: var(--ink-3); font-size: 13.5px; line-height: 1.5; padding: 5px 0; display: block; }
.more a:hover { color: var(--sky); }

.cta { background: var(--navy-800); color: var(--white); position: relative; overflow: hidden; }
@media (max-width: 899px){ }

.checks { list-style: none; margin: 0 0 32px; padding: 0; display: grid; gap: 0; }
.checks li { padding: 12px 0; border-top: 1px solid var(--line); display: flex; gap: 14px; align-items: baseline; font-size: 15.5px; color: var(--ink-2); }
.checks li::before { content: ""; width: 18px; height: 1px; background: var(--sky); flex: none; transform: translateY(-4px); }
@media (min-width: 560px){ .checks--2 { grid-template-columns: 1fr 1fr; column-gap: 32px; } }
.on-dark .checks li { color: var(--w85); border-color: var(--w14); }

.steps { list-style: none; margin: 0 0 24px; padding: 0; counter-reset: s; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }
.steps li::before { counter-increment: s; content: "0" counter(s); font-family: var(--serif); font-size: 34px; font-weight: 300; color: var(--sky); line-height: 1; }
.steps b { display: block; font-size: 18px; font-weight: 600; margin-bottom: 6px; letter-spacing: -.01em; }
.steps p { font-size: 15px; line-height: 1.7; color: var(--ink-3); }

.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { all: unset; cursor: pointer; width: 100%; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-family: var(--serif); font-weight: 500; font-size: clamp(21px, 2vw, 26px); line-height: 1.2; color: var(--navy); }
.faq__q::after { content: "+"; color: var(--sky); font-size: 26px; line-height: 1; font-family: var(--sans); font-weight: 300; flex: none; width: 24px; text-align: center; }
.faq__q[aria-expanded="true"]::after { content: "−"; }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__a.is-open { grid-template-rows: 1fr; }
.faq__a p { padding-bottom: 26px; max-width: 70ch; font-size: 15.5px; line-height: 1.75; color: var(--ink-3); }

.tiles { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 560px){ .tiles { grid-template-columns: 1fr 1fr; } }
.tile { border: 1px solid var(--w14); border-radius: var(--r); padding: 28px; display: flex; flex-direction: column; gap: 12px; transition: border-color .2s, background .2s; }
.tile:hover { border-color: var(--sky); background: rgba(255,255,255,.03); }
.tile .num-serif { font-size: 30px; }
.tile b { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
.tile p { font-size: 14.5px; line-height: 1.7; color: var(--w72); }

/* ---------------------------------------------------------------- Motion */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .hero__img.is-active { transform: none; }
}

/* ================================================================ v3: services, CTA, footer, GSAP hooks */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.js.gsap [data-reveal] { opacity: 1; transform: none; transition: none; }

/* Services: interactive index list + sticky image panel */
.svc__layout { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: start; }
.svc__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.svc__row { border-bottom: 1px solid var(--line); }
.svc__link { display: grid; grid-template-columns: 1fr; gap: 16px; padding: 28px 0; text-decoration: none; color: var(--navy); position: relative; transition: padding-left .35s var(--ease); }
.svc__thumb { order: -1; }
.svc__num { font-family: var(--serif); font-size: 22px; font-weight: 300; color: var(--sky); line-height: 1; padding-top: 6px; }
.svc__title { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3.6vw, 52px); line-height: 1; letter-spacing: -.01em; margin-bottom: 12px; transition: color .3s; }
.svc__txt .body { max-width: 52ch; font-size: 14.5px; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s var(--ease), opacity .4s, margin .4s; }
.svc__arrow { font-size: 26px; color: var(--sky); justify-self: end; align-self: start; transform: translateX(-8px); opacity: 0; transition: transform .35s var(--ease), opacity .3s; }
.svc__row.is-active .svc__txt .body { max-height: 200px; opacity: 1; }
.svc__row.is-active .svc__title { color: var(--navy-800); }
.svc__row.is-active .svc__arrow, .svc__link:hover .svc__arrow { opacity: 1; transform: none; }
.svc__panel { display: none; }
@media (min-width: 900px){
  .svc__layout { grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 96px); }
  .svc__thumb { display: none; }
  .svc__link { grid-template-columns: 64px 1fr 40px; gap: 24px; padding: 34px 0; align-items: start; }
  .svc__row.is-active .svc__link { padding-left: 12px; }
  .svc__panel { display: block; position: sticky; top: calc(var(--header-h) + 32px); }
  .svc__frame { position: relative; aspect-ratio: 4 / 5; max-height: calc(100vh - var(--header-h) - 64px); border-radius: var(--r); overflow: hidden; background: var(--line); }
  .svc__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity .7s var(--ease), transform 1.2s var(--ease); }
  .svc__img.is-active { opacity: 1; transform: none; }
  .svc__caps { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px; background: linear-gradient(to top, rgba(0,5,47,.85), rgba(0,5,47,0)); color: var(--white); display: grid; }
  .svc__cap { grid-area: 1 / 1; font-family: var(--serif); font-size: 26px; line-height: 1.1; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .5s var(--ease); }
  .svc__cap b { font-size: 12px; font-family: var(--sans); font-weight: 700; letter-spacing: .18em; color: var(--sky); margin-right: 12px; vertical-align: middle; }
  .svc__cap.is-active { opacity: 1; transform: none; }
}
@media (max-width: 899px){
  .svc__txt .body { max-height: none; opacity: 1; }
  .svc__arrow { opacity: 1; transform: none; position: absolute; right: 0; bottom: 30px; }
  .svc__link { padding-bottom: 60px; }
}

/* Free estimate */
.cta2 { position: relative; background: var(--navy); color: var(--white); overflow: hidden; isolation: isolate; }
.cta2__bg { position: absolute; inset: -12% 0; z-index: -1; }
.cta2__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .28; filter: saturate(.7); }
.cta2::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,5,47,.96) 0%, rgba(0,5,47,.75) 55%, rgba(0,5,47,.45) 100%); }
.cta2__ribbon { border-top: 1px solid var(--w14); border-bottom: 1px solid var(--w14); overflow: hidden; white-space: nowrap; }
.cta2__track { display: inline-flex; align-items: center; gap: 28px; padding: 14px 0; will-change: transform; }
.cta2__track span { font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--w72); }
.cta2__track i { width: 6px; height: 6px; border-radius: 50%; background: var(--sky); display: inline-block; }
.cta2__in { display: grid; gap: clamp(40px, 6vw, 96px); padding-block: clamp(72px, 9vw, 128px); align-items: center; }
@media (min-width: 900px){ .cta2__in { grid-template-columns: 1.2fr .8fr; } }
.cta2__title { font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 6.4vw, 96px); line-height: .98; letter-spacing: -.015em; margin-bottom: 28px; text-wrap: balance; }
.cta2__title em { font-style: italic; font-weight: 300; color: var(--sky); }
.cta2__txt .body-lg { color: var(--w72); max-width: 58ch; margin-bottom: 40px; }
.cta2__card { border: 1px solid var(--w18); border-radius: var(--r); padding: clamp(28px, 3vw, 40px); background: rgba(255,255,255,.04); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 20px; position: relative; }
.cta2__card::before { content: ""; position: absolute; left: 0; top: 0; width: 56px; height: 1px; background: var(--sky); }
.cta2__label { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--sky); }
.cta2__phone { font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 4.4vw, 60px); line-height: 1; color: var(--white); text-decoration: none; letter-spacing: -.01em; }
.cta2__phone:hover { color: var(--sky); }
.cta2__meta { list-style: none; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--w14); display: grid; gap: 12px; font-size: 14.5px; color: var(--w85); }
.cta2__meta li { display: flex; align-items: center; gap: 12px; }
.cta2__meta svg { width: 16px; height: 16px; color: var(--sky); flex: none; }
.cta2__meta a { color: var(--white); text-decoration: none; }
.cta2__meta a:hover { color: var(--sky); }
.cta2__stars { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--w14); }
.cta2__stars span { color: var(--sky); letter-spacing: .2em; font-size: 13px; }
.cta2__stars small { font-size: 12.5px; color: var(--w55); }

/* ================================================================ v4: awards + footer v3 */
.awards__grid { display: grid; gap: clamp(40px, 6vw, 96px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px){ .awards__grid { grid-template-columns: .9fr 1.1fr; } .awards__intro { position: sticky; top: calc(var(--header-h) + 32px); } }
.awards__facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-top: 1px solid var(--line); padding-top: 24px; }
.awards__facts b { display: block; font-family: var(--serif); font-weight: 300; font-size: clamp(28px, 3vw, 40px); line-height: 1; color: var(--navy); }
.awards__facts span { display: block; margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
@media (max-width: 479px){ .awards__facts { grid-template-columns: 1fr 1fr; } }
.awards__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 12px; counter-reset: aw; }
@media (min-width: 600px){ .awards__list { grid-template-columns: repeat(2, 1fr); } }
.award { position: relative; border: 1px solid var(--line); border-radius: var(--r); padding: 24px 24px 22px; background: var(--white); display: grid; grid-template-columns: 1fr auto; gap: 16px 12px; transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; overflow: hidden; }
.award::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--sky); transition: width .5s var(--ease); }
.award:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(19,183,255,.4); }
.award:hover::after { width: 100%; }
.award__year { font-size: 11px; font-weight: 700; letter-spacing: .2em; color: var(--sky); align-self: start; }
.award__laurel { width: 44px; height: 44px; color: var(--navy); opacity: .55; justify-self: end; transition: opacity .3s, color .3s; }
.award__laurel svg { width: 100%; height: 100%; }
.award:hover .award__laurel { opacity: 1; color: var(--sky); }
.award > div { grid-column: 1 / -1; }
.award__title { font-family: var(--serif); font-weight: 500; font-size: 24px; line-height: 1.1; margin-bottom: 6px; color: var(--navy); }
.award__by { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }
@media (min-width: 900px){ }
.awards .logos { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 560px){ .awards .logos { grid-template-columns: repeat(4, 1fr); } }
.awards .logos div { aspect-ratio: 5 / 2; }

/* Footer v3 */
.ftr { position: relative; background: #020630; color: var(--white); overflow: hidden; isolation: isolate; }
.ftr__glow { position: absolute; inset: auto -20% -40% -20%; height: 70%; background: radial-gradient(50% 60% at 50% 100%, rgba(19,183,255,.16) 0%, rgba(19,183,255,0) 70%); z-index: -1; pointer-events: none; }
.ftr::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(19,183,255,.8), transparent); }
.ftr__cta { display: grid; gap: 28px; padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--w14); align-items: center; }
@media (min-width: 900px){ .ftr__cta { grid-template-columns: 1fr auto; } }
.ftr__lead { font-family: var(--serif); font-weight: 300; font-size: clamp(32px, 4.6vw, 64px); line-height: 1.02; letter-spacing: -.015em; max-width: 18ch; text-wrap: balance; }
.ftr__lead em { font-style: italic; color: var(--sky); }
.ftr__grid { display: grid; gap: 40px 24px; padding: clamp(48px, 6vw, 72px) 0; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 768px){ .ftr__grid { grid-template-columns: repeat(4, 1fr); } .ftr__brand { grid-column: span 4; } .ftr__card { grid-column: span 1; } }
@media (min-width: 1025px){ .ftr__grid { grid-template-columns: 4fr 2fr 2fr 2fr 3fr; gap: 40px; } .ftr__brand { grid-column: auto; } }
.ftr__brand { max-width: 360px; grid-column: span 2; }
.ftr__title { margin: 0 0 22px; font-family: var(--sans); font-size: 11px; font-style: normal; font-weight: 700; line-height: 1.7; letter-spacing: .2em; color: var(--sky); text-transform: uppercase; }
.brand--footer .brand__logo { padding: 10px 14px; }
.brand--footer .brand__logo img { height: 52px; }
.brand--footer .brand__word { display: none; }
.ftr__brand p { margin-top: 24px; font-size: 15px; line-height: 1.7; color: var(--w72); }
.ftr__social { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.ftr__social a { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px 0 12px; border: 1px solid var(--w18); border-radius: 999px; color: var(--w85); text-decoration: none; font-size: 13px; font-weight: 600; transition: border-color .2s, color .2s, background .2s; }
.ftr__social a:hover { border-color: var(--sky); color: var(--sky); background: rgba(19,183,255,.06); }
.ftr__social svg { width: 15px; height: 15px; }
.ftr__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; font-size: 15px; }
.ftr__col li { color: var(--w85); padding: 5px 0; }
.ftr__col a { color: var(--w85); text-decoration: none; position: relative; display: inline-block; padding: 5px 0; transition: color .2s; }
.ftr__col a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: var(--sky); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.ftr__col a:hover { color: var(--white); }
.ftr__col a:hover::after { transform: scaleX(1); transform-origin: left; }
.ftr__card { grid-column: span 2; border: 1px solid var(--w18); border-radius: var(--r); padding: 26px; background: rgba(255,255,255,.035); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; flex-direction: column; gap: 10px; position: relative; }
.ftr__card::before { content: ""; position: absolute; left: 0; top: 0; width: 48px; height: 1px; background: var(--sky); }
.ftr__phone { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 3vw, 40px); line-height: 1; color: var(--white); text-decoration: none; letter-spacing: -.01em; }
.ftr__phone:hover { color: var(--sky); }
.ftr__mail { color: var(--w85); text-decoration: none; font-size: 15px; }
.ftr__mail:hover { color: var(--sky); }
.ftr__addr { font-style: normal; display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.5; color: var(--w72); margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--w14); }
.ftr__addr svg { width: 16px; height: 16px; color: var(--sky); flex: none; margin-top: 3px; }
.ftr__bar { border-top: 1px solid var(--w14); padding: 22px 0 28px; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between; align-items: center; font-size: 13px; color: var(--w55); }
.ftr__by { letter-spacing: .04em; }

/* ================================================================ v5: hover system, more-services chips */
.btn { position: relative; overflow: hidden; isolation: isolate; }
.btn svg { width: 16px; height: 16px; flex: none; }
.btn::after { content: ""; position: absolute; top: -20%; left: -60%; width: 40%; height: 140%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); transform: skewX(-20deg); pointer-events: none; transition: left .7s var(--ease); }
.btn:hover::after { left: 130%; }
.btn--navy::after, .btn--outline::after, .btn--ghost::after { background: linear-gradient(90deg, transparent, rgba(19,183,255,.35), transparent); }
.btn:active { transform: translateY(0) scale(.98); }
.link-line span, .link-line:hover span { transform: translateX(6px); }
.nav > a::after, .nav > button::after { display: none; }
.mega__list a span:first-child { position: relative; }
.card { will-change: transform; }
.svc__link:hover .svc__title { color: var(--sky); }
.svc__link:hover .svc__arrow { transform: translateX(6px); }
.hdr__phone:hover svg { transform: rotate(-12deg); }
.hdr__phone svg { transition: transform .3s var(--ease); }
.ftr__social a:hover svg { transform: scale(1.15); }
.ftr__social svg { transition: transform .3s var(--ease); }
.ftr__lead { transition: none; }
.testi__stars, .cta2__stars span { transition: letter-spacing .3s; }
.testi:hover .testi__stars { letter-spacing: .3em; }
.ftr__cta .btn { min-height: 56px; }

.more2__head { display: grid; gap: 20px; margin-bottom: clamp(32px, 4vw, 48px); align-items: end; }
@media (min-width: 900px){ .more2__head { grid-template-columns: 1fr auto; } }
@media (min-width: 700px){ }
.chip { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 500; color: var(--ink-2); text-decoration: none; background: var(--surface); transition: background .25s, color .25s, border-color .25s, transform .25s var(--ease); }
.chip:hover { background: var(--navy); color: var(--white); border-color: var(--navy); transform: translateY(-2px); }
.chip:focus-visible { outline-offset: 2px; }

/* More services v3: editorial index */
.more3__grid { display: grid; grid-template-columns: 1fr; border-top: 1px solid var(--line); }
.more3__group { padding: clamp(30px, 3.2vw, 48px) 0; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: 1fr; }
@media (min-width: 900px){ .more3__group { grid-template-columns: 264px 1fr; gap: 56px; align-items: start; } }
.more3__head { display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; align-items: start; position: sticky; top: calc(var(--header-h) + 28px); }
@media (max-width: 899px){ .more3__head { position: static; align-items: center; } }
.more3__idx { display: inline-flex; align-items: center; justify-content: center; min-width: 30px; height: 30px; padding: 0 8px; border-radius: 9px; background: var(--navy); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
.more3__title { font-family: var(--serif); font-weight: 400; font-size: clamp(21px, 2vw, 27px); line-height: 1.15; color: var(--navy); align-self: center; }
.more3__count { grid-column: 2; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); margin-top: -2px; }
.more3__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; column-gap: 24px; row-gap: 2px; }
@media (min-width: 560px){ .more3__list { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1200px){ .more3__list { grid-template-columns: 1fr 1fr 1fr; } }
.more3__list a { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px; padding: 8px 12px; margin-inline: -12px; border-radius: 10px; color: var(--ink-2); text-decoration: none; font-size: 14.5px; font-weight: 500; line-height: 1.35; background-image: linear-gradient(var(--line-2), var(--line-2)); background-size: calc(100% - 24px) 1px; background-position: 12px 100%; background-repeat: no-repeat; transition: color .2s, background-color .25s, transform .3s var(--ease); }
.more3__list a i { font-style: normal; color: var(--navy-800); opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .3s var(--ease); }
.more3__list a:hover, .more3__list a:focus-visible { color: var(--navy); background-color: var(--surface); transform: translateX(3px); }
.more3__list a:hover i, .more3__list a:focus-visible i { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .more3__list a, .more3__list a i { transition: none; } .more3__list a:hover, .more3__list a:focus-visible { transform: none; } }

/* ================================================================ WordPress-specific */
.site-main { display: block; }
.hdr__bar.wrap { padding-inline: var(--pad); }
.nav__mega-btn { all: unset; cursor: pointer; }
.mega__col { min-width: 0; }
.mega__phone { display: block; margin-top: 10px; font-family: var(--serif); font-size: 26px; color: var(--white); }
.mega__promo--cta div { position: relative; padding: 24px; width: 100%; background: linear-gradient(to top, rgba(0,5,47,.9), rgba(0,5,47,.4)); }
.mnav__parent { display: block; padding: 8px 0 12px; color: var(--sky); text-decoration: none; font: 700 11px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.mnav__areas-btn { all: unset; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; margin: -6px 0 6px; padding: 4px 0; font: 600 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--sky); }
.mnav__areas-btn svg { width: 10px; height: 10px; transition: transform .3s var(--ease); }
.mnav__areas-btn[aria-expanded="true"] svg { transform: rotate(180deg); }
.mnav__sublist--areas { padding-left: 14px; border-left: 1px solid var(--w14); margin-bottom: 8px; }
.mnav__sublist--areas a { min-height: 40px; font-size: 14.5px; }
.brand__logo--mark { width: 44px; height: 44px; background: var(--navy); color: var(--sky); display: grid; place-items: center; border-radius: var(--r); }
.brand__logo--mark svg { width: 22px; height: 22px; }
.hdr.is-dark .brand__logo--mark { background: rgba(255,255,255,.1); }
.topbar { background: var(--navy); color: var(--w72); font-size: 13px; display: none; }
.topbar__in { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar__left, .topbar__right { display: flex; align-items: center; gap: 22px; }
.topbar a { color: inherit; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { color: var(--sky); }
.topbar svg { width: 15px; height: 15px; color: var(--sky); }
@media (min-width: 768px){ .topbar { display: block; } }
.hdr.is-dark .topbar { background: transparent; border-bottom: 1px solid var(--w14); }
.call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; background: var(--sky); color: var(--navy); text-decoration: none; font: 700 15px var(--sans); letter-spacing: .04em; }
.call-bar svg { width: 18px; height: 18px; }
@media (min-width: 768px){ .call-bar { display: none; } }
body:has(.call-bar) .to-top { bottom: 72px; }

/* Placeholder */
.skb-placeholder { display: grid; place-items: center; width: 100%; aspect-ratio: 4 / 3; background: var(--surface); color: var(--ink-4); border-radius: var(--r); }
.skb-placeholder svg { width: 40px; height: 40px; }

/* Breadcrumbs (Rank Math markup) */
.skb-breadcrumbs .crumbs { list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.skb-breadcrumbs .crumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.skb-breadcrumbs .crumbs a:hover { color: var(--sky); }
.skb-breadcrumbs .crumbs li + li::before { content: "/"; margin-right: 10px; color: var(--sky); }
.skb-breadcrumbs .crumbs .separator { display: none; }
.skb-breadcrumbs .crumbs .last, .skb-breadcrumbs .crumbs [aria-current] { color: var(--sky); }
.skb-breadcrumbs .rank-math-breadcrumb p { margin: 0; }

/* Archive / post heroes: navy gradient instead of a photo */
.hero--archive, .hero--post, .hero--404 { background: linear-gradient(135deg, #00052F 0%, #03204E 100%); }
.hero--archive .hero__in, .hero--post .hero__in, .hero--404 .hero__in { min-height: min(56svh, 560px); padding-top: 132px; }
.hero--archive, .hero--post, .hero--404 { min-height: min(56svh, 560px); }
.hero--post .post-meta { margin-top: 24px; color: var(--w72); }

/* Posts grid / list */
.posts { display: grid; gap: 24px; }
.posts--grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); }
.posts--list { grid-template-columns: 1fr; }
.posts--list .post-card { display: grid; grid-template-columns: 1fr; }
@media (min-width: 768px){ .posts--list .post-card { grid-template-columns: 2fr 3fr; } }
.post-card__title { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.1; }
.post-card__title a { color: var(--navy); text-decoration: none; }
.post-card__title a:hover { color: var(--navy-800); }
.post-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-3); }
.post-meta i { width: 4px; height: 4px; border-radius: 50%; background: var(--sky); display: inline-block; }
.has-sidebar { display: grid; gap: 48px; grid-template-columns: 1fr; }
@media (min-width: 1025px){ .has-sidebar { grid-template-columns: 1fr 320px; } }
.sidebar .widget { border: 1px solid var(--line); border-radius: var(--r); padding: 24px; margin-bottom: 20px; }
.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget li { padding: 8px 0; border-bottom: 1px solid var(--line-2); }
.sidebar .widget a { text-decoration: none; }

/* Pagination */
.skb-pagination { margin-top: clamp(40px, 5vw, 64px); }
.skb-pagination ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.skb-pagination a, .skb-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 46px; height: 46px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--r); color: var(--navy); text-decoration: none; font: 600 14px var(--sans); transition: border-color .2s, color .2s, background .2s; }
.skb-pagination a:hover { border-color: var(--sky); color: var(--sky); }
.skb-pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); }
.skb-pagination svg { width: 16px; height: 16px; }

/* Search form */
.skb-search { display: flex; gap: 8px; }
.skb-search__input { flex: 1; min-width: 0; height: 54px; padding: 0 18px; border: 1px solid var(--line-3); border-radius: var(--r); font: 500 15px var(--sans); color: var(--navy); background: var(--white); outline: none; }
.skb-search__input:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(19,183,255,.18); }
.skb-search__btn { width: 54px; height: 54px; border: 0; border-radius: var(--r); background: var(--navy); color: var(--white); display: grid; place-items: center; cursor: pointer; transition: background .2s, color .2s; }
.skb-search__btn:hover { background: var(--sky); color: var(--navy); }
.skb-search__btn svg { width: 18px; height: 18px; }

/* Single post */
.single-post__media { margin-top: -48px; position: relative; z-index: 2; }
.single-post__layout { padding-block: clamp(48px, 6vw, 96px); }
.single-post__layout .entry-content { max-width: 760px; }
.prose { font-size: 17px; line-height: 1.8; color: var(--ink-2); }
.prose > * + * { margin-top: 1.2em; }
.prose h2, .prose h3 { font-family: var(--serif); font-weight: 500; line-height: 1.15; color: var(--navy); margin-top: 1.6em; }
.prose h2 { font-size: clamp(28px, 3vw, 40px); }
.prose h3 { font-size: clamp(22px, 2.2vw, 30px); }
.prose h4, .prose h5, .prose h6 { color: var(--navy); font-weight: 600; margin-top: 1.4em; }
.prose img { border-radius: var(--r); height: auto; }
.prose a { color: var(--navy-800); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose a:hover { color: var(--sky); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .4em; }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 24px; border-left: 2px solid var(--sky); font-family: var(--serif); font-size: 1.35em; line-height: 1.35; color: var(--navy); }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.prose th { background: var(--surface); }
.prose iframe, .prose video { max-width: 100%; }
.prose .wp-block-image figcaption, .prose figcaption { font-size: 13px; color: var(--ink-3); margin-top: 8px; }
.alignwide { margin-inline: calc(50% - 50vw + var(--pad)); max-width: calc(100vw - var(--pad) * 2); }
.alignfull { margin-inline: calc(50% - 50vw); max-width: 100vw; }
.post-tags { list-style: none; margin: 32px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.post-tags a { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 14px; border: 1px solid var(--line); border-radius: var(--r); font-size: 13px; font-weight: 600; color: var(--ink-2); text-decoration: none; }
.post-tags a:hover { border-color: var(--navy); color: var(--navy); }
.post-nav { display: grid; gap: 16px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
@media (min-width: 600px){ .post-nav { grid-template-columns: 1fr 1fr; } .post-nav__next { text-align: right; } }
.post-nav a { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.post-nav a small { display: block; font: 700 11px/1.4 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--sky); }
.post-nav a svg { width: 18px; height: 18px; flex: none; }
.post-nav a:hover { color: var(--navy-800); }
.page-links { margin-top: 24px; font-weight: 600; }

/* Comments */
.comments { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.comments__title { margin-bottom: 24px; }
.comment-list, .comment-list .children { list-style: none; margin: 0; padding: 0; }
.comment-list .children { padding-left: 24px; border-left: 1px solid var(--line-2); margin-top: 16px; }
.comment-body { padding: 20px 0; border-bottom: 1px solid var(--line-2); }
.comment-author { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.comment-author .avatar { border-radius: 50%; }
.comment-metadata { font-size: 13px; color: var(--ink-3); margin: 4px 0 12px 56px; }
.comment-metadata a { color: inherit; text-decoration: none; }
.comment-content { margin-left: 56px; color: var(--ink-2); }
.reply { margin: 8px 0 0 56px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.reply a { color: var(--navy-800); text-decoration: none; }
.skb-form label { display: block; font: 600 13px/1.4 var(--sans); margin-bottom: 6px; color: var(--navy); }
.skb-form input:not([type="checkbox"]):not([type="submit"]), .skb-form textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line-3); border-radius: var(--r); font: 500 15px var(--sans); color: var(--navy); background: var(--white); outline: none; }
.skb-form input:focus, .skb-form textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 3px rgba(19,183,255,.18); }
.skb-form p { margin-bottom: 16px; }
.comment-form-cookies-consent { display: flex; gap: 10px; align-items: center; }
.comment-form-cookies-consent label { margin: 0; font-weight: 500; }
.no-results { padding: 20px 0; }
.related .posts { margin-top: 0; }

/* Elementor compatibility */
.elementor-page .site-main > .elementor { width: 100%; }
.elementor-template-full-width .site-main, .elementor-template-canvas .site-main { max-width: none; }
.skb-elementor-page .entry-content { max-width: none; }
.e-con, .elementor-section { min-width: 0; }

/* Third-party form plugins: match the theme fields */
.elementor-field-group .elementor-field, .wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpforms-field input, .wpforms-field textarea, .gform_wrapper input:not([type="submit"]), .gform_wrapper textarea { border: 1px solid var(--line-3) !important; border-radius: var(--r) !important; font-family: var(--sans) !important; color: var(--navy) !important; background: var(--white) !important; }
.elementor-field-group .elementor-field:focus, .wpcf7 input:focus, .wpcf7 textarea:focus, .wpforms-field input:focus, .wpforms-field textarea:focus { border-color: var(--sky) !important; box-shadow: 0 0 0 3px rgba(19,183,255,.18) !important; outline: none !important; }
.elementor-button, .wpcf7-submit, .wpforms-submit, .gform_button { font-family: var(--sans) !important; font-weight: 700 !important; letter-spacing: .04em !important; border-radius: var(--r) !important; }

/* Screen reader text (WordPress) */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: var(--sky); color: var(--navy); clip: auto; clip-path: none; height: auto; width: auto; left: 8px; top: 8px; padding: 12px 18px; z-index: 100000; }
/* WordPress admin bar offset for the fixed header (logged-in users) */
.admin-bar .hdr-wrap { top: 32px; }
.admin-bar .mnav { top: 32px; }
@media (max-width: 782px){ .admin-bar .hdr-wrap { top: 46px; } .admin-bar .mnav { top: 46px; } }

/* ---------------------------------------------------------------- Cover images inside Elementor
   Elementor's frontend CSS sets `.elementor img { height: auto; max-width: 100% }` (specificity 0, 1, 1). It beat the theme's
   cover rules, so hero and banner photos were only as tall as their natural ratio: fine on wide screens, but on phones the
   hero and CTA backgrounds covered a ~250px strip (or nothing visible). These rules restore full cover everywhere. */
.elementor .hero__img, .elementor .svc__img { height: 100%; max-width: none; }
.elementor .cta2__bg img, .elementor .media img, .elementor .projects img, .elementor .skb-gal__item img { height: 100%; }

/* ---------------------------------------------------------------- Final QA fixes */
/* Back-to-top button: rules from the approved design (they were missing, so the button rendered unstyled). */
.to-top { position: fixed; right: 16px; bottom: 16px; z-index: 50; width: 46px; height: 46px; border: 1px solid var(--w18); background: var(--navy); color: var(--white); border-radius: var(--r); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s, border-color .2s, color .2s; }
.to-top.is-visible { opacity: 1; visibility: visible; }
.to-top:hover, .to-top:focus-visible { border-color: var(--sky); color: var(--sky); }
.to-top svg { width: 18px; height: 18px; }
/* Sky is for dark backgrounds only (CLAUDE.md / WCAG AA): labels and numbers on white or light surfaces use navy. */
.sec--white .eyebrow, .sec--surface .eyebrow, .post-card .eyebrow, .no-results .eyebrow { color: var(--navy-800); }
.svc__num, .award__year { color: var(--navy-800); }
.on-dark .eyebrow, .on-dark .svc__num, .on-dark .award__year, .cta2 .eyebrow, .cta-band .eyebrow, .mega__promo .eyebrow, .hero .eyebrow { color: var(--sky); }
/* Elementor Posts widget (blog archive template) and Elementor forms that use the default accent button. */
.elementor-posts .elementor-post__meta-data, .elementor-posts .elementor-post__meta-data span, .elementor-posts .elementor-post__meta-data a { color: var(--ink-3) !important; }
.elementor-posts .elementor-post__excerpt, .elementor-posts .elementor-post__excerpt p { color: var(--ink-2) !important; }
.elementor-form .elementor-button.skb-form-btn, .elementor-form .elementor-button.skb-form-btn:hover, .elementor-form .elementor-button.skb-form-btn:focus { color: var(--navy) !important; }
.mega__col .mega__list + .mega__title { margin-top: 28px; }
/* Final QA: touch targets of at least 44px on phones and tablets. */
@media (max-width: 1024px) {
  .ftr__col li, .skb-fcol li { padding-block: 0; }
  .ftr__col a, .skb-fcol li a, .skb-copy a { display: inline-flex; align-items: center; min-height: 44px; padding-block: 0; }
  .ftr__phone, .ftr__mail { display: inline-flex; align-items: center; min-height: 44px; }
  .hero__dots { gap: 0; }
  .hero__dot { width: 44px; height: 44px; justify-content: center; }
  .hero__dot span { width: 18px; flex: none; }
  .hero__dot.is-active { width: 56px; }
  .hero__dot.is-active span { width: 40px; }
  .hero__arrow, .hero[data-slider] .hero__arrow { width: 44px; height: 44px; }
  .link-line { min-height: 44px; align-items: flex-end; }
  .link-tag, .elementor-post__read-more { display: inline-flex; align-items: center; min-height: 44px; }
  .mnav__areas-btn { min-height: 44px; margin: -10px 0 0; }
  .mnav__sublist a { min-height: 46px; }
  /* Elementor Pro loads widget-form.min.css after the theme and sets min-height 40px at the same specificity, so these need !important. */
  .elementor-form .elementor-field-textual, .elementor-form .elementor-button { min-height: 44px !important; }
  .elementor-form .elementor-button { display: flex; align-items: center; justify-content: center; }
  .elementor-widget-button .elementor-button, .elementor-button-link { min-height: 44px !important; display: inline-flex; align-items: center; justify-content: center; }
  /* Post titles: 44px tall hit area without changing the visible layout. */
  .post-card__title a, .elementor-posts .elementor-post__title a { display: inline-block; padding-block: 10px; margin-block: -10px; }
  /* Hero meta social links: full 44px hit area on touch screens. */
  .hero__meta [data-links] a { display: inline-flex; align-items: center; min-height: 44px; }
  .elementor-toc__toggle-button { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
}
