/* MBK v1 — shared pages sheet. Shared by about.html, contact.html, press.html, links.html.
   Extends css/base.css and css/tokens.css — never redefines .site-nav / .site-footer / .field / .btn. */

/* ---- page hero (eyebrow + Didot headline + one rule-red) ---- */
.page-hero {
  padding: 72px 24px 40px;
  max-width: 720px;
}
.page-hero h1 {
  margin-top: 14px;
  margin-bottom: 28px;
}
.page-hero .rule-red { margin-bottom: 0; }

/* ---- generic prose sections on paper ---- */
.bio-block,
.booking-section,
.press-section,
.links-section {
  padding: 0 24px 96px;
  max-width: 720px;
}
.bio-block p {
  max-width: 60ch;
  font-size: 1.0625rem;
  line-height: 1.7;
}

/* ---- placeholder frames (portrait, approved photos) ---- */
.placeholder-frame {
  margin-top: 48px;
  aspect-ratio: 3 / 4;
  max-width: 360px;
  border: 1px solid var(--line-on-paper);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.placeholder-frame span {
  font-size: var(--size-eyebrow);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
}
.placeholder-frame.placeholder-photos {
  aspect-ratio: 4 / 3;
  max-width: 480px;
}

/* ---- cross-gate line (about) ---- */
.cross-gate {
  margin-top: 40px;
  font-size: var(--size-small);
  color: var(--grey-2);
  max-width: 52ch;
}
.cross-gate a {
  border-bottom: 1px solid currentColor;
}

/* ---- the reel (about) — an ink screen set into the paper, kin to the homepage screening-frame ---- */
.reel-frame {
  margin-top: 16px;
  padding: 16px;
  background: var(--ink);
  border: 1px solid rgba(245, 241, 228, 0.12);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}
.reel-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

/* ---- booking status (contact hero) — .status-dot itself is a motion-kit class, styled in css/motion.css ---- */
.room-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-status-note {
  margin-top: 6px;
  font-size: var(--size-small);
  color: var(--grey-2);
}

/* ---- booking form (contact) ---- */
.booking-form {
  max-width: 560px;
  margin-top: 8px;
}
.booking-form textarea {
  resize: vertical;
  font-family: var(--font-sans);
  line-height: 1.6;
}
.booking-form .btn {
  margin-top: 8px;
}
.booking-form .btn:disabled {
  opacity: 0.55;
  cursor: default;
}

/* Send-failure strip: only rendered when the POST never reached the wire.
   Red is the site's one accent; here it's doing its actual job — signal. */
.form-send-error {
  margin: 16px 0 8px;
  padding: 12px 16px;
  border-left: 2px solid var(--red, #EB1C24);
  background: rgba(235, 28, 36, 0.05);
}
.form-send-error .small {
  margin: 0;
  color: inherit;
}

.furnish-note {
  margin-top: 48px;
  max-width: 52ch;
  font-size: var(--size-small);
  color: var(--grey-2);
}

.contact-block,
.management-block {
  margin-top: 40px;
}
.contact-block p,
.management-block p {
  font-size: var(--size-small);
  line-height: 1.7;
}
.contact-block .eyebrow,
.management-block .eyebrow {
  margin-bottom: 8px;
}

/* ---- press: award list ---- */
.award-list {
  list-style: none;
  margin-top: 32px;
  max-width: 640px;
}
.award-list li {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 20px 0;
  border-top: 1px solid var(--line-on-paper);
  font-size: 0.95rem;
  line-height: 1.5;
}
.award-list li:last-child {
  border-bottom: 1px solid var(--line-on-paper);
}
.award-mark-void {
  color: var(--grey-1);
  font-style: normal;
}

.stat-line {
  margin-top: 40px;
  font-family: var(--font-didone);
  font-weight: 400;
  font-size: 1.4rem;
}

.press-actions {
  margin-top: 40px;
}
.pdf-placeholder {
  display: inline-block;
  border: 1px solid var(--line-on-paper);
  padding: 12px 20px;
  font-size: var(--size-eyebrow);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
}

/* ---- links page ---- */
.links-section .page-hero,
.links-section { }
.links-list {
  list-style: none;
  margin-top: 8px;
  max-width: 640px;
}
.links-list li {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--line-on-paper);
}
.links-list li:last-child {
  border-bottom: 1px solid var(--line-on-paper);
}
.link-index {
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
  font-size: var(--size-eyebrow);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
  min-width: 44px;
}
.links-list a {
  font-family: var(--font-didone);
  font-size: 1.25rem;
}

/* ---- about: proof-first executive bio (v1.2 Conversion layer rewrite) ---- */
.bio-section-head {
  margin-top: 56px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-on-paper);
}
.bio-block .bio-section-head:first-of-type { margin-top: 48px; }

