/* ===========================================================
   Yasmin Sido — brand site
   Design language: "שקט שיש בו עוצמה" / quiet authority.
   One disciplined accent (gold, from the YS logo), two warm
   neutrals, charcoal that matches her studio-portrait seamless
   so the photography bleeds into the page. Teal appears only
   as a rare thread tied to her "ייאוש / תקווה" stage identity.
   Editorial RTL Hebrew. Restraint over drama.
   =========================================================== */

:root {
  /* charcoal — matched to the studio-portrait background (#17–19) so
     the portraits bleed seamlessly into dark sections */
  --ink:      #181a1e;
  --ink-900:  #121317;   /* deepest — footer, hero floor */
  --ink-800:  #20232a;   /* raised surface on dark */
  --ink-700:  #2b2f37;

  /* warm light — two neutrals only */
  --paper: #f8f4ed;      /* primary ivory */
  --shell: #efe7d8;      /* the single deeper warm tone for alternation */
  --card:  #ffffff;

  /* the one accent — a refined antique gold, less brassy than before */
  --gold:      #b3893f;
  --gold-deep: #8f6c2c;
  --gold-soft: #d9bd83;  /* gold for type on dark */
  --gold-tint: rgba(179,137,63,.10);

  /* rare thread */
  --teal:      #2c7e77;
  --teal-soft: #b9d6d1;

  /* text */
  --text:    #221f1a;    /* warm near-black */
  --muted:   #6c6358;    /* warm gray, secondary */
  --muted-2: #8b8275;    /* tertiary / captions */
  --on-dark:        rgba(255,255,255,.72);
  --on-dark-2:      rgba(255,255,255,.52);
  --line:       rgba(24,20,14,.12);
  --line-2:     rgba(24,20,14,.07);
  --line-dark:  rgba(255,255,255,.12);

  --font-display: 'Frank Ruhl Libre', 'Noto Serif Hebrew', Georgia, serif;
  --font-body:    'Heebo', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --maxw:  1140px;
  --maxw-narrow: 760px;
  --nav-h: 74px;

  --r:    12px;
  --r-lg: 18px;
  --r-sm: 7px;
  --r-btn: 8px;

  --shadow:    0 22px 60px rgba(20,16,10,.12);
  --shadow-sm: 0 10px 30px rgba(20,16,10,.08);
  --shadow-xs: 0 4px 16px rgba(20,16,10,.06);

  --ease: cubic-bezier(.22,.61,.25,1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--paper);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--gold-soft); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; border-radius: 3px; }
.on-ink :focus-visible, .footer :focus-visible { outline-color: var(--gold-soft); }

/* Hebrew does not take letter-spacing or uppercasing; keep headings clean */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.16; letter-spacing: 0; color: var(--text); }
strong, b { font-weight: 700; }

/* numbers / latin that must stay LTR inside RTL text (phones, emails, URLs) */
.ltr { direction: ltr; unicode-bidi: isolate; }

/* ===================== LAYOUT ===================== */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.narrow { max-width: var(--maxw-narrow); }
.wide   { max-width: 1280px; }

.section { padding: clamp(64px, 9vw, 116px) 0; position: relative; }
.section-sm { padding: clamp(48px, 6vw, 76px) 0; }

