/* ============================================================
   ROMEO.archi, Shared stylesheet
   Edit this file to change the look of the entire site.
   ============================================================ */

:root {
  --red: #F03414;
  --red-deep: #C92A0F;
  --paper: #F2EDE5;
  --paper-2: #FAF7F1;
  --ink: #0A0A0A;
  --ink-2: #161412;
  --text-dark: #1A1A1A;
  --text-mute: #7A746E;
  --text-paper: #E8E2D6;
  --text-paper-mute: #9A938A;
  --line-light: #E0DAD0;
  --line-dark: #2A2724;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--text-dark);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.serif { font-family: 'Fraunces', 'Times New Roman', serif; font-weight: 700; letter-spacing: -0.02em; font-variation-settings: "opsz" 144; }
.serif-italic { font-family: 'Fraunces', serif; font-weight: 600; font-style: italic; }

/* ----- Persistent header / nav ----- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
  color: var(--text-paper);
  transition: background 0.2s ease;
}
.site-header.on-light { background: var(--paper); border-bottom: 1px solid var(--line-light); color: var(--text-dark); }
.nav {
  max-width: 1440px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 40px;
}
.brand {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px;
  letter-spacing: -0.01em; line-height: 1;
}
.brand .brand-mark {
  height: 22px; width: auto; display: block;
}
.brand .brand-suffix {
  color: var(--text-paper); font-weight: 600; font-size: 16px;
  position: relative; top: 1px;
}
.site-header.on-light .brand .brand-suffix { color: var(--text-dark); }
.site-footer .brand .brand-suffix { color: var(--text-paper); }
/* Footer wordmark slightly larger */
.footer-inner .brand-col .brand .brand-mark { height: 26px; }
.footer-inner .brand-col .brand .brand-suffix { font-size: 18px; }
.nav-links {
  display: flex; gap: 32px; list-style: none;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
}
.nav-links a { padding-bottom: 4px; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
.nav-links a:hover, .nav-links a.active { border-bottom-color: var(--red); color: var(--red); }
.nav-cta {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600;
  padding: 11px 18px; background: var(--red); color: var(--paper);
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--red-deep); }
.menu-toggle { display: none; background: none; border: none; color: inherit; font-size: 22px; cursor: pointer; }

@media (max-width: 860px) {
  .nav { padding: 14px 20px; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; gap: 18px;
    position: absolute; top: 100%; left: 0; right: 0;
    padding: 24px 20px;
    background: var(--ink);
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
    box-shadow: 0 12px 24px -16px rgba(0,0,0,0.5);
  }
  .nav-links.open a { color: var(--text-paper); }
  .nav-links.open a.active { color: var(--red); }
  .site-header.on-light .nav-links.open {
    background: var(--paper);
    border-top: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
  }
  .site-header.on-light .nav-links.open a { color: var(--text-dark); }
  .site-header.on-light .nav-links.open a.active { color: var(--red); }
  .menu-toggle { display: block; }
}

/* ----- Type system ----- */
.eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); font-weight: 600; margin-bottom: 18px;
}
.h-display { font-family: 'Fraunces', serif; font-weight: 700; line-height: 1.0; letter-spacing: -0.025em; font-variation-settings: "opsz" 144; }
.h-display em { font-style: italic; font-weight: 600; color: var(--text-mute); }
.surface-dark .h-display em { color: var(--text-paper-mute); }

.surface-dark { background: var(--ink); color: var(--text-paper); }
.surface-cream { background: var(--paper); color: var(--text-dark); }

/* ============================================================
   HOME
   ============================================================ */

.hero {
  background: var(--ink); color: var(--text-paper);
  padding: 0 40px 60px;
}
.hero-frame {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: var(--ink-2) url('images/hero.jpg') center/cover;
  position: relative;
}
.hero-cap {
  display: grid; grid-template-columns: auto 1fr auto; gap: 56px;
  align-items: end; padding-top: 36px;
  max-width: 1440px; margin: 0 auto;
}
.hero-cap .l-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); font-weight: 600; max-width: 180px;
  line-height: 1.9;
}
.hero-cap .l-title {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: clamp(38px, 5vw, 72px); line-height: 1.0;
  color: var(--text-paper); letter-spacing: -0.025em;
  max-width: 820px;
  font-variation-settings: "opsz" 144;
}
.hero-cap .l-title em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.hero-cap .l-meta {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-paper-mute); font-weight: 500;
  text-align: right; line-height: 1.95;
}

