:root {
  --ink: #123f3a;
  --ink-deep: #0c312e;
  --cream: #f4eedf;
  --paper: #fbf7ed;
  --coral: #ec684f;
  --yellow: #f4c451;
  --aqua: #78cfc3;
  --sand: #e8d2a7;
  --line: rgba(18, 63, 58, .18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .22; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-top: 120px; padding-bottom: 120px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99; background: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.hero { min-height: 100vh; overflow: hidden; color: var(--cream); background: var(--ink); position: relative; }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; border: 1px solid rgba(244,238,223,.12); border-radius: 50%; left: -310px; top: 180px; box-shadow: 0 0 0 90px rgba(244,238,223,.025), 0 0 0 180px rgba(244,238,223,.02); }
.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; border-bottom: 1px solid rgba(244,238,223,.16); }
.wordmark { display: flex; align-items: center; gap: 11px; text-decoration: none; letter-spacing: .15em; font-size: 13px; font-weight: 700; }
.sun-mark { width: 28px; height: 28px; display: inline-block; border: 7px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 1px var(--yellow); }
.nav-links { display: flex; gap: 38px; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 600; opacity: .78; }
.nav-links a:hover { opacity: 1; }
.save-trip { color: var(--cream); border: 1px solid rgba(244,238,223,.35); background: transparent; padding: 10px 15px; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; }

.hero-content { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; padding-top: 50px; padding-bottom: 50px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 25px; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; vertical-align: middle; margin-right: 13px; background: currentColor; opacity: .7; }
.eyebrow.coral { color: var(--coral); }
.eyebrow.sand { color: var(--sand); }
.eyebrow.dark { color: var(--ink); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .92; margin: 0; }
h1 { font-size: clamp(64px, 7.2vw, 108px); letter-spacing: -.045em; }
h1 em, h2 em, h3 em { color: var(--coral); font-weight: 400; }
.hero-deck { max-width: 500px; font-size: 17px; line-height: 1.7; margin: 30px 0 34px; color: rgba(244,238,223,.78); }
.hero-deck strong { color: var(--cream); }
.hero-actions { display: flex; gap: 13px; align-items: center; }
.button { border-radius: 999px; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; gap: 18px; cursor: pointer; text-decoration: none; border: 1px solid rgba(244,238,223,.32); color: var(--cream); background: transparent; font-weight: 700; font-size: 13px; }
.button-primary { border-color: var(--coral); background: var(--coral); }
.button-primary:hover { background: #f1765e; }
.button-ghost:hover { background: rgba(255,255,255,.06); }

.postcard { justify-self: end; width: min(100%, 510px); aspect-ratio: 4 / 5; max-height: 610px; background: var(--yellow); color: var(--ink); position: relative; overflow: hidden; transform: rotate(2.5deg); box-shadow: 0 28px 80px rgba(0,0,0,.22); border: 10px solid var(--cream); }
.postcard::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 16%, rgba(255,255,255,.16) 0 2px, transparent 3px); background-size: 18px 18px; opacity: .4; }
.postcard-stamp { position: absolute; right: 22px; top: 20px; width: 63px; padding: 8px 0; border: 2px solid var(--ink); text-align: center; font-size: 10px; line-height: 1.1; transform: rotate(5deg); z-index: 2; }
.postcard-stamp strong { font-size: 25px; font-family: var(--serif); }
.postcard-sun { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--coral); right: 56px; top: 86px; }
.postcard-birds { position: absolute; top: 100px; left: 82px; font-size: 28px; letter-spacing: 15px; }
.postcard-title { position: absolute; z-index: 5; top: 215px; left: 0; right: 0; text-align: center; font-family: var(--serif); font-size: clamp(50px, 5vw, 74px); line-height: .85; transform: rotate(-3deg); text-shadow: 2px 2px 0 var(--cream); }
.postcard-title em { color: var(--cream); text-shadow: 2px 2px 0 var(--ink); }
.postcard-water { position: absolute; z-index: 1; left: -10%; width: 120%; border-radius: 50% 50% 0 0; }
.water-one { height: 180px; bottom: 90px; background: var(--cream); transform: rotate(-5deg); }
.water-two { height: 150px; bottom: 40px; background: var(--aqua); transform: rotate(4deg); }
.water-three { height: 105px; bottom: -20px; background: var(--ink); transform: rotate(-2deg); }
.postcard-caption { position: absolute; z-index: 4; bottom: 17px; left: 0; right: 0; color: var(--cream); font-size: 10px; letter-spacing: .28em; font-weight: 700; text-align: center; }
.palm { position: absolute; z-index: 3; width: 120px; height: 250px; bottom: 75px; }
.palm i { position: absolute; bottom: 0; left: 50%; width: 12px; height: 220px; background: var(--ink); transform: skew(-8deg); border-radius: 70% 20%; }
.palm b, .palm b::before, .palm b::after { position: absolute; content: ""; width: 95px; height: 22px; border-radius: 100% 0; background: var(--ink); top: 18px; left: 46px; transform-origin: left center; transform: rotate(20deg); }
.palm b::before { transform: rotate(70deg); left: 0; top: 0; }
.palm b::after { transform: rotate(140deg); left: 0; top: 0; }
.palm-one { left: 5px; transform: scale(.92) rotate(-4deg); }
.palm-two { right: -34px; bottom: 42px; transform: scale(.62) rotate(10deg); }

