/*
Theme Name: Naples Garage Cleaning
Theme URI: https://naplesgaragecleaning.com/
Author: Codex
Description: Editorial, conversion-focused WordPress theme for Naples Garage Cleaning.
Version: 1.3.2
Text Domain: naples-garage-cleaning
*/

@font-face {
  font-family: "Apris";
  src: url("https://cdn.prod.website-files.com/697797a5e8e563920247d163/697a7785b4fbb2e1d4173701_Apris-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apris";
  src: url("https://cdn.prod.website-files.com/697797a5e8e563920247d163/697a7785e79d02309dd30567_Apris-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk Text";
  src: url("https://cdn.prod.website-files.com/697797a5e8e563920247d163/697a77e2dcfc740ee47b9c68_founders-grotesk-text-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk Text";
  src: url("https://cdn.prod.website-files.com/697797a5e8e563920247d163/697a77e2e51cfa9151741ffb_founders-grotesk-text-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #111827;
  --navy: #061735;
  --blue: #0f73c9;
  --sky: #eaf4ff;
  --paper: #fbfcff;
  --line: #d9e5f2;
  --muted: #66758a;
  --gold: #d8b75d;
  --shadow: 0 26px 70px rgba(6, 23, 53, 0.16);
  --max: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Founders Grotesk Text", Arial, sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--navy);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251, 252, 255, 0.92);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(18px);
  transition: background 420ms ease, border-color 420ms ease, box-shadow 420ms ease, transform 420ms ease;
}

.is-scrolled .site-header {
  background: rgba(251, 252, 255, 0.97);
  border-color: rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 44px rgba(6, 23, 53, 0.08);
}

.header-wrap {
  width: min(var(--max), calc(100% - 32px));
  height: 78px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  transition: height 420ms ease;
}

.is-scrolled .header-wrap {
  height: 66px;
}

.brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #061735, #0f73c9);
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(15, 115, 201, 0.22);
  font-size: 12px;
  font-weight: 900;
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.is-scrolled .brand-mark {
  transform: scale(0.92);
  box-shadow: 0 8px 22px rgba(15, 115, 201, 0.16);
}

.garage-roof {
  position: absolute;
  top: 9px;
  left: 11px;
  width: 20px;
  height: 9px;
  border: 2px solid var(--gold);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.brand-text {
  display: grid;
  line-height: 1.04;
}

.brand-text strong {
  font-size: 15px;
  font-weight: 900;
}

.brand-text span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
}

.nav > a:not(.header-cta) {
  margin-right: 26px;
  color: rgba(17, 24, 39, 0.78);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav > a:not(.header-cta):nth-child(n+5) {
  display: none;
}

.nav > a:not(.header-cta):hover {
  color: var(--blue);
}

.header-cta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  color: var(--navy) !important;
  border: 1px solid rgba(17, 24, 39, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.header-cta:hover {
  color: #fff !important;
  background: var(--navy);
  border-color: var(--navy);
  transform: translateY(-1px);
}

.header-cta span {
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  justify-self: end;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--navy);
}

.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 18px;
  font-family: "Apris", "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(48px, 5.4vw, 82px);
}

h2 {
  font-size: clamp(42px, 5.8vw, 92px);
}

h3 {
  margin-bottom: 12px;
  font-family: "Apris", "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

.fw-hero {
  position: relative;
  min-height: 200vh;
  padding: 0;
  overflow: visible;
  background:
    linear-gradient(rgba(6, 23, 53, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 23, 53, 0.035) 1px, transparent 1px),
    #fbfcff;
  background-size: 33.33% 100%, 33.33% 100%, auto;
}

.fw-hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.map-lines {
  position: absolute;
  inset: 92px 3.5% 5%;
  border: 1px solid rgba(6, 23, 53, 0.08);
  pointer-events: none;
  transform: translate3d(0, var(--line-shift, 0px), 0);
  opacity: 0.96;
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: transform;
}

.map-lines::before,
.map-lines::after {
  content: "";
  position: absolute;
  inset: 0;
}

.map-lines::before {
  background:
    url("assets/images/naples-map-lines.svg") center / cover no-repeat,
    linear-gradient(90deg, rgba(6, 23, 53, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(6, 23, 53, 0.045) 1px, transparent 1px);
  background-size: 100% 100%, 33.333% 100%, 100% 50%;
  opacity: var(--map-opacity, 1);
  transform: translate3d(calc(var(--map-x, 0px) + var(--map-cursor-x, 0px)), calc(var(--map-y, 0px) + var(--map-cursor-y, 0px)), 0) scale(var(--map-scale, 1));
  transform-origin: center;
  will-change: transform;
}

.map-lines::after {
  border: 1px solid rgba(6, 23, 53, 0.06);
  transform: translate3d(0, calc(var(--line-shift, 0px) * -0.35), 0);
}

.fw-hero-shape {
  position: absolute;
  width: min(1080px, 82vw);
  aspect-ratio: 1.55;
  clip-path: none;
  -webkit-mask-image: url("assets/images/naples-map-mask.svg?v=1302");
  mask-image: url("assets/images/naples-map-mask.svg?v=1302");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  overflow: hidden;
  filter: drop-shadow(0 34px 72px rgba(6, 23, 53, 0.16));
  transition: filter 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.fw-hero-shape.in-view {
  transform: translate3d(var(--hero-cursor-x, 0px), calc(var(--hero-shift, 0px) + var(--hero-cursor-y, 0px)), 0) scale(var(--hero-scale, 1));
}

.fw-hero-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 23, 53, calc(0.34 + var(--hero-darkness, 0))), rgba(15, 115, 201, 0.08));
}

.fw-hero-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  transform: translate3d(var(--hero-img-x, 0px), var(--hero-img-y, 0px), 0) scale(var(--hero-img-scale, 1.04));
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.fw-hero-copy {
  position: relative;
  z-index: 2;
  width: min(640px, calc(100% - 32px));
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 18px rgba(6, 23, 53, 0.48);
  opacity: var(--hero-intro-opacity, 1);
  transform: translate3d(0, var(--hero-copy-shift, 0px), 0);
  will-change: transform;
}

.fw-hero-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.48;
}

.fw-hero-story {
  position: absolute;
  inset: auto 5vw 44px;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 56px;
  align-items: end;
  color: #fff;
  opacity: var(--hero-story-opacity, 0);
  pointer-events: none;
  text-shadow: 0 2px 18px rgba(6, 23, 53, 0.4);
  transform: translate3d(0, var(--hero-story-y, 70px), 0);
  will-change: opacity, transform;
}

.fw-hero-story h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: #fff;
}

.fw-hero-story p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.52;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(6, 23, 53, 0.16);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(6, 23, 53, 0.2);
}

.dark-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border: 0;
}

