/* ==========================================================================
   DelbarMe — editorial landing, Vol. 01
   ========================================================================== */

:root {
  --ink: #0e0b08;
  --ink-2: #1a1510;
  --paper: #f4efe5;
  --paper-dim: #e6ddcc;
  --paper-mute: #7a7268;
  --gold: #b08a3e;
  --gold-deep: #7a5f2a;
  --rule: rgba(14, 11, 8, 0.12);
  --rule-light: rgba(244, 239, 229, 0.14);

  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --persian: "Vazirmatn", var(--serif);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --img-filter: saturate(0.82) contrast(1.05) brightness(0.92);
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ink); }

/* RTL — Dari & Pashto */
body.is-rtl {
  font-family: var(--persian);
}
body.is-rtl .hero__headline,
body.is-rtl .manifesto__col--body,
body.is-rtl .device__title,
body.is-rtl .device__sub,
body.is-rtl .features__title,
body.is-rtl .method__title,
body.is-rtl .apply__title,
body.is-rtl .apply__body,
body.is-rtl .film__quote,
body.is-rtl .voices__primary-text blockquote,
body.is-rtl .voices__grid blockquote,
body.is-rtl .colophon__tagline,
body.is-rtl .faq__title,
body.is-rtl .faq__item summary,
body.is-rtl .faq__item p,
body.is-rtl .feature h3,
body.is-rtl .feature p,
body.is-rtl .method__body h3,
body.is-rtl .method__body p,
body.is-rtl .screen-bio,
body.is-rtl .screen-name,
body.is-rtl .hero__sub {
  font-family: var(--persian);
  letter-spacing: 0;
}

/* --- Masthead --- */
body.is-rtl .masthead__rule > span:last-child { text-align: left; }
body.is-rtl .lang__menu { right: auto; left: 0; }
body.is-rtl .lang__menu button { text-align: right; }

/* --- Hero --- */
/* Parent .hero has `align-items: flex-start`. In RTL, cross-axis flex-start is the right edge.
   We just need text-align: right so text within hero__content hugs its own right edge. */
body.is-rtl .hero__content { text-align: right; }
body.is-rtl .hero__issue { padding-left: 0; padding-right: 2.5rem; }
body.is-rtl .hero__issue::before { left: auto; right: 0; }
body.is-rtl .hero__cta { letter-spacing: 0.06em; }
body.is-rtl .hero__secondary { letter-spacing: 0.06em; }
body.is-rtl .hero__watermark { right: auto; left: -4vw; }
/* Stack actions to the right in RTL (CTA + How it works) */
body.is-rtl .hero__actions { justify-content: flex-start; }
body.is-rtl .app-badges__row { justify-content: flex-start; }

/* --- Manifesto --- */
body.is-rtl .dropcap { float: right; margin: 0.2rem 0 0 0.6rem; }
body.is-rtl .manifesto__pullquote { border-left: none; border-right: 1px solid var(--gold); padding: 0 2rem 0 0; }
body.is-rtl .manifesto__figure figcaption { border-left: none; border-right: 1px solid var(--gold); padding-left: 0; padding-right: 0.8rem; }

/* --- Film --- */
body.is-rtl .film__caption { text-align: right; }

/* --- Device — annotations & phone screen ---
   NOTE: justify-self: start/end is already writing-mode-aware in CSS Grid
   (auto-flips in RTL), so we DON'T override it. We only override text-align
   which uses literal left/right. */
body.is-rtl .annot--tl,
body.is-rtl .annot--bl { text-align: left; }
body.is-rtl .annot--tr,
body.is-rtl .annot--br { text-align: right; }
body.is-rtl .annot--tl::after,
body.is-rtl .annot--bl::after { right: auto; left: -2rem; }
body.is-rtl .annot--tr::before,
body.is-rtl .annot--br::before { left: auto; right: -2rem; }