@media (max-width: 860px) {
  .hero { padding: 0 20px 40px; }
  .hero-cap { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .hero-cap .l-meta { text-align: left; }
}

.approach {
  padding: 100px 40px;
  display: grid; grid-template-columns: 5fr 7fr; gap: 80px;
  align-items: start;
  max-width: 1440px; margin: 0 auto;
}
.approach .left h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(36px, 4vw, 48px); line-height: 1.05; color: var(--text-dark); letter-spacing: -0.02em; max-width: 380px; }
.approach .right p { font-size: 17px; color: var(--text-dark); line-height: 1.65; max-width: 560px; }
.approach .right p + p { margin-top: 18px; color: var(--text-mute); font-size: 16px; }
@media (max-width: 860px) { .approach { grid-template-columns: 1fr; gap: 32px; padding: 56px 20px; } }

.featured {
  background: var(--ink); color: var(--text-paper);
  padding: 80px 40px 100px;
}
.featured-head {
  display: flex; justify-content: space-between; align-items: end;
  padding-bottom: 28px; border-bottom: 1px solid var(--line-dark);
  max-width: 1440px; margin: 0 auto 32px;
}
.featured-head .l { font-family: 'Fraunces', serif; font-weight: 700; font-size: 32px; color: var(--text-paper); letter-spacing: -0.02em; }
.featured-head .r { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.featured-grid {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.feat-tile { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 4 / 3; }
.feat-tile .label {
  position: absolute; left: 18px; bottom: 16px; z-index: 2;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-paper); font-weight: 500;
}
.feat-tile .yr {
  position: absolute; right: 18px; bottom: 14px; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
  font-size: 11px; color: var(--text-paper-mute); font-weight: 500;
  text-align: right;
}
.feat-tile .yr .credit {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
  font-size: 13px; color: var(--text-paper); letter-spacing: 0;
  max-width: 240px;
}
.feat-tile .yr .year { letter-spacing: 0.06em; }
.feat-tile::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}
@media (max-width: 860px) {
  .featured-grid { grid-template-columns: 1fr; }
}

.journal-teaser {
  padding: 100px 40px;
  max-width: 1440px; margin: 0 auto;
}
.jt-head {
  display: flex; justify-content: space-between; align-items: end;
  padding-bottom: 28px; border-bottom: 1px solid var(--line-light);
}
.jt-head .l { font-family: 'Fraunces', serif; font-weight: 700; font-size: 32px; letter-spacing: -0.02em; }
.jt-head .r { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.jt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 40px; }
.jt-card .img { aspect-ratio: 4 / 3; background: linear-gradient(155deg, #3d3326, #1a1410); margin-bottom: 18px; }
.jt-card .img.b { background: linear-gradient(195deg, #2a2620, #161412); }
.jt-card .img.c { background: linear-gradient(165deg, #2c241c, #14110d); }
.jt-card .meta { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.jt-card h4 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; line-height: 1.2; margin-top: 8px; letter-spacing: -0.015em; }
.jt-card p { font-size: 14px; color: var(--text-mute); margin-top: 10px; line-height: 1.6; }
@media (max-width: 860px) { .jt-grid { grid-template-columns: 1fr; gap: 32px; } }

.closer {
  background: var(--ink); color: var(--text-paper);
  padding: 110px 40px;
}
.closer-inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 5fr 4fr; gap: 80px; align-items: end;
}
.closer h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6.5vw, 88px); line-height: 1.0; color: var(--text-paper); letter-spacing: -0.025em; }
.closer h2 em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.closer .right { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.closer .right p { color: var(--text-paper-mute); font-size: 16px; max-width: 380px; line-height: 1.6; }
.closer-cta {
  display: inline-block; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  padding: 18px 28px; background: var(--red); color: var(--paper);
}
.closer-cta:hover { background: var(--red-deep); }
@media (max-width: 860px) { .closer-inner { grid-template-columns: 1fr; gap: 32px; } .closer { padding: 64px 20px; } }

/* ============================================================
   WORK
   ============================================================ */
.work-page { background: var(--ink); color: var(--text-paper); min-height: 80vh; padding: 60px 40px 100px; }
.work-head { max-width: 1440px; margin: 0 auto 28px; }
.work-head h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(40px, 5vw, 72px); line-height: 1.0; letter-spacing: -0.025em; }
.work-head p { color: var(--text-paper-mute); font-size: 16px; margin-top: 18px; max-width: 520px; line-height: 1.6; }
.work-filters {
  max-width: 1440px; margin: 40px auto 24px;
  display: flex; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark);
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-paper-mute); font-weight: 500;
  flex-wrap: wrap;
}
.work-filters .f { cursor: pointer; padding-bottom: 6px; border-bottom: 1px solid transparent; transition: all 0.2s; }
.work-filters .f.on { color: var(--red); border-bottom-color: var(--red); }
.work-filters .f:hover:not(.on) { color: var(--text-paper); }
.work-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.work-tile { aspect-ratio: 4 / 3; position: relative; overflow: hidden; cursor: pointer; }
.work-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,0.6) 100%); z-index: 1; }
.work-tile .label { position: absolute; left: 16px; bottom: 14px; z-index: 2; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-paper); font-weight: 500; }
.work-tile .yr { position: absolute; right: 16px; bottom: 14px; z-index: 2; font-size: 11px; color: var(--text-paper-mute); font-weight: 500; }
/* Placeholder gradients while you don't have real images yet.
   To use a real image, replace inline style with:
   style="background: url('assets/images/work/your-photo.jpg') center/cover;" */
