:root {
  --ink: #11100f;
  --ink-soft: #211f1c;
  --cream: #f4ead5;
  --paper: #fbf6ea;
  --red: #a52222;
  --red-dark: #741717;
  --mustard: #c89a2e;
  --muted: #716b62;
  --line: rgba(17, 16, 15, 0.16);
  --shadow: 0 24px 70px rgba(17, 16, 15, 0.20);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 999; left: 16px; top: 16px; padding: 10px 14px;
  background: var(--paper); color: var(--ink); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; right: 0;
  color: var(--cream); border-bottom: 1px solid rgba(244,234,213,.18);
}
.header-inner { height: 96px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.25)); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a:not(.nav-cta) { opacity: .82; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.nav-cta { border: 1px solid rgba(244,234,213,.6); padding: 10px 15px; }
.nav-cta:hover { background: var(--cream); color: var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--cream); }

.hero {
  position: relative; min-height: 820px; color: var(--cream); background: var(--ink);
  display: flex; align-items: stretch; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(165,34,34,.26), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.025) 25%, transparent 25%) 0 0 / 12px 12px;
  opacity: .8;
}
.hero-texture {
  position: absolute; inset: 0; opacity: .11; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; padding-top: 130px; padding-bottom: 70px; }
.hero-copy { padding-block: 90px 50px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .78rem; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--mustard); }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(4.4rem, 7vw, 7.5rem); font-weight: 700; }
h1 em { color: var(--mustard); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 28px 0 0; color: rgba(244,234,213,.79); font-size: clamp(1.08rem,1.7vw,1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .79rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: #be2d2d; }
.button-ghost { border-color: rgba(244,234,213,.45); color: var(--cream); }
.button-ghost:hover { background: var(--cream); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.hero-note { margin-top: 30px; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: rgba(244,234,213,.6); }
.hero-note span { color: #e24141; margin-right: 7px; }
.hero-portrait { position: relative; justify-self: end; width: min(100%, 490px); }
.portrait-frame { position: relative; aspect-ratio: 3/4.35; border: 1px solid rgba(244,234,213,.25); background: var(--ink-soft); box-shadow: var(--shadow); transform: rotate(1.4deg); overflow: hidden; }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px rgba(0,0,0,.35); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 33%; filter: contrast(1.05); }
.portrait-stamp { position: absolute; left: -46px; bottom: 42px; width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; background: var(--mustard); color: var(--ink); border: 4px double var(--ink); text-align: center; font-family: Georgia,serif; font-weight: 800; line-height: 1.05; transform: rotate(-9deg); }

.marquee { overflow: hidden; background: var(--mustard); border-block: 2px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 13px 0; animation: marquee 28s linear infinite; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.marquee-track span, .marquee-track b { white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
h2 { font-size: clamp(3.1rem, 5.6vw, 6rem); }
.text-link { display: inline-flex; gap: 7px; align-items: center; color: var(--red); font-weight: 900; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card { position: relative; border: 0; padding: 0; background: var(--ink); color: var(--cream); text-align: left; cursor: pointer; overflow: hidden; box-shadow: 0 10px 28px rgba(17,16,15,.11); }
.video-card-media { position: relative; aspect-ratio: 9/14; overflow: hidden; background: #2b2926; }
.video-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.78)); }
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.video-card:hover img, .video-card:focus-visible img { transform: scale(1.035); filter: contrast(1.08); }
.video-card-number { position: absolute; z-index: 2; left: 18px; top: 15px; font-family: Georgia,serif; font-size: .92rem; font-weight: 700; background: var(--mustard); color: var(--ink); width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; }
.play-button { position: absolute; z-index: 2; right: 18px; bottom: 18px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--red); color: white; font-size: 1.15rem; box-shadow: 0 8px 20px rgba(0,0,0,.3); }
.video-card-copy { padding: 20px 20px 24px; min-height: 122px; }
.video-card-copy small { color: var(--mustard); font-size: .71rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.video-card-copy h3 { margin: 9px 0 0; font-family: Georgia,serif; font-size: 1.45rem; line-height: 1.12; }

.live-section { padding-top: 30px; background: var(--paper); }
.live-card { position: relative; display: grid; grid-template-columns: 120px 1fr auto; gap: 36px; align-items: center; padding: 58px 60px; color: var(--cream); background: var(--red); overflow: hidden; box-shadow: var(--shadow); }
.live-card::after { content: ""; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; right: -110px; top: -160px; box-shadow: 0 0 0 30px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.live-badge { position: relative; z-index: 1; width: 110px; height: 110px; display: grid; place-items: center; border: 2px solid var(--cream); border-radius: 50%; font-family: Georgia,serif; font-size: 1.4rem; font-weight: 800; transform: rotate(-8deg); }
.live-copy { position: relative; z-index: 1; }
.live-copy .eyebrow { color: var(--mustard); }
.live-copy h2 { font-size: clamp(3rem,5vw,5.2rem); }
.live-copy h2 span { color: var(--mustard); }
.live-copy p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.8); }
.live-card .button { position: relative; z-index: 1; white-space: nowrap; }

.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-mark { position: relative; }
.about-mark::before { content: ""; position: absolute; inset: 7% 2% 2% 8%; background: var(--mustard); border-radius: 50%; transform: rotate(-5deg); }
.about-mark img { position: relative; transform: rotate(3deg); filter: drop-shadow(0 24px 35px rgba(17,16,15,.2)); }
.about-copy .lead { margin-top: 30px; font-family: Georgia,serif; font-size: clamp(1.45rem,2.4vw,2.2rem); line-height: 1.34; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #4a453e; font-size: 1.07rem; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 42px; border-block: 1px solid rgba(17,16,15,.18); }
.about-facts div { padding: 23px 16px 23px 0; border-right: 1px solid rgba(17,16,15,.18); }
.about-facts div + div { padding-left: 20px; }
.about-facts div:last-child { border-right: 0; }
.about-facts strong { display: block; font-family: Georgia,serif; font-size: 2.1rem; line-height: 1; color: var(--red); }
.about-facts span { display: block; margin-top: 8px; font-size: .75rem; line-height: 1.35; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.contact-section { position: relative; color: var(--cream); background: var(--ink); text-align: center; overflow: hidden; }
.contact-section::before { content: "?"; position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); font-family: Georgia,serif; font-size: 32rem; line-height: 1; color: rgba(244,234,213,.025); }
.contact-inner { position: relative; }
.contact-inner .eyebrow { color: var(--mustard); }
.contact-inner h2 { max-width: 950px; margin-inline: auto; }
.contact-inner p:not(.eyebrow) { color: rgba(244,234,213,.7); margin: 28px 0 12px; }
.email-link { display: inline-block; color: var(--mustard); font-family: Georgia,serif; font-size: clamp(1.2rem,3vw,2.4rem); text-underline-offset: 8px; }

.site-footer { background: #090908; color: rgba(244,234,213,.62); border-top: 1px solid rgba(244,234,213,.1); }
.footer-inner { min-height: 112px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; }
.footer-inner p { font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.social-links { justify-self: end; display: flex; gap: 10px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(244,234,213,.22); border-radius: 50%; text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.social-links a:hover { background: var(--mustard); border-color: var(--mustard); color: var(--ink); transform: translateY(-2px); }
.social-icon { font-size: .86rem; font-weight: 900; line-height: 1; }

.video-modal { width: min(520px, calc(100% - 24px)); max-height: 94vh; padding: 0; border: 1px solid rgba(244,234,213,.22); background: var(--ink); color: var(--cream); box-shadow: 0 35px 100px rgba(0,0,0,.6); }
.video-modal::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.modal-shell { position: relative; padding: 16px 16px 24px; }
.modal-close { position: absolute; z-index: 4; right: 24px; top: 24px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(0,0,0,.75); color: white; font-size: 1.8rem; cursor: pointer; }
.modal-video { aspect-ratio: 9/16; max-height: 73vh; background: black; }
.modal-video iframe { width: 100%; height: 100%; border: 0; }
.modal-shell h2 { margin: 20px 0 12px; font-size: 1.75rem; line-height: 1.08; }
.modal-shell .text-link { font-size: .88rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { position: absolute; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 96px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; color: var(--cream); background: #171513; border: 1px solid rgba(244,234,213,.2); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 400px; gap: 35px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.8rem,8vw,5.4rem); }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .live-card { grid-template-columns: 100px 1fr; }
  .live-card .button { grid-column: 2; justify-self: start; }
  .about-grid { gap: 50px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .header-inner { height: 82px; }
  .brand img { width: 64px; height: 64px; }
  .site-nav { top: 82px; left: 14px; right: 14px; }
  .hero-grid { display: flex; flex-direction: column; gap: 20px; padding-top: 118px; padding-bottom: 48px; }
  .hero-copy { padding: 34px 0 0; }
  h1 { font-size: clamp(3.3rem,15vw,5rem); }
  .hero-intro { font-size: 1.05rem; }
  .hero-portrait { width: min(88%, 430px); margin: 20px auto 0; }
  .portrait-stamp { width: 86px; height: 86px; left: -20px; bottom: 30px; font-size: .88rem; }
  .section { padding: 88px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 32px; }
  h2 { font-size: clamp(2.8rem,12vw,4.4rem); }
  .video-grid { grid-template-columns: 1fr 1fr; gap: 13px; }
  .video-card-copy { min-height: 118px; padding: 15px 14px 18px; }
  .video-card-copy h3 { font-size: 1.08rem; }
  .video-card-number { width: 30px; height: 30px; left: 12px; top: 12px; font-size: .76rem; }
  .play-button { width: 44px; height: 44px; right: 12px; bottom: 12px; }
  .live-card { grid-template-columns: 1fr; gap: 22px; padding: 38px 27px; }
  .live-badge { width: 82px; height: 82px; }
  .live-card .button { grid-column: 1; }
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-mark { width: min(84%,420px); margin-inline: auto; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div, .about-facts div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(17,16,15,.18); }
  .about-facts div:last-child { border-bottom: 0; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 28px 0; text-align: center; }
  .social-links { justify-self: center; }
}

@media (max-width: 420px) {
  .video-grid { grid-template-columns: 1fr; }
  .video-card-media { aspect-ratio: 9/13; }
}

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