:root {
  color-scheme: dark;
  --ink: #05070b;
  --paper: #f3eee5;
  --cream: #f6f0e7;
  --gold: #e9c68f;
  --line: rgba(255, 255, 255, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.shell { width: min(100% - 48px, 1344px); margin: 0 auto; }
.hero { position: relative; min-height: 100svh; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-art, .hero-shade, .hero-gradient { position: absolute; inset: 0; }
.hero-art { background: url("hero-film.png") 62% center / cover no-repeat; opacity: .76; }
.hero-shade { background: rgba(2, 4, 7, .55); }
.hero-gradient { background: linear-gradient(90deg, rgba(2,4,7,.98) 0%, rgba(2,4,7,.85) 36%, rgba(2,4,7,.24) 72%, rgba(2,4,7,.4) 100%), linear-gradient(180deg, rgba(2,4,7,.34), transparent 35%, rgba(2,4,7,.9)); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 100svh; padding: 28px 0 32px; }
.topbar, .hero-bottom, .footer-content { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 8px; text-decoration: none; color: #fbf7f0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; letter-spacing: -.06em; }
.brand span + span { letter-spacing: -.03em; }
.brand i { display: inline-block; width: 6px; height: 6px; margin-left: 4px; border-radius: 100%; background: #e0a763; }
.topbar p, .hero-bottom, footer { font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.topbar p { margin: 0; color: rgba(255,255,255,.6); }
.hero-copy { display: flex; flex: 1; flex-direction: column; justify-content: center; max-width: 760px; padding: 80px 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 40px; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 740px; font-size: clamp(64px, 9vw, 140px); line-height: .82; letter-spacing: -.067em; text-wrap: balance; }
.hero-copy > p { max-width: 560px; margin: 36px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 40px; }
.status { border: 1px solid rgba(233,198,143,.4); border-radius: 100px; background: rgba(233,198,143,.1); padding: 10px 16px; color: #f4d49e; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-actions a { color: white; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.hero-actions a:hover { color: var(--gold); }
.hero-actions b { margin-left: 8px; font-size: 16px; }
.hero-bottom { border-top: 1px solid var(--line); padding-top: 20px; color: rgba(255,255,255,.52); }
.catalogue { background: var(--paper); color: #11131a; padding: 110px 0; }
.intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 40px; border-bottom: 1px solid rgba(27,33,48,.15); padding-bottom: 48px; }
.eyebrow.dark { color: #6c573b; }
.intro h2 { max-width: 640px; font-size: clamp(46px, 5vw, 76px); line-height: .91; letter-spacing: -.055em; }
.intro > p { max-width: 440px; justify-self: end; margin: 0; color: #4b4d53; font-size: 17px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { padding: 48px 36px; border-left: 1px solid rgba(27,33,48,.15); }
.steps article:first-child { padding-left: 0; border: 0; }
.steps article > p { margin: 0; color: #9a6d38; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.steps h3 { margin-top: 40px; font-size: 31px; letter-spacing: -.04em; }
.steps span { display: block; max-width: 330px; margin-top: 16px; color: #56585f; font-size: 16px; line-height: 1.7; }
footer { background: #0b0e14; padding: 36px 0; color: rgba(255,255,255,.55); }
footer p { margin: 0; }

@media (max-width: 720px) {
  .shell { width: min(100% - 40px, 1344px); }
  .topbar p, .hero-bottom span:last-child { display: none; }
  .hero-art { background-position: 68% center; }
  .hero-copy { padding: 70px 0; }
  .hero-copy > p { font-size: 16px; }
  .catalogue { padding: 76px 0; }
  .intro, .steps { grid-template-columns: 1fr; }
  .intro { gap: 28px; padding-bottom: 36px; }
  .intro > p { justify-self: start; }
  .steps article, .steps article:first-child { padding: 36px 0; border: 0; border-bottom: 1px solid rgba(27,33,48,.15); }
  .steps article:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 28px; }
  .footer-content { align-items: flex-start; flex-direction: column; gap: 16px; }
}
