/* ============================================================
   PAGE-BUILDER LIVE PREVIEW — Bull Ring front-of-house, scoped.
   Everything lives under .tbr so it never touches the admin chrome.
   Mirrors the real site: near-black + antique brass, Bodoni + Archivo.
   ============================================================ */

.tbr {
  --ink: #0b0907; --ink-2: #0f0c08; --panel: #15110b; --panel-2: #1c150d;
  --brass: #e3c279; --brass-bright: #f1d99c; --brass-deep: #c39f54;
  --cream: #efe7d6; --t: #e7dcc4; --m: #a0937c; --m2: #6e6450;
  --magenta: #ff2f7e; --rose: #ff6aa6;
  --ln: rgba(227,194,121,.14); --ln-s: rgba(227,194,121,.30); --ln-f: rgba(227,194,121,.07);
  --disp: "Bodoni Moda", "Times New Roman", serif;
  --sns: "Archivo", system-ui, sans-serif;

  font-family: var(--sns); background: var(--ink); color: var(--t);
  line-height: 1.6; position: relative; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.tbr * { box-sizing: border-box; margin: 0; padding: 0; }

/* atmosphere */
.tbr .tbr-atmos { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.tbr .tbr-atmos::before {
  content: ""; position: absolute; inset: -20%;
  background:
    radial-gradient(50% 45% at 18% 6%, rgba(255,47,126,.14), transparent 60%),
    radial-gradient(46% 42% at 88% 12%, rgba(138,75,255,.11), transparent 60%),
    radial-gradient(60% 50% at 50% 108%, rgba(227,194,121,.07), transparent 62%);
}
.tbr .tbr-atmos::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 80% at 50% 40%, transparent 55%, rgba(0,0,0,.5));
}
.tbr-content { position: relative; z-index: 1; }

/* type */
.tbr h1, .tbr h2, .tbr h3 { font-family: var(--disp); font-weight: 600; line-height: 1.04; color: var(--cream); letter-spacing: -.01em; }
.tbr .disp { font-family: var(--disp); font-weight: 500; }
.tbr .it { font-family: var(--disp); font-style: italic; font-weight: 500; color: var(--brass); }
.tbr .over { font-size: 11px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--brass); }
.tbr .lead { font-size: 17px; line-height: 1.65; color: var(--t); }
.tbr .muted { color: var(--m); }

/* faux nav so the preview reads as a real page */
.tbr-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 30px; border-bottom: 1px solid var(--ln);
  background: rgba(11,9,7,.7); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(8px);
}
.tbr-nav .brand { display: flex; align-items: center; gap: 11px; }
.tbr-nav .brand img { height: 34px; }
.tbr-nav .bt { font-family: var(--disp); font-weight: 600; font-size: 15px; color: var(--cream); line-height: 1; }
.tbr-nav .bs { font-size: 8px; letter-spacing: .3em; text-transform: uppercase; color: var(--brass); margin-top: 3px; }
.tbr-nav .links { display: flex; gap: 20px; }
.tbr-nav .links span { font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #d2cdc3; }
.tbr-nav .links span:first-child { color: var(--brass); }
.tbr-burger { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 36px; height: 36px; background: none; border: 0; cursor: pointer; padding: 6px; }
.tbr-burger span { display: block; height: 1.5px; border-radius: 2px; background: var(--cream); transition: transform .2s, opacity .2s; }

.tbr-mobile-menu {
  background: rgba(11,9,7,.97); border-bottom: 1px solid var(--ln);
  padding: 8px 0 16px; backdrop-filter: blur(8px);
}
.tbr-mobile-link {
  padding: 14px 30px; font-size: 11px; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--m); cursor: pointer;
}
.tbr-mobile-link:first-child { color: var(--brass); }
.tbr-mobile-link:active { color: var(--cream); }

/* buttons */
.tbr .btn {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--sns);
  font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
  padding: 13px 26px; border: 1px solid var(--brass); color: var(--ink); background: var(--brass); cursor: default;
}
.tbr .btn.ghost { background: transparent; color: var(--brass); }