body.is-rtl .screen-name span { letter-spacing: 0; }
body.is-rtl .screen-langs span { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .screen-values em,
body.is-rtl .screen-values b,
body.is-rtl .screen-foot { letter-spacing: 0; }

/* --- Features --- */
body.is-rtl .feature p { max-width: none; }

/* --- Method --- */
body.is-rtl .method__no { font-family: var(--serif); /* keep roman numerals in serif */ }
body.is-rtl .method__aside { text-align: left; letter-spacing: 0; font-family: var(--persian); }
/* Persian/Pashto sentences are denser than Latin — drop max-width caps and
   reduce font scale so titles fit on one line on desktop and wrap naturally
   on mobile. */
body.is-rtl .method__title,
body.is-rtl .device__title,
body.is-rtl .features__title,
body.is-rtl .faq__title {
  max-width: none;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 1.25;
}
body.is-rtl .apply__title {
  max-width: none;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.2;
}
body.is-rtl .hero__headline {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 1.2;
}

/* --- Voices --- */
/* Persian/Pashto quotes already use «» in the text — drop the decorative
   Latin " mark which would bleed into the image column in RTL. */
body.is-rtl .voices__primary-text blockquote::before { display: none; }
body.is-rtl .voices__primary-text blockquote { padding-right: 0; }
body.is-rtl .voices__name,
body.is-rtl .voices__meta { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .voices__grid figcaption { letter-spacing: 0; font-family: var(--persian); }

/* --- FAQ --- */
body.is-rtl .faq__item summary { letter-spacing: 0; }
/* Persian/Pashto FAQ title is short enough to read on one line — hide
   the editorial line break that splits the LTR version onto two. */
body.is-rtl .faq__title br { display: none; }
body.is-rtl .faq__title em::before { content: " "; }

/* --- Apply --- */
body.is-rtl .apply__band-item em { font-family: var(--persian); letter-spacing: 0; }
body.is-rtl .apply__band-item b { font-family: var(--persian); letter-spacing: 0; }
/* Flip the divider position to the right edge of the cell in RTL */
body.is-rtl .apply__band-item + .apply__band-item::before { left: auto; right: 0; }
body.is-rtl .apply__form input,
body.is-rtl .apply__form select { font-family: var(--persian); text-align: right; }
body.is-rtl .apply__form select {
  background-position: left 0.2rem center;
  padding-right: 0;
  padding-left: 1.5rem;
}
body.is-rtl .apply__form button { letter-spacing: 0.06em; font-family: var(--persian); }
body.is-rtl .apply__small { font-family: var(--persian); }
body.is-rtl .apply__form label span { letter-spacing: 0; font-family: var(--persian); }

/* --- Colophon --- */
body.is-rtl .colophon__foot { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .colophon__meta p:first-child { letter-spacing: 0; font-family: var(--persian); }

/* --- App badges --- */
body.is-rtl .app-badges__label { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .app-badge em { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .app-badge b { font-family: var(--serif); /* keep "App Store" / "Google Play" in latin */ }

/* --- Labels (eyebrow) — keep light letter-spacing but with persian font --- */
body.is-rtl .label { letter-spacing: 0.05em; font-family: var(--persian); }

/* --- Nav --- */
body.is-rtl .masthead__nav a { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .lang__toggle { letter-spacing: 0; font-family: var(--persian); }
body.is-rtl .lang__current { font-family: var(--sans); /* keep EN/NO/FA/PS in latin */ }

/* --- Hero foot strip --- */
body.is-rtl .hero__foot { letter-spacing: 0; font-family: var(--persian); }

/* Subtle paper grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 200;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Shared atoms ---------- */

.label {
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.label--light { color: var(--paper); opacity: 0.8; }

.dropcap {
  float: left;
  font-family: var(--serif);
  font-style: italic;
  font-size: 5.2rem;
  line-height: 0.9;
  margin: 0.2rem 0.6rem 0 0;
  color: var(--gold);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.2s var(--ease), transform 1.2s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   Masthead
   ========================================================================== */

.masthead {
  position: relative;
  z-index: 20;
  padding: 1.25rem 0 0;
}
.masthead__rule {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 2rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-mute);
  border-bottom: 1px solid var(--rule-light);
  align-items: center;
}
.masthead__center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: var(--paper);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 500;
  transition: color 0.3s var(--ease);
}
.masthead__center:hover { color: var(--gold); }
.masthead__logo {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(61%) sepia(29%) saturate(787%) hue-rotate(11deg) brightness(91%) contrast(85%);
  transition: filter 0.3s var(--ease);
}
.masthead__wordmark {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}
.masthead__rule > span:last-child { text-align: right; }

.masthead__nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 1rem 2rem;
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rule-light);
}
.masthead__nav a {
  color: var(--paper);
  opacity: 0.7;
  transition: opacity 0.3s var(--ease), color 0.3s var(--ease);
  position: relative;
  white-space: nowrap;
}
.masthead__nav a:hover { opacity: 1; color: var(--gold); }
.masthead__apply { color: var(--gold) !important; opacity: 1 !important; }

.lang { position: relative; }
.lang__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: transparent;
  border: 1px solid var(--rule-light);
  color: var(--paper-dim);
  padding: 0.35rem 0.7rem;
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.lang__toggle:hover { border-color: var(--gold); color: var(--gold); }
.lang__caret { font-size: 0.6em; }
.lang__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: var(--ink-2);
  border: 1px solid var(--rule-light);
  padding: 0.4rem 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: all 0.25s var(--ease);
  z-index: 50;
}
.lang.is-open .lang__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lang__menu button {
  width: 100%;
  text-align: left;
  padding: 0.6rem 1rem;
  background: transparent;
  border: none;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s var(--ease);
}
.lang__menu button:hover { background: rgba(176, 138, 62, 0.1); color: var(--gold); }
.lang__menu li.is-active button { color: var(--gold); }

@media (max-width: 720px) {
  /* On mobile, drop the editorial side-stamps so the wordmark sits clean */
  .masthead__rule {
    grid-template-columns: 1fr;
    padding: 0.4rem 1rem 0.7rem;
    font-size: 0.6rem;
    gap: 0.3rem;
  }
  .masthead__rule > span:first-child,
  .masthead__rule > span:last-child {
    display: none;
  }
  .masthead__nav {
    gap: 1rem;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    padding: 0.85rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 10vh 2rem 7rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  isolation: isolate;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background:
    linear-gradient(180deg, #0a0806 0%, #15100a 55%, #0a0806 100%);
}
.hero__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--img-filter) sepia(0.12);
  opacity: 0.55;
  transform: scale(1.05);
  animation: kenburns 28s ease-in-out infinite alternate;
}
@keyframes kenburns {
  0%   { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.12) translate(-1.5%, -2%); }
}
.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    /* Strong darken on the side where text sits (left in LTR) for legibility */
    linear-gradient(90deg, rgba(10,8,6,0.82) 0%, rgba(10,8,6,0.55) 45%, rgba(10,8,6,0.25) 75%, rgba(10,8,6,0.4) 100%),
    /* Vertical darken — top for masthead, bottom for foot strip */
    linear-gradient(180deg, rgba(10,8,6,0.45) 0%, rgba(10,8,6,0.15) 35%, rgba(10,8,6,0.75) 100%),
    /* Subtle gold accent away from text (top-right) */
    radial-gradient(ellipse 45% 40% at 85% 15%, rgba(176, 138, 62, 0.18), transparent 65%);
}
/* RTL — flip the strong darken to the right side (where text lives in RTL) */
body.is-rtl .hero__bg::before {
  background:
    linear-gradient(270deg, rgba(10,8,6,0.82) 0%, rgba(10,8,6,0.55) 45%, rgba(10,8,6,0.25) 75%, rgba(10,8,6,0.4) 100%),
    linear-gradient(180deg, rgba(10,8,6,0.45) 0%, rgba(10,8,6,0.15) 35%, rgba(10,8,6,0.75) 100%),
    radial-gradient(ellipse 45% 40% at 15% 15%, rgba(176, 138, 62, 0.18), transparent 65%);
}
.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.hero__bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 60%;
  height: 80%;
  top: 10%;
  right: -10%;
  background: radial-gradient(circle, rgba(176, 138, 62, 0.20) 0%, transparent 60%);
  filter: blur(80px);
  animation: drift 28s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes drift {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-8%, 6%); }
}

