:root {
  --ink: #171214;
  --wine: #5e1728;
  --wine-deep: #34101a;
  --blush: #e7b4a8;
  --clay: #b96755;
  --cream: #f5eee5;
  --paper: #fffaf4;
  --gold: #c99a55;
  --muted: #796d6c;
  --line: rgba(23, 18, 20, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 12px clamp(20px, 4vw, 72px);
  color: var(--cream);
  background: rgba(23, 18, 20, .93);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(255,255,255,.45); }
.brand span { font-family: var(--serif); font-size: 1.08rem; letter-spacing: .05em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-links .nav-cta { padding: 10px 16px; color: var(--ink); background: var(--cream); border-radius: 999px; }
.menu-button { display: none; color: var(--cream); background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 8px 12px; font: inherit; }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); }
.hero-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 120px) clamp(24px, 7vw, 112px); }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4.4rem, 10.2vw, 10rem); font-weight: 400; line-height: .76; letter-spacing: -.075em; }
.hero h1 span { display: block; color: var(--wine); font-style: italic; }
.hero-lead { max-width: 580px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.25; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--cream); background: var(--wine); border-color: var(--wine); }
.button.light { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.button.ghost-light { color: var(--cream); border-color: rgba(255,255,255,.55); }
.hero-image { position: relative; min-height: 620px; overflow: hidden; background: var(--clay); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,238,229,.16), transparent 34%); pointer-events: none; }
.hero-index { position: absolute; right: 22px; bottom: 22px; color: white; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }

.section { padding: clamp(72px, 10vw, 150px) clamp(22px, 7vw, 112px); }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.section-number { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section h2 { max-width: 900px; margin: 14px 0 28px; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6.4rem); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.section-intro { max-width: 720px; font-size: 1.12rem; color: var(--muted); }

.about { background: var(--ink); color: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.portrait-frame { position: relative; }
.portrait-frame::before { content: ""; position: absolute; top: -18px; left: -18px; width: 46%; height: 38%; border: 1px solid var(--gold); }
.portrait-frame img { position: relative; width: 100%; max-height: 720px; object-fit: cover; }
.about h2 { color: var(--cream); }
.about p { max-width: 650px; color: rgba(245,238,229,.76); }
.quote { margin: 36px 0 0; padding-left: 24px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.1rem); color: var(--cream) !important; }

.territories { background: var(--blush); }
.territory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; background: rgba(23,18,20,.24); border: 1px solid rgba(23,18,20,.24); }
.territory { min-height: 290px; padding: 32px; background: var(--blush); }
.territory small { color: var(--wine); font-weight: 800; letter-spacing: .14em; }
.territory h3 { margin: 42px 0 14px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.territory p { margin: 0; color: #5d4140; }

.work { background: var(--paper); }
.feature-work { display: grid; grid-template-columns: 1.25fr .75fr; margin-top: 52px; color: var(--cream); background: var(--wine-deep); }
.feature-work img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 72px); }
.feature-copy .tag { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.feature-copy h3 { margin: 14px 0 16px; font-family: var(--serif); font-size: clamp(2.3rem, 4.5vw, 4.6rem); font-weight: 400; line-height: .95; }
.feature-copy p { color: rgba(245,238,229,.76); }
.feature-copy a { margin-top: 18px; align-self: flex-start; }
.work-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 24px; margin-top: 24px; }
.work-card { position: relative; min-height: 520px; overflow: hidden; background: var(--cream); }
.work-card img { width: 100%; height: 100%; object-fit: cover; }
.work-card-copy { position: absolute; inset: auto 0 0; padding: 80px 28px 26px; color: white; background: linear-gradient(transparent, rgba(23,18,20,.92)); }
.work-card-copy h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.work-card-copy p { margin: 0; color: rgba(255,255,255,.78); }
.credit-card { overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.credit-visual { position: relative; margin: 0; background: var(--ink); }
.credit-visual img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.credit-visual figcaption { position: absolute; right: 16px; bottom: 14px; padding: 6px 10px; color: var(--cream); background: rgba(23,18,20,.78); font-size: .72rem; letter-spacing: .06em; }
.credit-body { display: flex; flex-direction: column; gap: 28px; padding: clamp(30px, 4vw, 52px); }
.credit-card .credit-title { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 5.2rem); line-height: .95; }
.credit-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); }
.credit-meta strong, .credit-meta span { display: block; }
.credit-meta span { color: var(--muted); }