.work-tile.t1 { background: linear-gradient(165deg, #2e261e, #0a0807); }
.work-tile.t2 { background: linear-gradient(195deg, #1f2326, #0c0e10); }
.work-tile.t3 { background: linear-gradient(155deg, #1f1a14, #0a0a0a); }
.work-tile.t4 { background: linear-gradient(175deg, #2c2520, #14110d); }
.work-tile.t5 { background: linear-gradient(145deg, #1a1d1f, #0d0e10); }
.work-tile.t6 { background: linear-gradient(185deg, #221c16, #0a0807); }
.work-tile.t7 { background: linear-gradient(170deg, #2a221b, #0e0c0a); }
.work-tile.t8 { background: linear-gradient(200deg, #1a1d1f, #0c0e10); }
.work-tile.t9 { background: linear-gradient(160deg, #2c241c, #181410); }
.work-tile.t10 { background: linear-gradient(190deg, #221c16, #0c0a08); }
.work-tile.t11 { background: linear-gradient(155deg, #1c1f22, #0a0c0e); }
.work-tile.t12 { background: linear-gradient(175deg, #2e261e, #14110d); }
@media (max-width: 860px) { .work-grid { grid-template-columns: 1fr 1fr; gap: 8px; } }

.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(10,10,10,0.97); display: none;
  flex-direction: column; align-items: center; justify-content: center;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lb-img {
  width: 100%; max-width: 1400px;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink-2);
  max-height: 80vh;
}
.lb-img img {
  max-width: 100%; max-height: 80vh;
  width: auto; height: auto;
  display: block; object-fit: contain;
}
.lb-cap {
  width: 100%; max-width: 1200px; margin-top: 20px;
  display: flex; justify-content: space-between; align-items: end;
  color: var(--text-paper);
}
.lb-cap .lt { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; letter-spacing: -0.015em; }
.lb-cap .lc { font-size: 12px; color: var(--text-paper-mute); margin-top: 4px; letter-spacing: 0.04em; }
.lb-cap .lr { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-paper-mute); text-align: right; line-height: 1.9; }
.lb-close {
  position: absolute; top: 24px; right: 32px;
  background: none; border: 1px solid var(--line-dark); color: var(--text-paper);
  width: 40px; height: 40px; cursor: pointer; font-size: 18px;
}
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: none; border: 1px solid var(--line-dark); color: var(--text-paper);
  width: 48px; height: 48px; cursor: pointer; font-family: serif; font-size: 20px;
}
.lb-nav.prev { left: 24px; }
.lb-nav.next { right: 24px; }

/* ============================================================
   STUDIO
   ============================================================ */
.studio-hero {
  background: var(--ink); color: var(--text-paper);
  padding: 90px 40px 70px;
}
.studio-hero-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.studio-hero h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6vw, 88px); line-height: 1.0; letter-spacing: -0.025em; }
.studio-hero h1 em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.studio-hero p.lede { font-size: 19px; color: var(--text-paper); line-height: 1.55; max-width: 560px; }
.studio-hero p.lede + p { margin-top: 16px; color: var(--text-paper-mute); font-size: 16px; line-height: 1.65; }
@media (max-width: 860px) { .studio-hero-inner { grid-template-columns: 1fr; gap: 32px; } .studio-hero { padding: 56px 20px; } }

.studio-portrait {
  background: var(--ink); padding: 0 40px 80px;
}
.portrait-frame {
  max-width: 1440px; margin: 0 auto;
  aspect-ratio: 21 / 9;
  background: linear-gradient(165deg, #3d3326 0%, #1a1410 100%);
  position: relative; overflow: hidden;
}
.portrait-frame::before {
  content: ''; position: absolute; left: 18%; right: 32%; top: 8%; bottom: 8%;
  background: linear-gradient(180deg, #2a2218 0%, #0e0a07 100%);
  box-shadow: inset 0 -100px 180px -60px rgba(0,0,0,0.6);
}
.portrait-frame::after {
  content: 'Anton & Jason · ROMEO.archi';
  position: absolute; left: 28px; bottom: 24px; z-index: 2;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-paper-mute); font-weight: 500;
}

.studio-section {
  padding: 100px 40px;
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start;
}
.studio-section .left h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -0.02em; max-width: 380px; }
.studio-section .right p { font-size: 17px; color: var(--text-dark); line-height: 1.65; max-width: 560px; }
.studio-section .right p + p { margin-top: 18px; color: var(--text-mute); font-size: 16px; }
@media (max-width: 860px) { .studio-section { grid-template-columns: 1fr; gap: 32px; padding: 56px 20px; } }

.seen-in {
  background: var(--paper-2);
  padding: 100px 40px;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.seen-in-inner { max-width: 1440px; margin: 0 auto; text-align: center; }
.seen-in .eyebrow { color: var(--red); margin-bottom: 40px; }
.seen-in-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 64px; align-items: center; justify-items: center;
}
.pub-cell {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px); line-height: 1;
  letter-spacing: -0.02em; color: var(--text-dark);
  font-style: italic;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.pub-cell:hover { opacity: 1; }
.pub-cell img { max-height: 56px; width: auto; display: block; }
@media (max-width: 860px) {
  .seen-in { padding: 56px 20px; }
  .seen-in-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   JOURNAL
   ============================================================ */
.journal-hero {
  padding: 90px 40px 60px;
  max-width: 1440px; margin: 0 auto;
  border-bottom: 1px solid var(--line-light);
}
.journal-hero h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6vw, 88px); line-height: 1.0; letter-spacing: -0.025em; }
.journal-hero p { color: var(--text-mute); font-size: 17px; margin-top: 18px; max-width: 520px; line-height: 1.6; }

.journal-list { max-width: 1440px; margin: 0 auto; padding: 60px 40px 100px; }
.journal-post {
  display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start;
  padding: 48px 0; border-bottom: 1px solid var(--line-light);
}
.journal-post .img { aspect-ratio: 4 / 3; background: linear-gradient(165deg, #3d3326, #1a1410); }
.journal-post .img.b { background: linear-gradient(195deg, #2a2620, #161412); }
.journal-post .img.c { background: linear-gradient(155deg, #1f2326, #0c0e10); }
.journal-post .img.d { background: linear-gradient(175deg, #2c241c, #14110d); }
.journal-post .meta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.journal-post h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(32px, 3.6vw, 44px); line-height: 1.05; margin-top: 12px; letter-spacing: -0.02em; }
.journal-post .excerpt { font-size: 17px; color: var(--text-dark); line-height: 1.65; margin-top: 18px; max-width: 520px; }
.journal-post .read { display: inline-block; margin-top: 24px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; padding-bottom: 4px; border-bottom: 1px solid var(--red); }
@media (max-width: 860px) { .journal-post { grid-template-columns: 1fr; gap: 24px; } }

/* ============================================================
   COVERAGE BRIEF (wizard + post-submit)
   ============================================================ */
.cb-hero {
  background: var(--ink); color: var(--text-paper);
  padding: 90px 40px 60px;
}
.cb-hero-inner { max-width: 1440px; margin: 0 auto; }
.cb-hero h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6.5vw, 96px); line-height: 1.0; letter-spacing: -0.025em; max-width: 1100px; }
.cb-hero h1 em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.cb-hero p { color: var(--text-paper-mute); font-size: 18px; margin-top: 28px; max-width: 580px; line-height: 1.6; }

.wiz-wrap { background: var(--paper); padding: 60px 40px 100px; }
.wiz-inner { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; }
.wiz-inner .wiz-estimate { order: 99; margin-top: 32px; margin-bottom: 0; }

/* Live estimate bar, sits above the progress, updates as user selects */
.wiz-estimate {
  background: var(--ink); color: var(--text-paper);
  display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center;
  padding: 24px 28px; margin-bottom: 24px;
  border: 1px solid var(--ink);
}
.wiz-estimate .we-eyebrow {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); font-weight: 600; margin-bottom: 6px;
}
.wiz-estimate .we-value {
  font-family: 'Fraunces', serif; font-weight: 700;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.1;
  letter-spacing: -0.02em; color: var(--text-paper);
}
.wiz-estimate .we-value.has-figure { color: var(--red); }
.wiz-estimate .we-r {
  font-size: 12px; color: var(--text-paper-mute); text-align: right;
  max-width: 260px; line-height: 1.5;
}
@media (max-width: 720px) {
  .wiz-estimate { grid-template-columns: 1fr; gap: 12px; padding: 18px 20px; }
  .wiz-estimate .we-r { text-align: left; }
}

.wiz-progress { display: flex; gap: 8px; margin-bottom: 48px; }
.wiz-progress .pip { flex: 1; height: 3px; background: var(--line-light); transition: background 0.3s; }
.wiz-progress .pip.done { background: var(--red); }
.wiz-progress .pip.now { background: var(--text-dark); }

.wiz-step-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 16px; }
.wiz-q { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.05; letter-spacing: -0.02em; color: var(--text-dark); max-width: 760px; }
.wiz-q em { font-style: italic; font-weight: 600; color: var(--text-mute); }
.wiz-help { font-size: 16px; color: var(--text-mute); line-height: 1.6; margin-top: 18px; max-width: 580px; }

.wiz-options { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wiz-options.single-col { grid-template-columns: 1fr; }
@media (max-width: 720px) { .wiz-options { grid-template-columns: 1fr; } }

.wiz-card { background: var(--paper-2); border: 1px solid var(--line-light); padding: 28px 28px 24px; cursor: pointer; transition: all 0.15s; position: relative; display: flex; flex-direction: column; min-height: 160px; }
.wiz-card:hover { border-color: var(--text-mute); }
.wiz-card.on { border-color: var(--red); background: var(--paper-2); }
.wiz-card.on::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red); }
.wiz-card .badge { position: absolute; top: 16px; right: 20px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; color: var(--red); }
.wiz-card .ttl { font-family: 'Fraunces', serif; font-weight: 700; font-size: 24px; letter-spacing: -0.015em; color: var(--text-dark); }
.wiz-card .desc { font-size: 14px; color: var(--text-mute); line-height: 1.55; margin-top: 10px; flex: 1; }
.wiz-card .best { font-size: 12px; color: var(--text-dark); margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line-light); font-weight: 500; }
.wiz-card .best strong { color: var(--red); font-weight: 600; }

.wiz-fields { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 720px) { .wiz-fields { grid-template-columns: 1fr; } }
.wiz-fields .full { grid-column: 1 / -1; }
.wiz-fields .field { margin-top: 0; }
.wiz-fields .help-row { font-size: 12px; color: var(--text-mute); margin-top: 6px; line-height: 1.5; }

.wiz-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.wiz-back { background: none; border: none; cursor: pointer; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; color: var(--text-mute); padding: 12px 0; }
.wiz-back:hover { color: var(--text-dark); }
.wiz-back[disabled] { opacity: 0; pointer-events: none; }
.wiz-next { background: var(--red); color: var(--paper); padding: 16px 32px; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; border: none; cursor: pointer; font-weight: 600; transition: background 0.2s; }
.wiz-next:hover { background: var(--red-deep); }
.wiz-next[disabled] { opacity: 0.4; pointer-events: none; }

.wiz-step { display: none; }
.wiz-step.active { display: block; }

.field { margin-top: 24px; }
.field label { display: block; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-mute); font-weight: 600; margin-bottom: 8px; }
.field .input, .field textarea, .field select {
  background: var(--paper-2); border: 1px solid var(--line-light); padding: 12px 14px;
  color: var(--text-dark); font-size: 14px; font-family: inherit; width: 100%;
  border-radius: 0;
}
.field textarea { min-height: 80px; resize: vertical; }
.field .input.placeholder { color: var(--text-mute); }

.img-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
@media (max-width: 720px) { .img-guide { grid-template-columns: 1fr; } }
.img-guide .ig {
  background: var(--paper-2); border: 1px solid var(--line-light);
  padding: 10px 14px; font-size: 12px; color: var(--text-mute); cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.15s;
}
.img-guide .ig:hover { border-color: var(--text-mute); color: var(--text-dark); }
.img-guide .ig.on { background: var(--red); color: var(--paper); border-color: var(--red); }
.img-guide .ig .n { font-weight: 600; letter-spacing: 0.04em; }

.wiz-thanks { display: none; }
.wiz-thanks.active { display: block; }
.thanks-hero { background: var(--ink); color: var(--text-paper); padding: 80px 40px; text-align: left; }
.thanks-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: end; }
.thanks-hero h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6vw, 88px); line-height: 1.0; letter-spacing: -0.025em; }
.thanks-hero h1 em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.thanks-hero p { color: var(--text-paper-mute); font-size: 17px; line-height: 1.6; max-width: 480px; }
.thanks-hero p strong { color: var(--text-paper); font-weight: 500; }
@media (max-width: 860px) { .thanks-inner { grid-template-columns: 1fr; gap: 32px; } .thanks-hero { padding: 56px 20px; } }

.tailored { background: var(--paper); padding: 80px 40px; border-bottom: 1px solid var(--line-light); }
.tailored-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.tailored .l h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -0.02em; max-width: 380px; }
.tailored .l p { color: var(--text-mute); font-size: 15px; margin-top: 18px; max-width: 360px; line-height: 1.6; }
.summary-card { background: var(--paper-2); border: 1px solid var(--line-light); padding: 36px 40px; }
.summary-card h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; letter-spacing: -0.015em; }
.summary-card .row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line-light); align-items: baseline; }
.summary-card .row:first-of-type { border-top: 1px solid var(--line-light); margin-top: 20px; }
.summary-card .row .lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-mute); font-weight: 600; }
.summary-card .row .val { font-size: 14px; color: var(--text-dark); font-weight: 500; }
.summary-card .estimate { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 22px 0 6px; align-items: baseline; }
.summary-card .estimate .lbl { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; }
.summary-card .estimate .val { font-family: 'Fraunces', serif; font-weight: 700; font-size: 28px; color: var(--red); letter-spacing: -0.02em; }
.summary-card .note { font-size: 12px; color: var(--text-mute); margin-top: 6px; line-height: 1.5; }
@media (max-width: 860px) { .tailored-inner { grid-template-columns: 1fr; gap: 32px; } .tailored { padding: 56px 20px; } .summary-card { padding: 28px 24px; } }

.pricing-detail { background: var(--paper-2); padding: 80px 40px; }
.pricing-detail-inner { max-width: 1440px; margin: 0 auto; }
.pricing-detail h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(36px, 4.4vw, 56px); line-height: 1.05; letter-spacing: -0.025em; max-width: 720px; margin-top: 14px; }
.pricing-detail .lede { color: var(--text-mute); font-size: 16px; margin-top: 18px; max-width: 580px; line-height: 1.6; }
.pricing-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
@media (max-width: 860px) { .pricing-grid-2 { grid-template-columns: 1fr; } .pricing-detail { padding: 56px 20px; } }
.price-pkg { background: var(--paper); border: 1px solid var(--line-light); padding: 36px 32px; }
.price-pkg .pkg-eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; }
.price-pkg h3 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 28px; letter-spacing: -0.02em; margin-top: 8px; }
.price-pkg .desc { color: var(--text-mute); font-size: 14px; margin-top: 12px; line-height: 1.6; }
.price-pkg .tier { padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.price-pkg .tier:first-of-type { margin-top: 24px; border-top: 1px solid var(--line-light); }
.price-pkg .tier-head { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; }
.price-pkg .tier-head .name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; letter-spacing: -0.015em; }
.price-pkg .tier-head .num { font-family: 'Fraunces', serif; font-weight: 700; font-size: 22px; color: var(--text-dark); letter-spacing: -0.015em; }
.price-pkg .tier .inc { font-size: 13px; color: var(--text-mute); margin-top: 8px; line-height: 1.6; }
.price-pkg .tier .for { font-size: 12px; color: var(--red); margin-top: 10px; font-weight: 600; letter-spacing: 0.04em; }

.whats-next { background: var(--paper); padding: 80px 40px 100px; }
.whats-next-inner { max-width: 1440px; margin: 0 auto; }
.whats-next h2 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; letter-spacing: -0.02em; }
.whats-next .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
@media (max-width: 860px) { .whats-next .steps { grid-template-columns: 1fr; } }
.whats-next .step { padding: 28px; background: var(--paper-2); border: 1px solid var(--line-light); }
.whats-next .step .num { font-family: 'Fraunces', serif; font-weight: 700; color: var(--red); font-size: 14px; }
.whats-next .step h4 { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; margin-top: 10px; letter-spacing: -0.015em; }
.whats-next .step p { font-size: 14px; color: var(--text-mute); margin-top: 8px; line-height: 1.6; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-page { background: var(--ink); color: var(--text-paper); min-height: 80vh; padding: 100px 40px; }
.contact-inner { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: 80px; align-items: start; }
.contact-inner h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(48px, 6.5vw, 88px); line-height: 1.0; letter-spacing: -0.025em; }
.contact-inner h1 em { font-style: italic; font-weight: 600; color: var(--text-paper-mute); }
.contact-block { margin-top: 32px; }
.contact-block .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 10px; }
.contact-block a, .contact-block p { font-family: 'Fraunces', serif; font-weight: 600; font-size: 28px; color: var(--text-paper); letter-spacing: -0.015em; line-height: 1.3; }
.contact-block a:hover { color: var(--red); }
.contact-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line-dark); }
.contact-meta .lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-paper-mute); font-weight: 600; margin-bottom: 8px; }
.contact-meta .val { font-size: 15px; color: var(--text-paper); line-height: 1.6; }
@media (max-width: 860px) { .contact-inner { grid-template-columns: 1fr; gap: 32px; } .contact-page { padding: 56px 20px; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink); color: var(--text-paper-mute);
  padding: 60px 40px 32px;
  border-top: 1px solid var(--line-dark);
}
.footer-inner {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px;
}
.footer-inner .brand-col .brand { font-size: 22px; }
.footer-inner .brand-col p { margin-top: 16px; font-size: 13px; line-height: 1.6; max-width: 280px; color: var(--text-paper-mute); }
.footer-inner .col h5 { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-paper); font-weight: 600; margin-bottom: 16px; }
.footer-inner .col ul { list-style: none; }
.footer-inner .col li { margin-bottom: 10px; font-size: 13px; }
.footer-inner .col a:hover { color: var(--red); }
.footer-bottom {
  max-width: 1440px; margin: 56px auto 0; padding-top: 24px;
  border-top: 1px solid var(--line-dark);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-paper-mute); flex-wrap: wrap; gap: 12px;
}
@media (max-width: 860px) { .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* ============================================================
   404
   ============================================================ */
.notfound { background: var(--ink); color: var(--text-paper); min-height: 80vh; padding: 120px 40px; display: flex; align-items: center; justify-content: center; }
.notfound-inner { max-width: 600px; text-align: center; }
.notfound h1 { font-family: 'Fraunces', serif; font-weight: 700; font-size: clamp(64px, 10vw, 144px); line-height: 0.95; letter-spacing: -0.03em; color: var(--red); }
.notfound p { color: var(--text-paper-mute); font-size: 17px; margin-top: 24px; line-height: 1.6; }
.notfound a { display: inline-block; margin-top: 32px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-paper); font-weight: 600; padding: 14px 24px; border: 1px solid var(--text-paper); }
.notfound a:hover { background: var(--red); border-color: var(--red); }