.on-paper { background: var(--paper); }
.on-shell { background: var(--shell); }
.on-ink   { background: var(--ink); color: #fff; }
.on-ink-deep { background: var(--ink-900); color: #fff; }
.on-ink h1, .on-ink h2, .on-ink h3, .on-ink h4,
.on-ink-deep h1, .on-ink-deep h2, .on-ink-deep h3 { color: #fff; }

/* a hairline between two light sections, used sparingly */
.rule-top { border-top: 1px solid var(--line-2); }

/* ===================== TYPE PRIMITIVES ===================== */
.display { font-family: var(--font-display); font-weight: 700; font-size: clamp(34px, 5.2vw, 62px); line-height: 1.08; }
h1.display { margin: 0; }
.h2 { font-size: clamp(27px, 3.5vw, 41px); }
.lead { font-size: clamp(17px, 1.55vw, 20px); line-height: 1.6; color: var(--text); font-weight: 400; }
.on-ink .lead { color: rgba(255,255,255,.82); }
.muted { color: var(--muted); }
.on-ink .muted, .prose-dark { color: var(--on-dark); }

.prose p { color: var(--muted); font-size: 16.5px; margin-bottom: 16px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--text); }
.on-ink .prose p { color: var(--on-dark); }
.on-ink .prose strong { color: #fff; }

/* section heading block */
.head { max-width: 680px; margin: 0 0 clamp(34px, 5vw, 54px); }
.head.center { margin-inline: auto; text-align: center; }
.head h2 { font-size: clamp(27px, 3.5vw, 41px); margin-bottom: 14px; }
.head p { font-size: 17px; color: var(--muted); }
.on-ink .head p { color: var(--on-dark); }

/* label — replaces the old uppercase/letter-spaced kicker (neither works in Hebrew) */
.label {
  display: inline-flex; align-items: center; gap: 11px;
  font-weight: 600; font-size: 14px; color: var(--gold-deep);
  margin-bottom: 18px;
}
.label::before { content: ""; width: 26px; height: 1.5px; background: var(--gold); border-radius: 2px; }
.on-ink .label, .label.on-dark { color: var(--gold-soft); }
.on-ink .label::before, .label.on-dark::before { background: var(--gold-soft); }
.head.center .label { justify-content: center; }

/* ===================== BUTTONS ===================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 27px; border-radius: var(--r-btn);
  font-weight: 600; font-size: 16px; line-height: 1;
  border: 1.5px solid transparent; white-space: nowrap;
  transition: background .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease), transform .22s var(--ease);
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--gold); color: #211807; }
.btn-primary:hover { background: var(--gold-deep); }
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(24,20,14,.26); }
.btn-ghost:hover { background: var(--text); color: var(--paper); border-color: var(--text); }
.btn-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.42); }
.btn-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-solidlight { background: #fff; color: var(--ink); }
.btn-solidlight:hover { background: var(--paper); }
.btn-lg { padding: 16px 34px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-row { display: flex; gap: 13px; flex-wrap: wrap; }

/* quiet inline link with arrow */
.arrow-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--gold-deep); font-size: 15.5px; }
.arrow-link .arr { transition: transform .25s var(--ease); }
.arrow-link:hover .arr { transform: translateX(-5px); }
.on-ink .arrow-link { color: var(--gold-soft); }

/* ===================== NAV ===================== */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(248,244,237,.86);
  backdrop-filter: saturate(140%) blur(14px); -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.nav.scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 22px rgba(20,16,10,.05); }