.cinematic-section {
  position: relative;
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 44px;
  padding: 100px min(6vw, 76px);
  color: #fff;
  overflow: hidden;
}

.cinematic-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate3d(0, var(--cinema-shift, 0px), 0) scale(1.06);
  will-change: transform;
}

.cinematic-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 12, 31, 0.82), rgba(3, 12, 31, 0.38));
}

.section-grid {
  position: absolute;
  inset: 8% 3.5%;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, transparent 33%, rgba(255, 255, 255, 0.12) 33.1%, transparent 33.2%, transparent 66%, rgba(255, 255, 255, 0.12) 66.1%, transparent 66.2%),
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 100% 100%, 100% 50%;
  transform: translate3d(0, var(--grid-shift, 0px), 0);
  will-change: transform;
}

.cinematic-title,
.cinematic-copy {
  position: relative;
  z-index: 2;
}

.cinematic-title h2 {
  max-width: 640px;
  color: #fff;
}

.cinematic-copy {
  max-width: 520px;
  padding-bottom: 24px;
}

.cinematic-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.52;
}

.service-duo,
.journey-section,
.proof-section,
.trust-section,
.contact-final {
  padding: 96px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading h2 {
  color: var(--navy);
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.duo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: #fff;
}

.duo-card {
  min-height: 360px;
  padding: 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.duo-card:last-child {
  border-right: 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6, 23, 53, 0.92), rgba(15, 115, 201, 0.86)),
    var(--navy);
}

