/* Kass A — Red Sea Dive Desk
   Visual direction: abyssal ink, living reef teal, bleached bone, amber signal.
   Layout language: tide marks, depth rulers, asymmetric ledgers — not card grids. */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800&family=Figtree:wght@400;500;600;700&display=swap');

:root {
  --depth: #031614;
  --ink: #0c1f1c;
  --reef: #0d6b66;
  --lagoon: #1a9a92;
  --foam: #e7ece8;
  --bone: #f3f5f1;
  --mist: #c5d0cb;
  --amber: #d9a116;
  --amber-deep: #b8840a;
  --warn: #c45a2c;
  --line: rgba(12, 31, 28, 0.14);
  --line-light: rgba(243, 245, 241, 0.18);
  --shadow-soft: 0 18px 40px rgba(3, 22, 20, 0.18);
  --font-display: 'Bricolage Grotesque', Georgia, serif;
  --font-body: 'Figtree', Tahoma, sans-serif;
  --max: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(26, 154, 146, 0.12), transparent 60%),
    linear-gradient(180deg, #eef2ef 0%, var(--bone) 40%, #e9eeea 100%);
  line-height: 1.65;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--reef);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--amber-deep);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.55em;
  font-weight: 700;
}

p {
  margin: 0 0 1em;
}

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* ——— Header ——— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(243, 245, 241, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ink);
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.brand-mark {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1;
}

.brand-mark span {
  color: var(--reef);
}

.brand-sub {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.55);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--bone);
  color: var(--ink);
  padding: 0.45rem 0.7rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.05rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a.active {
  border-bottom-color: var(--lagoon);
  color: var(--reef);
}

.nav-cta {
  background: var(--ink);
  color: var(--bone) !important;
  padding: 0.55rem 0.95rem !important;
  border-bottom: none !important;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 92% 100%, 0 100%);
}

.nav-cta:hover {
  background: var(--reef);
  color: var(--bone) !important;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  color: var(--bone);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: drift 18s var(--ease) infinite alternate;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(3, 22, 20, 0.88) 12%, rgba(3, 22, 20, 0.45) 55%, rgba(3, 22, 20, 0.25) 100%),
    linear-gradient(0deg, rgba(3, 22, 20, 0.75) 0%, transparent 45%);
}

.hero-copy {
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto;
  padding: 6.5rem 0 3.5rem;
}

.hero-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(3.4rem, 11vw, 7.5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 0.35em;
  max-width: 10ch;
}

.hero-brand em {
  font-style: normal;
  color: var(--amber);
}

.hero-lead {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  max-width: 34ch;
  margin-bottom: 1.6rem;
  color: rgba(243, 245, 241, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.depth-strip {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-light);
  padding-top: 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 245, 241, 0.7);
}

.depth-strip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0;
  color: var(--bone);
  margin-top: 0.15rem;
}

@keyframes drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.03em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 94% 100%, 0 100%);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-amber {
  background: var(--amber);
  color: var(--depth);
}

.btn-amber:hover {
  background: #efb31f;
  color: var(--depth);
}

.btn-ghost {
  background: transparent;
  color: var(--bone);
  border: 1px solid rgba(243, 245, 241, 0.45);
  clip-path: none;
}

.btn-ghost:hover {
  background: rgba(243, 245, 241, 0.1);
  color: var(--bone);
}

.btn-ink {
  background: var(--ink);
  color: var(--bone);
}

.btn-ink:hover {
  background: var(--reef);
  color: var(--bone);
}

.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
  clip-path: none;
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--bone);
}

/* ——— Sections ——— */
.section {
  padding: 5.5rem 0;
}

.section-tight {
  padding: 3.5rem 0;
}

.section-xl {
  padding: 6.5rem 0;
}

.section-dark {
  background:
    linear-gradient(160deg, #052421 0%, #0a3530 48%, #031614 100%);
  color: var(--bone);
}

.section-dark a {
  color: var(--amber);
}

.section-reef {
  background:
    linear-gradient(120deg, rgba(13, 107, 102, 0.12), transparent 40%),
    var(--foam);
}

.tide-mark {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: rgba(12, 31, 28, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.section-dark .tide-mark {
  color: rgba(243, 245, 241, 0.55);
}

.tide-mark::before,
.tide-mark::after {
  content: '';
  height: 1px;
  flex: 1;
  background: currentColor;
  opacity: 0.55;
}

.section-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  max-width: 16ch;
}

.section-lead {
  max-width: 52ch;
  font-size: 1.08rem;
  color: rgba(12, 31, 28, 0.78);
}

.section-dark .section-lead {
  color: rgba(243, 245, 241, 0.8);
}

/* ——— Asymmetric ledger grid ——— */
.ledger {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: start;
}

.ledger.reverse {
  grid-template-columns: 0.9fr 1.1fr;
}

.ledger-media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.ledger-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.ledger-media::after {
  content: attr(data-depth);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.55rem 0.9rem;
  background: var(--amber);
  color: var(--depth);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bleed-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 2rem;
}

.bleed-strip figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.bleed-strip img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}

.bleed-strip figure:hover img {
  transform: scale(1.06);
}

.bleed-strip figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.7rem 0.85rem;
  background: linear-gradient(transparent, rgba(3, 22, 20, 0.85));
  color: var(--bone);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ——— Site notes (not cards) ——— */
.note-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.note {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  gap: 1.25rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.note-code {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--reef);
  letter-spacing: 0.04em;
}

.note h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.note p {
  margin: 0;
  color: rgba(12, 31, 28, 0.75);
  max-width: 52ch;
}

.note-meta {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.5);
  white-space: nowrap;
}

