:root {
      --ink: #f4fbfb;
      --muted: rgba(244, 251, 251, .74);
      --deep: #143645;
      --sea: #1b5962;
      --aqua: #78c1c9;
      --foam: #dff7f8;
      --panel: rgba(20, 54, 69, .78);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      padding: 0;
      color: var(--ink);
      background: #0d3040;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
      min-width: 0;
    }
    a { color: inherit; text-decoration: none; }
    img, svg, canvas { max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    .progress { position: fixed; inset: 0 auto auto 0; height: 3px; width: 0; z-index: 60; background: linear-gradient(90deg, #f4fbfb, #78c1c9); }
    .nav {
      position: fixed; top: 0; left: 50%; transform: translateX(-50%);
      width: 100%; max-width: 1440px; height: 72px; display: flex; align-items: center; justify-content: space-between;
      padding: 0 56px; z-index: 50; background: rgba(9,48,61,0.25); backdrop-filter: blur(4px);
      border-bottom: 1px solid rgba(255,255,255,0.05); transition: background .3s, backdrop-filter .3s, border-color .3s;
    }
    .brand { display: inline-flex; align-items: center; }
    .header-brand {
      flex: 0 0 auto;
      min-width: 92px;
      line-height: 0;
      overflow: visible;
    }
    .header-logo {
      display: block;
      width: auto;
      height: clamp(38px, 3.4vw, 50px);
      max-height: calc(72px - 16px);
      overflow: visible;
      flex-shrink: 0;
    }
    .mark { width: 34px; height: 28px; border: 1px solid rgba(222,247,248,.5); border-radius: 50%; position: relative; }
    .mark::after { content: ""; position: absolute; width: 17px; height: 17px; border: 1px solid var(--aqua); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; right: 4px; top: 5px; transform: rotate(25deg); }
    .navlinks { display: flex; gap: clamp(18px, 4vw, 54px); font-size: .75rem; text-transform: uppercase; color: rgba(244,251,251,.78); }
    .navlinks .link { border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; letter-spacing: inherit; padding: 0; text-align: left; text-transform: inherit; }
    .navlinks .link.active, .navlinks .link:hover { color: white; }
    .menu-toggle { display: none; }
    .nav.scrolled { background: rgba(9, 48, 61, .82) !important; backdrop-filter: blur(16px) !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; }

    .shell { width: min(1440px, 100%); margin: 0 auto; display: block; position: relative; z-index: 10; }
    section { position: relative; padding: 72px 56px; margin: 0; }
    #top, #work, #services, #who, #contact, #contact-time, #where { scroll-margin-top: 86px; }
    .hero { height: 72vh; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; margin: 0; position: relative; overflow: hidden; background: #0b3040; }
    .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .work { background: linear-gradient(90deg, #213a3d, #80bac2); padding: 48px 34px 30px; }
    .kicker { display: block; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 1rem; }
    .recent-grid { display: grid; grid-template-columns: repeat(3, 430px); gap: 62px; justify-content: center; }
    .case { position: relative; color: white; }
    .case-media { height: 612px; position: relative; overflow: hidden; border-radius: 20px; background: #102c37; isolation: isolate; }
    .case-media img, .svc-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
    .case-media::after, .svc-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(6,23,32,.72)); z-index: 1; }
    .case:hover img, .svc-card:hover img { transform: scale(1.08) translateY(-2px); }
    .case-title { position: absolute; left: 20px; right: 20px; bottom: 24px; z-index: 2; margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.15; text-shadow: 0 3px 6px rgba(0,0,0,.9); }
    .case-copy { padding: 20px 12px 0; }
    .case-copy p, .svc-card p { margin: 0; color: rgba(244,251,251,.82); font-size: .9rem; line-height: 1.35; }
    .case-copy b { color: #9eefff; font-size: 12px; line-height: 1.3; }
    .case-copy span { display: block; margin-top: 2px; color: white; font-size: 12px; line-height: 1.3; }
    .svc-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px; }
    .svc-card h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.55rem; }
    .who { background: radial-gradient(circle at 20% 24%, rgba(0,170,191,.44), transparent 42%), linear-gradient(120deg, #018fa6, #153a3a 72%); text-align: center; }
    .who .intro { max-width: 760px; margin: 0 auto 40px; font-size: 2rem; line-height: 1.25; color: rgba(244,251,251,.78); }
    .who h1 { margin: 0 0 42px; font-family: Georgia, serif; font-size: 4.2rem; font-weight: 500; }
    .who p { max-width: 940px; margin: 0 auto 24px; color: rgba(244,251,251,.78); line-height: 1.55; }
    .who b { color: white; }
    .depth { position: fixed; right: 18px; top: 22vh; width: 54px; height: 250px; z-index: 45; display: none; color: var(--foam); }
    .depth-line { position: absolute; left: 25px; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,.18); }
    .depth-fill { position: absolute; left: 24px; top: 0; width: 3px; height: 0; background: var(--aqua); }
    .depth-dot { position: absolute; left: 18px; top: 0; width: 15px; height: 15px; border-radius: 50%; background: var(--foam); transform: translateY(-50%); }
    .depth-readout { position: absolute; left: -92px; top: 0; transform: translateY(-50%); font-size: .72rem; text-align: right; color: rgba(244,251,251,.86); }
    .services { background: linear-gradient(90deg, #315458, #86bec7); padding: 28px 32px 34px; }
    .section-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
    .section-row h2 { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1; font-weight: 400; color: rgba(255,255,255,.78); letter-spacing: .04em; }
    .arrows { display: flex; gap: 10px; }
    .arrow { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(255,255,255,.48); color: white; background: rgba(255,255,255,.05); cursor: pointer; display: inline-grid; place-items: center; padding: 0; line-height: 1; }
    .carousel { position: relative; }
    .track { display: grid; grid-auto-flow: column; grid-auto-columns: 272px; gap: 44px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 36px 30px 24px; scroll-behavior: smooth; }
    .track::-webkit-scrollbar { display: none; }
    .services .track { overflow: hidden; justify-content: start; padding-right: calc(100% - 302px); }
    .services .section-row { display: block; margin-bottom: 0; }
    .services .arrows { position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); width: 156px; justify-content: space-between; z-index: 3; pointer-events: none; }
    .services .arrow { pointer-events: auto; }
    .services .dots { position: relative; top: -2px; }
    .svc-card { scroll-snap-align: start; position: relative; height: 381px; border-radius: 14px; overflow: hidden; background: #173846; box-shadow: none; }
    .svc-card::after { background: linear-gradient(180deg, transparent 42%, rgba(6,23,32,.8)); }
    .svc-card .num { display: none; }
    .svc-body { padding: 24px; }
    .svc-card h3 { font-size: 22px; line-height: 1.08; font-weight: 500; margin-bottom: 12px; }
    .svc-card p { color: #9eefff; font-size: 12px; line-height: 1.24; max-width: 220px; }
    .dots { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 22px; }
    .dot { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.34); cursor: pointer; }
    .dot[aria-current="true"] { background: white; transform: scale(1.3); }
    .contact { background: linear-gradient(90deg, #2c4d4d, #315d68); }
    .contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 58px; align-items: stretch; }
    .calendar, .form-panel { background: rgba(234,247,247,.95); color: #23414a; border-radius: 9px; padding: 34px; box-shadow: 0 18px 36px rgba(0,0,0,.16); }
    .form-panel { background: rgba(60,105,117,.78); color: white; }
    .calendar-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-weight: 700; }
    .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; text-align: center; font-size: .82rem; }
    .weekday { color: #5f7e85; font-size: .7rem; }
    .day { border: 0; background: transparent; min-height: 36px; border-radius: 8px; color: #5b7076; cursor: pointer; }
    .day.available { color: #26686f; font-weight: 700; }
    .day.active, .slot[aria-pressed="true"] { background: #244957; color: white; }
    .contact-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 22px; }
    .btn { border: 1px solid rgba(255,255,255,.24); background: #244957; color: white; border-radius: 4px; padding: 12px 18px; text-transform: uppercase; font-size: .72rem; cursor: pointer; }
    .btn.light { background: transparent; color: #244957; border-color: rgba(36,73,87,.24); }
    .btn, .arrow {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      transition: border-color .22s ease, box-shadow .22s ease, background-color .22s ease, color .22s ease;
    }
    .btn::after, .arrow::after {
      content: "";
      position: absolute;
      inset: -45%;
      z-index: 0;
      opacity: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 35% 35%, rgba(223,247,248,.68), rgba(120,193,201,.24) 28%, transparent 55%),
        linear-gradient(115deg, transparent 18%, rgba(255,255,255,.34) 44%, transparent 68%);
      transform: translateX(-34%) rotate(10deg);
      transition: opacity .24s ease, transform .5s ease;
    }
    .btn:hover, .btn:focus-visible, .arrow:hover, .arrow:focus-visible {
      border-color: rgba(223,247,248,.62);
      box-shadow: 0 0 0 1px rgba(120,193,201,.18), 0 0 22px rgba(120,193,201,.26);
    }
    .btn:hover::after, .btn:focus-visible::after, .arrow:hover::after, .arrow:focus-visible::after {
      opacity: 1;
      transform: translateX(18%) rotate(10deg);
    }
    .btn.light:hover, .btn.light:focus-visible {
      color: #173846;
      background: rgba(255,255,255,.24);
    }
    .field { display: grid; gap: 6px; margin-bottom: 14px; font-size: .75rem; }
    input, textarea, select { width: 100%; border: 0; border-radius: 3px; min-height: 34px; padding: 9px 10px; background: rgba(255,255,255,.86); color: #173846; }
    textarea { min-height: 88px; resize: vertical; }
    .slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 12px 0 18px; }
    .slot { border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: white; border-radius: 5px; padding: 10px; cursor: pointer; }
    .confirm { min-height: 1.4em; color: #ddf6f7; font-size: .85rem; }
    .bottom-carousel { background: #fff; color: #173846; padding: 34px 42px 48px; }
    .bottom-carousel .section-row { color: #173846; display: block; margin: 0; }
    .bottom-carousel .section-row h2 { display: none; }
    .bottom-carousel .arrows { position: absolute; left: 50%; bottom: 19px; transform: translateX(-50%); width: 120px; justify-content: space-between; z-index: 3; pointer-events: none; }
    .bottom-carousel .arrow { color: #7aa9b5; border-color: rgba(84,151,169,.5); background: white; pointer-events: auto; }
    .bottom-carousel .track { grid-auto-columns: 190px; gap: 30px; justify-content: center; padding: 0 0 34px; overflow: hidden; }
    .bottom-carousel .svc-card { height: 270px; border-radius: 10px; box-shadow: none; }
    .bottom-carousel .svc-body { padding: 16px; }
    .bottom-carousel .svc-card h3 { font-size: 14px; line-height: 1.02; margin-bottom: 6px; }
    .bottom-carousel .svc-card p { font-size: 9px; line-height: 1.22; max-width: 150px; }
    .bottom-carousel .dots { position: absolute; left: 50%; bottom: 27px; transform: translateX(-50%); }
    .bottom-carousel .dots .dot { background: rgba(84,151,169,.65); }
    .bottom-carousel .dots .dot[aria-current="true"] { background: #7aa9b5; }
    footer { width: min(1440px, 100%); margin: 0 auto; padding: 28px 56px; display: flex; justify-content: space-between; gap: 20px; color: #31545b; background: white; }
    [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
    [data-reveal].in { opacity: 1; transform: translateY(0); }
    @media (min-width: 1100px) { .depth { display: block; } }
    @media (max-width: 1180px) and (min-width: 721px) {
      .nav {
        padding: 0 32px;
      }
      .header-logo {
        height: 42px;
      }
      .navlinks {
        gap: clamp(16px, 2.8vw, 34px);
        font-size: .7rem;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
      .hero video { display: block; }
    }
html,body{overflow-x:hidden!important}
#immersive{position:fixed;inset:0;pointer-events:none;z-index:4}
#particles{position:absolute;inset:0;width:100%;height:100%}
#glow{position:absolute;width:900px;height:900px;margin:-450px 0 0 -450px;border-radius:50%;background:radial-gradient(circle,rgba(180,255,255,.18),rgba(180,255,255,.08) 35%,transparent 70%);filter:blur(35px);mix-blend-mode:screen}
.shell,footer,.depth{position:relative;z-index:10}
.hero>*:not(.hero-gif){position:relative;z-index:11}

    /* ── Where we are ── */
    .where {
      background: linear-gradient(160deg, #0d2e3a 0%, #173d4a 60%, #1b5962 100%);
      padding: 80px 56px 60px;
      text-align: center;
    }
    .where-heading {
      font-family: Georgia, serif;
      font-size: 2.4rem;
      font-weight: 500;
      color: var(--foam);
      margin: 0 0 52px;
    }
    .where-grid {
      display: grid;
      grid-template-columns: 1fr 360px 1fr;
      gap: 40px;
      align-items: center;
      max-width: 1120px;
      margin: 0 auto;
    }
    .where-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(120,193,201,.18);
      border-radius: 16px;
      padding: 32px 28px;
      text-align: left;
      backdrop-filter: blur(8px);
    }
    .where-flag { font-size: 2.2rem; margin-bottom: 10px; }
    .where-card h3 {
      font-family: Georgia, serif;
      font-size: 1.2rem;
      color: var(--aqua);
      margin: 0 0 12px;
    }
    .where-card p {
      margin: 0;
      color: rgba(244,251,251,.76);
      font-size: .88rem;
      line-height: 1.65;
    }
    .where-map-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .where-map {
      width: 100%;
      max-width: 340px;
      height: auto;
      filter: drop-shadow(0 0 20px rgba(120,193,201,.25));
    }
    /* ── Enhanced footer ── */
    footer {
      background: #081e28;
      border-top: 1px solid rgba(120,193,201,.14);
      padding: 40px 56px 36px;
    }
    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .footer-locations {
      font-size: .8rem;
      color: rgba(244,251,251,.5);
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .footer-legal {
      margin: 0;
      font-size: .76rem;
      color: rgba(244,251,251,.38);
      line-height: 1.6;
      max-width: 900px;
    }
    .footer-copy {
      margin: 0;
      font-size: .74rem;
      color: rgba(244,251,251,.28);
    }

  
    
    /* ── World map ── */
    .where { background: linear-gradient(160deg,#0a2530 0%,#15394a 60%,#1a5360 100%); padding: 80px 56px 70px; text-align: center; }
    .where-intro { display: flex; gap: 40px; justify-content: center; margin-bottom: 50px; flex-wrap: wrap; }
    .where-map-container { max-width: 1000px; margin: 0 auto; }
    .world-map-svg { width: 100%; height: auto; filter: drop-shadow(0 0 30px rgba(120,193,201,.15)); }
    .map-pin .pin-ring { animation: pulse 2.5s ease-in-out infinite; }
    @keyframes pulse { 0%,100%{r:7;opacity:.3} 50%{r:12;opacity:.08} }
    .map-pin:nth-child(2) .pin-ring { animation-delay: 1.2s; }

  
    .james-hood-img { object-position: 78% 20% !important; transform: none !important; }
    .case:hover .james-hood-img { transform: scale(1.08) translateY(-2px) !important; }

  
    .hero-inner { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; width: 100%; min-height: 100%; padding: 28px 24px 20px; box-sizing: border-box; transform: translateY(-70px); }
    .hero-logo-wrap { --shine-x: 50%; --shine-y: 50%; position: relative; display: inline-block; line-height: 0; overflow: hidden; flex-shrink: 0; }
    .hero-holding { display: block; width: clamp(420px, 48vw, 760px); height: auto; max-width: 86vw; object-fit: contain; flex-shrink: 0; background: transparent; filter: drop-shadow(0 12px 34px rgba(0,0,0,0.34)); }
    .hero-logo-gloss { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; opacity: 0; filter: brightness(0) saturate(100%) invert(84%) sepia(31%) saturate(519%) hue-rotate(145deg) brightness(112%) contrast(102%); -webkit-mask-image: radial-gradient(circle at var(--shine-x) var(--shine-y), #000 0%, #000 15%, transparent 34%); mask-image: radial-gradient(circle at var(--shine-x) var(--shine-y), #000 0%, #000 15%, transparent 34%); transition: opacity .22s ease; }
    .hero-logo-shine { display: none; }
    .hero-logo-wrap:hover .hero-logo-gloss { opacity: .55; }
    .hero-tagline { display: block; margin: 0; color: rgba(255,255,255,0.95); font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; letter-spacing: 0.06em; text-shadow: 0 2px 20px rgba(0,0,0,0.5); text-align: center; flex-shrink: 0; }
    #heroBokeh { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }

    @media (max-width: 1024px) {
      .nav {
        left: 0;
        right: 0;
        transform: none;
        max-width: none;
        padding: 0 28px;
      }
      section { padding: 64px 32px; }
      .recent-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
      }
      .case-media {
        height: auto;
        aspect-ratio: 4 / 5;
        border-radius: 14px;
      }
      .services .track,
      .bottom-carousel .track {
        overflow-x: auto;
        justify-content: start;
      }
      .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }
      footer {
        width: 100%;
        padding: 34px 32px;
      }
    }

    @media (max-width: 720px) {
      .nav {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        height: 64px;
        padding: 0 18px;
      }
      .nav .brand img { height: 34px !important; }
      .menu-toggle {
        width: 42px;
        height: 42px;
        margin-left: auto;
        border: 1px solid rgba(223,247,248,.38);
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        color: white;
        cursor: pointer;
        display: inline-grid;
        place-items: center;
        position: relative;
        overflow: hidden;
        isolation: isolate;
      }
      .menu-toggle::after {
        content: "";
        position: absolute;
        inset: -48%;
        z-index: 0;
        opacity: 0;
        background:
          radial-gradient(circle at 35% 35%, rgba(223,247,248,.62), rgba(120,193,201,.2) 30%, transparent 58%),
          linear-gradient(115deg, transparent 18%, rgba(255,255,255,.28) 44%, transparent 68%);
        transform: translateX(-28%) rotate(10deg);
        transition: opacity .24s ease, transform .48s ease;
      }
      .menu-toggle:hover::after,
      .menu-toggle:focus-visible::after,
      .nav.menu-open .menu-toggle::after {
        opacity: 1;
        transform: translateX(16%) rotate(10deg);
      }
      .menu-toggle span {
        display: block;
        position: relative;
        z-index: 1;
        width: 18px;
        height: 1.5px;
        grid-area: 1 / 1;
        background: currentColor;
        border-radius: 999px;
        transition: transform .22s ease, opacity .18s ease;
      }
      .menu-toggle span:nth-child(1) { transform: translateY(-6px); }
      .menu-toggle span:nth-child(3) { transform: translateY(6px); }
      .nav.menu-open .menu-toggle span:nth-child(1) { transform: rotate(45deg); }
      .nav.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
      .nav.menu-open .menu-toggle span:nth-child(3) { transform: rotate(-45deg); }
      .navlinks {
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow: visible;
        padding: 10px 18px 14px;
        font-size: .78rem;
        white-space: normal;
        background: rgba(9,48,61,.88);
        border: 1px solid rgba(223,247,248,.12);
        border-left: 0;
        border-right: 0;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 18px 36px rgba(0,0,0,.28), 0 0 24px rgba(120,193,201,.08);
        backdrop-filter: blur(18px);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
      }
      .nav.menu-open .navlinks {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }
      .navlinks .link {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 48px;
        padding: 13px 14px;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        touch-action: manipulation;
        pointer-events: auto;
      }
      .navlinks .link:hover,
      .navlinks .link.active {
        background: rgba(120,193,201,.12);
      }
      .navlinks::-webkit-scrollbar { display: none; }
      #top, #work, #services, #who, #contact, #contact-time, #where { scroll-margin-top: 96px; }
      section { padding: 52px 20px; }
      .hero {
        height: 68svh;
        min-height: 500px;
        padding-top: 92px;
      }
      .hero-inner {
        transform: translateY(-24px);
        gap: 12px;
        padding: 20px 18px 12px;
      }
      .hero-holding {
        width: min(86vw, 420px);
        max-width: 86vw;
      }
      .hero-tagline {
        max-width: 88vw;
        font-size: clamp(1.15rem, 6vw, 1.6rem);
        line-height: 1.15;
      }
      .who .intro { font-size: clamp(1.35rem, 6vw, 1.8rem); }
      .who h1 {
        margin-bottom: 28px;
        font-size: clamp(2.4rem, 12vw, 3.3rem);
      }
      .work { padding: 44px 20px 32px; }
      .recent-grid {
        grid-template-columns: 1fr;
        gap: 34px;
      }
      .case-copy { padding: 16px 4px 0; }
      .services {
        padding: 34px 0 36px;
      }
      .services .section-row {
        padding: 0 20px;
      }
      .track {
        grid-auto-columns: minmax(250px, 82vw);
        gap: 18px;
        padding: 28px 20px 26px;
      }
      .services .arrows { display: none; }
      .svc-card { height: 360px; }
      .calendar,
      .form-panel {
        padding: 22px;
      }
      .calendar-grid {
        gap: 4px;
        font-size: .75rem;
      }
      .day { min-height: 32px; }
      .slots { grid-template-columns: 1fr; }
      .where {
        padding: 56px 20px 52px;
      }
      .where-heading {
        margin-bottom: 32px;
        font-size: 2rem;
      }
      .where-intro {
        gap: 18px;
        margin-bottom: 32px;
      }
      .where-card {
        width: 100%;
        padding: 24px 22px;
      }
      .where-map-container {
        width: 100%;
        overflow: hidden;
      }
      #worldMapCanvas {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
      }
      footer { padding: 30px 20px; }
      .footer-inner { gap: 12px; }
      #glow {
        width: 520px;
        height: 520px;
        margin: -260px 0 0 -260px;
      }
    }

    @media (max-width: 390px) {
      .hero-holding { width: 90vw; }
      .track { grid-auto-columns: 84vw; }
      .contact-actions {
        flex-direction: column;
      }
      .btn { width: 100%; }
    }

    .who {
      background:
        radial-gradient(circle at 20% 24%, rgba(0,170,191,.31), transparent 42%),
        linear-gradient(120deg, rgba(1,143,166,.70), rgba(21,58,58,.70) 72%);
    }
    .work { background: linear-gradient(90deg, rgba(33,58,61,.70), rgba(128,186,194,.70)); }
    .services { background: linear-gradient(90deg, rgba(49,84,88,.70), rgba(134,190,199,.70)); }
    .contact { background: linear-gradient(90deg, rgba(44,77,77,.70), rgba(49,93,104,.70)); }
    .where { background: linear-gradient(160deg, rgba(10,37,48,.70) 0%, rgba(21,57,74,.70) 60%, rgba(26,83,96,.70) 100%); }
    footer { background: rgba(8,30,40,.70); }
    .calendly-panel {
      padding: 0;
      overflow: hidden;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
      color: inherit;
    }
    .calendly-inline-widget {
      width: 100%;
      min-width: 0 !important;
      height: 1120px;
    }
    .calendly-inline-widget iframe {
      border: 0 !important;
    }

    @media (max-width: 1024px) {
      .services .track,
      .bottom-carousel .track {
        padding-right: 32px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-padding-inline: 32px;
      }
    }

    @media (max-width: 720px) {
      .shell { width: 100%; }
      .nav {
        max-width: none;
        background: rgba(9,48,61,.46);
      }
      .navlinks {
        -webkit-overflow-scrolling: touch;
      }
      .hero {
        height: 70svh;
        min-height: 480px;
      }
      .hero-inner {
        transform: translateY(-14px);
      }
      .who,
      .work,
      .contact,
      .where {
        padding-left: 20px;
        padding-right: 20px;
      }
      .who p {
        font-size: .95rem;
      }
      .case-media {
        aspect-ratio: 1 / 1.18;
      }
      .services .track {
        grid-auto-columns: minmax(246px, 78vw);
        gap: 16px;
        padding: 24px 20px 24px;
        padding-right: 20px;
        scroll-padding-inline: 20px;
      }
      .svc-card {
        height: 340px;
      }
      .dots {
        min-height: 28px;
      }
      .contact-actions {
        justify-content: stretch;
        flex-wrap: wrap;
      }
      .contact-actions .btn {
        flex: 1 1 150px;
      }
      .calendar,
      .form-panel {
        border-radius: 8px;
      }
      .footer-legal {
        font-size: .7rem;
      }
      .calendly-inline-widget {
        height: 1080px;
      }
    }

    @media (max-width: 480px) {
      .hero {
        min-height: 460px;
      }
      .hero-holding {
        width: 88vw;
      }
      .hero-tagline {
        letter-spacing: .03em;
      }
      .calendar,
      .form-panel {
        padding: 18px;
      }
      .calendar-head {
        gap: 12px;
        align-items: flex-start;
      }
      .calendar-grid {
        gap: 2px;
      }
      .day {
        min-height: 30px;
        padding: 4px;
      }
    }
