:root {
  --ink: #1b242c;
  --ink-soft: #3c4752;
  --paper: #f3eee3;
  --paper-2: #e7dfcf;
  --snow: #fffaf2;
  --forest: #1f4638;
  --forest-deep: #132920;
  --moss: #3d6b55;
  --copper: #b85a36;
  --brass: #c3a05a;
  --mist: #d5e0d8;
  --line: #d2c8b4;
  --danger: #8a2e22;
  --display: "Cormorant Infant", "Palatino Linotype", Palatino, serif;
  --ui: "Schibsted Grotesk", "Segoe UI", sans-serif;
  --radius-a: 1.35rem 0.28rem 1.1rem 0.28rem;
  --radius-b: 0.4rem 1.4rem 0.4rem 1.4rem;
  --shadow: 0 18px 40px -28px rgba(19, 41, 32, 0.55);
  --band: 0 clamp(1.05rem, 3.8vw, 3.25rem);
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after { box-sizing: inherit; }
body.folio {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(61, 107, 85, 0.09), transparent 55%),
    var(--paper);
  font-family: var(--ui);
  font-size: 1.02rem;
  line-height: 1.62;
  letter-spacing: -0.011em;
}
.shot img,
.hub-card img,
.mark-lockup img,
article img,
figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
a { color: var(--forest); text-underline-offset: 0.18em; }
a:hover { color: var(--copper); }
:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.skip-jump {
  position: absolute;
  left: 0.8rem;
  top: -3.2rem;
  background: var(--forest-deep);
  color: var(--snow);
  padding: 0.45rem 0.8rem;
  z-index: 80;
}
.skip-jump:focus { top: 0.6rem; }

.shell-band { padding-inline: var(--band); }
.shell-narrow { width: min(73.5rem, 100%); margin-inline: auto; }
.shell-prose { width: min(46.5rem, 100%); }

.mast-ribbon {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--forest-deep) 92%, black);
  color: var(--snow);
  border-bottom: 1px solid color-mix(in srgb, var(--brass) 35%, transparent);
}
.mast-inner {
  width: min(76rem, 100%);
  margin-inline: auto;
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-inline: var(--band);
}
.mark-lockup {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.mark-lockup img,
.mark-lockup svg { width: 2.35rem; height: 2.35rem; flex: none; }
.mark-lockup strong {
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.mark-lockup span {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-top: 0.18rem;
}
.spine-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.05rem;
}
.spine-nav a {
  color: inherit;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
}
.spine-nav a:hover { color: var(--brass); }
.spine-drop { position: relative; }
.spine-drop > button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  padding: 0.45rem 0;
}
.spine-drop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 16.5rem;
  height: 0.85rem;
  z-index: 59;
}
.spine-panel {
  display: none;
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 16.5rem;
  background: var(--snow);
  color: var(--ink);
  padding: 0.75rem;
  border-radius: var(--radius-a);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  z-index: 60;
}
.spine-drop:hover .spine-panel,
.spine-drop:focus-within .spine-panel { display: grid; gap: 0.35rem; }
.spine-panel a {
  color: var(--ink);
  padding: 0.35rem 0.45rem;
  border-radius: 0.4rem;
}
.spine-panel a:hover { background: var(--mist); color: var(--forest); }
.lang-switch {
  display: inline-flex;
  border: 1px solid color-mix(in srgb, var(--snow) 28%, transparent);
  border-radius: 999px;
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 600;
}
.lang-switch a {
  color: inherit;
  text-decoration: none;
  padding: 0.28rem 0.62rem;
}
.lang-switch a.is-on { background: var(--brass); color: var(--forest-deep); }
.btn-solid,
.btn-ghost,
.btn-tiny {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 650;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-solid {
  background: var(--copper);
  color: #fff8f3;
  padding: 0.72rem 1.15rem;
}
.btn-solid:hover { background: #9c4628; color: #fff; }
.btn-ghost {
  background: transparent;
  color: inherit;
  border-color: color-mix(in srgb, currentColor 35%, transparent);
  padding: 0.68rem 1.05rem;
}
.btn-tiny {
  background: var(--forest);
  color: var(--snow);
  padding: 0.42rem 0.78rem;
  font-size: 0.86rem;
}
.nav-toggle {
  display: none;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid color-mix(in srgb, var(--snow) 25%, transparent);
  background: transparent;
  color: inherit;
  border-radius: 0.55rem;
}
.nav-toggle b,
.nav-toggle b::before,
.nav-toggle b::after {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
}
.nav-toggle b::before,
.nav-toggle b::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle b::before { top: -6px; }
.nav-toggle b::after { top: 6px; }

.note-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-bottom: 1px dotted var(--copper);
  cursor: help;
  background: none;
  font-family: inherit;
  padding: 0;
}
.note-bubble {
  position: absolute;
  z-index: 30;
  width: min(22rem, calc(100vw - 2rem));
  background: var(--forest-deep);
  color: var(--snow);
  padding: 0.8rem 0.9rem;
  border-radius: 0.7rem;
  font-size: 0.84rem;
  line-height: 1.45;
  box-shadow: var(--shadow);
  transform: translateY(0.4rem);
}
.note-wrap { position: relative; display: inline-block; }

.lead-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.92fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
  padding-block: clamp(1.4rem, 3.5vw, 2.8rem) 1.1rem;
}
.kicker {
  color: var(--moss);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.7rem;
}
h1 {
  font-family: var(--display);
  font-size: clamp(2.05rem, 4.4vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 0.85rem;
  font-weight: 700;
}
.lede {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 42rem;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}
.bookslot-frame {
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius-a);
  padding: 0.85rem 0.85rem 0.4rem;
  box-shadow: var(--shadow);
  min-height: 22rem;
  overflow: visible;
  isolation: isolate;
}
.bookslot-frame,
.offer-rail {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}
.bookslot-frame,
.bookslot-frame *,
.bookslot-frame [data-tiqets-widget],
.bookslot-frame [data-tiqets-widget] * {
  box-sizing: content-box;
}
.bookslot-frame img {
  max-width: none !important;
  max-height: none !important;
  height: unset !important;
  width: unset !important;
  display: revert !important;
  object-fit: unset !important;
  vertical-align: top;
}
.offer-rail img {
  max-width: 100%;
  height: auto;
}