/* Hero device — floating "It's a match" phone, right side (LTR) */
.hero__device {
  position: absolute;
  top: 50%;
  right: 6vw;
  transform: translateY(-50%) rotate(6deg);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.55))
          drop-shadow(0 0 80px rgba(176, 138, 62, 0.18));
  animation: heroFloat 8s ease-in-out infinite alternate;
}
@keyframes heroFloat {
  0%   { transform: translateY(-50%) rotate(6deg) translateX(0); }
  100% { transform: translateY(-52%) rotate(5.4deg) translateX(-6px); }
}
body.is-rtl .hero__device { right: auto; left: 6vw; transform: translateY(-50%) rotate(-6deg); }
body.is-rtl .hero__device { animation-name: heroFloatRtl; }
@keyframes heroFloatRtl {
  0%   { transform: translateY(-50%) rotate(-6deg) translateX(0); }
  100% { transform: translateY(-52%) rotate(-5.4deg) translateX(6px); }
}

.phone--floating {
  width: 280px;
  height: 580px;
  background: linear-gradient(145deg, #1c1712, #0a0704);
  border-radius: 42px;
  padding: 9px;
  position: relative;
  border: 1px solid rgba(176, 138, 62, 0.25);
  box-shadow:
    inset 0 0 0 1px rgba(244, 239, 229, 0.04);
}
.phone--floating .phone__notch {
  width: 92px;
  height: 22px;
}
.phone__screen--match {
  background: #0a0704;
  border-radius: 34px;
  padding: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
}

/* Match card — photo-dominant design */
.match-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: opacity 0.45s var(--ease);
}
.match-card.is-cycling { opacity: 0; }

