:root {
  --ink: #080806;
  --ink-soft: #0f0e0b;
  --panel: #15130f;
  --panel-light: #1b1812;
  --gold: #d7ad5c;
  --gold-light: #efcd87;
  --gold-dark: #9d7838;
  --ivory: #f4f0e7;
  --ivory-soft: #d5d0c7;
  --muted: #9f9a91;
  --line: rgba(215, 173, 92, 0.28);
  --line-soft: rgba(244, 240, 231, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
  --radius-lg: 38px;
  --radius-md: 24px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--ink);
  color: var(--ivory);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; position: relative; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--gold); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .19em;
  line-height: 1.25;
  text-transform: uppercase;
}

.section-heading { max-width: 760px; }
.section-heading h2, .journey-intro h2, .cta-frame h2, .page-intro h1 {
  margin-bottom: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.2vw, 5.1rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.section-heading.compact { max-width: 680px; margin-bottom: 62px; }
.section-heading-row { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); max-width: none; gap: 80px; align-items: end; margin-bottom: 72px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { margin-bottom: 8px; color: var(--ivory-soft); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 20px 0;
  transition: background-color .35s ease, border-color .35s ease, padding .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled { padding: 12px 0; background: rgba(8, 8, 6, .88); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; position: relative; z-index: 2; }
.brand-monogram { display: grid; place-items: center; width: 43px; aspect-ratio: 1; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .07em; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: .91rem; font-weight: 600; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .67rem; letter-spacing: .08em; }
.site-nav { display: flex; align-items: center; gap: 38px; }
.site-nav a { color: var(--ivory-soft); font-size: .82rem; font-weight: 600; letter-spacing: .05em; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--gold-light); }
.site-nav .nav-cta { border: 1px solid var(--gold); border-radius: 999px; padding: 10px 19px; color: var(--gold-light); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 12px 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ivory); transition: transform .25s ease; }
.menu-toggle span:last-child { margin-top: 9px; }

