@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;0,6..96,600;1,6..96,400&family=Karla:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --chalk: #F7F3E9;
  --chalk-2: #F1EBDD;
  --chalk-3: #E7DFCC;
  --stone: #EAE3D2;
  --line: #DBD2BE;
  --line-2: #C7BBA1;
  --forest: #15291E;
  --forest-2: #1D3A2A;
  --forest-3: #2E5540;
  --ink: #1F2C25;
  --ink-2: #45544B;
  --ink-soft: #5B685F;
  --brass: #885C14;
  --brass-2: #BE9448;
  --brass-3: #E0C489;
  --on-dark: #EDE7D8;
  --on-dark-soft: #B3BFB4;
  --serif: 'Bodoni Moda', 'Times New Roman', Georgia, serif;
  --sans: 'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wrap: 1220px;
  --pad: clamp(1.15rem, 4.5vw, 3.25rem);
  --nav-h: 74px;
  --gap: clamp(1.5rem, 3.5vw, 3rem);
}

html { scroll-behavior: smooth; }
body {
  background: var(--chalk);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; color: inherit; }
ul { list-style: none; }

/* ---------- Type ---------- */
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 400; font-style: normal; }
h1 {
  font-size: clamp(2.7rem, 6.4vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: 0.004em;
}
h2 { font-size: clamp(1.95rem, 4vw, 3.15rem); line-height: 1.1; letter-spacing: 0.006em; }
h3 { font-size: clamp(1.25rem, 2.1vw, 1.6rem); line-height: 1.2; }
h4 {
  font-family: var(--sans); font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.26em; color: var(--ink-soft);
}
em.i { font-style: italic; }
p { color: var(--ink-2); }
strong { font-weight: 600; color: var(--ink); }

.eyebrow {
  display: inline-block;
  font-size: 0.7rem; font-weight: 600; line-height: 1;
  text-transform: uppercase; letter-spacing: 0.34em;
  color: var(--brass);
}
.eyebrow::after {
  content: ''; display: block; width: 34px; height: 1px;
  background: var(--brass-2); margin-top: 0.85rem;
}
.eyebrow.no-rule::after { display: none; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.68; color: var(--ink-2); }

:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}
.band--forest :focus-visible, footer :focus-visible, .lb :focus-visible {
  outline-color: var(--brass-3);
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.wrap-tight { max-width: 880px; }
section { padding: clamp(3.5rem, 7.5vw, 7rem) 0; }
.band--stone { background: var(--stone); }
.band--chalk2 { background: var(--chalk-2); }
.band--forest { background: var(--forest); color: var(--on-dark); }
.band--forest h1, .band--forest h2, .band--forest h3 { color: var(--chalk); }
.band--forest p { color: var(--on-dark-soft); }
.band--forest .eyebrow { color: var(--brass-3); }
.band--forest .eyebrow::after { background: var(--brass-2); }
.hair { height: 1px; background: var(--line); border: 0; }

.sec-head { max-width: 46rem; margin-bottom: clamp(2.25rem, 4.5vw, 3.5rem); }
.sec-head .eyebrow { margin-bottom: 1.1rem; }
.sec-head h2 { margin-bottom: 1rem; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .eyebrow::after { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  min-height: 52px; padding: 0.9rem 1.9rem;
  font-family: var(--sans); font-size: 0.74rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.2em;
  border: 1px solid transparent; border-radius: 2px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn-solid { background: var(--forest); color: var(--chalk); }
.btn-solid:hover { background: #0C1D14; }
.btn-brass { background: var(--brass-2); color: #1B1405; }
.btn-brass:hover { background: var(--brass); color: #FBF6EA; }
.btn-ghost { border-color: var(--line-2); color: var(--ink); }
.btn-ghost:hover { border-color: var(--forest); background: var(--forest); color: var(--chalk); }
.btn-light { border-color: rgba(224,196,137,0.5); color: var(--chalk); }
.btn-light:hover { background: var(--brass-2); border-color: var(--brass-2); color: #1B1405; }
.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.tlink {
  display: inline-flex; align-items: center; gap: 0.55rem; min-height: 44px;
  font-size: 0.74rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--brass); border-bottom: 1px solid var(--line-2); width: fit-content;
  transition: color 0.2s, border-color 0.2s, gap 0.2s;
}
.tlink:hover { color: var(--forest); border-color: var(--forest); gap: 0.9rem; }
.band--forest .tlink { color: var(--brass-3); border-color: rgba(224,196,137,0.4); }
.band--forest .tlink:hover { color: #fff; border-color: var(--brass-3); }

/* ---------- Nav ---------- */
nav.site-nav {
  position: sticky; top: 40px; z-index: 800;
  background: rgba(247,243,233,0.94);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-in {
  max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad);
  height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.7rem; min-height: 44px; }
.brand svg { width: 26px; height: 26px; flex-shrink: 0; }
.brand .bt {
  font-family: var(--serif); font-size: 1.02rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.28em; line-height: 1; color: var(--forest);
  padding-left: 0.06em;
}
.nav-links { display: flex; align-items: center; gap: clamp(0.5rem, 1.7vw, 1.5rem); }
.nav-links a {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; min-width: 44px; padding: 0 0.2rem;
  font-size: 0.71rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.17em;
  color: var(--ink-2); border-bottom: 1px solid transparent; transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--forest); border-color: var(--brass-2); }
.nav-links a[aria-current="page"] { color: var(--forest); border-color: var(--brass); }
.nav-links a.btn { min-height: 44px; padding: 0.55rem 1.3rem; border-bottom: 1px solid transparent; }
.nav-links a.btn-solid { color: var(--chalk); }
.nav-links a.btn:hover { border-bottom-color: transparent; }
.nav-toggle {
  display: none; width: 46px; height: 46px; background: none; border: 1px solid var(--line);
  border-radius: 2px; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--forest); transition: transform 0.3s, opacity 0.2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- Art system ---------- */
.art {
  display: block; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #E9E1CE, #D9D0BA);
}
.art > svg { width: 100%; height: 100%; }
.art::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.55) 0.5px, transparent 0.7px),
    linear-gradient(155deg, rgba(255,255,255,0.13), transparent 42%, rgba(21,41,31,0.14));
  background-size: 4px 4px, 100% 100%;
  mix-blend-mode: soft-light; opacity: 0.85;
}
.art.arch { border-radius: 46% 46% 3px 3px / 30% 30% 3px 3px; }
.art.arch-sm { border-radius: 50% 50% 2px 2px / 18% 18% 2px 2px; }
.r-4x5 { aspect-ratio: 4 / 5; }
.r-4x3 { aspect-ratio: 4 / 3; }
.r-3x2 { aspect-ratio: 3 / 2; }
.r-1x1 { aspect-ratio: 1 / 1; }
.r-16x10 { aspect-ratio: 16 / 10; }
.r-21x9 { aspect-ratio: 21 / 9; }
.r-5x7 { aspect-ratio: 5 / 7; }
.art-frame { position: relative; }
.art-frame::before {
  content: ''; position: absolute; inset: 12px; border: 1px solid rgba(247,243,233,0.28);
  border-radius: inherit; z-index: 2; pointer-events: none;
}
.art-cap {
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 0.9rem;
}

/* ---------- Hero ---------- */
.hero { padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 55% at 84% 12%, rgba(190,148,72,0.13), transparent 62%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { margin: 1.6rem 0 1.5rem; }
.hero h1 .it { font-style: italic; }
.hero-sub { max-width: 34rem; }
.hero-cta { margin-top: 2.3rem; }
.hero-note { margin-top: 1.5rem; font-size: 0.87rem; color: var(--ink-soft); }
.hero-note strong { letter-spacing: 0.02em; }
.hero-art { position: relative; }
.hero-badge {
  position: absolute; left: -1.5rem; bottom: 2.2rem; z-index: 3;
  background: var(--chalk); border: 1px solid var(--line);
  padding: 1rem 1.35rem; max-width: 15rem;
  box-shadow: 0 24px 46px -28px rgba(21,41,31,0.55);
}
.hero-badge .n { font-family: var(--serif); font-size: 1.85rem; line-height: 1; color: var(--forest); }
.hero-badge .l { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--ink-soft); margin-top: 0.4rem; }

/* ---------- Stat strip ---------- */
.stat-strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stat { padding: clamp(1.4rem, 3vw, 2.1rem) clamp(0.6rem, 2vw, 1.6rem); border-left: 1px solid var(--line); }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat .n { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1; color: var(--forest); }
.stat .l { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--ink-soft); margin-top: 0.6rem; }

/* ---------- Split blocks ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.wide-art { grid-template-columns: 1.15fr 0.85fr; }
.split.wide-copy { grid-template-columns: 0.85fr 1.15fr; }
.split.rev .split-art { order: -1; }
.split + .split { margin-top: clamp(3rem, 6vw, 5.5rem); }
.split-copy h2 { margin: 1.1rem 0 1.1rem; }
.split-copy p + p { margin-top: 1rem; }
.split-copy .btn-row, .split-copy .tlink { margin-top: 1.9rem; }

/* ---------- Lists ---------- */
.ticks { display: grid; gap: 0.75rem; margin-top: 1.6rem; }
.ticks li { display: flex; gap: 0.85rem; align-items: flex-start; font-size: 0.96rem; color: var(--ink-2); }
.ticks li svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 6px; stroke: var(--brass); fill: none; stroke-width: 2; }
.band--forest .ticks li { color: var(--on-dark-soft); }
.band--forest .ticks li svg { stroke: var(--brass-3); }
.ticks.two { grid-template-columns: 1fr 1fr; gap: 0.75rem 2rem; }

.numlist { counter-reset: n; display: grid; gap: 2rem; }
.numlist li { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; }
.numlist .n {
  font-family: var(--serif); font-size: 1.5rem; color: var(--brass);
  line-height: 1; padding-top: 0.15rem; min-width: 2.2rem;
}
.band--forest .numlist .n { color: var(--brass-3); }
.numlist h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.numlist p { font-size: 0.95rem; }

/* ---------- Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.6vw, 2.2rem); }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 2.6rem); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.1rem, 2.2vw, 1.9rem); }
.card { background: var(--chalk); border: 1px solid var(--line); padding: clamp(1.5rem, 2.6vw, 2.1rem); }
.card h3 { margin-bottom: 0.6rem; }
.card p { font-size: 0.95rem; }
.card .eyebrow { margin-bottom: 0.9rem; }
.card-art h3 { margin: 1.1rem 0 0.5rem; }
.card-art .meta { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--brass); }
.card-art p { margin-top: 0.6rem; }
.card-art .tlink { margin-top: 1.1rem; }

/* ---------- Quote ---------- */
.quote-big { max-width: 44rem; }
.quote-big p {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.9vw, 2.15rem);
  line-height: 1.35; font-style: italic; color: var(--forest);
}
.band--forest .quote-big p { color: var(--chalk); }
.quote-big cite {
  display: block; margin-top: 1.6rem; font-style: normal;
  font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--brass);
}
.band--forest .quote-big cite { color: var(--brass-3); }

