:root {
  --navy: #0e2534;
  --navy-soft: #173847;
  --ink: #172126;
  --muted: #657579;
  --line: #cfd9d6;
  --paper: #f9f8f4;
  --sea: #e3eeeb;
  --sea-dark: #477b79;
  --brass: #a37942;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration-color: var(--brass); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sea-dark); }

.site-header { height: 64px; padding: 0 clamp(24px, 6vw, 88px); background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: space-between; }
.brand { color: #e7c58e; font-family: var(--serif); font-size: 21px; letter-spacing: .03em; text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.site-header nav a { color: #e9eeec; font-family: var(--mono); font-size: 11px; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover { color: #e7c58e; }
main { overflow: hidden; }
.hero { min-height: 560px; padding: clamp(72px, 11vw, 156px) clamp(24px, 8vw, 144px) clamp(80px, 10vw, 132px); background: #f7f5ed url("assets/new-england-coast-hero.png") center center / cover no-repeat; display: grid; grid-template-columns: minmax(0, 760px) minmax(190px, 280px); gap: 40px; align-items: end; position: relative; }
.hero-copy, .hero-note { position: relative; z-index: 1; }
.kicker, .eyebrow, .label { margin: 0 0 12px; color: var(--sea-dark); font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(49px, 6.6vw, 94px); font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.lede { max-width: 570px; margin-bottom: 30px; font-family: var(--serif); font-size: clamp(21px, 2.1vw, 30px); line-height: 1.4; }
.date-line { color: var(--navy); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.date-line span { color: var(--brass); }
.hero-note { align-self: end; background: rgba(249,248,244,.93); border-left: 2px solid var(--sea-dark); padding: 16px 18px 16px 22px; box-shadow: 0 10px 28px rgba(14,37,52,.12); }
.hero-note p:last-child { margin: 0; font-family: var(--serif); font-size: 20px; line-height: 1.4; }

.route-section, .stays-section, .travel-note, .itinerary-section { padding-left: clamp(24px, 8vw, 144px); padding-right: clamp(24px, 8vw, 144px); }
.route-section { padding-top: 78px; padding-bottom: 72px; background: var(--navy); color: #fbfaf6; }
.section-heading { margin-bottom: 34px; }
.section-heading h2, .travel-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4vw, 53px); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.route-section .eyebrow { color: #a6d0c9; }
.route { max-width: 1120px; margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.route:before { content: ""; position: absolute; top: 21px; left: 9%; right: 9%; height: 1px; background: rgba(166,208,201,.65); }
.route li { position: relative; display: grid; justify-items: center; gap: 7px; text-align: center; }
.route span { width: 43px; height: 43px; z-index: 1; display: grid; place-items: center; border: 1px solid #a6d0c9; border-radius: 50%; background: var(--navy); color: #d9b979; font-family: var(--mono); font-size: 10px; }
.route strong { font-size: 15px; letter-spacing: .03em; }
.route small { color: #afc5c5; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.stays-section { padding-top: 92px; padding-bottom: 90px; }
.split-heading, .itinerary-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.split-heading > p, .small-note { max-width: 365px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.stay-list { border-top: 1px solid var(--line); }
.stay { padding: 21px 0 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(170px, 1fr) minmax(240px, 1.3fr) minmax(200px, 1fr); gap: 20px; align-items: baseline; }
.stay-date { margin: 0; color: var(--sea-dark); font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.stay h3 { margin: 0; font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.025em; }
.stay p:last-child { margin: 0; color: var(--muted); font-size: 14px; }
.included-section { margin-top: 68px; padding: 32px 34px 34px; background: var(--sea); display: grid; grid-template-columns: minmax(230px, .75fr) minmax(430px, 1.25fr); gap: 46px; }
.included-section h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 500; letter-spacing: -.03em; line-height: 1.16; }
.included-list { border-top: 1px solid rgba(71,123,121,.4); }
.included-list article { padding: 16px 0; border-bottom: 1px solid rgba(71,123,121,.4); }
.included-list p { margin: 0; font-size: 14px; line-height: 1.65; }
.included-list .included-hotel { margin-bottom: 5px; color: var(--sea-dark); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.unconfirmed-benefit { color: var(--muted); }
.links-section { padding-top: 92px; padding-bottom: 92px; background: #f3f5f2; }
.link-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.link-columns section { padding-top: 18px; border-top: 2px solid var(--sea-dark); }
.link-list { margin: 0; padding: 0; list-style: none; }
.link-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.5; }
.link-list a { color: var(--ink); font-weight: 500; }
.link-list a:hover { color: var(--sea-dark); }

.travel-note { padding-top: 58px; padding-bottom: 58px; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr); gap: 56px; background: var(--sea); }
.travel-note ul { margin: 5px 0 0; padding: 0; list-style: none; }
.travel-note li { padding: 10px 0; border-top: 1px solid rgba(71,123,121,.33); font-size: 15px; }
.travel-note li:last-child { border-bottom: 1px solid rgba(71,123,121,.33); }

.itinerary-section { padding-top: 96px; padding-bottom: 108px; }
.days { max-width: 1280px; margin: 0; padding: 0; list-style: none; }
.day { display: grid; grid-template-columns: 132px 1fr; column-gap: clamp(24px, 5vw, 76px); }
.day-rail { border-right: 1px solid var(--line); padding: 0 29px 0 0; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.day-rail span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--mono); font-size: 11px; }
.day-rail p { margin: 0; color: var(--sea-dark); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; line-height: 1.55; text-align: right; text-transform: uppercase; }
.day-content { padding: 0 0 60px; }
.day-content header { padding: 0 0 27px; border-bottom: 1px solid var(--line); }
.day-place { margin-bottom: 6px; color: var(--sea-dark); font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.day-content h3 { max-width: 720px; margin-bottom: 8px; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 500; letter-spacing: -.04em; line-height: 1.12; }
.stay-line { margin: 0; color: var(--muted); font-size: 14px; }
.day-grid { display: grid; grid-template-columns: minmax(210px, .85fr) minmax(220px, 1fr) minmax(220px, 1fr); gap: 28px; padding: 28px 0 0; }
.day-grid section + section { border-left: 1px solid var(--line); padding-left: 28px; }
.day-grid .label { margin-bottom: 10px; }
.day-grid p:not(.label), .day-grid ul { margin-bottom: 0; font-size: 14px; line-height: 1.65; }
.day-grid ul { padding-left: 18px; }
.day-grid li + li { margin-top: 6px; }
.day-emphasis .day-content { margin: -1px -25px 0; padding: 27px 25px 60px; background: #f0f4f2; }
.day-emphasis .day-content header { border-color: #c1d3cf; }

footer { padding: 42px clamp(24px, 8vw, 144px); display: flex; justify-content: space-between; gap: 28px; background: var(--navy); color: #eaf0ed; }
footer p { margin: 0; font-size: 13px; }
footer p:first-child { color: #e5c583; font-family: var(--serif); font-size: 22px; }
footer p:last-child { align-self: end; color: #abc1c0; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 760px) {
  .site-header { height: 56px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 9px; }
  .hero { min-height: 500px; grid-template-columns: 1fr; }
  .hero-note { max-width: 280px; }
  .route { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .route:before { display: none; }
  .split-heading, .itinerary-heading, .travel-note { display: block; }
  .split-heading > p, .small-note { margin-top: 17px; }
  .stay { grid-template-columns: 1fr; gap: 4px; }
  .included-section { display: block; padding: 27px 22px; }
  .included-list { margin-top: 26px; }
  .link-columns { grid-template-columns: 1fr; gap: 28px; }
  .travel-note { padding-top: 50px; padding-bottom: 48px; }
  .travel-note ul { margin-top: 26px; }
  .day { grid-template-columns: 1fr; }
  .day-rail { height: 56px; border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 12px; flex-direction: row; align-items: center; justify-content: flex-start; }
  .day-rail p { text-align: left; }
  .day-content { padding-top: 25px; }
  .day-grid { grid-template-columns: 1fr; gap: 24px; }
  .day-grid section + section { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }
  .day-emphasis .day-content { margin: 0 -14px; padding: 25px 14px 56px; }
  footer { display: block; }
  footer p:last-child { margin-top: 22px; }
}

@page { size: letter; margin: .42in; }
@media print {
  .site-header { height: auto; padding: 12px 18px; }
  .hero { min-height: 0; padding: 72px 52px 58px; break-after: page; }
  .route-section, .stays-section, .links-section, .travel-note, .itinerary-section { padding-left: 0; padding-right: 0; }
  .route-section, .stays-section, .links-section, .travel-note { padding-top: 36px; padding-bottom: 36px; }
  .split-heading, .itinerary-heading { align-items: start; }
  .day { break-inside: avoid; }
  .day-content { padding-bottom: 34px; }
  .day-grid { gap: 18px; padding-top: 18px; }
  .day-grid section + section { padding-left: 18px; }
  .day-emphasis .day-content { margin-left: -12px; margin-right: -12px; padding: 18px 12px 34px; }
  .links-section { break-before: page; }
  footer { padding: 24px; }
}
