:root {
  --petrol-950: #062f35;
  --petrol-900: #073c43;
  --petrol-800: #0b4d54;
  --turquoise-600: #067c77;
  --turquoise-400: #52d5ca;
  --turquoise-100: #dff8f4;
  --sand-50: #fbf8f1;
  --sand-100: #f3ecde;
  --sand-300: #d8c9ad;
  --coral-500: #c74330;
  --coral-600: #ad3023;
  --ink: #15363a;
  --muted: #5f7476;
  --white: #fff;
  --line: rgba(6, 47, 53, .14);
  --shadow: 0 20px 60px rgba(6, 47, 53, .14);
  --shadow-sm: 0 10px 30px rgba(6, 47, 53, .1);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 40px));
  --space-1: .5rem;
  --space-2: .75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 7rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--sand-50); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--coral-500); outline-offset: 4px; border-radius: 6px; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; top: 8px; left: 8px; padding: .75rem 1rem; color: white; background: var(--petrol-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--turquoise-600); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 2px; content: ""; background: currentColor; }
.editorial { display: inline-block; padding: .16rem .44rem; color: #775313; background: #fff2c7; border: 1px solid #efd388; border-radius: 5px; font-size: .78em; font-weight: 800; letter-spacing: .01em; }
.kicker { max-width: 65ch; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
h1, h2, h3 { margin: 0 0 .65em; color: var(--petrol-950); font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 8vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 5vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
p { margin: 0 0 1rem; }
.lead { max-width: 58ch; font-size: clamp(1.08rem, 2vw, 1.34rem); }
.section { padding-block: var(--space-8); }
.section--compact { padding-block: var(--space-6); }
.section--white { background: white; }
.section--petrol { color: rgba(255,255,255,.82); background: var(--petrol-950); }
.section--petrol h2, .section--petrol h3 { color: white; }
.section--mint { background: var(--turquoise-100); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: var(--space-5); margin-bottom: var(--space-6); }
.section-head > div { max-width: 720px; }
.section-head p { max-width: 58ch; margin-bottom: 0; color: var(--muted); }
.section-head a { flex: none; color: var(--petrol-900); font-weight: 800; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .55rem; padding: .85rem 1.25rem; color: white; background: var(--petrol-900); border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--petrol-800); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button--coral { background: var(--coral-500); }
.button--coral:hover { background: var(--coral-600); }
.button--light { color: var(--petrol-950); background: white; }
.button--ghost { color: var(--petrol-950); background: rgba(255,255,255,.8); border-color: var(--line); }
.button--small { min-height: 44px; padding: .65rem 1rem; font-size: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--petrol-900); font-weight: 850; text-decoration: none; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.service-strip { color: white; background: var(--petrol-950); font-size: .82rem; }
.service-strip__inner { display: flex; min-height: 37px; align-items: center; justify-content: flex-end; gap: 1.5rem; }
.service-strip__inner span:first-child { margin-right: auto; }
.service-strip__inner a { display: inline-flex; align-items: center; gap: .35rem; font-weight: 750; text-decoration: none; }
.service-strip__inner svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .5rem; background: #f4c95d; border-radius: 50%; box-shadow: 0 0 0 4px rgba(244,201,93,.15); }
.site-head { position: relative; z-index: 50; display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: 64px; height: 64px; border-radius: 50%; box-shadow: 0 5px 18px rgba(6,47,53,.15); }
.brand span { display: grid; line-height: 1.08; }
.brand strong { color: var(--petrol-950); font-family: Georgia, serif; font-size: 1.24rem; font-weight: 600; }
.brand small { margin-top: .25rem; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.15rem; }
.site-nav > a:not(.button) { position: relative; padding-block: .65rem; font-size: .9rem; font-weight: 750; text-decoration: none; }
.site-nav > a:not(.button)::after { position: absolute; right: 0; bottom: .38rem; left: 0; height: 2px; content: ""; background: var(--turquoise-600); transform: scaleX(0); transition: transform .2s ease; }
.site-nav > a[aria-current="page"]::after, .site-nav > a:hover::after { transform: scaleX(1); }
.nav-more { display: none; }
.nav-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; color: var(--petrol-950); background: white; border: 1px solid var(--line); border-radius: 50%; }
.nav-toggle svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

.hero { position: relative; min-height: min(760px, calc(100svh - 129px)); display: grid; align-items: end; overflow: hidden; color: white; background: var(--petrol-950); border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.hero picture, .hero picture::after { position: absolute; inset: 0; }
.hero picture::after { display: block; content: ""; background: linear-gradient(90deg, rgba(4,32,36,.82) 0%, rgba(4,32,36,.46) 48%, rgba(4,32,36,.08) 75%), linear-gradient(0deg, rgba(4,32,36,.7), transparent 55%); }
.hero img { width: 100%; height: 100%; object-fit: cover; }
.hero__content { position: relative; z-index: 1; width: var(--shell); margin: 0 auto; padding: 6rem 0 8.5rem; }
.hero .eyebrow { color: var(--turquoise-400); }
.hero h1 { max-width: 850px; color: white; }
.hero__content > p { max-width: 630px; margin-bottom: 2rem; font-size: clamp(1.15rem, 2.2vw, 1.45rem); }
.hero .button--ghost { color: white; background: rgba(6,47,53,.28); border-color: rgba(255,255,255,.48); backdrop-filter: blur(8px); }
.hero-credit { position: absolute; z-index: 2; right: 24px; bottom: 24px; color: rgba(255,255,255,.75); font-size: .68rem; writing-mode: vertical-rl; }
.status-panel { position: relative; z-index: 5; display: grid; grid-template-columns: 1.05fr .8fr .8fr 1.35fr; width: min(1080px, calc(100% - 40px)); margin: -62px auto 0; overflow: hidden; background: white; border: 1px solid rgba(6,47,53,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.status-panel__item { min-height: 122px; padding: 1.45rem 1.5rem; border-right: 1px solid var(--line); }
.status-panel__item:last-child { border-right: 0; }
.status-panel__item span { display: block; margin-bottom: .32rem; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.status-panel__item strong { display: block; color: var(--petrol-950); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 600; line-height: 1.15; }
.status-panel__item p { margin: .35rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.storm-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; margin-top: 1.2rem; padding: 1.35rem 1.5rem; color: #512700; background: #fff0d9; border: 2px solid #d66a10; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.storm-banner[hidden] { display: none; }
.storm-banner--storm { color: #4b130c; background: #fbe4df; border-color: #ad3023; }
.storm-banner__signal { display: grid; width: 58px; height: 58px; place-items: center; color: white; background: #d66a10; border-radius: 50%; font-size: 1.6rem; }
.storm-banner--storm .storm-banner__signal { background: #ad3023; }
.storm-banner span { font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.storm-banner h2 { margin: .15rem 0 .3rem; color: inherit; font-family: inherit; font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 900; letter-spacing: -.02em; }
.storm-banner p { margin: 0; }

.intro-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 8vw, 7rem); }
.intro-grid .eyebrow { margin-top: .5rem; }
.signature-line { display: inline-flex; align-items: center; gap: .85rem; margin-top: 1.2rem; color: var(--petrol-900); font-weight: 850; }
.signature-line::before { width: 42px; height: 1px; content: ""; background: var(--turquoise-600); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.feature-grid--three { grid-template-columns: repeat(3, 1fr); }
.feature-card { position: relative; min-height: 250px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.6rem; overflow: hidden; background: var(--sand-100); border-radius: var(--radius); }
.feature-card::before { position: absolute; top: 1.35rem; left: 1.35rem; display: grid; width: 46px; height: 46px; place-items: center; color: var(--petrol-900); background: white; border-radius: 50%; content: attr(data-number); font-family: Georgia, serif; font-size: 1.15rem; box-shadow: var(--shadow-sm); }
.feature-card h3 { margin-bottom: .3rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 0; overflow: hidden; background: white; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.split__media { min-height: 560px; }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.2rem, 6vw, 5rem); }
.check-list { display: grid; gap: .7rem; margin: 1.3rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.65rem; }
.check-list li::before { position: absolute; left: 0; color: var(--turquoise-600); content: "✓"; font-weight: 900; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.news-card { display: flex; min-height: 270px; flex-direction: column; padding: 1.75rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-3px); }
.news-card time { color: var(--turquoise-600); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { margin-top: 1.2rem; }
.news-card p { color: var(--muted); }
.news-card .text-link { margin-top: auto; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; grid-template-rows: repeat(2, 245px); gap: 1rem; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--petrol-900); border-radius: var(--radius); }
.gallery-grid figure:first-child { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-grid figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; color: white; font-weight: 800; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
.instagram-band { display: grid; grid-template-columns: 1fr 1.15fr; min-height: 430px; align-items: center; gap: 4rem; padding: clamp(2.4rem, 6vw, 5rem); overflow: hidden; color: white; background: var(--petrol-950); border-radius: var(--radius-lg); }
.instagram-band h2 { color: white; }
.instagram-band__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; transform: rotate(2deg); }
.instagram-band__tiles img { aspect-ratio: 1; object-fit: cover; border: 8px solid rgba(255,255,255,.92); border-radius: 14px; }
.instagram-band__tiles img:last-child { margin-top: 2.5rem; }
.contact-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-strip > div { padding: 1.6rem; background: white; }
.contact-strip span { display: block; color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-strip strong { display: block; margin-top: .35rem; color: var(--petrol-950); font-size: 1.08rem; }

.page-hero { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--petrol-950); border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
.page-hero picture, .page-hero picture::after { position: absolute; inset: 0; }
.page-hero picture::after { display: block; content: ""; background: linear-gradient(0deg, rgba(4,32,36,.78), rgba(4,32,36,.05) 70%), linear-gradient(90deg, rgba(4,32,36,.5), transparent); }
.page-hero img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__content { position: relative; z-index: 2; width: var(--shell); padding-block: 5.5rem; }
.page-hero h1 { max-width: 900px; color: white; font-size: clamp(3.3rem, 7vw, 6.5rem); }
.page-hero p { max-width: 650px; margin: 0; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.4rem; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumb a { color: rgba(255,255,255,.78); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr); gap: clamp(2.5rem, 8vw, 7rem); }
.content-copy > * + h2 { margin-top: 3.5rem; }
.content-copy > * + h3 { margin-top: 2.2rem; }
.content-copy ul { padding-left: 1.2rem; }
.side-card { position: sticky; top: 24px; align-self: start; padding: 1.6rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.side-card h2 { font-size: 1.5rem; }
.side-card dl { margin: 0; }
.side-card dt { margin-top: 1rem; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.side-card dd { margin: .15rem 0 0; font-weight: 750; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.equipment-card { min-height: 185px; padding: 1.5rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.equipment-card span { display: grid; width: 42px; height: 42px; margin-bottom: 1rem; place-items: center; color: white; background: var(--turquoise-600); border-radius: 50%; font-family: Georgia, serif; }
.equipment-card h3 { font-size: 1.35rem; }
.equipment-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.quote { padding: clamp(2rem, 5vw, 4rem); color: white; background: var(--petrol-950); border-radius: var(--radius-lg); }
.quote blockquote { max-width: 880px; margin: 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.25rem); line-height: 1.2; }
.quote cite { display: block; margin-top: 1.2rem; color: var(--turquoise-400); font-style: normal; font-weight: 800; }
.menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.menu-card { padding: 1.7rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.menu-card header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.menu-card h3 { margin: 0; }
.menu-card header > span { flex: 0 0 auto; color: var(--turquoise-700); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.menu-card ul { display: grid; gap: .7rem; padding: 1rem 0 0; margin: 0; list-style: none; color: var(--muted); }
.menu-card li { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: .7rem; border-bottom: 1px solid rgba(6, 48, 55, .08); }
.menu-card li:last-child { padding-bottom: 0; border-bottom: 0; }
.menu-card li > span { min-width: 0; }
.menu-card li small { display: block; margin-top: .15rem; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.menu-card li > strong { flex: 0 0 auto; color: var(--petrol-950); font-size: .92rem; white-space: nowrap; }
.current-dashboard { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.current-card { min-height: 210px; padding: 1.7rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.current-card--accent { color: white; background: var(--petrol-950); }
.current-card--accent h2, .current-card--accent strong { color: white; }
.current-card span { display: block; color: var(--turquoise-600); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.current-card strong { display: block; margin-top: .7rem; color: var(--petrol-950); font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 500; line-height: 1.1; }
.current-card p { margin-top: .8rem; color: var(--muted); }
.current-card--accent p { color: rgba(255,255,255,.75); }
.current-card--warning { grid-column: 1 / -1; min-height: 0; background: white; border: 2px solid rgba(214,106,16,.72); }
body[data-storm-level="strong_wind"] .current-card--warning { color: #532800; background: #fff0d9; border-color: #d66a10; }
body[data-storm-level="storm"] .current-card--warning { color: #4b130c; background: #fbe4df; border-color: #ad3023; }
.current-card--warning strong { font-size: clamp(1.6rem, 3vw, 2.35rem); }
.current-card--warning p { margin-bottom: .4rem; }
.notice { padding: 1.25rem 1.4rem; background: #fff7d9; border-left: 4px solid #e9bd45; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.notice strong { color: #6d4a06; }
.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; counter-reset: rules; }
.rule-card { position: relative; min-height: 180px; padding: 1.7rem 1.7rem 1.7rem 4.7rem; background: white; border: 1px solid var(--line); border-radius: var(--radius); counter-increment: rules; }
.rule-card::before { position: absolute; top: 1.6rem; left: 1.5rem; display: grid; width: 40px; height: 40px; place-items: center; color: white; background: var(--petrol-900); border-radius: 50%; content: counter(rules, decimal-leading-zero); font-size: .78rem; font-weight: 850; }
.full-gallery { columns: 3; column-gap: 1rem; }
.full-gallery figure { position: relative; margin: 0 0 1rem; break-inside: avoid; overflow: hidden; background: var(--petrol-900); border-radius: var(--radius); }
.full-gallery figure[hidden] { display: none; }
.full-gallery img { width: 100%; height: auto; }
.full-gallery figcaption { padding: .9rem 1rem; color: white; background: var(--petrol-900); font-size: .85rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.filter-row button { min-height: 42px; padding: .55rem 1rem; color: var(--petrol-900); background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; cursor: pointer; }
.filter-row button[aria-pressed="true"] { color: white; background: var(--petrol-900); }
.language-switch { display: inline-grid; min-width: 42px; min-height: 42px; place-items: center; color: var(--petrol-900); background: var(--turquoise-100); border: 1px solid var(--turquoise-300); border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.language-switch:hover { color: white; background: var(--petrol-900); }
.map-placeholder { position: relative; min-height: 480px; display: grid; place-items: center; overflow: hidden; background: var(--turquoise-100); border-radius: var(--radius-lg); }
.map-placeholder::before { position: absolute; inset: 0; content: ""; opacity: .28; background-image: linear-gradient(32deg, transparent 48%, var(--petrol-900) 49%, var(--petrol-900) 51%, transparent 52%), linear-gradient(118deg, transparent 46%, var(--turquoise-600) 47%, var(--turquoise-600) 49%, transparent 50%); background-size: 160px 120px, 210px 180px; }
.map-placeholder__card { position: relative; z-index: 1; width: min(420px, calc(100% - 32px)); padding: 2rem; text-align: center; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.map-pin { display: grid; width: 64px; height: 64px; margin: 0 auto 1rem; place-items: center; color: white; background: var(--coral-500); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-pin span { transform: rotate(45deg); font-weight: 900; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field--wide { grid-column: 1 / -1; }
.field label { font-weight: 800; }
.field input, .field textarea { width: 100%; min-height: 52px; padding: .85rem 1rem; color: var(--ink); background: white; border: 1px solid #9aadaf; border-radius: var(--radius-sm); }
.field textarea { min-height: 150px; resize: vertical; }
.field small { color: var(--muted); }
.form-status { min-height: 1.6em; color: var(--coral-600); font-weight: 750; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 3rem; font-size: 2.1rem; }
.legal h3 { margin-top: 2rem; font-size: 1.4rem; }

.footer-cta { padding: 4.5rem 0; color: white; background: var(--turquoise-600); }
.footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.footer-cta .eyebrow { color: var(--petrol-950); }
.footer-cta h2 { max-width: 700px; margin: .25rem 0 0; color: white; }
.footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.72); background: var(--petrol-950); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 3rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer h2 { margin-bottom: .6rem; color: white; font-family: inherit; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; }
.footer a:hover { color: white; }
.footer svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; }
.footer-brand p { margin: 0; }
.footer-brand strong { color: white; font-family: Georgia, serif; font-size: 1.2rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer-bottom > span:last-child { display: flex; gap: 1.2rem; }
.mobile-dock { display: none; }

@media (max-width: 1080px) {
  .site-nav { gap: .75rem; }
  .site-nav > a:not(.button) { font-size: .8rem; }
  .brand small { display: none; }
  .feature-grid, .feature-grid--three { grid-template-columns: repeat(2, 1fr); }
  .status-panel { grid-template-columns: repeat(2, 1fr); }
  .status-panel__item:nth-child(2) { border-right: 0; }
  .status-panel__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  :root { --space-8: 5.5rem; }
  .service-strip__inner span:nth-child(2) { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: fixed; z-index: 40; top: 0; right: 0; bottom: 0; width: min(420px, 88vw); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 7rem 2rem 2rem; color: white; background: var(--petrol-950); box-shadow: -20px 0 60px rgba(0,0,0,.2); transform: translateX(110%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a:not(.button) { padding: .9rem 0; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .button { margin-top: 1.5rem; }
  .nav-more { display: block; }
  .nav-toggle { position: relative; z-index: 60; }
  body.nav-open .nav-toggle { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
  .hero { min-height: 720px; }
  .hero picture::after { background: linear-gradient(0deg, rgba(4,32,36,.86), rgba(4,32,36,.04) 85%); }
  .hero__content { padding-bottom: 8rem; }
  .intro-grid, .split, .instagram-band, .content-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 1.5rem; }
  .split__media { min-height: 440px; }
  .news-grid, .equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid .news-card:last-child { grid-column: 1 / -1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 210px; }
  .gallery-grid figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .instagram-band { gap: 2rem; }
  .side-card { position: static; }
  .full-gallery { columns: 2; }
  .footer-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); --radius-lg: 26px; --space-7: 3.5rem; --space-8: 4.5rem; }
  body { padding-bottom: 72px; }
  .service-strip__inner { min-height: 39px; gap: .6rem; }
  .service-strip__inner a { margin-left: auto; }
  .service-strip__inner a svg { display: none; }
  .site-head { min-height: 78px; }
  .brand img { width: 53px; height: 53px; }
  .brand strong { font-size: 1.04rem; }
  .hero { min-height: calc(100svh - 117px); border-radius: 0 0 24px 24px; }
  .hero img { object-position: center; }
  .hero__content { padding: 5rem 0 7rem; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .hero-credit { display: none; }
  .hero .button { width: 100%; }
  .status-panel { grid-template-columns: 1fr 1fr; width: calc(100% - 28px); margin-top: -42px; }
  .status-panel__item { min-height: 110px; padding: 1.15rem; }
  .status-panel__item strong { font-size: 1.05rem; }
  .status-panel__item p { font-size: .74rem; }
  .status-panel__item:nth-child(3) { border-bottom: 0; }
  .storm-banner { grid-template-columns: auto 1fr; padding: 1.1rem; }
  .storm-banner .button { grid-column: 1 / -1; width: 100%; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 2rem; }
  .feature-grid, .feature-grid--three, .news-grid, .equipment-grid, .menu-grid, .current-dashboard, .rules-grid, .contact-strip { grid-template-columns: 1fr; }
  .news-grid .news-card:last-child { grid-column: auto; }
  .feature-card { min-height: 220px; }
  .split__media { min-height: 330px; }
  .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-grid figure, .gallery-grid figure:first-child { min-width: 82vw; height: 330px; scroll-snap-align: center; }
  .instagram-band { padding: 2rem; }
  .instagram-band__tiles { gap: .5rem; }
  .instagram-band__tiles img { border-width: 4px; }
  .page-hero { min-height: 440px; }
  .page-hero__content { padding-block: 4rem; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .equipment-card { min-height: auto; }
  .full-gallery { columns: 1; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .map-placeholder { min-height: 420px; }
  .footer-cta { padding: 3.5rem 0; }
  .footer-cta .button-row, .footer-cta .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-dock { position: fixed; z-index: 100; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr 1.15fr; min-height: 69px; padding-bottom: env(safe-area-inset-bottom); background: white; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(6,47,53,.12); }
  .mobile-dock a { display: flex; min-height: 68px; align-items: center; justify-content: center; flex-direction: column; color: var(--petrol-950); font-size: .72rem; line-height: 1.1; text-decoration: none; }
  .mobile-dock a + a { border-left: 1px solid var(--line); }
  .mobile-dock strong { font-size: .88rem; }
  .mobile-dock__primary { color: white !important; background: var(--coral-500); }
  .mobile-dock__primary svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

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