/* ---------- Reviews widget ---------- */
.rev-widget { background: var(--chalk); border: 1px solid var(--line); }
.rev-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: clamp(1.2rem, 3vw, 2.6rem);
  align-items: center; padding: clamp(1.4rem, 3vw, 2.1rem); border-bottom: 1px solid var(--line);
}
.rev-score { text-align: center; padding-right: clamp(1.2rem, 3vw, 2.4rem); border-right: 1px solid var(--line); }
.rev-score .n { font-family: var(--serif); font-size: 3.1rem; line-height: 1; color: var(--forest); }
.rev-score .o { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); margin-top: 0.5rem; }
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 15px; height: 15px; fill: var(--brass-2); }
.stars svg.empty { fill: #D8CFBB; }
.stars.lg svg { width: 18px; height: 18px; }
.rev-bars { display: grid; gap: 0.4rem; min-width: 0; }
.rev-bar { display: grid; grid-template-columns: 2.6rem 1fr 2.6rem; gap: 0.7rem; align-items: center; font-size: 0.76rem; color: var(--ink-soft); }
.rev-bar .track { height: 6px; background: var(--chalk-3); }
.rev-bar .fill { display: block; height: 6px; background: var(--brass-2); }
.rev-bar .c { text-align: right; }
.rev-src { text-align: right; }
.rev-src .t { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-soft); }
.rev-src .v { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.5rem; font-size: 0.8rem; color: var(--forest-3); font-weight: 600; }
.rev-src .v svg { width: 14px; height: 14px; stroke: var(--forest-3); fill: none; stroke-width: 2.4; }
.rev-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.rev-card { display: flex; flex-direction: column; padding: clamp(1.4rem, 2.6vw, 2rem); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.rev-card:nth-child(3n+1) { border-left: 0; }
.rev-top { display: flex; align-items: center; gap: 0.85rem; margin-bottom: 0.9rem; }
.rev-av {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--forest-2); color: var(--brass-3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 0.9rem; letter-spacing: 0.04em;
}
.rev-who { min-width: 0; }
.rev-who .nm { display: block; font-size: 0.92rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.rev-who .dt { display: block; font-size: 0.76rem; color: var(--ink-soft); line-height: 1.35; }
.rev-card .stars { margin-bottom: 0.7rem; }
.rev-card p { font-size: 0.93rem; line-height: 1.62; }
.rev-tag {
  display: inline-flex; align-items: center; align-self: flex-start; gap: 0.4rem; margin-top: auto; padding-top: 1.1rem;
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brass);
}
.rev-tag svg { width: 12px; height: 12px; stroke: var(--brass); fill: none; stroke-width: 2.6; }

/* ---------- Gallery ---------- */
.gal-nav { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.gal-nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 1.35rem;
  border: 1px solid var(--line-2); border-radius: 2px;
  font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-2);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gal-nav a:hover { background: var(--forest); border-color: var(--forest); color: var(--chalk); }
.gal-group + .gal-group { margin-top: clamp(3rem, 6vw, 5rem); }
.gal-group h2 { margin-bottom: 0.4rem; }
.gal-group .gh { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.gal-group .gh p { font-size: 0.94rem; max-width: 36rem; }
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.8rem, 1.6vw, 1.2rem); }
.tile {
  display: flex; flex-direction: column; padding: 0; background: none; border: 0;
  text-align: left; position: relative; min-height: 44px;
}
.tile .art { width: 100%; aspect-ratio: 4 / 5; transition: transform 0.5s ease; }
.tile--wide { grid-column: span 2; }
.tile--wide .art { aspect-ratio: auto; flex: 1 1 auto; height: auto; min-height: 0; }
.tile--wide .art > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tile .tile-cap {
  display: flex; align-items: baseline; justify-content: space-between; gap: 0.8rem;
  padding-top: 0.85rem; font-size: 0.78rem; color: var(--ink-2);
}
.tile .tile-cap .g { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--brass); white-space: nowrap; }
.tile-zoom {
  position: absolute; top: 0.8rem; right: 0.8rem; z-index: 3;
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(21,41,31,0.55); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0.9); transition: opacity 0.25s, transform 0.25s;
}
.tile-zoom svg { width: 15px; height: 15px; stroke: var(--chalk); fill: none; stroke-width: 2; }
.tile:hover .tile-zoom, .tile:focus-visible .tile-zoom { opacity: 1; transform: scale(1); }
.tile:hover .art { transform: scale(1.015); }

