:root {
  --white: #fff;
  --off-white: #f7f7f7;
  --ink: #050505;
  --muted: #343434;
  --gold: #c7a95b;
  --wine: #8b1e3f;
  --max-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(100% - 2rem, var(--max-width)); margin-inline: auto; }
.narrow { max-width: 850px; }
.center { text-align: center; }
.site-header { position: sticky; top: 0; z-index: 1000; color: var(--white); background: rgba(18,18,18,.94); backdrop-filter: blur(10px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { text-decoration: none; }
.brand-text { display: inline-block; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .92rem; }
.nav-links { display: flex; align-items: center; gap: 1.2rem; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid transparent; padding: .2rem 0; }
.nav-links a:hover, .nav-links a:focus-visible { border-color: var(--gold); }
.nav-toggle { display: none; border: 0; padding: .7rem; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

.hero { min-height: calc(100svh - 72px); display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1fr); background: #f2f2f2; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); }
.hero-photo { background-image: url('../img/91beeb8956a89795cb4226ec556e0a16.jpg'); background-size: cover; background-position: center; filter: grayscale(1); min-height: 420px; }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .04em; font-size: clamp(1rem, 1.5vw, 1.25rem); color: #222; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 0 0 clamp(3rem, 8vw, 6rem); font-size: clamp(3rem, 6vw, 5.8rem); line-height: 1.03; letter-spacing: -.055em; }
.hero-subtitle { max-width: 520px; font-size: clamp(1.15rem, 2vw, 1.55rem); margin-bottom: clamp(3rem, 7vw, 6rem); color: #242424; line-height: 1.25; }
.hero-logos { display: grid; grid-template-columns: minmax(120px, 190px) minmax(160px, 280px); gap: clamp(1rem, 4vw, 3rem); align-items: end; }
.hero-logos img { width: 100%; height: 90px; object-fit: contain; }

.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section-white { background: var(--white); }
.section h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 1.5rem; }
.section p { color: #171717; font-size: clamp(1rem, 1.7vw, 1.28rem); }
.intro-section p { max-width: 930px; margin-inline: auto; }
.photo-row { margin-top: clamp(3rem, 7vw, 5.5rem); display: grid; grid-template-columns: .85fr 1.9fr .85fr; gap: clamp(1rem, 3vw, 2rem); align-items: stretch; max-width: 900px; }
.photo-row img { width: 100%; height: 245px; object-fit: cover; }
.photo-row img:nth-child(2) { height: 245px; }
.story-grid { display: grid; grid-template-columns: minmax(300px, 1fr) minmax(300px, .95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.story-image img { width: 100%; max-height: 620px; object-fit: cover; }
.story-text p { font-size: clamp(1.05rem, 1.9vw, 1.35rem); }
.producers-intro { padding-bottom: clamp(1rem, 3vw, 2rem); }
.portfolio-section { padding-top: clamp(2rem, 5vw, 4rem); }
.portfolio-title { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.logo-grid.separated { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(2rem, 7vw, 6rem); row-gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
.logo-grid a { display: flex; align-items: center; justify-content: center; min-height: 100px; transition: transform .18s ease, opacity .18s ease; }
.logo-grid a:hover, .logo-grid a:focus-visible { transform: translateY(-2px); opacity: .86; }
.logo-grid img { width: 100%; height: 90px; object-fit: contain; mix-blend-mode: multiply; }
.section-contact { background: linear-gradient(135deg, #231f1c, #111); color: var(--white); }
.contact-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-panel p { color: #eadfd1; }
.contact-details { font-style: normal; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: clamp(1.25rem, 3vw, 2rem); }
.contact-details a { color: #fff; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.social-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 0; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border-radius: 999px; padding: .7rem 1.2rem; text-decoration: none; border: 1px solid rgba(255,255,255,.3); }
.site-footer { background: #0c0c0c; color: #d7d0c6; padding-block: 1.25rem; font-size: .9rem; }
.footer-inner p { margin: 0; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-photo { min-height: 55svh; order: -1; }
  .hero-copy { padding: 3rem 1.25rem; }
  h1 { margin-bottom: 2rem; }
  .hero-subtitle { margin-bottom: 2.5rem; }
  .story-grid, .contact-panel { grid-template-columns: 1fr; }
  .logo-grid.separated { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 2rem; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 1.25rem, var(--max-width)); }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; inset: 72px 0 auto 0; display: grid; gap: 0; background: rgba(18,18,18,.98); padding: .5rem 1rem 1rem; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  .nav-links.nav-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { display: block; padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .photo-row { grid-template-columns: 1fr; max-width: 520px; }
  .photo-row img, .photo-row img:nth-child(2) { height: auto; max-height: none; }
  .section { padding-block: 3.5rem; }
  .logo-grid.separated { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2rem; }
  .logo-grid img { height: 76px; }
}
@media (max-width: 420px) {
  h1 { font-size: 2.8rem; }
  .hero-logos { grid-template-columns: 1fr; max-width: 260px; }
  .logo-grid.separated { grid-template-columns: 1fr; }
  .logo-grid img { height: 84px; }
}
