:root{--paper: #f4f2ed;--warm-white: #fbfaf6;--ink: #161513;--muted: #6b6862;--line: rgba(22, 21, 19, .18);--red: #e83f35;--feature: #b7c5c6;--deep: #161513;--onDeep: #fbfaf6;--sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;--serif: "Iowan Old Style", Baskerville, "Times New Roman", serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;color-scheme:light}:root[data-theme=dark]{--paper: #131210;--warm-white: #1d1b18;--ink: #f2efe8;--muted: #aaa69e;--line: rgba(242, 239, 232, .17);--red: #ff5a50;--feature: #39494a;--deep: #080807;--onDeep: #f2efe8;color-scheme:dark}:root{font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);transition:background-color .18s ease,color .18s ease}body,button,input,textarea,select{font:inherit}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--red);outline-offset:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;left:1rem;top:1rem;padding:.75rem 1rem;background:var(--warm-white);transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-header{position:relative;z-index:20;min-height:86px;padding:0 3vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper)}.brand{display:flex;align-items:center;gap:.8rem;font-weight:700;letter-spacing:-.04em;font-size:1.22rem}.brand-mark{width:2.3rem;aspect-ratio:1;display:grid;place-items:center;background:var(--ink);color:var(--paper);font:500 .62rem/1 var(--mono);letter-spacing:.08em}.site-header nav{display:flex;align-items:center;gap:clamp(1rem,2.3vw,2.3rem);font-size:.85rem;font-weight:600}.theme-toggle{width:40px;height:40px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);cursor:pointer}.theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.theme-toggle .moon,:root[data-theme=dark] .theme-toggle .sun{display:none}:root[data-theme=dark] .theme-toggle .moon{display:block}.site-header nav a:not(.submit-link){border-bottom:1px solid transparent}.site-header nav a:not(.submit-link):hover{border-color:var(--ink)}.submit-link,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.8rem 1.25rem;background:var(--ink);color:var(--paper);font-weight:600;border:1px solid var(--ink);transition:background .16s ease,color .16s ease,transform .16s ease}.submit-link:hover,.button:hover{background:var(--red);border-color:var(--red);transform:translateY(-2px)}.button.light{background:var(--warm-white);color:var(--ink);border-color:var(--warm-white)}.button.ghost{background:transparent;color:var(--ink)}.menu-button{display:none;width:42px;height:42px;padding:10px;border:0;background:transparent}.menu-button span{display:block;height:1px;background:var(--ink);margin:7px 0}.eyebrow{margin:0 0 .9rem;font:500 .68rem/1.4 var(--mono);letter-spacing:.1em;text-transform:uppercase}.hero{min-height:calc(100svh - 86px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);border-bottom:1px solid var(--line);background:var(--deep);color:var(--onDeep)}.hero-copy{padding:clamp(3rem,7vw,8rem) 5vw 4rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.hero h1{max-width:10ch;margin:0;font:400 clamp(4.2rem,8.2vw,9.4rem)/.82 var(--serif);letter-spacing:-.065em}.hero h1 em{color:var(--red);font-weight:400}.hero-intro{max-width:33rem;margin:2.2rem 0 2rem;color:#d7d3cc;font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-image{position:relative;min-height:650px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,21,19,.35),transparent 35%);pointer-events:none}.hero-caption{position:absolute;z-index:2;right:1.4rem;bottom:1.4rem;max-width:260px;padding:.85rem 1rem;background:#161513db;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font:400 .66rem/1.5 var(--mono);text-transform:uppercase;letter-spacing:.05em}.utility-bar{display:grid;grid-template-columns:1.2fr repeat(4,1fr);border-bottom:1px solid var(--line);background:var(--warm-white)}.utility-bar>*{min-height:94px;padding:1.35rem 2vw;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.utility-bar>:last-child{border-right:0}.utility-bar .lead{font-family:var(--serif);font-size:1.35rem}.utility-bar a{font:500 .78rem/1.4 var(--mono);text-transform:uppercase;letter-spacing:.05em;gap:.8rem}.utility-bar a svg{color:var(--red)}.section{padding:clamp(5rem,9vw,10rem) 3vw}.section-heading{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:2rem;align-items:end;margin-bottom:3rem}.section-heading h2{max-width:14ch;margin:0;font:400 clamp(3rem,5.8vw,6.6rem)/.92 var(--serif);letter-spacing:-.055em}.section-heading p:last-child{max-width:35rem;margin:0 0 .5rem auto;color:var(--muted);line-height:1.7}.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem 1.5rem}.story-card.large{grid-column:span 2}.story-image{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;background:color-mix(in srgb,var(--ink) 10%,var(--paper))}.story-card.large .story-image{aspect-ratio:8 / 5}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.story-image:hover img{transform:scale(1.025)}.image-arrow{position:absolute;right:1rem;bottom:1rem;width:2.6rem;height:2.6rem;display:grid;place-items:center;border-radius:50%;background:var(--warm-white);color:var(--ink)}.image-arrow svg,.feature-list a svg,.studio-sidebar-foot a svg{flex:0 0 auto}.story-copy{padding-top:1.35rem}.story-copy h3{margin:0;font:400 clamp(1.8rem,2.5vw,3rem)/1 var(--serif);letter-spacing:-.035em}.story-copy h3 a:hover{color:var(--red)}.story-copy>p:not(.eyebrow){max-width:46rem;margin:1rem 0;color:var(--muted);line-height:1.65}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem}.tag-row span,.pill{padding:.4rem .6rem;border:1px solid var(--line);font:400 .62rem/1 var(--mono);text-transform:uppercase}.feature-band{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);background:var(--feature)}.feature-band-image{min-height:620px}.feature-band-image img{width:100%;height:100%;object-fit:cover}.feature-band-copy{padding:clamp(3rem,6vw,7rem);display:flex;flex-direction:column;justify-content:center}.feature-band-copy h2{margin:0 0 1.5rem;font:400 clamp(3rem,5vw,6rem)/.9 var(--serif);letter-spacing:-.055em}.feature-band-copy p:not(.eyebrow){line-height:1.7;max-width:31rem}.newsletter{margin:0 3vw clamp(5rem,9vw,10rem);padding:clamp(3rem,6vw,7rem);background:var(--red);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:3rem;align-items:end}.newsletter h2{max-width:11ch;margin:0;font:400 clamp(3rem,5.2vw,6rem)/.92 var(--serif);letter-spacing:-.05em}.newsletter form{display:flex;border-bottom:1px solid rgba(255,255,255,.7)}.newsletter input{flex:1;min-width:0;padding:1rem 0;border:0;background:transparent;color:#fff;outline:0}.newsletter input::placeholder{color:#ffffffbf}.newsletter button{border:0;padding:1rem;background:transparent;color:#fff;font-weight:700;cursor:pointer}.newsletter .form-note{grid-column:2;margin:-2rem 0 0;font-size:.72rem;opacity:.8}.honeypot{position:absolute!important;left:-9999px!important}.page-hero{padding:clamp(5rem,10vw,11rem) 3vw 4rem;border-bottom:1px solid var(--line)}.page-hero h1{max-width:14ch;margin:0;font:400 clamp(4rem,9vw,10rem)/.84 var(--serif);letter-spacing:-.065em}.page-hero .lede{max-width:47rem;margin:2rem 0 0 auto;color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.35rem);line-height:1.65}.filter-bar{position:sticky;top:0;z-index:10;display:flex;flex-wrap:wrap;gap:.55rem;padding:1rem 3vw;background:color-mix(in srgb,var(--paper) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.filter-bar button{min-height:40px;padding:.5rem .8rem;border:1px solid var(--line);background:transparent;cursor:pointer;font-size:.72rem;text-transform:uppercase}.filter-bar button.active,.filter-bar button:hover{background:var(--ink);color:var(--paper)}.feature-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.feature-list article{min-height:340px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}.feature-list .number{margin-bottom:auto;font:400 .68rem/1 var(--mono);color:var(--red)}.feature-list h2{margin:4rem 0 1rem;font:400 2.5rem/1 var(--serif)}.feature-list p{color:var(--muted);line-height:1.6}.feature-list a{margin-top:1rem;font-weight:700;display:inline-flex;align-items:center;gap:.65rem}.content-page{max-width:1180px;margin:0 auto;padding:clamp(4rem,8vw,9rem) 3vw}.content-page.narrow{max-width:820px}.content-page h1{margin:0 0 2rem;font:400 clamp(3.4rem,7vw,7rem)/.9 var(--serif);letter-spacing:-.055em}.content-page h2{margin:3.5rem 0 1rem;font:400 clamp(2rem,4vw,3.5rem)/1 var(--serif)}.content-page p,.content-page li{line-height:1.75;color:color-mix(in srgb,var(--ink) 86%,var(--paper))}.content-page .lede{font-size:1.3rem}.submission-form{margin-top:3rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem}.field{display:grid;gap:.55rem}.field.full{grid-column:1 / -1}.field label{font:500 .68rem/1 var(--mono);text-transform:uppercase;letter-spacing:.06em}.field input,.field textarea,.field select{width:100%;padding:1rem;border:1px solid var(--line);border-radius:0;background:var(--warm-white);color:var(--ink)}.field textarea{min-height:150px;resize:vertical}.exposure-fields{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.exposure-fields legend{grid-column:1 / -1;margin-bottom:.5rem;font:500 .72rem/1 var(--mono);letter-spacing:.08em;text-transform:uppercase}.exposure-fields label{display:grid;gap:.5rem}.exposure-fields label span{color:var(--muted);font:400 .66rem/1 var(--mono);text-transform:uppercase}.check-field{grid-column:1 / -1;display:flex;align-items:flex-start;gap:.7rem;font-size:.82rem;line-height:1.5}.check-field input{margin-top:.2rem}.submission-form button{width:fit-content;border-radius:0;cursor:pointer}.article-hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);height:clamp(620px,76svh,900px);min-height:72svh;border-bottom:1px solid var(--line)}.article-hero.no-image{height:auto;grid-template-columns:1fr;min-height:62svh}.article-hero.no-image .article-title{max-width:1100px}.article-title{padding:clamp(3rem,6vw,7rem) 4vw;display:flex;flex-direction:column;justify-content:center}.article-title h1{margin:0 0 2rem;font:400 clamp(3.6rem,6vw,7rem)/.9 var(--serif);letter-spacing:-.06em}.article-meta{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;color:var(--muted);font:400 .68rem/1.4 var(--mono);text-transform:uppercase}.article-photo{min-height:0;height:100%;margin:0;overflow:hidden;background:color-mix(in srgb,var(--ink) 12%,var(--paper))}.article-photo img{width:100%;height:100%;object-fit:cover}.article-body{max-width:760px;margin:0 auto;padding:clamp(4rem,8vw,9rem) 3vw;font-family:var(--serif);font-size:clamp(1.18rem,1.6vw,1.35rem);line-height:1.7}.article-body>p:first-child{font-size:1.35em}.article-body img,.article-body iframe{max-width:min(100%,1100px);margin:2.5rem auto}.article-body img{width:min(100%,var(--article-image-width, 100%))!important;height:auto!important}.article-body video{width:100%;height:auto}.article-body figure,.article-body p:has(>span>img){margin-left:0;margin-right:0}.article-body span:has(>img){display:block;width:100%}.article-body iframe{width:100%;aspect-ratio:16 / 9;border:0}.article-body .responsive-container{position:relative;width:100%;aspect-ratio:16 / 9;margin:2.5rem 0;overflow:hidden;background:#111}.article-body figure .responsive-container{margin:0}.article-body .responsive-container iframe{position:absolute;inset:0;width:100%;height:100%;margin:0;aspect-ratio:auto}.article-body .smart-video{margin-top:2.5rem;margin-bottom:2.5rem}.article-body .smart-video figcaption{margin-top:.65rem;color:var(--muted);font:400 .68rem/1.5 var(--mono);text-transform:uppercase;letter-spacing:.05em}.article-body .smart-video figcaption a{text-decoration:none}.article-body .video-unavailable{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,5vw,3.5rem);background:#242321;color:#f4f1ea}.article-body .video-unavailable span{margin-bottom:1rem;color:#b9b5ac;font:400 .66rem/1.4 var(--mono);text-transform:uppercase;letter-spacing:.08em}.article-body .video-unavailable strong{font:400 clamp(1.6rem,4vw,2.8rem)/1 var(--serif)}.article-body .video-unavailable p{max-width:34rem;margin:.8rem 0 0;color:#c9c5bd;font:400 .86rem/1.6 var(--sans)}.article-body .video-unavailable a{color:inherit}.article-body a{text-decoration:underline;text-decoration-color:var(--red);text-underline-offset:.2em}.archive-note{max-width:760px;margin:3rem auto 0;padding:1rem;border:1px solid var(--line);font:400 .72rem/1.6 var(--mono)}.site-footer{padding:4rem 3vw 2rem;background:var(--deep);color:var(--onDeep);display:grid;grid-template-columns:1fr auto;gap:3rem}.footer-brand{font:400 clamp(2.5rem,5vw,5rem)/1 var(--serif)}.site-footer p{color:color-mix(in srgb,var(--onDeep) 68%,transparent)}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(90px,1fr));gap:1rem 2rem;align-content:start}.footer-links a:hover{color:var(--red)}.copyright{grid-column:1 / -1;padding-top:2rem;border-top:1px solid rgba(255,255,255,.15);font:400 .62rem/1.5 var(--mono);text-transform:uppercase}.studio-gate,.studio-shell{--studio-bg: var(--paper);--studio-panel: var(--warm-white);--studio-ink: var(--ink);--studio-muted: var(--muted);--studio-line: var(--line);min-height:100svh;background:var(--studio-bg);color:var(--studio-ink)}.studio-gate{display:grid;place-items:center;padding:2rem}.login-card{width:min(430px,100%);padding:3rem;background:var(--studio-panel);border:1px solid var(--studio-line);box-shadow:0 30px 80px color-mix(in srgb,var(--studio-ink) 6%,transparent)}.login-card h1,.studio-heading h1,.empty-editor h1{margin:1.5rem 0 .75rem;font:400 clamp(2.25rem,5vw,4rem)/1.02 var(--serif);letter-spacing:-.035em}.login-card p{color:var(--studio-muted)}.login-card label,.editor-grid label,.story-fields>label{display:grid;gap:.55rem;color:color-mix(in srgb,var(--studio-ink) 78%,var(--studio-bg));font:500 .68rem/1.3 var(--mono);letter-spacing:.06em;text-transform:uppercase}.login-card input,.editor-grid input,.editor-grid textarea,.editor-grid select,.story-fields input,.story-fields textarea,.story-fields select,.index-tools input{width:100%;border:1px solid var(--studio-line);border-radius:3px;background:var(--studio-panel);color:var(--studio-ink);padding:.85rem .9rem;font:400 .92rem/1.45 var(--sans);letter-spacing:0;text-transform:none;outline:none}.login-card input:focus,.editor-grid input:focus,.editor-grid textarea:focus,.editor-grid select:focus,.story-fields input:focus,.story-fields textarea:focus,.index-tools input:focus{border-color:var(--studio-muted);box-shadow:0 0 0 3px color-mix(in srgb,var(--studio-ink) 6%,transparent)}.login-card button,.studio-heading button,.submission-card button,.empty-editor button,.new-button{min-height:44px;border:0;border-radius:3px;background:var(--studio-ink);color:var(--studio-bg);padding:.85rem 1rem;font:500 .7rem/1 var(--mono);letter-spacing:.04em}.login-card>button{width:100%;margin-top:1rem}.login-card .quiet-button{background:transparent;color:var(--studio-muted)}.studio-wordmark,.studio-kicker{margin:0;font:600 .64rem/1.4 var(--mono);letter-spacing:.11em;text-transform:uppercase}.studio-shell{display:grid;grid-template-columns:220px minmax(0,1fr)}.studio-sidebar{position:sticky;top:0;height:100svh;padding:2rem 1.25rem 1.25rem;background:var(--deep);color:var(--onDeep);display:flex;flex-direction:column}.studio-sidebar .studio-muted{margin:.35rem 0;color:color-mix(in srgb,var(--onDeep) 62%,transparent);font:400 .8rem/1.4 var(--sans)}.studio-sidebar nav{display:grid;gap:.25rem;margin-top:3rem}.studio-sidebar nav button,.studio-sidebar-foot button{display:flex;justify-content:space-between;width:100%;padding:.75rem .8rem;border:0;border-radius:3px;background:transparent;color:color-mix(in srgb,var(--onDeep) 68%,transparent);text-align:left;font:400 .78rem/1.2 var(--sans)}.studio-sidebar nav button.active,.studio-sidebar nav button:hover{background:color-mix(in srgb,var(--onDeep) 12%,transparent);color:var(--onDeep)}.studio-sidebar nav span{color:color-mix(in srgb,var(--onDeep) 45%,transparent)}.studio-sidebar-foot{margin-top:auto;display:grid;gap:.4rem;border-top:1px solid color-mix(in srgb,var(--onDeep) 16%,transparent);padding-top:1rem}.studio-sidebar-foot a{padding:.7rem .8rem;color:color-mix(in srgb,var(--onDeep) 68%,transparent);font-size:.76rem;display:flex;align-items:center;justify-content:space-between}.studio-main{min-width:0}.studio-topbar{position:sticky;z-index:10;top:0;min-height:72px;padding:1rem 2rem;border-bottom:1px solid var(--studio-line);background:color-mix(in srgb,var(--studio-bg) 94%,transparent);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:space-between;gap:2rem}.studio-topbar .studio-muted{margin:.2rem 0 0;color:var(--studio-muted);font-size:.7rem}.studio-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.publish-button{border:0;border-radius:999px;padding:.75rem 1.2rem;background:var(--red);color:#fff;font:500 .68rem/1 var(--mono)}.publish-button:disabled{opacity:.55}.studio-saved,.studio-error{max-width:430px;color:#5f7258;font-size:.75rem}.studio-error{color:#9e352d}.studio-canvas{width:min(1060px,calc(100% - 4rem));margin:0 auto;padding:3.5rem 0 7rem}.studio-heading{margin-bottom:2.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.studio-heading h1{margin:0}.studio-heading p{margin:.45rem 0 0;color:var(--studio-muted)}.editor-panel{margin-bottom:1rem;padding:2rem;border:1px solid var(--studio-line);border-radius:5px;background:var(--studio-panel)}.panel-title{display:grid;grid-template-columns:45px 1fr;gap:.75rem;margin-bottom:2rem}.panel-title>span{color:var(--studio-muted);font:500 .62rem/1.4 var(--mono)}.panel-title h2{margin:0;font:500 1rem/1.2 var(--sans)}.panel-title p{margin:.25rem 0 0;color:var(--studio-muted);font-size:.78rem}.editor-grid,.story-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.editor-grid .wide,.story-fields .wide,.editor-image{grid-column:1 / -1}.inline-control{display:flex}.inline-control input{border-radius:3px 0 0 3px}.inline-control button{padding:0 1rem;border:1px solid var(--studio-line);border-left:0;background:color-mix(in srgb,var(--studio-ink) 5%,var(--studio-bg));color:var(--studio-ink);border-radius:0 3px 3px 0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}.studio-split{min-height:calc(100svh - 72px);display:grid;grid-template-columns:330px minmax(0,1fr)}.story-index{border-right:1px solid var(--studio-line);background:color-mix(in srgb,var(--studio-ink) 5%,var(--studio-bg))}.index-tools{position:sticky;top:72px;z-index:2;padding:1rem;display:grid;gap:.75rem;background:color-mix(in srgb,var(--studio-ink) 5%,var(--studio-bg));border-bottom:1px solid var(--studio-line)}.story-list>button{width:100%;padding:.8rem 1rem;border:0;border-bottom:1px solid var(--studio-line);background:transparent;color:var(--studio-ink);text-align:left;display:grid;grid-template-columns:46px 1fr;gap:.8rem;align-items:center}.story-list>button.active{background:var(--studio-panel);box-shadow:inset 3px 0 var(--red)}.story-list img{width:46px;height:46px;object-fit:cover}.story-list strong,.story-list small{display:block}.story-list strong{font:500 .76rem/1.25 var(--sans)}.story-list small{margin-top:.25rem;color:var(--studio-muted);font:400 .6rem/1 var(--mono)}.story-editor{padding:3rem}.story-editor .studio-heading{align-items:center}.story-fields .title-input{font:400 1.45rem/1.25 var(--serif)}.story-fields .body-editor{font:400 .86rem/1.65 var(--mono)}.studio-preview-tools{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;color:var(--studio-muted);font:400 .74rem/1.4 var(--mono)}.studio-preview-tools button{width:auto}.studio-article-preview{max-width:none;margin:0;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--studio-line);background:var(--studio-panel);font-size:1rem}.story-fields small{color:var(--studio-muted);text-transform:none;letter-spacing:0}.editor-image{width:min(620px,100%);max-height:430px;object-fit:cover}.empty-editor{max-width:500px;margin:14svh auto;text-align:center}.empty-editor p{color:var(--studio-muted)}.submission-grid{display:grid;gap:1rem}.submission-card{display:grid;grid-template-columns:minmax(250px,.8fr) 1.2fr;border:1px solid var(--studio-line);background:var(--studio-panel)}.submission-card>img{width:100%;height:100%;min-height:420px;object-fit:cover}.submission-card>div{padding:2.5rem}.submission-card h2{margin:.65rem 0 1rem;font:400 2.2rem/1 var(--serif)}.submission-card dl{margin:2rem 0;display:grid;grid-template-columns:85px 1fr;gap:.5rem 1rem;font-size:.78rem}.submission-card dt{color:var(--studio-muted)}.metric-grid{margin-bottom:1rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.metric-grid article{min-height:150px;padding:1.4rem;border:1px solid var(--studio-line);border-radius:5px;background:var(--studio-panel);display:flex;flex-direction:column}.metric-grid span,.metric-grid small{color:var(--studio-muted);font:500 .62rem/1.4 var(--mono);text-transform:uppercase;letter-spacing:.05em}.metric-grid strong{margin:auto 0 .35rem;font:400 2.6rem/1 var(--serif)}.analytics-panel{padding-bottom:1.2rem}.chart-wrap{position:relative;height:330px}.analytics-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.analytics-list{margin:0;padding:0;list-style:none}.analytics-list li{padding:.7rem 0;border-top:1px solid var(--studio-line);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;color:color-mix(in srgb,var(--studio-ink) 78%,var(--studio-bg));font-size:.78rem}.analytics-list a,.analytics-list span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-list strong{font:500 .7rem/1.4 var(--mono)}.analytics-subtitle{margin-top:2.25rem}.analytics-privacy{max-width:760px;margin:1.5rem 0 0;color:var(--studio-muted);font-size:.72rem;line-height:1.6}.design-palette{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.design-palette>label{display:grid;gap:.55rem;color:color-mix(in srgb,var(--studio-ink) 78%,var(--studio-bg));font:500 .68rem/1.3 var(--mono);letter-spacing:.06em;text-transform:uppercase}.design-field-label{display:flex;justify-content:space-between;gap:.75rem}.design-field-label small{color:var(--studio-muted);font-weight:400;letter-spacing:0;text-transform:none}.color-control{display:grid;grid-template-columns:44px minmax(0,1fr)}.color-control i{min-height:44px;border:1px solid var(--studio-line);border-right:0;border-radius:3px 0 0 3px}.color-control input{border-radius:0 3px 3px 0;font-family:var(--mono)}.design-note{color:var(--studio-muted);font-size:.74rem}@media(max-width:900px){.site-header{min-height:72px;padding-inline:clamp(1.15rem,4vw,1.5rem)}.design-palette{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-button{display:block}.site-header nav{position:absolute;left:0;right:0;top:72px;display:none;padding:1rem clamp(1.15rem,4vw,1.5rem) 1.5rem;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.site-header nav a{padding:.8rem 0}.hero{min-height:auto;grid-template-columns:1fr}.hero-copy{min-height:650px}.hero-image{min-height:80svh}.utility-bar{grid-template-columns:repeat(2,1fr)}.utility-bar .lead{grid-column:1 / -1}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-band,.newsletter,.article-hero{grid-template-columns:1fr}.article-hero{height:auto;min-height:0}.newsletter .form-note{grid-column:1;margin:-2rem 0 0}.article-photo{grid-row:auto;min-height:0;width:auto;aspect-ratio:4 / 5}.feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){:root{--mobile-gutter: clamp(1.15rem, 5vw, 1.35rem)}.design-palette{grid-template-columns:1fr}.hero-copy{min-height:560px;padding:3.5rem var(--mobile-gutter) 2.5rem}.hero h1{font-size:clamp(4rem,22vw,6.4rem)}.hero-image{min-height:620px}.utility-bar{grid-template-columns:1fr}.utility-bar>*,.utility-bar .lead{grid-column:auto;min-height:70px;padding:1rem var(--mobile-gutter);border-right:0;border-bottom:1px solid var(--line)}.section,.page-hero,.content-page{padding-left:var(--mobile-gutter);padding-right:var(--mobile-gutter)}.section-heading{grid-template-columns:1fr}.section-heading p:last-child{margin-left:0}.story-grid{grid-template-columns:1fr}.story-card.large{grid-column:auto}.story-card.large .story-image,.story-image{aspect-ratio:4 / 5}.feature-band-image{min-height:520px}.feature-band-copy{padding:3rem var(--mobile-gutter)}.newsletter{margin:0 var(--mobile-gutter) 5rem;padding:3rem var(--mobile-gutter);grid-template-columns:1fr}.newsletter form{display:grid}.newsletter button{text-align:left;padding-left:0}.feature-list,.submission-form{grid-template-columns:1fr}.field.full,.check-field{grid-column:auto}.exposure-fields{grid-template-columns:1fr}.article-hero{min-height:auto}.article-title{padding:3.5rem var(--mobile-gutter) 2.75rem}.article-title h1{margin-bottom:1.5rem;font-size:clamp(2.8rem,14vw,4.5rem);line-height:.94}.article-photo{width:calc(100% - (2 * var(--mobile-gutter)));margin:0 auto var(--mobile-gutter);justify-self:center}.article-body,.archive-note{margin-left:var(--mobile-gutter);margin-right:var(--mobile-gutter);padding-left:0;padding-right:0}.site-footer{grid-template-columns:1fr;padding:3rem var(--mobile-gutter) 2rem}.copyright{grid-column:1}}@media(max-width:800px){.studio-shell{display:block}.studio-sidebar{position:static;height:auto;padding:1rem}.studio-sidebar nav{margin-top:1rem;grid-template-columns:repeat(3,1fr)}.studio-sidebar-foot{display:none}.studio-topbar{position:static;align-items:flex-start;flex-wrap:wrap;padding:1rem}.studio-actions{width:100%;justify-content:space-between}.studio-saved,.studio-error{display:none}.studio-canvas{width:min(100% - 2rem,1060px);padding-top:2rem}.studio-split{display:block}.story-index{border-right:0}.story-list{max-height:300px;overflow:auto}.story-editor{padding:1rem}.editor-grid,.story-fields,.submission-card,.metric-grid,.analytics-columns{grid-template-columns:1fr}.submission-card>img{min-height:320px}}@media(max-width:620px){.login-card,.editor-panel{padding:1.5rem}.studio-canvas{width:calc(100% - 2rem)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