/* layout */
.tbr .wrap { max-width: 1100px; margin: 0 auto; padding: 0 30px; }
.tbr .sec { padding: 76px 0; }
.tbr .sec-line { border-top: 1px solid var(--ln); }
.tbr .hairline { height: 1px; background: linear-gradient(90deg, transparent, var(--ln-s), transparent); margin: 18px 0; max-width: 360px; }

/* sec head */
.tbr .sechead { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 38px; }
.tbr .sechead h2 { font-size: clamp(28px, 4vw, 46px); }
.tbr .sechead .over { margin-bottom: 12px; }
.tbr .link-arrow { font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--brass); display: inline-flex; gap: 8px; align-items: center; }

/* corner ticks */
.tbr .ticked { position: relative; }
.tbr .ticked::before, .tbr .ticked::after { content: ""; position: absolute; width: 9px; height: 9px; border-color: var(--brass-deep); }
.tbr .ticked::before { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.tbr .ticked::after { bottom: -1px; right: -1px; border-bottom: 1px solid; border-right: 1px solid; }

/* badges */
.tbr .badge { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: 5px 10px; border: 1px solid var(--ln-s); color: var(--brass); }
.tbr .badge.live { border-color: rgba(255,47,126,.5); color: var(--rose); }
.tbr .badge.live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); box-shadow: 0 0 9px var(--magenta); }

/* card */
.tbr .card { background: linear-gradient(180deg, var(--panel), var(--ink-2)); border: 1px solid var(--ln); }
.tbr .grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tbr .grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

/* image placeholder */
.tbr-ph, .tbr .ph {
  background: repeating-linear-gradient(45deg, rgba(227,194,121,.05) 0 10px, transparent 10px 20px), var(--panel);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--m2); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; padding: 8px;
}
.tbr-ph span { font-family: var(--sns); }

/* ---- section: hero ---- */
.tbr .hero { position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.tbr .hero.tall { min-height: 460px; }
.tbr .hero.short { min-height: 300px; }
.tbr .hero .bg { position: absolute; inset: 0; }
.tbr .hero .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.tbr .hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,9,7,.5) 0%, rgba(11,9,7,.2) 38%, rgba(11,9,7,.94) 92%); }
.tbr .hero .ph { position: absolute; inset: 0; }
.tbr .hero .inner { position: relative; padding: 0 30px 56px; width: 100%; max-width: 1100px; margin: 0 auto; }
.tbr .hero h1 { font-size: clamp(40px, 8vw, 96px); max-width: 800px; margin: 16px 0 14px; }
.tbr .hero .sub { font-family: var(--disp); font-style: italic; font-size: clamp(16px, 2.4vw, 22px); color: var(--brass); max-width: 520px; margin-bottom: 26px; }

/* ---- section: show grid ---- */
.tbr .showcard { overflow: hidden; }
.tbr .showcard .img { aspect-ratio: 3/2; position: relative; overflow: hidden; }
.tbr .showcard .img img { width: 100%; height: 100%; object-fit: cover; }
.tbr .showcard .img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(11,9,7,.8)); }
.tbr .showcard .body { padding: 18px 20px 22px; }
.tbr .showcard h3 { font-size: 23px; margin: 8px 0 6px; }

/* ---- section: richtext ---- */
.tbr .rich { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: start; }
.tbr .rich h2 { font-size: clamp(26px, 3.6vw, 44px); }
.tbr .rich p { margin-bottom: 16px; }

/* ---- gallery ---- */
.tbr .gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tbr .gal .cell { aspect-ratio: 4/3; overflow: hidden; }
.tbr .gal .cell img { width: 100%; height: 100%; object-fit: cover; }
.tbr .gal .cell.tall { grid-row: span 2; aspect-ratio: auto; }

