:root {
  --cream: #f2ede2;
  --paper: #fbf8f1;
  --ink: #121212;
  --white: #fffdf7;
  --blue: #3156de;
  --yellow: #eee51b;
  --line: rgba(18, 18, 18, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 18px; line-height: 1.5; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; z-index: 100000; top: -100px; left: 1rem; padding: .7rem 1rem; color: var(--ink); background: var(--white); text-decoration: none; }
.skip-link:focus { top: 1rem; }
.admin-bar .site-header { top: 32px; }
body:not(.home) .site-header { position: absolute; background: #090909; }
.standard-page { min-height: 75vh; padding: 10rem 7vw 6rem; background: var(--paper); }
.standard-page article { width: min(100%, 880px); margin: 0 auto; }
.standard-page h1 { margin: 0 0 2rem; color: var(--ink); font-size: clamp(3.5rem, 7vw, 7rem); line-height: .88; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); }
.wordmark { justify-self: start; font-family: "Instrument Serif", Georgia, serif; font-size: 2.4rem; line-height: 1; text-decoration: none; }
.mark-dot { color: var(--yellow); }
nav { display: flex; align-items: center; gap: 2.4rem; }
nav a { position: relative; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--yellow); transition: right .2s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; justify-self: end; color: white; border: 0; background: transparent; font: inherit; font-size: .75rem; font-weight: 700; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #090909; color: var(--white); }
.hero-image { position: absolute; top: 0; right: 0; width: 48vw; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.82) contrast(1.04); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #090909 0%, #090909 43%, rgba(9,9,9,.82) 52%, rgba(9,9,9,.2) 72%, rgba(9,9,9,.02) 100%), linear-gradient(0deg, rgba(0,0,0,.74) 0%, transparent 48%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 88px 0 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 100% 33.333%, 25% 100%; opacity: .42; }
.hero-index { position: absolute; z-index: 2; top: 105px; right: 3.5vw; font-family: "Instrument Serif", Georgia, serif; font-size: 1.3rem; }
.hero-copy { position: relative; z-index: 3; width: min(900px, 64vw); padding: 0 0 8vh 6vw; }
.eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #e4e1d8; }
.eyebrow.blue, .blue { color: #91a7ff; }
h1, h2, .lead { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
h1 { margin: 1.1rem 0 1.5rem; font-size: clamp(5.2rem, 9.2vw, 10.2rem); line-height: .74; }
h1 em { color: var(--yellow); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 0 0 2rem; color: #dedbd3; font-size: clamp(1.05rem, 1.3vw, 1.35rem); }
.button { display: inline-flex; align-items: center; gap: 1.5rem; border-radius: 999px; padding: .95rem 1.3rem; text-decoration: none; font-size: .78rem; font-weight: 700; letter-spacing: .02em; }
.button span { font-size: 1.1rem; }
.button-light { background: var(--white); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.button-cream { background: var(--cream); color: var(--ink); }
.scroll-cue { position: absolute; z-index: 3; right: 3.5vw; bottom: 6vh; display: flex; align-items: center; gap: 1rem; text-decoration: none; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 70px; background: var(--yellow); }

.chapter-label { display: flex; align-items: center; gap: .9rem; padding-top: .5rem; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.chapter-label span { display: grid; place-items: center; width: 2.3rem; height: 2.3rem; color: var(--white); background: var(--blue); border-radius: 50%; font-family: "Instrument Serif", Georgia, serif; font-size: 1.05rem; letter-spacing: 0; }
.chapter-label.inverse span { color: var(--ink); background: var(--yellow); }

.invitation { position: relative; min-height: 92vh; display: grid; grid-template-columns: 230px minmax(0, 860px) 1fr; gap: 4vw; padding: 10vw 5vw; overflow: hidden; }
.invitation::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(18,18,18,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(18,18,18,.07) 1px, transparent 1px); background-size: 100% 33.333%, 25% 100%; }
.invitation-copy { position: relative; z-index: 2; }
.kicker { margin: 0 0 1.3rem; color: var(--blue); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.invitation h2 { margin: 0 0 2rem; font-size: clamp(4rem, 7.5vw, 8.5rem); line-height: .86; }
.invitation-copy > p:last-child { max-width: 720px; font-size: clamp(1.05rem, 1.45vw, 1.4rem); }
.question-orbit { position: absolute; width: clamp(300px, 34vw, 590px); aspect-ratio: 1; right: -11vw; bottom: -10vw; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.question-orbit span { color: var(--blue); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(13rem, 25vw, 28rem); line-height: .8; }
.question-orbit i { position: absolute; width: 28%; aspect-ratio: 1; right: 5%; top: 12%; background: var(--yellow); border-radius: 50%; }

.manifesto { background: var(--paper); border-top: 1px solid var(--line); }
.manifesto-line { display: grid; grid-template-columns: minmax(240px, .46fr) 1fr; align-items: baseline; padding: 2rem 6vw; border-bottom: 1px solid var(--line); }
.manifesto-line span { color: var(--blue); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(3rem, 5vw, 5.8rem); line-height: 1; }
.manifesto-line p { margin: 0; font-size: clamp(1.1rem, 1.8vw, 1.7rem); }
.manifesto blockquote { margin: 0; padding: 8vw 12vw; background: var(--blue); color: var(--white); font-family: "Instrument Serif", Georgia, serif; font-size: clamp(4rem, 8vw, 9rem); line-height: .86; text-align: center; }

.origin { display: grid; grid-template-columns: 1fr 1fr; min-height: 900px; }
.origin-photo { position: relative; min-height: 760px; overflow: hidden; background: #000; }
.origin-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 72% center; }
.photo-note { position: absolute; left: 2rem; bottom: 2rem; padding: .65rem .8rem; color: white; background: rgba(0,0,0,.75); font-size: .7rem; letter-spacing: .05em; }
.origin-story { align-self: center; padding: 8vw; }
.origin-story .lead { margin: 3.5rem 0 2rem; font-size: clamp(3rem, 4.8vw, 5.5rem); line-height: .94; }
.origin-story > p:not(.lead) { max-width: 650px; }
.inline-link { display: inline-block; margin-top: 1.4rem; font-weight: 700; text-underline-offset: .4rem; }

.moderation { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.moderation-gallery { min-height: 930px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.12fr .88fr; gap: 1px; background: #363636; }
.moderation-frame { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #171717; }
.moderation-frame-live { grid-column: 1 / -1; }
.moderation-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); }
.moderation-frame-live img { object-position: center 40%; }
.moderation-frame-curious img { object-position: center 32%; }
.moderation-frame-listening img { object-position: center 30%; }
.moderation-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); pointer-events: none; }
.moderation-copy { align-self: center; padding: 7vw; }
.moderation h2 { margin: 2.7rem 0 2rem; font-size: clamp(3.4rem, 5.6vw, 6.3rem); line-height: .9; }
.moderation-copy > p:not(.kicker) { max-width: 650px; color: #cac8c0; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 2.5rem 0; border-top: 1px solid #444; border-left: 1px solid #444; }
.service-grid span { padding: .8rem; border-right: 1px solid #444; border-bottom: 1px solid #444; font-size: .82rem; }

.work { position: relative; padding: 9vw 5vw; overflow: hidden; background: var(--paper); }
.work::before { content: "OPEN MINDS"; position: absolute; top: 0; right: -2vw; color: rgba(49,86,222,.07); font-family: "Instrument Serif", Georgia, serif; font-size: 16vw; white-space: nowrap; }
.work-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; margin: 5rem 0 6rem; }
.work-heading h2 { margin: 0; font-size: clamp(4rem, 7.4vw, 8rem); line-height: .86; }
.work-heading h2 em { color: var(--blue); font-weight: 400; }
.work-side { align-self: start; }
.work-side img { width: min(100%, 360px); aspect-ratio: .78; margin: 0 0 1.5rem auto; object-fit: cover; object-position: center 30%; filter: saturate(.82) contrast(1.04); }
.work-heading p { max-width: 520px; margin-left: auto; font-size: 1.15rem; }
.guest-marquee { margin: 0 -5vw 3.5rem; padding: 1.2rem 0; overflow: hidden; color: white; background: var(--blue); transform: rotate(-1.5deg); }
.guest-marquee div { width: max-content; display: flex; align-items: center; gap: 2rem; padding-left: 5vw; }
.guest-marquee span { font-family: "Instrument Serif", Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); }
.guest-marquee i { width: .55rem; aspect-ratio: 1; background: var(--yellow); border-radius: 50%; }

.contact { position: relative; min-height: 90vh; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 9vw 11vw; overflow: hidden; color: white; background: var(--blue); }
.contact-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.55) contrast(1.08); }
.contact-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(49,86,222,.97) 0%, rgba(49,86,222,.92) 58%, rgba(18,18,18,.56) 100%); mix-blend-mode: multiply; }
.contact-shape { position: absolute; width: min(40vw, 620px); aspect-ratio: 1; right: -7vw; bottom: -10vw; border: 7vw solid var(--yellow); border-radius: 50%; opacity: .95; }
.contact > *:not(.contact-shape) { position: relative; z-index: 1; }
.contact h2 { max-width: 1050px; margin: 1.2rem 0 2rem; font-size: clamp(4rem, 8.5vw, 9.5rem); line-height: .84; }
.contact > p:not(.eyebrow):not(.enquiry-status):not(.enquiry-fallback) { max-width: 620px; margin: 0 0 2.5rem; color: #e0e6ff; }
.enquiry-form { position: relative; z-index: 1; width: min(100%, 920px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.enquiry-field { display: flex; flex-direction: column; gap: .45rem; }
.enquiry-field-wide { grid-column: 1 / -1; }
.enquiry-field label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.enquiry-field input, .enquiry-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.62); border-radius: 0; padding: .95rem 1rem; color: white; background: rgba(10,18,70,.28); font: inherit; }
.enquiry-field textarea { resize: vertical; min-height: 130px; }
.enquiry-field input:focus, .enquiry-field textarea:focus { outline: 3px solid var(--yellow); outline-offset: 2px; border-color: transparent; }
.enquiry-submit { grid-column: 1 / -1; justify-self: start; border: 0; cursor: pointer; }
.enquiry-status { position: relative; z-index: 1; width: min(100%, 920px); margin: 0 0 1.25rem; padding: .9rem 1rem; color: var(--ink); background: var(--yellow); font-weight: 700; }
.enquiry-status-error, .enquiry-status-invalid { background: var(--paper); }
.enquiry-fallback { position: relative; z-index: 1; margin: 1.25rem 0 0; color: #e0e6ff; font-size: .9rem; }
.enquiry-fallback a { color: white; text-underline-offset: .25rem; }
.enquiry-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; padding: 2rem 3.5vw; background: var(--ink); color: #bcbab2; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
footer span:last-child { text-align: right; }
footer b { color: white; }

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 1fr 1fr; }
  .wordmark { font-size: 2rem; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 1.5rem 4vw 2rem; align-items: flex-start; flex-direction: column; gap: 1.3rem; background: rgba(12,12,12,.97); border-top: 1px solid rgba(255,255,255,.2); }
  nav.is-open { display: flex; }
  .hero-copy { width: 91vw; padding-left: 6vw; }
  .hero-image { width: 60vw; object-position: center 30%; }
  .hero-wash { background: linear-gradient(90deg, rgba(9,9,9,.98) 0%, rgba(9,9,9,.82) 45%, rgba(9,9,9,.16) 100%), linear-gradient(0deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.2) 80%); }
  h1 { font-size: clamp(4.5rem, 17vw, 8rem); }
  .invitation { grid-template-columns: 1fr; gap: 3rem; padding: 7rem 7vw; }
  .invitation-copy { max-width: 780px; }
  .manifesto-line { grid-template-columns: 1fr; gap: .5rem; }
  .origin, .moderation { grid-template-columns: 1fr; }
  .origin-photo { min-height: 620px; }
  .moderation-gallery { min-height: 820px; }
  .origin-story, .moderation-copy { padding: 6rem 7vw; }
  .work-heading { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .hero { min-height: 880px; }
  .hero-image { top: 0; width: 100%; height: 62%; object-position: center 28%; }
  .hero-wash { background: linear-gradient(0deg, #090909 0%, #090909 36%, rgba(9,9,9,.74) 58%, rgba(9,9,9,.12) 100%); }
  .hero-copy { padding-bottom: 6rem; }
  h1 { font-size: 18vw; line-height: .78; }
  .hero-intro { max-width: 88%; }
  .scroll-cue { display: none; }
  .hero::after { inset: 74px 0 0; background-size: 100% 25%, 50% 100%; opacity: .32; }
  .invitation h2 { font-size: 3.9rem; }
  .question-orbit { opacity: .45; }
  .manifesto blockquote { padding: 6rem 7vw; font-size: 4.2rem; }
  .origin-photo { min-height: 460px; }
  .moderation-gallery { min-height: 680px; grid-template-rows: 1fr .9fr; }
  .origin-story .lead { font-size: 3.2rem; }
  .moderation h2 { font-size: 3.8rem; }
  .service-grid { grid-template-columns: 1fr; }
  .work { padding-top: 6rem; padding-bottom: 6rem; }
  .work-heading { margin: 4rem 0; }
  .work-heading h2 { font-size: 4rem; }
  .contact { min-height: 760px; padding: 6rem 7vw; }
  .contact h2 { font-size: 4rem; }
  .contact-shape { width: 80vw; right: -35vw; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-field-wide, .enquiry-submit { grid-column: 1; }
  footer { grid-template-columns: 1fr; }
  footer span:last-child { text-align: left; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