/* ---------- Lightbox ---------- */
.lb {
  position: fixed; inset: 0; z-index: 9000; display: none;
  background: rgba(12,24,18,0.94);
  padding: 58px clamp(0.75rem, 3vw, 2.5rem) clamp(0.75rem, 3vw, 2.5rem);
  align-items: center; justify-content: center;
}
.lb.open { display: flex; }
body.lb-lock { overflow: hidden; }
.lb-stage { width: min(1000px, 100%); max-height: 100%; display: flex; flex-direction: column; }
.lb-frame { position: relative; }
.lb-art { width: 100%; max-height: 74vh; aspect-ratio: 4 / 3; overflow: hidden; position: relative; background: #10201A; }
.lb-art > svg { width: 100%; height: 100%; }
.lb-cap { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1rem; }
.lb-cap .t { font-family: var(--serif); font-size: 1.15rem; color: var(--chalk); }
.lb-cap .g { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--brass-3); }
.lb-count { font-size: 0.76rem; color: var(--on-dark-soft); letter-spacing: 0.12em; }
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 48px; height: 48px; border: 1px solid rgba(237,231,216,0.4); border-radius: 50%;
  background: rgba(12,24,18,0.55); display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.lb-btn:hover { background: var(--brass-2); border-color: var(--brass-2); }
