:root {
    --ink: #17211d;
    --muted: #5f6661;
    --paper: #fff;
    --soft: #f5f4f0;
    --line: #deddd6;
    --coral: #a9344f;
    --coral-dark: #7f2038;
    --jade: #207765;
    --yellow: #c9a451;
    --lilac: #ded8e9;
    --shell: 1200px;
    --reading: 760px;
    --radius: 6px;
    --shadow: 0 18px 40px rgba(21,20,22,.11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral-dark); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; letter-spacing: 0; }
h1,h2,h3,h4 { margin: 0 0 .5em; font-weight: 780; line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.7rem,6vw,5.8rem); }
h2 { font-size: clamp(2rem,4vw,3.6rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1.2em; }
.site-shell { width: min(calc(100% - 40px),var(--shell)); margin-inline: auto; }
.reading-shell { width: min(calc(100% - 40px),var(--reading)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }
.notice-bar { color: #fff; background: #173c34; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.notice-bar .site-shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-bar a { border-bottom: 1px solid rgba(255,255,255,.7); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; }
.brand { min-width: 250px; display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img,.custom-logo { width: auto; max-width: 270px; height: 46px; object-fit: contain; }
.brand span { display: grid; font-size: 1.14rem; line-height: 1; }
.brand strong { font-weight: 900; }
.brand small { margin-top: 6px; color: #716e74; font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.primary-nav { justify-self: end; }
.primary-nav ul { display: flex; align-items: center; gap: 23px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { padding-block: 29px 26px; border-bottom: 3px solid transparent; font-size: .8rem; font-weight: 850; text-transform: uppercase; }
.primary-nav a:hover,.primary-nav .current-menu-item>a { color: var(--ink); border-color: var(--coral); }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.icon-button:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.nav-toggle { display: none; }

.editorial-hero { position: relative; min-height: 680px; display: flex; align-items: flex-end; color: #fff; background: #17211d var(--hero) center/cover no-repeat; overflow: hidden; }
.editorial-hero::after { position: absolute; inset: auto 0 0; height: 7px; content: ""; background: linear-gradient(90deg,var(--coral) 0 35%,var(--jade) 35% 70%,var(--yellow) 70%); }
.editorial-hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(18,15,19,.91) 0%,rgba(18,15,19,.68) 48%,rgba(18,15,19,.08) 82%),linear-gradient(0deg,rgba(18,15,19,.62),transparent 62%); }
.editorial-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,760px) 160px; align-items: end; justify-content: space-between; gap: 40px; padding-block: 110px 85px; }
.editorial-hero h1 { margin-block: 18px; }
.editorial-hero p { max-width: 620px; color: #e7e2e8; font-size: 1.16rem; }
.overline { display: inline-flex; align-items: center; gap: 9px; color: #ffabb3; font-size: .73rem; font-weight: 900; text-transform: uppercase; }
.overline::before { width: 22px; height: 3px; content: ""; background: currentColor; }
.overline--dark { color: var(--coral-dark); }
.story-label { color: var(--jade); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.story-label a { color: inherit; }
.story-label--light { margin-top: 18px; color: #83ded1; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; color: #fff; background: var(--coral); border-radius: var(--radius); font-size: .85rem; font-weight: 900; text-transform: uppercase; }
.button:hover { color: #fff; background: var(--coral-dark); }
.button--dark { background: var(--ink); }
.hero-index { padding: 22px 0 4px 20px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-index span,.hero-index small { display: block; color: #d4cfd5; font-size: .67rem; font-weight: 800; text-transform: uppercase; }
.hero-index strong { display: block; margin-block: 8px; color: #fff; font-size: 1.45rem; }

.skin-nav { border-bottom: 1px solid var(--line); }
.skin-nav__inner { min-height: 72px; display: flex; align-items: center; gap: 12px; overflow-x: auto; scrollbar-width: none; }
.skin-nav__inner>span { margin-right: 8px; color: #77737a; font-size: .7rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.skin-nav a { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: .81rem; font-weight: 800; white-space: nowrap; }
.skin-nav a:hover { color: #fff; background: var(--jade); border-color: var(--jade); }
.section { padding-block: 88px; }
.section-title { margin-bottom: 38px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-title h2 { margin: 8px 0 0; }
.line-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); border-bottom: 2px solid var(--coral); font-size: .82rem; font-weight: 900; text-transform: uppercase; }
.line-link--light { color: #fff; }
.story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.story-grid--latest .story-card:first-child { grid-column: span 2; }
.story-grid--latest .story-card:first-child .story-card__media { aspect-ratio: 16/8; }
.story-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease,box-shadow .2s ease; }
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-card__media { aspect-ratio: 4/3; display: block; overflow: hidden; background: #252026; }
.story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-card__media img { transform: scale(1.035); }
.image-fallback { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--coral),var(--jade)); font-weight: 900; }
.story-card__body { padding: 24px; }
.story-card h3 { margin: 9px 0 12px; font-size: 1.42rem; }
.story-card p { color: var(--muted); font-size: .92rem; line-height: 1.55; }
.story-meta { display: flex; justify-content: space-between; gap: 12px; padding-top: 17px; border-top: 1px solid var(--line); color: #78747c; font-size: .67rem; font-weight: 850; text-transform: uppercase; }

.method-band { color: #fff; background: #173c34; }
.method-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); }
.method-lead,.method-step { min-height: 390px; padding: 58px 32px; border-right: 1px solid #38343a; }
.method-lead { padding-left: 0; }
.method-lead h2 { margin-top: 18px; font-size: 2.55rem; }
.method-lead p,.method-step p { color: #c3bec5; }
.method-step { display: flex; flex-direction: column; justify-content: flex-end; }
.method-step>span { margin-bottom: auto; color: var(--yellow); font-weight: 900; }
.method-step h3 { font-size: 1.5rem; }
.concern-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.concern { min-height: 310px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--ink); }
.concern:last-child { border-right: 0; }
.concern>span { color: var(--coral-dark); font-weight: 900; }
.concern h3 { margin-top: auto; font-size: 1.55rem; }
.concern p { color: var(--muted); font-size: .92rem; }
.concern strong { color: var(--jade); font-size: .77rem; text-transform: uppercase; }
.concern:hover { color: #fff; background: var(--ink); }
.concern:hover p { color: #c7c2c8; }

.archive-hero,.page-hero { padding-block: 100px 76px; color: #fff; background: var(--ink); }
.archive-hero h1,.page-hero h1 { margin-top: 16px; }
.archive-hero p { max-width: 680px; color: #c9c4ca; font-size: 1.1rem; }
.archive-main .section { min-height: 520px; }
.pagination { margin-top: 50px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination a,.pagination span { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 4px; font-weight: 800; }
.pagination .current { color: #fff; background: var(--coral-dark); border-color: var(--coral-dark); }
.empty-state { max-width: 620px; padding: 48px; background: var(--soft); border-left: 5px solid var(--coral); }
.article-head { padding-block: 90px 50px; background: var(--soft); border-bottom: 1px solid var(--line); }
.article-head h1 { margin-block: 18px; font-size: clamp(2.7rem,6vw,5rem); }
.article-deck { color: #565158; font-size: 1.24rem; }
.byline { display: flex; flex-wrap: wrap; gap: 18px; color: #716d74; font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.article-image { margin-top: 46px; }
.article-image img { width: 100%; aspect-ratio: 16/8; object-fit: cover; border-radius: var(--radius); }
.article-grid { display: grid; grid-template-columns: minmax(0,760px) 280px; justify-content: space-between; gap: 70px; padding-block: 68px 100px; }
.article-content { min-width: 0; font-family: Georgia,"Times New Roman",serif; font-size: 1.12rem; line-height: 1.82; }
.article-content h2,.article-content h3 { margin-top: 1.6em; font-family: Inter,ui-sans-serif,system-ui,sans-serif; }
.article-content h2 { padding-top: .45em; font-size: 2rem; }
.article-content h3 { font-size: 1.43rem; }
.article-content a { color: var(--jade); text-decoration: underline; text-underline-offset: 3px; }
.article-content li { margin-bottom: .55em; }
.article-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: .89rem; }
.article-content th,.article-content td { padding: 14px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.article-content th { color: #fff; background: var(--ink); }
.article-content blockquote { margin: 2em 0; padding: 24px 28px; background: #eef8f6; border-left: 5px solid var(--jade); }
.skin-note { margin-top: 54px; padding: 28px; font-family: Inter,ui-sans-serif,system-ui,sans-serif; background: #fff4f5; border: 1px solid #ffc6cc; border-left: 5px solid var(--coral); }
.skin-note p { margin: 8px 0 0; color: var(--muted); font-size: .91rem; }
.article-side { align-self: start; position: sticky; top: 112px; }
.article-side>div { padding: 28px; background: var(--soft); border-top: 5px solid var(--jade); }
.article-side h2 { margin-top: 12px; font-size: 1.5rem; }
.article-side p { color: var(--muted); font-size: .9rem; }
.related { border-top: 1px solid var(--line); }
.page-content { min-height: 480px; padding-block: 65px 100px; }
.page-content h2,.page-content h3 { margin-top: 1.7em; }
.page-content a { color: var(--jade); text-decoration: underline; }
.not-found { min-height: 65vh; display: grid; align-items: center; padding-block: 100px; background: var(--soft); }
.not-found p { max-width: 540px; color: var(--muted); font-size: 1.15rem; }

.site-footer { color: #e4e1d9; background: #101a16; }
.footer-main { display: grid; grid-template-columns: 1.5fr .8fr 1fr; gap: 70px; padding-block: 78px 62px; }
.footer-intro .brand { color: #fff; }
.footer-intro .brand small { color: #9f99a1; }
.footer-intro>p { max-width: 450px; margin-top: 24px; color: #a9a3aa; }
.site-footer h2 { color: #fff; font-size: 1rem; text-transform: uppercase; }
.site-footer ul { margin: 18px 0 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer p { color: #a9a3aa; font-size: .9rem; }
.site-footer .line-link { color: #fff; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #302d32; color: #918b93; font-size: .77rem; }
.footer-bottom div { display: flex; gap: 18px; }

@media(max-width:1300px){
    .nav-toggle{display:grid}.primary-nav{display:none;position:fixed;inset:116px 0 0;padding:28px 20px;background:#fff;overflow-y:auto}.primary-nav.is-open{display:block}.primary-nav ul{display:grid;gap:0}.primary-nav li{border-bottom:1px solid var(--line)}.primary-nav a{display:block;padding:18px 4px;border:0;font-size:1.05rem}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-grid--latest .story-card:first-child{grid-column:span 2}.method-grid{grid-template-columns:repeat(3,1fr)}.method-lead{grid-column:1/-1;min-height:auto;padding:58px 0;border-bottom:1px solid #38343a}.article-grid{grid-template-columns:1fr}.article-side{position:static}
}
@media(max-width:720px){
    body{font-size:16px}.site-shell,.reading-shell{width:min(calc(100% - 28px),var(--shell))}.notice-bar .site-shell{justify-content:center}.notice-bar a{display:none}.header-inner{min-height:70px;grid-template-columns:1fr auto auto;gap:9px}.brand{min-width:0}.brand img{width:40px;height:40px}.brand span{font-size:.98rem}.brand small{display:none}.primary-nav{inset:104px 0 0}.editorial-hero{min-height:620px;background-position:62% center}.editorial-hero__wash{background:linear-gradient(0deg,rgba(18,15,19,.95) 0%,rgba(18,15,19,.76) 67%,rgba(18,15,19,.2))}.editorial-hero__inner{grid-template-columns:1fr;padding-block:115px 68px}.editorial-hero h1{font-size:3rem}.editorial-hero p{font-size:1.02rem}.hero-index{display:none}.section{padding-block:64px}.section-title{align-items:flex-start;flex-direction:column}.story-grid{grid-template-columns:1fr}.story-grid--latest .story-card:first-child{grid-column:auto}.story-grid--latest .story-card:first-child .story-card__media{aspect-ratio:4/3}.method-grid{grid-template-columns:1fr}.method-step{min-height:250px;padding:36px 0;border-right:0;border-bottom:1px solid #38343a}.concern-grid{grid-template-columns:1fr}.concern{min-height:250px;border-right:0;border-bottom:1px solid var(--ink)}.archive-hero,.page-hero{padding-block:75px 54px}.article-head{padding-block:65px 36px}.article-head h1{font-size:2.6rem}.article-deck{font-size:1.06rem}.article-image{width:100%;margin-top:0}.article-image img{border-radius:0}.article-grid{padding-block:48px 74px}.article-content{font-size:1.04rem}.article-content h2{font-size:1.65rem}.footer-main{grid-template-columns:1fr;gap:38px;padding-block:60px}.footer-bottom{align-items:flex-start;flex-direction:column;padding-block:22px}.footer-bottom div{flex-wrap:wrap}
}
