/* Social Code editorial system. Existing colors, a new composition. */
:root{--ed-bg:#0D1825;--ed-deep:#080F18;--ed-panel:#131E2B;--ed-line:#243548;--ed-text:#F7F9FC;--ed-muted:#94A3B8;--ed-teal:#00D9C0;--ed-coral:#FF6B6B;--ed-hover:#FF8A80;--ed-serif:"Instrument Serif",Georgia,serif;--ed-sans:"Work Sans",sans-serif;--ed-gutter:clamp(1.25rem,4.5vw,5rem);--ed-space:clamp(4rem,8vw,8rem);color-scheme:dark}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:2rem}body{margin:0;background:var(--ed-bg);color:var(--ed-text);font:400 1rem/1.65 var(--ed-sans);-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,figure,blockquote{margin:0}h1,h2,h3,h4{font-weight:400}ul,ol{padding-inline-start:1.25rem}::selection{background:var(--ed-teal);color:var(--ed-deep)}:focus-visible{outline:2px solid var(--ed-teal);outline-offset:5px}a{text-underline-offset:.25em;text-decoration-thickness:1px}a:hover{color:var(--ed-teal)}[hidden]{display:none!important}.ed-wrap{width:min(calc(100% - 2 * var(--ed-gutter)),80rem);margin-inline:auto}.ed-kicker{font:500 .8125rem/1.4 var(--ed-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--ed-teal)}.ed-title{font:400 clamp(3.5rem,7.7vw,7rem)/1.02 var(--ed-serif);letter-spacing:-.025em;text-wrap:balance}.ed-title em{font-weight:400}.ed-lead{font-size:clamp(1.125rem,1.6vw,1.5rem);line-height:1.6;text-wrap:pretty}.ed-prose{max-width:65ch;font-size:1.125rem;line-height:1.85}.ed-prose>*+*{margin-top:1.5rem}.ed-prose h2{font:400 2.6rem/1.12 var(--ed-serif);margin-top:3.5rem}.ed-prose h3{font-size:1.125rem;font-weight:600;margin-top:2rem}.ed-rule{height:1px;border:0;background:var(--ed-line);margin:0}.ed-button{display:inline-flex;align-items:center;justify-content:space-between;gap:1.75rem;min-height:3.25rem;padding:.875rem 1.5rem;border:1px solid var(--ed-coral);border-radius:0;background:var(--ed-coral);color:var(--ed-deep);font-size:.9375rem;font-weight:600;line-height:1.4;text-decoration:none;transition:background-color .15s}.ed-button:hover{background:var(--ed-hover);border-color:var(--ed-hover);color:var(--ed-deep)}.ed-link{display:inline-flex;align-items:center;gap:1rem;min-height:2.75rem;font-size:.9375rem;text-decoration:underline}.ed-muted{color:var(--ed-muted)}.ed-skip{position:absolute;z-index:100;left:1rem;top:1rem;transform:translateY(-200%);padding:1rem;background:var(--ed-coral);color:var(--ed-deep)}.ed-skip:focus{transform:none}
/* Masthead: a publication identity with a direct product entrance. */
.ed-header{position:relative;z-index:20;background:var(--ed-bg)}.ed-header-inner{min-height:6rem;border-bottom:1px solid var(--ed-line);display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:1rem}.ed-brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.ed-brand img{width:2.25rem;height:2.25rem;object-fit:contain}.ed-brand span{font-size:1.5rem;font-weight:600;letter-spacing:-.075em}.ed-brand:hover{color:var(--ed-text)}.ed-nav{display:flex;align-items:center;gap:1.75rem}.ed-nav>a{font-size:.875rem;text-decoration:none;min-height:2.75rem;display:flex;align-items:center;white-space:nowrap}.ed-nav>a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--ed-teal)}.ed-nav .ed-button{font-size:.8125rem;min-height:2.75rem;padding:.65rem 1rem}.ed-menu-toggle{min-height:2.75rem;display:flex;align-items:center;gap:.65rem;padding:.5rem 0;border:0;background:none;color:var(--ed-text);font-size:.875rem}.ed-menu-toggle>span:last-child{font-size:1.5rem;line-height:1}.ed-menu-toggle[aria-expanded=true]>span:last-child{transform:rotate(45deg)}.ed-menu{padding:1.75rem 0 2rem;border-bottom:1px solid var(--ed-line);display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem 2rem}.ed-menu a{font:400 1.625rem/1.4 var(--ed-serif);padding:.4rem 0;text-decoration:none;min-height:2.75rem}.ed-menu a:hover{text-decoration:underline}.ed-menu-note{grid-column:1/-1;margin-top:1rem;color:var(--ed-muted);font-size:.8125rem}.ed-header:not(.ed-enhanced) .ed-menu-toggle{display:none}.ed-header:not(.ed-enhanced) .ed-menu{display:grid!important}
/* Footer is a destination index, not another sales panel. */
.ed-footer{margin-top:var(--ed-space);background:var(--ed-deep);padding:4rem 0 1.5rem}.ed-footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}.ed-footer-wordmark{font:400 clamp(3rem,6vw,6rem)/1 var(--ed-serif);letter-spacing:-.025em}.ed-footer-caption{color:var(--ed-muted);font-size:.9375rem;margin-top:1.5rem;max-width:29ch}.ed-footer-nav{display:grid;align-content:start;gap:.5rem}.ed-footer-nav a{display:block;width:fit-content;min-height:2.5rem;text-decoration:none;font-size:.9375rem}.ed-footer-nav .ed-kicker{margin-bottom:.75rem}.ed-footer-bottom{margin-top:4rem;padding-top:1.5rem;border-top:1px solid var(--ed-line);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8125rem;color:var(--ed-muted)}.ed-footer-bottom>div{display:flex;gap:1.5rem;flex-wrap:wrap}
/* Homepage: opening spread, field notes, proof, then the next step. */
.home-opening{padding-top:clamp(3rem,6vw,6rem)}.home-opening-top{display:flex;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}.home-opening-top>span:last-child{font-size:.8125rem;color:var(--ed-muted)}.home-title{font:400 clamp(3.4rem,8.8vw,8rem)/.98 var(--ed-serif);letter-spacing:-.025em;margin:0;max-width:19ch}.home-title em{color:var(--ed-text);font-weight:400}.home-introduction{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.3fr);gap:clamp(3rem,8vw,8rem);margin-top:3.5rem;align-items:start}.home-intro-copy{max-width:31rem;padding-top:.5rem}.home-intro-copy>p{font-size:1.125rem;color:var(--ed-muted);line-height:1.8}.home-intro-copy .ed-button{margin-top:2rem;width:100%}.home-intro-note{margin-top:1rem!important;font-size:.8125rem!important}.home-cover img{width:100%;aspect-ratio:2.15;object-fit:cover;object-position:50% 40%}.home-cover figcaption{display:flex;gap:1rem;justify-content:space-between;font-size:.8125rem;color:var(--ed-muted);margin-top:.875rem}.home-cover figcaption a{color:var(--ed-text)}.home-footnote{display:flex;align-items:baseline;justify-content:space-between;gap:2rem;border-top:1px solid var(--ed-line);margin-top:3rem;padding-top:1.5rem;font-size:.875rem}.home-footnote>p{color:var(--ed-muted)}.home-section{padding-top:var(--ed-space)}.home-section-heading{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-top:2rem;border-top:1px solid var(--ed-line);margin-bottom:3rem}.home-section-heading h2{font:400 clamp(2.75rem,5.5vw,5.5rem)/1.05 var(--ed-serif);letter-spacing:-.02em;max-width:20ch}.home-method{margin-left:calc(33.333% + 1rem)}.home-method-row{display:grid;grid-template-columns:3rem minmax(0,1fr) minmax(0,1.1fr);gap:1.5rem;padding:2rem 0;border-top:1px solid var(--ed-line);align-items:baseline}.home-method-row>span{font-size:.8125rem;color:var(--ed-teal);font-variant-numeric:tabular-nums}.home-method-row h3{font:400 2rem/1.15 var(--ed-serif)}.home-method-row p{color:var(--ed-muted);font-size:.9375rem}.home-method>.ed-link{margin-top:1.5rem}.home-fieldnote{margin-top:var(--ed-space);background:var(--ed-deep);padding-block:var(--ed-space)}.home-fieldnote-inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.home-fieldnote h2{font:400 clamp(3rem,6vw,6rem)/1.02 var(--ed-serif);max-width:15ch;letter-spacing:-.02em}.home-fieldnote p:not(.ed-kicker){margin-top:2rem;font-size:1.125rem;color:var(--ed-muted);max-width:53ch}.home-fieldnote .ed-link{margin-top:2rem}.home-testimony{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--ed-line)}.home-testimony blockquote{font:400 clamp(1.75rem,3vw,2.5rem)/1.3 var(--ed-serif);max-width:40ch}.home-testimony figcaption{color:var(--ed-muted);font-size:.875rem;margin-top:1.5rem}.home-path{display:grid;grid-template-columns:1fr 1fr;gap:0}.home-path article{border-top:1px solid var(--ed-line);padding:2rem 3rem 0 0}.home-path article+article{border-left:1px solid var(--ed-line);padding-left:3rem;padding-right:0}.home-path h3{font:400 2.6rem/1.12 var(--ed-serif);margin-top:1.5rem;max-width:18ch}.home-path article>p:not(.ed-kicker){color:var(--ed-muted);margin-top:1.25rem;max-width:45ch}.home-path a{margin-top:1.5rem}.home-journal-header{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.home-journal-header h2{font:400 clamp(3rem,6vw,6rem)/1 var(--ed-serif);margin-top:1rem}.home-article{display:grid;grid-template-columns:12rem minmax(0,1.5fr) minmax(0,1fr) 2rem;gap:2rem;padding:2rem 0;border-top:1px solid var(--ed-line);text-decoration:none;align-items:baseline}.home-article time{font-size:.8125rem;color:var(--ed-muted)}.home-article h3{font:400 clamp(1.65rem,2.5vw,2.2rem)/1.15 var(--ed-serif)}.home-article p{font-size:.9375rem;color:var(--ed-muted)}.home-article>span{color:var(--ed-teal)}.home-faq{display:grid;grid-template-columns:1fr 2fr;gap:3rem}.home-faq h2{font:400 3.5rem/1.08 var(--ed-serif);margin-top:1rem}.home-faq details{border-top:1px solid var(--ed-line);padding:1.5rem 0}.home-faq summary{cursor:pointer;list-style:none;font-size:1.125rem;display:flex;justify-content:space-between;gap:2rem}.home-faq summary::-webkit-details-marker{display:none}.home-faq summary::after{content:'+';color:var(--ed-teal);font-size:1.4rem}.home-faq details[open] summary::after{content:'−'}.home-faq details p{color:var(--ed-muted);margin-top:1rem;max-width:58ch}.home-next{margin-top:var(--ed-space);border-top:1px solid var(--ed-line);padding-top:3rem;display:grid;grid-template-columns:1.6fr 1fr;gap:4rem;align-items:end}.home-next h2{font:400 clamp(3.5rem,7vw,7rem)/1 var(--ed-serif);letter-spacing:-.025em}.home-next p{color:var(--ed-muted);margin-bottom:1.5rem;max-width:38ch}.home-next .ed-button{width:100%}
@media(max-width:70rem){.ed-nav{gap:1.25rem}.ed-nav>a:not(.ed-button){display:none}.ed-menu{grid-template-columns:repeat(3,1fr)}.home-method{margin-left:0}.home-article{grid-template-columns:8rem 1.4fr 1fr 1rem;gap:1rem}.home-method-row{grid-template-columns:2rem 1fr 1.3fr}}
@media(max-width:48rem){.ed-header-inner{min-height:5rem;gap:1rem}.ed-brand span{font-size:1.25rem}.ed-nav>.ed-button{display:none}.ed-nav{gap:1rem}.ed-menu{grid-template-columns:repeat(2,1fr)}.ed-footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.ed-footer-top>div:first-child{grid-column:1/-1}.home-opening-top>span:last-child{display:none}.home-opening-top{margin-bottom:2rem}.home-title{font-size:clamp(3.4rem,9vw,5rem)}.home-introduction{grid-template-columns:1fr;gap:2.5rem;margin-top:2rem}.home-intro-copy{max-width:36rem}.home-cover img{aspect-ratio:1.7}.home-footnote{align-items:start;flex-direction:column;gap:.5rem}.home-section-heading,.home-fieldnote-inner,.home-faq,.home-next{grid-template-columns:1fr;gap:2rem}.home-section-heading{margin-bottom:2rem}.home-section-heading h2{max-width:17ch}.home-method-row{grid-template-columns:2rem 1fr;gap:.5rem 1rem}.home-method-row p{grid-column:2}.home-path{grid-template-columns:1fr;gap:2.5rem}.home-path article,.home-path article+article{padding:1.5rem 0 0;border-left:0}.home-journal-header{align-items:start;flex-direction:column;gap:.75rem}.home-article{grid-template-columns:1fr 1rem;gap:.75rem}.home-article time{grid-column:1/-1}.home-article h3{grid-column:1}.home-article p{grid-column:1;grid-row:3}.home-article>span{grid-column:2;grid-row:2}.home-cover figcaption{flex-direction:column;gap:.25rem}.home-faq summary{font-size:1rem}.home-next{gap:2rem}.ed-footer{margin-top:4rem}.ed-footer-bottom{margin-top:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}@media(forced-colors:active){.ed-button{border-color:ButtonText}:focus-visible{outline-color:Highlight}}
