/* ==========================================================================
   PROLUX CAR SPA — mockup 2 "THE BAY"
   Concept: the site is the sequence a car goes through.
   Dark-first. Contrast, space and typography do the work — not effects.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENS
   -------------------------------------------------------------------------- */
:root {
  /* logo palette */
  --ink:        #0B0503;  /* near-black — the field */
  --panel:      #29241E;  /* anthracite — panels sit on the field */
  --line:       #534C46;  /* mid grey — rules, borders */
  --grey:       #6D6660;  /* light grey — quietest labels */
  --orange:     #E55204;  /* rare accent, action only */

  /* THE ONE ADDED COLOUR — "lumină de inspecție" / inspection light.
     Cool steel blue, near-complement of the burnt orange.
     Its only job: the measurement register — durations, stage indices,
     micron readings, the variables that move a price. Never decorative,
     never a button, never a background. See README. */
  --steel:      #8FB3D0;
  --steel-dim:  #5E7B92;

  /* neutral text tints (legibility, not a hue decision) */
  --bone:       #EDE7DF;
  --bone-dim:   #B9B1A8;

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --rail: 200px;          /* width of the fixed stage rail */
  --gutter: clamp(20px, 5vw, 72px);
  --measure: 62ch;
}

/* --------------------------------------------------------------------------
   2. RESET / BASE
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--bone-dim);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--bone);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(2.4rem, 6.4vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 4.6vw, 3.3rem); }
h3 { font-size: clamp(1.3rem, 2.6vw, 1.8rem); }

p { margin: 0 0 1.15em; max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

::selection { background: var(--orange); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--steel);
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   3. SMALL-CAPS DATA TYPE — the site's second voice
   -------------------------------------------------------------------------- */
.meta,
.eyebrow,
.rail a,
.btn,
.nav a,
.tag {
  font-family: var(--sans);
  font-size: .69rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
}

.eyebrow {
  color: var(--grey);
  display: block;
  margin-bottom: 1.4rem;
}
.eyebrow--steel { color: var(--steel-dim); }

/* a datum: duration, thickness, band */
.datum {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--steel);
}

.lede {
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
  line-height: 1.62;
  color: var(--bone-dim);
  max-width: 54ch;
}

.dim { color: var(--grey); }
strong, b { color: var(--bone); font-weight: 600; }

/* --------------------------------------------------------------------------
   4. LAYOUT HELPERS
   -------------------------------------------------------------------------- */
.wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.wrap--narrow { max-width: 900px; }

.section { padding: clamp(64px, 11vw, 150px) 0; }
.section--panel { background: var(--panel); }
.section--hair { border-top: 1px solid rgba(83, 76, 70, .45); }

.grid { display: grid; gap: clamp(24px, 3.4vw, 54px); }
@media (min-width: 760px) {
  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--sidenote { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); }
}

.stack > * + * { margin-top: 1.1rem; }
.stack-lg > * + * { margin-top: clamp(32px, 5vw, 64px); }

/* --------------------------------------------------------------------------
   5. HEADER
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(11, 5, 3, .93);
  border-bottom: 1px solid rgba(83, 76, 70, .38);
}
@supports (backdrop-filter: blur(6px)) {
  .site-header { background: rgba(11, 5, 3, .78); backdrop-filter: blur(10px); }
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 68px;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img {
  position: absolute;
  width: 160%;
  left: -26%;
  top: -49.4%;
  max-width: none;
}
.brand__mark {
  position: relative;
  width: 40px; height: 40px;
  flex: none;
  overflow: hidden;
  border: 1px solid rgba(229, 82, 4, .28);
  background: #211c17;
}
.brand__name {
  font-family: var(--serif);
  color: var(--bone);
  font-size: 1.12rem;
  letter-spacing: .09em;
  line-height: 1;
}
.brand__sub {
  display: block;
  font-family: var(--sans);
  font-size: .55rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--grey);
  margin-top: 5px;
}

.nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.nav a {
  color: var(--bone-dim);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: color .2s, border-color .2s;
}
.nav a:hover { color: var(--bone); border-bottom-color: var(--line); }
.nav a[aria-current="page"] { color: var(--orange); border-bottom-color: var(--orange); }

/* CSS-only mobile menu (no JS) — the checkbox stays focusable for keyboards */
.nav-toggle {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
  margin: 0;
  pointer-events: none;
}
.nav-toggle:focus-visible + .nav-toggle__label {
  outline: 2px solid var(--steel);
  outline-offset: 3px;
}
.nav-toggle__label { display: none; }