.offer-rail {
  margin: 0.4rem 0 1.6rem;
  min-height: 18rem;
  overflow: visible;
  isolation: isolate;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin: 1.8rem 0 1rem;
}
.section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  margin: 0;
  line-height: 1.12;
}
.section-head p { margin: 0; color: var(--ink-soft); max-width: 28rem; }

.pass-stack {
  display: grid;
  grid-template-columns: 1.18fr 1fr 0.92fr;
  gap: 0.9rem;
}
.pass-tile {
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: var(--radius-b);
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-height: 100%;
}
.pass-tile.featured {
  background: var(--forest);
  color: var(--snow);
  border-color: transparent;
}
.pass-tile .tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper);
  font-weight: 700;
}
.pass-tile.featured .tag { color: var(--brass); }
.pass-tile h3 {
  font-family: var(--display);
  font-size: 1.7rem;
  margin: 0;
}
.pass-tile .sum { margin: 0; flex: 1; }
.pass-tile .price {
  font-size: 1.45rem;
  font-weight: 700;
}
.pass-tile ul { margin: 0; padding-left: 1.05rem; }

.hub-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}
.hub-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem 0.25rem;
  min-height: 11.5rem;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}
.hub-card:nth-child(1) {
  grid-row: 1 / span 2;
  min-height: 24rem;
  border-radius: 0.3rem 1.4rem 0.3rem 1.4rem;
}
.hub-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.hub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(15, 28, 24, 0.78));
  z-index: -1;
}
.hub-card div { position: absolute; left: 1rem; right: 1rem; bottom: 0.95rem; }
.hub-card h3 {
  margin: 0 0 0.2rem;
  font-family: var(--display);
  font-size: 1.45rem;
}
.hub-card p { margin: 0; font-size: 0.9rem; opacity: 0.9; }

.fact-ledger {
  width: 100%;
  border-collapse: collapse;
  background: var(--snow);
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--line);
}
.fact-ledger th,
.fact-ledger td {
  text-align: left;
  padding: 0.72rem 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.fact-ledger th {
  width: 34%;
  background: var(--mist);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fact-ledger caption {
  text-align: left;
  font-weight: 700;
  padding: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.35rem;
}

.compare-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.compare-col {
  background: var(--paper-2);
  padding: 1rem;
  border-radius: 0.85rem;
}
.compare-col h3 { margin-top: 0; font-family: var(--display); }

.prose-well {
  width: min(48.5rem, 100%);
}
.prose-well h2 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  margin: 1.7rem 0 0.65rem;
  line-height: 1.15;
}
.prose-well h3 {
  font-family: var(--display);
  font-size: 1.28rem;
  margin: 1.25rem 0 0.45rem;
}
.prose-well p { margin: 0 0 0.85rem; }
.prose-well ul,
.prose-well ol { margin: 0 0 1rem; padding-left: 1.15rem; }
.prose-well li { margin: 0 0 0.35rem; }
.layout-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.7fr);
  gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: start;
}
.side-dock {
  position: sticky;
  top: 5.2rem;
  background: var(--forest-deep);
  color: var(--snow);
  padding: 1.05rem 1.1rem;
  border-radius: var(--radius-a);
}
.side-dock h2 {
  font-family: var(--display);
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
}
.side-dock a { color: var(--brass); }
.toc-rail { display: grid; gap: 0.35rem; margin-top: 0.7rem; }
.toc-rail a {
  color: inherit;
  text-decoration: none;
  font-size: 0.88rem;
  opacity: 0.86;
}
.toc-rail a:hover { color: var(--brass); }