.section-dark .note {
  border-color: var(--line-light);
}

.section-dark .note p,
.section-dark .note-meta {
  color: rgba(243, 245, 241, 0.72);
}

/* ——— Stat runway ——— */
.stat-run {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.stat {
  padding: 1.1rem 0;
  border-top: 3px solid var(--lagoon);
}

.stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1;
  margin-bottom: 0.35rem;
}

.stat span {
  font-size: 0.85rem;
  color: rgba(12, 31, 28, 0.65);
}

.section-dark .stat span {
  color: rgba(243, 245, 241, 0.65);
}

/* ——— Page hero (inner) ——— */
.page-hero {
  position: relative;
  padding: 4.5rem 0 3rem;
  overflow: hidden;
  color: var(--bone);
  background: var(--depth);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(3, 22, 20, 0.82) 18%, rgba(3, 22, 20, 0.45) 100%),
    var(--hero-image, none) center/cover no-repeat;
  z-index: 0;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  max-width: 14ch;
  margin-bottom: 0.4em;
}

.page-hero p {
  max-width: 42ch;
  font-size: 1.1rem;
  color: rgba(243, 245, 241, 0.85);
  margin: 0;
}

.crumb {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: rgba(243, 245, 241, 0.55);
}

.crumb a {
  color: var(--amber);
  text-decoration: none;
}

/* ——— Gallery ——— */
.gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 160px;
  gap: 0.6rem;
}

.gallery-mosaic figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-mosaic figure:nth-child(3n) {
  grid-column: span 4;
}

.gallery-mosaic figure:nth-child(4),
.gallery-mosaic figure:nth-child(7) {
  grid-column: span 6;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.gallery-mosaic figure:hover img {
  transform: scale(1.05);
}

.gallery-mosaic figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 0.7rem;
  background: linear-gradient(transparent, rgba(3, 22, 20, 0.8));
  color: var(--bone);
  font-size: 0.82rem;
}

/* ——— FAQ ——— */
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

.faq summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: '+';
  color: var(--reef);
  font-size: 1.3rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: '–';
}

.faq details p {
  margin: 0.8rem 0 0.2rem;
  max-width: 62ch;
  color: rgba(12, 31, 28, 0.75);
}

/* ——— Forms ——— */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.7);
}

input,
select,
textarea {
  font: inherit;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--lagoon);
  outline-offset: 1px;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  font-size: 0.9rem;
  color: rgba(12, 31, 28, 0.65);
}

.contact-rail {
  display: grid;
  gap: 1.4rem;
  padding-top: 0.4rem;
}

.contact-rail h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.contact-rail p,
.contact-rail a {
  margin: 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
}

.contact-rail a:hover {
  color: var(--reef);
}

/* ——— Legal ——— */
.legal {
  max-width: 72ch;
}

.legal h2 {
  font-size: 1.35rem;
  margin-top: 2rem;
}

.legal ul {
  padding-left: 1.2rem;
}

.legal li {
  margin-bottom: 0.45rem;
}

.updated {
  font-size: 0.85rem;
  color: rgba(12, 31, 28, 0.55);
  letter-spacing: 0.04em;
}

/* ——— Quote band ——— */
.quote-band {
  padding: 3.5rem 0;
  background: var(--ink);
  color: var(--bone);
}

.quote-band blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.5vw, 2.35rem);
  line-height: 1.25;
  max-width: 22ch;
  font-weight: 700;
}

.quote-band cite {
  display: block;
  margin-top: 1.2rem;
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
}

/* ——— Footer ——— */
.site-footer {
  background: var(--depth);
  color: rgba(243, 245, 241, 0.78);
  padding: 3.5rem 0 7rem;
  border-top: 3px solid var(--amber);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 0.6rem;
}

.footer-brand span {
  color: var(--amber);
}

.site-footer h4 {
  color: var(--bone);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.site-footer a {
  color: rgba(243, 245, 241, 0.78);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--amber);
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.85rem;
}