/* Photo — top portion of card */
.match-card__photo {
  position: relative;
  width: 100%;
  height: 62%;
  overflow: hidden;
  flex: 0 0 auto;
}
.match-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--img-filter) sepia(0.08);
  transition: opacity 0.45s var(--ease);
}
.match-card__photo-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(10,8,6,0.2) 60%, rgba(10,8,6,0.95) 100%);
  pointer-events: none;
}

/* Live badge — top-left of photo */
.match-card__live {
  position: absolute;
  top: 26px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45em;
  padding: 4px 10px 4px 8px;
  background: rgba(10, 8, 6, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 100px;
  border: 1px solid rgba(244, 239, 229, 0.15);
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 500;
}
.match-card__live i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5cd97a;
  box-shadow: 0 0 0 0 rgba(92, 217, 122, 0.7);
  animation: livePulse 2s ease-out infinite;
}
@keyframes livePulse {
  0%   { box-shadow: 0 0 0 0 rgba(92, 217, 122, 0.7); }
  70%  { box-shadow: 0 0 0 8px rgba(92, 217, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(92, 217, 122, 0); }
}

/* Name + city overlaid on photo bottom */
.match-card__photo-meta {
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  z-index: 3;
}
.match-card__name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.55rem;
  color: var(--paper);
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin-bottom: 2px;
}
.match-card__loc {
  font-family: var(--sans);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--paper-dim);
}

/* Lower body — eyebrow, compat, CTA */
.match-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px 18px;
  text-align: center;
  background: linear-gradient(180deg, #0a0704 0%, #14100a 100%);
}
.match-card__eyebrow {
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0;
  border: none;
  margin: 0;
  margin-top: 4px;
}
.match-card__compat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 4px 0 0;
}
.match-card__compat-num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #f0d68f 0%, #d4a955 50%, #b08a3e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: baseline;
}
.match-card__compat-num b {
  font-weight: inherit;
  font-variant-numeric: tabular-nums;
}
.match-card__compat-num i {
  font-style: normal;
  font-size: 0.55em;
  margin-left: 0.05em;
  opacity: 0.85;
}
.match-card__compat-label {
  font-family: var(--sans);
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-mute);
}

.match-card__cta {
  padding: 9px 22px;
  background: linear-gradient(135deg, #e8c77a, #d4a955, var(--gold));
  color: var(--ink);
  border-radius: 100px;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 1px rgba(176, 138, 62, 0.4),
    0 8px 24px -6px rgba(176, 138, 62, 0.5);
  margin-top: auto;
}

/* Hide phone on smaller screens — text content takes full width */
@media (max-width: 1200px) {
  .hero__device { display: none; }
}

/* Vertical gold rule beside content (decorative) */
.hero__rule {
  position: absolute;
  left: -1.5rem;
  top: 0;
  bottom: 1rem;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--gold) 30%, var(--gold) 70%, transparent 100%);
  opacity: 0.5;
}
body.is-rtl .hero__rule { left: auto; right: -1.5rem; }
@media (max-width: 720px) {
  .hero__rule { display: none; }
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  width: 100%;
}

/* Dateline — editorial issue stamp at very top */
.hero__dateline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--paper-dim);
  padding: 0.55rem 1rem;
  border: 1px solid rgba(244, 239, 229, 0.15);
  margin-bottom: 1.6rem;
  background: rgba(10, 8, 6, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero__dateline-dot { font-size: 0.45em; color: var(--gold); }

.hero__issue {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e8c77a;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.7);
  margin-bottom: 2.4rem;
  padding-left: 3rem;
  position: relative;
  display: inline-block;
}
.hero__issue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
  transform: translateY(-50%);
}

