:root {
  --ink: #17140f;
  --paper: #f4efdf;
  --paper-2: #e8dfc9;
  --cream: #fffaf0;
  --olive: #55572b;
  --coral: #cb5f44;
  --gold: #b58b3e;
  --teal: #1d6662;
  --line: rgba(23, 20, 15, .16);
  --shadow: 0 20px 55px rgba(40, 28, 15, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.hero { min-height: 92vh; color: var(--cream); background:
  radial-gradient(circle at 80% 15%, rgba(203,95,68,.28), transparent 28%),
  radial-gradient(circle at 8% 84%, rgba(85,87,43,.48), transparent 34%),
  #17140f; overflow: hidden; }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #f1c96f; letter-spacing: 0; font-family: Georgia, serif; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.72); font-size: .84rem; }
.nav-links a:hover { color: #fff; }
.hero-grid { min-height: calc(92vh - 82px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 7vw, 100px); align-items: center; padding-block: 56px 80px; }
.eyebrow { margin: 0 0 14px; color: var(--coral); text-transform: uppercase; letter-spacing: .19em; font-size: .72rem; font-weight: 900; }
.hero .eyebrow { color: #f1c96f; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .97; letter-spacing: -.035em; }
h1 { font-size: clamp(3.7rem, 7.8vw, 7.2rem); }
h1 em { color: #f1c96f; font-weight: 400; }
h2 { font-size: clamp(2.6rem, 5vw, 4.8rem); }
h3 { margin: 0; font-size: 1rem; }
.lede { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.6vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { padding: 14px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; text-decoration: none; font-size: .85rem; font-weight: 800; }
.button.primary { background: #f1c96f; border-color: #f1c96f; color: var(--ink); }
.button.ghost:hover { border-color: #fff; }
.revision { margin-top: 32px; color: rgba(255,255,255,.45); font-size: .72rem; }
.hero-image { position: relative; margin: 0; transform: rotate(1.4deg); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.hero-image::before { content: ""; position: absolute; inset: -14px; border: 1px solid rgba(241,201,111,.48); pointer-events: none; }
.hero-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-image figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 14px 16px; color: var(--ink); background: #f1c96f; font-family: Georgia, serif; font-size: 1.15rem; }
.hero-image figcaption span { font-family: Inter, sans-serif; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

section { padding-block: 105px; }
.vibe { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.vibe-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vibe-grid article { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vibe-grid span { display: block; margin-bottom: 34px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.vibe-grid h3 { font-family: Georgia, serif; font-size: 1.35rem; }
.vibe-grid p { margin: 10px 0 0; color: rgba(23,20,15,.65); font-size: .88rem; line-height: 1.55; }

.flow-section { color: var(--cream); background: var(--olive); }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading > p { max-width: 430px; margin: 0; color: rgba(23,20,15,.6); line-height: 1.6; }
.flow-section .section-heading > p { color: rgba(255,255,255,.68); }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.phase { position: relative; min-height: 330px; padding: 28px 20px 22px; border-right: 1px solid rgba(255,255,255,.18); }
.phase:last-child { border-right: 0; }
.phase-no { display: block; margin-bottom: 54px; color: #f1c96f; font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.phase h3 { font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.1; }
.phase p { min-height: 62px; color: rgba(255,255,255,.62); font-size: .78rem; line-height: 1.45; }
.phase-shots { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.phase-shots a { padding: 6px 8px; border-radius: 99px; color: var(--cream); background: rgba(255,255,255,.12); text-decoration: none; font-size: .65rem; font-weight: 800; }
.flow-note { display: grid; grid-template-columns: 1fr 4fr; gap: 20px; margin-top: 24px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.flow-note p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }

.shot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.shot-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.shot-image { position: relative; }
.shot-image img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.shot-number { position: absolute; top: 16px; left: 16px; width: 52px; height: 52px; display: grid; place-items: center; color: var(--cream); background: rgba(23,20,15,.88); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: Georgia, serif; font-size: 1.2rem; }
.shot-phase { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; color: var(--ink); background: #f1c96f; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 900; }
.shot-body { padding: 28px; }
.shot-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 24px; }
.shot-title-row h3 { font-family: Georgia, serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 500; line-height: 1; }
.vibe-badge { flex: 0 0 auto; padding: 7px 9px; color: var(--teal); border: 1px solid rgba(29,102,98,.35); border-radius: 99px; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.target { margin: 0 0 24px; color: rgba(23,20,15,.68); font-size: .95rem; line-height: 1.6; }
.shot-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail strong { display: block; margin-bottom: 7px; color: var(--coral); text-transform: uppercase; letter-spacing: .12em; font-size: .61rem; }
.detail p { margin: 0; color: rgba(23,20,15,.72); font-size: .79rem; line-height: 1.5; }
.workshop { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.workshop-row { display: grid; grid-template-columns: 150px 1fr; gap: 10px; }
.workshop select, .workshop input { width: 100%; min-width: 0; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 0; font: inherit; font-size: .8rem; }
.copy-button { width: 100%; margin-top: 10px; padding: 12px 14px; color: var(--cream); background: var(--ink); border: 0; cursor: pointer; font-weight: 900; }
.copy-button:hover { background: var(--teal); }

.master-section { background: var(--paper-2); }
.master-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.master-grid article { min-height: 295px; padding: 26px; background: rgba(255,250,240,.72); border: 1px solid var(--line); }
.master-grid .post-card { color: var(--cream); background: var(--teal); }
.crate { display: inline-block; margin-bottom: 45px; color: var(--coral); text-transform: uppercase; letter-spacing: .16em; font-size: .65rem; font-weight: 900; }
.post-card .crate { color: #f1c96f; }
.master-grid h3 { font-family: Georgia, serif; font-size: 1.6rem; }
.master-grid ul { margin: 18px 0 0; padding-left: 17px; color: rgba(23,20,15,.66); font-size: .83rem; line-height: 1.75; }
.post-card ul { color: rgba(255,255,255,.75); }

footer { padding: 38px 0; color: rgba(255,255,255,.65); background: var(--ink); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-inner div { display: flex; flex-direction: column; gap: 4px; }
.footer-inner strong { color: var(--cream); font-family: Georgia, serif; font-size: 1.25rem; }
.footer-inner span, .footer-inner a { font-size: .72rem; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 20; padding: 12px 18px; color: var(--cream); background: var(--teal); box-shadow: var(--shadow); transform: translate(-50%, 100px); opacity: 0; transition: .25s ease; font-size: .8rem; font-weight: 800; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 980px) {
  .hero-grid, .vibe { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 65px; }
  .hero-image { width: min(620px, 92%); margin: 0 auto; }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .phase { border-bottom: 1px solid rgba(255,255,255,.18); }
  .master-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 26px, 1180px); }
  .nav-links { display: none; }
  .hero { min-height: 0; }
  .hero-grid { min-height: 0; padding-block: 55px 72px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  section { padding-block: 78px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .vibe { gap: 40px; }
  .vibe-grid { grid-template-columns: 1fr; }
  .vibe-grid article { min-height: 160px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .phase { min-height: 260px; }
  .phase-no { margin-bottom: 30px; }
  .flow-note { grid-template-columns: 1fr; }
  .shot-grid, .master-grid { grid-template-columns: 1fr; }
  .shot-details { grid-template-columns: 1fr; }
  .shot-body { padding: 22px; }
  .workshop-row { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-end; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