@media (max-width: 860px) {
  .nav-toggle__label {
    display: block;
    width: 38px; height: 38px;
    border: 1px solid var(--line);
    position: relative;
    cursor: pointer;
    flex: none;
  }
  .nav-toggle__label span,
  .nav-toggle__label span::before,
  .nav-toggle__label span::after {
    position: absolute;
    left: 50%; transform: translateX(-50%);
    width: 17px; height: 1px;
    background: var(--bone);
    content: "";
  }
  .nav-toggle__label span { top: 50%; }
  .nav-toggle__label span::before { top: -6px; }
  .nav-toggle__label span::after  { top: 6px; }

  .nav {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
  }
  .nav a {
    padding: 15px var(--gutter);
    border-bottom: 1px solid rgba(83, 76, 70, .3);
  }
  .nav-toggle:checked ~ .nav { max-height: 420px; }
}

/* --------------------------------------------------------------------------
   6. BUTTONS
   -------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--bone);
  background: transparent;
  transition: border-color .2s, color .2s, background .2s;
  cursor: pointer;
}
.btn:hover { border-color: var(--bone-dim); }

.btn--primary {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--ink);
}
.btn--primary:hover { background: #c94703; border-color: #c94703; color: var(--ink); }

.btn--quiet { border-color: rgba(83, 76, 70, .6); color: var(--bone-dim); }
.btn--quiet:hover { color: var(--bone); border-color: var(--line); }

.btn-note {
  display: block;
  margin-top: 14px;
  font-size: .8rem;
  color: var(--grey);
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

/* --------------------------------------------------------------------------
   7. PLACEHOLDER MEDIA — must read as deliberate, and as unmistakably empty
   -------------------------------------------------------------------------- */
.ph {
  position: relative;
  background-color: #080302;
  background-image: repeating-linear-gradient(
    135deg,
    rgba(83, 76, 70, .10) 0 1px,
    transparent 1px 11px
  );
  border: 1px solid rgba(83, 76, 70, .42);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(16px, 2.4vw, 26px);
  overflow: hidden;
}
.ph::before,
.ph::after {
  content: "";
  position: absolute;
  width: 16px; height: 16px;
  border: 1px solid var(--orange);
  opacity: .4;
}
.ph::before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.ph::after  { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

.ph__tag {
  font-size: .58rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 8px;
  font-weight: 600;
}
.ph__what {
  color: var(--bone-dim);
  font-size: .92rem;
  line-height: 1.45;
  max-width: 40ch;
  margin: 0;
}
.ph--wide   { aspect-ratio: 21 / 9; }
.ph--cinema { aspect-ratio: 16 / 9; }
.ph--square { aspect-ratio: 1 / 1; }
.ph--tall   { aspect-ratio: 3 / 4; }
.ph--doc    { aspect-ratio: 4 / 3; }

@media (max-width: 620px) {
  .ph--wide { aspect-ratio: 4 / 3; }
}

/* --------------------------------------------------------------------------
   8. HERO — the bay
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 92vh;
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(83, 76, 70, .38);
  padding-top: clamp(60px, 10vw, 120px);
  padding-bottom: 0;
}
.hero__bay {
  position: absolute;
  inset: 0;
  background-color: #080302;
  background-image:
    radial-gradient(90% 58% at 50% 18%, rgba(109, 102, 96, .16), transparent 68%),
    repeating-linear-gradient(135deg, rgba(83, 76, 70, .07) 0 1px, transparent 1px 13px);
  z-index: 0;
}
.hero__bay::before {
  content: "";
  position: absolute;
  top: 22px; left: var(--gutter);
  width: 26px; height: 26px;
  border: 1px solid var(--orange);
  border-right: 0; border-bottom: 0;
  opacity: .4;
  z-index: 1;
}
.hero__bay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(11,5,3,.2) 0%, rgba(11,5,3,.55) 55%, var(--ink) 100%);
}
.hero__inner { position: relative; z-index: 1; width: 100%; }

.hero h1 { max-width: 16ch; margin-bottom: 1.5rem; }
.hero__line { max-width: 46ch; color: var(--bone-dim); }

.hero__ph-note {
  position: absolute;
  top: 60px;
  left: var(--gutter);
  right: var(--gutter);
  z-index: 1;
  font-size: .58rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: rgba(229, 82, 4, .75);
  font-weight: 600;
}

/* the invitation to scroll: first stage label peeking at the bottom edge */
.hero__next {
  position: relative;
  z-index: 1;
  margin-top: clamp(38px, 7vw, 76px);
  border-top: 1px solid rgba(83, 76, 70, .5);
  padding: 20px 0 22px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
}
.hero__next .num { color: var(--orange); }
.hero__next .lbl { font-family: var(--serif); font-size: 1.25rem; color: var(--bone); }
.hero__next .arw { margin-left: auto; color: var(--grey); }
.hero__next:hover .lbl { color: var(--orange); }

/* --------------------------------------------------------------------------
   9. THE SEQUENCE — rail + stage blocks
   -------------------------------------------------------------------------- */
.sequence {
  position: relative;
  display: grid;
  grid-template-columns: var(--rail) minmax(0, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  gap: clamp(28px, 4vw, 64px);
}

/* --- rail --- */
.rail {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rail__inner { position: relative; padding-left: 16px; }
.rail__track {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: rgba(83, 76, 70, .4);
}
.rail__fill {
  position: absolute;
  left: 0; top: 0;
  width: 2px; height: 100%;
  background: var(--orange);
  transform-origin: top;
  transform: scaleY(0);
}
/* progress advances with scroll — pure CSS where supported, invisible if not */
@supports (animation-timeline: scroll()) {
  .rail__fill {
    animation: rail-advance linear both;
    animation-timeline: scroll(root block);
  }
  @keyframes rail-advance { from { transform: scaleY(0); } to { transform: scaleY(1); } }
}
/* JS enhancement overrides the above when present */
.rail__fill[style] { animation: none; }

.rail ol { list-style: none; margin: 0; padding: 0; }
.rail li + li { margin-top: 14px; }
.rail a {
  display: block;
  color: var(--grey);
  text-decoration: none;
  font-size: .66rem;
  transition: color .25s;
}
.rail a .n { color: var(--line); margin-right: 8px; }
.rail a:hover { color: var(--bone-dim); }
.rail a.is-active { color: var(--orange); }
.rail a.is-active .n { color: var(--orange); }

@media (max-width: 1000px) {
  .sequence { grid-template-columns: minmax(0, 1fr); }
  .rail { display: none; }
}

/* --- stage block --- */
.stage {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 9vw, 110px) 0;
  border-top: 1px solid rgba(83, 76, 70, .3);
  scroll-margin-top: 80px;
}
.stage:first-child { border-top: 0; }

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .stage__body {
      animation: stage-in linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 26%;
    }
    @keyframes stage-in {
      from { opacity: .18; transform: translateY(22px); }
      to   { opacity: 1;   transform: none; }
    }
  }
}