.nav-inner { max-width: var(--maxw); margin: 0 auto; height: var(--nav-h); padding: 0 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name b { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: 0; }
.brand-name span { font-size: 11.5px; color: var(--muted-2); font-weight: 500; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link { padding: 8px 13px; border-radius: 7px; font-weight: 500; font-size: 15.5px; color: var(--muted); transition: color .2s, background .2s; }
.nav-link:hover { color: var(--ink); }
.nav-link.active { color: var(--ink); font-weight: 600; }
.nav-cta { margin-inline-start: 8px; }
.nav-cta .btn { padding: 10px 20px; font-size: 15px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 9px; }
.nav-toggle span { width: 23px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  .nav-links { position: absolute; top: var(--nav-h); inset-inline: 0; flex-direction: column; align-items: stretch;
    background: var(--paper); border-top: 1px solid var(--line); padding: 14px 18px calc(16px + env(safe-area-inset-bottom));
    gap: 2px; box-shadow: var(--shadow-sm);
    transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .25s var(--ease);
    max-height: calc(100dvh - var(--nav-h)); overflow-y: auto; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-link { width: 100%; padding: 13px 14px; font-size: 16px; border-radius: 9px; }
  .nav-link.active { background: var(--gold-tint); }
  .nav-cta { margin: 8px 0 0; }
  .nav-cta .btn { width: 100%; padding: 14px; }
}

/* ===================== HERO (home) ===================== */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: stretch; min-height: min(86vh, 760px); }
.hero-copy { align-self: center; padding: clamp(56px, 8vw, 104px) 0; max-width: 560px; }
.hero-copy .display { color: #fff; margin-bottom: 22px; }
.hero-copy .display .soft { color: var(--gold-soft); }
.hero-sub { font-size: clamp(17px, 1.7vw, 20px); color: rgba(255,255,255,.78); margin-bottom: 30px; max-width: 500px; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; font-size: 14px; color: rgba(255,255,255,.6); }
.hero-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,.4); }

.hero-figure { position: relative; align-self: stretch; min-height: 460px; }
.hero-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; }
/* feather the portrait into the charcoal on its inner (text-facing) edge + base */
.hero-figure::after { content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(to right, transparent 54%, var(--ink) 97%),
    linear-gradient(to top, var(--ink), transparent 24%); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .hero-figure { order: 1; height: 64vw; max-height: 460px; min-height: 320px; }
  .hero-figure img { object-position: 50% 12%; }
  .hero-figure::after { background: linear-gradient(to top, var(--ink) 3%, transparent 46%); }
  .hero-copy { order: 2; padding: 36px 0 54px; text-align: center; margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-meta { justify-content: center; }
}

/* ===================== PAGE HERO (inner) ===================== */
.page-hero { background: var(--ink); color: #fff; padding: clamp(58px, 8vw, 96px) 0 clamp(50px, 6vw, 72px); }
.page-hero .inner { max-width: 800px; }
.page-hero h1 { font-size: clamp(32px, 4.6vw, 52px); color: #fff; margin-bottom: 18px; }
.page-hero .lead { color: rgba(255,255,255,.8); }
.crumb { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 20px; }
.crumb a:hover { color: var(--gold-soft); }
.crumb span { margin: 0 7px; opacity: .6; }

/* ===================== CREDIBILITY WALL (static, calm) ===================== */
.proof { background: var(--ink-900); color: #fff; padding: clamp(40px, 5vw, 60px) 0; }
.proof .eyebrow-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 26px; }
.proof h3 { font-family: var(--font-body); font-weight: 500; font-size: 15px; color: rgba(255,255,255,.62); }
.proof .count { font-size: 13px; color: var(--gold-soft); font-weight: 600; }
.proof-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px; }
@media (max-width: 800px) { .proof-groups { grid-template-columns: 1fr; gap: 26px; } }
.proof-group h4 { font-family: var(--font-body); font-size: 12.5px; font-weight: 700; color: var(--gold-soft); margin-bottom: 12px; }
.proof-group ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px 8px; }
.proof-group li { font-size: 13.5px; color: rgba(255,255,255,.8); padding: 6px 13px; border: 1px solid var(--line-dark); border-radius: 999px; }

/* ===================== FEATURE / STORY SPLIT ===================== */
.feature { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(34px, 5vw, 66px); align-items: center; }
.feature.flip { grid-template-columns: 1.08fr 0.92fr; }
.feature.flip .feature-media { order: 2; }
@media (max-width: 880px) { .feature, .feature.flip { grid-template-columns: 1fr; gap: 34px; } .feature.flip .feature-media { order: 0; } }
.feature-media { position: relative; }
.feature-media img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 4/5; object-fit: cover; box-shadow: var(--shadow); }
.feature-media.tall img { aspect-ratio: 3/4; }
/* portrait on charcoal: when feature sits on ink, let the photo bleed instead of framing it */
.on-ink .feature-media img { box-shadow: none; }
.feature-tag { position: absolute; inset-inline-end: -14px; bottom: 22px; background: var(--card); color: var(--text);
  padding: 14px 18px; border-radius: var(--r); box-shadow: var(--shadow); max-width: 230px; }
.feature-tag b { font-family: var(--font-display); display: block; font-size: 17px; margin-bottom: 2px; }
.feature-tag span { font-size: 13px; color: var(--muted); line-height: 1.45; }

.pullquote { font-family: var(--font-display); font-size: clamp(19px, 2.3vw, 24px); line-height: 1.5; color: var(--text);
  border-inline-start: 2.5px solid var(--gold); padding-inline-start: 20px; margin: 24px 0; }