.shot {
  margin: 1.1rem 0 1.3rem;
}
.shot img {
  width: 100%;
  border-radius: 1.05rem 0.25rem 1.05rem 0.25rem;
  background: var(--paper-2);
}
.shot figcaption {
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 0.4rem;
}

.hour-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.hour-matrix th,
.hour-matrix td {
  border-bottom: 1px solid var(--line);
  padding: 0.62rem 0.45rem;
  text-align: left;
}
.hour-matrix thead th { font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; }

.ask-list { display: grid; gap: 0.55rem; }
.ask-item {
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  overflow: hidden;
}
.ask-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  font: inherit;
  font-weight: 650;
  padding: 0.85rem 1rem;
  cursor: pointer;
}
.ask-item .ans {
  display: none;
  padding: 0 1rem 0.9rem;
  color: var(--ink-soft);
}
.ask-item.is-open .ans { display: block; }

.callout-note {
  background: color-mix(in srgb, var(--brass) 16%, var(--snow));
  border-left: 4px solid var(--copper);
  padding: 0.85rem 1rem;
  border-radius: 0 0.7rem 0.7rem 0;
  margin: 1rem 0;
}
.source-line {
  font-size: 0.84rem;
  color: var(--ink-soft);
}

.crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  margin: 0.9rem 0 0;
}
.crumb a { color: var(--ink-soft); text-decoration: none; }
.crumb span { opacity: 0.45; }

.related-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13.2rem, 1fr));
  gap: 0.75rem;
  margin: 1.4rem 0 2rem;
}
.related-strip a {
  background: var(--snow);
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.9rem 1rem;
  text-decoration: none;
  color: inherit;
}
.related-strip a strong { display: block; font-family: var(--display); font-size: 1.25rem; }

.footband {
  background: var(--forest-deep);
  color: #d7e4dc;
  margin-top: 2.4rem;
  padding: 2.2rem 0 1.3rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.4rem;
}
.footband a { color: #f4efe4; text-decoration: none; }
.footband a:hover { color: var(--brass); }
.footband h2 {
  font-family: var(--display);
  font-size: 1.2rem;
  margin: 0 0 0.6rem;
  color: #fff;
}
.footband ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.32rem; }
.disclaimer-box {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--snow) 14%, transparent);
  font-size: 0.82rem;
  opacity: 0.88;
}
.legal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.1rem;
  margin-top: 0.8rem;
  font-size: 0.82rem;
}

.map-frame {
  border: 0;
  width: 100%;
  height: 22rem;
  border-radius: 1rem;
  filter: saturate(0.85);
}

@media (max-width: 980px) {
  .lead-stage,
  .layout-split,
  .pass-stack,
  .compare-board,
  .related-strip,
  .foot-grid,
  .hub-mosaic { grid-template-columns: 1fr; }
  .hub-card:nth-child(1) { grid-row: auto; min-height: 16rem; }
  .side-dock { position: static; }
  .spine-nav { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  body.nav-open .spine-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0; right: 0; top: 4.15rem;
    background: var(--forest-deep);
    padding: 0.8rem var(--band) 1.2rem;
    gap: 0.55rem;
    border-bottom: 1px solid var(--brass);
  }
  .spine-drop::after { display: none; }
  .spine-drop:hover .spine-panel,
  .spine-drop:focus-within .spine-panel,
  .spine-panel {
    position: static;
    display: grid;
    background: transparent;
    color: inherit;
    border: 0;
    box-shadow: none;
    padding: 0.2rem 0 0.4rem 0.6rem;
  }
  .spine-panel a { color: inherit; }
  .mast-ribbon { position: sticky; }
}
@media (max-width: 640px) {
  body.folio { font-size: 0.98rem; }
  .btn-solid, .btn-ghost { width: 100%; }
  .cta-row { flex-direction: column; }
  .bookslot-frame { min-height: 18rem; }
}