/* ——— Cookie banner ——— */
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  max-width: 720px;
  margin-inline: auto;
  background: var(--ink);
  color: var(--bone);
  padding: 1.15rem 1.25rem;
  border-top: 3px solid var(--amber);
  box-shadow: var(--shadow-soft);
  display: none;
  gap: 1rem;
  align-items: flex-start;
  animation: rise 0.45s var(--ease);
}

.cookie-banner.show {
  display: grid;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(243, 245, 241, 0.85);
}

.cookie-banner a {
  color: var(--amber);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-actions button {
  font: inherit;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.55rem 0.85rem;
  cursor: pointer;
  border: none;
}

.cookie-accept {
  background: var(--amber);
  color: var(--depth);
}

.cookie-reject {
  background: transparent;
  color: var(--bone);
  border: 1px solid rgba(243, 245, 241, 0.35) !important;
}

.cookie-prefs {
  background: rgba(243, 245, 241, 0.1);
  color: var(--bone);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ——— Reveal motion ——— */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

/* ——— Utility ——— */
.split-2 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: start;
}

.prose {
  max-width: 62ch;
}

.prose h2 {
  font-size: 1.55rem;
  margin-top: 1.8rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
}

.tag {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  color: rgba(12, 31, 28, 0.7);
}

.section-dark .tag {
  border-color: var(--line-light);
  color: rgba(243, 245, 241, 0.75);
}

.table-plain {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.table-plain th,
.table-plain td {
  text-align: left;
  padding: 0.85rem 0.4rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.table-plain th {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.55);
}

.alert {
  padding: 1rem 1.1rem;
  background: rgba(217, 161, 22, 0.15);
  border-left: 3px solid var(--amber);
  margin: 1.2rem 0;
}

/* ——— Logo lockups ——— */
.logo-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-lockup img {
  width: min(100%, 280px);
  height: auto;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.footer-brand-row img {
  width: 44px;
  height: 44px;
}

.footer-brand {
  margin: 0;
}

/* ——— Editorial density ——— */
.page-hero {
  min-height: 42vh;
  padding: 5.5rem 0 3.5rem;
}

.page-hero h1 {
  max-width: 18ch;
}

.chapter-head {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 1.25rem;
  align-items: end;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.section-dark .chapter-head {
  border-color: var(--line-light);
}

.chapter-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  line-height: 0.9;
  color: var(--reef);
  letter-spacing: -0.04em;
}

.section-dark .chapter-num {
  color: var(--amber);
}

.chapter-head h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  max-width: 18ch;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 2.75rem;
  align-items: start;
}

.editorial-grid.flip {
  grid-template-columns: 0.85fr 1.35fr;
}

.prose-wide {
  max-width: 68ch;
}

.prose-wide p,
.prose p {
  font-size: 1.05rem;
}

.side-panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.4rem 1.35rem;
  position: sticky;
  top: 5.5rem;
}

.section-dark .side-panel {
  background: rgba(243, 245, 241, 0.05);
  border-color: var(--line-light);
}

.side-panel h3 {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--reef);
  margin-bottom: 0.85rem;
}

.section-dark .side-panel h3 {
  color: var(--amber);
}

.side-panel ul {
  margin: 0;
  padding-left: 1.1rem;
}

.side-panel li {
  margin-bottom: 0.55rem;
}

.rail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.rail-list li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
  margin: 0;
}

.section-dark .rail-list li {
  border-color: var(--line-light);
}

.rail-list strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--reef);
}

.section-dark .rail-list strong {
  color: var(--amber);
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  counter-reset: step;
  margin: 2rem 0 0;
  border-top: 1px solid var(--line);
}

.section-dark .process {
  border-color: var(--line-light);
}

.process-step {
  padding: 1.4rem 1.1rem 1.4rem 0;
  border-right: 1px solid var(--line);
  padding-right: 1.2rem;
  margin-right: 1.2rem;
}

.process-step:last-child {
  border-right: none;
  margin-right: 0;
}

.section-dark .process-step {
  border-color: var(--line-light);
}

.process-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--reef);
  margin-bottom: 0.65rem;
}

.section-dark .process-step::before {
  color: var(--amber);
}

.process-step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.process-step p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(12, 31, 28, 0.72);
}

.section-dark .process-step p {
  color: rgba(243, 245, 241, 0.72);
}

.site-dossier {
  display: grid;
  gap: 0;
}

.dossier {
  display: grid;
  grid-template-columns: 180px 1fr 200px;
  gap: 1.5rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.section-dark .dossier {
  border-color: var(--line-light);
}

.dossier-visual {
  overflow: hidden;
  min-height: 140px;
  background: var(--depth);
}

.dossier-visual img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.dossier h3 {
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.dossier p {
  margin-bottom: 0.7rem;
  max-width: 52ch;
}

.dossier-facts {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.55);
  display: grid;
  gap: 0.45rem;
}

.section-dark .dossier-facts {
  color: rgba(243, 245, 241, 0.55);
}

.dossier-facts b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  font-weight: 700;
}