.stage__num {
  font-family: var(--serif);
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: .82;
  color: rgba(83, 76, 70, .5);
  display: block;
  margin-bottom: .4rem;
}
.stage--on .stage__num { color: rgba(229, 82, 4, .85); }

.stage h2 { margin-bottom: 1.6rem; }

.stage__grid { display: grid; gap: clamp(26px, 3.6vw, 52px); align-items: start; }
@media (min-width: 900px) {
  .stage__grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
}

/* the data strip under every stage */
.strip {
  display: grid;
  gap: 0;
  border: 1px solid rgba(83, 76, 70, .42);
  margin-top: clamp(26px, 3.4vw, 44px);
}
@media (min-width: 680px) { .strip { grid-template-columns: repeat(3, 1fr); } }
.strip > div {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(83, 76, 70, .42);
}
.strip > div:last-child { border-bottom: 0; }
@media (min-width: 680px) {
  .strip > div { border-bottom: 0; border-right: 1px solid rgba(83, 76, 70, .42); }
  .strip > div:last-child { border-right: 0; }
}
.strip dt {
  font-size: .6rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 600;
  margin-bottom: 7px;
}
.strip dd {
  margin: 0;
  font-family: var(--sans);
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--steel);
  font-weight: 600;
}
.strip dd.is-money { color: var(--bone); }
.strip dd small { display: block; font-size: .72rem; font-weight: 400; color: var(--grey); letter-spacing: normal; margin-top: 4px; }

/* limitation note — the "what can go wrong" line */
.caveat {
  border-left: 2px solid var(--line);
  padding-left: clamp(16px, 2vw, 24px);
  margin-top: clamp(24px, 3vw, 36px);
}
.caveat .eyebrow { margin-bottom: .7rem; }
.caveat p { color: var(--bone-dim); font-size: .96rem; }

/* running total */
.running {
  margin-top: clamp(22px, 2.8vw, 34px);
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 600;
}
.running b { color: var(--bone); font-size: .95rem; letter-spacing: .06em; }

/* --------------------------------------------------------------------------
   10. DEPTHS (services as depth of the same sequence)
   -------------------------------------------------------------------------- */