.hero__headline {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(4rem, 11vw, 9.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--paper);
  margin-bottom: 2.2rem;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
}
.hero__headline-line {
  display: block;
}
.hero__headline-em {
  font-style: italic;
  background: linear-gradient(135deg, #f0d68f 0%, #e8c77a 25%, #d4a955 55%, #a07d2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  margin-left: 0.3em;
  filter: drop-shadow(0 4px 24px rgba(176, 138, 62, 0.35));
}
body.is-rtl .hero__headline-em { margin-left: 0; margin-right: 0.3em; }
.hero__headline-em::after {
  content: "";
  position: absolute;
  bottom: 0.05em;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 35%, var(--gold) 65%, transparent 100%);
  opacity: 0.4;
}

/* Fleuron ornament between headline and sub */
.hero__ornament {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 32ch;
}
.hero__ornament-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176, 138, 62, 0.5), transparent);
}
.hero__ornament-mark {
  font-style: normal;
  font-size: 1.1rem;
  color: var(--gold);
  font-family: var(--serif);
  opacity: 0.85;
}

.hero__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.5;
  color: var(--paper-dim);
  max-width: 48ch;
  margin-bottom: 2.8rem;
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.5);
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.15rem 2.5rem;
  background: linear-gradient(135deg, #e8c77a 0%, #d4a955 50%, #b08a3e 100%);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  transition: all 0.4s var(--ease);
  box-shadow:
    0 0 0 1px rgba(176, 138, 62, 0.5),
    0 20px 50px -15px rgba(176, 138, 62, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
}
.hero__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s var(--ease);
}
.hero__cta:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px var(--gold), 0 28px 60px -15px rgba(176, 138, 62, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.3); }
.hero__cta:hover::before { transform: translateX(100%); }
.hero__cta-bracket {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--ink);
  opacity: 0.7;
  line-height: 0;
  position: relative;
  top: -0.04em;
}

.hero__secondary {
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper);
  position: relative;
  padding-bottom: 6px;
  transition: color 0.3s var(--ease);
}
.hero__secondary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 100%);
  transition: transform 0.4s var(--ease);
}
.hero__secondary:hover { color: var(--gold); }
.hero__secondary:hover::after { transform: scaleX(1.05); }

.hero__foot {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  border-top: 1px solid var(--rule-light);
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-dim);
}
.hero__foot-dot { color: var(--gold); font-size: 0.5em; }

/* Move the founder voice from hero into the manifesto column */
.manifesto__founder-note {
  margin-top: 2.5rem;
  padding-left: 1.2rem;
  border-left: 1px solid var(--gold);
}
.manifesto__founder-note p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--paper-mute);
  margin-bottom: 0.8rem !important;
}
.manifesto__founder-note .label {
  margin-bottom: 0.6rem !important;
  display: block;
}

@media (max-width: 860px) {
  .hero { padding: 6rem 1.5rem 5rem; }
  .hero__foot {
    position: static;
    left: auto; right: auto; bottom: auto;
    margin-top: 3rem;
  }
  .hero__actions { gap: 1.2rem; }
}

/* ==========================================================================
   Manifesto
   ========================================================================== */

.manifesto {
  background: var(--paper);
  color: var(--ink);
  padding: 8rem 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5rem;
  max-width: 1320px;
  margin: 0 auto;
}
.manifesto__col--label { position: relative; }
.manifesto .label { color: var(--gold-deep); }
.label-meta {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: var(--paper-mute);
  margin-top: 0.4rem;
  font-family: var(--serif);
  font-style: italic;
}

.manifesto__figure {
  margin-top: 3rem;
  max-width: 300px;
}
.manifesto__figure img {
  width: 100%;
  filter: var(--img-filter) sepia(0.12);
  border: none;
}
.manifesto__figure figcaption {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.85rem;
  color: var(--paper-mute);
  margin-top: 0.75rem;
  padding-left: 0.8rem;
  border-left: 1px solid var(--gold);
}

.manifesto__col--body {
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--ink);
  max-width: 60ch;
}
.manifesto__col--body p + p { margin-top: 1.5rem; }
.manifesto__lede { font-size: 1.5rem; }
.manifesto__pullquote {
  font-style: italic;
  font-size: 2rem !important;
  line-height: 1.25;
  margin: 3rem 0 !important;
  padding: 0 0 0 2rem;
  border-left: 1px solid var(--gold);
  color: var(--ink-2);
  max-width: 22ch;
}

@media (max-width: 860px) {
  .manifesto { grid-template-columns: 1fr; gap: 3rem; padding: 5rem 1.5rem; }
  .manifesto__col--body { font-size: 1.15rem; }
  .manifesto__lede { font-size: 1.25rem; }
  .manifesto__pullquote { font-size: 1.5rem !important; padding-left: 1rem; }
}

