:root { --ed-ink:#121119; --ed-paper:#f7f7f4; --ed-white:#fff; --ed-surface:#fff; --ed-surface-soft:#f0efff; --ed-line:#cbcbd2; --ed-muted:#666571; --ed-violet:#6655e8; --ed-violet-dark:#4f3fd0; --ed-lilac:#c8c0ff; --ed-blue:#4058d8; --ed-space-1:8px; --ed-space-2:12px; --ed-space-3:16px; --ed-space-4:24px; --ed-space-5:32px; --ed-space-6:48px; --ed-space-7:72px; --ed-radius-sm:12px; --ed-radius-md:18px; --ed-radius-lg:28px; --ed-shadow-sm:0 8px 24px rgba(27,22,74,.08); --ed-shadow-lg:0 24px 70px rgba(27,22,74,.14); --ed-sans:Arial,Helvetica,sans-serif; --ed-serif:Georgia,"Times New Roman",serif; --ed-ease:cubic-bezier(.22,.7,.2,1); }
.editorial-site,.editorial-site * { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:92px; }
body { min-width:320px; margin:0; }
.editorial-site { overflow:hidden; background:var(--ed-paper); color:var(--ed-ink); font-family:var(--ed-sans); }
.editorial-site main { padding-top:80px; }
.editorial-site a { color:inherit; text-decoration:none; }
.editorial-site button { font:inherit; }
.icon { width:1.25em; height:1.25em; display:inline-block; flex:0 0 auto; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.editorial-site a:focus-visible,.editorial-site button:focus-visible,.editorial-site summary:focus-visible { outline:3px solid var(--ed-lilac); outline-offset:3px; }
.editorial-site .skip-link { position:fixed; top:-80px; left:16px; z-index:200; padding:12px 16px; background:var(--ed-ink); color:#fff; }
.editorial-site .skip-link:focus { top:16px; }

.editorial-header { position:fixed; inset:0 0 auto; z-index:60; min-height:80px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 3vw; border-bottom:1px solid rgba(18,17,25,.16); background:rgba(247,247,244,.9); box-shadow:0 8px 30px rgba(18,17,25,.06); backdrop-filter:blur(18px); }
.editorial-brand { display:flex; align-items:baseline; gap:18px; }
.editorial-brand strong { font-size:1rem; letter-spacing:-.03em; }
.editorial-nav { display:flex; gap:4px; padding:4px; border:1px solid var(--ed-line); border-radius:999px; background:rgba(255,255,255,.74); }
.editorial-nav a { position:relative; padding:9px 13px; border-radius:999px; font-size:.76rem; font-weight:800; text-transform:uppercase; transition:background .22s ease,color .22s ease,transform .22s ease; }
.editorial-nav a:hover { background:var(--ed-ink); color:#fff; transform:translateY(-1px); }
.editorial-actions { justify-self:end; display:flex; align-items:center; gap:10px; }
.language-switch { display:flex; align-items:center; padding:3px; border:1px solid var(--ed-line); border-radius:999px; background:var(--ed-white); box-shadow:var(--ed-shadow-sm); }
.language-switch button { min-width:38px; min-height:34px; border:0; border-radius:999px; background:transparent; color:var(--ed-muted); font-size:.72rem; font-weight:900; cursor:pointer; transition:background .2s ease,color .2s ease,transform .2s ease; }
.language-switch button:hover { color:var(--ed-violet); }
.language-switch button.active { background:var(--ed-ink); color:#fff; box-shadow:0 3px 10px rgba(18,17,25,.18); }
.menu-button { display:none; width:42px; height:42px; border:1px solid var(--ed-ink); border-radius:50%; background:transparent; cursor:pointer; }
.menu-button span { display:block; width:16px; height:1px; margin:5px auto; background:var(--ed-ink); }

.editorial-hero { min-height:min(740px,calc(100vh - 80px)); display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); grid-template-rows:1fr auto; border-bottom:1px solid var(--ed-ink); background-image:linear-gradient(rgba(102,85,232,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(102,85,232,.055) 1px,transparent 1px); background-size:40px 40px; }
.hero-title { align-self:center; max-width:780px; padding:var(--ed-space-6) 4vw var(--ed-space-5); }
.hero-title>.availability { display:flex; align-items:center; gap:10px; margin:0 0 var(--ed-space-4); color:var(--ed-muted); font-size:.78rem; font-weight:800; text-transform:uppercase; }
.hero-title h1 { max-width:700px; margin:0; font-size:clamp(3rem,4.6vw,4.6rem); font-weight:800; line-height:.96; letter-spacing:-.055em; animation:ed-title-in .9s var(--ed-ease) both; }
.hero-profession { width:max-content; margin:var(--ed-space-3) 0 var(--ed-space-4); color:var(--ed-violet); font-family:var(--ed-serif); font-size:clamp(1.9rem,3vw,3rem); font-style:italic; line-height:1; }
.hero-description { max-width:600px; margin:0; color:var(--ed-muted); font-size:clamp(1rem,1.2vw,1.12rem); line-height:1.6; }
.availability i { width:9px; height:9px; border-radius:50%; background:#16a269; box-shadow:0 0 0 5px rgba(22,162,105,.12); animation:ed-pulse 2.2s ease-in-out infinite; }
.hero-actions { display:flex; flex-wrap:wrap; gap:var(--ed-space-2); margin-top:var(--ed-space-5); }
.hero-actions a { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:0 22px; border:1px solid var(--ed-ink); border-radius:999px; background:var(--ed-white); box-shadow:0 5px 0 var(--ed-ink); font-size:.8rem; font-weight:900; text-transform:uppercase; transition:transform .22s var(--ed-ease),box-shadow .22s var(--ed-ease),background .22s ease,color .22s ease; }
.hero-actions a { gap:var(--ed-space-1); }
.hero-actions a:first-child { background:var(--ed-ink); color:#fff; }
.hero-actions a:hover { transform:translateY(-3px); box-shadow:0 8px 0 var(--ed-violet-dark); background:var(--ed-violet); border-color:var(--ed-violet); color:#fff; }
.hero-actions a:active { transform:translateY(3px); box-shadow:0 2px 0 var(--ed-ink); }
.hero-portrait { grid-column:2; grid-row:1 / 3; position:relative; min-height:650px; margin:18px 18px 18px 0; overflow:hidden; border:1px solid rgba(18,17,25,.18); border-radius:var(--ed-radius-lg); background:linear-gradient(180deg,#dcd8ff,#bac9ff); box-shadow:var(--ed-shadow-lg); animation:ed-portrait-in 1s .12s var(--ed-ease) both; }
.hero-portrait::before { content:""; position:absolute; inset:5%; border:1px solid rgba(18,17,25,.3); border-radius:50% 50% 42% 42%; }
.hero-portrait img { width:100%; height:100%; position:absolute; inset:0; z-index:1; object-fit:cover; object-position:center; mix-blend-mode:multiply; }
.portrait-index { position:absolute; z-index:3; top:22px; left:22px; padding:8px 11px; border:1px solid var(--ed-ink); background:rgba(247,247,244,.8); font-size:.7rem; font-weight:900; }
.hero-portrait figcaption { position:absolute; z-index:3; left:22px; right:22px; bottom:22px; display:flex; justify-content:space-between; gap:20px; padding-top:13px; border-top:1px solid var(--ed-ink); font-size:.72rem; font-weight:900; text-transform:uppercase; }
.hero-portrait figcaption span { display:flex; align-items:center; justify-content:flex-end; gap:6px; text-align:right; }
.hero-index { grid-column:1; display:grid; grid-template-columns:repeat(4,1fr); gap:var(--ed-space-2); margin:0; padding:0 4vw var(--ed-space-4); list-style:none; }
.hero-index li { min-height:64px; display:flex; align-items:center; gap:var(--ed-space-2); padding:var(--ed-space-2); border:1px solid rgba(102,85,232,.18); border-radius:var(--ed-radius-sm); background:rgba(255,255,255,.7); font-size:.78rem; font-weight:800; }
.hero-index li svg { flex:0 0 auto; color:var(--ed-violet); }
.editorial-marquee { overflow:hidden; border-bottom:1px solid var(--ed-ink); background:var(--ed-lilac); }
.editorial-marquee div { width:max-content; padding:17px 0; font-family:var(--ed-serif); font-size:1.3rem; font-style:italic; white-space:nowrap; animation:ed-marquee 22s linear infinite; }
@keyframes ed-marquee { to { transform:translateX(-50%); } }
@keyframes ed-title-in { from { opacity:0; transform:translateY(26px); } to { opacity:1; transform:none; } }
@keyframes ed-portrait-in { from { opacity:0; transform:translateY(20px) scale(.975); } to { opacity:1; transform:none; } }
@keyframes ed-pulse { 50% { box-shadow:0 0 0 9px rgba(22,162,105,0); } }

.editorial-work,.editorial-approach,.editorial-physical { padding:64px 4vw; scroll-margin-top:80px; }
.chapter-heading { display:block; padding-bottom:var(--ed-space-5); border-bottom:1px solid var(--ed-ink); }
.chapter-kicker { display:flex; align-items:center; gap:var(--ed-space-2); margin-bottom:var(--ed-space-3); }
.section-icon { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--ed-line); border-radius:var(--ed-radius-sm); background:var(--ed-white); color:var(--ed-violet); box-shadow:var(--ed-shadow-sm); }
.section-icon svg { width:20px; height:20px; }
.chapter-heading p { margin:0; }
.chapter-kicker>p { color:var(--ed-violet); font-size:.76rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.chapter-heading h2 { max-width:820px; margin:0; font-size:clamp(2.5rem,4.3vw,4.4rem); line-height:.98; letter-spacing:-.055em; }
.chapter-heading>.chapter-intro { max-width:640px; margin-top:var(--ed-space-4); color:var(--ed-muted); font-size:1rem; line-height:1.6; }
.editorial-projects { display:flex; flex-direction:column; gap:var(--ed-space-4); padding-top:var(--ed-space-5); }
.editorial-project { display:grid; grid-template-columns:minmax(280px,.38fr) minmax(0,1fr); gap:var(--ed-space-5); align-items:start; padding:var(--ed-space-4); border:1px solid var(--ed-line); border-radius:var(--ed-radius-lg); background:var(--ed-surface); box-shadow:var(--ed-shadow-sm); transition:transform .35s var(--ed-ease),box-shadow .35s var(--ed-ease),border-color .35s ease; }
.editorial-project:hover { transform:translateY(-5px); border-color:rgba(102,85,232,.42); box-shadow:var(--ed-shadow-lg); }
.project-editorial-copy { display:flex; flex-direction:column; min-width:0; }
.project-editorial-head { align-self:start; }
.project-editorial-head>p { margin:0 0 10px; color:var(--ed-violet); font-size:.73rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.project-editorial-head h3 { margin:0; font-size:clamp(2.25rem,3.7vw,4rem); line-height:.92; letter-spacing:-.06em; }
.project-editorial-visual { --ed-viewport:540px; height:var(--ed-viewport); position:sticky; top:104px; overflow:hidden; border:1px solid var(--ed-line); border-radius:var(--ed-radius-md); background:#dedde4; box-shadow:0 12px 34px rgba(18,17,25,.1); }
.project-editorial-visual::after { content:""; position:absolute; inset:0; pointer-events:none; box-shadow:inset 0 0 0 1px rgba(18,17,25,.16); }
.project-editorial-visual img { width:100%; height:auto; min-height:100%; display:block; animation:ed-interface-pan 12s ease-in-out infinite alternate; }
.project-editorial-visual>span { position:absolute; z-index:2; right:16px; bottom:16px; padding:12px 16px; border:1px solid rgba(18,17,25,.15); border-radius:999px; background:rgba(255,255,255,.94); box-shadow:var(--ed-shadow-sm); font-size:.74rem; font-weight:900; text-transform:uppercase; transition:background .2s ease,color .2s ease,transform .2s ease; }
.project-editorial-visual>span { display:flex; align-items:center; gap:6px; }
.project-editorial-visual:hover>span { transform:translateY(-3px); background:var(--ed-violet); color:#fff; }
.project-editorial-visual:hover img { animation-play-state:paused; }
@keyframes ed-interface-pan { 0%,10% { transform:translateY(0); } 90%,100% { transform:translateY(calc(-100% + var(--ed-viewport))); } }
.project-editorial-story { display:grid; gap:var(--ed-space-2); margin-top:var(--ed-space-4); }
.project-editorial-story>div { padding:14px; border:1px solid #dedde7; border-radius:var(--ed-radius-sm); background:#fafaff; }
.project-editorial-story .story-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.project-editorial-story .story-pair { padding:0; border:0; background:transparent; }
.project-editorial-story .story-pair>div { padding:14px; border:1px solid #dedde7; border-radius:var(--ed-radius-sm); background:#fafaff; }
.project-editorial-story .story-pair>div+div { padding-left:14px; border-left:1px solid #dedde7; }
.project-editorial-story span { display:block; margin-bottom:7px; color:var(--ed-violet); font-size:.75rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.project-editorial-story p { margin:0; color:var(--ed-muted); font-size:.9rem; line-height:1.48; }
.project-editorial-story .project-question { color:var(--ed-ink); font-family:var(--ed-serif); font-size:clamp(1.2rem,1.65vw,1.5rem); line-height:1.25; }
.project-editorial-story>strong { width:max-content; padding:10px 13px; border-radius:999px; background:var(--ed-surface-soft); color:var(--ed-violet-dark); font-size:.92rem; }
.project-editorial-story ul { display:flex; flex-wrap:wrap; gap:6px; margin:0; padding:0; list-style:none; }
.project-editorial-story li { padding:6px 9px; border:1px solid var(--ed-line); font-size:.68rem; font-weight:800; }

.editorial-experience { padding:64px 4vw; scroll-margin-top:80px; background:var(--ed-ink); color:#fff; }
.chapter-heading.inverted .section-icon { border-color:rgba(255,255,255,.22); background:rgba(255,255,255,.08); color:var(--ed-lilac); box-shadow:none; }
.chapter-heading.inverted { border-color:rgba(255,255,255,.3); }
.chapter-heading.inverted .chapter-kicker>p { color:var(--ed-lilac); }
.current-role { display:grid; grid-template-columns:.45fr 1fr; gap:6vw; padding:var(--ed-space-6) 0; border-bottom:1px solid rgba(255,255,255,.25); }
.current-role aside>span { color:var(--ed-lilac); font-family:var(--ed-serif); font-size:1rem; }
.current-role aside h3 { margin:42px 0 10px; font-size:clamp(2rem,4vw,4rem); line-height:.92; letter-spacing:-.06em; }
.current-role aside p { margin:0; color:#aaa8b3; font-size:.9rem; }
.role-lead { max-width:900px; margin:0 0 var(--ed-space-5); font-family:var(--ed-serif); font-size:clamp(1.55rem,2.6vw,2.65rem); line-height:1.25; }
.role-focus { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.role-focus article { min-height:165px; padding:20px; border:1px solid rgba(255,255,255,.18); border-radius:var(--ed-radius-sm); background:rgba(255,255,255,.055); transition:background .25s ease,transform .25s var(--ed-ease); }
.role-focus article:hover { transform:translateY(-3px); background:rgba(255,255,255,.09); }
.role-focus article:nth-child(odd) { border-right:1px solid rgba(255,255,255,.18); }
.role-focus article>span { color:var(--ed-lilac); }
.role-focus h4 { margin:36px 0 9px; font-size:1rem; }
.role-focus p { margin:0; color:#aaa8b3; font-size:.9rem; line-height:1.6; }
.current-role details,.timeline-role details { margin-top:24px; }
.current-role summary,.timeline-role summary { width:max-content; padding:10px 14px; border:1px solid rgba(255,255,255,.28); border-radius:999px; background:rgba(255,255,255,.06); color:var(--ed-lilac); font-size:.75rem; font-weight:900; cursor:pointer; list-style:none; text-transform:uppercase; transition:background .2s ease,color .2s ease; }
.current-role summary::-webkit-details-marker,.timeline-role summary::-webkit-details-marker { display:none; }
.current-role summary:hover,.timeline-role summary:hover { background:var(--ed-lilac); color:var(--ed-ink); }
.current-role details[open] summary,.timeline-role details[open] summary { margin-bottom:18px; }
.current-role ul,.timeline-role ul { margin:0; padding:8px 0 0; border-top:1px solid rgba(255,255,255,.13); list-style:none; }
.current-role li,.timeline-role li { padding:12px 0; border-top:1px solid rgba(255,255,255,.13); color:#c8c6ce; font-size:.8rem; line-height:1.55; }
.current-role li:first-child,.timeline-role li:first-child { border-top:0; }
.evidence-group { padding-top:32px; }
.evidence-group>p { margin:0 0 14px; color:var(--ed-lilac); font-size:.72rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.metric-ribbon { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.metric-ribbon article { min-height:182px; display:flex; flex-direction:column; padding:20px; border:1px solid rgba(255,255,255,.18); border-radius:var(--ed-radius-sm); background:rgba(200,192,255,.07); }
.metric-ribbon strong { margin-top:18px; color:var(--ed-lilac); font-family:var(--ed-serif); font-size:clamp(2.5rem,4.6vw,4.8rem); font-weight:400; line-height:.95; }
.metric-ribbon span { color:#fff; font-size:.68rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.metric-ribbon article>p { max-width:220px; margin:auto 0 0; color:#aaa8b3; font-size:.76rem; line-height:1.45; }
.work-context { display:grid; grid-template-columns:1fr 1fr; gap:40px; padding:28px 0 58px; }
.work-context p { margin:0; color:#c1bfc8; font-size:.84rem; line-height:1.7; }
.work-context span { display:block; margin-bottom:8px; color:var(--ed-lilac); font-size:.68rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.career-timeline>p { margin:0 0 24px; color:var(--ed-lilac); font-size:.75rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.timeline-role { display:grid; grid-template-columns:minmax(230px,.65fr) 1fr; gap:var(--ed-space-5); margin-top:var(--ed-space-2); padding:var(--ed-space-4); border:1px solid rgba(255,255,255,.18); border-radius:var(--ed-radius-md); background:rgba(255,255,255,.04); }
.timeline-role p { margin:0; color:#aaa8b3; font-size:.9rem; line-height:1.6; }
.timeline-role h3 { margin:18px 0 8px; font-size:1.8rem; letter-spacing:-.045em; }
.timeline-role b { color:var(--ed-lilac); font-size:.75rem; }

.capability-list { display:grid; gap:14px; padding-top:32px; }
.capability-list article { min-width:0; min-height:132px; display:grid; grid-template-columns:44px minmax(220px,.55fr) minmax(0,1fr); gap:var(--ed-space-4); align-items:center; padding:var(--ed-space-4); border:1px solid var(--ed-line); border-radius:var(--ed-radius-md); background:var(--ed-white); box-shadow:var(--ed-shadow-sm); transition:transform .28s var(--ed-ease),border-color .28s ease; }
.capability-list article:hover { transform:translateX(6px); border-color:rgba(102,85,232,.5); }
.card-icon { width:44px; height:44px; display:grid; place-items:center; border-radius:var(--ed-radius-sm); background:var(--ed-surface-soft); color:var(--ed-violet); }
.card-icon svg { width:21px; height:21px; }
.capability-list h3 { margin:0; font-size:clamp(1.65rem,2.6vw,2.8rem); line-height:1.02; letter-spacing:-.045em; }
.capability-list p { min-width:0; max-width:650px; margin:0; color:var(--ed-muted); font-size:1rem; line-height:1.6; overflow-wrap:anywhere; }
.process-poster { margin-top:56px; overflow:hidden; padding:12px; border:1px solid rgba(102,85,232,.28); border-radius:var(--ed-radius-lg); background:linear-gradient(135deg,#e5e1ff,#cdd5ff); color:var(--ed-ink); box-shadow:var(--ed-shadow-lg); }
.process-poster>header { display:grid; grid-template-columns:.7fr 1.3fr; gap:32px; align-items:end; padding:28px; border-radius:18px; background:linear-gradient(135deg,var(--ed-violet-dark),var(--ed-violet)); color:#fff; }
.process-poster>header p { margin:0 0 12px; font-size:.74rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.process-poster>header div>span { width:max-content; display:flex; align-items:center; gap:8px; padding:8px 11px; border:1px solid rgba(255,255,255,.35); border-radius:999px; background:rgba(255,255,255,.1); color:#eeebff; font-size:.75rem; font-weight:800; }
.process-poster>header h3 { max-width:720px; margin:0; font-size:clamp(1.8rem,3vw,3rem); font-weight:700; line-height:1.02; letter-spacing:-.045em; }
.process-rail { position:relative; height:30px; margin:0 28px; }
.process-rail::before { content:""; position:absolute; top:14px; left:0; right:0; height:2px; border-radius:99px; background:rgba(79,63,208,.2); }
.process-rail i { position:absolute; top:9px; left:0; width:12px; height:12px; border:3px solid #fff; border-radius:50%; background:var(--ed-violet); box-shadow:0 0 0 5px rgba(102,85,232,.15); animation:ed-process-dot 6s var(--ed-ease) infinite; }
.process-flow { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.process-poster article { min-width:0; min-height:168px; padding:18px; border:1px solid rgba(79,63,208,.17); border-radius:16px; background:rgba(255,255,255,.86); box-shadow:0 8px 20px rgba(56,45,139,.08); animation:ed-step-focus 8s var(--ed-ease) infinite; transition:transform .25s var(--ed-ease),border-color .25s ease,box-shadow .25s ease; }
.process-poster article:nth-child(2) { animation-delay:2s; }
.process-poster article:nth-child(3) { animation-delay:4s; }
.process-poster article:nth-child(4) { animation-delay:6s; }
.process-poster article:hover { transform:translateY(-4px); border-color:rgba(102,85,232,.55); box-shadow:0 14px 28px rgba(56,45,139,.14); }
.process-poster article>div { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.process-poster article>div>span { width:38px; height:38px; display:grid; flex:0 0 auto; place-items:center; border-radius:11px; background:var(--ed-surface-soft); color:var(--ed-violet); }
.process-poster article>div>span svg { width:19px; height:19px; }
.process-poster article b { padding:6px 8px; border:1px solid rgba(102,85,232,.18); border-radius:999px; color:var(--ed-violet-dark); font-size:.75rem; letter-spacing:.06em; text-transform:uppercase; }
.process-poster h4 { margin:24px 0 8px; font-size:1.12rem; letter-spacing:-.035em; }
.process-poster article p { margin:0; color:var(--ed-muted); font-size:.78rem; line-height:1.4; }
@keyframes ed-process-dot { 0%,8% { left:0; } 92%,100% { left:calc(100% - 12px); } }
@keyframes ed-step-focus { 0%,22%,100% { background:rgba(255,255,255,.86); } 8%,14% { background:#fff; box-shadow:0 12px 28px rgba(79,63,208,.2); } }
.tool-ledger { margin-top:52px; }
.tool-ledger>p { margin:0 0 16px; color:var(--ed-violet); font-size:.74rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.tool-carousel { overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); }
.tool-track { width:max-content; display:flex; gap:10px; padding:8px 0 14px; animation:ed-tools-scroll 38s linear infinite; }
.tool-carousel:hover .tool-track { animation-play-state:paused; }
.tool-ledger figure { width:142px; min-height:76px; flex:0 0 auto; display:flex; align-items:center; gap:12px; margin:0; padding:12px; border:1px solid var(--ed-line); border-radius:var(--ed-radius-sm); background:var(--ed-white); box-shadow:var(--ed-shadow-sm); transition:transform .25s var(--ed-ease),border-color .25s ease; }
.tool-ledger figure:hover { transform:translateY(-5px); border-color:var(--ed-lilac); }
.tool-ledger img { width:28px; height:28px; flex:0 0 auto; object-fit:contain; transition:transform .35s var(--ed-ease); }
.tool-ledger figure:hover img { transform:scale(1.08) rotate(-3deg); }
.tool-ledger figcaption { color:var(--ed-muted); font-size:.7rem; font-weight:800; }
@keyframes ed-tools-scroll { to { transform:translateX(calc(-50% - 5px)); } }

.editorial-physical { background:#dcd7ff; }
.physical-lookbook { display:grid; grid-template-columns:1.2fr .8fr; gap:var(--ed-space-4); margin-top:var(--ed-space-6); }
.physical-lookbook a { display:block; min-width:0; padding:var(--ed-space-2); border:1px solid rgba(18,17,25,.14); border-radius:var(--ed-radius-md); background:rgba(255,255,255,.62); box-shadow:var(--ed-shadow-sm); transition:transform .3s var(--ed-ease),box-shadow .3s ease; }
.physical-lookbook a:hover { transform:translateY(-5px); box-shadow:var(--ed-shadow-lg); }
.physical-lookbook a:first-child { grid-row:span 2; }
.physical-lookbook a>div { height:260px; overflow:hidden; border-radius:var(--ed-radius-sm); background:#eee; }
.physical-lookbook a:first-child>div { height:580px; }
.physical-lookbook img { width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ed-ease); }
.physical-lookbook a:hover img { transform:scale(1.035); }
.physical-lookbook a>p { margin:15px 0 6px; color:var(--ed-blue); font-size:.7rem; font-weight:900; text-transform:uppercase; }
.physical-lookbook h3 { display:flex; align-items:center; gap:8px; margin:0 var(--ed-space-2) var(--ed-space-3) 0; font-size:clamp(1.5rem,2.5vw,2.6rem); letter-spacing:-.05em; overflow-wrap:anywhere; }
.behance-link { display:inline-flex; min-height:48px; align-items:center; gap:8px; margin:var(--ed-space-6) 0 0; padding:0 20px; border:1px solid var(--ed-ink); border-radius:999px; background:var(--ed-white); box-shadow:0 5px 0 var(--ed-ink); font-size:.78rem; font-weight:900; text-transform:uppercase; transition:transform .2s var(--ed-ease),box-shadow .2s ease,background .2s ease,color .2s ease; }
.behance-link:hover { transform:translateY(-3px); box-shadow:0 8px 0 var(--ed-violet-dark); background:var(--ed-violet); border-color:var(--ed-violet); color:#fff; }
.editorial-about { display:grid; grid-template-columns:190px 1.2fr .8fr; gap:4vw; align-items:start; padding:var(--ed-space-7) 4vw; border-top:1px solid var(--ed-ink); }
.editorial-about>span { display:flex; align-items:center; gap:8px; font-size:.8rem; font-weight:900; text-transform:uppercase; }
.editorial-about>span svg { color:var(--ed-violet); }
.editorial-about h2 { margin:0 0 28px; font-size:clamp(2.6rem,4.8vw,4.8rem); line-height:.95; letter-spacing:-.055em; }
.editorial-about div>p { max-width:730px; margin:0; color:var(--ed-muted); font-size:1.05rem; line-height:1.7; }
.editorial-about aside { padding:24px; border:1px solid var(--ed-line); border-radius:var(--ed-radius-md); background:var(--ed-white); box-shadow:var(--ed-shadow-sm); }
.editorial-about aside b { color:var(--ed-violet); font-size:.72rem; text-transform:uppercase; }
.editorial-about aside ul { display:grid; gap:10px; margin:18px 0 0; padding:0; list-style:none; }
.editorial-about aside li { display:flex; align-items:center; gap:12px; padding:10px 0; border-top:1px solid #e4e3e9; }
.editorial-about aside li:first-child { border-top:0; }
.editorial-about aside li>span { width:36px; height:36px; display:grid; flex:0 0 auto; place-items:center; border-radius:50%; background:var(--ed-surface-soft); font-size:1.15rem; }
.editorial-about aside strong,.editorial-about aside small { display:block; }
.editorial-about aside strong { font-size:.88rem; }
.editorial-about aside small { margin-top:2px; color:var(--ed-muted); font-size:.72rem; }
.editorial-contact { padding:var(--ed-space-7) 4vw var(--ed-space-5); background:var(--ed-violet); color:#fff; }
.editorial-contact>p { margin:0 0 20px; font-size:.78rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.editorial-contact>h2 { max-width:900px; margin:0 0 48px; font-size:clamp(3.2rem,6.5vw,6rem); line-height:.9; letter-spacing:-.06em; }
.contact-ledger { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.contact-ledger a { min-height:90px; display:grid; grid-template-columns:28px minmax(70px,.35fr) minmax(0,1fr) 22px; align-items:center; gap:var(--ed-space-3); padding:0 20px; border:1px solid rgba(255,255,255,.42); border-radius:var(--ed-radius-sm); background:rgba(255,255,255,.06); transition:transform .25s var(--ed-ease),background .25s ease,color .25s ease; }
.contact-ledger a>svg { width:20px; height:20px; }
.contact-ledger a:hover { transform:translateY(-4px); background:#fff; color:var(--ed-violet); }
.contact-ledger span { font-size:.72rem; font-weight:900; text-transform:uppercase; }
.contact-ledger b { font-size:1rem; }
.contact-ledger i { font-style:normal; font-size:1.3rem; }
.editorial-contact footer { display:grid; grid-template-columns:1fr 1fr auto; gap:20px; margin-top:64px; padding-top:20px; border-top:1px solid rgba(255,255,255,.5); font-size:.72rem; }
.editorial-contact footer button { padding:0; border:0; background:none; color:#fff; text-decoration:underline; cursor:pointer; }
.editorial-site .reveal { opacity:0; transform:translateY(30px); transition:opacity .75s var(--ed-ease),transform .75s var(--ed-ease); }
.editorial-site .reveal.is-visible { opacity:1; transform:none; }

@media (max-width:1050px) {
  .editorial-header { grid-template-columns:1fr auto; }
  .editorial-nav { position:fixed; top:80px; left:16px; right:16px; display:none; flex-direction:column; gap:4px; padding:12px; border:1px solid var(--ed-line); border-radius:var(--ed-radius-md); background:rgba(247,247,244,.98); box-shadow:var(--ed-shadow-lg); }
  .editorial-nav.open { display:flex; animation:ed-menu-in .22s var(--ed-ease) both; }
  .menu-button { display:block; }
  .editorial-hero { grid-template-columns:1.05fr .95fr; }
  .hero-title { grid-column:1; }
  .hero-title h1 { font-size:clamp(2.8rem,5.8vw,4.1rem); }
  .hero-portrait { grid-column:2; grid-row:1 / 3; min-height:620px; }
  .hero-index { grid-template-columns:1fr 1fr; }
  .editorial-project { grid-template-columns:minmax(230px,.36fr) 1fr; }
  .project-editorial-visual { --ed-viewport:480px; }
  .editorial-about { grid-template-columns:100px 1fr; }
  .editorial-about aside { grid-column:2; }
}

@media (max-width:720px) {
  .editorial-header { min-height:72px; padding:0 16px; }
  .editorial-site main { padding-top:72px; }
  .editorial-nav { top:72px; }
  .editorial-brand { flex-direction:column; gap:2px; }
  .editorial-brand span { font-size:.58rem; }
  .editorial-actions { gap:7px; }
  .language-switch button { min-width:34px; min-height:32px; }
  .editorial-hero { display:flex; flex-direction:column; min-height:auto; }
  .hero-title { padding:36px 20px 30px; }
  .hero-title h1 { font-size:clamp(2.55rem,11vw,3.25rem); }
  .hero-profession { margin:12px 0 20px; font-size:clamp(1.75rem,8vw,2.2rem); }
  .hero-description { font-size:1rem; }
  .hero-portrait { order:2; width:calc(100% - 32px); min-height:520px; margin:0 16px 24px; border:1px solid rgba(18,17,25,.18); }
  .hero-index { order:4; grid-template-columns:1fr 1fr; padding:0 20px 28px; }
  .hero-index li { min-height:92px; }
  .editorial-work,.editorial-approach,.editorial-physical,.editorial-experience { padding:52px 20px; }
  .chapter-heading { padding-bottom:28px; }
  .chapter-kicker { margin-bottom:14px; }
  .chapter-heading h2 { font-size:clamp(2.05rem,9.4vw,2.85rem); }
  .editorial-project { display:flex; flex-direction:column; gap:28px; padding:20px; }
  .project-editorial-copy { display:contents; }
  .project-editorial-visual { --ed-viewport:350px; height:350px; position:relative; top:auto; order:2; }
  .project-editorial-story { order:3; }
  .project-editorial-story .story-pair { grid-template-columns:1fr; gap:12px; }
  .project-editorial-story .story-pair>div+div { padding:14px; border:1px solid #dedde7; }
  .current-role { grid-template-columns:1fr; gap:42px; padding:58px 0; }
  .current-role aside h3 { margin-top:24px; }
  .role-focus { grid-template-columns:1fr; }
  .role-focus article,.role-focus article:nth-child(odd) { min-height:0; border:1px solid rgba(255,255,255,.18); }
  .metric-ribbon { grid-template-columns:1fr 1fr; }
  .metric-ribbon article { min-height:170px; }
  .work-context { grid-template-columns:1fr; gap:22px; }
  .timeline-role { grid-template-columns:1fr; gap:var(--ed-space-4); }
  .capability-list article { grid-template-columns:44px minmax(0,1fr); gap:var(--ed-space-3); padding:var(--ed-space-4); }
  .capability-list article p { grid-column:1 / -1; }
  .process-poster { margin-top:48px; }
  .process-poster>header { grid-template-columns:1fr; gap:20px; align-items:start; padding:22px; }
  .process-poster>header h3 { max-width:460px; font-size:clamp(1.65rem,7vw,2.15rem); }
  .process-rail { height:24px; margin:0 12px; }
  .process-rail::before { top:11px; }
  .process-rail i { top:6px; }
  .process-flow { grid-template-columns:1fr 1fr; gap:8px; }
  .process-poster article { min-height:154px; padding:14px; }
  .process-poster article>div { align-items:flex-start; flex-direction:column; }
  .process-poster article b { font-size:.75rem; }
  .process-poster h4 { margin:16px 0 7px; font-size:1rem; }
  .process-poster article p { font-size:.72rem; }
  .physical-lookbook { grid-template-columns:1fr; }
  .physical-lookbook a:first-child { grid-row:auto; }
  .physical-lookbook a>div,.physical-lookbook a:first-child>div { height:360px; }
  .editorial-about { grid-template-columns:1fr; gap:24px; padding:52px 20px; }
  .editorial-about>span,.editorial-about aside { grid-column:auto; }
  .editorial-about h2 { margin-bottom:20px; font-size:clamp(2.2rem,10vw,3rem); }
  .editorial-about aside { padding:20px; }
  .editorial-contact { padding:72px 20px 25px; }
  .editorial-contact>h2 { margin-bottom:48px; font-size:clamp(3rem,15vw,4.8rem); }
  .contact-ledger { grid-template-columns:1fr; }
  .contact-ledger a { grid-template-columns:24px minmax(70px,.4fr) minmax(0,1fr) 20px; gap:12px; }
  .contact-ledger b { overflow-wrap:anywhere; font-size:.82rem; }
  .editorial-contact footer { grid-template-columns:1fr; }
  .editorial-contact footer span:nth-child(2) { display:none; }
}

@media (max-width:420px) {
  .editorial-brand span { display:none; }
  .hero-portrait { min-height:460px; }
  .hero-index { grid-template-columns:1fr; }
  .metric-ribbon { grid-template-columns:1fr; }
  .metric-ribbon article { min-height:155px; border:1px solid rgba(255,255,255,.18); }
  .behance-link { width:100%; justify-content:center; }
}

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

@keyframes ed-menu-in { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:none; } }