.depth {
  border: 1px solid rgba(83, 76, 70, .42);
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  background: rgba(41, 36, 30, .35);
}
.depth h3 { margin-bottom: .5rem; }
.depth__reach { color: var(--steel); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; margin-bottom: 1.2rem; }
.depth__price { font-family: var(--serif); font-size: 1.9rem; color: var(--bone); margin: 1.2rem 0 .2rem; line-height: 1; }
.depth__time { color: var(--grey); font-size: .82rem; margin-bottom: 1.4rem; }
.depth ul { list-style: none; margin: 0 0 1.6rem; padding: 0; }
.depth li { padding: 9px 0; border-bottom: 1px solid rgba(83, 76, 70, .3); font-size: .95rem; display: flex; gap: 12px; }
.depth li:last-child { border-bottom: 0; }
.depth li .n { color: var(--line); font-size: .7rem; letter-spacing: .14em; font-weight: 600; padding-top: 4px; flex: none; }
.depth li.is-off { color: var(--grey); }
.depth li.is-off .n { color: rgba(83, 76, 70, .5); }
.depth .btn { margin-top: auto; text-align: center; }
.depth--full { border-color: rgba(229, 82, 4, .45); }

/* --------------------------------------------------------------------------
   11. MATRIX (servicii)
   -------------------------------------------------------------------------- */
.matrix-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.matrix {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}
table.matrix th, table.matrix td {
  border: 1px solid rgba(83, 76, 70, .42);
  padding: 18px 20px;
  vertical-align: top;
  font-size: .93rem;
}
table.matrix thead th {
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--bone);
  font-weight: 600;
  background: rgba(41, 36, 30, .6);
}
table.matrix thead th span { display: block; color: var(--grey); font-size: .62rem; margin-top: 7px; letter-spacing: .12em; }
table.matrix tbody th {
  width: 210px;
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--bone);
  font-weight: 400;
  background: rgba(41, 36, 30, .35);
}
table.matrix tbody th .n { display: block; color: var(--steel-dim); font-family: var(--sans); font-size: .6rem; letter-spacing: .2em; font-weight: 600; margin-bottom: 7px; }
table.matrix td.off { color: var(--grey); }
table.matrix td.off::before { content: "—"; display: block; color: rgba(83, 76, 70, .8); margin-bottom: 5px; }
table.matrix td b { display: block; color: var(--bone); font-weight: 600; margin-bottom: 4px; }
table.matrix tfoot td, table.matrix tfoot th {
  background: rgba(41, 36, 30, .6);
  color: var(--bone);
}
table.matrix tfoot .band { font-family: var(--serif); font-size: 1.25rem; color: var(--bone); }

.scroll-hint { color: var(--grey); font-size: .78rem; margin-top: 12px; }
@media (min-width: 860px) { .scroll-hint { display: none; } }

/* --------------------------------------------------------------------------
   12. GENERIC BLOCKS
   -------------------------------------------------------------------------- */
.page-head {
  padding: clamp(80px, 13vw, 170px) 0 clamp(40px, 6vw, 80px);
  border-bottom: 1px solid rgba(83, 76, 70, .38);
}
.page-head h1 { max-width: 18ch; margin-bottom: 1.4rem; }

.card {
  border: 1px solid rgba(83, 76, 70, .42);
  padding: clamp(22px, 2.8vw, 34px);
  background: rgba(41, 36, 30, .3);
}
.card h3 { margin-bottom: .8rem; }
.card p { font-size: .95rem; }

