/*
Theme Name: Atlantic Bait & Tackle
Theme URI: https://atlanticbaitandtackle.com/
Author: SaifCodes
Author URI: https://www.saifcodes.com
Description: A coastal outfitter theme for Atlantic Bait & Tackle.
Version: 1.0.1
Text Domain: atlantic-bait-tackle
*/

:root {
  --navy: #092c3a;
  --navy-deep: #061f2a;
  --ink: #183942;
  --muted: #6e858a;
  --teal: #16a9a2;
  --teal-dark: #087c7c;
  --coral: #ef6b52;
  --coral-soft: #ffd5c7;
  --sand: #f7f1e6;
  --paper: #fffdf9;
  --mist: #e8f2ef;
  --line: rgba(9, 44, 58, .14);
  --shadow: 0 24px 70px rgba(9, 44, 58, .12);
  --radius: 24px;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement {
  background: var(--coral);
  color: #fff8f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 22px;
}
.announcement span { color: #ffe8d8; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 249, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-inner {
  align-items: center;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 92px;
  padding: 0 32px;
}
.brand { align-items: center; display: inline-flex; flex-shrink: 0; gap: 12px; }
.brand-mark {
  align-items: center;
  background: var(--navy);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-family: var(--serif);
  font-size: 25px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 52px;
}
.brand-mark:after {
  background: var(--teal);
  border-radius: 50%;
  bottom: -17px;
  content: '';
  height: 37px;
  left: -4px;
  position: absolute;
  transform: rotate(-9deg);
  width: 64px;
}
.brand-mark span { position: relative; z-index: 1; }
.brand-copy { display: grid; gap: 1px; line-height: 1.05; }
.brand-name { color: var(--navy); font-size: 17px; font-weight: 900; letter-spacing: .08em; }
.brand-tag { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.primary-nav { align-items: center; display: flex; gap: 5px; }
.primary-nav > a, .nav-dropdown > button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  padding: 11px 13px;
  text-transform: uppercase;
}
.primary-nav > a:hover, .primary-nav > a.current, .nav-dropdown > button:hover { background: var(--mist); color: var(--teal-dark); }
.nav-dropdown { position: relative; }
.nav-dropdown > button:after { content: '⌄'; font-size: 15px; margin-left: 6px; }
.dropdown-menu {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  display: none;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
}
.nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: grid; }
.dropdown-menu a { border-radius: 10px; font-size: 12px; font-weight: 800; padding: 11px 13px; }
.dropdown-menu a:hover, .dropdown-menu a.current { background: var(--mist); color: var(--teal-dark); }
.header-cta { background: var(--navy); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; padding: 13px 18px; text-transform: uppercase; white-space: nowrap; }
.header-cta:hover { background: var(--teal-dark); }
.menu-toggle { background: none; border: 0; color: var(--navy); cursor: pointer; display: none; font-size: 25px; padding: 5px; }

