:root {
  --ink: #172126;
  --ink-soft: #4d5b60;
  --night: #0b252b;
  --night-2: #143941;
  --sea: #116b72;
  --sea-light: #dff1ef;
  --sand: #f4efe5;
  --sand-2: #e7ddca;
  --copper: #d88955;
  --white: #fff;
  --line: rgba(23, 33, 38, 0.13);
  --shadow: 0 24px 60px rgba(10, 32, 37, 0.13);
  --radius: 24px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #fcfbf8;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3, h4 { margin: 0 0 1rem; line-height: 1.12; letter-spacing: -0.025em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(2.75rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
h4 { font-size: 1rem; letter-spacing: .03em; text-transform: uppercase; }
ul, ol { margin: 0 0 1.3rem; padding-left: 1.25rem; }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(800px, 100%); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  background: rgba(11, 37, 43, .96);
  backdrop-filter: blur(18px);
}

.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.brand-mark svg { width: 25px; height: 25px; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: .92rem; letter-spacing: .13em; text-transform: uppercase; }
.brand-copy small { color: #b9d4d1; font-size: .72rem; letter-spacing: .06em; }
.desktop-nav { display: flex; align-items: center; gap: 25px; }
.desktop-nav a { position: relative; color: #dce9e7; font-size: .88rem; text-decoration: none; white-space: nowrap; }
.desktop-nav a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-weight: 700; }
.header-cta:hover { color: var(--night); background: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: min(820px, 88vh); display: flex; align-items: flex-end; color: var(--white); background: var(--night); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .72; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,23,28,.86) 0%, rgba(4,23,28,.52) 48%, rgba(4,23,28,.12) 76%), linear-gradient(0deg, rgba(4,23,28,.7) 0%, transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 830px; padding-block: 120px 82px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--copper); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.hero h1 { max-width: 780px; }
.hero h1 span { color: #bcded9; font-style: italic; }
.hero-lead { max-width: 670px; color: #e1ecea; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .91rem; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--night); background: var(--copper); }
.button-primary:hover { background: #e59a67; }
.button-light { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.button-dark { color: var(--white); background: var(--night); }
.button-outline { border-color: var(--line); background: transparent; }
.hero-facts { position: relative; z-index: 2; padding: 0 0 30px; }
.hero-facts-inner { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.hero-fact { padding: 20px 24px 0 0; }
.hero-fact strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.hero-fact span { color: #bdd1cf; font-size: .84rem; }

.page-hero { padding: 94px 0 74px; color: white; background: var(--night); }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 930px; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p { max-width: 720px; color: #cfdfdd; font-size: 1.16rem; }
.breadcrumbs { margin-bottom: 28px; color: #a9c2bf; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span { margin-inline: 8px; opacity: .55; }

.section { padding-block: clamp(72px, 9vw, 120px); }
.section-sm { padding-block: 58px; }
.section-sand { background: var(--sand); }
.section-night { color: var(--white); background: var(--night); }
.section-sea { background: var(--sea-light); }
.section-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.section-heading p { max-width: 670px; margin-left: auto; color: var(--ink-soft); }
.section-night .section-heading p { color: #bdd0ce; }

.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.intro-copy > p:first-of-type { font-size: 1.2rem; }
.feature-panel { padding: 34px; border-radius: var(--radius); background: var(--night); color: white; box-shadow: var(--shadow); }
.feature-panel h3 { font-family: Georgia, serif; font-size: 1.9rem; font-weight: 500; }
.feature-panel p { color: #bfd2cf; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 12px 0 12px 30px; border-top: 1px solid rgba(255,255,255,.13); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--copper); font-weight: 800; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.73); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.card-number { margin-bottom: 48px; color: var(--sea); font-family: Georgia, serif; font-size: 1.45rem; }
.card h3 { margin-top: auto; }
.card p { color: var(--ink-soft); font-size: .94rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--sea); font-size: .88rem; font-weight: 800; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 28px 28px 0 0; counter-increment: step; border-top: 1px solid rgba(255,255,255,.25); }
.step::before { content: "0" counter(step); display: block; margin-bottom: 26px; color: var(--copper); font-family: Georgia, serif; font-size: 1.6rem; }
.step h3 { font-size: 1.1rem; }
.step p { color: #bdd0ce; font-size: .92rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.split-media { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 100px); background: var(--sand); }
.split-copy p { color: var(--ink-soft); }
.split-copy .button { align-self: flex-start; margin-top: 18px; }

.quote-band { padding: 44px 0; color: white; background: var(--sea); }
.quote-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.quote-inner h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.quote-inner p { max-width: 600px; margin: 6px 0 0; color: #d8ece9; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start; }
.prose h2 { margin-top: 3rem; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 2.2rem; }
.prose p, .prose li { color: #3f4e53; }
.prose a { color: var(--sea); font-weight: 750; text-underline-offset: 3px; }
.aside { position: sticky; top: 110px; padding: 28px; border-radius: var(--radius); background: var(--sea-light); }
.aside h3 { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.aside nav a { display: block; padding: 11px 0; border-top: 1px solid rgba(17,107,114,.17); color: var(--sea); font-size: .9rem; font-weight: 700; text-decoration: none; }
.aside .button { width: 100%; margin-top: 18px; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.package { padding: 32px; border-radius: var(--radius); background: white; box-shadow: 0 12px 30px rgba(14,42,47,.08); }
.package-label { display: inline-block; margin-bottom: 28px; padding: 6px 10px; border-radius: 99px; color: var(--sea); background: var(--sea-light); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.package h2, .package h3 { font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.package ul { color: var(--ink-soft); font-size: .92rem; }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.area { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: white; }
.area strong { display: block; }
.area span { color: var(--ink-soft); font-size: .83rem; }

.calculator { display: grid; grid-template-columns: 1fr .9fr; gap: 30px; padding: clamp(26px, 5vw, 54px); border-radius: var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-size: .82rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd2cf; border-radius: 9px; color: var(--ink); background: white; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(17,107,114,.16); border-color: var(--sea); }
.choice-row { display: flex; flex-wrap: wrap; gap: 10px; }
.choice { display: flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid #cbd2cf; border-radius: 99px; background: white; font-weight: 600; cursor: pointer; }
.choice input { width: auto; min-height: 0; }
.calculator-result { padding: 32px; border-radius: 18px; color: white; background: var(--night); }
.calculator-result h2 { font-size: 2rem; }
.result-list { list-style: none; padding: 0; }
.result-list li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.15); }
.result-list strong { color: var(--copper); }
.result-note { color: var(--ink-soft); font-size: .82rem; }
.calculator-result .result-note { color: #b7cbc8; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.contact-list { list-style: none; padding: 0; }
.contact-list li { padding: 16px 0; border-top: 1px solid var(--line); }
.contact-list small { display: block; color: var(--ink-soft); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-list a { text-decoration: none; }
.contact-form { padding: clamp(28px, 5vw, 48px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-form .button { border: 0; }

.logo-strip { display: flex; flex-wrap: wrap; gap: 12px 28px; align-items: center; color: #647176; font-size: .82rem; }
.logo-strip strong { color: var(--ink); }

.site-footer { padding: 74px 0 26px; color: #cee0de; background: #071b1f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 48px; }
.footer-brand p { max-width: 330px; color: #9fb7b4; font-size: .9rem; }
.footer-title { margin-bottom: 18px; color: white; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #afc4c1; font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: #819c98; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { position: fixed; inset: 82px 0 auto; display: none; padding: 28px 20px 36px; background: var(--night); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 30px rgba(0,0,0,.2); }
  .desktop-nav a { display: block; padding: 11px 0; font-size: 1rem; }
  .desktop-nav .header-cta { display: inline-flex; margin-top: 14px; padding-inline: 18px; }
  .menu-open .desktop-nav { display: block; }
  .menu-toggle { display: block; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .section-heading p { margin-left: 0; }
  .card-grid, .package-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }
  .content-grid { grid-template-columns: 1fr 270px; gap: 40px; }
  .area-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 72px; }
  .desktop-nav { top: 72px; max-height: calc(100vh - 72px); overflow-y: auto; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-copy strong { font-size: .78rem; }
  .brand-copy small { display: none; }
  .hero { min-height: 760px; }
  .hero-content { padding-block: 90px 44px; }
  .hero::after { background: linear-gradient(0deg, rgba(4,23,28,.91) 0%, rgba(4,23,28,.45) 78%, rgba(4,23,28,.38)); }
  .hero-media { object-position: 62% center; }
  .hero-facts-inner { grid-template-columns: 1fr; }
  .hero-fact { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.18); }
  .hero-facts-inner { border-top: 0; }
  .page-hero { padding: 64px 0 54px; }
  .intro-grid, .split, .calculator, .contact-layout { grid-template-columns: 1fr; }
  .card-grid, .package-grid { grid-template-columns: 1fr; }
  .card { min-height: 255px; }
  .card-number { margin-bottom: 30px; }
  .split-media { min-height: 350px; }
  .split-copy { padding: 46px 24px; }
  .content-grid { grid-template-columns: 1fr; }
  .aside { position: static; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-inner { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 450px) {
  h1 { font-size: 2.65rem; }
  .button-row .button { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .area-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > :last-child { grid-column: auto; }
  .choice-row { flex-direction: column; }
  .choice { border-radius: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