.section-dark .dossier-facts b {
  color: var(--bone);
}

.trip-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.trip-slot {
  padding: 1.5rem 1.35rem;
  background: #fff;
  border-top: 4px solid var(--lagoon);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.section-dark .trip-slot {
  background: rgba(243, 245, 241, 0.04);
  border-color: var(--line-light);
  border-top-color: var(--amber);
}

.trip-slot .slot-code {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--reef);
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}

.section-dark .trip-slot .slot-code {
  color: var(--amber);
}

.trip-slot h3 {
  font-size: 1.35rem;
  margin-bottom: 0.45rem;
}

.trip-slot p {
  margin-bottom: 0.9rem;
}

.course-track {
  display: grid;
  gap: 0;
}

.course-row {
  display: grid;
  grid-template-columns: 7rem 1fr 11rem;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.course-row .lvl {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--reef);
}

.course-row h3 {
  margin-bottom: 0.35rem;
  font-size: 1.35rem;
}

.course-meta {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.55);
  display: grid;
  gap: 0.35rem;
  text-align: right;
}

.journal-feed {
  display: grid;
  gap: 2rem;
}

.journal-piece {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.75rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.journal-piece .when {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(12, 31, 28, 0.5);
}

.journal-piece .when b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin-top: 0.25rem;
}

.journal-piece h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  margin-bottom: 0.5rem;
}

.journal-piece .lede {
  font-size: 1.08rem;
  color: rgba(12, 31, 28, 0.78);
  max-width: 60ch;
}

.gallery-mosaic {
  grid-auto-rows: 200px;
}

.gallery-mosaic figure:nth-child(1) {
  grid-column: span 6;
  grid-row: span 3;
}

.gallery-mosaic figure:nth-child(2) {
  grid-column: span 6;
  grid-row: span 2;
}

.faq details {
  padding: 1.25rem 0;
}

.faq summary {
  font-size: 1.2rem;
}

.contact-map {
  min-height: 280px;
  background:
    linear-gradient(135deg, rgba(13, 107, 102, 0.18), rgba(3, 22, 20, 0.55)),
    url('../images/desert-horizon.jpg') center/cover no-repeat;
  color: var(--bone);
  display: grid;
  align-content: end;
  padding: 1.5rem;
}

.contact-map strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.35rem;
}

.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.5rem;
  font-size: 0.95rem;
}

.hours-grid span {
  color: rgba(12, 31, 28, 0.55);
}

.cta-band {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem 0 0;
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
}

.section-dark .cta-band {
  border-color: var(--line-light);
}

.cta-band h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.cta-band p {
  margin: 0;
  max-width: 46ch;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.feature-strip article {
  padding-top: 1rem;
  border-top: 2px solid var(--lagoon);
}

.feature-strip h3 {
  font-size: 1.2rem;
}

.pull-metric {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--reef);
  margin: 0.2rem 0 0.6rem;
}

.section-dark .pull-metric {
  color: var(--amber);
}

.checklist {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.checklist li {
  position: relative;
  padding-left: 1.4rem;
}

.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--amber);
}

/* ——— Responsive ——— */
@media (max-width: 960px) {
  .ledger,
  .ledger.reverse,
  .split-2,
  .footer-grid,
  .editorial-grid,
  .editorial-grid.flip,
  .dossier,
  .journal-piece,
  .trip-board,
  .course-row,
  .process,
  .feature-strip,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .stat-run {
    grid-template-columns: 1fr 1fr;
  }

  .note {
    grid-template-columns: 4rem 1fr;
  }

  .note-meta {
    grid-column: 2;
  }

  .bleed-strip {
    grid-template-columns: 1fr;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .gallery-mosaic figure,
  .gallery-mosaic figure:nth-child(1),
  .gallery-mosaic figure:nth-child(2),
  .gallery-mosaic figure:nth-child(4),
  .gallery-mosaic figure:nth-child(7) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .process-step {
    border-right: none;
    margin-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 1.2rem 0;
  }

  .course-meta,
  .dossier-facts {
    text-align: left;
  }

  .side-panel {
    position: static;
  }

  .chapter-head {
    grid-template-columns: 3.5rem 1fr;
  }
}

@media (max-width: 780px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--bone);
    border-bottom: 1px solid var(--line);
    padding: 0.8rem 1.25rem 1.2rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .site-nav.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
    clip-path: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .stat-run {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .reveal,
  .bleed-strip img,
  .gallery-mosaic img {
    animation: none !important;
    transition: none !important;
  }
}
