:root {
  --ink: #123d49;
  --ink-dark: #082b35;
  --foam: #f6f1e7;
  --sand: #dbc78f;
  --dune: #aebe82;
  --dune-dark: #73895c;
  --coral: #e76f51;
  --sky: #91c8cf;
  --white: #fffdf7;
  --line: rgba(18, 61, 73, .2);
  --display: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--foam); color: var(--ink); font-family: var(--sans); }
a { color: inherit; }
.sr-only { position: absolute; 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; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--white); }
.skip-link:focus { top: 1rem; }

.site-header { height: 78px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 1.25rem; padding: 0 clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(255,255,255,.35); position: absolute; z-index: 10; width: 100%; color: var(--white); }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: 80px; height: auto; filter: brightness(0) invert(1); }
.site-nav { justify-self: end; display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.4rem); font-size: .85rem; font-weight: 700; white-space: nowrap; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--coral); }
.language-switch { justify-self: end; display: flex; gap: .35rem; align-items: center; padding: .55rem .8rem; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(8,43,53,.34); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.language-switch button { border: 0; background: none; color: currentColor; padding: .35rem; font: 700 .75rem var(--sans); cursor: pointer; opacity: .48; }
.language-switch button.active { opacity: 1; }
.nav-toggle { display: none; }

.hero { min-height: 760px; height: 100svh; max-height: 980px; position: relative; overflow: hidden; background: var(--sky); padding: 150px clamp(1.25rem, 7vw, 8rem) 140px; display: flex; align-items: center; }
.hero-photo { background-image: url("assets/hero-beach.webp"); background-size: cover; background-position: center 48%; color: var(--white); }
.hero-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,43,53,.88) 0%, rgba(8,43,53,.63) 38%, rgba(8,43,53,.12) 72%, rgba(8,43,53,.04) 100%), linear-gradient(0deg, rgba(8,43,53,.22), transparent 45%); }
.hero-photo .sun, .hero-photo .coast-art { display: none; }
.hero-copy { position: relative; z-index: 4; width: min(650px, 55vw); }
.hero-copy h1 { font-size: clamp(3.75rem, 7vw, 7rem); }
.hero-line { white-space: nowrap; }
html[lang="en"] .hero-copy { width: min(900px, 68vw); }
html[lang="en"] .hero-copy h1 { font-size: clamp(2.1rem, 6vw, 6.8rem); }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; font-weight: 700; margin: 0 0 1.2rem; }
h1, h2 { font-family: var(--display); letter-spacing: -.04em; line-height: .96; margin: 0; }
h1 { font-size: clamp(4.25rem, 8.5vw, 8.5rem); }
h2 { font-size: clamp(3rem, 6vw, 6rem); }
.hero-lede { max-width: 560px; line-height: 1.65; font-size: clamp(1rem, 1.5vw, 1.2rem); margin: 2rem 0; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.45rem; border-radius: 100px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--coral); color: var(--white); }
.button-primary:hover { background: #d65d42; }
.button-outline { color: var(--white); border: 1px solid rgba(255,255,255,.8); background: rgba(8,43,53,.12); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.button-outline:hover { background: rgba(255,255,255,.14); }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-photo .text-link { color: var(--white); }
.sun { position: absolute; width: min(26vw, 350px); aspect-ratio: 1; border-radius: 50%; background: #efc15c; top: 15%; right: 10%; box-shadow: 0 0 0 24px rgba(239, 193, 92, .15); }
.coast-art { position: absolute; inset: 0; pointer-events: none; }
.dune { position: absolute; border-radius: 55% 50% 0 0 / 100% 90% 0 0; transform-origin: bottom; }
.dune-back { width: 72%; height: 32%; right: -15%; bottom: 18%; background: var(--dune-dark); transform: rotate(-3deg); }
.dune-front { width: 82%; height: 29%; right: -17%; bottom: 8%; background: var(--dune); transform: rotate(2deg); }
.sea { position: absolute; bottom: 0; left: 0; right: 0; height: 19%; background: var(--ink); overflow: hidden; }
.sea span { position: absolute; left: -5%; width: 110%; height: 25px; border-top: 2px solid rgba(255,255,255,.55); border-radius: 50%; }
.sea span:nth-child(1) { top: 30%; }.sea span:nth-child(2) { top: 55%; left: 7%; }.sea span:nth-child(3) { top: 75%; left: -12%; }
.board { position: absolute; width: 230px; height: 35px; right: 14%; bottom: 22%; background: var(--coral); border: 4px solid var(--ink-dark); border-radius: 60% 55% 55% 60%; transform: rotate(-9deg); box-shadow: inset -45px 0 0 #efc15c; }
.board::after { content: ""; position: absolute; right: 34px; bottom: -17px; width: 10px; height: 18px; background: var(--ink-dark); clip-path: polygon(0 0,100% 0,65% 100%); }
.grass { position: absolute; width: 2px; height: 100px; background: var(--ink-dark); bottom: 30%; right: 29%; transform: rotate(9deg); }
.grass::before, .grass::after { content: ""; position: absolute; width: 50px; height: 2px; background: var(--ink-dark); right: 0; top: 35%; transform-origin: right; transform: rotate(55deg); }
.grass::after { top: 58%; transform: rotate(-45deg); }
.grass-two { right: 23%; bottom: 27%; transform: scale(.8) rotate(-8deg); }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 7rem); align-items: start; }
.section-heading h2 { max-width: 600px; }
.section-copy { max-width: 580px; font-size: 1.05rem; line-height: 1.8; padding-top: 2rem; }
.section-copy p:first-child { margin-top: 0; }

.activities { background: var(--ink); color: var(--white); }
.section-heading.wide { margin-bottom: 4rem; }
.activities .section-heading h2 { max-width: none; white-space: nowrap; font-size: clamp(2.1rem, 5.4vw, 6rem); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.25); }
.activity-card { min-height: 410px; padding: clamp(1.5rem, 3vw, 3rem); background: var(--ink); display: flex; flex-direction: column; position: relative; }
.activity-card:hover { background: var(--ink-dark); }
.card-number { font-size: .75rem; opacity: .6; }
.card-image { display: block; width: 100%; aspect-ratio: 4 / 3; margin: 2rem 0 1.75rem; object-fit: cover; border-radius: 12px; }
.activity-card h3 { font: 700 2rem var(--display); margin: 0 0 .75rem; }
.activity-card p { line-height: 1.6; margin: 0; max-width: 320px; opacity: .8; }

.safety { background: var(--white); display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); }
.safety-title { position: sticky; top: 3rem; align-self: start; }
.safety-points article { display: grid; grid-template-columns: 45px 1fr; column-gap: 1.5rem; padding: 1.8rem 0; border-top: 1px solid var(--ink); }
.safety-points article:last-child { border-bottom: 1px solid var(--ink); }
.safety-points span { grid-row: 1/3; font-size: .7rem; opacity: .6; padding-top: .45rem; }
.safety-points h3 { margin: 0 0 .65rem; font: 700 1.55rem var(--display); }
.safety-points p { margin: 0; line-height: 1.65; opacity: .8; }