.duo-card span,
.price-note {
  color: var(--gold);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.duo-card p {
  color: var(--muted);
}

.duo-card:last-child h3,
.duo-card:last-child p {
  color: #fff;
}

.duo-card a {
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 400;
}

.journey-section {
  background: #f2f7ff;
}

.journey-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.journey-item {
  min-height: 260px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
}

.journey-item:last-child {
  border-right: 0;
}

.journey-item > span {
  color: var(--blue);
  font-size: 42px;
  font-family: "Apris", "Times New Roman", serif;
}

.journey-item p {
  color: var(--muted);
}

.proof-section {
  color: #fff;
  background: var(--navy);
}

.proof-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: end;
}

.proof-section h2 {
  color: #fff;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.proof-metrics div {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1), border-color 220ms ease, background 220ms ease;
  transition-delay: var(--metric-delay, 0ms);
}

.proof-metrics.in-view div {
  opacity: 1;
  transform: translateY(0);
}

.proof-metrics.in-view div:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
}

.proof-metrics strong,
.proof-metrics span {
  display: block;
}

.proof-metrics strong {
  font-size: 30px;
  font-family: "Apris", "Times New Roman", serif;
  font-weight: 400;
}

.proof-metrics span {
  color: rgba(255, 255, 255, 0.68);
}

.trust-section {
  background: #fff;
}

.trust-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 56px;
  align-items: start;
}

.trust-layout p {
  color: var(--muted);
  font-size: 17px;
}

.contact-final {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(3, 12, 31, 0.97), rgba(8, 55, 112, 0.92)),
    var(--navy);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.contact-copy h2 {
  color: #fff;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.contact-methods a {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-weight: 400;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.quote-form label:nth-last-of-type(2),
.quote-form label:nth-last-of-type(1),
.quote-form .dark-btn,
.form-success {
  grid-column: 1 / -1;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  color: var(--ink);
  background: #f5f9ff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  outline: 0;
}

.quote-form textarea {
  min-height: 126px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(15, 115, 201, 0.14);
}

.form-success {
  margin: 0;
  padding: 12px;
  color: #0b4d2f;
  background: #e7f6ee;
  border: 1px solid #bee8cf;
  border-radius: var(--radius);
  font-weight: 800;
}

.instant-chat {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px 14px 9px 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(6, 23, 53, 0.24);
}

.chat-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--navy);
  background: #fff;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 950;
}

.instant-chat b,
.instant-chat small {
  display: block;
  line-height: 1.1;
}

.instant-chat small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.site-footer {
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #020b1e;
}

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}

.footer-inner strong,
.footer-inner span {
  display: block;
}

.footer-inner strong {
  color: #fff;
  font-size: 15px;
}

.footer-links {
  display: flex;
  gap: 10px;
  white-space: nowrap;
}

.wp-content {
  padding: 120px 0 80px;
  background: #fff;
}

.wp-content .container {
  max-width: 860px;
}

.wp-content h1 {
  color: var(--navy);
  font-size: clamp(36px, 6vw, 60px);
}

.reveal {
  opacity: 0;
  transform: translate3d(0, calc(28px + var(--motion-y, 0px)), 0);
  transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, var(--motion-y, 0px), 0);
}

.fw-hero-shape.reveal.in-view {
  opacity: 1;
  transform: translate3d(var(--hero-cursor-x, 0px), calc(var(--hero-shift, 0px) + var(--hero-cursor-y, 0px)), 0) scale(var(--hero-scale, 1));
}

.fw-hero-copy.reveal.in-view {
  opacity: var(--hero-intro-opacity, 1);
  transform: translate3d(0, var(--hero-copy-shift, 0px), 0);
}