/* ============================================================
   UPLIFT PASS, hover states, reveals, mobile, wizard polish
   ============================================================ */

/* --- Wizard reassurance + secondary links --- */
.wiz-reassure {
  text-align: center;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-mute); font-weight: 500;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line-light);
}
.wiz-secondary {
  margin-top: 24px; text-align: center;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-mute); font-weight: 500;
}
.wiz-secondary a {
  color: var(--red); cursor: pointer; padding-bottom: 2px;
  border-bottom: 1px solid transparent; transition: border-color 0.2s;
  margin: 0 4px; font-weight: 600;
}
.wiz-secondary a:hover { border-bottom-color: var(--red); }
.wiz-secondary .sep { color: var(--line-light); margin: 0 4px; }

/* --- Tile hover states --- */
.work-tile, .feat-tile {
  transition: transform 0.5s cubic-bezier(.2,.7,.2,1), filter 0.4s ease;
  will-change: transform;
}
.work-tile::after, .feat-tile::after {
  transition: opacity 0.3s ease;
}
.work-tile:hover { transform: scale(1.012); filter: brightness(1.04); }
.feat-tile:hover { transform: scale(1.008); filter: brightness(1.05); }
.work-tile:hover::after, .feat-tile:hover::after { opacity: 0.7; }
.work-tile .label, .feat-tile .label {
  transition: transform 0.3s ease;
}
.work-tile:hover .label, .feat-tile:hover .label {
  transform: translateY(-2px);
}

