:root {
  --ink: #0a0a09;
  --paper: #f0ede4;
  --muted: #a8a297;
  --gold: #c28b3b;
  --orange: #e04f28;
  --line: rgba(240, 237, 228, .18);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--paper); color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 80px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(10,10,9,.94);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .8rem; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); color: var(--gold); font: 700 .75rem/1 Arial; letter-spacing: -.04em; transform: rotate(-4deg); }
.brand-name { font-weight: 800; text-transform: uppercase; letter-spacing: -.025em; line-height: .9; }
.brand-name small { display: block; color: var(--gold); font-size: .6rem; letter-spacing: .3em; margin-top: .35rem; }
.nav { display: flex; gap: clamp(1rem, 1.7vw, 2rem); color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }
.nav a:hover, .nav a:focus-visible { color: var(--paper); }
.header-cta { justify-self: end; border-bottom: 1px solid var(--gold); padding: .35rem 0; color: var(--paper); font-size: .82rem; }

.hero { min-height: calc(100vh - 80px); max-width: var(--max); margin: auto; padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4rem) 3rem; display: flex; flex-direction: column; }
.hero-index, .section-label, .eyebrow { color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero h1 { max-width: 1200px; margin: auto 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(3.5rem, 8vw, 8.5rem); line-height: .87; font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lower { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; margin-top: 4rem; }
.hero-copy { max-width: 740px; margin: 0; font-size: clamp(1.12rem, 1.5vw, 1.45rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.25rem; border: 1px solid currentColor; font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; transition: .2s ease; }
.button-primary { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.text-link { font-size: .9rem; border-bottom: 1px solid var(--line); padding-bottom: .25rem; }
.ownership-statement { display: grid; grid-template-columns: .7fr 1.5fr 1fr; gap: 2rem; align-items: baseline; margin-top: 3rem; padding: 1.4rem 0 0; border-top: 1px solid var(--line); }
.ownership-statement span { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.ownership-statement strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.ownership-statement p { margin: 0; color: var(--muted); font-size: .9rem; }

.section-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: minmax(170px, .33fr) 1fr; gap: clamp(2rem, 6vw, 7rem); padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4rem); }
.section-label { padding-top: .75rem; }
.section-content h2, .contact h2 { max-width: 1000px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 5.5vw, 6rem); line-height: .97; font-weight: 400; letter-spacing: -.045em; }
.definition { border-top: 1px solid var(--line); }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 5rem; background: var(--line); border: 1px solid var(--line); }
.definition-grid > div { background: var(--ink); padding: clamp(1.5rem, 3vw, 3rem); }
.definition-grid h3 { margin: 0 0 1rem; color: var(--gold); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.definition-grid p { max-width: 560px; margin: 0; color: #ccc6ba; font-size: 1.05rem; }
.studio-arm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 5rem; background: var(--line); border: 1px solid var(--line); }
.studio-arm-grid a { min-height: 290px; padding: clamp(1.5rem, 3vw, 3rem); background: var(--ink); display: flex; flex-direction: column; transition: background .2s ease; }
.studio-arm-grid a:hover, .studio-arm-grid a:focus-visible { background: #151411; }
.studio-arm-grid span, .studio-arm-grid b { color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.studio-arm-grid h3 { margin: 3rem 0 1rem; font: 400 clamp(2rem, 3vw, 3.5rem)/1 Georgia, serif; }
.studio-arm-grid p { max-width: 480px; margin: 0 0 2rem; color: #bdb7ab; }
.studio-arm-grid b { margin-top: auto; }
.manifesto { margin: 4rem 0 0; padding-left: 2rem; border-left: 3px solid var(--gold); font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.8rem); }

.properties { background: var(--paper); color: var(--ink); }
.properties .section-label, .properties .eyebrow { color: #9a6421; }
.section-heading .section-content > p { max-width: 700px; margin: 2rem 0 0; color: #5d5a54; font-size: 1.1rem; }
.property { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.16fr .84fr; min-height: 680px; border-top: 1px solid rgba(10,10,9,.18); }
.property:nth-of-type(odd) { grid-template-columns: .84fr 1.16fr; }
.property:nth-of-type(odd) .property-visual { order: 2; }
.property-visual { position: relative; min-height: 560px; overflow: hidden; background: #171716; }
.property-visual img { filter: saturate(.8) contrast(1.08); transition: transform .8s ease; }
.property-visual.alien-vibes img { filter: saturate(1.08) contrast(1.04); object-position: center 28%; }
.property:hover .property-visual img { transform: scale(1.02); }
.property-number { position: absolute; left: 1.5rem; top: 1.5rem; padding: .5rem .7rem; background: rgba(10,10,9,.82); color: var(--paper); font-size: .68rem; letter-spacing: .14em; }
.property-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5.5rem); }
.property-copy h3 { margin: 1rem 0 2rem; font-family: Georgia, serif; font-size: clamp(3.5rem, 6vw, 6.5rem); line-height: .82; font-weight: 400; letter-spacing: -.06em; }
.work-status { width: fit-content; margin: 1rem 0 .25rem; padding: .4rem .65rem; border: 1px solid rgba(10,10,9,.3); color: #615b52; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-status-live { border-color: #9a6421; color: #7f511a; }
.property-copy h3 small { font-family: Arial, sans-serif; color: #9a6421; font-size: .3em; letter-spacing: .14em; }
.logline { max-width: 570px; margin: 0 0 3rem; font-family: Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.4; }
.property-data { margin: auto 0 0; }
.property-data div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: .8rem 0; border-top: 1px solid rgba(10,10,9,.16); }
.property-data dt { color: #706b62; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.property-data dd { margin: 0; font-size: .9rem; }
.property-link { display: inline-block; width: fit-content; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 1px solid #9a6421; color: #7f511a; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.property-link.light { color: var(--gold); }

.method { border-bottom: 1px solid var(--line); }
.editions-preview { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; background: #d5ccba; color: var(--ink); }
.editions-preview-copy { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); }
.editions-preview-copy .eyebrow { color: #7f511a; }
.editions-preview-copy h2 { margin: 1rem 0 2rem; font: 400 clamp(3.3rem, 6vw, 6.5rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.editions-preview-copy > p:not(.eyebrow) { max-width: 580px; margin-bottom: 3rem; color: #4d4840; font-size: 1.08rem; }
.edition-titles { display: flex; flex-direction: column; background: #0e0e0d; color: var(--paper); }
.edition-titles > div { flex: 1; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-content: center; padding: clamp(2rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.edition-titles span, .edition-titles small { color: var(--gold); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.edition-titles strong { grid-column: 1 / -1; font: 400 clamp(1.7rem, 3vw, 3.2rem)/1.05 Georgia, serif; }
.edition-titles small { grid-column: 2; grid-row: 1; color: var(--muted); }
.process-lede { max-width: 760px; margin: 2.2rem 0 0; color: #c7c1b5; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.creative-process { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 4rem; border: 1px solid var(--line); background: var(--line); }
.creative-process article { min-height: 280px; padding: clamp(1.6rem, 3vw, 3rem); background: var(--ink); display: flex; flex-direction: column; }
.creative-process article:first-child { grid-column: 1 / -1; min-height: 330px; justify-content: flex-end; background: linear-gradient(130deg, #171511 0%, var(--ink) 68%); }
.creative-process span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.creative-process h3 { max-width: 520px; margin: auto 0 1rem; font: 400 clamp(2rem, 3.2vw, 3.7rem)/1 Georgia, serif; letter-spacing: -.035em; }
.creative-process article:first-child h3 { margin-top: 3.5rem; font-size: clamp(2.8rem, 5vw, 5.8rem); }
.creative-process p { max-width: 560px; margin: 0; color: var(--muted); }

.partner { background: #161513; }
.partner-intro .section-content > p { max-width: 700px; color: var(--muted); font-size: 1.15rem; }
.partner-grid { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem) 5rem; display: grid; grid-template-columns: repeat(4, 1fr); }
.partner-card { min-height: 330px; padding: 2rem; border: 1px solid var(--line); margin: 0 -1px -1px 0; }
.partner-card > span { color: var(--gold); font-size: .72rem; }
.partner-card h3 { margin: 5rem 0 1rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.partner-card p { color: var(--muted); font-size: .92rem; }
.rights-bar { max-width: calc(var(--max) - clamp(2.5rem, 8vw, 8rem)); margin: 0 auto; padding: 1.5rem 0 6rem; display: flex; flex-wrap: wrap; gap: .8rem 2rem; align-items: center; border-top: 1px solid var(--gold); }
.rights-bar strong { margin-right: auto; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.rights-bar span { color: #cbc5b8; font-size: .86rem; }

.founder-layout { display: grid; grid-template-columns: minmax(280px, .7fr) 1.3fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.founder-portrait { position: relative; min-height: 580px; margin: 0; background: #191817; overflow: hidden; }
.founder-portrait:after { content: ''; position: absolute; inset: 1rem; border: 1px solid rgba(194,139,59,.5); pointer-events: none; }
.founder-copy h2 { font-size: clamp(2.6rem, 4.5vw, 5rem); margin: 1rem 0 2rem; }
.founder-copy > p:not(.eyebrow):not(.location) { max-width: 650px; color: #c8c2b6; font-size: 1.05rem; }
.location { margin-top: 2rem; color: var(--gold); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }

.contact { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 8rem); background: var(--gold); color: var(--ink); text-align: center; }
.contact .eyebrow { color: #4a3218; }
.contact h2 { margin: 1.5rem auto 2rem; font-size: clamp(3rem, 7.5vw, 8rem); }
.contact > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 3rem; font-size: 1.1rem; }
.button-light { max-width: 530px; margin: auto; border-color: var(--ink); font-weight: 700; text-transform: none; letter-spacing: 0; }
.button-light:hover { background: var(--ink); color: var(--paper); }

footer { max-width: var(--max); margin: auto; padding: 4rem clamp(1.25rem, 4vw, 4rem); }
.footer-brand { font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 900; letter-spacing: -.05em; }
.footer-brand span { color: var(--gold); font-weight: 400; }
footer > p { color: var(--muted); }
.footer-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero-lower, .ownership-statement, .section-grid, .property, .property:nth-of-type(odd), .founder-layout { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .ownership-statement { gap: .5rem; }
  .section-grid { gap: 2rem; }
  .property:nth-of-type(odd) .property-visual { order: 0; }
  .property-visual { min-height: min(70vw, 620px); }
  .property-copy { min-height: 600px; }
  .partner-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; }
  .header-cta { font-size: 0; }
  .header-cta:after { content: 'Inquire ↗'; font-size: .78rem; }
  .hero { min-height: calc(100svh - 68px); }
  .hero h1 { font-size: clamp(3.35rem, 16vw, 5rem); margin-top: 4rem; }
  .hero-lower { margin-top: 3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .definition-grid { grid-template-columns: 1fr; }
  .property-copy { min-height: auto; padding-top: 4rem; padding-bottom: 4rem; }
  .property-visual { min-height: 74vw; }
  .creative-process { grid-template-columns: 1fr; }
  .creative-process article:first-child { grid-column: auto; min-height: 300px; }
  .creative-process article { min-height: 245px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: 260px; }
  .partner-card h3 { margin-top: 3rem; }
  .rights-bar { margin: 0 1.25rem; }
  .founder-portrait { min-height: 120vw; }
  .button-light { gap: .8rem; font-size: .72rem; }
  .footer-meta { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Interior pages */
.interior-header { position: relative; }
.page-hero { max-width: var(--max); min-height: 62vh; margin: auto; padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 4vw, 4rem) 4rem; display: flex; flex-direction: column; justify-content: flex-end; }
.page-hero h1 { max-width: 1100px; margin: 1.5rem 0 2rem; font-family: Georgia, serif; font-size: clamp(3.8rem, 8vw, 8rem); line-height: .88; font-weight: 400; letter-spacing: -.055em; }
.page-hero h1 em { color: var(--gold); font-weight: 400; }
.page-hero > p { max-width: 760px; margin: 0; color: #c7c1b5; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.page-hero-image { max-width: var(--max); height: min(68vw, 800px); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem); }
.page-hero-image img { border: 1px solid var(--line); }
.content-band { border-top: 1px solid var(--line); }
.prose { max-width: 760px; }
.prose h2 { margin-bottom: 2rem; }
.prose p { color: #c7c1b5; font-size: 1.08rem; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.principle { min-height: 250px; padding: 2rem; background: var(--ink); }
.principle span { color: var(--gold); font-size: .72rem; }
.principle h3 { margin: 3.5rem 0 1rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.principle p { margin: 0; color: var(--muted); font-size: .92rem; }
.detail-list { margin: 4rem 0 0; border-top: 1px solid var(--line); }
.detail-row { display: grid; grid-template-columns: .8fr 1.7fr; gap: 2rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.detail-row strong { color: var(--gold); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-row p { margin: 0; color: #c7c1b5; }
.quote-band { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 8rem); background: var(--gold); color: var(--ink); text-align: center; }
.quote-band blockquote { max-width: 1100px; margin: 0 auto; font-family: Georgia, serif; font-size: clamp(2.6rem, 5.5vw, 6rem); line-height: .98; letter-spacing: -.04em; }
.quote-band cite { display: block; margin-top: 2rem; font: 700 .72rem/1.4 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.page-next { max-width: var(--max); margin: auto; padding: 5rem clamp(1.25rem, 4vw, 4rem); display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.page-next h2 { margin: .5rem 0 0; font-family: Georgia, serif; font-size: clamp(2.4rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.property-index { max-width: var(--max); margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem) clamp(6rem, 10vw, 10rem); }
.index-card { display: grid; grid-template-columns: 100px 1.2fr 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-top: 1px solid var(--line); }
.index-card:last-child { border-bottom: 1px solid var(--line); }
.index-card > span { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.index-card h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.04em; }
.index-card p { margin: 0; color: var(--muted); }
.index-card b { font-size: 1.5rem; color: var(--gold); }
.founder-full { max-width: var(--max); margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem) 8rem; display: grid; grid-template-columns: minmax(320px, .8fr) 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.founder-full figure { position: sticky; top: 105px; height: min(75vh, 820px); margin: 0; }
.founder-full h2 { font-family: Georgia, serif; font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.founder-full p { color: #c7c1b5; font-size: 1.08rem; }
.founder-facts { display: grid; grid-template-columns: 1fr 1fr; margin-top: 4rem; border-top: 1px solid var(--line); }
.founder-facts div { padding: 1.5rem 1rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.founder-facts strong { display: block; color: var(--gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.founder-facts span { display: block; margin-top: .5rem; color: var(--muted); }
.contact-page { min-height: calc(100vh - 80px); max-width: var(--max); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4rem); }
.contact-page h1 { margin: 1rem 0 2rem; font-family: Georgia, serif; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; font-weight: 400; letter-spacing: -.05em; }
.editions-hero { background: radial-gradient(circle at 78% 22%, rgba(194,139,59,.22), transparent 34%); }
.editions-thesis { max-width: var(--max); margin: 0 auto; padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: minmax(170px,.33fr) 1fr; gap: clamp(2rem,6vw,7rem); border-top: 1px solid var(--line); }
.editions-thesis h2 { max-width: 920px; margin: 0 0 2rem; font: 400 clamp(3rem, 5.5vw, 6rem)/.96 Georgia, serif; letter-spacing: -.05em; }
.editions-thesis p { max-width: 760px; color: #c7c1b5; font-size: 1.08rem; }
.edition-slate { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem) clamp(7rem, 12vw, 12rem); }
.edition-slate-head { max-width: 900px; margin-left: auto; padding-bottom: 5rem; }
.edition-slate-head h2 { margin: 1rem 0; font: 400 clamp(3rem, 5vw, 5.5rem)/.96 Georgia, serif; }
.edition-slate-head > p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.edition-slate article { display: grid; grid-template-columns: 90px 1fr auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; padding: clamp(2.5rem, 5vw, 5rem) 0; border-top: 1px solid var(--line); }
.edition-slate article:last-child { border-bottom: 1px solid var(--line); }
.edition-slate article > span, .edition-slate article > strong { color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.edition-slate h3 { margin: .8rem 0 1.25rem; font: 400 clamp(2.3rem, 4.5vw, 4.8rem)/.95 Georgia, serif; letter-spacing: -.04em; }
.edition-slate article div > p:last-child { max-width: 680px; color: #bdb6aa; }
.inquiry-guide { border: 1px solid var(--line); padding: clamp(1.5rem, 4vw, 4rem); }
.inquiry-guide h2 { margin: 0 0 2rem; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.inquiry-guide ol { margin: 0 0 2.5rem; padding-left: 1.25rem; color: #c7c1b5; }
.inquiry-guide li { padding: .45rem 0; }

@media (max-width: 900px) {
  .principle-grid { grid-template-columns: 1fr; }
  .principle { min-height: 210px; }
  .index-card { grid-template-columns: 60px 1fr auto; }
  .index-card p { grid-column: 2 / -1; }
  .founder-full, .contact-page { grid-template-columns: 1fr; }
  .editions-preview, .editions-thesis { grid-template-columns: 1fr; }
  .founder-full figure { position: relative; top: auto; height: min(120vw, 760px); }
}

@media (max-width: 620px) {
  .page-hero { min-height: 55vh; }
  .page-hero-image { height: 78vw; }
  .detail-row { grid-template-columns: 1fr; gap: .5rem; }
  .page-next { align-items: flex-start; flex-direction: column; }
  .index-card { grid-template-columns: 1fr auto; gap: .75rem; }
  .index-card > span { grid-column: 1 / -1; }
  .index-card p { grid-column: 1 / -1; }
  .founder-facts { grid-template-columns: 1fr; }
  .studio-arm-grid { grid-template-columns: 1fr; }
  .edition-slate article { grid-template-columns: 45px 1fr; }
  .edition-slate article > strong { grid-column: 2; }
}

/* KAIRO BLACK — After the Uniform */
.kairo-feature { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.kairo-feature-art { min-height: 720px; overflow: hidden; }
.kairo-feature-art img { object-position: center 32%; filter: saturate(.86) contrast(1.06); }
.kairo-feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(2rem, 6vw, 6rem); background: #11100e; }
.kairo-feature-copy h2 { margin: 1rem 0 1.5rem; max-width: 520px; font: 400 clamp(3.4rem, 6vw, 6.5rem)/.88 Georgia, serif; letter-spacing: -.06em; }
.kairo-feature-copy > p:not(.eyebrow) { max-width: 450px; margin: 0 0 3rem; color: #c7c1b5; font-size: 1.15rem; }

.collection-page { background: #080907; }
.collection-hero { max-width: var(--max); margin: 0 auto; min-height: calc(100svh - 80px); padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4rem); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.collection-hero-copy h1 { margin: 1.25rem 0 2rem; font: 400 clamp(4rem, 8vw, 8.6rem)/.82 Georgia, serif; letter-spacing: -.065em; }
.collection-hero-copy h1 em { color: var(--gold); font-weight: 400; }
.collection-deck { max-width: 560px; color: #d0c9bc; font: 400 clamp(1.35rem, 2vw, 2rem)/1.35 Georgia, serif; }
.collection-meta { margin-top: 4rem; padding-top: 1rem; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.collection-hero-art { height: min(78vh, 920px); margin: 0; }
.collection-hero-art img { border: 1px solid var(--line); object-position: center 25%; }
.collection-hero-art figcaption { margin-top: .75rem; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.collection-statement { max-width: var(--max); margin: 0 auto; padding: clamp(7rem, 13vw, 13rem) clamp(1.25rem, 8vw, 8rem); display: grid; grid-template-columns: .45fr 1.55fr; gap: 3rem; border-top: 1px solid var(--line); }
.collection-statement h2 { margin: 0 0 3rem; max-width: 950px; font: 400 clamp(3rem, 6vw, 6.5rem)/.93 Georgia, serif; letter-spacing: -.055em; }
.collection-statement div > p { max-width: 760px; color: #c8c1b5; font-size: 1.12rem; }
.collection-works { max-width: var(--max); margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 4rem); }
.collection-work { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(2rem, 7vw, 8rem); align-items: center; padding: clamp(5rem, 10vw, 10rem) 0; border-top: 1px solid var(--line); }
.collection-work-reverse { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); }
.collection-work-reverse figure { order: 2; }
.collection-work figure { height: min(82vw, 980px); margin: 0; background: #111; }
.collection-work figure img { object-fit: contain; background: #050505; }
.collection-work-copy span { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.collection-work-copy h2 { margin: 1.25rem 0 1.5rem; font: 400 clamp(3rem, 5.5vw, 6rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.collection-work-copy p { max-width: 460px; color: #bdb6aa; font: 400 clamp(1.2rem, 1.8vw, 1.55rem)/1.45 Georgia, serif; }
.collection-work-final { padding-bottom: clamp(8rem, 14vw, 14rem); }
.collection-close { padding: clamp(6rem, 11vw, 11rem) clamp(1.25rem, 8vw, 8rem); background: var(--gold); color: var(--ink); }
.collection-close > p { max-width: 1050px; margin: 0; font: 400 clamp(2.8rem, 5.5vw, 6rem)/.96 Georgia, serif; letter-spacing: -.045em; }
.collection-close > div { display: flex; align-items: center; flex-wrap: wrap; gap: 2rem; margin-top: 4rem; }
.collection-close .button-primary { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.collection-close .text-link { border-color: rgba(10,10,9,.35); }

@media (max-width: 900px) {
  .kairo-feature, .collection-hero, .collection-statement, .collection-work, .collection-work-reverse { grid-template-columns: 1fr; }
  .kairo-feature-art { min-height: 115vw; }
  .kairo-feature-copy { min-height: 500px; }
  .collection-hero { padding-top: 5rem; padding-bottom: 7rem; }
  .collection-hero-art { height: min(130vw, 850px); }
  .collection-statement { gap: 2rem; }
  .collection-work-reverse figure { order: 0; }
  .collection-work figure { height: min(135vw, 920px); }
}

@media (max-width: 620px) {
  .collection-meta { margin-top: 2.5rem; }
  .collection-hero-art { height: 138vw; }
  .collection-work { padding: 5rem 0; }
  .collection-work figure { height: 142vw; }
  .collection-close > div { align-items: stretch; flex-direction: column; }
}