/* ---- quote ---- */
.tbr .quote { text-align: center; max-width: 760px; margin: 0 auto; }
.tbr .quote blockquote { font-family: var(--disp); font-style: italic; font-size: clamp(22px, 3.4vw, 38px); line-height: 1.3; color: var(--cream); margin-bottom: 24px; }
.tbr .quote .by { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); }
.tbr .quote .role { color: var(--m); font-size: 13px; margin-top: 4px; text-transform: none; letter-spacing: 0; }

/* ---- castcrew ---- */
.tbr .crew { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tbr .crew .person .pic { aspect-ratio: 1; overflow: hidden; margin-bottom: 12px; }
.tbr .crew .person .pic img { width: 100%; height: 100%; object-fit: cover; }
.tbr .crew .person h3 { font-size: 19px; }
.tbr .crew .person .role { color: var(--brass); font-size: 13px; }

/* ---- faq ---- */
.tbr .faq { max-width: 760px; margin: 0 auto; }
.tbr .faq .item { border-bottom: 1px solid var(--ln); padding: 18px 0; }
.tbr .faq .q { display: flex; justify-content: space-between; gap: 16px; align-items: center; cursor: default; }
.tbr .faq .q h3 { font-size: 19px; }
.tbr .faq .q .pm { color: var(--brass); font-size: 20px; }
.tbr .faq .a { color: var(--m); margin-top: 10px; max-width: 620px; }

/* ---- cta ---- */
.tbr .cta { text-align: center; padding: 90px 30px; }
.tbr .cta h2 { font-size: clamp(32px, 6vw, 72px); margin-bottom: 18px; }
.tbr .cta p { max-width: 500px; margin: 0 auto 28px; font-size: 17px; color: var(--t); }

/* ---- video embed ---- */
.tbr .video-embed-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  line-height: 0;
}
.tbr .video-embed-frame,
.tbr .video-embed-empty {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 0;
  display: block;
  background: #000;
}
.tbr .video-embed-frame {
  color-scheme: dark;
}
.tbr .video-embed-empty {
  display: flex;
}

/* footer hint */
.tbr-foot { border-top: 1px solid var(--ln); padding: 30px; text-align: center; color: var(--m2); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

/* empty page */
.tbr-empty { display: grid; place-items: center; min-height: 300px; text-align: center; color: var(--m); padding: 40px; }
.tbr-empty h3 { color: var(--cream); margin-bottom: 8px; }

/* ---- mobile overrides ---- */
.tbr.mobile .wrap { padding: 0 16px; }
.tbr.mobile .sec { padding: 44px 0; }
.tbr.mobile .tbr-nav { padding: 12px 16px; }

.tbr.mobile .hero h1 { font-size: 28px; }
.tbr.mobile .hero .sub { font-size: 14px; }
.tbr.mobile .hero .inner { padding: 0 16px 36px; }

.tbr.mobile .sechead h2 { font-size: 20px; }
.tbr.mobile .sechead { margin-bottom: 22px; }
.tbr.mobile .cta h2 { font-size: 22px; }
.tbr.mobile .cta { padding: 48px 16px; }
.tbr.mobile .rich h2 { font-size: 20px; }
.tbr.mobile .video-embed-shell { aspect-ratio: 16 / 9; }

.tbr.mobile .showgrid-cols { grid-template-columns: 1fr !important; gap: 14px !important; }
.tbr.mobile .showcard-meta { flex-direction: column; align-items: flex-start; gap: 4px; }

.tbr.mobile .rich-inner { grid-template-columns: 1fr !important; gap: 24px !important; }

.tbr.mobile .contact-grid { grid-template-columns: 1fr !important; gap: 20px !important; }

.tbr.mobile .grid3 { grid-template-columns: 1fr !important; }

@media (max-width: 900px) {
  .tbr-nav .links { display: none; }
  .tbr-nav .tbr-burger { display: flex; }
}
.tbr.mobile .crew { grid-template-columns: repeat(2, 1fr) !important; }
