:root {
  --deep: #073b4c;
  --water: #0d7181;
  --foam: #e8fbf8;
  --sun: #ffd166;
  --coral: #e85d3f;
  --sand: #f5efe1;
  --paper: #fffdfa;
  --ink: #18343d;
  --line: #a9c9c7;
}
* { box-sizing: border-box; }
html { background: var(--deep); color: var(--ink); font: 16px/1.62 ui-sans-serif, system-ui, sans-serif; }
body { margin: 0; background: var(--paper); }
a { color: #9d351f; text-underline-offset: .2em; }
img { display: block; max-width: 100%; height: auto; }
body > header {
  display: grid;
  grid-template-columns: minmax(15rem, 24rem) 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1rem max(1rem, calc((100vw - 1380px) / 2));
  color: white;
  background: linear-gradient(100deg, var(--deep) 0 47%, #0a5362 47% 100%);
  border-bottom: .45rem solid var(--sun);
}
.brand { display: grid; grid-template-columns: 3.2rem 1fr; gap: .8rem; align-items: center; color: white; text-decoration: none; font-weight: 900; }
.brand small { display: block; color: #bce9e4; font-size: .67rem; letter-spacing: .04em; }
.brand-mark { display: grid; place-items: center; width: 3.2rem; aspect-ratio: 1; border: 2px solid var(--sun); border-radius: 50% 50% 45% 55%; color: var(--sun); }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .35rem .9rem; font-size: .72rem; }
nav a { color: white; text-decoration: none; padding-block: .25rem; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus, nav a[aria-current="page"] { color: var(--sun); border-bottom-color: var(--sun); }
main { width: min(100% - 2rem, 1320px); margin-inline: auto; padding-bottom: 5rem; }
.lead-gallery { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: .75rem; padding: 1.2rem 0; }
.lead-gallery figure { margin: 0; display: grid; grid-template-rows: auto 1fr; background: var(--deep); color: white; }
.lead-gallery img { width: 100%; height: 100%; min-height: 19rem; object-fit: cover; }
.lead-gallery figure:not(:first-child) img { min-height: 13rem; }
.lead-gallery figcaption { padding: .85rem; font-size: .7rem; border-top: .3rem solid var(--sun); }
.lead-gallery figcaption strong, .lead-gallery figcaption span { display: block; }
.lead-gallery figcaption strong { font-size: 1.05rem; }
.lead-gallery a { color: #ffe8a7; }
.briefing { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(17rem, .8fr); gap: 2.5rem; margin: 4rem 0 5rem; padding: 3rem; background: var(--sand); border-left: 1rem solid var(--coral); }
.briefing > .kicker, .briefing > h1, .briefing > .lede { grid-column: 1; }
.briefing-actions { grid-column: 2; grid-row: 1 / span 3; align-self: end; }
.briefing-actions p { padding: 1rem 0 0; border-top: 1px solid var(--line); }
.kicker { margin: 0; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: .15em 0 .25em; font: 800 clamp(2.7rem, 6vw, 6.6rem)/.92 Georgia, serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
h2 { font-family: Georgia, serif; line-height: 1.08; overflow-wrap: anywhere; }
.lede { max-width: 48rem; font-size: 1.2rem; }
.button, button { display: inline-block; border: 0; padding: .85rem 1.15rem; background: var(--coral); color: white; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; }
.route-map { display: grid; grid-template-columns: minmax(16rem, .65fr) minmax(0, 1.8fr); gap: 3rem; padding: 3rem 0; border-block: 2px solid var(--deep); }
.route-intro { align-self: start; position: sticky; top: 1rem; }
.route-intro h2 { font-size: 2.7rem; }
.route-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; counter-reset: coast-guide; }
.route-cards article { counter-increment: coast-guide; padding: 1.2rem; background: var(--foam); border-top: .45rem solid var(--water); }
.route-cards article span { display: inline-block; color: var(--coral); font: 900 1.55rem Georgia, serif; }
.route-cards article h2 { margin: .25rem 0; font-size: 1.35rem; }
.route-cards article p { margin: 0; font-size: .9rem; }
.inquiry-pier, .quote-grid { display: grid; grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.6fr); gap: 2.5rem; margin-top: 5rem; padding: 2rem; background: var(--deep); color: white; box-shadow: 1rem 1rem 0 var(--sun); }
.inquiry-pier a, .quote-grid a { color: var(--sun); }
.article-layout { display: grid; grid-template-columns: minmax(0, 800px) 16rem; justify-content: center; gap: 4rem; margin-top: 4rem; }
.article-prose, .privacy-prose { font-family: Georgia, serif; font-size: 1.07rem; }
.article-prose h1, .privacy-prose h1, .page-head h1 { font-size: clamp(2.6rem, 5.4vw, 5.5rem); }
.article-prose h2 { margin-top: 2.6rem; color: var(--deep); }
.feature-photo { margin: 0 0 2.5rem; background: var(--sand); border-bottom: .5rem solid var(--water); }
.feature-photo img { width: 100%; aspect-ratio: 8 / 5; object-fit: cover; }
.feature-photo figcaption { padding: .75rem; font-size: .73rem; }
.bearing { position: sticky; top: 1rem; align-self: start; padding: 1.2rem; background: var(--foam); border-top: .7rem solid var(--coral); }
.bearing strong { display: block; font-family: Georgia, serif; font-size: 1.35rem; }
.sources, .privacy-prose, .page-head { max-width: 840px; margin: 4rem auto; }
.sources { padding-top: 1rem; border-top: 1px solid var(--line); font-size: .84rem; }
.next { margin: 3rem; text-align: center; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-grid label { color: inherit; font-size: .76rem; font-weight: 850; }
.form-grid input, .form-grid select, .form-grid textarea { display: block; width: 100%; margin-top: .25rem; padding: .78rem; border: 1px solid #56777c; background: white; color: #122f37; font: inherit; }
.form-grid textarea { min-height: 8rem; }
.form-grid .wide { grid-column: 1 / -1; }
.trap { position: absolute; left: -10000px; }
.submit-deck { display: grid; grid-template-columns: auto 1fr; gap: .65rem 1rem; align-items: start; margin-top: 1rem; }
.submit-deck p { margin: 0; font-size: .78rem; }
.submit-deck .send-result { grid-column: 1 / -1; min-height: 1.6rem; color: var(--sun); font-weight: 850; }
.quote-grid ol { padding-left: 1.2rem; }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 2rem; padding: 2rem max(1rem, calc((100vw - 1320px) / 2)); background: var(--deep); color: white; }
footer p { margin: 0; }
footer a { color: var(--sun); }
@media (max-width: 880px) {
  body > header { grid-template-columns: 1fr; }
  nav { justify-content: flex-start; }
  .lead-gallery { grid-template-columns: 1fr 1fr; }
  .lead-gallery figure:first-child { grid-column: 1 / -1; }
  .briefing, .route-map, .inquiry-pier, .quote-grid, .article-layout { grid-template-columns: 1fr; }
  .briefing-actions { grid-column: 1; grid-row: auto; }
  .route-intro, .bearing { position: static; }
}
@media (max-width: 560px) {
  main { width: min(100% - 1.1rem, 1320px); }
  .lead-gallery, .route-cards, .form-grid, footer { grid-template-columns: 1fr; }
  .lead-gallery figure:first-child { grid-column: auto; }
  .lead-gallery img, .lead-gallery figure:not(:first-child) img { min-height: 12rem; }
  .briefing, .inquiry-pier, .quote-grid { padding: 1rem; box-shadow: .5rem .5rem 0 var(--sun); }
  .form-grid .wide, .submit-deck .send-result { grid-column: auto; }
  .submit-deck { grid-template-columns: 1fr; }
}