/* Subtle hover on nav link CTAs and pricing cards */
.nav-cta, .closer-cta, .submit, .wiz-next {
  transition: background 0.2s ease, transform 0.2s ease;
}
.nav-cta:hover, .closer-cta:hover, .submit:hover, .wiz-next:hover:not([disabled]) {
  transform: translateY(-1px);
}

/* Pub cells hover (As seen in) */
.pub-cell { transition: opacity 0.2s ease, transform 0.4s cubic-bezier(.2,.7,.2,1); }
.pub-cell:hover { transform: translateY(-2px); }

/* Lightbox tile cursor cue */
.work-tile, .feat-tile { cursor: pointer; }

/* --- Scroll-in reveal animation --- */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(.2,.7,.2,1), transform 0.7s cubic-bezier(.2,.7,.2,1);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* --- Mobile pass --- */
@media (max-width: 720px) {
  .nav { padding: 12px 18px; }
  .brand .brand-mark { height: 18px; }
  .brand .brand-suffix { font-size: 14px; }
  .nav-cta { padding: 9px 14px; font-size: 10px; letter-spacing: 0.16em; }

  .hero { padding: 0 16px 32px; }
  .hero-frame { aspect-ratio: 4 / 3; }
  .hero-cap { gap: 18px; padding-top: 22px; }
  .hero-cap .l-title { font-size: clamp(32px, 8vw, 44px); }
  .hero-cap .l-eyebrow, .hero-cap .l-meta { font-size: 10px; }

  .approach { padding: 56px 18px; gap: 28px; }
  .approach .left h3 { font-size: 28px; }
  .approach .right p { font-size: 16px; }

  .featured { padding: 56px 16px 64px; }
  .featured-head { padding-bottom: 18px; margin-bottom: 18px; }
  .featured-head .l { font-size: 24px; }
  .featured-grid { gap: 10px; }

  .closer { padding: 64px 18px; }
  .closer h2 { font-size: clamp(36px, 9vw, 56px); }

  .work-page { padding: 40px 16px 64px; }
  .work-head h1 { font-size: clamp(32px, 9vw, 48px); }
  .work-grid { gap: 8px; }

  .studio-hero { padding: 56px 18px 40px; }
  .studio-hero h1 { font-size: clamp(36px, 10vw, 56px); }
  .studio-hero p.lede { font-size: 17px; }
  .studio-section { padding: 56px 18px; gap: 28px; }
  .studio-section .left h2 { font-size: clamp(26px, 7vw, 36px); }
  .seen-in { padding: 48px 18px; }

  .cb-hero { padding: 56px 18px 28px; }
  .cb-hero h1 { font-size: clamp(40px, 11vw, 64px); }
  .cb-hero p { font-size: 15px; margin-top: 16px; }

  .wiz-wrap { padding: 32px 16px 64px; }
  .wiz-progress { margin-bottom: 28px; }
  .wiz-step-label { font-size: 10px; }
  .wiz-q { font-size: clamp(28px, 8vw, 40px); }
  .wiz-help { font-size: 14px; margin-top: 12px; }
  .wiz-options { margin-top: 24px; gap: 10px; }
  .wiz-card { padding: 20px 18px 18px; min-height: 120px; }
  .wiz-card .ttl { font-size: 19px; }
  .wiz-card .desc { font-size: 13px; }
  .wiz-actions { margin-top: 32px; padding-top: 18px; }
  .wiz-next, .submit { padding: 14px 22px; font-size: 11px; }

  .contact-page { padding: 56px 18px; }
  .contact-inner h1 { font-size: clamp(40px, 11vw, 64px); }
  .contact-block a, .contact-block p { font-size: 22px; }

  .site-footer { padding: 40px 18px 24px; }
  .footer-inner { gap: 24px; }
  .footer-bottom { font-size: 10px; }
}

/* Slight nicety: cards snap visually on selection */
.wiz-card { transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.2s ease; }
.wiz-card:active { transform: scale(0.99); }
