:root {
  --ink: #292126;
  --ink-soft: #5d5157;
  --void: #171217;
  --cloud: #fbf9f6;
  --pearl: #f1ebe7;
  --blush: #e6d3cf;
  --rose: #b9877b;
  --gold: #a77f45;
  --line: rgba(57, 40, 48, .14);
  --line-light: rgba(255, 255, 255, .3);
  --max: 1280px;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Yu Mincho", serif;
  --sans: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cloud); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cloud); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: #9b756e; }
.visually-title { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.page-grain { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .035; background-image: repeating-radial-gradient(circle at 17% 32%, #312229 0, #312229 .45px, transparent .7px, transparent 3px); background-size: 5px 5px; mix-blend-mode: multiply; }

/* Navigation */
.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; display: flex; width: min(calc(100% - 40px), var(--max)); height: 68px; padding: 0 22px; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.15); box-shadow: 0 12px 40px rgba(68,43,53,.06); transform: translateX(-50%); backdrop-filter: blur(18px) saturate(1.25); transition: top .45s ease, width .45s ease, background .45s ease, box-shadow .45s ease; }
.site-header.is-scrolled { top: 10px; width: min(calc(100% - 24px), 1120px); background: rgba(252,249,246,.82); box-shadow: 0 16px 50px rgba(49,31,39,.12); }
.wordmark { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: -.045em; }
.wordmark-mark { position: relative; display: grid; width: 38px; height: 38px; place-items: center; overflow: hidden; border: 1px solid rgba(67,43,51,.35); border-radius: 50%; font: 700 10px/1 var(--sans); letter-spacing: -.08em; }
.wordmark-mark::before, .wordmark-mark::after, .wordmark-mark i { position: absolute; inset: 9px; border: 1px solid rgba(149,103,89,.65); border-radius: 50%; content: ''; transform: rotate(55deg) scaleX(.4); }
.wordmark-mark::after { transform: rotate(-55deg) scaleX(.4); }
.wordmark-mark i { transform: rotate(90deg) scaleX(.38); }
.wordmark-name { transform: translateY(-1px); }
.main-nav { display: flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.main-nav a { padding: 11px 14px; border-radius: 99px; transition: color .25s ease, background .25s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; background: rgba(45,32,39,.85); outline: none; }

/* Celestial hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; color: var(--ink); background: #e7d4cf; isolation: isolate; }
.hero-backdrop { position: absolute; z-index: -4; inset: -4%; background: url('assets/celestial-hero.webp') center center / cover no-repeat; transform: translate3d(0, var(--parallax-y, 0), 0) scale(1.045); transform-origin: center; will-change: transform; }
.hero-veil { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(255,251,247,.9) 0%, rgba(253,246,241,.68) 32%, rgba(255,255,255,.08) 61%), linear-gradient(180deg, rgba(246,231,226,.08) 48%, rgba(244,239,235,.88) 100%); }
.hero::after { position: absolute; z-index: -2; inset: 0; content: ''; background: radial-gradient(circle at 54% 15%, rgba(255,255,255,.75), transparent 28%), radial-gradient(circle at 78% 48%, transparent 0 22%, rgba(255,255,255,.13) 42%, transparent 62%); mix-blend-mode: screen; }
.light-column { position: absolute; z-index: -1; top: -20%; left: 34%; width: 30vw; height: 115vh; opacity: .42; background: linear-gradient(90deg, transparent, rgba(255,255,255,.85), transparent); filter: blur(55px); transform: translate3d(0, var(--parallax-y, 0), 0) rotate(3deg); }
.celestial-orbit { position: absolute; z-index: 0; border: 1px solid rgba(143,101,87,.22); border-radius: 50%; pointer-events: none; transform: translate3d(0, var(--parallax-y, 0), 0); }
.orbit-one { top: 21%; right: 12%; width: min(44vw, 640px); aspect-ratio: 1; box-shadow: 0 0 80px rgba(255,255,255,.26) inset; }
.orbit-two { top: 28%; right: 18%; width: min(30vw, 430px); aspect-ratio: 1; border-color: rgba(255,255,255,.36); transform: translate3d(0, var(--parallax-y, 0), 0) rotateX(65deg); }
.hero-grid { position: relative; z-index: 3; display: grid; width: min(calc(100% - 48px), var(--max)); min-height: 100svh; margin: 0 auto; padding: 150px 0 100px; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; gap: 80px; }
.hero-copy { max-width: 760px; }
.eyebrow { display: flex; margin: 0 0 28px; align-items: center; gap: 18px; color: rgba(54,37,45,.58); font: 700 9px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span + span::before { margin-right: 18px; content: '✦'; color: var(--rose); }
.hero h1 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .96; letter-spacing: -.065em; text-wrap: balance; }
.hero h1 span { display: block; font-size: clamp(40px, 5vw, 72px); }
.hero h1 em { display: block; margin-top: 8px; color: #4d353d; font-size: clamp(66px, 8.3vw, 124px); font-style: normal; text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 18px 45px rgba(121,80,91,.12); }
.hero-english { margin: 24px 0 0; color: rgba(72,49,59,.47); font: 700 9px/1 var(--sans); letter-spacing: .32em; }
.hero-lead { margin: 34px 0 0; color: rgba(45,31,38,.7); font-size: 14px; font-weight: 600; line-height: 2; letter-spacing: .02em; }
.hero-actions { display: flex; margin-top: 38px; gap: 12px; }
.button { position: relative; display: inline-flex; min-height: 54px; padding: 0 20px; align-items: center; justify-content: space-between; gap: 34px; overflow: hidden; border: 1px solid rgba(71,48,58,.22); border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .35s ease, border-color .35s ease, transform .35s ease, background .35s ease; }
.button::before { position: absolute; inset: 0; content: ''; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.55) 45%, transparent 70%); transform: translateX(-130%); transition: transform .7s ease; }
.button:hover::before { transform: translateX(130%); }
.button:hover { transform: translateY(-2px); }
.button-light { min-width: 210px; color: #fff; border-color: rgba(44,31,37,.75); background: rgba(42,30,36,.9); box-shadow: 0 14px 36px rgba(54,33,43,.18); }
.button-light:hover { background: #3c2932; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.28); backdrop-filter: blur(15px); }
.button-ghost:hover { border-color: rgba(71,48,58,.48); background: rgba(255,255,255,.6); }
.profile-card { position: relative; align-self: end; margin-bottom: 88px; padding: 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 140px 140px 26px 26px; background: rgba(255,255,255,.25); box-shadow: 0 30px 80px rgba(104,70,83,.15), 0 1px 0 rgba(255,255,255,.7) inset; backdrop-filter: blur(22px) saturate(1.2); }
.profile-image-wrap { position: relative; z-index: 2; overflow: hidden; border-radius: 50%; box-shadow: 0 0 0 1px rgba(106,74,85,.15), 0 18px 38px rgba(105,69,82,.14); }
.profile-image-wrap img { aspect-ratio: 1; width: 100%; object-fit: cover; }
.profile-card-copy { display: grid; min-height: 88px; padding: 8px 12px 0; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.profile-card-copy strong, .profile-card-copy span { display: block; }
.profile-card-copy strong { font-family: var(--serif); font-size: 16px; }
.profile-card-copy div span { margin-top: 5px; color: rgba(55,37,45,.47); font-size: 7px; font-weight: 700; letter-spacing: .12em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #b59057; box-shadow: 0 0 0 5px rgba(181,144,87,.12), 0 0 18px #d9b97f; }
.profile-arrow { display: grid !important; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(73,48,58,.18); border-radius: 50%; font-size: 14px; }
.card-halo { position: absolute; z-index: 1; top: 18%; left: 50%; width: 115%; aspect-ratio: 1; transform: translateX(-50%); pointer-events: none; }
.card-halo i { position: absolute; inset: 0; border: 1px solid rgba(168,119,99,.3); border-radius: 50%; animation: halo-spin 18s linear infinite; }
.card-halo i:nth-child(2) { transform: rotate(70deg) scaleX(.42); animation-direction: reverse; animation-duration: 13s; }
@keyframes halo-spin { to { rotate: 360deg; } }
.hero-coordinates { position: absolute; z-index: 4; right: 32px; bottom: 26px; display: flex; gap: 24px; color: rgba(64,43,51,.42); font: 700 8px/1 var(--sans); letter-spacing: .16em; }
.scroll-cue { position: absolute; z-index: 4; bottom: 20px; left: 50%; display: flex; align-items: center; gap: 18px; color: rgba(64,43,51,.5); transform: translateX(-50%); font: 700 8px/1 var(--sans); letter-spacing: .2em; }
.scroll-cue i { position: relative; display: block; width: 1px; height: 48px; overflow: hidden; background: rgba(74,50,60,.18); }
.scroll-cue b { position: absolute; top: -50%; left: 0; width: 1px; height: 50%; background: #7f5967; animation: scroll-line 2.2s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: translateY(0); } 80%, 100% { transform: translateY(300%); } }

/* Motion */
.motion-ready [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity 1.1s cubic-bezier(.2,.8,.2,1), transform 1.1s cubic-bezier(.2,.8,.2,1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Home sections */
.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-number { margin: 0; color: rgba(54,38,46,.5); font: 800 9px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.manifesto { position: relative; display: grid; min-height: 100svh; overflow: hidden; place-items: center; color: #f8f2ef; background: var(--void); isolation: isolate; }
.manifesto::before { position: absolute; z-index: -2; inset: 0; content: ''; background: radial-gradient(circle at 50% 50%, rgba(190,132,113,.2), transparent 30%), linear-gradient(180deg, #20181f, #100d11); }
.manifesto::after { position: absolute; z-index: -1; inset: 0; content: ''; background: linear-gradient(120deg, transparent 25%, rgba(255,255,255,.03) 45%, transparent 65%); }
.manifesto-orb { position: absolute; top: 50%; left: 50%; width: min(62vw, 780px); aspect-ratio: 1; border: 1px solid rgba(233,205,191,.18); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 140px rgba(193,128,108,.11), 0 0 80px rgba(255,255,255,.05) inset; }
.manifesto-orb::before, .manifesto-orb::after, .manifesto-orb i { position: absolute; inset: 13%; border: 1px solid rgba(233,205,191,.14); border-radius: 50%; content: ''; transform: rotate(45deg) scaleX(.35); }
.manifesto-orb::after { transform: rotate(-45deg) scaleX(.35); }
.manifesto-orb i { inset: 31%; background: radial-gradient(circle, rgba(255,255,255,.78), rgba(206,151,131,.25) 18%, transparent 65%); filter: blur(1px); transform: none; box-shadow: 0 0 70px rgba(255,243,234,.28); }
.manifesto-inner { position: relative; z-index: 2; text-align: center; }
.manifesto .section-number { color: rgba(255,255,255,.38); }
.manifesto-copy { margin: 46px 0 32px; font: 500 clamp(48px, 7.3vw, 112px)/1.08 var(--serif); letter-spacing: -.065em; }
.manifesto-copy em { color: #d4a796; font-style: normal; }
.manifesto-note { margin: 0; color: rgba(255,255,255,.35); font: 600 9px/1 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.intro { padding: 170px 0 190px; }
.intro-copy { display: grid; margin-top: 74px; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 110px; align-items: start; }
.intro h2 { margin: 0; font: 500 clamp(50px, 6.2vw, 88px)/1.1 var(--serif); letter-spacing: -.065em; }
.intro h2 em { display: block; margin-top: 18px; color: var(--rose); font-size: .38em; font-style: normal; letter-spacing: .04em; }
.intro-copy > div { padding-top: 22px; border-top: 1px solid var(--line); }
.intro-copy div p { margin: 0 0 26px; color: var(--ink-soft); font-size: 14px; font-weight: 600; line-height: 2.15; }
.inline-link { display: inline-flex; margin-top: 14px; padding: 12px 0; border-bottom: 1px solid rgba(54,36,44,.34); gap: 30px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-heading { display: flex; margin-bottom: 64px; align-items: end; justify-content: space-between; }
.section-heading h2 { margin: 18px 0 0; font: 500 clamp(58px, 7vw, 104px)/.9 var(--serif); letter-spacing: -.065em; }
.section-heading > p { max-width: 350px; margin: 0; color: var(--ink-soft); font-size: 13px; font-weight: 600; line-height: 1.9; }
.projects { padding-bottom: 180px; perspective: 1400px; }
.project-list { display: grid; gap: 16px; }
.project-row { position: relative; display: grid; min-height: 168px; padding: 0 36px; overflow: hidden; border: 1px solid rgba(85,59,70,.12); border-radius: 26px; background: linear-gradient(115deg, rgba(255,255,255,.7), rgba(236,224,220,.45)); box-shadow: 0 20px 50px rgba(73,48,59,.045), 0 1px 0 rgba(255,255,255,.8) inset; grid-template-columns: 58px 1.05fr 1fr 48px; align-items: center; gap: 34px; transform: rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .18s ease, border-color .4s ease, box-shadow .4s ease; }
.project-row::before { position: absolute; inset: 0; content: ''; opacity: 0; background: radial-gradient(400px circle at var(--pointer-x,50%) var(--pointer-y,50%), rgba(215,170,152,.3), transparent 55%); transition: opacity .4s ease; }
.project-row:hover { border-color: rgba(149,102,88,.25); box-shadow: 0 28px 70px rgba(73,48,59,.1), 0 1px 0 rgba(255,255,255,.9) inset; }
.project-row:hover::before { opacity: 1; }
.project-row > * { position: relative; z-index: 1; }
.project-index { color: rgba(57,39,47,.36); font: 700 10px/1 var(--sans); }
.project-title-wrap small, .project-title-wrap strong { display: block; }
.project-title-wrap small { margin-bottom: 10px; color: rgba(57,39,47,.43); font: 800 8px/1 var(--sans); letter-spacing: .18em; }
.project-title-wrap strong { font: 500 clamp(28px, 3.1vw, 46px)/1 var(--serif); letter-spacing: -.05em; }
.project-description { color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.85; }
.project-link { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(70,46,56,.16); border-radius: 50%; transition: color .3s ease, background .3s ease, transform .3s ease; }
.project-row:hover .project-link { color: #fff; background: var(--ink); transform: rotate(45deg); }
.notes { padding-bottom: 190px; perspective: 1200px; }
.note-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px; }
.note-card { position: relative; display: flex; min-height: 470px; padding: 38px; overflow: hidden; flex-direction: column; border: 1px solid rgba(85,59,70,.12); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.74), rgba(230,211,206,.4)); box-shadow: 0 24px 60px rgba(70,44,56,.06); transform: rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .18s ease, box-shadow .4s ease; }
.note-card::before { position: absolute; inset: 0; content: ''; opacity: .6; background: radial-gradient(430px circle at var(--pointer-x,50%) var(--pointer-y,50%), rgba(255,255,255,.8), transparent 58%); }
.note-card > * { position: relative; z-index: 1; }
.note-card:hover { box-shadow: 0 32px 80px rgba(70,44,56,.12); }
.note-card-featured { color: #fff; background: linear-gradient(155deg, #3e2f37, #191318); }
.note-card-featured::before { background: radial-gradient(430px circle at var(--pointer-x,50%) var(--pointer-y,50%), rgba(215,157,139,.22), transparent 58%); }
.note-meta { color: inherit; font: 800 8px/1 var(--sans); letter-spacing: .18em; opacity: .48; }
.note-card h3 { margin: 96px 0 25px; font: 500 clamp(28px, 3vw, 43px)/1.24 var(--serif); letter-spacing: -.045em; }
.note-card p { margin: 0; color: inherit; font-size: 12px; font-weight: 600; line-height: 1.95; opacity: .62; }
.read-more { margin-top: auto; font: 800 9px/1 var(--sans); letter-spacing: .14em; }
.contact-band { position: relative; overflow: hidden; padding: 150px 0; color: #fff; background: var(--void); }
.contact-band::before { position: absolute; top: -160%; right: -5%; width: 880px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ''; box-shadow: 0 0 140px rgba(190,128,108,.14) inset, 0 0 100px rgba(190,128,108,.08); }
.contact-band-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 2.3fr auto; align-items: end; gap: 60px; }
.contact-band p { align-self: start; margin: 12px 0 0; color: rgba(255,255,255,.38); font: 800 8px/1 var(--sans); letter-spacing: .2em; }
.contact-band h2 { margin: 0; font: 500 clamp(46px, 5.5vw, 78px)/1.12 var(--serif); letter-spacing: -.06em; }
.contact-band .button-light { border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.contact-band .button-light:hover { background: rgba(255,255,255,.18); }
.site-footer { display: grid; min-height: 150px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); color: rgba(255,255,255,.62); background: var(--void); border-top: 1px solid rgba(255,255,255,.1); grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; }
.site-footer strong { color: #fff; font: 500 23px/1 var(--serif); letter-spacing: -.045em; }
.site-footer span { font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.site-footer nav { display: flex; gap: 24px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer nav a:hover { color: #fff; }

/* Interior pages */
.inner-page { background: var(--cloud); }
.page-hero { position: relative; display: flex; min-height: 74svh; overflow: hidden; padding: 160px 0 90px; align-items: end; background: #e8d5d0; isolation: isolate; }
.page-hero::before { position: absolute; z-index: -3; inset: -5%; content: ''; background: url('assets/celestial-hero.webp') center / cover no-repeat; transform: scale(1.04); }
.page-hero::after { position: absolute; z-index: -2; inset: 0; content: ''; background: linear-gradient(90deg, rgba(255,251,248,.88), rgba(255,248,244,.55) 50%, rgba(245,225,219,.18)), linear-gradient(180deg, transparent 50%, rgba(250,247,244,.72)); }
.page-hero-inner { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.breadcrumb { display: flex; margin-bottom: 70px; gap: 10px; color: rgba(54,37,45,.45); font: 700 8px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.breadcrumb a:hover { color: var(--ink); }
.page-kicker { margin: 0 0 22px; color: #956a5d; font: 800 9px/1 var(--sans); letter-spacing: .2em; }
.page-hero h1 { max-width: 1050px; margin: 0; font: 500 clamp(64px, 9vw, 132px)/.88 var(--serif); letter-spacing: -.07em; }
.page-hero h1.outline { color: transparent; -webkit-text-stroke: 1.2px var(--ink); }
.page-lead { max-width: 720px; margin: 36px 0 0; color: rgba(48,33,40,.68); font-size: 14px; font-weight: 600; line-height: 2; }
.article-header-meta { display: flex; margin-top: 42px; gap: 22px; color: rgba(47,32,39,.4); font: 700 8px/1 var(--sans); letter-spacing: .13em; }
.page-main { padding: 120px 0 160px; }
.content-shell { width: min(calc(100% - 48px), 1040px); margin: 0 auto; }
.wide-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.content-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 100px; }
.content-aside { position: sticky; top: 110px; align-self: start; }
.content-aside p { margin: 0 0 16px; color: #8c7a81; font: 800 8px/1 var(--sans); letter-spacing: .17em; }
.content-aside nav { display: grid; border-top: 1px solid var(--line); }
.content-aside nav a { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 90px 0 28px; font: 500 clamp(35px, 4.4vw, 56px)/1.2 var(--serif); letter-spacing: -.055em; }
.prose h3 { margin: 52px 0 18px; font: 500 27px/1.4 var(--serif); }
.prose p { margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; font-weight: 600; line-height: 2.18; }
.prose a { border-bottom: 1px solid rgba(67,44,54,.4); }
.prose-intro { padding-bottom: 60px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font: 500 clamp(23px, 2.8vw, 32px)/1.75 var(--serif) !important; }
.legal-meta { margin-bottom: 60px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #8a7980; font-size: 11px; font-weight: 700; }
.profile-intro-grid { display: grid; margin-bottom: 120px; grid-template-columns: 380px minmax(0, 1fr); align-items: center; gap: 100px; }
.profile-portrait { position: relative; margin: 0; padding: 18px; border: 1px solid var(--line); border-radius: 50% 50% 28px 28px; background: rgba(255,255,255,.58); box-shadow: 0 35px 90px rgba(80,52,64,.09); }
.profile-portrait::before { position: absolute; inset: -30px; border: 1px solid rgba(164,119,102,.18); border-radius: 50%; content: ''; transform: rotate(45deg) scaleX(.43); }
.profile-portrait img { position: relative; z-index: 1; aspect-ratio: 1; width: 100%; border-radius: 50%; object-fit: cover; }
.profile-intro-copy h2 { margin: 20px 0 28px; font: 500 clamp(44px, 5.2vw, 72px)/1.04 var(--serif); letter-spacing: -.065em; }
.profile-intro-copy p { color: var(--ink-soft); font-size: 14px; font-weight: 600; line-height: 2.1; }
.role-grid, .fact-strip { display: grid; margin: 64px 0 120px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.45); }
.role-card, .fact-item { min-height: 290px; padding: 38px 32px; border-left: 1px solid var(--line); }
.role-card:first-child, .fact-item:first-child { border-left: 0; }
.role-card span, .fact-item small { color: #8b777e; font: 800 8px/1 var(--sans); letter-spacing: .16em; }
.role-card h3 { margin: 58px 0 20px; font: 500 31px/1.2 var(--serif); letter-spacing: -.04em; }
.role-card p { margin: 0; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.95; }
.social-list { display: grid; gap: 10px; }
.social-list a { display: grid; min-height: 82px; padding: 0 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.4); grid-template-columns: 180px 1fr auto; align-items: center; gap: 30px; transition: background .3s ease, transform .3s ease; }
.social-list a:hover { background: #fff; transform: translateX(7px); }
.social-list strong { font: 500 20px/1 var(--serif); }
.social-list span { color: var(--ink-soft); font-size: 11px; font-weight: 600; }
.project-detail-list { display: grid; gap: 22px; }
.project-detail { display: grid; min-height: 350px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.7), rgba(234,218,213,.4)); box-shadow: 0 24px 70px rgba(68,43,54,.055); grid-template-columns: 100px 1fr 1fr; }
.project-detail-no { display: flex; padding: 34px; align-items: flex-start; justify-content: center; border-right: 1px solid var(--line); color: #907d84; font: 800 9px/1 var(--sans); }
.project-detail-title { display: flex; padding: 46px; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.project-detail-title small { color: #8b777e; font: 800 8px/1 var(--sans); letter-spacing: .17em; }
.project-detail-title h2 { margin: 28px 0; font: 500 clamp(38px, 4.5vw, 62px)/.94 var(--serif); letter-spacing: -.06em; }
.project-detail-title a { align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid rgba(65,43,52,.35); font: 800 9px/1 var(--sans); letter-spacing: .12em; }
.project-detail-copy { padding: 46px; }
.project-detail-copy p { margin: 0 0 24px; color: var(--ink-soft); font-size: 13px; font-weight: 600; line-height: 2; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: 8px 10px; border: 1px solid var(--line); border-radius: 99px; font: 700 8px/1 var(--sans); letter-spacing: .07em; }
.notice-box { margin-top: 70px; padding: 36px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.42); }
.notice-box h2 { margin: 0 0 18px; font: 500 26px/1.2 var(--serif); }
.notice-box p { margin: 0; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 2; }
.article-body { width: min(calc(100% - 48px), 800px); margin: 0 auto; }
.article-body .lead { margin: 0 0 82px; padding-bottom: 66px; border-bottom: 1px solid var(--line); color: var(--ink); font: 500 clamp(24px, 3.2vw, 34px)/1.78 var(--serif); letter-spacing: -.025em; }
.number-heading { display: grid; margin-top: 96px; grid-template-columns: 56px 1fr; gap: 18px; }
.number-heading span { padding-top: 12px; color: #9d878d; font: 800 9px/1 var(--sans); }
.number-heading h2 { margin: 0 0 28px; font: 500 clamp(34px, 4.4vw, 52px)/1.26 var(--serif); letter-spacing: -.055em; }
.article-body > p, .number-heading + p, .article-body section > p { margin: 0 0 25px; color: var(--ink-soft); font-size: 14px; font-weight: 600; line-height: 2.25; }
.quote-block { position: relative; margin: 78px 0; padding: 58px; overflow: hidden; border-radius: 28px; color: #fff; background: var(--void); }
.quote-block::after { position: absolute; top: -110px; right: -100px; width: 320px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ''; box-shadow: 0 0 70px rgba(189,130,111,.18); }
.quote-block p { position: relative; z-index: 1; margin: 0; color: inherit; font: 500 clamp(25px, 3.2vw, 38px)/1.6 var(--serif); letter-spacing: -.035em; }
.quote-block small { position: relative; z-index: 1; display: block; margin-top: 30px; color: rgba(255,255,255,.42); font: 700 8px/1 var(--sans); letter-spacing: .16em; }
.article-next { display: flex; margin-top: 110px; padding: 44px; border-radius: 24px; color: #fff; background: var(--void); align-items: center; justify-content: space-between; gap: 30px; }
.article-next small, .article-next strong { display: block; }
.article-next small { margin-bottom: 14px; color: rgba(255,255,255,.45); font: 800 8px/1 var(--sans); letter-spacing: .16em; }
.article-next strong { font: 500 27px/1.3 var(--serif); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card { display: flex; min-height: 350px; padding: 44px; flex-direction: column; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.72), rgba(233,216,212,.35)); box-shadow: 0 24px 60px rgba(68,43,54,.045); }
.contact-card small { color: #8c777f; font: 800 8px/1 var(--sans); letter-spacing: .16em; }
.contact-card h2 { margin: 68px 0 22px; font: 500 42px/1 var(--serif); letter-spacing: -.055em; }
.contact-card p { margin: 0; color: var(--ink-soft); font-size: 12px; font-weight: 600; line-height: 1.95; }
.contact-card a { margin-top: auto; align-self: flex-start; padding-bottom: 6px; border-bottom: 1px solid rgba(65,43,52,.35); font: 800 9px/1 var(--sans); letter-spacing: .12em; }

@media (max-width: 930px) {
  .hero-grid { grid-template-columns: minmax(0,1fr) 190px; gap: 38px; }
  .profile-card { margin-bottom: 110px; }
  .intro-copy { grid-template-columns: 1fr; gap: 60px; }
  .project-row { grid-template-columns: 42px 1fr 42px; }
  .project-description { display: none; }
  .note-grid { grid-template-columns: 1fr 1fr; }
  .note-card:nth-child(3) { grid-column: 1 / -1; min-height: 360px; }
  .contact-band-inner { grid-template-columns: 1fr auto; }
  .contact-band-inner > p { display: none; }
  .content-grid { grid-template-columns: 1fr; gap: 60px; }
  .content-aside { position: static; }
  .profile-intro-grid { grid-template-columns: 280px 1fr; gap: 54px; }
  .project-detail { grid-template-columns: 74px 1fr; }
  .project-detail-copy { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 58px; padding: 0 14px; }
  .wordmark-mark { width: 32px; height: 32px; }
  .wordmark { font-size: 16px; }
  .main-nav { gap: 0; }
  .main-nav a { display: none; }
  .main-nav a:last-child { display: block; padding: 10px 12px; color: #fff; background: rgba(45,32,39,.86); }
  .hero-backdrop { inset: -2%; background-position: 63% center; }
  .hero-veil { background: linear-gradient(180deg, rgba(255,249,245,.2), rgba(255,249,245,.64) 52%, rgba(249,242,238,.96) 88%); }
  .hero-grid, .section-shell, .page-hero-inner, .content-shell, .wide-shell, .article-body { width: calc(100% - 32px); }
  .hero-grid { display: block; min-height: 100svh; padding: 126px 0 96px; }
  .eyebrow { gap: 10px; }
  .eyebrow span + span::before { margin-right: 10px; }
  .hero h1 span { font-size: 36px; }
  .hero h1 em { font-size: clamp(55px, 18vw, 78px); line-height: .98; }
  .hero-english { font-size: 7px; letter-spacing: .2em; }
  .hero-lead { margin-top: 25px; font-size: 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 50px; }
  .profile-card, .hero-coordinates, .celestial-orbit { display: none; }
  .scroll-cue { left: 16px; transform: none; }
  .manifesto-copy { font-size: 50px; }
  .manifesto-orb { width: 120vw; }
  .intro { padding: 110px 0 130px; }
  .intro-copy { margin-top: 48px; gap: 40px; }
  .intro h2 { font-size: 48px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 26px; }
  .section-heading h2 { font-size: 64px; }
  .projects, .notes { padding-bottom: 130px; }
  .project-row { min-height: 134px; padding: 0 18px; border-radius: 20px; grid-template-columns: 28px 1fr 38px; gap: 12px; }
  .project-title-wrap strong { font-size: 27px; }
  .note-grid { display: block; }
  .note-card { min-height: 360px; margin-bottom: 14px; padding: 30px 25px; border-radius: 24px; }
  .note-card h3 { margin-top: 62px; }
  .contact-band { padding: 105px 0; }
  .contact-band-inner { display: block; }
  .contact-band h2 { margin-bottom: 42px; font-size: 49px; }
  .site-footer { min-height: 130px; padding: 0 16px; grid-template-columns: 1fr auto; gap: 18px; }
  .site-footer nav { display: none; }
  .page-hero { min-height: 72svh; padding: 130px 0 70px; }
  .page-hero::before { background-position: 64% center; }
  .breadcrumb { margin-bottom: 52px; }
  .page-hero h1 { font-size: 58px; }
  .page-lead { font-size: 12px; }
  .article-header-meta { flex-wrap: wrap; }
  .page-main { padding: 86px 0 110px; }
  .profile-intro-grid { grid-template-columns: 1fr; gap: 44px; }
  .profile-portrait { max-width: 260px; }
  .role-grid, .fact-strip { display: block; border-radius: 22px; }
  .role-card, .fact-item { min-height: 0; border-top: 1px solid var(--line); border-left: 0; }
  .role-card:first-child, .fact-item:first-child { border-top: 0; }
  .social-list a { grid-template-columns: 1fr auto; }
  .social-list a span { display: none; }
  .project-detail { display: block; border-radius: 24px; }
  .project-detail-no { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .project-detail-title { min-height: 260px; padding: 34px 28px; border-right: 0; }
  .project-detail-copy { padding: 34px 28px; }
  .number-heading { grid-template-columns: 34px 1fr; gap: 8px; }
  .quote-block { padding: 38px 28px; border-radius: 22px; }
  .article-next { padding: 32px 25px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 320px; padding: 36px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
}
