:root {
  --navy: #0a2463;
  --royal: #1565d8;
  --glove: #5dade8;
  --mist: #eef4fb;
  --white: #fff;
  --ink: #16264d;
  --head: "Montserrat", system-ui, sans-serif;
  --body: "Nunito Sans", system-ui, sans-serif;
  --script: "Yellowtail", cursive;
  --gutter: clamp(20px, 5vw, 72px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
}
h1, h2, h3 { font-family: var(--head); margin: 0; line-height: 1.08; letter-spacing: -0.01em; }
p { margin: 0; }
a { color: inherit; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--royal); outline-offset: 3px; }

.skip { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
.wrap { width: min(1120px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.script { font-family: var(--script); font-weight: 400; color: var(--glove); }

/* Buttons */
.btn {
  display: inline-block;
  font: 700 1rem var(--head);
  text-decoration: none;
  background: var(--royal);
  color: #fff;
  border: 2px solid var(--royal);
  border-radius: 999px;
  padding: 14px 28px;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
}
.btn:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: #fff; }

/* Nav */
.nav {
  position: fixed; inset: 12px var(--gutter) auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: rgba(255,255,255,.68); /* was .55 */
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 999px;
  padding: 8px 10px 8px 24px;
  box-shadow: 0 18px 50px rgba(10,36,99,.16);
}
.logo-sm { font: 800 1.3rem var(--head); color: var(--navy); text-decoration: none; }
.logo-sm span { color: var(--royal); font-weight: 700; font-size: .8em; letter-spacing: .12em; text-transform: uppercase; margin-left: 4px; }
.nav-right { display: flex; align-items: center; gap: 26px; }
.nav nav { display: flex; gap: 26px; }
.nav nav a { text-decoration: none; font: 700 .95rem var(--head); color: var(--navy); padding: 6px 0; background: linear-gradient(var(--royal), var(--royal)) 0 100% / 0 2px no-repeat; transition: background-size .25s ease, color .2s; }
.nav nav a:hover { color: var(--royal); background-size: 100% 2px; }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--mist); cursor: pointer; padding: 0; place-items: center; align-content: center; gap: 4px; }
.menu-btn i { display: block; width: 18px; height: 2px; background: var(--navy); border-radius: 2px; transition: transform .2s, opacity .2s; }
.menu-btn[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.call-pill { display: flex; align-items: center; gap: 8px; background: var(--royal); color: #fff; text-decoration: none; font: 700 .95rem var(--head); border-radius: 999px; padding: 10px 18px; }
.call-pill svg { width: 18px; height: 18px; }
.call-pill:hover { background: var(--navy); }

/* Scroll-driven landing */
.scrolly { height: 420vh; position: relative; }
.stage { position: sticky; top: 0; height: 100vh; overflow: hidden; background: #cfd8e6; }
.stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* The footage stays clear; only a light lift at the bottom keeps the scroll cue readable. */
.veil {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 22%);
  pointer-events: none;
}

.panel {
  position: absolute; left: var(--gutter); top: 50%;
  width: min(560px, 100% - 2 * var(--gutter));
  padding: clamp(24px, 3vw, 40px);
  background: rgba(255,255,255,.68);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(10,36,99,.16);
  transform: translateY(-46%);
  opacity: 0; visibility: hidden;
  transition: opacity .45s ease, transform .45s ease, visibility .45s;
}
.panel.is-on { opacity: 1; visibility: visible; transform: translateY(-50%); }

/* Logo lockup, after the leaflet */
.logo { position: relative; width: fit-content; margin: 22px 0 26px; color: var(--navy); }
.logo-main { display: block; font: 800 clamp(4.2rem, 10vw, 7rem)/0.9 var(--head); letter-spacing: -0.04em; }
.swoosh { position: absolute; right: -26px; top: -20px; width: 62px; height: 68px; color: var(--royal); transform: rotate(8deg); }
.logo-sub { display: flex; align-items: center; gap: 14px; margin-top: 10px; font: 700 clamp(1.1rem, 2.4vw, 1.6rem) var(--head); letter-spacing: .32em; color: var(--royal); text-transform: uppercase; }
.logo-sub i { flex: 1; height: 2px; background: var(--royal); }
.star { position: absolute; width: 22px; height: 22px; fill: var(--royal); }
.s1 { left: 44%; top: -34px; }
.s2 { right: -46px; top: -44px; width: 28px; height: 28px; }
.s3 { right: -70px; top: 6px; width: 15px; height: 15px; }

.panel h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0; }
.panel h1 span { color: var(--royal); }
.tag { margin-top: 16px; font-size: 1.2rem; max-width: 30ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.panel h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: var(--navy); margin-bottom: 26px; max-width: 14ch; text-transform: uppercase; }
.mini { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.mini li { display: flex; align-items: center; gap: 16px; }
.mini b { font: 800 1.1rem var(--head); color: var(--navy); text-transform: uppercase; }
.ico { flex: none; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--royal); color: #fff; }
.ico svg { width: 34px; height: 34px; }

.panel-3 { width: min(460px, 100% - 2 * var(--gutter)); }
.badge, .seal {
  display: grid; justify-items: center; align-content: center; gap: 2px;
  width: 210px; aspect-ratio: 1; border-radius: 50%;
  background: #fff; color: var(--navy);
  border: 3px solid var(--royal);
  box-shadow: 0 0 0 6px rgba(255,255,255,.6), 0 12px 34px rgba(10,36,99,.2);
  font: 800 1.15rem/1.15 var(--head); text-transform: uppercase; text-align: center;
}
.badge .leaf, .seal .leaf { width: 34px; height: 34px; color: var(--royal); margin-bottom: 4px; }
.care { margin: 26px 0; font-size: 1.35rem; color: var(--navy); font-weight: 600; max-width: 24ch; }
.care em { font: 400 2rem/1.1 var(--script); color: var(--royal); display: block; }

.hint { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); display: grid; justify-items: center; gap: 6px; font: 700 .8rem var(--head); color: var(--navy); transition: opacity .3s; }
.hint span { width: 2px; height: 30px; background: var(--navy); animation: drip 1.6s ease-in-out infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
.bar { position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(10,36,99,.15); }
.bar i { display: block; height: 100%; width: 0; background: var(--royal); }

/* Trust strip */
.trust { background: var(--navy); color: #fff; }
.trust-list { list-style: none; margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; gap: 12px 28px; flex-wrap: wrap; }
.trust-list li { display: flex; align-items: center; gap: 10px; font: 700 .95rem var(--head); }
.trust-list svg { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--royal); color: #fff; }

/* Gentle reveal for content below the landing */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* Gallery */
.gallery { padding: 0 0 clamp(56px, 9vw, 120px); }
.shots { margin-top: 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.shot { position: relative; margin: 0; border-radius: 22px; overflow: hidden; background: var(--mist); aspect-ratio: 4 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.shot:hover img { transform: scale(1.04); }
.shot figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.92); color: var(--navy); font: 800 .85rem var(--head); text-transform: uppercase; padding: 7px 14px; border-radius: 999px; }
.shot-lg { grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
.shot:not(.shot-lg):not(.shot-wide) { grid-column: span 2; }
.shot-wide { grid-column: span 6; aspect-ratio: 21 / 8; }
.fine { margin-top: 14px; font-size: .85rem; color: #6a7a9c; }

/* How it works */
.how { background: var(--mist); padding: clamp(56px, 9vw, 110px) 0; }
.steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; position: relative; }
.steps li { counter-increment: step; position: relative; padding-top: 74px; }
.steps li::before { content: counter(step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--royal); color: #fff; font: 800 1.4rem var(--head); }
.steps li::after { content: ""; position: absolute; top: 27px; left: 70px; right: 12px; border-top: 2px dashed var(--glove); }
.steps li:last-child::after { display: none; }
.steps b { display: block; font: 800 1.15rem var(--head); color: var(--navy); text-transform: uppercase; margin-bottom: 6px; }
.steps p { max-width: 28ch; }

/* FAQ */
.faq { padding: clamp(56px, 9vw, 110px) 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(28px, 6vw, 80px); align-items: start; }
.qa details { border-bottom: 2px solid #dbe6f6; }
.qa details:first-child { border-top: 2px solid #dbe6f6; }
.qa summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font: 700 1.05rem var(--head); color: var(--navy); }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--mist); color: var(--royal); font: 700 1.3rem var(--head); transition: transform .25s, background .25s, color .25s; }
.qa details[open] summary::after { transform: rotate(45deg); background: var(--royal); color: #fff; }
.qa details p { padding: 0 48px 22px 0; max-width: 60ch; }

/* Services */
.services { padding: clamp(56px, 9vw, 120px) 0; background: var(--white); }
.title { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; color: var(--navy); text-transform: uppercase; }
.title span { color: var(--royal); }
.sub { margin-top: 12px; color: #4a5b80; font-size: 1.15rem; }
.svc-list { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 56px; }
.svc-list li { display: flex; gap: 22px; align-items: flex-start; }
.svc-list li > div { border-left: 2px solid var(--navy); padding-left: 20px; }
.svc-list h3 { font-size: 1.15rem; font-weight: 800; color: var(--navy); text-transform: uppercase; margin-bottom: 6px; }
.svc-list p { max-width: 30ch; }

/* Why us: navy wave block */
.why { background: var(--navy); color: #fff; padding: clamp(64px, 10vw, 128px) 0; position: relative; overflow: hidden; }
.why::before { content: ""; position: absolute; left: -10%; right: -10%; top: -90px; height: 160px; background: var(--white); border-radius: 0 0 50% 50% / 0 0 100% 100%; }
.why-grid { position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(28px, 6vw, 80px); align-items: center; }
.seal { width: clamp(190px, 24vw, 260px); }
.why h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; line-height: 1.25; max-width: 22ch; }
.why h2 .script { display: block; font-size: 1.35em; line-height: 1.1; margin-top: 6px; }
.why p { margin-top: 20px; max-width: 46ch; color: #cfe0f7; }

/* Contact */
.contact { background: var(--mist); padding: 0 0 clamp(48px, 8vw, 96px); }
.band { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; background: var(--navy); color: #fff; border-radius: 28px; padding: 32px clamp(24px, 4vw, 48px); transform: translateY(-40px); }
.phone { display: flex; align-items: center; gap: 20px; text-decoration: none; }
.ph-ico { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--royal); }
.ph-ico svg { width: 40px; height: 40px; }
.ph-txt small { display: block; font: 800 1.05rem var(--head); color: var(--glove); text-transform: uppercase; }
.ph-txt strong { font: 800 clamp(2rem, 5vw, 3.2rem)/1.1 var(--head); }
.band-sig { border-left: 2px solid rgba(255,255,255,.4); padding-left: 28px; }
.band-sig b { display: block; font: 700 1.5rem var(--head); color: var(--glove); }
.band-sig .script { font-size: 1.8rem; color: #fff; }

.quote { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.quote h2 { grid-column: 1 / -1; font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 800; color: var(--navy); text-transform: uppercase; }
.quote h2 span { color: var(--royal); }
label { display: grid; gap: 6px; font-weight: 700; font-size: .98rem; color: var(--navy); }
label.wide, .quote .btn, .form-note { grid-column: 1 / -1; }
input, select, textarea { font: inherit; color: var(--ink); background: #fff; border: 2px solid #c6d6ee; border-radius: 14px; padding: 12px 14px; width: 100%; }
input:focus, select:focus, textarea:focus { border-color: var(--royal); outline: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 12px; }
.dock { display: none; }
.form-note { min-height: 1.5em; font-weight: 700; color: var(--navy); }

.foot { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 22px var(--gutter); background: var(--navy); color: #cfe0f7; font-size: .95rem; }

/* Tablet and phone */
@media (max-width: 820px) {
  .nav { padding: 8px 8px 8px 18px; }
  .nav-right { gap: 8px; }
  .call-pill span { display: none; }
  .call-pill { padding: 12px; }
  .menu-btn { display: grid; }
  .nav nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; gap: 0; background: rgba(255,255,255,.85); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.8); border-radius: 22px; padding: 8px 22px; box-shadow: 0 10px 30px rgba(10,36,99,.18); }
  .nav nav.open { display: flex; }
  .nav nav a { padding: 14px 0; border-bottom: 1px solid #e3ecf8; background: none; }
  .nav nav a:last-child { border-bottom: 0; }
  .shots { grid-template-columns: 1fr 1fr; gap: 10px; }
  .shot-lg, .shot-wide { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 3; }
  .shot:not(.shot-lg):not(.shot-wide) { grid-column: auto; }
  .steps { grid-template-columns: 1fr; gap: 8px; }
  .steps li { padding: 0 0 26px 74px; }
  .steps li::after { top: 60px; bottom: 0; left: 26px; right: auto; border-top: 0; border-left: 2px dashed var(--glove); }
  .faq-grid { grid-template-columns: 1fr; }
  .trust-list { justify-content: flex-start; }
  .hint { bottom: 84px; }
  .dock { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; padding: 10px; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-radius: 999px; box-shadow: 0 8px 28px rgba(10,36,99,.22); }
  .dock .btn { text-align: center; padding: 12px 10px; }
  .foot { padding-bottom: 96px; }
  .panel { top: 92px; padding: 22px; background: rgba(255,255,255,.78); border-radius: 24px; transform: translateY(8px); }
  .panel.is-on { transform: none; }
  .logo-main { font-size: clamp(3.4rem, 17vw, 5rem); }
  .s2 { right: -30px; } .s3 { display: none; } .swoosh { right: -18px; width: 48px; }
  .panel h1 { font-size: clamp(1.7rem, 7.5vw, 2.4rem); }
  .tag { font-size: 1.05rem; }
  .ico { width: 54px; height: 54px; } .ico svg { width: 28px; height: 28px; }
  .badge { width: 170px; font-size: 1rem; }
  .svc-list { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; justify-items: start; }
  .band { transform: translateY(-28px); }
  .band-sig { border-left: 0; padding-left: 0; }
  .quote { grid-template-columns: 1fr; }
}

/* No scroll scrubbing when motion is reduced: show a still frame and stack the content */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scrolly { height: auto; }
  .stage { position: relative; height: auto; min-height: 100vh; padding: 110px 0 60px; display: grid; gap: 48px; align-content: center; }
  .panel, .panel.is-on { position: relative; left: auto; top: auto; transform: none; opacity: 1; visibility: visible; margin-left: var(--gutter); transition: none; }
  .hint, .bar { display: none; }
  .veil { display: none; }
  .hint span { animation: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .shot img { transition: none; }
}
