:root {
  --bg: #0f0f0f;
  --panel: #1a1a1a;
  --paper: #ffffff;
  --ink-light: #ededeb;
  --ink: #1a1a1c;
  --ink-soft: #8a8a86;
  --rule: #2a2a2a;
  --rule-light: #d4d4d0;
  --accent: #c89858;
  --sans: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --display: 'Iowan Old Style', 'Hoefler Text', Georgia, serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
a { color: var(--ink); }
a:hover { color: var(--accent); }

/* Header — dark sliver */
header.studio-header { background: var(--bg); color: var(--ink-light); padding: 18px 0; }
header.studio-header .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.brand { font-family: var(--display); font-size: 22px; color: var(--ink-light); text-decoration: none; letter-spacing: 0.04em; font-weight: 400; display: inline-flex; align-items: center; gap: 8px; }
.brand-icon { width: 24px; height: 24px; flex-shrink: 0; vertical-align: middle; margin-right: 6px; }
.brand small { display: inline; font-family: var(--sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); margin-left: 12px; }
header.studio-header nav a { color: var(--ink-light); text-decoration: none; margin-left: 28px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
header.studio-header nav a:hover { color: var(--accent); }

/* Full-bleed hero with overlay */
.studio-hero { background: var(--bg); color: var(--ink-light); padding: 120px 0 100px; position: relative; overflow: hidden; }
.studio-hero::before { content: ''; position: absolute; right: -10%; top: 0; bottom: 0; width: 55%; background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 60%); opacity: 0.5; }
.studio-hero .container { position: relative; z-index: 1; }
.studio-hero .hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: end; }
.studio-hero .eyebrow { font-family: var(--sans); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent); margin-bottom: 24px; }
.studio-hero h1 { font-family: var(--display); font-size: 88px; line-height: 0.98; color: var(--ink-light); font-weight: 400; letter-spacing: -0.015em; max-width: 12ch; }
.studio-hero h1 em { font-style: italic; color: var(--accent); }
.studio-hero .right-col { font-size: 14px; color: var(--ink-soft); line-height: 1.7; max-width: 280px; }
.studio-hero .right-col strong { color: var(--ink-light); font-weight: 500; display: block; margin-bottom: 4px; }

/* Section base */
section { padding: 96px 0; }
.section-label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.section-title { font-family: var(--display); font-size: 44px; line-height: 1.1; font-weight: 400; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; }
.section-intro { font-size: 18px; color: var(--ink-soft); max-width: 60ch; margin-bottom: 56px; line-height: 1.65; }

/* Portfolio masonry */
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 12px; }
.frame { background: linear-gradient(135deg, var(--panel), #2c2c2c); border-radius: 0; position: relative; overflow: hidden; }
.frame::after { content: attr(data-label); position: absolute; bottom: 14px; left: 18px; color: var(--accent); font-family: var(--display); font-style: italic; font-size: 16px; }
.frame.tall { grid-row: span 2; }
.frame.wide { grid-column: span 2; }
.frame.large { grid-column: span 2; grid-row: span 2; background: linear-gradient(135deg, #3a2818, #1a1a1c); }
.frame.large::after { font-size: 22px; bottom: 24px; left: 28px; }

/* Services / what we shoot */
.services-band { background: var(--panel); color: var(--ink-light); padding: 80px 0; }
.services-band .section-title { color: var(--ink-light); }
.services-band .section-intro { color: var(--ink-soft); }
.svc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.svc { border-top: 1px solid var(--rule); padding-top: 24px; }
.svc-num { font-family: var(--display); font-size: 14px; color: var(--accent); letter-spacing: 0.1em; margin-bottom: 8px; }
.svc h3 { font-family: var(--display); font-size: 22px; font-weight: 400; color: var(--ink-light); margin-bottom: 8px; }
.svc p { font-size: 14px; color: var(--ink-soft); line-height: 1.65; }

/* About — two column */
.about-band { padding: 96px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.about-grid .section-title { font-style: italic; }
.about-grid p { color: var(--ink-soft); margin-bottom: 16px; font-size: 16px; line-height: 1.75; }
.about-grid p strong { color: var(--ink); }

/* Contact band */
.contact-band { background: var(--bg); color: var(--ink-light); padding: 80px 0; text-align: center; }
.contact-band h2 { font-family: var(--display); font-size: 44px; font-style: italic; color: var(--ink-light); margin-bottom: 16px; font-weight: 400; }
.contact-band p { color: var(--ink-soft); max-width: 500px; margin: 0 auto 28px; font-size: 16px; }
.contact-band a.btn { display: inline-block; padding: 14px 32px; border: 1px solid var(--accent); color: var(--accent); text-decoration: none; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; transition: background 0.2s; }
.contact-band a.btn:hover { background: var(--accent); color: var(--bg); }

/* Article pages */
article.page { padding: 72px 0; max-width: 1200px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
article.page .breadcrumb { font-size: 11px; color: var(--ink-soft); margin-bottom: 16px; letter-spacing: 0.18em; text-transform: uppercase; }
article.page .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
article.page h1 { font-family: var(--display); font-size: 56px; font-weight: 400; line-height: 1.1; margin-bottom: 32px; letter-spacing: -0.01em; }
article.page h2 { font-family: var(--display); font-style: italic; font-size: 28px; font-weight: 400; margin-top: 48px; margin-bottom: 14px; }
article.page p { margin-bottom: 18px; font-size: 17px; line-height: 1.75; color: var(--ink); }
article.page ul, article.page ol { margin-bottom: 20px; padding-left: 28px; }
article.page li { margin-bottom: 10px; }

/* Footer — dark sliver */
footer { background: var(--bg); color: var(--ink-soft); padding: 36px 0; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
footer .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer a { color: var(--accent); text-decoration: none; }

/* Content images */
.content-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
  display: block;
}

@media (max-width: 900px) {
  .studio-hero { padding: 80px 0 64px; }
  .studio-hero h1 { font-size: 56px; }
  .studio-hero .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .svc-list { grid-template-columns: 1fr; gap: 32px; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  section { padding: 64px 0; }
  .section-title { font-size: 32px; }
  header.studio-header nav a { margin-left: 14px; }
  article.page h1 { font-size: 36px; }
}

/* Inner-page header fallback — for pages that still use the un-classed <header> layout */
body > header:not([class]) {
  padding: 22px 0;
  border-bottom: 1px solid var(--rule, #d8d4cc);
  background: var(--bg, #ffffff);
}
body > header:not([class]) .container {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
body > header:not([class]) .brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 600; color: inherit; text-decoration: none;
}
body > header:not([class]) .brand-icon {
  width: 28px; height: 28px; flex-shrink: 0;
}
body > header:not([class]) nav {
  display: flex; gap: 22px; flex-wrap: wrap;
}
body > header:not([class]) nav a {
  font-size: 13px; color: inherit; text-decoration: none; letter-spacing: 0.04em;
}
.content-img { width: 100%; max-height: 420px; object-fit: cover; display: block; margin: 24px auto; border-radius: 4px; }