.container { margin: 0 auto; max-width: 1160px; padding: 0 28px; }
.section { padding: 112px 0; }
.section-tight { padding: 76px 0; }
.eyebrow { color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #9de6df; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.08; margin: 0 0 20px; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.02em; }
h1 { font-size: clamp(54px, 8vw, 104px); }
h2 { font-size: clamp(42px, 6vw, 72px); }
h3 { font-size: 23px; }
h4 { font-size: 15px; letter-spacing: .04em; text-transform: uppercase; }
p { margin: 0 0 20px; }
.lede { color: #587078; font-size: 18px; line-height: 1.75; max-width: 640px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 900; gap: 9px; justify-content: center; letter-spacing: .08em; padding: 15px 21px; text-transform: uppercase; transition: .2s ease; }
.button-link { color: var(--teal-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover { background: #d8513d; transform: translateY(-2px); }
.button-secondary { background: transparent; border-color: rgba(9,44,58,.25); color: var(--navy); }
.button-secondary:hover { background: var(--mist); border-color: var(--teal); }
.button-light { background: #fff; color: var(--navy); }
.button-light:hover { background: var(--coral-soft); }
.arrow { font-size: 18px; line-height: 0; }

.hero {
  align-items: end;
  background: linear-gradient(90deg, rgba(4, 31, 42, .91) 0%, rgba(4, 31, 42, .68) 42%, rgba(4, 31, 42, .1) 100%), url('assets/images/hero.jpg') center/cover;
  color: #fff;
  display: flex;
  min-height: min(760px, calc(100vh - 140px));
  overflow: hidden;
  padding: 90px 0 82px;
  position: relative;
}
.hero:after { background: url("data:image/svg+xml,%3Csvg width='800' height='220' viewBox='0 0 800 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 150c115-82 180 45 310-12 110-48 186-37 260 8 84 52 144 22 230-31v105H0z' fill='%2316a9a2' fill-opacity='.20'/%3E%3C/svg%3E") bottom/cover no-repeat; bottom: -1px; content: ''; height: 210px; left: 0; opacity: .8; position: absolute; right: 0; }
.hero .container { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 730px; }
.hero .lede { color: rgba(255,255,255,.82); max-width: 550px; }
.hero-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-meta span { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 8px; letter-spacing: .07em; text-transform: uppercase; }
.hero-meta i { background: var(--coral); border-radius: 50%; height: 8px; width: 8px; }
.hero-home { min-height: 690px; }
.hero-home .hero-kicker { color: #ffd2bf; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-home h1 { font-size: clamp(60px, 9vw, 118px); max-width: 820px; }
.hero-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 18px;
  bottom: 74px;
  display: grid;
  gap: 3px;
  padding: 18px 20px;
  position: absolute;
  right: 5%;
  width: 185px;
  z-index: 2;
}
.hero-card strong { font-family: var(--serif); font-size: 40px; font-weight: 400; line-height: 1; }
.hero-card span { color: #d9f1ed; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ticker { background: var(--navy); color: #fff; overflow: hidden; }
.ticker-inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; min-height: 58px; }
.ticker strong { color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ticker p { color: #b7d1d0; font-size: 13px; margin: 0; }
.ticker-badge { align-items: center; color: #9de6df; display: flex; font-size: 11px; font-weight: 800; gap: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ticker-badge:before { background: var(--coral); border-radius: 50%; content: ''; height: 7px; width: 7px; }

.split { align-items: center; display: grid; gap: 76px; grid-template-columns: 1fr 1fr; }
.split.reverse > :first-child { order: 2; }
.split.reverse > :last-child { order: 1; }
.photo-card { border-radius: var(--radius); min-height: 540px; overflow: hidden; position: relative; }
.photo-card:before { background: center/cover no-repeat; content: ''; inset: 0; position: absolute; transition: transform .5s ease; }
.photo-card:hover:before { transform: scale(1.03); }
.photo-card.shop:before { background-image: linear-gradient(145deg, rgba(9,44,58,.1), rgba(9,44,58,.45)), url('assets/images/shop.jpg'); }
.photo-card.boat:before { background-image: linear-gradient(145deg, rgba(9,44,58,.1), rgba(9,44,58,.48)), url('assets/images/boat.jpg'); }
.photo-card.cook:before { background-image: linear-gradient(145deg, rgba(9,44,58,.05), rgba(9,44,58,.55)), url('assets/images/cook.jpg'); }
.photo-card.safety:before { background-image: linear-gradient(145deg, rgba(9,44,58,.05), rgba(9,44,58,.55)), url('assets/images/safety.jpg'); }
.photo-card-label { background: rgba(255,253,249,.92); border-radius: 15px; bottom: 20px; left: 20px; padding: 14px 18px; position: absolute; right: 20px; }
.photo-card-label strong { color: var(--navy); display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.photo-card-label span { color: var(--muted); font-size: 12px; }
.section-kicker { margin-bottom: 14px; }
.rule { background: var(--coral); display: block; height: 4px; margin: 22px 0 26px; width: 55px; }
.number-list { display: grid; gap: 16px; margin: 34px 0 0; }
.number-item { align-items: flex-start; border-top: 1px solid var(--line); display: grid; gap: 15px; grid-template-columns: 35px 1fr; padding-top: 16px; }
.number-item b { color: var(--coral); font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1; }
.number-item strong { color: var(--navy); display: block; font-size: 14px; letter-spacing: .05em; text-transform: uppercase; }
.number-item p { color: var(--muted); font-size: 13px; margin: 4px 0 0; }

.feature-band { background: var(--sand); overflow: hidden; position: relative; }
.feature-band:before { border: 1px solid rgba(239,107,82,.25); border-radius: 50%; content: ''; height: 360px; position: absolute; right: -100px; top: 70px; width: 360px; }
.section-heading { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 46px; }
.section-heading h2 { max-width: 680px; }
.section-heading .lede { font-size: 14px; max-width: 330px; }
.card-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.info-card { background: var(--paper); border: 1px solid rgba(9,44,58,.08); border-radius: 18px; min-height: 255px; padding: 27px; position: relative; transition: .2s ease; }
.info-card:hover { box-shadow: 0 18px 42px rgba(9,44,58,.1); transform: translateY(-4px); }
.info-card-icon { align-items: center; background: var(--mist); border-radius: 12px; color: var(--teal-dark); display: flex; font-size: 24px; height: 48px; justify-content: center; margin-bottom: 30px; width: 48px; }
.info-card h3 { font-size: 21px; }
.info-card p { color: var(--muted); font-size: 14px; }
.card-link { bottom: 24px; color: var(--teal-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; position: absolute; text-transform: uppercase; }
.card-link:after { content: ' ↗'; font-size: 16px; }

.stats-band { background: var(--navy); color: #fff; }
.stats-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.stat { border-left: 1px solid rgba(255,255,255,.18); padding-left: 22px; }
.stat strong { color: #fff; display: block; font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: 1; }
.stat span { color: #a9c8c8; display: block; font-size: 11px; font-weight: 800; letter-spacing: .12em; margin-top: 10px; text-transform: uppercase; }

.quote-block { background: var(--mist); border-radius: var(--radius); padding: 58px; position: relative; }
.quote-block:before { color: var(--coral); content: '“'; font-family: var(--serif); font-size: 115px; left: 34px; line-height: .6; position: absolute; top: 50px; }
.quote-block blockquote { color: var(--navy); font-family: var(--serif); font-size: clamp(29px, 4vw, 45px); line-height: 1.17; margin: 0 0 22px; max-width: 800px; padding-left: 30px; }
.quote-block cite { color: var(--teal-dark); font-size: 11px; font-style: normal; font-weight: 900; letter-spacing: .14em; padding-left: 30px; text-transform: uppercase; }

.gallery { display: grid; gap: 12px; grid-auto-rows: 220px; grid-template-columns: repeat(4, 1fr); }
.gallery figure { border-radius: 15px; margin: 0; overflow: hidden; position: relative; }
.gallery figure:first-child { grid-column: span 2; grid-row: span 2; }
.gallery figure:after { background: linear-gradient(180deg, transparent 55%, rgba(9,44,58,.45)); content: ''; inset: 0; pointer-events: none; position: absolute; }
.gallery-trigger { cursor: zoom-in; display: block; height: 100%; }
.gallery-trigger:focus-visible { outline: 3px solid var(--coral); outline-offset: -3px; }
.gallery img { height: 100%; object-fit: cover; transition: transform .4s ease; width: 100%; }
.gallery figure:hover img { transform: scale(1.05); }
.gallery figcaption { bottom: 14px; color: #fff; font-size: 10px; font-weight: 900; left: 15px; letter-spacing: .12em; pointer-events: none; position: absolute; text-transform: uppercase; z-index: 1; }
.lightbox-open { overflow: hidden; }
.gallery-lightbox { align-items: center; background: rgba(4, 19, 26, .9); display: none; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 1000; }
.gallery-lightbox.is-open { display: flex; }
.gallery-lightbox-dialog { align-items: center; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; max-height: 100%; max-width: min(1200px, 100%); outline: 0; position: relative; width: 100%; }
.gallery-lightbox-dialog figure { margin: 0; max-height: calc(100vh - 48px); text-align: center; }
.gallery-lightbox-dialog img { display: block; height: auto; margin: 0 auto; max-height: calc(100vh - 104px); max-width: 100%; object-fit: contain; width: auto; }
.gallery-lightbox-dialog figcaption { color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .12em; padding-top: 13px; text-transform: uppercase; }
.gallery-lightbox-close, .gallery-lightbox-nav { background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .55); color: #fff; cursor: pointer; font: inherit; line-height: 1; }
.gallery-lightbox-close { border-radius: 50%; font-size: 31px; height: 42px; position: absolute; right: 10px; top: 10px; width: 42px; z-index: 1; }
.gallery-lightbox-nav { border-radius: 50%; font-size: 24px; height: 45px; margin: 12px; width: 45px; }
.gallery-lightbox-close:hover, .gallery-lightbox-close:focus-visible, .gallery-lightbox-nav:hover, .gallery-lightbox-nav:focus-visible { background: var(--coral); border-color: var(--coral); outline: none; }

.cta-band { background: var(--coral); color: #fff; overflow: hidden; position: relative; }
.cta-band:after { border: 1px solid rgba(255,255,255,.28); border-radius: 50%; content: ''; height: 430px; position: absolute; right: -160px; top: -190px; width: 430px; }
.cta-band h2 { color: #fff; max-width: 680px; }
.cta-band p { color: #ffece2; max-width: 540px; }
.cta-band .container { position: relative; z-index: 1; }
.visit-grid { align-items: center; display: grid; gap: 56px; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); }
.visit-map { border: 5px solid rgba(255,255,255,.25); border-radius: 20px; box-shadow: 0 18px 45px rgba(82,25,15,.2); overflow: hidden; position: relative; }
.visit-map iframe { border: 0; display: block; height: 350px; width: 100%; }
.map-directions { align-items: center; background: var(--navy); bottom: 15px; color: #fff; display: inline-flex; font-size: 11px; font-weight: 900; gap: 8px; left: 15px; letter-spacing: .08em; padding: 12px 15px; position: absolute; text-transform: uppercase; }
.map-directions:hover { background: var(--teal-dark); }

.page-hero { background: var(--navy); color: #fff; overflow: hidden; padding: 96px 0 90px; position: relative; }
.page-hero:after { background: url("data:image/svg+xml,%3Csvg width='850' height='220' viewBox='0 0 850 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 190c170-96 260 28 406-30 116-45 178-45 270 7 72 45 112 32 174-20v83H0z' fill='%2316a9a2' fill-opacity='.22'/%3E%3C/svg%3E") bottom right/auto 220px no-repeat; bottom: 0; content: ''; inset: 0; opacity: .85; pointer-events: none; position: absolute; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(52px, 8vw, 94px); max-width: 840px; }
.page-hero .lede { color: #bbd3d2; max-width: 600px; }
.breadcrumb { color: #9de6df; font-size: 11px; font-weight: 900; letter-spacing: .12em; margin-top: 20px; text-transform: uppercase; }
.breadcrumb a:hover { color: #fff; }

.content-section { padding: 96px 0; }
.article-grid { display: grid; gap: 64px; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); }
.article-copy p, .article-copy li { color: #5f777c; font-size: 16px; }
.article-copy ul { margin: 0 0 24px; padding-left: 20px; }
.article-copy li { margin: 7px 0; }
.article-copy h2 { font-size: 42px; margin-top: 42px; }
.article-copy h3 { margin-top: 34px; }
.side-card { background: var(--sand); border-radius: 18px; padding: 26px; }
.side-card + .side-card { margin-top: 18px; }
.side-card h3 { font-size: 18px; }
.side-card p, .side-card li { color: var(--muted); font-size: 13px; }
.side-card ul { list-style: none; margin: 0; padding: 0; }
.side-card li { border-top: 1px solid var(--line); padding: 10px 0; }
.side-card li strong { color: var(--navy); display: block; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.accent-panel { background: var(--teal); border-radius: 22px; color: #fff; padding: 34px; }
.accent-panel h3 { color: #fff; }
.accent-panel p { color: #d9f6f0; font-size: 14px; }
.accent-panel .button-secondary { border-color: rgba(255,255,255,.5); color: #fff; }
.video-frame { background: var(--navy); border-radius: 20px; min-height: 320px; overflow: hidden; position: relative; }
.video-embed { aspect-ratio: 16 / 9; background: var(--navy); border-radius: 20px; overflow: hidden; position: relative; width: 100%; }
.video-embed iframe { border: 0; display: block; height: 100%; width: 100%; }
.charter-video-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.charter-video-caption { margin: 14px 0 0; }
.video-frame img { height: 100%; object-fit: cover; opacity: .65; position: absolute; width: 100%; }
.video-overlay { align-items: center; background: linear-gradient(90deg, rgba(9,44,58,.75), rgba(9,44,58,.1)); display: flex; inset: 0; padding: 34px; position: absolute; }
.video-overlay h3 { color: #fff; max-width: 300px; }
.play-button { align-items: center; background: var(--coral); border-radius: 50%; color: #fff; display: flex; font-size: 20px; height: 64px; justify-content: center; margin-right: 20px; width: 64px; }
.play-button:hover { background: #d8513d; }
.video-caption { bottom: 19px; color: #cbe2df; font-size: 11px; left: 35px; letter-spacing: .1em; position: absolute; text-transform: uppercase; }
.report-list { display: grid; gap: 0; margin: 30px 0; }
.report-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 115px 1fr; padding: 18px 0; }
.report-row strong { color: var(--teal-dark); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.report-row span { color: var(--navy); font-size: 15px; font-weight: 800; }
.notice { background: #fff6e9; border-left: 4px solid var(--coral); border-radius: 0 15px 15px 0; color: #795f4e; margin: 24px 0; padding: 20px 22px; }
.check-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 28px 0; }
.check { background: var(--mist); border-radius: 15px; display: flex; gap: 13px; padding: 18px; }
.check:before { align-items: center; background: var(--teal); border-radius: 50%; color: #fff; content: '✓'; display: flex; flex: 0 0 23px; font-size: 12px; font-weight: 900; height: 23px; justify-content: center; margin-top: 1px; width: 23px; }
.check strong { color: var(--navy); font-size: 13px; }
.check p { color: var(--muted); font-size: 12px; margin: 2px 0 0; }
.rules-card { background: var(--navy); border-radius: 24px; color: #fff; padding: 48px; }
.rules-card h2, .rules-card h3 { color: #fff; }
.rules-card p { color: #c0d6d4; }
.rules-card .rule { background: var(--coral); }

.contact-layout { display: grid; gap: 60px; grid-template-columns: .85fr 1.15fr; }
.contact-details { background: var(--navy); border-radius: 24px; color: #fff; padding: 36px; }
.contact-details h2, .contact-details h3 { color: #fff; }
.contact-details h2 { font-size: 45px; }
.contact-details p { color: #bdd2d1; font-size: 14px; }
.detail-item { border-top: 1px solid rgba(255,255,255,.18); margin-top: 22px; padding-top: 20px; }
.detail-item strong { color: #9de6df; display: block; font-size: 10px; letter-spacing: .14em; margin-bottom: 4px; text-transform: uppercase; }
.detail-item span, .detail-item a { color: #fff; display: block; font-size: 16px; font-weight: 800; }
.hours { background: var(--sand); border-radius: 18px; margin-top: 20px; padding: 22px; }
.hours h3 { font-size: 17px; }
.hours-row { border-top: 1px solid var(--line); display: flex; font-size: 12px; justify-content: space-between; padding: 8px 0; }
.hours-row strong { color: var(--navy); }
.hours-row span { color: var(--muted); }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 42px; }
.contact-form h2 { font-size: 48px; }
.contact-form .lede { font-size: 15px; }
.field-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 7px; margin-top: 17px; }
.field label { color: var(--navy); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea { background: #fbfaf6; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); outline: none; padding: 13px 14px; width: 100%; }
.field textarea { min-height: 145px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,169,162,.12); }
.form-note { color: var(--muted); font-size: 11px; margin: 16px 0 0; }
.success-message { background: var(--mist); border-radius: 12px; color: var(--teal-dark); font-size: 13px; margin-bottom: 16px; padding: 13px 16px; }
.error-message { background: #fff0ea; color: #a93e2c; }

.site-footer { background: var(--navy-deep); color: #aec7c5; padding: 70px 0 26px; }
.footer-top { align-items: start; display: grid; gap: 50px; grid-template-columns: 1.4fr 1fr 1fr 1fr; padding-bottom: 55px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-tag { color: #7ea3a3; }
.footer-intro { font-size: 13px; max-width: 290px; }
.footer-title { color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .14em; margin: 4px 0 16px; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { color: #a5bfbe; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.14); display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; padding-top: 23px; text-transform: uppercase; }
.footer-bottom a { color: #9de6df; }

@media (max-width: 1050px) {
  .header-inner { gap: 18px; padding: 0 22px; }
  .primary-nav > a, .nav-dropdown > button { font-size: 10px; padding: 10px 8px; }
  .header-cta { font-size: 10px; padding: 12px 13px; }
  .split { gap: 45px; }
}
@media (max-width: 820px) {
  body.admin-bar .site-header { top: 46px; }
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .primary-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(9,44,58,.1); display: none; flex-direction: column; left: 0; padding: 15px 22px 22px; position: absolute; right: 0; top: 100%; }
  .primary-nav.open { display: flex; }
  .primary-nav > a, .nav-dropdown > button { border-radius: 10px; font-size: 12px; text-align: left; }
  .dropdown-menu { background: var(--mist); border: 0; box-shadow: none; display: grid; margin: 0 0 0 12px; padding: 3px; position: static; }
  .nav-dropdown > button:after { float: right; }
  .hero, .hero-home { min-height: 640px; }
  .hero-card { bottom: 35px; right: 28px; }
  .section { padding: 78px 0; }
  .split, .split.reverse, .article-grid, .contact-layout, .visit-grid { grid-template-columns: 1fr; }
  .visit-grid { gap: 34px; }
  .split.reverse > :first-child, .split.reverse > :last-child { order: initial; }
  .photo-card { min-height: 390px; }
  .card-grid, .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .charter-video-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-rows: 180px 180px; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .announcement { font-size: 9px; letter-spacing: .08em; }
  .brand-mark { height: 45px; width: 45px; }
  .brand-name { font-size: 14px; }
  .hero { padding: 76px 0 64px; }
  .hero h1, .page-hero h1 { font-size: 55px; }
  .hero-card { display: none; }
  .ticker-inner { align-items: flex-start; flex-direction: column; gap: 4px; justify-content: center; min-height: 74px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .card-grid, .stats-grid, .check-grid, .field-grid, .charter-video-grid { grid-template-columns: 1fr; }
  .stat { padding: 10px 0 10px 18px; }
  .quote-block { padding: 38px 24px; }
  .quote-block blockquote { padding-left: 12px; }
  .quote-block cite { padding-left: 12px; }
  .gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 190px 140px 140px; }
  .gallery figure:first-child { grid-column: span 2; grid-row: auto; }
  .page-hero { padding: 75px 0 65px; }
  .content-section { padding: 66px 0; }
  .rules-card, .contact-form, .contact-details { padding: 27px 22px; }
  .contact-form h2, .contact-details h2 { font-size: 39px; }
  .footer-top { gap: 30px 20px; grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
}