.spots { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); background: var(--sand); }
.spots-copy p:last-child { max-width: 480px; line-height: 1.7; margin-top: 2rem; }
.spot-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.spot-list li { padding: 1.25rem 0; border-bottom: 1px solid var(--ink); font: 600 clamp(1.35rem, 2.2vw, 2rem) var(--display); display: flex; align-items: center; gap: 1.5rem; }
.spot-condition { width: 48px; height: 36px; flex: 0 0 48px; display: inline-flex; align-items: center; justify-content: center; }
.spot-condition img { display: block; width: 100%; height: 100%; object-fit: contain; }

.join { background: var(--coral); color: var(--white); display: grid; grid-template-columns: 1.3fr 1.7fr; gap: clamp(2.5rem, 6vw, 7rem); align-items: center; }
.join-collage { position: relative; width: min(530px, 88vw); aspect-ratio: .9; justify-self: center; isolation: isolate; }
.join-collage::before { content: ""; position: absolute; z-index: 0; width: 82%; height: 78%; left: 7%; top: 10%; background: rgba(219,199,143,.38); border-radius: 43% 57% 48% 52% / 55% 42% 58% 45%; transform: rotate(-5deg); }
.join-collage::after { content: ""; position: absolute; z-index: 1; width: 45%; aspect-ratio: 1; left: 25%; top: 25%; border: 2px solid rgba(255,255,255,.42); border-radius: 50%; }
.join-shape { position: absolute; display: block; }
.join-photo { border: 3px solid rgba(255,255,255,.85); background-repeat: no-repeat; background-size: cover; box-shadow: 0 18px 40px rgba(8,43,53,.14); }
.join-photo-main { z-index: 4; width: 61%; aspect-ratio: 1; left: 4%; top: 7%; border-radius: 50%; background-image: url("assets/child-sup.webp"); background-position: center 33%; }
.join-photo-open-water { z-index: 6; width: 40%; aspect-ratio: 1; right: 0; top: 31%; border-radius: 50%; background-image: url("assets/collage-sunset.webp"); background-position: center 73%; }
.join-photo-sunset { z-index: 3; width: 64%; aspect-ratio: 1.22; left: -3%; bottom: 0; overflow: hidden; border: 0; border-radius: 0; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(8,43,53,.14); transform: rotate(3deg); -webkit-mask: url("assets/downward-pennant.svg") center / 100% 100% no-repeat; mask: url("assets/downward-pennant.svg") center / 100% 100% no-repeat; }
.join-photo-sunset::after { content: ""; position: absolute; inset: 3px; background: url("assets/danzigmand-surf.webp") center bottom / cover no-repeat; -webkit-mask: url("assets/downward-pennant.svg") center / 100% 100% no-repeat; mask: url("assets/downward-pennant.svg") center / 100% 100% no-repeat; }
.join-photo-fin { z-index: 7; width: 32%; aspect-ratio: 1; right: 16%; bottom: 4%; border-radius: 50%; background-image: url("assets/collage-fin.webp"); background-position: center 48%; }
.join-photo-goat { z-index: 5; width: 31%; aspect-ratio: 1; right: 3%; top: 0; border-radius: 38% 62% 48% 52% / 58% 42% 58% 42%; background-image: url("assets/collage-goat.webp"); background-position: 63% center; transform: rotate(4deg); }
.join-dot { border-radius: 50%; }
.join-dot-sand { z-index: 2; width: 19%; aspect-ratio: 1; left: 0; top: 0; background: var(--sand); }
.join-dot-blue { z-index: 2; width: 13%; aspect-ratio: 1; left: 47%; right: auto; bottom: 22%; background: var(--ink); }
.join-dot-gold { z-index: 7; width: 9%; aspect-ratio: 1; left: auto; right: 0; top: 70%; bottom: auto; background: #efc15c; border: 2px solid rgba(255,255,255,.7); }
.join-pill { z-index: 2; width: 36%; height: 12%; right: 14%; top: 19%; border-radius: 100px; background: rgba(255,255,255,.92); transform: rotate(-10deg); }
.join-copy > p:not(.eyebrow) { max-width: 650px; line-height: 1.7; font-size: 1.05rem; margin: 1rem 0; }
.join-copy h2 + p { margin-top: 5.25rem; }
.button-light { background: var(--white); color: var(--coral); }
.contact-form { max-width: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.25rem; }
.form-field { display: grid; gap: .5rem; }
.form-field-wide { grid-column: 1/-1; }
.form-field label { font-size: .78rem; font-weight: 700; letter-spacing: .06em; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; padding: .9rem 1rem; background: rgba(255,255,255,.1); color: var(--white); font: inherit; }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field input:focus, .form-field textarea:focus { outline: 3px solid rgba(255,255,255,.3); outline-offset: 2px; }
.contact-form .button { border: 0; width: fit-content; cursor: pointer; }
.join-copy .form-note { margin: -.25rem 0 0; font-size: .78rem; opacity: .8; }
.join-copy .form-privacy { margin: 1rem 0 0; max-width: 520px; font-size: .78rem; line-height: 1.55; opacity: .84; }
.form-privacy a { color: inherit; text-underline-offset: 3px; }
.join-copy .form-status { margin: -.25rem 0 0; font-weight: 700; }
.join-copy .form-status.is-error { color: #ffe1d8; }
.contact-form .button:disabled { cursor: wait; opacity: .72; }

.privacy-page { background: var(--foam); min-height: calc(100svh - 80px); padding-top: clamp(7rem, 13vw, 11rem); padding-bottom: clamp(5rem, 10vw, 8rem); }
.privacy-page .privacy-content { max-width: 760px; }
.privacy-page h1 { font-size: clamp(3.1rem, 7vw, 6.3rem); }
.privacy-page h2 { margin-top: 3.2rem; font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
.privacy-page p, .privacy-page li { font-size: 1rem; line-height: 1.75; }
.privacy-page ul { margin: 1rem 0 0; padding-left: 1.35rem; }
.privacy-page a { color: inherit; text-underline-offset: 3px; }
.privacy-updated { margin-top: 3.2rem; font-size: .82rem !important; opacity: .68; }

.site-footer { background: var(--ink-dark); color: var(--white); padding: 4rem clamp(1.25rem, 7vw, 8rem) 2rem; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.25fr; gap: 3rem; }
.footer-brand img { width: 125px; height: auto; filter: brightness(0) invert(1); }.footer-brand p, .footer-column p { opacity: .7; line-height: 1.6; }
.footer-column a { text-underline-offset: 4px; }
.footer-badges { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.footer-affiliation img { display: block; height: auto; }
.footer-affiliation .federation-badge { width: min(210px, 100%); }
.footer-affiliation .visit-badge { width: min(150px, 100%); }
.footer-affiliation a { display: inline-block; transition: transform .2s, opacity .2s; }
.footer-affiliation a:hover { transform: translateY(-2px); opacity: .9; }
.footer-column h2 { font: 700 .75rem var(--sans); text-transform: uppercase; letter-spacing: .15em; margin-bottom: 1.3rem; }
.footer-column .social-heading { margin-top: 2rem; }
.social-placeholders { display: flex; flex-wrap: wrap; gap: .65rem 1rem; }
.social-placeholders a { opacity: .75; text-underline-offset: 4px; }
.social-placeholders a:hover { opacity: 1; }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.18); padding-top: 1.5rem; margin: 2rem 0 0; font-size: .75rem; opacity: .6; }

.contact-hero { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink-dark); color: var(--white); }
.contact-image { min-height: 640px; background: linear-gradient(90deg, transparent 70%, var(--ink-dark)), url("assets/goat-surfer.webp") center/cover; }
.contact-intro { padding: 155px clamp(2rem, 7vw, 7rem) 5rem clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.contact-intro h1 { font-size: clamp(3.25rem, 4.8vw, 5.5rem); }
.contact-intro > p:not(.eyebrow) { max-width: 630px; margin: 1.4rem 0 0; font-size: 1.05rem; line-height: 1.75; opacity: .86; }
.contact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; background: var(--white); }
.contact-details h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.contact-details > p:last-child { margin-top: 2rem; font-weight: 700; }
.contact-form-dark { margin-top: 0; color: var(--ink); }
.contact-form-dark .form-field input, .contact-form-dark .form-field textarea { border-color: var(--line); background: var(--foam); color: var(--ink); }
.contact-form-dark .form-field input:focus, .contact-form-dark .form-field textarea:focus { outline-color: rgba(18,61,73,.2); }
.contact-form-dark .form-note { color: var(--ink); }

/* På vandet */
.water-hero { min-height: 650px; height: min(78svh, 840px); padding: 130px clamp(1.25rem, 5.5vw, 6rem) 70px; display: flex; align-items: center; position: relative; overflow: hidden; color: var(--white); background: url("assets/together-sup.webp") center 47% / cover no-repeat; }
.water-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,43,53,.35), transparent 58%); }
.water-hero h1 { position: relative; z-index: 1; max-width: 760px; font: 500 clamp(3.6rem, 7.2vw, 7.2rem)/.92 var(--sans); letter-spacing: -.065em; }
.water-hero h1 em { font-family: var(--display); font-weight: 600; }
.water-story { max-width: 1320px; margin: 0 auto; padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5.5vw, 6rem); background: var(--white); }
.water-lead { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(220px, .58fr); gap: 8%; align-items: end; }
.water-copy h2 { max-width: 850px; font: 500 clamp(2.8rem, 5.4vw, 5rem)/1.03 var(--sans); letter-spacing: -.06em; }
.water-copy h2 em { font-family: var(--display); }.water-copy h2 strong { font-weight: 700; }
.water-copy > p { max-width: 720px; margin: 2.6rem 0 0; font-size: clamp(1.35rem, 2.3vw, 2.15rem); line-height: 1.3; letter-spacing: -.025em; }
.water-copy strong { font-weight: 700; }
.water-story img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 14px; }
.water-sunset { aspect-ratio: 1.08 / 1; }
.water-gallery { display: grid; grid-template-columns: 1.55fr .92fr; gap: 8%; align-items: start; margin-top: 3.25rem; }
.water-surf { aspect-ratio: 1.18 / 1; object-position: 42% center; }.water-child { aspect-ratio: .78 / 1; object-position: center 35%; }
.water-invitation { max-width: 680px; margin: 3rem 0 0 auto; font: 600 clamp(1.45rem, 2.3vw, 2.15rem)/1.35 var(--display); }
.water-safety { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); background: var(--sand); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); }
.water-safety h2 { font-size: clamp(3rem, 5vw, 5.5rem); }.water-safety-copy { font-size: 1.08rem; line-height: 1.7; }
.water-safety-copy ol { list-style: decimal-leading-zero; margin: 2rem 0 0; padding: 0 0 0 2.2rem; border-top: 1px solid var(--ink); }
.water-safety-copy li { padding: 1rem .5rem; border-bottom: 1px solid var(--ink); }
.water-contact { padding: clamp(4.5rem, 8vw, 7rem) clamp(1.25rem, 7vw, 8rem); background: var(--coral); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.water-contact h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }.water-contact-link { padding: 1rem 1.5rem; border: 2px solid var(--white); border-radius: 100px; text-decoration: none; font-weight: 700; white-space: nowrap; }

