:root {
    color-scheme: light;
    --ink: #173c3a;
    --muted: #536964;
    --paper: #faf8f0;
    --accent: #c34c2d;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.page-width { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 1; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 26px; border-bottom: 1px solid #d9e0d6; }
.wordmark { display: flex; align-items: center; gap: 12px; font-size: 17px; line-height: 1.3; }
.wordmark strong { display: block; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--paper); font-size: 25px; }
.header-link { font-size: 14px; font-weight: 650; }
.hero { padding-block: 76px 70px; max-width: 880px; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
h1 { margin: 0 0 24px; font-size: clamp(38px, 5.8vw, 66px); line-height: 1.12; letter-spacing: -.045em; font-weight: 750; }
h1 span { color: var(--accent); }
.intro { max-width: 630px; margin: 0 0 30px; color: var(--muted); font-size: 18px; }
.primary-link, .region-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; font-weight: 650; text-decoration: none; }
.primary-link { padding: 13px 21px; border-radius: 6px; background: var(--ink); color: white; }
.primary-link:hover { background: #245652; }
.regions { padding-top: 32px; border-top: 1px solid #d9e0d6; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading .eyebrow { margin-bottom: 8px; }
h2 { margin: 0; font-size: clamp(23px, 3vw, 30px); line-height: 1.25; letter-spacing: -.025em; }
.section-heading > p { max-width: 210px; margin: 0; color: var(--muted); font-size: 14px; }
.region-card { display: grid; grid-template-columns: 1fr 1.15fr; overflow: hidden; border: 1px solid #d9e0d6; border-radius: 14px; background: #fffdf8; }
.coast-art { position: relative; isolation: isolate; min-height: 330px; overflow: hidden; background: #dae8df; }
.sun { position: absolute; width: 126px; height: 126px; top: 42px; left: 50%; transform: translateX(-50%); background: #eab568; border-radius: 50%; }
.horizon { position: absolute; width: 150%; height: 220px; left: -25%; border-radius: 50% 50% 0 0; }
.horizon-back { bottom: -55px; background: #6a9c91; transform: rotate(-12deg); }
.horizon-front { bottom: -120px; background: #245652; transform: rotate(10deg); }
.coast-caption { position: absolute; bottom: 28px; left: 30px; color: white; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.region-content { padding: 32px 38px; }
.availability { display: inline-block; padding: 3px 10px; border-radius: 20px; background: #e4eee0; color: #2b573e; font-size: 12px; font-weight: 700; }
h3 { margin: 12px 0 0; font-size: 34px; line-height: 1.2; letter-spacing: -.025em; }
.location { margin: 5px 0 14px; font-size: 14px; color: var(--muted); }
.region-content > p:not(.destination) { color: var(--muted); }
.region-link { border-bottom: 2px solid var(--ink); padding-block: 6px; }
.region-link:hover { color: var(--accent); border-color: var(--accent); }
.destination { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.growth-note { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-block: 24px; border-top: 1px solid #d9e0d6; color: var(--muted); font-size: 13px; }
@media (max-width: 640px) {
    .page-width { width: calc(100% - 36px); }
    .site-header { gap: 12px; padding-block: 20px; }
    .wordmark { font-size: 14px; gap: 8px; }
    .brand-mark { width: 36px; height: 36px; font-size: 22px; flex-shrink: 0; }
    .header-link { font-size: 12px; max-width: 85px; }
    .hero { padding-block: 48px; }
    .intro { font-size: 16px; }
    .section-heading { display: block; }
    .section-heading > p { max-width: none; margin-top: 12px; }
    .region-card { grid-template-columns: 1fr; }
    .coast-art { min-height: 210px; }
    .sun { top: 22px; width: 100px; height: 100px; }
    .region-content { padding: 26px; }
    .site-footer { flex-direction: column; gap: 4px; margin-top: 44px; }
}