/* ==========================================================================
   Film — cinematic moment with real video
   ========================================================================== */

.film {
  padding: 0;
  background: var(--ink);
  position: relative;
}
.film__frame {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 500px;
  overflow: hidden;
  isolation: isolate;
}
.film__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--img-filter) sepia(0.1) brightness(0.85);
}
.film__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(14,11,8,0.2) 50%, rgba(14,11,8,0.75) 100%);
}
.film__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4rem;
  padding: 0 2rem;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 2;
}
.film__quote {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--paper);
  max-width: 26ch;
  margin-top: 1rem;
}
.film__quote em {
  font-style: italic;
  color: var(--gold);
}

/* ==========================================================================
   Device
   ========================================================================== */

.device {
  background: var(--ink);
  padding: 8rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
}

.device__head {
  max-width: 800px;
  margin-bottom: 5rem;
}
.device__head .label { margin-bottom: 1.5rem; display: block; }
.device__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.device__title em {
  font-style: italic;
  color: var(--gold);
}
.device__sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--paper-dim);
  max-width: 48ch;
  margin-top: 1.6rem;
}

.device__stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  grid-template-areas:
    "tl phone tr"
    "bl phone br";
  align-items: center;
  position: relative;
}

.annot {
  max-width: 28ch;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--paper-dim);
  font-family: var(--serif);
  font-style: italic;
  position: relative;
  padding: 1rem 0;
}
.annot b {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 500;
  color: var(--paper);
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.annot__num {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.annot--tl { grid-area: tl; justify-self: end; text-align: right; }
.annot--bl { grid-area: bl; justify-self: end; text-align: right; }
.annot--tr { grid-area: tr; justify-self: start; }
.annot--br { grid-area: br; justify-self: start; }

.annot--tl::after,
.annot--bl::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}
.annot--tr::before,
.annot--br::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  width: 1.5rem;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}

.device__phone { grid-area: phone; }

/* ---- Phone ---- */
.phone {
  width: 300px;
  height: 620px;
  background: linear-gradient(145deg, #1c1712, #0a0704);
  border-radius: 44px;
  padding: 10px;
  position: relative;
  border: 1px solid rgba(176, 138, 62, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(244, 239, 229, 0.04),
    0 40px 80px -30px rgba(0, 0, 0, 0.9),
    0 0 80px -30px rgba(176, 138, 62, 0.25);
}
.phone__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 24px;
  background: #000;
  border-radius: 0 0 14px 14px;
  z-index: 3;
}
.phone__screen {
  width: 100%;
  height: 100%;
  background: #0e0a06;
  border-radius: 36px;
  padding: 38px 16px 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.screen-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: var(--paper-mute);
  padding: 4px 8px 14px;
}
.screen-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.screen-photo {
  width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(176, 138, 62, 0.2);
}
.screen-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--img-filter) sepia(0.1);
}
.screen-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--paper);
  margin-bottom: 2px;
}
.screen-name span {
  font-family: var(--sans);
  font-style: normal;
  color: var(--paper-mute);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
.screen-langs {
  display: flex;
  gap: 6px;
  margin: 8px 0 10px;
}
.screen-langs span {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 3px 8px;
  border: 1px solid rgba(176, 138, 62, 0.3);
  border-radius: 100px;
  color: var(--gold);
}
.screen-bio {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--paper-dim);
  margin-bottom: 14px;
}
.screen-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
  margin-bottom: 12px;
}
.screen-values > div { display: flex; flex-direction: column; }
.screen-values em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.55rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper-mute);
  margin-bottom: 2px;
}
.screen-values b {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 0.82rem;
  color: var(--paper);
}
.screen-foot {
  display: flex;
  justify-content: space-between;
  padding-top: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-mute);
}
.screen-foot--primary { color: var(--gold); }

@media (max-width: 960px) {
  .device__stage {
    grid-template-columns: 1fr;
    grid-template-areas: "phone" "tl" "tr" "bl" "br";
    gap: 3rem;
    justify-items: center;
  }
  .annot { text-align: left !important; justify-self: stretch !important; max-width: 40ch; }
  .annot::before, .annot::after { display: none; }
}

/* ==========================================================================
   App badges (coming soon)
   ========================================================================== */

.app-badges {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.app-badges__label {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-mute);
}
.app-badges__row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 1.1rem 0.6rem 0.9rem;
  border: 1px solid var(--rule-light);
  color: var(--paper);
  transition: all 0.3s var(--ease);
  min-width: 160px;
}
.app-badge:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.app-badge svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}
.app-badge span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.app-badge em {
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--paper-mute);
  margin-bottom: 3px;
}
.app-badge b {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
}