@media (max-width: 850px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: block; border: 0; background: transparent; color: var(--white); padding: 8px; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: currentColor; }
  .site-nav { display: none; position: absolute; top: 78px; left: 0; right: 0; transform: none; background: rgba(8,43,53,.97); color: var(--white); padding: 2rem; border: 0; border-radius: 0; flex-direction: column; white-space: normal; border-bottom: 1px solid rgba(255,255,255,.2); }
  .site-nav.open { display: flex; }
  .hero { min-height: 760px; align-items: flex-start; padding-top: 145px; }
  .hero-copy, html[lang="en"] .hero-copy { width: 100%; }.hero-lede { max-width: 500px; }.sun { width: 44vw; top: 40%; right: -8%; }
  .hero-photo { background-position: 58% center; }
  .dune-back { width: 110%; right: -45%; }.dune-front { width: 125%; right: -45%; }.board { right: 18%; bottom: 20%; }
  .intro { grid-template-columns: 1fr 1fr; }.section-copy { grid-column: auto; }
  .card-grid { grid-template-columns: 1fr; }.activity-card { min-height: 320px; }.card-icon { margin: 3rem 0; }
  .spots, .join, .safety { grid-template-columns: 1fr; }
  .join-collage { width: min(430px, 88vw); justify-self: center; }
  .contact-hero, .contact-section { grid-template-columns: 1fr; }
  .contact-image { min-height: 560px; background-image: linear-gradient(0deg, var(--ink-dark), transparent 35%), url("assets/goat-surfer.webp"); }
  .contact-intro { padding-top: 4rem; }
  .safety-title { position: static; }
  .water-lead { grid-template-columns: 1fr; gap: 2.5rem; }.water-sunset { max-width: 420px; justify-self: end; }
  .water-gallery { gap: 1.5rem; }.water-safety { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .site-header { gap: .5rem; padding-inline: 1rem; }.brand img { width: 72px; }
  .language-switch { font-size: .7rem; }.hero { padding-inline: 1.25rem; }.hero h1 { font-size: clamp(2.55rem, 11vw, 3.45rem); }
  .hero-lede { font-size: .95rem; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-actions .text-link { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.45rem; border: 1px solid rgba(255,255,255,.8); border-radius: 100px; background: rgba(8,43,53,.12); text-decoration: none; }
  .intro { grid-template-columns: 1fr; }.section-copy { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.copyright { grid-column: auto; }
  .contact-form { grid-template-columns: 1fr; }.form-field-wide { grid-column: auto; }
  .activities .section-heading h2 { font-size: clamp(1.75rem, 8.25vw, 2.6rem); }
  .contact-image { min-height: 430px; }
  .water-hero { min-height: 520px; height: 68svh; padding-bottom: 3rem; align-items: flex-end; background-position: 58% center; }
  .water-gallery { grid-template-columns: 1fr; }.water-gallery img { aspect-ratio: 4 / 3; }.water-invitation { margin-left: 0; }
  .water-contact { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