.on-ink .pullquote { color: #fff; border-color: var(--gold-soft); }

.chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.chip { font-size: 13.5px; font-weight: 500; color: var(--text); background: transparent; border: 1px solid var(--line); padding: 7px 15px; border-radius: 999px; }
.on-ink .chip { color: rgba(255,255,255,.85); border-color: var(--line-dark); }

/* ===================== THREE WORLDS ===================== */
.worlds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 880px) { .worlds { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }
.world { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.world:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.world-img { aspect-ratio: 7/5; overflow: hidden; position: relative; background: var(--ink); }
.world-img img { width: 100%; height: 100%; object-fit: cover; }
/* unify mixed source imagery with one restrained graded wash */
.world-img.graded img { filter: saturate(.86) contrast(1.02); }
.world-img.graded::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,19,23,0) 40%, rgba(18,19,23,.34)); }
.world-num { position: absolute; top: 14px; inset-inline-start: 14px; font-family: var(--font-display); font-size: 14px; font-weight: 700; color: #fff; background: rgba(18,19,23,.6); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; backdrop-filter: blur(3px); }
.world-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.world-body h3 { font-size: 22px; margin-bottom: 9px; }
.world-body p { color: var(--muted); font-size: 15px; flex: 1; margin-bottom: 18px; }

/* ===================== TESTIMONIALS ===================== */
/* one featured quote, set large and quiet */
.quote-feature { max-width: 860px; margin-inline: auto; text-align: center; }
.quote-feature .mark { font-family: var(--font-display); font-size: 64px; line-height: .6; color: var(--gold); height: 34px; }
.quote-feature blockquote { font-family: var(--font-display); font-size: clamp(22px, 3vw, 33px); line-height: 1.45; color: var(--text); margin: 18px 0 24px; }
.on-ink .quote-feature blockquote { color: #fff; }
.quote-feature .by { font-size: 15px; color: var(--muted); }
.quote-feature .by b { display: block; font-size: 16px; color: var(--text); margin-bottom: 2px; }
.on-ink .quote-feature .by { color: var(--on-dark); }
.on-ink .quote-feature .by b { color: #fff; }

/* secondary quotes — lighter, quieter than the feature */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .quotes { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
.quote { background: transparent; border-top: 2px solid var(--gold); padding: 22px 4px 0; }
.on-shell .quote, .on-paper .quote { border-top-color: var(--gold); }
.quote p { font-size: 15.5px; color: var(--text); margin-bottom: 16px; }
.quote .by b { font-size: 14.5px; display: block; }
.quote .by span { font-size: 13px; color: var(--muted); }

/* recommendation letter — featured credibility */
.letter { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-sm); max-width: 860px; margin-inline: auto; }
.letter .seal { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--gold-deep); margin-bottom: 18px; }
.letter .seal svg { width: 17px; height: 17px; }
.letter blockquote { font-family: var(--font-display); font-size: clamp(18px, 2.2vw, 24px); line-height: 1.55; color: var(--text); margin-bottom: 20px; }
.letter cite { font-style: normal; font-size: 14px; color: var(--muted); }
.letter cite b { display: block; font-family: var(--font-body); font-size: 15.5px; color: var(--text); margin-bottom: 1px; }

/* ===================== LECTURE CATALOG ===================== */
.lecture-flagship { background: var(--ink); color: #fff; border-radius: var(--r-lg); overflow: hidden; }
.lecture-flagship .lf-body { padding: clamp(30px, 4vw, 48px); }
.lecture-flagship .flag { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: var(--ink); background: var(--gold-soft); padding: 5px 13px; border-radius: 999px; margin-bottom: 18px; }
.lecture-flagship h3 { font-size: clamp(26px, 3.4vw, 38px); color: #fff; margin-bottom: 14px; }
.lecture-flagship .lf-desc { color: rgba(255,255,255,.8); font-size: 17px; max-width: 640px; margin-bottom: 24px; }
.lecture-flagship .lf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--r); overflow: hidden; margin-bottom: 24px; }
@media (max-width: 620px) { .lecture-flagship .lf-grid { grid-template-columns: 1fr; } }
.lecture-flagship .lf-grid > div { background: var(--ink); padding: 18px 22px; }
.lecture-flagship .lf-grid h4 { font-family: var(--font-body); font-size: 12.5px; font-weight: 700; color: var(--gold-soft); margin-bottom: 7px; }
.lecture-flagship .lf-grid p { font-size: 14.5px; color: var(--on-dark); }

/* the rest of the catalog — a clean list, lighter than the flagship */
.lectures-list { display: grid; gap: 18px; }
.lecture { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 30px; display: grid; grid-template-columns: 1fr auto; gap: 14px 28px; align-items: start; }
@media (max-width: 720px) { .lecture { grid-template-columns: 1fr; } }
.lecture-tag { font-size: 12.5px; font-weight: 600; color: var(--gold-deep); margin-bottom: 9px; }
.lecture-tag.teal { color: var(--teal); }
.lecture h3 { font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 9px; }
.lecture h3 small { display: block; font-family: var(--font-body); font-size: 14.5px; font-weight: 500; color: var(--muted); margin-top: 5px; }
.lecture p { color: var(--muted); font-size: 15.5px; max-width: 640px; }
.lecture .lecture-for { font-size: 13.5px; color: var(--muted-2); margin-top: 12px; }
.lecture .lecture-for b { color: var(--text); font-weight: 600; }
.lecture-aside { font-size: 13.5px; color: var(--muted); min-width: 180px; }
.lecture-aside .q { font-family: var(--font-display); font-style: italic; color: var(--text); font-size: 15px; line-height: 1.5; }
.lecture-aside .q cite { display: block; font-style: normal; font-size: 12.5px; color: var(--muted-2); margin-top: 7px; }

/* ===================== PLAYBILL (theater, typographic) ===================== */
.playbills { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; }
@media (max-width: 820px) { .playbills { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
.playbill { border: 1px solid var(--line-dark); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; min-height: 230px; position: relative; overflow: hidden; background: linear-gradient(160deg, var(--ink-800), var(--ink-900)); }
.playbill::before { content: ""; position: absolute; inset-inline-start: 28px; top: 24px; width: 30px; height: 1.5px; background: var(--gold-soft); }
.playbill .pb-meta { font-size: 12.5px; color: var(--gold-soft); font-weight: 600; margin: 22px 0 auto; }
.playbill h3 { font-size: clamp(24px, 2.8vw, 30px); color: #fff; margin-bottom: 12px; }
.playbill p { font-size: 14.5px; color: var(--on-dark); margin-bottom: 16px; }
.playbill .pb-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.playbill .pb-tags span { font-size: 12px; color: rgba(255,255,255,.74); border: 1px solid var(--line-dark); border-radius: 999px; padding: 4px 11px; }
.playbill.lead-bill { grid-row: span 1; }
.playbill.lead-bill h3 { font-size: clamp(26px, 3.2vw, 36px); }

/* ===================== PRESS ROOM ===================== */
.press { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.press-card { background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.press-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.press-thumb { aspect-ratio: 16/10; position: relative; overflow: hidden; background: var(--ink); }
.press-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
.press-thumb.face img { object-position: 50% 28%; }
.press-tag { position: absolute; top: 12px; inset-inline-start: 12px; background: rgba(18,19,23,.82); color: #fff; font-size: 11.5px; font-weight: 600; padding: 5px 12px; border-radius: 999px; backdrop-filter: blur(3px); }
.press-body { padding: 19px 21px 21px; display: flex; flex-direction: column; flex: 1; }
.press-body h3 { font-size: 18px; margin-bottom: 7px; }
.press-body p { font-size: 14px; color: var(--muted); flex: 1; margin-bottom: 13px; }

/* ===================== FOCUS LIST (activism) ===================== */
.focus-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
@media (max-width: 720px) { .focus-list { grid-template-columns: 1fr; } }
.focus-item { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); align-items: start; }
.focus-item .n { font-family: var(--font-display); font-size: 17px; color: var(--gold-deep); font-weight: 700; padding-top: 2px; }
.on-ink .focus-item { border-top-color: var(--line-dark); }
.on-ink .focus-item .n { color: var(--gold-soft); }
.focus-item h3 { font-size: 18.5px; margin-bottom: 6px; }
.focus-item p { font-size: 14.5px; color: var(--muted); }
.on-ink .focus-item p { color: var(--on-dark); }

/* ===================== BOOKS ===================== */
.book-hero { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
@media (max-width: 860px) { .book-hero { grid-template-columns: 1fr; gap: 38px; } }
.book-object { position: relative; justify-self: center; }
.book-object img { width: min(330px, 80vw); border-radius: 3px 9px 9px 3px; box-shadow: -16px 22px 50px rgba(20,16,10,.30), -1px 0 0 rgba(0,0,0,.12); }
.book-flag { position: absolute; top: 16px; inset-inline-start: -10px; background: var(--gold); color: #211807; font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 999px; box-shadow: var(--shadow-xs); }
.book-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0 24px; }
.book-meta .m { border: 1px solid var(--line); border-radius: var(--r-sm); padding: 9px 15px; font-size: 13px; color: var(--muted); }
.book-meta .m b { display: block; font-family: var(--font-display); font-size: 14.5px; color: var(--text); font-weight: 700; }
.byline { color: var(--gold-deep); font-weight: 600; margin-bottom: 16px; }

.book-second { display: grid; grid-template-columns: 200px 1fr; gap: clamp(26px, 4vw, 44px); align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 38px); }
@media (max-width: 680px) { .book-second { grid-template-columns: 1fr; } .book-second .bc-cover { max-width: 200px; } }
.bc-cover { aspect-ratio: 596/772; border-radius: 3px 9px 9px 3px; border: 1px solid var(--line); background: linear-gradient(160deg, var(--shell), #e6dcc9); display: grid; place-items: center; text-align: center; padding: 22px; }
.bc-cover span { font-family: var(--font-display); font-size: 21px; color: var(--gold-deep); }
.bc-cover small { display: block; margin-top: 8px; font-size: 12.5px; color: var(--muted-2); }
.book-second h3 { font-size: clamp(23px, 2.8vw, 29px); margin-bottom: 4px; }

/* value row */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 34px); }
@media (max-width: 760px) { .values { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }
.value .v-ic { width: 46px; height: 46px; border-radius: var(--r); background: var(--gold-tint); display: grid; place-items: center; margin-bottom: 16px; }
.value .v-ic svg { width: 24px; height: 24px; stroke: var(--gold-deep); fill: none; stroke-width: 1.6; }
.value h3 { font-size: 18.5px; margin-bottom: 8px; }
.value p { font-size: 15px; color: var(--muted); }

/* ===================== CTA BAND ===================== */
.cta { background: var(--ink); color: #fff; border-radius: var(--r-lg); padding: clamp(34px, 5vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.cta .cta-text { max-width: 580px; }
.cta h2 { font-size: clamp(23px, 3vw, 33px); color: #fff; margin-bottom: 10px; }
.cta p { color: var(--on-dark); font-size: 16px; }
@media (max-width: 620px) { .cta .btn-row { width: 100%; } .cta .btn-row .btn { width: 100%; } }

/* ===================== CONTACT ===================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(34px, 5vw, 56px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 38px; } }
.contact-row { display: flex; gap: 15px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-dark); }
.contact-row:last-of-type { border-bottom: none; }
.contact-row .ic { flex: 0 0 44px; height: 44px; border-radius: var(--r); background: rgba(255,255,255,.07); display: grid; place-items: center; }
.contact-row .ic svg { width: 21px; height: 21px; stroke: var(--gold-soft); fill: none; stroke-width: 1.7; }
.contact-row b { display: block; font-size: 15px; color: #fff; }
.contact-row span { font-size: 14px; color: var(--on-dark); }
.contact-note { margin-top: 22px; padding: 18px 20px; border: 1px solid var(--line-dark); border-radius: var(--r); }
.contact-note b { color: #fff; display: block; margin-bottom: 5px; font-size: 14.5px; }
.contact-note p { color: var(--on-dark); font-size: 14px; }

/* ===================== FORMS ===================== */
.form { background: var(--card); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: clamp(26px, 3vw, 36px); display: grid; gap: 16px; }
.form.on-dark { background: rgba(255,255,255,.04); border: 1px solid var(--line-dark); box-shadow: none; }
.form h3 { font-size: 21px; }
.form.on-dark h3 { color: #fff; }
.form .field { display: grid; gap: 6px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
@media (max-width: 520px) { .form .row2 { grid-template-columns: 1fr; } }
.form label { font-size: 13px; font-weight: 600; color: var(--muted); }
.form.on-dark label { color: var(--on-dark); }
.form input, .form select, .form textarea { width: 100%; padding: 13px 15px; border-radius: var(--r-sm); border: 1.5px solid var(--line); background: var(--paper); color: var(--text); font-family: inherit; font-size: 15.5px; transition: border-color .2s, background .2s; }
.form.on-dark input, .form.on-dark select, .form.on-dark textarea { background: rgba(255,255,255,.06); border-color: var(--line-dark); color: #fff; }
.form.on-dark input::placeholder, .form.on-dark textarea::placeholder { color: rgba(255,255,255,.4); }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.form.on-dark input:focus, .form.on-dark select:focus, .form.on-dark textarea:focus { background: rgba(255,255,255,.1); border-color: var(--gold-soft); }
.form select option { color: #111; }
.form textarea { resize: vertical; min-height: 108px; }
.form .hint { font-size: 12.5px; color: var(--muted); }
.form.on-dark .hint { color: rgba(255,255,255,.5); }

/* booking checkboxes */
.checks { display: grid; gap: 10px; }
.check { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r); cursor: pointer; transition: border-color .2s, background .2s; }
.form.on-dark .check { border-color: var(--line-dark); }
.check:hover { border-color: var(--gold); }
.check input { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; accent-color: var(--gold-deep); }
.check b { font-size: 14.5px; display: block; }
.form.on-dark .check b { color: #fff; }
.check span span { font-size: 13px; color: var(--muted); }
.form.on-dark .check span span { color: var(--on-dark); }
.check.sel { border-color: var(--gold); background: var(--gold-tint); }

/* ===================== GALLERY (documentary, from the field) ===================== */
.field-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 820px) { .field-strip { grid-template-columns: repeat(2, 1fr); } }
.field-shot { position: relative; border-radius: var(--r); overflow: hidden; aspect-ratio: 4/5; background: var(--ink); }
.field-shot img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.18) contrast(1.02) brightness(.98); }
.field-shot figcaption { position: absolute; inset-inline-start: 10px; bottom: 10px; font-size: 11.5px; font-weight: 500; color: #fff; background: rgba(18,19,23,.7); padding: 4px 10px; border-radius: 999px; backdrop-filter: blur(3px); }
.field-shot.wide { aspect-ratio: 4/3; }

/* ===================== FOOTER ===================== */
.footer { background: var(--ink-900); color: rgba(255,255,255,.66); padding: clamp(48px, 6vw, 64px) 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; padding-bottom: 34px; border-bottom: 1px solid var(--line-dark); }
@media (max-width: 760px) { .footer-top { grid-template-columns: 1fr; gap: 28px; } }
.footer .f-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.footer .f-brand img { width: 40px; height: 40px; }
.footer .f-brand b { font-family: var(--font-display); font-size: 19px; color: #fff; }
.footer .f-about { font-size: 14.5px; color: rgba(255,255,255,.56); max-width: 330px; }
.footer h4 { font-family: var(--font-body); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.footer-nav { display: grid; gap: 9px; }
.footer-nav a { font-size: 14.5px; color: rgba(255,255,255,.74); transition: color .2s; }
.footer-nav a:hover { color: var(--gold-soft); }
.socials { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.social { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--r-sm); border: 1px solid var(--line-dark); transition: background .2s, border-color .2s, transform .2s; }
.social svg { width: 19px; height: 19px; fill: rgba(255,255,255,.82); transition: fill .2s; }
.social:hover { background: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.social:hover svg { fill: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 22px; font-size: 13px; color: rgba(255,255,255,.42); }
.footer-bottom a:hover { color: var(--gold-soft); }

/* ===================== REVEAL ===================== */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* ===================== UTILITIES ===================== */
.center { text-align: center; }
.mx-auto { margin-inline: auto; }
.mt-1 { margin-top: 14px; } .mt-2 { margin-top: 24px; } .mt-3 { margin-top: 40px; }
.maxw-640 { max-width: 640px; } .maxw-720 { max-width: 720px; }
.anchor { scroll-margin-top: calc(var(--nav-h) + 18px); }