/* Dark variant — for use on paper/light backgrounds */
.app-badges--dark .app-badge {
  border-color: var(--rule);
  color: var(--ink);
}
.app-badges--dark .app-badge em { color: var(--paper-mute); }
.app-badges--dark .app-badge:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.app-badges--dark .app-badges__label { color: var(--paper-mute); }

.hero__badges { margin-top: 2.2rem; }

/* ==========================================================================
   Features — scannable grid
   ========================================================================== */

.features {
  background: var(--ink);
  padding: 8rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--rule-light);
}
.features__head {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: center;
}
.features__head .label { display: block; margin-bottom: 1.5rem; }
.features__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 auto;
}
.features__title em { font-style: italic; color: var(--gold); }

.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule-light);
  border: 1px solid var(--rule-light);
}
.feature {
  padding: 3rem 2.5rem;
  background: var(--ink);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: background 0.4s var(--ease);
}
.feature:hover { background: rgba(176, 138, 62, 0.04); }

.feature__icon {
  width: 38px;
  height: 38px;
  color: var(--gold);
}
.feature h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  color: var(--paper);
}
.feature p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--paper-dim);
  max-width: 38ch;
}

@media (max-width: 900px) {
  .features__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */

.faq {
  background: var(--paper);
  color: var(--ink);
  padding: 8rem 2rem;
}
.faq__head {
  max-width: 1320px;
  margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: end;
}
.faq__head .label { color: var(--gold-deep); display: block; }
.faq__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 16ch;
}
.faq__title em { font-style: italic; color: var(--gold-deep); }

.faq__list {
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.faq__item {
  border-bottom: 1px solid var(--rule);
  padding: 2rem 0;
  transition: background 0.4s var(--ease);
}
.faq__item[open] { background: rgba(176, 138, 62, 0.04); padding-left: 1.5rem; padding-right: 1.5rem; }
.faq__item summary {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  color: var(--ink);
  transition: color 0.3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.8rem;
  color: var(--gold-deep);
  line-height: 1;
  transition: transform 0.3s var(--ease);
}
.faq__item[open] summary::after { content: "−"; }
.faq__item summary:hover { color: var(--gold-deep); }
.faq__item p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 70ch;
  margin-top: 1.2rem;
}

@media (max-width: 720px) {
  .faq__head { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq__item summary { font-size: 1.15rem; gap: 1rem; }
}

/* ==========================================================================
   Method — editorial index
   ========================================================================== */

.method {
  background: var(--paper);
  color: var(--ink);
  padding: 8rem 2rem;
}
.method__head {
  max-width: 1320px;
  margin: 0 auto 5rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: end;
}
.method__head .label { color: var(--gold-deep); display: block; }
.method__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 18ch;
}
.method__title em {
  font-style: italic;
  color: var(--gold-deep);
}

.method__list {
  list-style: none;
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid var(--rule);
}
.method__item {
  display: grid;
  grid-template-columns: 100px 1fr 180px;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  transition: background 0.5s var(--ease);
}
.method__item:hover { background: rgba(176, 138, 62, 0.04); }

.method__no {
  font-family: var(--serif);
  font-style: italic;
  font-size: 2.5rem;
  color: var(--gold-deep);
  line-height: 1;
}
.method__body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 0.8rem;
  color: var(--ink);
}
.method__body p {
  font-family: var(--serif);
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 58ch;
}
.method__aside {
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-mute);
  text-align: right;
}

@media (max-width: 860px) {
  .method__head { grid-template-columns: 1fr; gap: 1.5rem; }
  .method__item { grid-template-columns: auto 1fr; gap: 1rem 1.5rem; }
  .method__aside { grid-column: 1 / -1; text-align: left; margin-top: 0.5rem; }
  .method__body h3 { font-size: 1.6rem; }
  .method__body p { font-size: 1rem; }
}

/* ==========================================================================
   Voices
   ========================================================================== */

.voices {
  background: var(--ink);
  padding: 8rem 2rem;
  max-width: 1320px;
  margin: 0 auto;
}
.voices .label { margin-bottom: 4rem; display: block; }