.motion-linked {
  will-change: transform;
}

.motion-linked:not(.reveal) {
  transform: translate3d(0, var(--motion-y, 0px), 0);
}

@media (min-width: 981px) {
  .nav > a:not(.header-cta):hover {
    opacity: 0.72;
  }

  .fw-hero-shape.in-view:hover {
    filter: drop-shadow(0 42px 84px rgba(6, 23, 53, 0.2));
  }

  .duo-card.in-view {
    transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, border-color 260ms ease;
  }

  .duo-card.in-view:hover {
    transform: translate3d(0, calc(var(--motion-y, 0px) - 8px), 0);
    box-shadow: 0 24px 54px rgba(6, 23, 53, 0.12);
    z-index: 2;
  }

  .journey-item.in-view {
    transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1), background 220ms ease;
  }

  .journey-item.in-view:hover {
    background: rgba(255, 255, 255, 0.44);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal,
  .reveal.in-view,
  .motion-linked,
  .proof-metrics div {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .header-wrap {
    display: flex;
  }

  .brand {
    position: static;
    transform: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: grid;
    padding: 14px 16px 18px;
    background: rgba(251, 252, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 40px rgba(6, 23, 53, 0.14);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-open .nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav > a:not(.header-cta),
  .nav > a:not(.header-cta):nth-child(n+5) {
    display: block;
    margin: 0;
    padding: 12px 0;
  }

  .header-cta {
    justify-content: center;
    margin-top: 8px;
  }

  .cinematic-section,
  .proof-layout,
  .trust-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .duo-grid,
  .journey-list {
    grid-template-columns: 1fr;
  }

  .duo-card,
  .journey-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .header-wrap {
    width: min(100% - 24px, var(--max));
    height: 70px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text span {
    font-size: 10px;
  }

  .nav {
    top: 70px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .fw-hero {
    min-height: auto;
    display: block;
    padding: 88px 0 46px;
  }

  .fw-hero-sticky {
    position: relative;
    height: auto;
    min-height: auto;
    display: block;
    overflow: hidden;
  }

  .map-lines {
    inset: 92px 16px 24px;
  }

  .fw-hero-shape {
    position: relative;
    width: calc(100% - 28px);
    margin: 24px auto 0;
    aspect-ratio: 1.04;
  }

  .fw-hero-copy {
    width: min(100% - 32px, 520px);
    margin: 24px auto 0;
    padding-top: 0;
    color: var(--navy);
    text-shadow: none;
  }

  .fw-hero-story {
    position: relative;
    inset: auto;
    width: min(100% - 32px, 520px);
    margin: 24px auto 0;
    display: block;
    color: var(--navy);
    opacity: 1;
    text-shadow: none;
    transform: none;
  }

  .fw-hero-story h2 {
    color: var(--navy);
  }

  .fw-hero-story p {
    color: var(--muted);
    font-size: 16px;
  }

  .fw-hero-copy p:not(.eyebrow) {
    color: var(--muted);
    font-size: 16px;
  }

  .fw-hero-copy .pill-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--navy), var(--blue));
  }

  .cinematic-section,
  .service-duo,
  .journey-section,
  .proof-section,
  .trust-section,
  .contact-final {
    padding: 62px 0;
  }

  .cinematic-section {
    min-height: 78vh;
    padding-left: 16px;
    padding-right: 16px;
    align-items: center;
  }

  .cinematic-copy {
    padding-bottom: 0;
  }

  .duo-card {
    min-height: 300px;
    padding: 30px 24px;
  }

  .proof-metrics,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 18px;
  }

  .quote-form label {
    grid-column: 1 / -1;
  }

  .footer-inner {
    display: grid;
  }

  .footer-links {
    white-space: normal;
  }

  .instant-chat {
    right: 12px;
    bottom: 12px;
    min-height: 52px;
    padding: 8px;
    gap: 0;
  }

  .instant-chat > span:last-child {
    display: none;
  }
}