.numlist { counter-reset: nl; list-style: none; margin: 0; padding: 0; }
.numlist li {
  counter-increment: nl;
  padding: 22px 0 22px 62px;
  border-bottom: 1px solid rgba(83, 76, 70, .3);
  position: relative;
}
.numlist li::before {
  content: counter(nl, decimal-leading-zero);
  position: absolute;
  left: 0; top: 24px;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .18em;
  font-weight: 600;
  color: var(--steel-dim);
}
.numlist li:last-child { border-bottom: 0; }
.numlist b { display: block; color: var(--bone); margin-bottom: 4px; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.numlist p { font-size: .95rem; margin: 0; }

.deny { list-style: none; margin: 0; padding: 0; }
.deny li {
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid rgba(83, 76, 70, .3);
  position: relative;
  color: var(--bone-dim);
  font-size: .97rem;
}
.deny li::before {
  content: "×";
  position: absolute; left: 0; top: 15px;
  color: var(--orange);
  font-size: 1.1rem;
  line-height: 1.3;
}
.deny li:last-child { border-bottom: 0; }

.spec { margin: 0; padding: 0; }
.spec div {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid rgba(83, 76, 70, .3);
  flex-wrap: wrap;
}
.spec dt { color: var(--grey); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; padding-top: 3px; }
.spec dd { margin: 0; color: var(--bone); font-size: .97rem; text-align: right; }
.spec dd.num { color: var(--steel); font-weight: 600; letter-spacing: .04em; }

/* portfolio: a surface, not a vehicle */
.surfaces { display: grid; gap: clamp(18px, 2.4vw, 30px); }
@media (min-width: 640px)  { .surfaces { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .surfaces { grid-template-columns: repeat(3, 1fr); } }
.surface figcaption {
  padding-top: 14px;
  font-size: .9rem;
  color: var(--bone-dim);
  border-top: 1px solid rgba(83, 76, 70, .3);
  margin-top: 14px;
}
.surface figcaption b { display: block; color: var(--bone); font-family: var(--serif); font-size: 1.08rem; font-weight: 400; margin-bottom: 5px; }
.surface figcaption .datum { display: block; margin-top: 8px; }

.stage-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(83, 76, 70, .42);
  padding-bottom: 16px;
  margin-bottom: clamp(24px, 3vw, 38px);
}
.stage-head .n { color: var(--orange); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.stage-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.stage-head .datum { margin-left: auto; }

/* pull quote / statement */
.statement {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  line-height: 1.22;
  color: var(--bone);
  max-width: 24ch;
}
.statement--wide { max-width: 32ch; }

/* --------------------------------------------------------------------------
   13. FORM
   -------------------------------------------------------------------------- */
.form { max-width: 620px; }
.field { margin-bottom: 24px; }
.field label {
  display: block;
  font-size: .66rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--grey);
  font-weight: 600;
  margin-bottom: 9px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: rgba(11, 5, 3, .6);
  border: 1px solid rgba(83, 76, 70, .5);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 1rem;
  padding: 13px 15px;
  border-radius: 0;
  appearance: none;
}
.field select { background-image: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--steel-dim);
  outline: none;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(109, 102, 96, .8); }
.field .hint { font-size: .8rem; color: var(--grey); margin-top: 8px; }

.channels { list-style: none; margin: 0; padding: 0; }
.channels li { padding: 18px 0; border-bottom: 1px solid rgba(83, 76, 70, .3); }
.channels li:last-child { border-bottom: 0; }
.channels .k { display: block; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--grey); font-weight: 600; margin-bottom: 6px; }
.channels .v { color: var(--bone); font-size: 1.1rem; font-family: var(--serif); }
.channels a { color: var(--bone); text-decoration: none; border-bottom: 1px solid var(--line); }
.channels a:hover { color: var(--orange); border-color: var(--orange); }

/* --------------------------------------------------------------------------
   14. CTA BLOCK + FOOTER
   -------------------------------------------------------------------------- */
.cta {
  border-top: 1px solid rgba(83, 76, 70, .42);
  padding: clamp(64px, 10vw, 130px) 0;
}
.cta h2 { max-width: 20ch; margin-bottom: 1.4rem; }

.site-footer {
  border-top: 1px solid rgba(83, 76, 70, .38);
  padding: clamp(46px, 6vw, 80px) 0 40px;
  background: #080302;
}
.site-footer .cols { display: grid; gap: 36px; }
@media (min-width: 760px) { .site-footer .cols { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { font-family: var(--sans); font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; color: var(--grey); font-weight: 600; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 9px; font-size: .93rem; }
.site-footer a { color: var(--bone-dim); text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.site-footer .fine {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(83, 76, 70, .3);
  font-size: .78rem;
  color: var(--grey);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

/* mobile persistent bar */
.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 16px;
  background: rgba(11, 5, 3, .96);
  border-top: 1px solid rgba(83, 76, 70, .5);
}
.mobile-bar .t { font-size: .72rem; color: var(--grey); letter-spacing: .1em; text-transform: uppercase; font-weight: 600; }
.mobile-bar .btn { padding: 11px 18px; font-size: .64rem; }
@media (max-width: 760px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 66px; }
  .hero { padding-bottom: 78px; }
}

/* --------------------------------------------------------------------------
   15. MISC
   -------------------------------------------------------------------------- */
.placeholder-flag {
  display: inline-block;
  border: 1px dashed rgba(229, 82, 4, .6);
  color: var(--orange);
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 8px;
  white-space: nowrap;
}

.notice {
  border: 1px solid rgba(143, 179, 208, .3);
  border-left: 2px solid var(--steel);
  padding: clamp(20px, 2.6vw, 30px);
  background: rgba(41, 36, 30, .3);
}
.notice .eyebrow { color: var(--steel-dim); }

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
}
.skip:focus {
  left: 12px; top: 12px;
  z-index: 200;
  background: var(--orange);
  color: var(--ink);
  padding: 10px 16px;
}