.lb-btn svg { width: 16px; height: 16px; stroke: var(--chalk); fill: none; stroke-width: 2; }
.lb-btn:hover svg { stroke: #1B1405; }
.lb-prev { left: 0.7rem; }
.lb-next { right: 0.7rem; }
.lb-close {
  position: absolute; top: 48px; right: clamp(0.75rem, 3vw, 2rem); z-index: 3;
  width: 48px; height: 48px; border: 1px solid rgba(237,231,216,0.4); border-radius: 50%;
  background: rgba(12,24,18,0.55); display: flex; align-items: center; justify-content: center;
}
.lb-close:hover { background: var(--brass-2); border-color: var(--brass-2); }
.lb-close svg { width: 16px; height: 16px; stroke: var(--chalk); fill: none; stroke-width: 2; }
.lb-close:hover svg { stroke: #1B1405; }

/* ---------- Tables ---------- */
.table-scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--chalk); }
table.caps { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 0.92rem; }
table.caps th, table.caps td { padding: 1rem 1.15rem; text-align: left; border-bottom: 1px solid var(--line); }
table.caps thead th {
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft);
  background: var(--chalk-2); white-space: nowrap;
}
table.caps tbody th { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; color: var(--forest); white-space: nowrap; }
table.caps td { color: var(--ink-2); }
table.caps tbody tr:last-child th, table.caps tbody tr:last-child td { border-bottom: 0; }
table.caps .num { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); }