.bio-portrait { margin-top: 40px; max-width: 640px; }
.bio-portrait img { width: 100%; border: 1px solid var(--line-on-paper); }
.bio-portrait figcaption { margin-top: 16px; }
.bio-portrait-title { font-size: 1.15rem; margin-bottom: 8px; }
.bio-portrait-sub { font-size: 0.95rem; color: var(--grey-2); max-width: 56ch; }

.credit-platforms {
  list-style: none;
  margin-top: 20px;
  max-width: 640px;
}
.credit-platforms li {
  display: flex;
  gap: 20px;
  padding: 14px 0;
  border-top: 1px solid var(--line-on-paper);
  font-size: 0.95rem;
  line-height: 1.5;
}
.credit-platforms li:last-child { border-bottom: 1px solid var(--line-on-paper); }
.platform-name {
  font-family: var(--font-sans);
  font-size: var(--size-eyebrow);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
  min-width: 140px;
  flex: 0 0 auto;
}

.bio-taste-close {
  margin-top: 24px;
  font-size: var(--size-small);
  color: var(--grey-2);
  max-width: 60ch;
}

.bio-mythology-line {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid var(--line-on-paper);
  font-family: var(--font-didone);
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 56ch;
}

/* ---- press: the industry kit (v1.2 Conversion layer rewrite) ---- */
.kit-section {
  padding: 0 24px 64px;
  max-width: 720px;
}
.kit-section:last-of-type { padding-bottom: 96px; }

.one-sheet-section {
  padding: 8px 24px 64px;
  max-width: 720px;
}
.one-sheet-card {
  border: 1px solid var(--line-on-paper);
  padding: 40px 36px;
}
.one-sheet-bio {
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 62ch;
}
.one-sheet-card .award-list { margin-top: 28px; }
.one-sheet-meta {
  margin-top: 28px;
  font-size: var(--size-small);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
}
.one-sheet-contact { margin-top: 28px; }
.one-sheet-contact p {
  font-size: var(--size-small);
  line-height: 1.7;
}
.print-btn-wrap { margin-top: 24px; }

.approved-photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.approved-photo { border: 1px solid var(--line-on-paper); }
.approved-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.approved-photo-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: var(--size-eyebrow);
  letter-spacing: var(--track-wide);
  text-transform: uppercase;
  color: var(--grey-1);
  border-top: 1px solid var(--line-on-paper);
}
.approved-photo-meta a { border-bottom: 1px solid currentColor; }

.reel-access-line {
  margin-top: 4px;
  font-size: var(--size-small);
  color: var(--grey-2);
  max-width: 52ch;
}
.reel-access-line a { border-bottom: 1px solid currentColor; }

/* One-sheet print stylesheet — press.html's print button calls window.print() directly;
   this rule prints ONLY #one-sheet, clean black-on-white, no nav/footer/motion chrome. */
@media print {
  body, body.room-paper { background: #fff !important; color: #000 !important; }
  .site-nav, .site-footer,
  main > section:not(#one-sheet) { display: none !important; }
  #one-sheet { padding: 0; max-width: 100%; }
  /* Force full visibility regardless of scroll-reveal state — the print button lives
     inside #one-sheet, so in practice it has already revealed, but this removes any
     doubt (and covers reduced-motion / no-motion.js edge cases). */
  html.mbk-motion #one-sheet[data-reveal] { opacity: 1 !important; transform: none !important; }
  .one-sheet-card { border-color: #000; }
  .print-btn-wrap { display: none !important; }
  .award-mark, .eyebrow, .platform-name { color: #000 !important; }
  a { color: #000 !important; text-decoration: none !important; }
}

/* ---- contact: the ritual card (v1.2 Conversion layer, forms.js injects this markup) ---- */
.ritual-card {
  margin-top: 8px;
  padding: 48px 40px;
  border: 1px solid var(--line-on-paper);
  max-width: 560px;
}
.ritual-eyebrow { margin-bottom: 20px; }
.ritual-stamp {
  font-family: var(--font-didone);
  font-weight: 400;
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
}
.ritual-rule { margin: 28px 0; max-width: 120px; }
.ritual-note {
  font-size: var(--size-small);
  color: var(--grey-2);
  max-width: 48ch;
}

@media (max-width: 640px) {
  .page-hero { padding: 56px 20px 32px; }
  .bio-block, .booking-section, .press-section, .links-section,
  .kit-section, .one-sheet-section {
    padding: 0 20px 72px;
  }
  .placeholder-frame { max-width: 100%; }
  .one-sheet-card { padding: 28px 22px; }
  .approved-photos-grid { grid-template-columns: 1fr; }
  .credit-platforms li { flex-direction: column; gap: 4px; }
  .ritual-card { padding: 32px 24px; }
}