.editorial-strip { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.editorial-visual { display: grid; place-items: center; min-width: 0; min-height: 640px; margin: 0; background: #d8c2b6; }
.editorial-visual img { width: 100%; height: 100%; max-height: 760px; object-fit: contain; object-position: center; }
.editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 8vw, 110px); background: var(--wine); color: var(--cream); }
.editorial-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .92; }
.editorial-copy p { max-width: 550px; color: rgba(245,238,229,.76); }

.partnership { text-align: center; background: var(--ink); color: var(--cream); }
.partnership .section-inner { display: flex; flex-direction: column; align-items: center; }
.partnership h2 { max-width: 960px; color: var(--cream); }
.partnership p { max-width: 670px; color: rgba(245,238,229,.72); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 34px clamp(20px, 5vw, 72px); color: var(--cream); background: #0d0a0b; border-top: 1px solid rgba(255,255,255,.1); }
.footer-copy { color: rgba(245,238,229,.58); font-size: .86rem; }
.footer-links { display: flex; gap: 18px; font-size: .82rem; font-weight: 700; }

.kit-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--ink); color: var(--cream); }
.kit-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px) clamp(24px, 7vw, 110px); }
.kit-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); font-weight: 400; line-height: .82; letter-spacing: -.07em; }
.kit-hero h1 em { display: block; color: var(--gold); font-weight: 400; }
.kit-hero p { max-width: 560px; color: rgba(245,238,229,.72); font-size: 1.1rem; }
.kit-cover { min-height: 600px; }
.kit-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric { padding: 42px clamp(20px, 4vw, 60px); text-align: center; }
.metric + .metric { border-left: 1px solid var(--line); }
.metric strong { display: block; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 400; line-height: 1; color: var(--wine); }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kit-profile { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.kit-profile-copy { padding: clamp(36px, 6vw, 80px); background: var(--blush); }
.kit-profile-copy h2 { margin-top: 0; }
.kit-profile img { width: 100%; min-height: 640px; object-fit: cover; }
.format-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 44px; }
.format { padding: 28px; border: 1px solid var(--line); background: white; }
.format h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.format p { margin: 0; color: var(--muted); }
.kit-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 44px; }
.kit-shot { margin: 0; border: 1px solid var(--line); background: var(--cream); }
.kit-shot-frame { display: grid; place-items: center; aspect-ratio: 3 / 4; overflow: hidden; background: #d8c2b6; }
.kit-shot img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.kit-shot figcaption { padding: 14px 16px; color: var(--muted); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.kit-shot--film { grid-column: 1 / -1; }
.kit-shot--film .kit-shot-frame { aspect-ratio: 3 / 2; background: var(--ink); }
.proposal-box { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: center; padding: clamp(44px, 7vw, 96px); color: var(--cream); background: var(--wine-deep); }
.proposal-box h2 { margin: 0; color: var(--cream); }
.proposal-box ul { margin: 0; padding-left: 20px; color: rgba(245,238,229,.74); }
.print-bar { position: fixed; right: 22px; bottom: 22px; z-index: 40; }
.print-button { border: 0; box-shadow: 0 12px 30px rgba(0,0,0,.25); cursor: pointer; }
.redirect { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--cream); }
.redirect h1 { margin: 0; font-family: var(--serif); font-size: 4rem; }

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .nav-links { position: absolute; top: 76px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(0,0,0,.2); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px; }
  .nav-links .nav-cta { color: var(--cream); background: var(--wine); text-align: center; }
  .hero, .about-grid, .feature-work, .editorial-strip, .kit-hero, .kit-profile, .proposal-box { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-image { min-height: 72svh; }
  .hero h1 { font-size: clamp(4rem, 20vw, 7.2rem); }
  .territory-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card { min-height: 620px; }
  .editorial-visual { min-height: 0; }
  .editorial-visual img { width: 100%; height: auto; max-height: none; }
  .kit-cover { order: -1; min-height: 72svh; }
  .kit-gallery { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .metric + .metric { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

@media (max-width: 560px) {
  .brand span { display: none; }
  .hero h1 { font-size: 18.5vw; }
  .hero-copy { padding-top: 52px; padding-bottom: 60px; }
  .hero-actions, .cta-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .section h2 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .work-card { min-height: 500px; }
  .credit-meta, .format-list { grid-template-columns: 1fr; }
  .kit-profile img { min-height: 0; height: auto; }
  .kit-shot-frame { aspect-ratio: auto; }
  .kit-shot img { height: auto; }
  .print-bar { right: 14px; bottom: 14px; }
}

@media print {
  .site-header, .print-bar, .site-footer, .button { display: none !important; }
  body { color: #111; background: #fff; }
  .kit-hero { min-height: 100vh; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .section { padding: 44px 36px; break-inside: avoid; }
  .proposal-box { break-inside: avoid; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  a { text-decoration: none; }
}