/* ---------- Tiers / pricing ---------- */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.1rem, 2.2vw, 1.8rem); align-items: stretch; }
.tier {
  background: var(--chalk); border: 1px solid var(--line);
  padding: clamp(1.6rem, 2.8vw, 2.3rem); display: flex; flex-direction: column;
}
.tier--feature { border-color: var(--brass-2); box-shadow: 0 30px 60px -40px rgba(21,41,31,0.5); }
.tier-flag {
  display: inline-block; align-self: flex-start; margin-bottom: 1.1rem;
  background: var(--brass-2); color: #1B1405; padding: 0.32rem 0.8rem;
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em;
}
/* Keeps the headings and prices on one line across the row while the featured
   card carries its flag. Dropped once the cards stack. */
.tier:not(.tier--feature)::before {
  content: '\00a0'; display: inline-block; align-self: flex-start; margin-bottom: 1.1rem;
  padding: 0.32rem 0.8rem; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em;
  visibility: hidden;
}
.tier h3 { font-size: 1.65rem; margin-bottom: 0.3rem; }
.tier .when { font-size: 0.82rem; color: var(--brass); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 1.3rem; min-height: 3.4em; }
.tier-price { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.2rem 0; margin-bottom: 1.4rem; }
.tier-price .p { font-family: var(--serif); font-size: 2.5rem; line-height: 1; color: var(--forest); }
.tier-price .s { font-size: 0.8rem; color: var(--ink-soft); margin-top: 0.45rem; }
.tier-price .ph { margin-top: 0.9rem; font-size: 0.92rem; color: var(--ink-2); }
.tier-price .ph b { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; color: var(--forest); }
.tier > p { font-size: 0.94rem; }
.tier .ticks { margin-bottom: 1.8rem; }
.tier .btn { margin-top: auto; width: 100%; }

