:root {
  /* Sampled from the supplied Cape Cod photograph: cloud, sand, sea, kite and dune grass. */
  --foam: #f1f3ef;
  --dune: #d3d0bd;
  --fog: #aebdbc;
  --glass: #13a9a5;
  --harbor: #315f7c;
  --deep: #10282d;
  --ink: #122a2e;
  --signal: #008f8e;
  --line: rgba(18, 42, 46, 0.2);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--foam); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -4rem; left: 1rem; background: var(--foam); z-index: 20; padding: 0.7rem 1rem; }
.skip-link:focus { top: 1rem; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #f2bb70; outline-offset: 4px; }

.weather-strip { height: 30px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: var(--harbor); color: var(--foam); font: 10px/1 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.weather-strip p { margin: 0; display: flex; gap: .55rem; align-items: center; }
.weather-strip a { border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 2px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #e9b46b; animation: pulse 2s infinite; }

.site-header { min-height: 73px; padding: 0 4vw; position: absolute; top: 30px; width: 100%; z-index: 10; display: flex; align-items: center; justify-content: space-between; color: var(--foam); border-bottom: 1px solid rgba(255,255,255,.38); }
.brand { font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 700; letter-spacing: -.08em; line-height: 1; }
.brand span { font-weight: 400; }
.site-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.7vw, 1.75rem); font-size: .82rem; font-weight: 600; }
.site-nav a { white-space: nowrap; }
.site-nav > a:not(.nav-cta) { padding: 1.65rem 0; border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-nav > a:not(.nav-cta):hover { border-color: currentColor; }
.site-nav > a.is-current:not(.nav-cta) { border-color: currentColor; }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.7); transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--foam); color: var(--deep); }
.nav-cta.is-current { background: var(--foam); color: var(--deep); }
.menu-toggle { display: none; }

