:root{--page-bg: #f4efe6;--surface: #fffdf9;--surface-strong: #ffffff;--surface-inverse: #1f1c1a;--text: #231d18;--muted: #72665b;--line: rgba(35, 29, 24, .14);--accent: #c4483f;--accent-strong: #9f2d27;--shadow-soft: 0 22px 50px rgba(42, 29, 18, .09);--shadow-card: 0 12px 30px rgba(42, 29, 18, .08);--font-body: "Georgia", "Times New Roman", serif;--font-display: "Georgia", "Times New Roman", serif;--font-ui: "Helvetica Neue", Arial, sans-serif;--font-mono: "SFMono-Regular", Consolas, monospace;--site-width: 1180px;--reading-width: 760px;--radius-sm: 14px;--radius-md: 22px;--radius-lg: 32px;--section-gap: clamp(4rem, 8vw, 7rem)}*{box-sizing:border-box}html{background:var(--page-bg);color:var(--text);scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--font-body);line-height:1.65;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 28rem),linear-gradient(180deg,rgba(255,255,255,.38),transparent 22rem),var(--page-bg)}a{color:var(--accent);text-decoration-thickness:.08em;text-underline-offset:.16em}img{display:block;max-width:100%}p{margin:0}h1,h2,h3,h4{margin:0;font-family:var(--font-display);line-height:.96;letter-spacing:-.04em}.page-frame{min-height:100vh}.shell{width:min(calc(100% - 2rem),var(--site-width));margin:0 auto}.site-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(14px);background:#f4efe6e0;border-bottom:1px solid rgba(35,29,24,.08)}.site-header-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem 2rem;padding:1rem 0}.identity-lockup{display:inline-flex;align-items:center;gap:.9rem;color:inherit;text-decoration:none}.identity-headshot{width:52px;height:52px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-card)}.identity-copy{display:flex;flex-direction:column;gap:.05rem}.identity-name{font-family:var(--font-ui);font-size:1.15rem;font-weight:800;letter-spacing:-.03em}.identity-tagline{color:var(--muted);font-family:var(--font-ui);font-size:.95rem}.primary-nav{display:flex;flex-wrap:wrap;gap:1.15rem;align-items:center}.primary-nav a{color:var(--text);font-family:var(--font-ui);font-size:.92rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:.04em}.primary-nav a:not(:last-child):after{content:"/";margin-left:1.15rem;color:var(--muted)}.theme-dock{position:fixed;left:auto;right:1rem;top:1rem;z-index:40;display:flex;flex-direction:column;gap:.7rem;width:min(18rem,calc(100vw - 2rem));padding:.85rem;border:1px solid var(--line);border-radius:20px;background:#fffdf9eb;box-shadow:var(--shadow-card);backdrop-filter:blur(14px)}.theme-dock-status{display:grid;grid-template-columns:1fr auto;gap:.15rem .75rem;padding:.1rem 0 .2rem}.theme-dock-handle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.2rem;cursor:grab}.theme-dock-dragging,.theme-dock-dragging *{cursor:grabbing!important;user-select:none}.theme-dock-close{width:2rem;height:2rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font:inherit;font-size:1rem;line-height:1}.theme-dock-label,.section-label,.footer-label,.feature-date,.post-row-date{color:var(--muted);font-family:var(--font-ui);font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.variant-links{display:flex;flex-direction:column;gap:.45rem}.theme-dock-form,.theme-save-form{display:grid;gap:.7rem}.theme-dock-field{display:grid;gap:.35rem}.variant-chip{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.65rem .85rem;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);font-family:var(--font-ui);font-size:.85rem;font-weight:700;text-decoration:none}.variant-chip[aria-current=true]{background:var(--accent);border-color:var(--accent);color:#fff}.variant-chip--ghost{background:transparent}.toolbar-note{font-family:var(--font-ui);font-size:.88rem;color:var(--muted)}.theme-dock-value{font-family:var(--font-ui);font-size:.95rem;color:var(--text);text-align:right}.theme-dock-link{color:inherit;text-decoration:none;border-bottom:1px dashed currentColor}.theme-select{width:100%;appearance:none;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text);font:inherit;font-family:var(--font-ui);font-size:.94rem;padding:.82rem 2.75rem .82rem .9rem;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 1.2rem) calc(50% - .12rem),calc(100% - .85rem) calc(50% - .12rem);background-size:.38rem .38rem,.38rem .38rem;background-repeat:no-repeat}main{padding:1.5rem 0 0}.home-hero,.section-block,.cta-band{margin-top:var(--section-gap)}.home-hero{display:grid;grid-template-columns:1fr;gap:2rem 3rem;align-items:start}.hero-copy h1{max-width:12ch;font-size:clamp(2.2rem,3.4vw,3.55rem);margin-top:.65rem}.hero-body{display:grid;gap:1.2rem;max-width:42rem;margin-top:1.75rem;font-size:1.18rem;color:var(--muted)}.hero-note{padding:1.4rem 1.45rem;background:#ffffff85;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft)}.hero-note-list{margin:1rem 0 0;padding-left:1.1rem;display:grid;gap:.75rem}.action-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:2rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 1.25rem;border-radius:14px;border:1px solid transparent;font-family:var(--font-ui);font-size:.9rem;font-weight:800;text-decoration:none;letter-spacing:.04em;text-transform:uppercase}.button.primary{color:#fff;background:var(--accent)}.button.secondary{color:var(--text);background:transparent;border-color:var(--line)}.button.text{padding-inline:0;min-height:auto;color:var(--accent);border:0;border-radius:0;background:transparent}.section-block{display:grid;gap:1.6rem}.section-block--compact{margin-bottom:var(--section-gap)}.section-heading{display:grid;gap:.9rem;max-width:44rem;padding-inline:clamp(.35rem,1vw,.9rem)}.section-heading h1,.section-heading h2{font-size:clamp(1.8rem,2.8vw,2.7rem)}.section-heading p:last-child{color:var(--muted);font-size:1.05rem}.section-heading--simple{max-width:none;grid-template-columns:1fr;justify-items:start;text-align:left}.section-heading--simple p:last-child{justify-self:start;max-width:44rem}.prose-stack{display:grid;gap:1.2rem;max-width:var(--reading-width);font-size:1.12rem}.feature-grid,.principle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}.feature-card,.principle-card{overflow:clip;background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.feature-media{display:block;aspect-ratio:1.16 / .8;overflow:hidden}.feature-media img{width:100%;height:100%;object-fit:cover}.feature-content,.principle-card{display:grid;gap:.85rem;padding:1.35rem}.feature-content h3,.principle-card h3,.post-row h3{font-size:clamp(1.25rem,1.5vw,1.65rem)}.feature-content p,.principle-card p,.post-row p{color:var(--muted)}.feature-link{justify-self:start;color:var(--accent);font-family:var(--font-ui);font-size:.88rem;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.06em}.post-list{display:grid;gap:1rem;padding-inline:clamp(.35rem,1vw,.9rem)}.post-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem 1.5rem;align-items:end;padding:1.35rem 0;border-top:1px solid var(--line)}.post-row:first-child{border-top:0;padding-top:0}.cta-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;padding:2rem;border-radius:var(--radius-lg);background:var(--surface-inverse);color:#fff}.cta-band .section-label,.cta-band p{color:#ffffffbf}.cta-band h2{font-size:clamp(1.7rem,2.9vw,2.5rem);margin:.55rem 0 .8rem}.site-footer{margin-top:var(--section-gap);padding:3rem 0 3.5rem;background:var(--surface-inverse);color:#fff}.footer-shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:2rem 4rem}.footer-identity h2{font-size:clamp(1.3rem,2vw,1.9rem)}.footer-tagline,.footer-blurb,.footer-column a{color:#ffffffe6}.site-footer .footer-label{color:#ffffffd6}.footer-tagline{margin-top:.35rem;font-family:var(--font-ui)}.footer-blurb{margin-top:1rem;max-width:28rem}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.footer-column ul{list-style:none;margin:1rem 0 0;padding:0;display:grid;gap:.75rem}.footer-column a{text-decoration:none}.content{width:min(calc(100% - 2rem),var(--reading-width));margin:0 auto;padding:4rem 0 5rem}.prose-article{background:#ffffff8c;border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow-soft)}.prose-article h1{font-size:clamp(2.1rem,4vw,3.4rem);margin:.7rem 0 1.1rem}.prose-lead{margin-bottom:1.2rem;font-size:1.18rem;color:var(--muted)}.prose-page article p+p{margin-top:1rem}.prose-page article h2,.prose-page article h3{margin-top:2rem;margin-bottom:.75rem}.prose-page article ul,.prose-page article ol{padding-left:1.2rem}[data-hero=split] .hero-copy{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(18rem,.8fr);gap:1rem 2.5rem;max-width:none;align-items:start}[data-hero=split] .hero-copy>.section-label,[data-hero=split] .hero-copy>h1{grid-column:1}[data-hero=split] .hero-body,[data-hero=split] .action-row{grid-column:2}[data-hero=stack] .hero-copy h1{max-width:none}[data-hero=center] .home-hero{justify-items:center}[data-hero=center] .hero-copy{max-width:48rem;text-align:center}[data-hero=center] .hero-copy h1{max-width:none}[data-hero=center] .hero-body{max-width:32rem;margin-inline:auto}[data-hero=center] .action-row{justify-content:center}[data-hero=newspaper] .home-hero{grid-template-columns:repeat(12,1fr);gap:2rem}[data-hero=newspaper] .hero-copy{grid-column:span 8}[data-hero=compact] .home-hero{min-height:auto;gap:1.5rem}[data-features=rows] .feature-grid{grid-template-columns:1fr}[data-features=rows] .feature-card{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.1fr);gap:2rem;border-radius:0;box-shadow:none;background:transparent;border:0}[data-features=rows] .feature-content{align-content:center}[data-features=stack] .feature-grid{grid-template-columns:1fr}[data-features=list] .feature-grid{grid-template-columns:1fr;gap:0}[data-features=list] .feature-card{border-radius:0;box-shadow:none;background:transparent;border:0;border-top:1px solid var(--line)}[data-features=list] .feature-media{display:none}[data-features=list] .feature-content{padding-inline:0}@media(max-width:1180px){.theme-dock{right:.75rem;top:.75rem}}@media(max-width:900px){.site-header-inner,.home-hero,.cta-band,.footer-shell{grid-template-columns:1fr}.site-header-inner{align-items:start}.primary-nav{gap:.8rem}.feature-grid,.principle-grid,.footer-links{grid-template-columns:1fr}[data-hero=split] .hero-copy{grid-template-columns:1fr;gap:1rem}[data-hero=split] .hero-copy>.section-label,[data-hero=split] .hero-copy>h1,[data-hero=split] .hero-body,[data-hero=split] .action-row{grid-column:1}[data-hero=newspaper] .home-hero{grid-template-columns:1fr}[data-hero=newspaper] .hero-copy{grid-column:1}[data-features=rows] .feature-card{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:720px){.shell{width:min(calc(100% - 1.25rem),var(--site-width))}.site-header{position:static}.theme-dock{width:min(16rem,calc(100vw - 1rem));right:.5rem;top:.5rem}.primary-nav a:not(:last-child):after{display:none}.post-row{grid-template-columns:1fr}}@font-face{font-family:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/active-font-files/editorial-8f90dc37210c.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/active-font-files/editorial-8f90dc37210c.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:500;font-display:swap;src:url(/active-font-files/editorial-8f90dc37210c.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/active-font-files/editorial-f587e7278012.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/active-font-files/editorial-f587e7278012.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/active-font-files/editorial-f587e7278012.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/active-font-files/editorial-f587e7278012.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/active-font-files/editorial-253e49fe3970.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/active-font-files/editorial-d65c264453b7.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html[data-theme=editorial]{--page-bg: #f3ecdf;--surface: rgba(255, 248, 240, .78);--surface-strong: #fffaf3;--surface-inverse: #1b1816;--text: #201915;--muted: #766357;--line: rgba(47, 31, 20, .14);--accent: #8f4f2f;--accent-strong: #6b3921;--shadow-soft: 0 26px 58px rgba(54, 34, 18, .09);--shadow-card: 0 16px 34px rgba(54, 34, 18, .07);--font-body: "Fraunces", Georgia, serif;--font-display: "Instrument Serif", Georgia, serif;--font-ui: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;--font-mono: "SFMono-Regular", Consolas, monospace;--radius-sm: 14px;--radius-md: 28px;--radius-lg: 38px;--site-width: 1220px;--reading-width: 820px}html[data-theme=editorial] body{background:radial-gradient(circle at top left,rgba(255,255,255,.9),transparent 28rem),linear-gradient(180deg,rgba(255,255,255,.3),transparent 30rem),var(--page-bg)}html[data-theme=editorial] .site-header{background:#f3ecdfd1;border-bottom-color:#2f1f1414}html[data-theme=editorial] .site-header-inner{padding:1.35rem 0 1.1rem}html[data-theme=editorial] .identity-headshot{width:46px;height:46px;box-shadow:none;border:1px solid rgba(47,31,20,.15)}html[data-theme=editorial] .identity-name{font-family:var(--font-ui);font-size:.82rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}html[data-theme=editorial] .identity-tagline{font-family:var(--font-ui);font-size:.85rem}html[data-theme=editorial] .primary-nav a{color:var(--text);font-size:.76rem;font-weight:700;letter-spacing:.16em}html[data-theme=editorial] .primary-nav a:not(:last-child):after{color:#2f1f142e}html[data-theme=editorial] main{padding-top:0}html[data-theme=editorial] .home-hero{min-height:clamp(34rem,88vh,52rem);align-items:center;margin-top:0;padding-top:clamp(4rem,8vw,7rem)}html[data-theme=editorial] .section-label{color:var(--accent)}html[data-theme=editorial] .hero-copy h1{font-family:var(--font-display);font-size:clamp(2.9rem,4.8vw,4.6rem);font-weight:400;letter-spacing:-.055em;line-height:.88}html[data-theme=editorial] .hero-body{max-width:24rem;margin-top:.75rem;font-size:1.14rem;line-height:1.7}html[data-theme=editorial] .action-row{margin-top:.5rem}html[data-theme=editorial] .button{min-height:50px;border-radius:999px;letter-spacing:.12em}html[data-theme=editorial] .button.primary{background:#1e1916}html[data-theme=editorial] .button.secondary{border-color:#2f1f1429;background:#ffffff5c}html[data-theme=editorial] .section-block{gap:2rem}html[data-theme=editorial] .section-heading{max-width:none;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:end;padding-bottom:1.3rem;border-bottom:1px solid var(--line)}html[data-theme=editorial] .section-heading p:last-child{justify-self:end;max-width:24rem;font-size:1rem}html[data-theme=editorial] .feature-card{padding-bottom:2.5rem;border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;background:transparent}html[data-theme=editorial] .feature-media{aspect-ratio:.92 / 1.08;border-radius:24px;box-shadow:var(--shadow-card)}html[data-theme=editorial] .feature-content{align-content:center;gap:1rem;padding:1rem 0}html[data-theme=editorial] .feature-date{color:var(--accent)}html[data-theme=editorial] .feature-content h3{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:400;line-height:.96}html[data-theme=editorial] .feature-content p{max-width:28rem;font-size:1.12rem;line-height:1.75}html[data-theme=editorial] .feature-link{font-size:.76rem;letter-spacing:.16em}html[data-theme=editorial] .post-list{gap:0;padding-inline:0}html[data-theme=editorial] .post-row{grid-template-columns:minmax(0,1fr) auto;gap:1rem 2rem;align-items:start;padding:2.1rem 0}html[data-theme=editorial] .post-row h3{font-family:var(--font-display);font-size:clamp(2rem,3vw,3.2rem);font-weight:400;line-height:.96}html[data-theme=editorial] .post-row p{max-width:42rem;margin-top:.75rem;font-size:1.05rem}html[data-theme=editorial] .post-row-date{display:block;margin-bottom:.9rem;padding-top:0;font-size:.78rem;letter-spacing:.12em}html[data-theme=editorial] .feature-link{align-self:start;margin-top:.25rem}html[data-theme=editorial] .cta-band{grid-template-columns:minmax(0,1fr);gap:1.4rem;padding:clamp(2rem,5vw,4rem);border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent),#1b1816}html[data-theme=editorial] .cta-band h2{max-width:10ch;font-family:var(--font-display);font-size:clamp(2.8rem,5vw,4.8rem);font-weight:400;line-height:.92}html[data-theme=editorial] .site-footer{background:#161311}html[data-theme=editorial] .footer-shell{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)}html[data-theme=editorial] .footer-identity h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);font-weight:400;line-height:.95}html[data-theme=editorial] .theme-dock{background:#fffaf3eb}@media(max-width:900px){html[data-theme=editorial] .section-heading{grid-template-columns:1fr}html[data-theme=editorial] .section-heading p:last-child{justify-self:start}html[data-theme=editorial] .post-row{grid-template-columns:1fr;gap:.8rem}}