.example { border: 1px solid var(--line-2); padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--chalk); }
.example h3 { margin-bottom: 1.1rem; }
.example dl { display: grid; grid-template-columns: 1fr auto; gap: 0.7rem 1.5rem; font-size: 0.95rem; }
.example dt { color: var(--ink-2); }
.example dd { text-align: right; font-family: var(--serif); font-size: 1.08rem; color: var(--forest); }
.example .total { border-top: 1px solid var(--line); padding-top: 0.85rem; margin-top: 0.3rem; }
.example .total dd { font-size: 1.5rem; }
.example .total dt { font-weight: 600; color: var(--ink); align-self: center; }
.example p.small { font-size: 0.85rem; margin-top: 1.2rem; color: var(--ink-soft); }

.extras { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(2rem, 5vw, 4rem); }
.extras .x { display: flex; align-items: baseline; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.extras .x .nm { flex: 1; font-size: 0.96rem; color: var(--ink); }
.extras .x .nm span { display: block; font-size: 0.83rem; color: var(--ink-soft); }
.extras .x .pr { font-family: var(--serif); font-size: 1.1rem; color: var(--brass); white-space: nowrap; }

/* ---------- FAQ ---------- */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.4rem 3rem 1.4rem 0; position: relative;
  font-family: var(--serif); font-size: clamp(1.08rem, 1.9vw, 1.32rem); color: var(--forest);
  min-height: 44px; display: flex; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ''; position: absolute; right: 0.4rem; top: 50%; width: 13px; height: 13px;
  margin-top: -6px;
  background:
    linear-gradient(var(--brass), var(--brass)) center/13px 1.5px no-repeat,
    linear-gradient(var(--brass), var(--brass)) center/1.5px 13px no-repeat;
  transition: transform 0.25s ease;
}
.faq details[open] summary::after { transform: rotate(90deg); background: linear-gradient(var(--brass), var(--brass)) center/13px 1.5px no-repeat; }
.faq summary:hover { color: var(--brass); }
.faq .faq-a { padding: 0 3rem 1.6rem 0; max-width: 58rem; }
.faq .faq-a p + p { margin-top: 0.9rem; }
.faq .faq-a a { color: var(--brass); border-bottom: 1px solid var(--line-2); }
.faq-group h2 { margin-bottom: 1.4rem; }
.faq-group + .faq-group { margin-top: clamp(2.5rem, 5vw, 4rem); }

/* ---------- Forms ---------- */
.form-card { background: var(--chalk); border: 1px solid var(--line); padding: clamp(1.5rem, 3vw, 2.4rem); }
.form-card.on-forest { background: rgba(255,255,255,0.04); border-color: rgba(224,196,137,0.3); }
.form-head { margin-bottom: 1.7rem; }
.form-head h2, .form-head h3 { margin-bottom: 0.6rem; }
.form-head p { font-size: 0.94rem; }
.field { margin-bottom: 1.15rem; }
.field label {
  display: block; margin-bottom: 0.5rem;
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft);
}
.on-forest .field label { color: var(--brass-3); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 52px; padding: 0.85rem 1rem;
  font-family: var(--sans); font-size: 16px; color: var(--ink);
  background: var(--chalk-2); border: 1px solid var(--line-2); border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
  -webkit-appearance: none; appearance: none;
}
.on-forest .field input, .on-forest .field select, .on-forest .field textarea {
  background: rgba(255,255,255,0.06); border-color: rgba(224,196,137,0.35); color: var(--chalk);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23885C14' stroke-width='1.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.6rem;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass); background: #FFFDF7; }
