:root {
  --ink: #11110f;
  --paper: #eee9df;
  --warm: #d8d0c2;
  --ember: #e54b16;
  --muted: #8e887e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, blockquote { margin-top: 0; }

.page-header {
  align-items: center;
  background: rgba(8, 8, 7, .92);
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px clamp(24px, 5vw, 76px);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.logo { width: 145px; }
.back-link { color: var(--paper); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.back-link:hover { color: var(--ember); }

.story-hero {
  background: #080807;
  color: var(--paper);
  display: flex;
  min-height: 880px;
  overflow: hidden;
  padding: 180px clamp(24px, 7vw, 110px) 100px;
  position: relative;
}

.hero-image { bottom: 0; position: absolute; right: 0; top: 0; width: 58%; }
.hero-overlay { inset: 0; position: absolute; }
.hero-image img { height: 100%; object-fit: cover; object-position: 58% center; width: 100%; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,8,7,.98) 0%, rgba(8,8,7,.83) 42%, rgba(8,8,7,.16) 75%), linear-gradient(0deg, rgba(8,8,7,.72), transparent 50%); }
.hero-copy { align-self: center; max-width: 850px; position: relative; z-index: 2; }
.eyebrow, .section-label { color: var(--ember); font-size: 11px; font-weight: 700; letter-spacing: .2em; margin-bottom: 22px; text-transform: uppercase; }
h1, h2, blockquote { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { font-size: clamp(58px, 7vw, 104px); letter-spacing: -.045em; line-height: .94; margin-bottom: 38px; }
.hero-copy > p:last-child { color: #c7c1b8; font-size: 18px; line-height: 1.75; max-width: 650px; }
.hero-mark { bottom: 38px; color: #777269; font-size: 10px; font-weight: 700; letter-spacing: .19em; position: absolute; right: clamp(24px, 7vw, 110px); z-index: 2; }

.opening {
  display: grid;
  gap: 48px clamp(45px, 8vw, 130px);
  grid-template-columns: .7fr 1.3fr;
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px);
}
.opening .section-label { grid-column: 1 / -1; }
.opening blockquote { font-size: clamp(38px, 4.2vw, 66px); letter-spacing: -.035em; line-height: 1.08; }
.opening-copy { max-width: 650px; }
.opening-copy p { color: #5d5952; font-size: 17px; line-height: 1.8; margin-bottom: 24px; }

.process { background: var(--ink); color: var(--paper); display: grid; gap: clamp(55px, 9vw, 150px); grid-template-columns: .8fr 1.2fr; padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.process-heading { align-self: start; position: sticky; top: 80px; }
.process h2, .spread-copy h2, .now h2 { font-size: clamp(46px, 5.3vw, 78px); letter-spacing: -.04em; line-height: .98; }
.steps { border-top: 1px solid rgba(238,233,223,.2); }
.steps article { border-bottom: 1px solid rgba(238,233,223,.2); display: grid; gap: 35px; grid-template-columns: 55px 1fr; padding: 36px 0; }
.steps span { color: var(--ember); font-family: Georgia, 'Times New Roman', serif; font-size: 28px; }
.steps h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; line-height: 1.1; margin-bottom: 12px; }
.steps p { color: #a9a39a; line-height: 1.7; margin: 0; max-width: 600px; }

.spread-story { background: #d8d0c2; display: grid; gap: clamp(55px, 8vw, 120px); grid-template-columns: 1.15fr .85fr; padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.spread-collage { min-height: 760px; position: relative; }
.spread-collage img { box-shadow: 0 24px 55px rgba(23,23,19,.2); position: absolute; width: 46%; }
.spread-collage img:nth-child(1) { left: 0; top: 0; transform: rotate(-3deg); z-index: 1; }
.spread-collage img:nth-child(2) { right: 1%; top: 18%; transform: rotate(3deg); z-index: 2; }
.spread-collage img:nth-child(3) { bottom: 0; left: 21%; transform: rotate(-1deg); z-index: 3; }
.spread-copy { align-self: center; }
.spread-copy p:not(.section-label) { color: #5d5952; font-size: 17px; line-height: 1.75; margin-bottom: 24px; }

.now { background: #080807; color: var(--paper); padding: clamp(100px, 13vw, 190px) clamp(24px, 12vw, 190px); text-align: center; }
.now h2 { margin-left: auto; margin-right: auto; max-width: 980px; }
.now > p:not(.section-label) { color: #bcb6ad; font-size: 18px; line-height: 1.75; margin: 35px auto 0; max-width: 760px; }
.now-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; justify-content: center; margin-top: 48px; }
.now-actions a { font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.now-actions .primary { background: var(--ember); color: white; padding: 18px 22px; }
.now-actions .primary:hover { background: #c93c0c; }
.now-actions .secondary { border-bottom: 1px solid #69655f; padding: 8px 0; }

footer { align-items: center; background: #080807; border-top: 1px solid #262622; color: #777269; display: flex; gap: 30px; justify-content: space-between; padding: 42px clamp(24px, 7vw, 110px); }
footer a { width: 145px; }
footer p { font-size: 12px; margin: 0; }
footer span { color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .16em; }

@media (max-width: 850px) {
  .story-hero { min-height: 820px; padding-top: 150px; }
  .hero-image { left: 0; width: 100%; }
  .hero-image img { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, #080807 4%, rgba(8,8,7,.84) 52%, rgba(8,8,7,.26) 100%); }
  .hero-copy { align-self: end; }
  .opening, .process, .spread-story { grid-template-columns: 1fr; }
  .opening .section-label { grid-column: auto; }
  .process-heading { position: static; }
  .spread-collage { min-height: 660px; }
}

@media (max-width: 560px) {
  .page-header { padding: 18px 20px; }
  .logo { width: 115px; }
  .back-link { font-size: 9px; }
  .story-hero { min-height: 760px; padding-bottom: 70px; }
  h1 { font-size: 52px; }
  .hero-copy > p:last-child, .opening-copy p, .spread-copy p:not(.section-label), .now > p:not(.section-label) { font-size: 16px; }
  .hero-mark { display: none; }
  .opening { gap: 28px; }
  .process { gap: 48px; }
  .steps article { gap: 18px; grid-template-columns: 40px 1fr; }
  .steps h3 { font-size: 25px; }
  .spread-collage { min-height: 560px; }
  .spread-collage img { width: 52%; }
  .now-actions { flex-direction: column; }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