.hero { min-height: calc(100svh - 30px); height: 780px; position: relative; overflow: hidden; color: var(--foam); display: flex; align-items: flex-end; padding: 0 8vw 9.5vh; }
.hero-image, .community-image { position: absolute; inset: 0; background: url("assets/home-hero-cape-dunes.jpg") center 54%/cover no-repeat; transform: scale(1.04); animation: slow-scale 13s ease-out forwards; }
.hero-tint { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,40,45,.38) 0%, rgba(16,40,45,.08) 56%, rgba(16,40,45,.02) 100%), linear-gradient(0deg, rgba(16,40,45,.08), transparent 48%); }
.wind-line { position: absolute; border: 1px solid rgba(255,255,255,.26); border-left: none; border-bottom: none; width: 44vw; height: 36vw; border-radius: 0 100% 0 0; pointer-events: none; }
.wind-line-one { right: -11vw; bottom: -24vw; transform: rotate(-17deg); }
.wind-line-two { right: -17vw; bottom: -30vw; width: 57vw; height: 47vw; opacity: .6; transform: rotate(-17deg); }
.hero-content, .hero-meta { position: relative; z-index: 1; }
.hero-content { max-width: 840px; animation: enter-up .85s .15s both; }
.recent-news { position: absolute; z-index: 2; top: 6.25rem; right: 4vw; width: min(265px, 25vw); padding: .95rem 1rem 1rem; display: grid; gap: .55rem; color: var(--foam); border: 1px solid rgba(255,255,255,.48); background: rgba(16,40,45,.22); backdrop-filter: blur(10px); animation: enter-up .85s .35s both; }
.recent-news-label, .recent-news-date, .recent-news-all { font: 9px/1 var(--mono); letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.recent-news-item { display: grid; grid-template-columns: 3.4rem 1fr; gap: .55rem; padding-top: .6rem; border-top: 1px solid rgba(255,255,255,.3); transition: opacity .2s; }
.recent-news-item:hover, .recent-news-all:hover { opacity: .72; }
.recent-news-item strong { font-size: .82rem; line-height: 1.25; letter-spacing: -.01em; }
.recent-news-item strong span { margin-left: .22rem; }
.recent-news-date { padding-top: .12rem; }
.recent-news-all { margin-top: .15rem; display: flex; justify-content: space-between; color: var(--foam); }
.eyebrow { margin: 0 0 1.1rem; font: 10px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; color: rgba(20,51,61,.73); }
.eyebrow.light { color: rgba(255,253,248,.82); }
.eyebrow.teal { color: var(--signal); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.5rem; font-size: clamp(4.8rem, 10.2vw, 10rem); letter-spacing: -.045em; line-height: .82; font-weight: 700; }
.hero-title { font-size: clamp(3.8rem, 7vw, 7.5rem); letter-spacing: -.035em; line-height: .88; }
em { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; }
.hero-copy { font-size: clamp(1rem, 1.5vw, 1.3rem); max-width: 410px; line-height: 1.45; margin-bottom: 2rem; }
.button { display: inline-flex; align-items: center; gap: 1.7rem; padding: 1rem 1.15rem; font-size: .82rem; font-weight: 600; border: 1px solid; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.1rem; }
.button-light { border-color: var(--foam); background: var(--foam); color: var(--deep); }
.button-dark { border-color: var(--deep); background: var(--deep); color: var(--foam); }
.hero-meta { position: absolute; left: 4vw; bottom: 2rem; width: calc(100% - 8vw); display: flex; justify-content: space-between; font: 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; opacity: .85; }

.section-pad { padding-left: 8vw; padding-right: 8vw; }
h2 { margin: 0; font-size: clamp(2.6rem, 5.4vw, 6.4rem); line-height: .94; letter-spacing: -.035em; }
.text-link { display: inline-flex; gap: 1.35rem; font-size: .8rem; font-weight: 600; padding-bottom: .35rem; border-bottom: 1px solid var(--ink); transition: gap .2s; }
.text-link:hover { gap: 1.7rem; }
.update-dialog-trigger { appearance: none; margin: 0; padding: 0 0 .35rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: inherit; font-family: inherit; cursor: pointer; }

.update-dialog { width: min(680px, calc(100vw - 2rem)); max-width: none; max-height: calc(100vh - 2rem); max-height: calc(100dvh - 2rem); padding: 0; border: 0; background: var(--foam); color: var(--ink); box-shadow: 0 30px 90px rgba(7,26,32,.38); overflow: auto; }
.update-dialog::backdrop { background: rgba(8,27,34,.72); backdrop-filter: blur(4px); }
.update-dialog-inner { position: relative; padding: clamp(2rem, 6vw, 4rem); }
.update-dialog-close { position: absolute; z-index: 2; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.7rem; height: 2.7rem; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font: 300 1.8rem/1 var(--sans); cursor: pointer; transition: background .2s, color .2s; }
.update-dialog-close:hover { background: var(--deep); color: var(--foam); }
.update-dialog h2 { max-width: 520px; margin: 0 3rem 1rem 0; font-size: clamp(2.5rem, 7vw, 4.5rem); line-height: .92; }
.update-dialog-lead { max-width: 520px; margin: 0 0 2rem; color: rgba(18,42,46,.74); line-height: 1.55; }
.update-form { display: grid; gap: 1.15rem; }
.update-form label { display: grid; gap: .5rem; color: var(--ink); font: 10px/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.update-form input, .update-form textarea { width: 100%; box-sizing: border-box; padding: .82rem .9rem; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.58); color: var(--ink); font: 400 1rem/1.35 var(--sans); letter-spacing: 0; text-transform: none; }
.update-form textarea { min-height: 118px; resize: vertical; }
.update-form input:focus, .update-form textarea:focus { outline: 2px solid var(--signal); outline-offset: 2px; }
.update-form .update-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.update-form .button { justify-self: start; cursor: pointer; }
.update-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.update-form-status { min-height: 1.3em; margin: 0; color: rgba(18,42,46,.68); font-size: .88rem; }
.update-dialog-success[hidden], .update-dialog [hidden] { display: none !important; }
.update-dialog-success { padding: clamp(1rem, 4vw, 2rem) 0; }
.update-dialog-success h2 { margin-right: 0; }
.update-dialog-success > p:not(.eyebrow) { max-width: 430px; margin-bottom: 1.8rem; line-height: 1.55; }
.update-success-mark { display: grid; place-items: center; width: 3.1rem; height: 3.1rem; margin-bottom: 1.5rem; border-radius: 50%; background: var(--signal); color: white; font-size: 1.35rem; }

@media (max-width: 600px) {
  .update-dialog { width: calc(100vw - 1rem); max-height: calc(100dvh - 1rem); }
  .update-dialog-inner { padding: 2rem 1.2rem 2.3rem; }
  .update-dialog h2 { font-size: clamp(2.35rem, 12vw, 3.4rem); }
}

.spot-section { background: var(--dune); padding: clamp(5rem, 9vw, 8rem) 0 0; }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3.5rem; }
.spot-showcase { display: grid; grid-template-columns: 1.25fr .75fr .72fr; min-height: 600px; }
.spot-feature { min-height: 520px; overflow: hidden; position: relative; color: var(--foam); }
.spot-photo { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.spot-feature:hover .spot-photo { transform: scale(1.06); }
.photo-pleasure { background-image: url("assets/pleasure-bay-feature.jpg"); background-position: 64% center; }
.photo-hardings { background-image: url("assets/hardings-beach-g0023102.jpg"); background-position: 22% 52%; }
.photo-chatham { background-image: url("assets/ride-spots-hero.jpg"); background-position: center 52%; }
.spot-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,39,47,.72), transparent 63%); }
.spot-label { position: absolute; left: clamp(1.5rem, 4vw, 4rem); bottom: 2.5rem; }
.spot-label span, .story-meta { font: 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.spot-label h3 { font-size: clamp(2.2rem, 4vw, 4.4rem); letter-spacing: -.035em; line-height: .9; margin: .7rem 0 1.25rem; }
.spot-feature-small .spot-label { left: 2rem; }
.spot-label a { font-size: .75rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: .25rem; }
.spot-index { padding: 2rem 2vw 2.2rem; background: var(--harbor); color: var(--foam); display: flex; flex-direction: column; }
.spot-index .eyebrow { color: rgba(255,253,248,.6); margin-bottom: auto; }
.spot-index a { display: grid; grid-template-columns: 2.1rem 1fr 1.5rem; gap: .2rem; padding: .9rem 0; border-top: 1px solid rgba(255,255,255,.23); align-items: baseline; font-size: .92rem; transition: padding-left .2s; }
.spot-index a:hover { padding-left: .35rem; }
.spot-index span, .spot-index b { font: 9px/1 var(--mono); color: rgba(255,253,248,.55); }
.spot-index b { font-weight: 400; text-align: right; }

.access { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: clamp(3rem, 10vw, 10rem); padding-top: clamp(6rem, 12vw, 11rem); padding-bottom: clamp(6rem, 12vw, 11rem); background: #f9f6ef; border-top: 1px solid var(--line); }
.access-main h2 { max-width: 620px; margin-bottom: 1.75rem; }
.access-main > p:not(.eyebrow) { max-width: 440px; font-size: 1.03rem; line-height: 1.55; margin-bottom: 2rem; }
.access-list { align-self: end; }
.access-list > div { border-top: 1px solid var(--line); padding: 1.2rem 0; display: grid; grid-template-columns: 2.4rem 1fr; gap: 1rem; }
.access-list span { color: var(--signal); font: 10px/1 var(--mono); }
.access-list p { margin: 0; line-height: 1.3; font-size: .94rem; }

.learn { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; background: var(--fog); }
.learn-image { min-height: 400px; background: url("assets/resources-lighthouse.jpg") center 48%/cover; }
.learn-content { padding: clamp(3rem, 5vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; }
.learn-content h2 { margin-bottom: 1.7rem; }
.learn-content > p:not(.eyebrow) { max-width: 390px; font-size: 1rem; line-height: 1.55; margin-bottom: auto; }
.learn-page-link { margin-top: 1.35rem; }
.learn-links { width: 100%; margin-top: 2rem; }
.learn-links a { display: grid; grid-template-columns: 2rem 1fr 1rem; padding: .9rem 0; border-top: 1px solid var(--line); font-size: .95rem; transition: padding-left .2s; }
.learn-links a:hover { padding-left: .35rem; }
.learn-links span { font: 10px/1.7 var(--mono); color: rgba(20,51,61,.65); }
.learn-links b { font-weight: 400; }

.stories { padding-top: clamp(4.2rem, 7.7vw, 7rem); padding-bottom: clamp(4.2rem, 8.4vw, 7.7rem); }
.stories .section-heading { margin-bottom: 2.5rem; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: clamp(2rem, 4vw, 5rem); }
.story { position: relative; }
.story-image { width: 100%; background-size: cover; background-position: center; margin-bottom: 1.25rem; }
.story-image-one, .story-image-two { height: clamp(280px, 29vw, 390px); }
.story-image-one { background-image: url("assets/news-pleasure-bay-airtime.jpg"); background-position: center 53%; }
.story-image-two { background-image: url("assets/news-pleasure-bay-launch.jpg"); background-position: center 56%; }
.story-meta { color: rgba(20,51,61,.62); margin-bottom: .75rem; }
.story h3 { max-width: 410px; margin: 0; font-size: clamp(1.45rem, 2.25vw, 2.3rem); letter-spacing: -.025em; line-height: 1.05; }
.story-arrow { position: absolute; right: 0; bottom: 0; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 1.2rem; transition: background .2s, color .2s; }
.story-arrow:hover { background: var(--ink); color: var(--foam); }

.community { min-height: 670px; position: relative; color: var(--foam); display: flex; align-items: center; padding: 6rem 8vw; overflow: hidden; }
.community-image { background-image: url("assets/home-join-community.jpg"); background-position: center 48%; }
.community-shade { position: absolute; inset: 0; background: rgba(13,43,51,.53); }
.community-content { position: relative; z-index: 1; max-width: 640px; }
.community h2 { font-size: clamp(3.4rem, 7vw, 7.7rem); margin-bottom: 1.5rem; }
.community-content > p:not(.eyebrow) { font-size: 1.1rem; line-height: 1.5; max-width: 400px; margin-bottom: 2rem; }

.site-footer { background: var(--deep); color: var(--foam); padding: 3.5rem 4vw 1.8rem; }
.footer-top { padding-bottom: 4.5rem; display: flex; justify-content: space-between; align-items: start; }
.footer-top p { line-height: 1.45; color: rgba(255,253,248,.72); }
.footer-brand { font-size: clamp(2rem, 4vw, 3.8rem); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; border-top: 1px solid rgba(255,255,255,.25); padding-top: 1.4rem; gap: 1.5rem; font: 10px/1.4 var(--mono); letter-spacing: .04em; text-transform: uppercase; color: rgba(255,253,248,.68); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--foam); }

@keyframes enter-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes slow-scale { to { transform: scale(1); } }
@keyframes pulse { 50% { opacity: .35; } }

@media (max-width: 960px) {
  .weather-strip { padding: 0 5vw; }
  .weather-strip a { display: none; }
  .site-header { padding: 0 5vw; min-height: 64px; }
  .menu-toggle { display: flex; align-items: center; gap: .35rem; padding: 0; background: none; color: var(--foam); border: 0; cursor: pointer; font-size: .75rem; font-weight: 600; }
  .menu-toggle i { height: 1px; width: 13px; background: currentColor; display: block; }
  .site-nav { position: absolute; top: 64px; left: 0; width: 100%; padding: 1.5rem 5vw 2rem; background: var(--deep); flex-direction: column; align-items: flex-start; gap: 0; transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s, opacity .25s; }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav > a:not(.nav-cta) { width: 100%; padding: .8rem 0; }
  .site-nav > a.is-current:not(.nav-cta) { border-color: rgba(255,255,255,.45); }
  .nav-cta { margin-top: .8rem; }
}

@media (max-width: 800px) {
  .hero { height: auto; min-height: 690px; padding: 0 7vw 14vh; }
  .hero-meta { left: 5vw; width: calc(100% - 10vw); bottom: 1.5rem; }
  .recent-news { top: 5rem; right: 5vw; width: min(220px, 54vw); }
  .recent-news-item + .recent-news-item { display: none; }
  .section-pad { padding-left: 7vw; padding-right: 7vw; }
  .access { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 2.25rem; }
  .spot-showcase { grid-template-columns: 1fr; }
  .spot-feature { min-height: 430px; }
  .spot-feature-small { min-height: 370px; }
  .spot-index { padding: 2.6rem 7vw; min-height: 450px; }
  .learn { grid-template-columns: 1fr; }
  .learn-image { min-height: 300px; }
  .learn-content { padding: 3.5rem 7vw; }
  .learn-content > p:not(.eyebrow) { margin-bottom: 2rem; }
  .story-grid { grid-template-columns: 1fr; padding-left: 0; gap: 4rem; }
  .story-image-one, .story-image-two { height: 275px; }
  .community { min-height: 610px; padding: 5rem 7vw; }
  .footer-top, .footer-bottom { display: flex; flex-direction: column; gap: 1.5rem; }
  .footer-top { padding-bottom: 3.5rem; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(4rem, 21vw, 5.8rem); }
  h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-copy { max-width: 290px; }
  .hero-meta span:first-child { max-width: 125px; }
  .story-image-one, .story-image-two { height: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