.hero { min-height: 100svh; padding: 130px 0 76px; display: grid; align-items: center; overflow: hidden; position: relative; background: radial-gradient(circle at 75% 45%, rgba(215, 173, 92, .11), transparent 34%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); gap: clamp(48px, 7vw, 112px); align-items: center; }
.hero-copy { padding: 58px 0 40px 24px; position: relative; z-index: 1; }
.hero-copy h1 { max-width: 780px; margin-bottom: 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 7.8vw, 7.4rem); font-weight: 400; letter-spacing: -.065em; line-height: .88; }
.hero-copy h1 em { display: block; color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 660px; margin-bottom: 28px; color: var(--ivory-soft); font-size: clamp(1.08rem, 1.65vw, 1.28rem); line-height: 1.58; }
.hero-disciplines { display: flex; flex-wrap: wrap; gap: 10px; color: var(--gold-light); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-disciplines span { color: var(--gold-dark); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; border: 1px solid var(--gold); border-radius: 999px; padding: 12px 24px; font-size: .84rem; font-weight: 700; letter-spacing: .055em; transition: transform .25s var(--ease), background-color .25s ease, color .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover, .button-gold:focus-visible { background: var(--gold-light); }
.button-outline { color: var(--gold-light); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 7px 0; color: var(--ivory-soft); border-bottom: 1px solid var(--line); font-size: .86rem; font-weight: 600; letter-spacing: .035em; transition: color .2s ease, border-color .2s ease; }
.text-link:hover, .text-link:focus-visible { color: var(--gold-light); border-color: var(--gold); }
.portrait-wrap { padding-right: 25px; position: relative; z-index: 1; }
.portrait-frame { height: min(69vh, 720px); min-height: 520px; overflow: hidden; border: 1px solid var(--gold-dark); border-radius: 180px 180px var(--radius-md) var(--radius-md); position: relative; background: var(--panel); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 8, 6, .88), transparent 48%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; filter: saturate(.72) contrast(1.02) brightness(.84); }
.portrait-frame p { position: absolute; z-index: 2; left: 36px; bottom: 27px; margin: 0; color: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-style: italic; line-height: 1.35; }
.portrait-line { position: absolute; z-index: 2; right: 28px; bottom: 30px; width: 54px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; z-index: 2; bottom: 40px; left: 52px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { display: block; width: 38px; height: 1px; background: var(--gold-dark); }

.approach-section { background: var(--ivory); color: var(--ink); }
.approach-section::after { content: ""; position: absolute; right: 0; top: 0; width: 34%; height: 1px; background: var(--gold-dark); }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 100px; align-items: start; }
.approach-section .section-heading h2 { max-width: 690px; }
.prose-large > p { color: #454139; font-size: 1.1rem; }
.prose-large > p:first-child { color: var(--ink); font-size: 1.42rem; line-height: 1.48; }
.manifesto-line { display: flex; align-items: center; gap: 12px; margin-top: 46px; color: #66512a; font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.manifesto-line i { flex: 1; height: 1px; background: rgba(157, 120, 56, .4); }

.areas-section { background: var(--ink-soft); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-card { min-height: 290px; padding: 34px 34px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .3s ease; }
.area-card:hover { background: rgba(215, 173, 92, .045); }
.area-card > span, .card-index { display: block; margin-bottom: 48px; color: var(--gold-dark); font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.area-card h3, .work-card h3, .timeline h3, .content-card h3, .event-card h3 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 400; line-height: 1.12; }
.area-card p, .work-card p, .content-card p, .event-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; line-height: 1.55; }

.work-section { background: var(--ink); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 42px; }
.work-card { min-height: 360px; padding: 38px; border: 1px solid var(--line-soft); border-radius: var(--radius-md); background: var(--ink-soft); display: flex; flex-direction: column; }
.work-card.featured { border-color: var(--gold-dark); background: var(--gold); color: var(--ink); }
.work-card.featured .card-index, .work-card.featured p { color: rgba(8, 8, 6, .7); }
.work-card h3 { margin-top: auto; font-size: 1.8rem; }

.journey-section { background: var(--ivory); color: var(--ink); }
.journey-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.journey-intro { position: sticky; top: 150px; align-self: start; }
.journey-intro > p:not(.eyebrow) { color: #4d483f; }
.credential { display: flex; gap: 16px; align-items: center; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(157, 120, 56, .35); }
.credential > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid var(--gold-dark); border-radius: 50%; color: var(--gold-dark); }
.credential p { margin: 0; color: #4d483f; font-size: .86rem; line-height: 1.45; }
.credential strong { color: var(--ink); }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 84px 1fr; gap: 28px; padding: 0 0 42px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: 83px; top: 8px; bottom: 0; width: 1px; background: rgba(157, 120, 56, .35); }
.timeline li:last-child::before { display: none; }
.timeline li > span { color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.timeline li > div { padding: 0 0 24px 34px; position: relative; }
.timeline li > div::before { content: ""; position: absolute; left: -5px; top: 7px; width: 11px; height: 11px; border: 2px solid var(--gold-dark); border-radius: 50%; background: var(--ivory); }
.timeline h3 { margin-bottom: 10px; font-size: 1.55rem; }
.timeline p { margin: 0; color: #555047; }

.cta-band { background: var(--ink); padding: 84px 0; }
.cta-frame { padding: clamp(48px, 7vw, 88px); border: 1px solid var(--gold-dark); border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.cta-frame::after { content: "FS"; position: absolute; right: -10px; bottom: -76px; color: rgba(215, 173, 92, .055); font-family: Georgia, "Times New Roman", serif; font-size: 17rem; line-height: 1; }
.cta-frame h2 { max-width: 760px; margin-bottom: 24px; }
.cta-frame > p:not(.eyebrow) { max-width: 660px; margin-bottom: 34px; color: var(--muted); }
.cta-frame .button { position: relative; z-index: 1; }

.site-footer { padding: 76px 0 24px; border-top: 1px solid var(--line-soft); background: #050504; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr .8fr; gap: 56px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand p { max-width: 210px; margin: 7px 0 0; color: var(--ivory-soft); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; line-height: 1.3; }
.footer-label { margin-bottom: 18px; color: var(--gold-dark); font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a { margin: 0 0 11px; color: var(--muted); font-size: .78rem; line-height: 1.35; transition: color .2s ease; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid .footer-legal { margin-top: 14px; font-size: .7rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 20px; border-top: 1px solid var(--line-soft); color: #6f6b64; font-size: .67rem; letter-spacing: .06em; }

/* Interior pages */
.page-hero { min-height: 75svh; padding: 180px 0 100px; display: flex; align-items: end; position: relative; overflow: hidden; background: radial-gradient(circle at 82% 40%, rgba(215, 173, 92, .09), transparent 28%), var(--ink); }
.page-hero::before { content: ""; position: absolute; inset: 96px 28px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); pointer-events: none; }
.page-intro { width: min(880px, 100%); padding: 30px 24px; position: relative; z-index: 1; }
.page-intro h1 { margin-bottom: 30px; font-size: clamp(3.5rem, 7vw, 6.8rem); }
.page-intro h1 em { color: var(--gold); font-weight: 400; }
.page-intro .lead { max-width: 720px; margin: 0; color: var(--ivory-soft); font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.page-kicker { display: inline-flex; gap: 11px; align-items: center; margin-top: 34px; color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.page-kicker::before { content: ""; width: 30px; height: 1px; background: var(--gold); }
.light-section { background: var(--ivory); color: var(--ink); }
.light-section { color-scheme: light; }
.light-section .button-outline { color: #5d461e; border-color: var(--gold-dark); }
.light-section .button-outline:hover, .light-section .button-outline:focus-visible { background: var(--gold); color: var(--ink); }
.dark-section { background: var(--ink-soft); }
.content-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.content-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.content-card { padding: 38px; border: 1px solid var(--line-soft); border-radius: var(--radius-md); background: var(--ink); }
.light-section .content-card { border-color: rgba(157, 120, 56, .25); background: rgba(255,255,255,.35); }
.light-section .content-card p { color: #5a554c; }
.content-card .card-index { margin-bottom: 34px; }
.step-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.step { min-height: 330px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.step > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 3.7rem; line-height: 1; }
.step h3 { margin-top: auto; margin-bottom: 12px; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }
.statement { max-width: 940px; margin: 0 auto; text-align: center; }
.statement p { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
.simple-list { list-style: none; padding: 0; margin: 0; }
.simple-list li { padding: 16px 0; border-bottom: 1px solid rgba(157, 120, 56, .25); color: #4e4941; }
.simple-list li::before { content: "—"; margin-right: 12px; color: var(--gold-dark); }

/* Events */
.event-lead-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.event-lead-grid > p { color: #4d483f; font-size: 1.18rem; }
.event-card { min-height: 410px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-md); background: radial-gradient(circle at 80% 10%, rgba(215,173,92,.12), transparent 34%), var(--ink); display: flex; flex-direction: column; }
.event-card .eyebrow { margin-bottom: 36px; }
.event-card h3 { max-width: 500px; margin-top: auto; font-size: clamp(2rem, 3vw, 3rem); }
.event-card .text-link { align-self: flex-start; margin-top: 28px; }
.event-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.event-meta span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-light); font-size: .67rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.empty-agenda { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 30px 0; border-top: 1px solid rgba(157,120,56,.3); border-bottom: 1px solid rgba(157,120,56,.3); }
.empty-agenda .date-mark { color: var(--gold-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; }
.empty-agenda p { margin: 0; color: #4d483f; }

/* Forms */
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.contact-aside { position: sticky; top: 140px; }
.contact-aside h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.contact-aside > p { color: #555047; }
.direct-contact { margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(157,120,56,.3); }
.direct-contact a { display: block; margin-bottom: 10px; color: #5c4a28; font-size: .86rem; font-weight: 700; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; padding: clamp(30px, 5vw, 56px); border: 1px solid rgba(157,120,56,.32); border-radius: var(--radius-md); background: rgba(255,255,255,.4); }
.form-field { display: flex; flex-direction: column; gap: 9px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #4b463e; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(73,66,55,.32); border-radius: 0; padding: 12px 0; background: transparent; color: var(--ink); outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold-dark); }
.form-field textarea { min-height: 138px; resize: vertical; }
.contact-form .button { grid-column: 1 / -1; justify-self: start; margin-top: 10px; }
.form-note { grid-column: 1 / -1; margin: 0; color: #6a645a; font-size: .75rem; }
.personal-route { margin-top: 28px; padding: 24px 28px; border: 1px solid rgba(157,120,56,.25); border-radius: 18px; }
.personal-route p { margin-bottom: 8px; font-size: .86rem; }
.personal-route a { color: #6c5222; font-size: .78rem; font-weight: 700; }

/* Privacy and utility */
.reading-page { padding: 180px 0 110px; background: var(--ivory); color: var(--ink); min-height: 80vh; }
.reading-copy { max-width: 760px; }
.reading-copy h1 { margin-bottom: 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.reading-copy h2 { margin-top: 42px; margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.reading-copy p, .reading-copy li { color: #514c44; }
.not-found { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 120px 24px; }
.not-found strong { display: block; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 8rem; font-weight: 400; line-height: 1; }
.not-found h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 400; }
.not-found p { color: var(--muted); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 38px, 760px); }
  .section { padding: 96px 0; }
  .hero { min-height: auto; padding: 150px 0 110px; }
  .hero::before { inset: 18px; }
  .hero-grid, .split-layout, .journey-grid, .event-lead-grid, .contact-layout { grid-template-columns: 1fr; gap: 64px; }
  .hero-copy { padding: 28px 12px 0; }
  .hero-copy h1 { font-size: clamp(4rem, 12vw, 6.6rem); }
  .portrait-wrap { width: min(470px, 86%); margin-left: auto; padding-right: 12px; }
  .portrait-frame { height: 640px; }
  .scroll-cue { display: none; }
  .section-heading-row { grid-template-columns: 1fr; gap: 26px; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid, .content-grid-3 { grid-template-columns: 1fr; }
  .work-card { min-height: 290px; }
  .journey-intro, .contact-aside { position: static; }
  .step-list { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .page-hero { min-height: 650px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 32px); --radius-lg: 26px; --radius-md: 19px; }
  body { font-size: 16px; }
  .section { padding: 78px 0; }
  .site-header { padding: 15px 0; }
  .brand-copy small { display: none; }
  .brand-monogram { width: 39px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 110px 32px 70px; background: rgba(8,8,6,.98); transform: translateY(-105%); transition: transform .45s var(--ease); }
  .site-nav.is-open { transform: none; }
  .site-nav a { font-family: Georgia, "Times New Roman", serif; font-size: 2.3rem; font-weight: 400; letter-spacing: -.03em; }
  .site-nav .nav-cta { margin-top: 14px; padding: 7px 20px 10px; }
  .hero { padding: 128px 0 72px; }
  .hero::before { inset: 10px; }
  .hero-grid { gap: 48px; }
  .hero-copy { padding: 22px 8px 0; }
  .hero-copy h1 { margin-bottom: 24px; font-size: clamp(3.55rem, 17vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-disciplines { font-size: .69rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 34px; }
  .portrait-wrap { width: 88%; padding: 0 8px 0 0; }
  .portrait-frame { height: 500px; min-height: 0; border-radius: 120px 120px 18px 18px; }
  .portrait-frame p { left: 24px; bottom: 22px; font-size: .9rem; }
  .section-heading h2, .journey-intro h2, .cta-frame h2 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .split-layout { gap: 36px; }
  .prose-large > p:first-child { font-size: 1.2rem; }
  .manifesto-line { align-items: flex-start; flex-direction: column; gap: 8px; }
  .manifesto-line i { width: 24px; flex: none; }
  .areas-grid, .content-grid-2 { grid-template-columns: 1fr; }
  .area-card { min-height: 245px; padding: 28px; }
  .area-card > span { margin-bottom: 34px; }
  .work-card { min-height: 270px; padding: 29px; }
  .journey-grid { gap: 58px; }
  .timeline li { grid-template-columns: 58px 1fr; gap: 14px; }
  .timeline li::before { left: 57px; }
  .timeline li > div { padding-left: 24px; }
  .cta-band { padding: 58px 0; }
  .cta-frame { padding: 40px 25px; }
  .cta-frame::after { font-size: 10rem; bottom: -38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .page-hero { min-height: 620px; padding: 148px 0 74px; }
  .page-hero::before { inset: 84px 10px 10px; }
  .page-intro { padding-inline: 10px; }
  .page-intro h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  .step-list { grid-template-columns: 1fr; }
  .step { min-height: 270px; }
  .event-card { min-height: 370px; padding: 28px; }
  .empty-agenda { grid-template-columns: 1fr; gap: 10px; }
  .contact-layout { gap: 44px; }
  .contact-form { grid-template-columns: 1fr; padding: 27px 22px; }
  .form-field.full, .contact-form .button, .form-note { grid-column: auto; }
}

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