/* The About page uses the existing studio palette, wordmark and portrait. */
:root{--paper:#f8f5ee;--ink:#302b2a;--muted:#70675f;--red:#38232e;--line:#ded8ce;--serif:Didot,"Bodoni MT",Georgia,serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:155px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.8 var(--sans)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,p{margin:0}a:focus-visible,select:focus-visible{outline:3px solid #97734b;outline-offset:5px}.shell{width:min(1240px,calc(100% - 96px));margin:auto}.skip{position:fixed;top:-80px;left:20px;z-index:50;background:white;padding:12px}.skip:focus{top:10px}
header{position:sticky;top:0;z-index:20;background:#f8f5eef5;backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav{height:98px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand small{display:block;font:8px var(--sans);letter-spacing:3.1px;margin-top:7px}.nav-links{display:flex;align-items:center;gap:22px;font-size:14px;order:1}.nav-links>a{display:inline-flex;align-items:center;min-height:44px;white-space:nowrap}.nav-links a:hover,.nav-links [aria-current=page]{color:var(--red);text-decoration:underline;text-underline-offset:7px}.nav-cta{border-bottom:1px solid #8a6266}.language-picker{order:2}.language-picker select{font:13px var(--sans);color:var(--ink);border:0;background:transparent;min-height:44px;max-width:125px}.language-picker svg{display:none}
.about-hero{display:grid;grid-template-columns:1fr 1fr;margin-top:32px;background:#38232e;color:#f8f5ee}.about-heading{padding:clamp(28px,5vw,70px);align-self:center}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase}.about-heading h1{font:400 clamp(40px,4.7vw,70px)/1.12 var(--serif);letter-spacing:-.035em;margin:24px 0}.about-heading .lead{color:#e7d2c3;font:italic 26px/1.5 var(--serif)}.about-heading .byline{font-size:13px;margin-top:30px;max-width:340px;color:#e7d9d6}.about-hero img{width:100%;height:100%;max-height:630px;object-fit:cover;object-position:50% 25%}
.story-section{display:grid;grid-template-columns:250px minmax(0,740px);gap:70px;justify-content:space-between;padding:65px 0;border-bottom:1px solid var(--line)}.chapter-number{color:#8a6266;font:italic 22px var(--serif);display:block;margin-bottom:17px}.story-section h2{font:400 34px/1.2 var(--serif);letter-spacing:-.025em}.story-copy p{margin:0 0 23px}.story-copy p:last-child{margin-bottom:0}.app-links{padding:45px 0 65px}.app-links h2{font:400 31px var(--serif);margin-bottom:24px}.app-links ul{display:flex;flex-wrap:wrap;gap:12px 25px;padding:0;list-style:none}.app-links a{border-bottom:1px solid #bba4ab;padding:8px 0;display:block}footer{border-top:1px solid var(--line);padding:27px 0 35px}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:13px}.footer-note{font-size:12px;color:var(--muted);margin-top:20px}
@media(max-width:1200px){.nav{height:auto;min-height:132px;flex-wrap:wrap;gap:8px 20px;padding-block:15px 10px}.language-picker{order:1;margin-left:auto}.nav-links{order:2;flex-basis:100%;justify-content:space-between;gap:10px;flex-wrap:wrap}.story-section{grid-template-columns:220px minmax(0,1fr);gap:35px}}
@media(max-width:760px){.shell{width:calc(100% - 40px)}.nav-links{font-size:13px}.nav-cta{display:none!important}.about-hero{grid-template-columns:1fr}.about-hero img{max-height:540px}.about-heading{padding:34px 28px}.about-heading .lead{font-size:23px}.story-section{grid-template-columns:1fr;gap:28px;padding:40px 0}.story-section h2{font-size:32px}.chapter-number{margin-bottom:12px}.footer-links{gap:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