.voices__primary {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
  align-items: center;
}
.voices__portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: var(--img-filter) sepia(0.12);
}
.voices__primary-text blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.3;
  color: var(--paper);
  max-width: 24ch;
  margin-bottom: 2rem;
  position: relative;
}
.voices__primary-text blockquote::before {
  content: "\201C";
  position: absolute;
  top: -0.3em;
  left: -0.6em;
  font-size: 3em;
  color: var(--gold);
  opacity: 0.4;
  font-style: italic;
  line-height: 1;
}
.voices__primary-text figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.voices__name {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--gold);
}
.voices__meta {
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--paper-mute);
}

.voices__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  border-top: 1px solid var(--rule-light);
  padding-top: 4rem;
}
.voices__grid figure { display: grid; gap: 1rem; grid-template-columns: 80px 1fr; align-items: start; }
.voices__grid img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  filter: var(--img-filter) sepia(0.15);
}
.voices__grid blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.45;
  color: var(--paper-dim);
  margin-bottom: 0.6rem;
}
.voices__grid figcaption {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

@media (max-width: 860px) {
  .voices__primary { grid-template-columns: 1fr; gap: 2rem; }
  .voices__portrait { max-width: 240px; }
  .voices__grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ==========================================================================
   Apply
   ========================================================================== */

.apply {
  background: var(--paper);
  color: var(--ink);
  padding: 0 0 6rem;
  position: relative;
  overflow: hidden;
}

.apply__band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin-bottom: 6rem;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.apply__band-item {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 1.6rem 2rem;
  position: relative;
}
.apply__band-item + .apply__band-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: var(--rule);
}
.apply__band-item em {
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold-deep);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}
.apply__band-item b {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.1rem;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}

@media (max-width: 720px) {
  .apply__band { grid-template-columns: 1fr; }
  .apply__band-item + .apply__band-item::before {
    left: 2rem; right: 2rem; top: 0; bottom: auto;
    width: auto; height: 1px;
  }
}

.apply__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.apply__copy .label { color: var(--gold-deep); display: block; margin-bottom: 2rem; }
.apply__title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  color: var(--ink);
}
.apply__body {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 40ch;
}

.apply__form {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  max-width: 480px;
}
.apply__form label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.apply__form label span {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}
.apply__form input,
.apply__form select {
  padding: 0.8rem 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.2rem;
  transition: border-color 0.3s var(--ease);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.apply__form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23b08a3e' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 10px;
  padding-right: 1.5rem;
}
.apply__form input:focus,
.apply__form select:focus {
  outline: none;
  border-bottom-color: var(--gold);
}
.apply__form input::placeholder { color: var(--paper-mute); }

.apply__form button {
  align-self: flex-start;
  padding: 1rem 2.2rem;
  background: var(--ink);
  color: var(--paper);
  border: none;
  font-family: var(--sans);
  font-size: 0.78rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.4s var(--ease);
  margin-top: 1rem;
}
.apply__form button:hover {
  background: var(--gold-deep);
}
.apply__form.is-sent button { background: var(--gold-deep); }

.apply__small {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--paper-mute);
}

@media (max-width: 860px) {
  .apply__inner { grid-template-columns: 1fr; gap: 3rem; }
}

/* ==========================================================================
   Colophon / Footer
   ========================================================================== */

.colophon {
  background: var(--ink);
  color: var(--paper);
  padding: 6rem 2rem 3rem;
  border-top: 1px solid var(--rule-light);
}
.colophon__inner {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}
.colophon__mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.colophon__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(61%) sepia(29%) saturate(787%) hue-rotate(11deg) brightness(91%) contrast(85%);
}
.colophon__latin {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-style: italic;
  color: var(--paper);
  letter-spacing: 0.06em;
}
.colophon__tagline {
  font-family: var(--serif);
  font-style: italic;
  color: var(--paper-dim);
  font-size: 1.1rem;
  margin-bottom: 4rem;
}

.colophon__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 640px;
  margin: 0 auto 4rem;
  padding: 3rem 0;
  border-top: 1px solid var(--rule-light);
  border-bottom: 1px solid var(--rule-light);
}
.colophon__meta p:first-child {
  margin-bottom: 0.6rem;
  color: var(--gold);
}
.colophon__meta p:last-child {
  font-family: var(--serif);
  font-style: italic;
  color: var(--paper-dim);
  font-size: 0.95rem;
}

.colophon__foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-mute);
}
.colophon__foot a { color: var(--paper-dim); }
.colophon__foot a:hover { color: var(--gold); }

@media (max-width: 700px) {
  .colophon__meta { grid-template-columns: 1fr; gap: 1.5rem; }
  .colophon__foot { justify-content: center; text-align: center; }
}