.on-forest .field input:focus, .on-forest .field select:focus, .on-forest .field textarea:focus { background: rgba(255,255,255,0.11); border-color: var(--brass-3); }
.field input::placeholder, .field textarea::placeholder { color: #9AA69D; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.check {
  display: flex; align-items: flex-start; gap: 0.75rem; margin: 0.4rem 0 1.3rem;
  font-size: 0.86rem; color: var(--ink-2); min-height: 44px; align-items: center;
}
.check input { width: 22px; height: 22px; min-height: 22px; flex-shrink: 0; accent-color: var(--brass); }
.on-forest .check { color: var(--on-dark-soft); }
.form-card .btn { width: 100%; }
.form-note { margin-top: 1rem; font-size: 0.82rem; color: var(--ink-soft); text-align: center; }
.on-forest .form-note { color: var(--on-dark-soft); }
.form-ok { display: none; text-align: center; padding: clamp(1.5rem, 4vw, 3rem) 0.5rem; }
.form-ok.show { display: block; }
.form-ok .seal {
  width: 62px; height: 62px; border-radius: 50%; border: 1px solid var(--brass-2);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem;
}
.form-ok .seal svg { width: 26px; height: 26px; stroke: var(--brass); fill: none; stroke-width: 2; }
.on-forest .form-ok .seal svg { stroke: var(--brass-3); }
.form-ok h3 { margin-bottom: 0.8rem; }
.form-ok p { max-width: 34rem; margin: 0 auto; font-size: 0.95rem; }
.form-ok p + p { margin-top: 0.7rem; }

/* ---------- Contact bits ---------- */
.map-frame { border: 1px solid var(--line); background: var(--chalk-3); }
.map-frame iframe { width: 100%; height: clamp(300px, 42vw, 460px); border: 0; }
.contact-list { display: grid; gap: 1.6rem; }
.contact-list .ci { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.contact-list .ci svg { width: 18px; height: 18px; margin-top: 5px; stroke: var(--brass); fill: none; stroke-width: 1.6; }
.contact-list .ci .t { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--ink-soft); margin-bottom: 0.3rem; }
.contact-list .ci .v { font-size: 1rem; color: var(--ink); line-height: 1.55; }
.contact-list .ci .v a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 4px; }
.contact-list .ci .v a:hover { color: var(--brass); text-decoration-color: var(--brass); }
.stay { display: grid; gap: 0; border-top: 1px solid var(--line); }
.stay .s {
  display: grid; grid-template-columns: 1fr auto; gap: 0.5rem 1.5rem;
  padding: 1.15rem 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.stay .s .nm { font-family: var(--serif); font-size: 1.12rem; color: var(--forest); }
.stay .s .ds { grid-column: 1 / -1; font-size: 0.88rem; color: var(--ink-soft); }
.stay .s .mi { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--brass); white-space: nowrap; }

