:root {
  --ink: #102a2e;
  --ink-soft: #385257;
  --paper: #f6f4ee;
  --white: #ffffff;
  --teal: #0b6b65;
  --teal-dark: #074d4a;
  --teal-light: #dcefeb;
  --lime: #c8f36b;
  --lime-dark: #9bc83e;
  --orange: #e9784d;
  --line: #d9dfda;
  --shadow: 0 18px 50px rgba(16, 42, 46, 0.12);
  --radius: 1.25rem;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--teal-dark); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { color: var(--teal); }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
ul, ol { margin: 0 0 1.25rem; padding-left: 1.3rem; }
li + li { margin-top: 0.45rem; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2rem), 780px); margin-inline: auto; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; transform: translateY(-150%); background: var(--lime); color: var(--ink); padding: .65rem 1rem; border-radius: .4rem; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; color: white; background: rgba(7, 45, 45, .96); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(14px); }
.header-row { min-height: 76px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: white; text-decoration: none; font-weight: 900; line-height: 1.05; letter-spacing: -.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 50% 50% 50% 12%; display: grid; place-items: center; color: var(--ink); background: var(--lime); transform: rotate(-8deg); }
.brand-mark svg { width: 25px; transform: rotate(8deg); }
.brand small { display: block; margin-top: .18rem; color: #b8d6d2; font-size: .69rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.nav { margin-left: auto; }
.nav ul { display: flex; align-items: center; gap: .1rem; margin: 0; padding: 0; list-style: none; }
.nav li + li { margin: 0; }
.nav a { display: block; padding: .7rem .72rem; border-radius: .65rem; color: #eaf3f1; font-size: .89rem; font-weight: 750; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: white; background: rgba(255,255,255,.11); }
.header-contact { white-space: nowrap; padding: .68rem .9rem; border: 1px solid rgba(200,243,107,.45); border-radius: 999px; color: var(--lime); font-size: .84rem; font-weight: 850; text-decoration: none; }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.25); border-radius: .8rem; color: white; background: transparent; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span { opacity: 0; }
.menu-button[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 670px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #173c43; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,31,34,.92) 0%, rgba(5,31,34,.72) 39%, rgba(5,31,34,.13) 72%), linear-gradient(0deg, rgba(5,31,34,.7), transparent 42%); z-index: 1; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: 6.5rem 0 5.2rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.3rem; color: var(--lime); font-size: .77rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2.3rem; height: 2px; background: currentColor; }
.hero h1 { max-width: 720px; }
.hero-lead { max-width: 660px; margin: 1.45rem 0 2rem; color: #e2ecea; font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; min-height: 50px; padding: .75rem 1.15rem; border: 1px solid transparent; border-radius: 999px; color: var(--ink); background: var(--lime); font-weight: 900; text-decoration: none; box-shadow: 0 8px 25px rgba(0,0,0,.16); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); color: var(--ink); background: #d8ff83; }
.button.secondary { border-color: rgba(255,255,255,.48); color: white; background: rgba(255,255,255,.08); box-shadow: none; backdrop-filter: blur(8px); }
.button.secondary:hover { color: white; background: rgba(255,255,255,.16); }
.hero-facts { position: absolute; right: max(1rem, calc((100vw - var(--container))/2)); bottom: 2rem; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); width: min(470px, 45vw); background: rgba(255,255,255,.92); color: var(--ink); border-radius: 1rem; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-facts div { padding: 1.05rem; }
.hero-facts div + div { border-left: 1px solid var(--line); }
.hero-facts strong { display: block; font-family: Georgia, serif; font-size: 1.2rem; }
.hero-facts span { color: var(--ink-soft); font-size: .72rem; font-weight: 700; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section.white { background: var(--white); }
.section.dark { color: white; background: var(--ink); }
.section-head { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.section-head p { max-width: 630px; margin: 0; color: var(--ink-soft); font-size: 1.08rem; }
.dark .section-head p { color: #b9cecb; }
.kicker { display: block; margin-bottom: .8rem; color: var(--teal); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.dark .kicker { color: var(--lime); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { position: relative; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 30px rgba(16,42,46,.05); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-number { width: 42px; height: 42px; margin-bottom: 1.2rem; display: grid; place-items: center; border-radius: 50%; color: var(--teal-dark); background: var(--teal-light); font-family: Georgia, serif; font-weight: 800; }
.card h3 { margin-bottom: .7rem; }
.card p { color: var(--ink-soft); }
.card-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 850; }
.card-link::after { content: "→"; transition: transform .2s; }
.card-link:hover::after { transform: translateX(4px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.photo-card { position: relative; }
.photo-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 1.6rem; box-shadow: var(--shadow); }
.photo-note { position: absolute; right: -1rem; bottom: -1.4rem; max-width: 270px; padding: 1rem 1.1rem; border-radius: 1rem; color: var(--ink); background: var(--lime); font-size: .9rem; font-weight: 800; box-shadow: var(--shadow); }
.content h2 { margin-bottom: 1.3rem; }
.content h3 { margin: 2rem 0 .8rem; }
.content p, .content li { color: var(--ink-soft); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 1000; }
.route { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; list-style: none; counter-reset: route; }
.route li { position: relative; margin: 0; padding: 4.5rem 1.1rem 1.2rem; border-top: 3px solid var(--teal); background: rgba(255,255,255,.04); }
.route li::before { counter-increment: route; content: counter(route); position: absolute; top: -1.35rem; left: 1rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 950; }
.route li + li { border-left: 1px solid rgba(255,255,255,.11); }
.route strong { display: block; margin-bottom: .5rem; font-family: Georgia, serif; font-size: 1.22rem; }
.route span { color: #b9cecb; font-size: .9rem; }
.notice { padding: 1.35rem 1.5rem; border-left: 5px solid var(--orange); border-radius: .25rem 1rem 1rem .25rem; background: #fff4ee; }
.notice strong { display: block; margin-bottom: .3rem; }
.quote { margin: 0; padding: clamp(2rem, 5vw, 4rem); border-radius: 1.5rem; color: white; background: var(--teal-dark); }
.quote p { margin: 0; font: 700 clamp(1.5rem, 3vw, 2.45rem)/1.3 Georgia, serif; }
.quote footer { margin-top: 1rem; color: #b8d6d2; font-size: .9rem; }

.page-hero { padding: clamp(4.5rem, 9vw, 8rem) 0 4rem; color: white; background: radial-gradient(circle at 85% 10%, rgba(200,243,107,.23), transparent 29%), linear-gradient(135deg, #0b5b58, #0b3035 68%); }
.page-hero .breadcrumbs { margin-bottom: 1.5rem; color: #b8d6d2; font-size: .84rem; }
.breadcrumbs a { color: var(--lime); }
.page-hero h1 { max-width: 950px; font-size: clamp(2.6rem, 6vw, 5.15rem); }
.page-hero p { max-width: 760px; margin: 1.3rem 0 0; color: #d5e5e2; font-size: 1.15rem; }
.page-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.article { min-width: 0; }
.article > h2 { margin: 3.2rem 0 1.15rem; font-size: clamp(1.8rem, 3.5vw, 2.75rem); }
.article > h2:first-child { margin-top: 0; }
.article h3 { margin: 2.1rem 0 .7rem; }
.article p, .article li { color: var(--ink-soft); }
.article a { font-weight: 750; }
.article .lead { color: var(--ink); font-size: 1.18rem; }
.article figure { margin: 2.3rem 0; }
.article figure img { width: 100%; border-radius: 1.2rem; }
.article figcaption { margin-top: .65rem; color: #607478; font-size: .82rem; }
.steps { padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 0 0 1.4rem 3.4rem; border-left: 1px solid var(--line); }
.steps li::before { counter-increment: steps; content: counter(steps); position: absolute; top: -.1rem; left: -1.25rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.steps li:last-child { border-color: transparent; }
.steps strong { display: block; color: var(--ink); }
.sidebar { position: sticky; top: 100px; }
.side-card { margin-bottom: 1rem; padding: 1.4rem; border-radius: 1.1rem; background: white; border: 1px solid var(--line); }
.side-card h2 { margin-bottom: .8rem; font-size: 1.35rem; }
.side-card ul { margin: 0; padding: 0; list-style: none; }
.side-card li { margin: 0; padding: .65rem 0; border-top: 1px solid var(--line); }
.side-card a { font-size: .92rem; font-weight: 750; text-decoration: none; }
.side-card.accent { border: 0; background: var(--lime); }
.side-card.accent p { color: #284035; }
.info-table { width: 100%; margin: 1.5rem 0 2rem; border-collapse: collapse; background: white; }
.info-table th, .info-table td { padding: .85rem 1rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.info-table th { background: var(--teal-light); }
.faq details { padding: 1rem 0; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 850; }
.faq details p { margin: .75rem 0 0; }
.cta { padding: clamp(2rem, 5vw, 4rem); border-radius: 1.6rem; color: white; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); box-shadow: var(--shadow); }
.cta h2 { max-width: 720px; margin-bottom: 1rem; }
.cta p { max-width: 720px; color: #d6e7e4; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1rem; }
.contact-card { padding: 1.6rem; border: 1px solid var(--line); border-radius: 1.2rem; background: white; }
.contact-card h2 { margin-bottom: 1rem; font-size: 1.65rem; }
.contact-list { padding: 0; list-style: none; }
.contact-list li { margin: 0; padding: .7rem 0; border-top: 1px solid var(--line); }
.contact-list strong { display: block; color: var(--ink); }

.site-footer { padding: 4.5rem 0 1.4rem; color: #d1dfdc; background: #092d30; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
.footer-intro { max-width: 360px; color: #a9bfbc; }
.site-footer h2 { margin-bottom: 1rem; color: white; font: 800 .75rem/1.2 Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 .55rem; }
.site-footer a { color: #d1dfdc; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: #8fa9a6; font-size: .78rem; }

@media (max-width: 1020px) {
  .header-contact { display: none; }
  .nav a { padding-inline: .52rem; font-size: .82rem; }
  .hero-facts { display: none; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .route { grid-template-columns: repeat(3, 1fr); row-gap: 2.4rem; }
  .page-layout { grid-template-columns: minmax(0, 1fr) 260px; gap: 2rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .header-row { min-height: 68px; }
  .menu-button { display: block; }
  .nav { position: absolute; top: 68px; left: 0; right: 0; display: none; margin: 0; padding: .7rem 1rem 1rem; background: #072d2f; border-bottom: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 35px rgba(0,0,0,.22); }
  .nav.open { display: block; }
  .nav ul { display: block; }
  .nav a { padding: .82rem; font-size: .95rem; }
  .hero { min-height: 620px; align-items: center; }
  .hero::before { background: linear-gradient(90deg, rgba(5,31,34,.9), rgba(5,31,34,.56)), linear-gradient(0deg, rgba(5,31,34,.65), transparent); }
  .hero-content { padding: 6rem 0 4rem; }
  .section-head, .split, .page-layout, .contact-grid { grid-template-columns: 1fr; }
  .section-head { gap: 1rem; }
  .photo-card { margin-bottom: 1.5rem; }
  .photo-note { right: .8rem; }
  .route { grid-template-columns: 1fr; gap: 2rem; }
  .route li + li { border-left: 0; }
  .sidebar { position: static; }
  .sidebar .side-card:first-child { display: none; }
}

@media (max-width: 560px) {
  .container, .narrow { width: min(calc(100% - 1.25rem), var(--container)); }
  .brand small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 570px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-content, .page-hero h1, .hero-lead { max-width: 100%; overflow-wrap: break-word; }
  .eyebrow { max-width: 100%; font-size: .68rem; letter-spacing: .1em; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .card-grid, .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 3.8rem 0; }
  .page-hero { padding-top: 3.7rem; }
  .info-table { font-size: .84rem; }
  .info-table th, .info-table td { padding: .65rem; }
  .footer-bottom { flex-direction: column; }
}

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