.hero-facts { min-height: 114px; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; z-index: 2; border-top: 1px solid rgba(244,238,223,.16); }
.hero-facts > div { display: flex; gap: 16px; align-items: center; padding: 24px 28px; border-right: 1px solid rgba(244,238,223,.16); }
.hero-facts > div:first-child { padding-left: 0; }
.hero-facts > div:last-child { border-right: 0; }
.hero-facts span { color: var(--coral); font-family: var(--serif); font-size: 25px; }
.hero-facts p { font-size: 12px; line-height: 1.5; margin: 0; color: rgba(244,238,223,.66); }
.hero-facts strong { display: block; color: var(--cream); }

.manifesto { background: var(--yellow); padding: 55px 0; }
.manifesto-grid { display: grid; grid-template-columns: 170px 1fr 250px; align-items: center; gap: 35px; }
.manifesto .eyebrow { margin: 0; }
blockquote { font-family: var(--serif); font-size: clamp(29px, 3.2vw, 46px); line-height: 1.04; margin: 0; }
.manifesto-note { margin: 0; font-size: 12px; line-height: 1.7; }

.section-heading { display: grid; grid-template-columns: 1fr 360px; gap: 50px; align-items: end; margin-bottom: 65px; }
.section-heading h2, .decision h2, .notes h2 { font-size: clamp(52px, 6vw, 82px); letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 6px; font-size: 14px; line-height: 1.7; }
.week-strip { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.week-strip button { border: 0; border-right: 1px solid var(--line); color: var(--ink); background: transparent; min-height: 118px; padding: 15px 8px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: .2s ease; position: relative; }
.week-strip button:last-child { border-right: 0; }
.week-strip button::after { content: ""; position: absolute; bottom: -1px; height: 4px; width: 0; background: var(--coral); transition: width .2s ease; }
.week-strip button[aria-selected="true"] { background: #efe5d1; }
.week-strip button[aria-selected="true"]::after { width: 100%; }
.week-strip small { font-size: 9px; letter-spacing: .18em; font-weight: 700; }
.week-strip strong { font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.1; }
.week-strip span { color: rgba(18,63,58,.6); font-size: 10px; }

.day-card { margin-top: 42px; display: grid; grid-template-columns: 100px minmax(0, 1fr) 290px; min-height: 530px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(18,63,58,.07); }
.day-number { background: var(--coral); color: var(--cream); padding-top: 37px; text-align: center; font-family: var(--serif); font-size: 42px; }
.day-main { padding: 55px 65px; }
.day-kicker { color: var(--coral); letter-spacing: .15em; font-size: 10px; font-weight: 700; margin: 0 0 24px; }
.day-main h3 { font-size: clamp(48px, 5vw, 70px); letter-spacing: -.03em; }
.day-summary { max-width: 570px; font-size: 14px; margin: 25px 0 35px; }
.timeline { border-top: 1px solid var(--line); }
.timeline-row { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.timeline-row time { color: var(--coral); font-weight: 700; font-size: 11px; }
.timeline-row p { margin: 0; font-size: 12px; }
.timeline-row strong { display: block; font-size: 13px; }
.day-aside { background: var(--aqua); padding: 42px 35px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.day-aside::before { content: ""; position: absolute; width: 290px; height: 290px; border: 1px solid rgba(18,63,58,.25); border-radius: 50%; left: 60px; top: -160px; box-shadow: 0 0 0 35px rgba(18,63,58,.04), 0 0 0 70px rgba(18,63,58,.035); }
.weather-badge { align-self: flex-start; margin-bottom: auto; border: 1px solid rgba(18,63,58,.35); border-radius: 999px; padding: 7px 11px; font-size: 8px; font-weight: 700; letter-spacing: .12em; z-index: 1; }
.day-aside h4 { font-family: var(--serif); font-size: 30px; margin: 0 0 9px; }
.day-aside p { font-size: 12px; }
.text-link, .anchor-card a, .detail-card a { font-size: 11px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; align-self: flex-start; }

.anchors { background: var(--ink); color: var(--cream); }
.section-heading.light > p { color: rgba(244,238,223,.67); }
.anchor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.anchor-card { background: var(--cream); color: var(--ink); }
.anchor-card.featured { transform: translateY(-30px); }
.anchor-art { height: 235px; position: relative; overflow: hidden; }
.farm-art { background: var(--yellow); }
.farm-art span { position: absolute; font-size: 140px; right: 20px; bottom: -26px; transform: scaleX(-1); }
.farm-art i { position: absolute; width: 120%; height: 90px; border-radius: 50%; background: var(--coral); bottom: -45px; left: -10%; }
.aquarium-art { background: var(--aqua); }
.aquarium-art span { position: absolute; font-size: 190px; transform: rotate(-25deg); color: var(--ink); top: -25px; left: 55px; }
.aquarium-art i, .aquarium-art b { position: absolute; background: var(--cream); width: 240px; height: 50px; border-radius: 50%; bottom: 12px; left: -20px; transform: rotate(8deg); }
.aquarium-art b { left: 150px; bottom: -20px; background: var(--coral); }
.beach-art { background: var(--coral); }
.beach-art span { position: absolute; color: var(--yellow); font-size: 110px; top: -12px; right: 20px; }
.beach-art i { position: absolute; height: 100px; width: 120%; left: -10%; bottom: -48px; background: var(--aqua); border-radius: 50%; transform: rotate(-5deg); }
.beach-art b { position: absolute; width: 12px; height: 130px; background: var(--ink); left: 90px; bottom: 5px; transform: rotate(8deg); }
.anchor-body { padding: 30px 30px 34px; }
.anchor-meta { display: flex; justify-content: space-between; letter-spacing: .12em; font-size: 8px; font-weight: 700; margin-bottom: 25px; }
.anchor-body h3 { font-size: 45px; }
.anchor-body > p { min-height: 95px; font-size: 12px; line-height: 1.7; }
.anchor-body ul { list-style: none; padding: 18px 0; margin: 18px 0 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.anchor-body li { font-size: 10px; padding: 5px 0; }
.anchor-body li strong { display: block; }

.decision-card { background: var(--yellow); padding: 70px; position: relative; overflow: hidden; }
.decision-card::after { content: ""; position: absolute; right: -180px; top: -280px; width: 600px; height: 600px; border-radius: 50%; border: 2px solid rgba(18,63,58,.12); box-shadow: 0 0 0 55px rgba(18,63,58,.04), 0 0 0 110px rgba(18,63,58,.035); }
.decision-copy { max-width: 560px; position: relative; z-index: 1; }
.decision-copy > p:last-child { max-width: 430px; font-size: 13px; }
.decision-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 45px; position: relative; z-index: 1; }
.decision-options button { min-height: 120px; border: 1px solid rgba(18,63,58,.25); background: rgba(251,247,237,.5); color: var(--ink); cursor: pointer; text-align: left; padding: 22px; display: grid; grid-template-columns: 45px 1fr; grid-template-rows: auto auto; }
.decision-options button[aria-checked="true"] { background: var(--ink); color: var(--cream); }
.decision-options button span { grid-row: 1 / 3; font-size: 30px; }
.decision-options button strong { font-size: 13px; }
.decision-options button small { opacity: .7; }
.decision-result { display: grid; grid-template-columns: 100px 1fr; gap: 25px; align-items: center; background: var(--coral); color: var(--cream); padding: 20px 25px; margin-top: 12px; position: relative; z-index: 1; }
.decision-result span { font-size: 9px; letter-spacing: .15em; font-weight: 700; }
.decision-result p { margin: 0; font-size: 12px; }

.details { background: var(--cream); }
.section-heading.compact { display: block; }
.detail-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.detail-card { min-height: 245px; padding: 35px; background: var(--paper); border: 1px solid var(--line); position: relative; }
.detail-icon { position: absolute; right: 30px; top: 25px; color: var(--coral); font-size: 28px; }
.detail-card .eyebrow { font-size: 9px; margin-bottom: 30px; }
.detail-card h3 { font-size: 38px; margin-bottom: 22px; }
.detail-card h3 i { color: var(--coral); }
.detail-card p { font-size: 12px; }
.detail-card small { color: rgba(18,63,58,.65); }
.flight-times { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.flight-times strong { font-size: 18px; }
.flight-times strong:last-child { text-align: right; }
.flight-times span { text-align: center; font-size: 9px; line-height: 1.5; opacity: .7; }
.checklist { margin-top: 16px; display: grid; grid-template-columns: 1fr 1.65fr; gap: 55px; background: var(--ink); color: var(--cream); padding: 55px; }
.checklist h3 { font-size: 43px; margin-bottom: 14px; }
.checklist > div > p:last-child { font-size: 12px; opacity: .65; }
.checks label { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(244,238,223,.16); cursor: pointer; }
.checks input { position: absolute; opacity: 0; }
.checks label > span { flex: 0 0 22px; width: 22px; height: 22px; border: 1px solid rgba(244,238,223,.45); border-radius: 50%; position: relative; }
.checks input:checked + span { background: var(--coral); border-color: var(--coral); }
.checks input:checked + span::after { content: "✓"; position: absolute; inset: 0; text-align: center; color: white; font-size: 13px; }
.checks input:focus-visible + span { outline: 2px solid var(--yellow); outline-offset: 3px; }
.checks p { margin: 0; font-size: 12px; }
.checks strong { display: block; }
.checks small { opacity: .6; }

.notes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.note-list { border-top: 1px solid var(--line); }
.note-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.note-list span { color: var(--coral); font-family: var(--serif); font-size: 21px; }
.note-list p { font-size: 12px; margin: 0; }
.note-list strong { display: block; font-size: 13px; margin-bottom: 4px; }
.sources { padding-bottom: 100px; }
.sources details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sources summary { padding: 20px 0; list-style: none; cursor: pointer; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.sources summary::-webkit-details-marker { display: none; }
.sources details[open] summary span { transform: rotate(45deg); }
.sources details > div { padding: 0 0 24px; display: flex; gap: 18px; flex-wrap: wrap; }
.sources p { flex-basis: 100%; font-size: 11px; opacity: .7; }
.sources a { font-size: 11px; }

footer { background: var(--coral); color: var(--cream); text-align: center; padding: 100px 0 75px; overflow: hidden; position: relative; }
footer h2 { font-size: clamp(65px, 9vw, 120px); position: relative; }
footer h2 em { color: var(--yellow); }
footer a { display: inline-block; margin-top: 45px; font-size: 11px; font-weight: 700; }
.footer-sun { position: absolute; width: 650px; height: 650px; left: 50%; top: 60px; transform: translateX(-50%); border: 1px solid rgba(244,238,223,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(244,238,223,.035), 0 0 0 140px rgba(244,238,223,.025); }

dialog { width: min(700px, calc(100% - 32px)); color: var(--ink); background: var(--paper); border: 0; padding: 55px; box-shadow: 0 20px 90px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(12,49,46,.8); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; color: var(--ink); font-size: 28px; cursor: pointer; }
dialog h2 { font-size: 55px; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 35px 0; border: 1px solid var(--line); }
.overview-grid div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.overview-grid div:nth-child(2n) { border-right: 0; }
.overview-grid div:nth-child(n+3) { border-bottom: 0; }
.overview-grid strong, .overview-grid span { display: block; font-size: 12px; }
.overview-grid span { opacity: .67; margin-top: 5px; }
.dialog-rule { background: var(--yellow); padding: 18px; font-size: 12px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 100px); color: var(--cream); background: var(--ink); padding: 13px 20px; border-radius: 999px; opacity: 0; transition: .25s ease; font-size: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: settle-in .55s ease both; }
@keyframes settle-in { from { opacity: .15; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-content { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 680px; }
  .postcard { justify-self: center; width: min(510px, 86vw); }
  .hero-facts { grid-template-columns: 1fr 1fr; margin-top: 50px; }
  .hero-facts > div:nth-child(2) { border-right: 0; }
  .hero-facts > div:first-child { padding-left: 28px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .section-heading, .notes-grid { grid-template-columns: 1fr; gap: 30px; }
  .anchor-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; gap: 28px; }
  .anchor-card.featured { transform: none; }
  .anchor-body > p { min-height: 0; }
  .day-card { grid-template-columns: 70px 1fr; }
  .day-aside { grid-column: 1 / -1; min-height: 250px; }
  .decision-options { grid-template-columns: 1fr; }
  .checklist { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .nav { height: 72px; }
  .save-trip { font-size: 0; width: 42px; height: 42px; padding: 0; }
  .save-trip span { font-size: 18px; }
  .hero-content { padding-top: 58px; gap: 55px; min-height: 0; }
  h1 { font-size: clamp(57px, 18vw, 82px); }
  .hero-deck { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 240px; }
  .button { justify-content: center; }
  .postcard { width: 92vw; border-width: 7px; }
  .postcard-title { top: 39%; font-size: 15vw; }
  .postcard-sun { width: 110px; height: 110px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div { border-right: 0; border-bottom: 1px solid rgba(244,238,223,.16); padding-left: 0 !important; }
  .hero-facts > div:last-child { border-bottom: 0; }
  .manifesto { padding: 42px 0; }
  .manifesto-note { max-width: 320px; }
  .section-heading h2, .decision h2, .notes h2 { font-size: 48px; }
  .week-strip { overflow-x: auto; grid-template-columns: repeat(7, 78px); justify-content: start; }
  .week-strip button { min-height: 100px; }
  .day-card { grid-template-columns: 1fr; }
  .day-number { padding: 7px 18px; text-align: left; font-size: 25px; }
  .day-main { padding: 38px 24px; }
  .day-main h3 { font-size: 46px; }
  .timeline-row { grid-template-columns: 70px 1fr; }
  .day-aside { grid-column: auto; padding: 35px 25px; }
  .anchor-art { height: 210px; }
  .decision-card { padding: 45px 22px 22px; }
  .decision-result { grid-template-columns: 1fr; gap: 5px; }
  .detail-cards { grid-template-columns: 1fr; }
  .detail-card { padding: 28px 24px; }
  .flight-times { gap: 8px; }
  .checklist { padding: 38px 24px; gap: 25px; }
  .notes-grid { gap: 45px; }
  dialog { padding: 42px 22px 25px; }
  dialog h2 { font-size: 44px; }
}