/* ---------- Page header ---------- */
.page-head { padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3.2rem); border-bottom: 1px solid var(--line); }
.page-head .eyebrow { margin-bottom: 1.2rem; }
.page-head h1 { max-width: 17ch; }
.page-head p { margin-top: 1.4rem; max-width: 46rem; }
.crumb { font-size: 0.72rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink-soft); margin-bottom: 1.2rem; display: flex; align-items: center; gap: 0.5rem; }
.crumb a { display: inline-flex; align-items: center; justify-content: flex-start; min-height: 44px; min-width: 44px; text-decoration: underline; text-decoration-color: var(--line-2); text-underline-offset: 4px; }
.crumb a:hover { color: var(--brass); text-decoration-color: var(--brass); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-in { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.cta-in h2 { max-width: 16ch; }
.cta-in p { margin-top: 1.1rem; max-width: 34rem; }
.cta-side { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }

/* ---------- Footer ---------- */
footer { background: var(--forest); color: var(--on-dark); padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
footer .brand .bt { color: var(--chalk); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: clamp(1.8rem, 4vw, 3rem); padding-bottom: 2.6rem; }
.foot-brand p { color: var(--on-dark-soft); font-size: 0.9rem; margin-top: 1.2rem; max-width: 24rem; }
.foot-col h4 { color: var(--brass-3); margin-bottom: 1.1rem; }
.foot-col ul { display: grid; gap: 0.1rem; }
.foot-col a, .foot-col .fi {
  display: inline-flex; align-items: center; min-height: 44px;
  font-size: 0.9rem; color: var(--on-dark-soft); transition: color 0.2s;
}
.foot-col a:hover { color: var(--brass-3); }
.foot-bottom {
  border-top: 1px solid rgba(224,196,137,0.22); padding-top: 1.8rem;
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between;
  font-size: 0.78rem; color: rgba(179,191,180,0.8);
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-links { gap: 0.5rem; }
  .nav-links a { font-size: 0.66rem; letter-spacing: 0.12em; }
}
@media (max-width: 960px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--chalk); border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--pad) 1.4rem;
    box-shadow: 0 22px 40px -30px rgba(21,41,31,0.6);
  }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; min-height: 50px; border-bottom: 1px solid var(--line); font-size: 0.78rem; letter-spacing: 0.18em; }
  .nav-links li:last-child a { border-bottom: 0; }
  .nav-links .btn { margin-top: 1rem; min-height: 50px; }
  .hero-grid, .split, .split.wide-art, .split.wide-copy, .cta-in { grid-template-columns: 1fr; }
  .split.rev .split-art { order: 0; }
  .grid-3, .grid-4, .tiers, .rev-list { grid-template-columns: repeat(2, 1fr); }
  .rev-card:nth-child(3n+1) { border-left: 1px solid var(--line); }
  .rev-card:nth-child(2n+1) { border-left: 0; }
  .rev-head { grid-template-columns: auto 1fr; }
  .rev-src { grid-column: 1 / -1; text-align: left; border-top: 1px solid var(--line); padding-top: 1.1rem; }
  .hero-badge { position: static; margin-top: 1.2rem; max-width: none; display: flex; align-items: baseline; gap: 1rem; }
  .hero-badge .l { margin-top: 0; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile--wide { grid-column: span 2; }
  .tile--wide .art { aspect-ratio: 16 / 10; height: auto; flex: none; }
  .tile--wide .art > svg { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
  .extras { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .stat-strip { grid-template-columns: 1fr 1fr; }
  .stat { border-left: 1px solid var(--line); border-top: 1px solid var(--line); padding-left: clamp(0.9rem, 4vw, 1.6rem); }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-top: 0; }
  .grid-3, .grid-4, .tiers, .rev-list, .grid-2 { grid-template-columns: 1fr; }
  .tier:not(.tier--feature)::before { display: none; }
  .tier .when { min-height: 0; }
  .rev-card { border-left: 0 !important; }
  .rev-card:first-child { border-top: 0; }
  .tiles { grid-template-columns: 1fr; }
  .tile--wide { grid-column: span 1; }
  .tile--wide .art { aspect-ratio: 4 / 3; }
  .tile--wide .art > svg { position: static; }
  .ticks.two { grid-template-columns: 1fr; }
  .field-row, .field-row-3 { grid-template-columns: 1fr; }
  .rev-head { grid-template-columns: 1fr; }
  .rev-score { border-right: 0; border-bottom: 1px solid var(--line); padding-right: 0; padding-bottom: 1.1rem; text-align: left; }
  .rev-score .n { font-size: 2.6rem; }
  .foot-grid { grid-template-columns: 1fr; }
  .example dl { grid-template-columns: 1fr auto; }
  .lb-prev { left: 0.3rem; }
  .lb-next { right: 0.3rem; }
  .lb-art { aspect-ratio: 1 / 1; }
  .faq summary { padding-right: 2.2rem; }
  .faq .faq-a { padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

/* Lightwork demo attribution bar (sticky above the site nav) */
.lw-demo-bar { position: sticky; top: 0; z-index: 9999; display: block; height: 40px; line-height: 40px; box-sizing: border-box; padding: 0 8px; background: #241631; color: rgba(255,255,255,0.88); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; font-size: clamp(9px, 2.7vw, 13px); letter-spacing: 0; white-space: nowrap; text-decoration: none; text-align: center; }
.lw-demo-bar strong { color: #78ffd3; font-weight: 700; }
.lw-demo-bar:hover { background: #2f1d40; color: #ffffff; }
/* Under about 430px the single line is wider than the screen and pushed the
   whole document sideways. Let it wrap instead. Stays display:block so the
   spaces either side of the bold words survive, and stays 40px tall so the
   site nav still sticks to the right place underneath it. */
@media (max-width: 430px) {
}
