@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --navy: #0b1f33;
  --navy-soft: #132d47;
  --navy-light: #1d4160;
  --orange: #e76528;
  --orange-dark: #c94f18;
  --cream: #f8f5ef;
  --gray: #edf0f1;
  --gray-dark: #62707b;
  --white: #ffffff;
  --ink: #14202b;
  --line: #d9dfe2;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", sans-serif;
  --shadow: 0 24px 64px rgba(11, 31, 51, 0.15);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 200; padding: .75rem 1rem; color: var(--white); background: var(--orange); transform: translateY(-120%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(248, 245, 239, .94); border-bottom: 1px solid rgba(11,31,51,.1); backdrop-filter: blur(14px); }
.header-inner { width: min(1180px, calc(100% - 32px)); min-height: 82px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.1vw, 34px); margin-left: auto; }
.site-nav a { position: relative; color: var(--navy); font-size: .82rem; font-weight: 700; text-decoration: none; letter-spacing: .01em; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 52px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 2px solid transparent; border-radius: 3px; font-size: .87rem; font-weight: 800; line-height: 1.2; text-decoration: none; letter-spacing: .01em; box-shadow: 0 4px 0 rgba(11,31,51,.12); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 rgba(11,31,51,.1); }
.button:active { transform: translateY(1px); box-shadow: 0 2px 0 rgba(11,31,51,.12); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button-primary, .button-call { color: var(--white); background: var(--orange); }
.button-primary:hover, .button-call:hover { background: var(--orange-dark); }
.button-secondary { color: var(--navy); background: transparent; border-color: var(--navy); }
.button-secondary:hover { color: var(--white); background: var(--navy); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.7); box-shadow: none; }
.button-outline-light:hover { color: var(--navy); background: var(--white); }
.header-call { min-height: 44px; padding: 10px 17px; font-size: .78rem; }
.header-call svg { width: 17px; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(115deg, transparent 52%, rgba(255,255,255,.12) 52%, rgba(255,255,255,.12) 52.2%, transparent 52.2%), radial-gradient(circle at 15% 30%, rgba(231,101,40,.2), transparent 30%); pointer-events: none; }
.hero-grid { position: relative; width: min(1240px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: clamp(48px, 6vw, 94px); padding: 76px 0 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--orange-dark); font-size: .72rem; font-weight: 800; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: currentColor; }
.hero .eyebrow { color: #f58a51; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; line-height: .98; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(3.8rem, 6.6vw, 6.6rem); font-weight: 800; letter-spacing: -.035em; }
h1 em { color: #f27a3f; font-style: normal; }
.hero-lede { max-width: 650px; margin-bottom: 30px; color: #d6e0e8; font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button-secondary { color: var(--white); border-color: rgba(255,255,255,.7); }
.hero .button-secondary:hover { color: var(--navy); background: var(--white); }
.availability-note { margin: 18px 0 0; color: #aebdca; font-size: .76rem; }
.hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 86%; aspect-ratio: 1; right: -16%; top: 7%; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.hero-visual img { position: relative; width: 100%; filter: drop-shadow(0 34px 34px rgba(0,0,0,.25)); }
.visual-label { position: absolute; z-index: 2; top: 9%; right: 0; padding: 6px 10px; color: #c6d2dc; background: rgba(11,31,51,.78); border: 1px solid rgba(255,255,255,.22); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.visual-caption { position: absolute; z-index: 2; right: 0; bottom: 10%; width: 290px; padding: 17px 20px; display: flex; align-items: flex-start; gap: 12px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); }
.visual-caption p { margin: 0; font-size: .77rem; line-height: 1.5; }
.visual-caption strong { display: block; font-size: .71rem; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; margin-top: 4px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(231,101,40,.15); }

.trust-strip { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-inner { width: min(1040px, calc(100% - 32px)); min-height: 86px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-inner p { margin: 0; padding: 8px 32px; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--navy); font-size: .84rem; font-weight: 800; letter-spacing: .02em; }
.trust-inner p + p { border-left: 1px solid var(--line); }
.trust-inner svg { width: 21px; height: 21px; fill: var(--orange); }

.section { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0; }
.section-heading { max-width: 620px; margin-bottom: 52px; }
.section-heading h2, .area-copy h2, .photo-copy h2, .faq-heading h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(2.8rem, 5vw, 4.6rem); letter-spacing: -.025em; }
.section-heading > p:last-child, .area-copy > p { color: var(--gray-dark); }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: 1.15fr 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.process-list li { position: relative; min-height: 310px; padding: 38px 34px 34px 0; }
.process-list li + li { padding-left: 34px; border-left: 1px solid var(--line); }
.step-number { position: absolute; top: 28px; right: 26px; color: #d9dfe2; font-family: var(--display); font-size: 3rem; font-weight: 800; line-height: 1; }
.step-icon { width: 50px; height: 50px; margin-bottom: 45px; display: grid; place-items: center; color: var(--white); background: var(--orange); transform: rotate(-3deg); }
.step-icon svg { width: 25px; height: 25px; fill: currentColor; transform: rotate(3deg); }
.process-list h3 { margin-bottom: 14px; color: var(--navy); font-size: 1.65rem; letter-spacing: -.01em; }
.process-list p { margin: 0; color: var(--gray-dark); font-size: .9rem; }

.photo-section { width: min(1240px, calc(100% - 40px)); padding-top: 20px; }
.photo-panel { position: relative; overflow: hidden; padding: clamp(42px, 6vw, 78px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); color: var(--white); background: var(--navy-soft); box-shadow: var(--shadow); }
.photo-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -140px; bottom: -160px; border: 55px solid rgba(255,255,255,.045); border-radius: 50%; }
.eyebrow-light { color: #f58a51; }
.photo-copy { align-self: center; }
.photo-copy h2 { color: var(--white); }
.photo-copy > p:not(.eyebrow) { margin-bottom: 28px; color: #c5d1da; }
.photo-checklist { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; }
.photo-checklist li { padding: 22px 0; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.photo-checklist li:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.photo-checklist span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--white); border-radius: 50%; font-family: var(--display); font-size: 1.1rem; font-weight: 800; }
.photo-checklist p { margin: 0; color: #dfe7ec; font-size: .92rem; }
.photo-checklist strong { color: var(--white); }

.safety { width: min(1040px, calc(100% - 40px)); margin: 20px auto 0; padding: 34px 40px; display: grid; grid-template-columns: 66px 1fr; gap: 26px; color: #52240f; background: #fff0e7; border: 1px solid #f0c7b2; border-left: 6px solid var(--orange); }
.safety-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--orange-dark); background: var(--white); border-radius: 50%; }
.safety-icon svg { width: 31px; fill: currentColor; }
.safety-kicker { margin-bottom: 4px; color: var(--orange-dark); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.safety h2 { margin-bottom: 9px; color: #6a2d12; font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -.01em; }
.safety p:last-child { margin: 0; font-size: .88rem; }

.service-area { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); align-items: start; }
.area-copy { position: sticky; top: 130px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--orange-dark); font-size: .85rem; font-weight: 800; text-decoration: none; border-bottom: 2px solid currentColor; }
.text-link span { font-size: 1.3rem; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.city-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.city-list li { padding: 23px 8px; display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--line); transition: padding .2s ease, background .2s ease; }
.city-list li:hover { padding-right: 18px; padding-left: 18px; background: var(--white); }
.city-list span { color: var(--navy); font-family: var(--display); font-size: 2.1rem; font-weight: 700; line-height: 1; text-transform: uppercase; }
.city-list small { color: var(--gray-dark); font-size: .72rem; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(55px, 9vw, 120px); border-top: 1px solid var(--line); }
.faq-heading { margin: 0; }
.faq-list { border-top: 1px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; padding: 22px 44px 22px 4px; display: flex; align-items: center; position: relative; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; right: 8px; width: 18px; height: 2px; background: var(--orange); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 44px 26px 4px; color: var(--gray-dark); font-size: .9rem; }

.final-cta { position: relative; overflow: hidden; min-height: 390px; padding: 74px max(40px, calc((100vw - 1120px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; color: var(--white); background: var(--navy); }
.cta-mark { position: absolute; right: 35%; bottom: -100px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 28rem; font-weight: 800; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.cta-copy, .cta-actions { position: relative; z-index: 2; }
.cta-copy h2 { max-width: 700px; margin-bottom: 16px; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.025em; }
.cta-copy > p:last-child { max-width: 610px; margin: 0; color: #bdcbd5; }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.email-link { margin-top: 9px; color: #d3dde4; font-size: .82rem; text-align: center; text-underline-offset: 4px; }

.site-footer { padding: 35px 0; color: #8495a3; background: #071522; }
.footer-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 30px; }
.footer-inner img { width: 170px; filter: brightness(0) invert(1); opacity: .9; }
.footer-meta p { margin: 3px 0; font-size: .69rem; }
.back-to-top { color: var(--white); font-size: .75rem; font-weight: 700; text-decoration: none; }
.back-to-top span { margin-left: 7px; color: var(--orange); }
.mobile-action-bar { display: none; }

.reveal { animation: reveal .75s cubic-bezier(.2,.7,.2,1) both; }
.delay-1 { animation-delay: .14s; }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

:focus-visible { outline: 3px solid #f58a51; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 82px; right: 0; left: 0; padding: 18px 24px 26px; flex-direction: column; align-items: flex-start; gap: 18px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px rgba(11,31,51,.1); }
  .site-nav.is-open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(680px, 92%); margin: -10px auto 10px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li + li { min-height: auto; padding: 30px 70px 30px 78px; border-left: 0; border-bottom: 1px solid var(--line); }
  .step-icon { position: absolute; left: 2px; margin: 0; }
  .step-number { top: 31px; }
  .photo-panel { grid-template-columns: 1fr; }
  .service-area { grid-template-columns: 1fr; gap: 50px; }
  .area-copy { position: static; max-width: 640px; }
  .faq { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .header-inner { min-height: 70px; width: calc(100% - 24px); gap: 7px; }
  .brand img { width: 156px; }
  .header-call { display: none; }
  .site-nav { top: 70px; }
  .hero-grid { width: calc(100% - 32px); padding: 58px 0 48px; gap: 40px; }
  h1 { font-size: clamp(3.35rem, 15.5vw, 4.85rem); }
  .hero-lede { font-size: .96rem; line-height: 1.7; }
  .hero-actions { display: grid; }
  .hero .button { width: 100%; }
  .availability-note { line-height: 1.5; }
  .hero-visual { width: 108%; margin-left: -4%; }
  .visual-label { top: 2%; right: 3%; }
  .visual-caption { right: 0; bottom: 2%; width: 250px; padding: 13px 16px; }
  .trust-inner { min-height: 0; padding: 10px 0; grid-template-columns: 1fr; }
  .trust-inner p { min-height: 48px; justify-content: flex-start; padding: 8px 14px; }
  .trust-inner p + p { border-top: 1px solid var(--line); border-left: 0; }
  .section { width: calc(100% - 32px); padding: 80px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .area-copy h2, .photo-copy h2, .faq-heading h2 { font-size: 2.9rem; }
  .process-list li, .process-list li + li { padding: 28px 48px 28px 64px; }
  .step-icon { width: 44px; height: 44px; }
  .step-number { top: 29px; right: 2px; font-size: 2rem; }
  .process-list h3 { font-size: 1.45rem; }
  .photo-section { width: 100%; padding-top: 0; }
  .photo-panel { padding: 52px 22px; gap: 36px; }
  .photo-copy .button { width: 100%; }
  .photo-checklist li { grid-template-columns: 42px 1fr; gap: 14px; }
  .photo-checklist span { width: 38px; height: 38px; }
  .safety { width: calc(100% - 32px); margin-top: 70px; padding: 28px 22px; grid-template-columns: 1fr; }
  .safety-icon { width: 50px; height: 50px; }
  .city-list li { align-items: center; }
  .city-list span { font-size: 1.7rem; }
  .city-list small { max-width: 120px; text-align: right; }
  .faq-list summary { min-height: 76px; font-size: .9rem; line-height: 1.45; }
  .final-cta { padding: 70px 24px; grid-template-columns: 1fr; gap: 38px; }
  .cta-copy h2 { font-size: 3.1rem; }
  .cta-mark { right: -10%; bottom: -30px; font-size: 17rem; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner img { margin: 0 auto; }
  .mobile-action-bar { position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr; padding: 7px max(7px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left)); gap: 7px; color: var(--white); background: #071522; box-shadow: 0 -5px 25px rgba(0,0,0,.2); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--orange); border-radius: 3px; font-size: .76rem; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:last-child { color: var(--navy); background: var(--white); }
  .mobile-action-bar svg { width: 18px; height: 18px; fill: currentColor; }
}
