:root {
  color-scheme: dark;
  --ink: #fff8ed;
  --muted: #c8b7aa;
  --ember: #ff6a22;
  --gold: #ffb52e;
  --coral: #ff3d62;
  --night: #120d14;
  --panel: rgba(34, 22, 29, .72);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 83, 30, .16), transparent 31rem),
    radial-gradient(circle at 12% 78%, rgba(255, 38, 104, .1), transparent 27rem),
    var(--night);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 2px; text-decoration: none; font-size: 1.22rem; font-weight: 760; letter-spacing: -.04em; }
.brand b { color: var(--ember); font-weight: 760; }
.flame { width: 27px; height: 31px; margin-right: 7px; border-radius: 80% 20% 65% 35%; transform: rotate(45deg); background: linear-gradient(135deg, var(--gold), var(--ember) 55%, var(--coral)); box-shadow: 0 0 24px rgba(255, 92, 30, .52); }
.flame::after { content: ""; display: block; width: 11px; height: 14px; margin: 11px 0 0 10px; border-radius: 80% 20% 65% 35%; background: #fff0b6; }
.header-link { color: #e5d6cd; text-decoration: none; font-size: .9rem; font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.28); padding-bottom: 5px; }

.hero { min-height: 680px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 4rem; padding: 58px 0 86px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--gold); font-size: .74rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 22px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 650px; font-size: clamp(4rem, 6.7vw, 6.25rem); }
h1 em, h2 em { color: transparent; font-style: italic; background: linear-gradient(95deg, var(--gold), var(--ember) 52%, var(--coral)); background-clip: text; -webkit-background-clip: text; }
.lede { max-width: 560px; margin: 30px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 36px; }
.primary { display: inline-flex; align-items: center; gap: 22px; padding: 17px 21px 17px 24px; border-radius: 12px; color: #1b0b08; background: linear-gradient(100deg, var(--gold), var(--ember)); box-shadow: 0 16px 46px rgba(255, 85, 25, .24); font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 19px 52px rgba(255, 85, 25, .36); }
.primary span { font-size: 1.25rem; }
.artfire-handoff { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "kicker action" "logo action"; align-items: center; column-gap: 18px; row-gap: 5px; min-width: 310px; padding: 12px 15px 12px 17px; border: 1px solid rgba(255,128,42,.35); border-radius: 14px; background: linear-gradient(115deg, rgba(255,92,31,.16), rgba(255,174,37,.08)); box-shadow: 0 16px 44px rgba(0,0,0,.22); text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.artfire-handoff:hover { transform: translateY(-2px); border-color: rgba(255,143,47,.7); box-shadow: 0 19px 50px rgba(255,82,25,.14); }
.artfire-handoff .handoff-kicker { grid-area: kicker; color: #bdaca4; font-size: .62rem; font-weight: 800; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }
.artfire-handoff img { grid-area: logo; width: 148px; height: auto; display: block; }
.artfire-handoff strong { grid-area: action; display: flex; flex-direction: column; align-items: center; gap: 3px; color: #fff4eb; font-size: .72rem; white-space: nowrap; }
.artfire-handoff strong span { color: var(--gold); font-size: 1.25rem; line-height: 1; }
.secondary { color: #e6d7cf; font-size: .92rem; font-weight: 670; text-underline-offset: 6px; text-decoration-color: rgba(255,255,255,.35); }
.note { margin: 24px 0 0; color: #8f7c75; font-size: .8rem; }
.note span { color: var(--ember); margin-right: 6px; }

.hero-art { position: relative; min-height: 590px; }
.card { position: absolute; overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.14); background: var(--panel); box-shadow: 0 30px 80px rgba(0,0,0,.48); }
.card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.card-main { inset: 40px 54px 26px 40px; border-radius: 48% 48% 22px 22px; }
.card-main::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -90px 80px rgba(12,5,10,.36); }
.card-small { width: 150px; height: 188px; border-radius: 18px; }
.card-top { right: -20px; top: 8px; transform: rotate(6deg); }
.card-bottom { left: -25px; bottom: 8px; transform: rotate(-7deg); }
.prompt-chip { position: absolute; right: 14px; bottom: 24px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(24, 13, 20, .78); backdrop-filter: blur(12px); color: #eadbd2; font-size: .8rem; box-shadow: 0 12px 36px rgba(0,0,0,.38); }
.prompt-chip span { color: var(--gold); margin-right: 6px; }
.orbit { position: absolute; border: 1px solid rgba(255, 124, 41, .14); border-radius: 50%; }
.orbit-one { inset: -5px 15px -5px 0; transform: rotate(-14deg); }
.orbit-two { inset: 80px -40px 60px 50px; transform: rotate(22deg); }
.glow { position: fixed; z-index: -1; width: 350px; height: 350px; border-radius: 50%; filter: blur(110px); opacity: .11; pointer-events: none; }
.glow-one { top: 8%; right: 6%; background: var(--ember); }
.glow-two { bottom: 2%; left: 8%; background: var(--coral); }

.gallery { display: grid; grid-template-columns: 1fr .7fr; gap: 5rem; align-items: end; padding: 105px 0 115px; border-top: 1px solid rgba(255,255,255,.1); }
.gallery h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); }
.gallery > p { margin: 0 0 6px; color: var(--muted); font-size: 1.03rem; line-height: 1.8; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 0 42px; border-top: 1px solid rgba(255,255,255,.1); color: #8f7e78; font-size: .82rem; }
.footer-brand { color: var(--ink); font-size: 1rem; }
.footer-brand .flame { width: 20px; height: 23px; margin-right: 5px; }
.footer-brand .flame::after { width: 8px; height: 10px; margin: 8px 0 0 7px; }
footer a { text-underline-offset: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 65px; }
  .hero-copy { text-align: center; }
  .eyebrow, .actions { justify-content: center; }
  .lede { margin-inline: auto; }
  .hero-art { min-height: 560px; width: min(610px, 100%); margin-inline: auto; }
  .gallery { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .gallery .eyebrow { justify-content: center; }
}

@media (max-width: 600px) {
  .site-header, main, footer { width: min(100% - 24px, 1180px); }
  .site-header { height: 72px; }
  .header-link { font-size: 0; }
  .header-link span { font-size: 1.15rem; }
  .hero { min-height: auto; padding: 52px 0 70px; }
  h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .lede { font-size: 1rem; }
  .actions { flex-direction: column; }
  .primary, .artfire-handoff { width: 100%; justify-content: space-between; }
  .hero-art { min-height: 465px; margin-top: 35px; }
  .card-main { inset: 25px 12px 18px; }
  .card-small { width: 105px; height: 135px; }
  .card-top { right: -2px; }
  .card-bottom { left: -2px; }
  .prompt-chip { right: 1px; bottom: 4px; }
  .gallery { padding: 80px 0; }
  footer { flex-direction: column; text-align: center; }
}

.video-showcase { padding: 110px 0 120px; border-top: 1px solid rgba(255,255,255,.1); }
.video-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 5rem; align-items: end; margin-bottom: 46px; }
.video-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5vw, 5.2rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.video-heading h2 em { color: transparent; font-style: italic; background: linear-gradient(95deg, var(--gold), var(--ember) 52%, var(--coral)); background-clip: text; -webkit-background-clip: text; }
.video-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.video-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.video-card { grid-column: span 4; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.035); box-shadow: 0 20px 55px rgba(0,0,0,.28); }
.video-card.video-featured { grid-column: span 8; }
.video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #09070d; }
.video-card > div { display: flex; align-items: center; gap: 12px; padding: 15px 17px 17px; }
.video-card span { color: var(--ember); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.video-card h3 { margin: 0; color: #eee5df; font-size: .9rem; font-weight: 700; }
@media (max-width: 900px) {
  .video-heading { grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .video-heading .eyebrow { justify-content: center; }
  .video-card, .video-card.video-featured { grid-column: span 6; }
}
@media (max-width: 600px) {
  .video-showcase { padding: 80px 0; }
  .video-card, .video-card.video-featured { grid-column: span 12; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
