:root{--background:#f7f5f1;--surface:#ffffffb8;--surface-strong:#ffffffe6;--surface-muted:#efeae3;--text-primary:#1e1e1b;--text-secondary:#5e5a54;--accent:#8e3b2f;--accent-hover:#6f2d24;--border:#d9d2c7;--border-strong:#c7beb2;--container:min(1180px, calc(100vw - 3rem));--header-height:84px;--shadow-soft:0 18px 40px #1e1e1b0f;--shadow-card:0 22px 48px #1e1e1b14;--transition:.32s cubic-bezier(.32, .72, 0, 1);--font-body:"Inter", "Helvetica Neue", Arial, sans-serif;--type-label:.69rem;--type-ui:.92rem;--type-body:1rem;--type-body-lead:clamp(1.05rem, 1.15vw, 1.16rem);--type-title-sm:clamp(1.24rem, 1.55vw, 1.5rem);--type-title-md:clamp(1.72rem, 2.6vw, 2.45rem);--type-title-lg:clamp(2.25rem, 4vw, 4.1rem);--type-display:clamp(3.1rem, 6.4vw, 5.9rem);--measure-tight:34ch;--measure:58ch;--measure-wide:64ch}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--background);scroll-behavior:smooth;min-height:100%;scroll-padding-top:calc(var(--header-height) + 1rem)}body{background:var(--background);min-height:100%;color:var(--text-secondary);font-family:var(--font-body);font-optical-sizing:auto;font-synthesis-weight:none;font-feature-settings:"ss01" 1;letter-spacing:-.012em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:430;line-height:1.72}::selection{color:var(--text-primary);background:#8e3b2f29}a{color:inherit;transition:color var(--transition), opacity var(--transition), transform var(--transition), border-color var(--transition), background-color var(--transition);text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}button{color:inherit}input,textarea{border:1px solid var(--border);width:100%;color:var(--text-primary);transition:border-color var(--transition), background-color var(--transition), box-shadow var(--transition);background:#ffffffb3;border-radius:.9rem;padding:.95rem 1rem}input::placeholder,textarea::placeholder{color:#5e5a54b3}input:hover,textarea:hover{border-color:var(--border-strong)}input:focus,textarea:focus{background:#ffffffe0;border-color:#8e3b2f73;outline:none;box-shadow:0 0 0 4px #8e3b2f14}textarea{resize:vertical}:focus-visible{outline-offset:3px;outline:2px solid #8e3b2f59}.skip-link{z-index:100;background:var(--text-primary);color:var(--background);transition:top var(--transition);border-radius:999px;padding:.75rem 1rem;position:absolute;top:-4rem;left:1rem}.skip-link:focus{top:1rem}.site-shell{flex-direction:column;min-height:100svh;display:flex}.container{width:var(--container);margin:0 auto}.site-header{z-index:40;background:var(--background);transition:box-shadow .32s cubic-bezier(.32, .72, 0, 1), background-color var(--transition);position:sticky;top:0}.site-header--scrolled{box-shadow:0 1px #1e1e1b0a,0 14px 28px -18px #1e1e1b38}.site-header--open{background:var(--background)}.site-header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.brand-logo{align-items:center;max-width:250px;display:inline-flex}.brand-logo img{filter:brightness(0)saturate();opacity:.96;width:100%;height:auto;transition:opacity var(--transition), transform var(--transition)}.brand-logo:hover img{opacity:1}.menu-toggle{border:1px solid var(--border);width:46px;height:46px;color:var(--text-primary);cursor:pointer;background:#efeae3c2;border-radius:999px;padding:0;display:none;position:relative}.menu-toggle__bar{width:18px;height:1.5px;transition:top var(--transition), transform var(--transition), opacity .18s ease;background:currentColor;position:absolute;left:50%;transform:translate(-50%)}.menu-toggle__bar:first-child{top:15px}.menu-toggle__bar:nth-child(2){top:22px}.menu-toggle__bar:nth-child(3){top:29px}.menu-toggle--open .menu-toggle__bar:first-child{top:22px;transform:translate(-50%)rotate(45deg)}.menu-toggle--open .menu-toggle__bar:nth-child(2){opacity:0}.menu-toggle--open .menu-toggle__bar:nth-child(3){top:22px;transform:translate(-50%)rotate(-45deg)}.site-nav{align-items:center;gap:1.8rem;display:flex}.site-nav__item{min-height:var(--header-height);align-items:center;display:flex;position:relative}.site-nav__item.has-children:after{content:"";height:1.1rem;position:absolute;top:100%;left:-.85rem;right:-.85rem}.site-nav__link{color:var(--text-secondary);letter-spacing:-.012em;padding:.35rem 0;font-size:.9rem;font-weight:530;position:relative}.site-nav__link:hover,.site-nav__link.is-active{color:var(--text-primary)}.site-nav__link.is-active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:-.95rem;left:0;right:0}.site-nav__dropdown{z-index:20;border:1px solid var(--border);min-width:250px;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:opacity var(--transition), transform var(--transition);background:#fbf9f5f7;border-radius:1rem;padding:.55rem;position:absolute;top:calc(100% + .65rem);left:50%;transform:translate(-50%)translateY(10px)}.site-nav__item.has-children.is-open .site-nav__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.site-nav__dropdown-link{color:var(--text-secondary);border-radius:.7rem;padding:.75rem .9rem;font-size:.88rem;font-weight:470;line-height:1.5;display:block}.site-nav__dropdown-link:hover{color:var(--text-primary);background:#efeae3cc}.section-kicker{color:var(--accent);font-size:var(--type-label);letter-spacing:.2em;text-transform:uppercase;font-weight:600;display:inline-block}.home-hero{padding:clamp(5rem,9vw,7.75rem) 0 clamp(4.25rem,8vw,6.5rem)}.home-hero__inner{grid-template-columns:minmax(0,1fr) minmax(260px,.48fr);align-items:start;gap:clamp(2.25rem,5vw,4.5rem);display:grid}.home-hero__copy{align-content:start;min-width:0;max-width:42rem;display:grid}.home-hero__visual{aspect-ratio:4/5;border:1px solid var(--border);border-radius:.25rem;min-width:0;margin:0;position:relative;overflow:hidden}.home-hero__visual img{object-fit:cover;filter:saturate(.55)contrast(1.02)brightness(.98);width:100%;height:100%}.content-article,.contact-panel,.contact-info{min-width:0}.spotlight-image,.contact-map{box-shadow:var(--shadow-soft);background:#efeae3d1;border:1px solid #d9d2c7f5;border-radius:1.75rem;padding:.7rem}.spotlight-image img,.contact-map img{border-radius:1.2rem;width:100%;height:auto;overflow:hidden}.home-hero__title,.page-hero__title,.classic-title,.content-section__title,.home-focus-card__title,.mini-card h3,.insight-card h3,.contact-info__list strong,.legal-page h2{color:var(--text-primary);letter-spacing:-.035em;text-wrap:balance;font-weight:620;line-height:1.08}.home-hero__title{letter-spacing:-.035em;max-width:16ch;margin-top:.85rem;font-size:clamp(2.8rem,5vw,4.25rem);font-weight:620;line-height:1.04}.home-hero__intro{max-width:34rem;font-size:var(--type-body-lead);text-wrap:pretty;margin-top:1.35rem;line-height:1.74}.home-hero__selectivity{max-width:32rem;color:var(--text-primary);font-size:var(--type-body);text-wrap:pretty;border-top:1px solid #d9d2c7eb;margin-top:1.35rem;padding-top:1.35rem;font-weight:450;line-height:1.7}.hero-button-row{flex-wrap:wrap;gap:.95rem;margin-top:1.65rem;display:flex}.hero-button,.outline-button,.submit-button{min-height:3.25rem;font-size:var(--type-ui);letter-spacing:-.012em;white-space:nowrap;transition:transform var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.35rem;font-weight:560;line-height:1;display:inline-flex}.hero-button{border:1px solid var(--accent);background:var(--accent);color:var(--background);gap:.75rem;box-shadow:0 12px 24px #8e3b2f29}.hero-button:hover,.submit-button:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.hero-button:active,.outline-button:active,.submit-button:active{transform:scale(.985)}.hero-button__icon{width:1.9rem;height:1.9rem;transition:transform var(--transition), background-color var(--transition);background:#f7f5f129;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.hero-button:hover .hero-button__icon{background:#f7f5f133;transform:translate(1px,-1px)}.outline-button{border:1px solid var(--border-strong);color:var(--text-primary);background:0 0}.outline-button:hover{background:#efeae3b8;border-color:#1e1e1b57;transform:translateY(-1px)}.outline-button--dark{border-color:#1e1e1b33}.submit-button{border:1px solid var(--accent);background:var(--accent);color:var(--background)}.classic-section{padding:clamp(5.25rem,8vw,7rem) 0}.classic-section--tight{padding-top:.5rem}.classic-section--light{background:#efeae36b}.home-opening{padding:clamp(3rem,6vw,4.75rem) 0 clamp(2.5rem,5vw,3.75rem)}.home-opening__copy{max-width:34rem;color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:pretty;font-weight:440;line-height:1.72}.home-opening__copy p+p{margin-top:1.2rem}.section-heading{max-width:52rem;margin-bottom:1.8rem}.classic-title{font-size:var(--type-title-lg);margin-top:.55rem;font-weight:620}.classic-title--narrow{max-width:16ch}.classic-title--statement{text-wrap:balance;max-width:32ch;font-size:clamp(1.6rem,2.3vw,2.2rem);line-height:1.18}.home-focus-heading{max-width:28rem;margin-bottom:2rem}.home-focus-heading__title{margin-top:.65rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.08}.classic-copy,.content-section__copy,.mini-card p,.insight-card p,.home-focus-card__summary{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;line-height:1.84}.classic-copy p+p,.content-section__copy p+p{margin-top:1.15rem}.home-section-copy{max-width:var(--measure);margin-top:0}.spotlight-copy{flex-direction:column;gap:.75rem;display:flex}.type-split{grid-template-columns:minmax(240px,.42fr) minmax(0,.7fr);align-items:start;gap:clamp(1.5rem,4.5vw,4.5rem);display:grid}.type-split__title{margin-top:0}.type-split__copy{padding-top:.35rem}.home-section-lead{grid-template-columns:minmax(0,.62fr) minmax(240px,.38fr);align-items:end;gap:clamp(1.5rem,4vw,4rem);display:grid}.home-section-lead__intro{max-width:42rem}.home-section-lead__title{max-width:22ch;color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;margin-top:.6rem;font-size:clamp(1.75rem,2.8vw,2.6rem);font-weight:620;line-height:1.1}.home-section-lead__title--boundary{max-width:38ch}.home-section-lead__aside{justify-self:start;max-width:27rem}.home-section-lead__copy{color:var(--text-secondary);text-wrap:pretty;font-size:.98rem;font-weight:440;line-height:1.78}.home-section-lead__actions{flex-wrap:wrap;gap:.9rem;margin-top:1.2rem;display:flex}.home-section-lead--boundary+.mini-grid{margin-top:2.25rem}.home-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.home-focus-card,.mini-card{border:1px solid var(--border);background:0 0;border-radius:.5rem}.insight-card,.page-aside__nav{border:1px solid var(--border);background:#ffffff8f;border-radius:.6rem}.insight-card{min-height:100%;box-shadow:var(--shadow-soft)}.home-focus-card,.mini-card{min-height:100%}.home-focus-card{transition:border-color var(--transition), background-color var(--transition);flex-direction:column;padding:1.65rem 1.75rem 1.85rem;display:flex}.home-focus-card:hover{background:#ffffff80;border-color:#8e3b2f66}.insight-card:hover{background:#ffffffd1;border-color:#8e3b2f47;transform:translateY(-3px)}.home-focus-card__head{align-items:center;gap:1rem;display:flex}.home-focus-card__index{color:var(--accent);letter-spacing:.16em;font-size:.76rem;font-weight:580}.home-focus-card__title{max-width:16ch;font-size:var(--type-title-sm);margin-top:1rem;font-weight:600;line-height:1.12}.home-focus-card__summary{max-width:34ch;margin-top:.75rem;font-size:.98rem;line-height:1.72}.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.mini-card{flex-direction:column;gap:.75rem;padding:1.55rem 1.65rem 1.7rem;display:flex}.mini-card h3{max-width:18ch;font-size:clamp(1.1rem,1.35vw,1.3rem);font-weight:600;line-height:1.16}.page-hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:end;min-height:min(29rem,52vh);display:flex;position:relative}.page-hero__shade{background:#1e1e1b8f;position:absolute;inset:0}.page-hero__inner{color:#f7f5f1eb;padding:clamp(4rem,10vw,5.75rem) 0 clamp(2.2rem,4vw,2.9rem);position:relative}.page-hero__title{max-width:14ch;color:var(--background);letter-spacing:-.035em;font-size:clamp(2.5rem,4.6vw,3.95rem);font-weight:620;line-height:1.06}.page-hero__crumbs{margin-top:1.25rem}.page-hero__crumbs ol{letter-spacing:-.01em;flex-wrap:wrap;gap:.75rem;font-size:.82rem;font-weight:480;list-style:none;display:flex}.page-hero__crumbs li{align-items:center;gap:.75rem;display:inline-flex}.page-hero__crumbs li+li:before{content:"/";color:#f7f5f1c2}.page-hero__crumbs a:hover{color:var(--background)}.inner-page-grid,.contact-layout{grid-template-columns:minmax(0,1fr) minmax(240px,.32fr);align-items:start;gap:clamp(2rem,4vw,4rem);display:grid}.content-article{max-width:50rem}.content-section+.content-section{margin-top:4.5rem}.content-section__title{text-wrap:balance;max-width:32ch;font-size:clamp(1.55rem,2.1vw,2rem);font-weight:620;line-height:1.18}.content-section__copy{max-width:var(--measure-wide);margin-top:1rem}.content-section__copy p,.classic-copy p,.detail-list__item p,.mini-card p,.insight-card p,.legal-page p,.field-hint,.form-success{text-wrap:pretty}.detail-list{border-top:1px solid #d9d2c7e6;margin-top:1.8rem;list-style:none}.detail-list__item{border-bottom:1px solid #d9d2c7e6;padding:1.12rem 0}.detail-list__item p{color:var(--text-primary);max-width:var(--measure-wide);font-size:.98rem;font-weight:440;line-height:1.74}.page-aside{top:calc(var(--header-height) + 1.25rem);position:sticky}.page-aside__nav{box-shadow:var(--shadow-soft);flex-direction:column;display:flex;overflow:hidden}.page-aside__link{color:var(--text-secondary);border-bottom:1px solid #d9d2c7d1;padding:1rem 1.15rem;font-size:.92rem;font-weight:540;line-height:1.42}.page-aside__link:last-child{border-bottom:0}.page-aside__link:hover{color:var(--text-primary);background:#ffffffb8}.spotlight-grid{grid-template-columns:minmax(280px,.64fr) minmax(0,1fr);align-items:start;gap:clamp(1.5rem,4vw,3rem);display:grid}.spotlight-grid--page{margin-bottom:3rem}.spotlight-image img{filter:saturate(.88)sepia(.08);width:100%;height:auto}.spotlight-image--portrait{max-width:430px}.spotlight-copy>p:not(.section-kicker):not(.founder-quote){max-width:46ch;font-size:var(--type-body-lead);text-wrap:pretty;line-height:1.74}.founder-quote{color:var(--text-primary);border-left:2px solid #8e3b2f6b;max-width:33ch;margin-top:1rem;padding-left:1.15rem;font-size:clamp(1.08rem,1.5vw,1.24rem);font-weight:460;line-height:1.68}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.35rem;display:grid}.insight-card{padding:1.65rem;display:block}.insight-card__label{color:var(--accent);letter-spacing:.22em;text-transform:uppercase;font-size:.7rem;font-weight:660}.insight-card h3{max-width:13ch;margin-top:.8rem;font-size:clamp(1.56rem,2vw,1.86rem);font-weight:700;line-height:1.02}.insight-card p:last-child{margin-top:.95rem}.contact-info__list{margin-top:1.5rem;list-style:none}.contact-info__list li+li{margin-top:1.35rem}.contact-info__list strong{margin-bottom:.35rem;font-size:1.14rem;font-weight:670;display:block}.contact-info__list span,.contact-info__list a{line-height:1.8;display:block}.contact-info__list a,.form-success a,.legal-page a{color:var(--accent)}.contact-info__list a:hover,.form-success a:hover,.legal-page a:hover{color:var(--accent-hover)}.contact-note-list{border-top:1px solid #d9d2c7eb;margin-top:1.7rem;padding-top:1.4rem}.contact-note-list p+p{margin-top:.9rem}.contact-map,.inquiry-form{margin-top:1.75rem}.field+.field{margin-top:1rem}.field__label{color:var(--text-primary);margin-bottom:.55rem;font-size:.9rem;font-weight:620;display:block}.field-error{color:var(--accent);margin-top:.45rem;font-size:.9rem;display:block}.form-actions{flex-direction:column;align-items:flex-start;gap:.85rem;margin-top:1.25rem;display:flex}.field-hint,.form-success{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.legal-page{max-width:56rem}.legal-page h2{margin-top:2rem;font-size:clamp(1.34rem,1.8vw,1.56rem);font-weight:690}.legal-page p{margin-top:.9rem;line-height:1.82}.not-found-page{flex:1;align-items:center;padding:6rem 0;display:flex}.not-found-panel{max-width:46rem}.not-found-panel .classic-copy{margin-top:1rem}.site-footer{background:#efeae361;border-top:1px solid #d9d2c7eb;margin-top:auto}.site-footer__inner{justify-content:space-between;align-items:center;gap:1.5rem;min-height:5.8rem;padding:1.25rem 0;display:flex}.site-footer__copy,.site-footer__nav{color:var(--text-secondary);letter-spacing:-.01em;font-size:.84rem;font-weight:470}.site-footer__nav{flex-wrap:wrap;gap:1.25rem;display:flex}.site-footer__nav a:hover{color:var(--text-primary)}.section-nav{flex-wrap:wrap;gap:.9rem;display:flex}.section-nav__link{color:var(--text-secondary);font-weight:500}.section-nav__link:hover,.section-nav__link.is-active{color:var(--text-primary)}@media (max-width:1100px){.home-focus-grid{grid-template-columns:1fr 1fr}}@media (max-width:920px){:root{--container:min(100vw - 2rem, 1180px);--header-height:76px}.menu-toggle{justify-content:center;align-items:center;display:inline-flex}.site-nav{border:1px solid var(--border);box-shadow:var(--shadow-card);background:#f7f5f1fa;border-radius:1.25rem;flex-direction:column;align-items:stretch;gap:0;padding:1rem;display:none;position:absolute;top:calc(100% - 1px);left:1rem;right:1rem}.site-nav--open{display:flex}.site-nav__item{min-height:0;display:block}.site-nav__item.has-children:after{display:none}.site-nav__link{padding:.9rem 0;display:block}.site-nav__link.is-active:after{bottom:.3rem}.site-nav__dropdown{min-width:0;box-shadow:none;opacity:1;pointer-events:auto;background:#efeae394;border-radius:.9rem;margin:0 0 .4rem;padding:.4rem;position:static;top:auto;left:auto;transform:none}.home-hero__inner,.type-split,.home-section-lead,.inner-page-grid,.contact-layout,.spotlight-grid,.site-footer__inner{grid-template-columns:1fr}.home-hero{padding-top:3.75rem}.home-hero__title{max-width:14ch}.home-hero__visual{aspect-ratio:4/5;max-width:28rem}.type-split__copy{padding-top:0}.home-section-lead{align-items:start}.home-section-lead__aside{max-width:var(--measure)}.home-focus-grid,.mini-grid{grid-template-columns:1fr}.page-aside{display:none}.page-hero{min-height:26rem}.classic-section{padding:4rem 0}.site-footer__inner{text-align:center;justify-items:center}}@media (max-width:640px){.home-hero__title{max-width:13ch;font-size:clamp(2.4rem,9.8vw,3.25rem)}.page-hero__title{font-size:clamp(2.25rem,10vw,3.25rem)}.classic-title{font-size:clamp(1.85rem,8vw,2.5rem)}.content-section__title{font-size:clamp(1.4rem,5.5vw,1.85rem)}.hero-button-row{flex-direction:column;align-items:flex-start}.hero-button,.outline-button,.submit-button{width:100%}.site-footer__nav{justify-content:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.ed-kicker{color:var(--accent);letter-spacing:.22em;text-transform:uppercase;font-size:.68rem;font-weight:580;display:inline-block}.ed-display{color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;font-size:clamp(2.3rem,5vw,4rem);font-weight:560;line-height:1.02}.ed-prose{color:var(--text-secondary);font-size:var(--type-body-lead);text-wrap:pretty;line-height:1.72}.ed-prose p+p{margin-top:1.15rem}.ed-prose--wide{max-width:58ch}.ed-prose--statement{max-width:76ch;color:var(--text-primary);text-wrap:balance}.ed-note{max-width:42ch;color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:balance;font-weight:420;line-height:1.55}.ed-note p{margin:0}.ed-note p+p{margin-top:1.25rem}.ed-hero{padding:clamp(5.5rem,9vw,8rem) 0 clamp(4rem,7vw,6rem)}.ed-hero__inner{text-align:center;flex-direction:column;align-items:center;gap:clamp(3.5rem,6vw,5.25rem);display:flex}.ed-hero__lede{width:100%;max-width:56rem;margin-inline:auto}.ed-hero__title{color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;max-width:20ch;margin:0 auto;font-size:clamp(2.85rem,5.6vw,4.75rem);font-weight:640;line-height:1.08}.ed-hero__aside{max-width:52rem;margin-inline:auto}.ed-hero__intro{color:var(--text-secondary);font-size:var(--type-body-lead);text-wrap:pretty;max-width:48rem;margin-inline:auto;font-weight:420;line-height:1.68}.ed-hero__selectivity{border-top:1px solid var(--border);max-width:42rem;color:var(--text-secondary);text-wrap:pretty;letter-spacing:.002em;margin:3.25rem auto 0;padding-top:3rem;font-size:.975rem;line-height:1.7}.ed-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:3.5rem;display:flex}.ed-button{border:1px solid var(--text-primary);background:var(--text-primary);color:var(--background);font-size:var(--type-ui);letter-spacing:-.012em;transition:background-color var(--transition), border-color var(--transition), color var(--transition);align-items:center;gap:.7rem;padding:.95rem 1.5rem;font-weight:550;display:inline-flex}.ed-button:hover{background:var(--accent);border-color:var(--accent)}.ed-button__icon{justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.95rem;display:inline-flex}.ed-link{color:var(--text-primary);font-size:var(--type-ui);letter-spacing:-.012em;border-bottom:1px solid var(--text-primary);transition:color var(--transition), border-color var(--transition), background-color var(--transition);padding-bottom:.3rem;font-weight:540;position:relative}.ed-link:hover{color:var(--accent);border-color:var(--accent)}.ed-link--outline{border:1px solid var(--text-primary);padding:.85rem 1.35rem}.ed-link--outline:hover{background:var(--text-primary);color:var(--background);border-color:var(--text-primary)}.ed-plate{padding:0}.ed-plate__frame{aspect-ratio:16/5;background:var(--surface-muted);position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 55%,#0000 100%);mask-image:linear-gradient(#000 0% 55%,#0000 100%)}.ed-plate__frame img{object-fit:cover;object-position:center;filter:saturate(.5)contrast(1.04)brightness(.96);will-change:transform;width:100%;height:128%;animation:linear ed-plate-scroll;animation-timeline:view();animation-range:cover;position:absolute;inset:0}@keyframes ed-plate-scroll{0%{transform:translateY(0)}to{transform:translateY(-22%)}}@media (prefers-reduced-motion:reduce){.ed-plate__frame img{animation:none;transform:translateY(-11%)}}.ed-narrative{padding:clamp(4rem,7vw,6rem) 0}.ed-narrative__columns{max-width:52rem;color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:pretty;column-count:2;column-gap:3rem;line-height:1.72}.ed-narrative__columns p{break-inside:avoid;margin:0 0 1.2rem}.ed-narrative__columns p:last-child{margin-bottom:0}.ed-section{padding:clamp(4rem,6vw,5.75rem) 0}.ed-section--muted{background:#efeae380}.ed-section--muted:has(+.ed-section--muted){border-bottom:none;padding-bottom:clamp(1.5rem,2.5vw,2.25rem)}.ed-section--muted+.ed-section--muted{padding-top:clamp(1.5rem,2.5vw,2.25rem)}.ed-tower{background:#efeae380}.ed-tower__inner{grid-template-columns:minmax(0,1fr) clamp(240px,28%,340px);align-items:stretch;column-gap:clamp(2.5rem,5vw,5rem);display:grid}.ed-tower__content{min-width:0}.ed-tower__content>.ed-tower__section{background:0 0;border-bottom:0;padding-left:0;padding-right:0}.ed-tower__content>.ed-tower__section+.ed-tower__section{padding-top:clamp(1.5rem,2.5vw,2.25rem)}.ed-tower__content>.ed-tower__section:has(+.ed-tower__section){padding-bottom:clamp(1.5rem,2.5vw,2.25rem)}.ed-tower__media{align-self:stretch;padding:clamp(4rem,6vw,5.75rem) 0;display:grid}.ed-tower__figure{min-height:24rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 0% 82%,#0000 100%);mask-image:linear-gradient(#000 0% 82%,#0000 100%)}.ed-tower__figure img{object-fit:cover;object-position:center;filter:saturate(.38)contrast(1.02)brightness(.96)}.ed-tower__figure:after{content:"";pointer-events:none;background:radial-gradient(#0000 55%,#1c1c1a38 100%);position:absolute;inset:0}@media (max-width:880px){.ed-tower__inner{grid-template-columns:1fr;row-gap:0}.ed-tower__media{order:-1;padding:0 0 clamp(2rem,5vw,3rem)}.ed-tower__figure{aspect-ratio:4/5;min-height:0}}.ed-channels{gap:clamp(1rem,2vw,1.35rem);max-width:36rem;margin:clamp(1.5rem,3vw,2rem) 0 0;padding:0;list-style:none;display:grid}.ed-channels__item{border-top:1px solid var(--border);padding:clamp(1rem,2vw,1.25rem) 0}.ed-channels__item:last-child{border-bottom:1px solid var(--border)}.ed-channels__link{color:var(--text-primary);letter-spacing:-.018em;transition:color var(--transition);align-items:baseline;gap:.55rem;font-size:1.05rem;font-weight:640;line-height:1.2;display:inline-flex}.ed-channels__link:hover{color:var(--accent)}.ed-channels__arrow{font-size:.85rem}.ed-channels__description{color:var(--text-secondary);margin:.45rem 0 0;font-size:.92rem;font-weight:420;line-height:1.55}.ed-boundary__grid{flex-direction:column;row-gap:clamp(2rem,4vw,3rem);display:flex}.ed-boundary__lede{min-width:0;max-width:none}.ed-boundary__lede .ed-section__head{margin-bottom:clamp(1.25rem,2vw,1.75rem)}.ed-boundary__list{margin:0}.ed-section__head{max-width:46rem;margin-bottom:clamp(1.75rem,3vw,2.5rem)}.ed-section__head:not(:has(.ed-display)){margin-bottom:clamp(.85rem,1.5vw,1.25rem)}.ed-section__head--split{flex-direction:column;gap:.85rem;display:flex}.ed-display--statement{letter-spacing:-.025em;max-width:34ch;font-size:clamp(1.8rem,3.4vw,2.65rem);line-height:1.1}.ed-section--boundary .ed-section__head{max-width:none}.ed-section__body{max-width:58rem}.ed-section__body+.ed-index,.ed-section__body+.ed-strip,.ed-section__body+.ed-actions{margin-top:clamp(2.25rem,4.5vw,3.75rem)}.ed-index{border-top:1px solid var(--text-primary);border-bottom:1px solid var(--text-primary);margin:0;padding:0;list-style:none}.ed-index__row{border-bottom:1px solid var(--border)}.ed-index__row:last-child{border-bottom:0}.ed-index__link,.ed-index--plain .ed-index__row{color:inherit;grid-template-columns:5ch minmax(0,1fr) minmax(0,1.6fr);align-items:baseline;gap:clamp(1.25rem,3vw,2.5rem);padding:clamp(1.4rem,2.6vw,1.9rem) .25rem;display:grid}.ed-index__link{transition:background-color var(--transition), color var(--transition)}.ed-index__link:hover{background:#8e3b2f0a}.ed-index__link:hover .ed-index__title{color:var(--accent)}.ed-index__number{color:var(--text-secondary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:clamp(1.75rem,3vw,2.6rem);font-weight:380;line-height:1}.ed-index__title{color:var(--text-primary);letter-spacing:-.028em;text-wrap:balance;transition:color var(--transition);font-size:clamp(1.4rem,2vw,1.78rem);font-weight:660;line-height:1.12}.ed-index__summary{color:var(--text-secondary);text-wrap:pretty;max-width:32ch;font-size:.95rem;font-weight:420;line-height:1.6}.ed-strip{border-top:1px solid var(--text-primary);border-bottom:1px solid var(--text-primary);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.ed-strip__cell{border-right:1px solid var(--border);flex-direction:column;padding:1.75rem 1.5rem 2rem;display:flex}.ed-strip__cell:last-child{border-right:0}.ed-strip__number{color:var(--text-secondary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;margin-bottom:.9rem;font-size:clamp(1.55rem,2.6vw,2.15rem);font-weight:380;line-height:1}.ed-strip__title{color:var(--text-primary);letter-spacing:-.022em;text-wrap:balance;max-width:16ch;font-size:clamp(1.15rem,1.45vw,1.3rem);font-weight:660;line-height:1.15}.ed-strip__summary{color:var(--text-tertiary,var(--text-secondary));opacity:.78;text-wrap:pretty;max-width:34ch;margin-top:.85rem;font-size:.85rem;font-weight:400;line-height:1.62}.ed-actions{flex-wrap:wrap;gap:1rem;margin-top:1.75rem;display:flex}@media (max-width:920px){.ed-hero__inner{grid-template-columns:1fr;gap:2.5rem}.ed-hero__aside{padding-top:0}.ed-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-strip__cell{border-right:0;border-bottom:1px solid var(--border)}.ed-strip__cell:nth-child(odd){border-right:1px solid var(--border)}.ed-strip__cell:nth-last-child(-n+2){border-bottom:0}.ed-narrative__columns{column-count:1}}@media (max-width:640px){.ed-hero__title{max-width:13ch;font-size:clamp(2.4rem,10vw,3.3rem)}.ed-display{font-size:clamp(1.95rem,8.5vw,2.6rem)}.ed-index__link,.ed-index--plain .ed-index__row{grid-template-rows:auto auto;grid-template-columns:3.5ch 1fr;row-gap:.55rem;padding:1.35rem .1rem}.ed-index__number{grid-area:1/1;font-size:clamp(1.5rem,7vw,2rem)}.ed-index__title{grid-area:1/2}.ed-index__summary{grid-area:2/1/auto/-1}.ed-strip{grid-template-columns:1fr}.ed-strip__cell{border-right:0;border-bottom:1px solid var(--border)}.ed-strip__cell:nth-child(odd){border-right:0}.ed-strip__cell:last-child{border-bottom:0}.ed-hero__actions{flex-direction:column;align-items:stretch;gap:.85rem}.ed-button,.ed-link{text-align:center;justify-content:center;width:100%}.ed-link{padding:.9rem 1rem}}.mg-kicker{color:var(--text-secondary);letter-spacing:.22em;text-transform:uppercase;font-size:.66rem;font-weight:600;display:inline-block}.mg-folio{color:var(--accent);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;font-size:.78rem;font-weight:520;display:inline-block}.mg-title{color:var(--text-primary);letter-spacing:-.025em;text-wrap:balance;max-width:32ch;font-size:clamp(1.55rem,2.25vw,2.1rem);font-weight:620;line-height:1.14}.mg-body,.mg-body p{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;line-height:1.78}.mg-body p+p{margin-top:1.1rem}.mg-section{padding:clamp(3rem,5vw,4.5rem) 0}.mg-section--hero{padding:clamp(5rem,8vw,7.5rem) 0 clamp(3.25rem,5vw,4.75rem)}.mg-grid{grid-template-columns:10rem minmax(0,48rem);align-items:start;column-gap:clamp(1.75rem,3.5vw,3.25rem);display:grid}.mg-gutter{flex-direction:column;gap:.55rem;padding-top:.3rem;display:flex}.mg-content{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.mg-hero__title{color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;max-width:18ch;margin-bottom:.35rem;font-size:clamp(2rem,3.6vw,2.95rem);font-weight:620;line-height:1.08}.mg-hero__intro{color:var(--text-secondary);font-size:var(--type-body-lead);text-wrap:pretty;max-width:38rem;line-height:1.72}.mg-hero__selectivity{color:var(--text-primary);font-size:var(--type-body);text-wrap:pretty;max-width:34rem;margin-top:.35rem;font-weight:450;line-height:1.7}.mg-hero__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.85rem;display:flex}.mg-button{border:1px solid var(--text-primary);color:var(--text-primary);font-size:var(--type-ui);letter-spacing:-.012em;transition:background-color var(--transition), border-color var(--transition), color var(--transition);background:0 0;align-items:center;gap:.6rem;padding:.8rem 1.35rem;font-weight:550;display:inline-flex}.mg-button:hover{background:var(--text-primary);color:var(--background)}.mg-button--primary{background:var(--accent);border-color:var(--accent);color:var(--background)}.mg-button--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--background)}.mg-button__icon{justify-content:center;align-items:center;width:1.15rem;height:1.15rem;font-size:.85rem;display:inline-flex}.mg-link{color:var(--text-primary);font-size:var(--type-ui);letter-spacing:-.012em;border-bottom:1px solid var(--border-strong);transition:color var(--transition), border-color var(--transition), background-color var(--transition);padding-bottom:.15rem;font-weight:540}.mg-link:hover{color:var(--accent);border-color:var(--accent)}.mg-link--outline{border:1px solid var(--border-strong);padding:.75rem 1.15rem}.mg-link--outline:hover{background:var(--text-primary);color:var(--background);border-color:var(--text-primary)}.mg-narrative{color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:pretty;line-height:1.7}.mg-narrative p+p{margin-top:1.2rem}.mg-section--plate{padding-top:0;padding-bottom:clamp(2.5rem,4.5vw,4rem)}.mg-plate{aspect-ratio:16/7;background:var(--surface-muted);max-width:48rem;position:relative;overflow:hidden}.mg-plate img{object-fit:cover;object-position:center;filter:saturate(.5)contrast(1.04)brightness(.96);width:100%;height:100%}.mg-list{flex-direction:column;gap:clamp(1.4rem,2.4vw,2.1rem);margin:0;padding:0;list-style:none;display:flex}.mg-list__item--static,.mg-list__link{grid-template-columns:2.5rem minmax(0,1fr);align-items:baseline;gap:.35rem 1.1rem;display:grid}.mg-list__link{color:inherit;transition:color var(--transition);padding:.1rem 0}.mg-list__link:hover .mg-list__title{color:var(--accent)}.mg-list__number{color:var(--accent);letter-spacing:.04em;font-variant-numeric:tabular-nums;grid-area:1/1;padding-top:.2rem;font-size:.82rem;font-weight:520}.mg-list__title{color:var(--text-primary);font-size:var(--type-title-sm);letter-spacing:-.02em;text-wrap:balance;transition:color var(--transition);grid-area:1/2;font-weight:600;line-height:1.18}.mg-list__summary{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;grid-area:2/2;max-width:42rem;line-height:1.72}.mg-actions{flex-wrap:wrap;gap:.85rem;margin-top:.75rem;display:flex}@media (max-width:920px){.mg-grid{grid-template-columns:1fr;row-gap:1rem}.mg-gutter{flex-direction:row;align-items:baseline;gap:.9rem;padding-top:0}.mg-gutter>*+*{padding-left:.9rem;position:relative}.mg-gutter>*+:before{content:"";background:var(--text-secondary);opacity:.6;border-radius:50%;width:2px;height:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}}@media (max-width:640px){.mg-list__item--static,.mg-list__link{grid-template-columns:2rem minmax(0,1fr);column-gap:.85rem}.mg-hero__actions{flex-direction:column;align-items:stretch}.mg-button,.mg-link{text-align:center;justify-content:center;width:100%}}.bn-kicker{color:var(--text-secondary);letter-spacing:.22em;text-transform:uppercase;font-size:.66rem;font-weight:600;display:inline-block}.bn-folio{color:var(--accent);letter-spacing:.04em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;white-space:nowrap;font-size:.78rem;font-weight:520;display:inline-block}.bn-title{color:var(--text-primary);letter-spacing:-.03em;text-wrap:balance;max-width:22ch;font-size:clamp(1.55rem,2.3vw,2.1rem);font-weight:620;line-height:1.1}.bn-title--large{max-width:16ch;font-size:clamp(1.9rem,3vw,2.65rem)}.bn-title--statement{letter-spacing:-.025em;max-width:28ch;font-size:clamp(1.6rem,2.5vw,2.2rem);line-height:1.12}.bn-prose{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;max-width:56ch;line-height:1.76}.bn-prose p+p{margin-top:1.1rem}.bn-hero{padding:clamp(4.75rem,8vw,7.25rem) 0 clamp(3.75rem,6vw,5.75rem)}.bn-section{padding:clamp(4rem,6vw,5.75rem) 0}.bn-section--muted{background:#efeae380}.bn-section--narrative{padding-top:clamp(2.5rem,4vw,3.5rem);padding-bottom:clamp(3.5rem,5vw,5rem)}.bn-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:.35rem clamp(1rem,1.8vw,1.5rem);display:grid}.bn-hero__kicker{grid-area:1/1/auto/span 8;align-self:center}.bn-hero__rule{background:var(--border-strong);opacity:.8;grid-area:1/9/auto/span 4;align-self:center;height:1px}.bn-hero__visual{grid-area:2/9/span 4/span 4;align-self:stretch;min-height:320px;margin:.5rem 0 0;position:relative;overflow:hidden}.bn-hero__visual img{object-fit:cover;object-position:center;filter:saturate(.5)contrast(1.04)brightness(.96);width:100%;height:100%}.bn-hero__title{color:var(--text-primary);letter-spacing:-.035em;text-wrap:balance;grid-area:2/1/auto/span 10;max-width:18ch;margin-top:1rem;margin-bottom:.25rem;font-size:clamp(2.25rem,4.3vw,3.45rem);font-weight:620;line-height:1.04}.bn-hero__intro{color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:pretty;grid-area:3/1/auto/span 8;max-width:38rem;margin-top:1.1rem;font-weight:440;line-height:1.72}.bn-hero__selectivity{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;border-top:1px solid var(--border);grid-area:4/1/auto/span 7;max-width:34rem;margin-top:1.25rem;padding-top:1.25rem;line-height:1.72}.bn-hero__actions{flex-wrap:wrap;grid-area:5/1/auto/span 7;align-items:center;gap:1.25rem;margin-top:1.5rem;display:flex}.bn-button{border:1px solid var(--text-primary);color:var(--text-primary);font-size:var(--type-ui);letter-spacing:-.012em;transition:background-color var(--transition), border-color var(--transition), color var(--transition), transform .12s ease;background:0 0;align-items:center;gap:.6rem;padding:.85rem 1.4rem;font-weight:550;display:inline-flex}.bn-button:hover{background:var(--text-primary);color:var(--background)}.bn-button:active{transform:translateY(1px)}.bn-button--primary{background:var(--accent);border-color:var(--accent);color:var(--background)}.bn-button--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--background)}.bn-button__icon{justify-content:center;align-items:center;width:1.15rem;height:1.15rem;font-size:.85rem;display:inline-flex}.bn-link{color:var(--text-primary);font-size:var(--type-ui);letter-spacing:-.012em;border-bottom:1px solid var(--border-strong);transition:color var(--transition), border-color var(--transition), background-color var(--transition);padding-bottom:.15rem;font-weight:540}.bn-link:hover{color:var(--accent);border-color:var(--accent)}.bn-link--outline{border:1px solid var(--border-strong);padding:.75rem 1.2rem}.bn-link--outline:hover{background:var(--text-primary);color:var(--background);border-color:var(--text-primary)}.bn-split{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:1.5rem clamp(1rem,1.8vw,1.5rem);display:grid}.bn-split__label{flex-direction:column;grid-column:1/span 4;gap:.65rem;padding-top:.35rem;display:flex}.bn-split__body{flex-direction:column;grid-column:6/span 7;gap:1.25rem;min-width:0;display:flex}.bn-narrative-wrap{grid-template-columns:repeat(12,minmax(0,1fr));column-gap:clamp(1rem,1.8vw,1.5rem);display:grid}.bn-narrative{color:var(--text-primary);font-size:var(--type-body-lead);text-wrap:pretty;grid-column:1/span 8;max-width:42rem;line-height:1.7}.bn-narrative p+p{margin-top:1.15rem}.bn-bento{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 clamp(1rem,1.8vw,1.5rem);margin-top:clamp(1.5rem,2.5vw,2.25rem);display:grid}.bn-tile--focus-1{grid-column:1/span 7}.bn-tile--focus-2{grid-column:8/span 5}.bn-tile--focus-3{grid-column:1/span 5}.bn-tile--focus-4{grid-column:6/span 7}.bn-tile--work{grid-column:span 3}.bn-tile--boundary-1{grid-column:1/span 7}.bn-tile--boundary-2{grid-column:8/span 5}.bn-tile--boundary-3{grid-column:1/span 12;max-width:62ch}.bn-tile{border-top:1px solid var(--text-primary);color:inherit;transition:border-color var(--transition), color var(--transition);flex-direction:column;padding:1.75rem 1.5rem 2rem 0;display:flex}.bn-tile+.bn-tile{padding-left:1.25rem}.bn-tile--focus-3,.bn-tile--boundary-3{padding-left:0}.bn-bento--work .bn-tile+.bn-tile{padding-left:1rem}.bn-tile:hover{border-color:var(--accent)}.bn-tile:hover .bn-tile__title{color:var(--accent)}.bn-tile__index{color:var(--accent);letter-spacing:.1em;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1;margin-bottom:.9rem;font-size:.78rem;font-weight:520}.bn-tile__title{color:var(--text-primary);letter-spacing:-.025em;text-wrap:balance;max-width:18ch;transition:color var(--transition);font-size:clamp(1.2rem,1.7vw,1.45rem);font-weight:620;line-height:1.14}.bn-tile__title--sm{max-width:16ch;font-size:clamp(1.04rem,1.32vw,1.2rem);font-weight:620;line-height:1.2}.bn-tile__summary{color:var(--text-secondary);font-size:var(--type-body);text-wrap:pretty;max-width:36ch;margin-top:.75rem;line-height:1.72}.bn-actions{flex-wrap:wrap;gap:.85rem;margin-top:.75rem;display:flex}@media (max-width:920px){.bn-hero__kicker,.bn-hero__title,.bn-hero__intro,.bn-hero__selectivity,.bn-hero__actions,.bn-hero__visual{grid-area:auto/1/auto/-1}.bn-hero__rule{display:none}.bn-hero__visual{aspect-ratio:16/9;max-width:100%;min-height:0;margin-top:1.5rem}.bn-narrative-wrap{display:block}.bn-narrative,.bn-split__label,.bn-split__body{grid-column:1/-1}.bn-split__label{flex-direction:row;align-items:baseline;gap:1rem;padding-top:0}.bn-tile--focus-1,.bn-tile--focus-2,.bn-tile--focus-3,.bn-tile--focus-4,.bn-tile--boundary-1,.bn-tile--boundary-2,.bn-tile--boundary-3{grid-column:1/-1}.bn-tile--work{grid-column:span 6}.bn-tile,.bn-tile+.bn-tile,.bn-bento--work .bn-tile+.bn-tile{padding-left:0}.bn-bento--work .bn-tile:nth-child(2n){padding-left:1rem}}@media (max-width:640px){.bn-tile--work{grid-column:1/-1}.bn-bento--work .bn-tile:nth-child(2n){padding-left:0}.bn-hero__actions{flex-direction:column;align-items:stretch}.bn-button,.bn-link{text-align:center;justify-content:center;width:100%}}
