:root {
  --bg: #080a12;
  --bg-soft: #0d101c;
  --panel: #111522;
  --panel-2: #151a2a;
  --line: rgba(255,255,255,.09);
  --text: #f6f7fb;
  --muted: #a8afc3;
  --orange: #19a974;
  --orange-2: #61d6a4;
  --purple: #38bdf8;
  --cyan: #f7c948;
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #06110f; color: var(--text); font-family: "Segoe UI", ui-sans-serif, system-ui, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 10px 16px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(6,17,15,.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; font-weight: 900; letter-spacing: -.04em; background: linear-gradient(145deg,var(--orange-2),var(--orange)); box-shadow: 0 9px 28px rgba(255,90,47,.28); transform: rotate(-4deg); }
.brand-name { font-size: 1.08rem; font-weight: 750; letter-spacing: -.03em; }
.brand-name b { color: var(--orange-2); }
.desktop-nav { display: flex; gap: 32px; color: var(--muted); font-size: .92rem; font-weight: 650; }
.desktop-nav a:hover { color: #fff; }
.header-cta { padding: 10px 17px; border: 1px solid rgba(255,138,61,.35); border-radius: 10px; color: #ffd4bd; background: rgba(255,90,47,.08); font-size: .86rem; font-weight: 750; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; color: #08251e; border-bottom: 8px solid #071d18; background: #eaf8f1; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg,transparent 0 58%,rgba(25,169,116,.1) 58% 100%),repeating-linear-gradient(90deg,transparent 0 79px,rgba(8,37,30,.055) 80px); }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; left: -135px; bottom: -140px; border: 45px solid #f7c948; border-radius: 50%; }
.hero-stamp { position: absolute; top: 28px; right: 32px; color: rgba(8,37,30,.28); font-size: .65rem; font-weight: 900; letter-spacing: .22em; writing-mode: vertical-rl; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px,7vw,105px); align-items: center; padding-block: 84px 92px; }
.eyebrow,.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-2); font-size: .73rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { padding: 8px 12px; color: #0b4d3c; border: 1px solid rgba(8,37,30,.18); border-radius: 999px; background: rgba(255,255,255,.58); }
.hero .eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: #19a974; box-shadow: 0 0 0 4px rgba(25,169,116,.14); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 660px; margin: 20px 0 22px; font-size: clamp(3.25rem,6vw,5.85rem); line-height: .96; letter-spacing: -.072em; }
.hero h1 { max-width: 720px; margin: 26px 0 24px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3.6rem,6.3vw,6.6rem); font-weight: 500; line-height: .88; letter-spacing: -.07em; }
.hero h1 span { display: inline; color: #19a974; background: none; box-shadow: inset 0 -.12em #f7c948; }
.hero-lead { max-width: 580px; color: #395d53; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border-radius: 3px; font-size: .86rem; font-weight: 850; letter-spacing: .01em; }
.hero .button-primary { color: #fff; background: #08251e; box-shadow: 7px 7px 0 #61d6a4; }
.hero .button-primary:hover { transform: translate(2px,2px); box-shadow: 4px 4px 0 #61d6a4; }
.hero .button-secondary { color: #08251e; border: 1px solid rgba(8,37,30,.28); background: transparent; }
.hero-proof { display: flex; gap: 0; width: min(100%,570px); margin-top: 54px; border-top: 1px solid rgba(8,37,30,.2); }
.hero-proof div { display: flex; align-items: center; gap: 11px; flex: 1; padding: 16px 16px 0 0; }
.hero-proof strong { color: #19a974; font: 700 1.35rem/1 Georgia,serif; }
.hero-proof span { color: #48685f; font-size: .65rem; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.audit-shadow { position: absolute; width: min(390px,82%); height: 455px; transform: rotate(7deg) translate(16px,10px); border: 2px solid #08251e; background: #f7c948; }
.audit-board { position: relative; z-index: 2; width: min(390px,86%); min-height: 455px; padding: 25px; transform: rotate(-2.5deg); color: #0b2921; border: 2px solid #08251e; background: #fffdf5; box-shadow: 0 24px 50px rgba(8,37,30,.16); }
.audit-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.audit-head small,.audit-head b { display: block; }
.audit-head small { margin-bottom: 5px; color: #5f766f; font-size: .58rem; font-weight: 900; letter-spacing: .14em; }
.audit-head b { font-size: .86rem; }
.audit-head > span { padding: 5px 7px; color: #086447; border: 1px solid #19a974; font-size: .53rem; font-weight: 900; letter-spacing: .1em; }
.audit-number { display: flex; align-items: flex-end; justify-content: space-between; margin: 27px 0 21px; }
.audit-number strong { font: 500 clamp(5.4rem,9vw,7.5rem)/.8 Georgia,serif; letter-spacing: -.1em; }
.audit-number strong span { color: #19a974; font-size: .35em; }
.audit-number p { margin: 0; color: #60736e; font-size: .67rem; line-height: 1.35; text-align: right; text-transform: uppercase; }
.audit-number p b { color: #08251e; }
.audit-rule { height: 8px; margin-bottom: 18px; background: linear-gradient(90deg,#19a974 0 63%,#dce9e3 63%); }
.audit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #b9c9c3; }
.audit-list li { display: grid; grid-template-columns: 32px 1fr 1.5fr; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid #b9c9c3; }
.audit-list span { color: #19a974; font-size: .62rem; font-weight: 900; }
.audit-list b { font-size: .76rem; }
.audit-list em { color: #657b74; font-size: .67rem; font-style: normal; text-align: right; }
.audit-foot { display: flex; justify-content: space-between; margin-top: 20px; font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.audit-foot span { color: #ca553f; }
.hero-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 13px; color: #08251e; border: 2px solid #08251e; background: #fff; box-shadow: 5px 5px 0 rgba(8,37,30,.18); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.hero-note span { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: #08251e; }
.hero-note-top { top: 7%; right: -2%; transform: rotate(4deg); }
.hero-note-bottom { left: -8%; bottom: 8%; transform: rotate(-4deg); }

.topic-strip { border-bottom: 1px solid var(--line); background: #0a0d16; }
.topic-list { min-height: 72px; display: flex; align-items: center; gap: 29px; overflow: auto; white-space: nowrap; scrollbar-width: none; }
.topic-label { color: #6f778c; font-size: .65rem; font-weight: 900; letter-spacing: .14em; }
.topic-list a { color: #b4bacb; font-size: .8rem; font-weight: 650; }
.topic-list a::before { content: "#"; margin-right: 6px; color: var(--orange); }

.section { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 38px; }
.section-heading h2,.security-copy h2,.editorial-card h2 { margin: 10px 0 0; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p { max-width: 440px; margin-bottom: 4px; color: var(--muted); font-size: .9rem; }
.featured-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.featured-card,.article-card,.compact-card { border: 1px solid var(--line); border-radius: 20px; background: var(--panel); overflow: hidden; }
.featured-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 380px; }
.featured-art { position: relative; overflow: hidden; background: radial-gradient(circle at 45% 48%,rgba(255,90,47,.22),transparent 30%),linear-gradient(145deg,#1d1216,#0d111d); }
.art-number { position: absolute; left: 22px; top: 17px; color: rgba(255,255,255,.18); font-size: 3.2rem; font-weight: 900; letter-spacing: -.08em; }
.art-ring { position: absolute; width: 175px; height: 175px; border: 18px solid var(--orange); border-right-color: rgba(255,255,255,.05); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(25deg); box-shadow: 0 0 60px rgba(255,90,47,.18); }
.art-ring::after { content: "RTP"; position: absolute; inset: -18px; display: grid; place-items: center; color: #fff; font-size: 2rem; font-weight: 900; transform: rotate(-25deg); }
.art-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 27px 27px; }
.art-label { position: absolute; left: 22px; bottom: 20px; font-size: .61rem; letter-spacing: .17em; color: #f1a886; font-weight: 800; }
.featured-body { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.card-tag { color: var(--orange-2); font-size: .63rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.featured-body h3,.article-card h3 { margin: 10px 0 13px; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.featured-body p,.article-card p,.compact-card p { color: var(--muted); font-size: .83rem; }
.card-meta { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #7f879b; font-size: .7rem; }
.card-meta a { color: #fff; font-weight: 750; }
.card-meta .article-cta { padding: 7px 11px; border: 1px solid rgba(255,138,61,.28); border-radius: 8px; color: #ffd0b7; background: rgba(255,90,47,.08); }
.card-meta .article-cta:hover { border-color: rgba(255,138,61,.6); background: rgba(255,90,47,.15); }
.side-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.article-card { position: relative; padding: 24px; }
.article-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: var(--card-accent); filter: blur(45px); opacity: .18; }
.accent-purple { --card-accent: var(--purple); }
.accent-cyan { --card-accent: var(--cyan); }
.card-icon { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 10px; color: var(--card-accent); background: color-mix(in srgb,var(--card-accent) 12%,transparent); }
.article-card h3 { font-size: 1.06rem; }
.article-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
.compact-card { display: flex; gap: 18px; padding: 24px; }
.compact-index { color: rgba(255,255,255,.17); font-size: 1.5rem; font-weight: 900; }
.compact-card h3 { margin: 5px 0 8px; font-size: .96rem; line-height: 1.25; }
.compact-card p { margin-bottom: 0; }

.security-section { position: relative; overflow: hidden; padding-block: 105px; border-block: 1px solid var(--line); background: linear-gradient(130deg,#101321,#0a0d16); }
.security-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -150px; bottom: -300px; border-radius: 50%; background: rgba(67,215,208,.07); filter: blur(20px); }
.security-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.security-copy > p { max-width: 570px; margin: 22px 0 30px; color: var(--muted); }
.checklist { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 15px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.02); }
.checklist li > span { display: grid; place-items: center; min-width: 32px; height: 32px; border-radius: 9px; background: rgba(67,215,208,.1); color: var(--cyan); font-size: .72rem; font-weight: 900; }
.checklist b,.checklist small { display: block; }
.checklist b { font-size: .84rem; }
.checklist small { color: #858da3; font-size: .7rem; }
.security-panel { position: relative; padding: 38px; border: 1px solid rgba(67,215,208,.18); border-radius: 25px; background: linear-gradient(145deg,rgba(17,26,39,.95),rgba(12,16,27,.95)); box-shadow: 0 35px 90px rgba(0,0,0,.38); }
.shield { width: 90px; height: 100px; display: grid; place-items: center; margin: 0 auto 28px; background: linear-gradient(145deg,var(--cyan),#219b9e); clip-path: polygon(50% 0,90% 16%,84% 68%,50% 100%,16% 68%,10% 16%); }
.shield span { display: grid; place-items: center; width: 43px; height: 43px; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; font-size: 1.3rem; font-weight: 900; }
.url-check { padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(0,0,0,.2); }
.url-check div { display: flex; align-items: center; gap: 9px; margin-top: 8px; font-size: .75rem; }
.lock { color: var(--cyan); }
.security-status { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-block: 14px; }
.security-status span { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 8px; border-radius: 9px; background: rgba(67,215,208,.055); color: #bce8e6; font-size: .62rem; font-weight: 750; }
.security-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.security-panel p { margin: 20px 0 0; color: #7f879b; font-size: .72rem; text-align: center; }

.editorial { padding-bottom: 85px; }
.editorial-card { padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg,#151827,#0d101b); }
.editorial-card > div:first-child { max-width: 650px; }
.editorial-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 44px; background: var(--line); }
.editorial-values > div { padding: 25px; background: #111522; }
.editorial-values span { display: block; margin-bottom: 24px; color: var(--orange); font-size: .67rem; font-weight: 900; }
.editorial-values b { font-size: .92rem; }
.editorial-values p { margin: 8px 0 0; color: var(--muted); font-size: .75rem; }
.preview-note { margin: 24px 0 0; color: #747d94; font-size: .74rem; text-align: center; }
.more-guides { padding-block: 10px 105px; }
.text-link { color: #ffb087; font-size: .82rem; font-weight: 800; }
.guide-link-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.guide-link-grid > a { display: flex; align-items: center; gap: 15px; min-height: 92px; padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); transition: transform .2s ease,border-color .2s ease; }
.guide-link-grid > a:hover { transform: translateY(-2px); border-color: rgba(255,138,61,.35); }
.guide-link-grid > a > span { color: rgba(255,255,255,.2); font-size: 1.25rem; font-weight: 900; }
.guide-link-grid b,.guide-link-grid small { display: block; }
.guide-link-grid b { font-size: .84rem; }
.guide-link-grid small { margin-top: 3px; color: #7f879b; font-size: .68rem; }

.site-footer { padding-top: 64px; border-top: 1px solid var(--line); background: #06080e; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-grid > div:first-child p { max-width: 360px; margin: 18px 0 0; color: #7f879b; font-size: .78rem; }
.footer-links { display: grid; align-content: start; gap: 9px; color: #8c94a8; font-size: .78rem; }
.footer-links b { margin-bottom: 4px; color: #e7e9f0; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line); color: #626b80; font-size: .68rem; }

@media (max-width: 960px) {
  .hero-grid,.security-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero { min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions,.hero-points { justify-content: center; }
  .hero-visual { min-height: 430px; }
  .featured-grid { grid-template-columns: 1fr; }
  .side-cards { grid-template-columns: repeat(2,1fr); }
  .article-row { grid-template-columns: 1fr; }
  .guide-link-grid { grid-template-columns: repeat(2,1fr); }
  .security-copy { text-align: center; }
  .checklist { text-align: left; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px),var(--shell)); }
  .desktop-nav { display: none; }
  .header-inner { min-height: 66px; }
  .header-cta { padding: 8px 11px; font-size: .72rem; }
  .hero-grid { padding-block: 68px 48px; }
  h1 { font-size: clamp(3rem,16vw,4.5rem); }
  .hero-lead { font-size: .93rem; }
  .hero-visual { min-height: 380px; }
  .visual-orbit.orbit-one { width: 340px; height: 340px; }
  .visual-orbit.orbit-two { width: 270px; height: 270px; }
  .float-card { min-width: 117px; padding: 9px; }
  .float-card-left { left: -5px; }
  .float-card-right { right: -6px; }
  .section,.security-section { padding-block: 74px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-art { min-height: 275px; }
  .featured-body { padding: 27px; }
  .side-cards { grid-template-columns: 1fr; }
  .security-panel { padding: 27px 20px; }
  .editorial-card { padding: 30px 20px; }
  .editorial-values { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .guide-link-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
}

/* Tata4Resmi editorial hero */
@media (max-width: 960px) {
  .hero-grid { gap: 42px; padding-block: 72px; }
  .hero-copy { text-align: left; }
  .hero-lead { margin-inline: 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-proof { justify-content: flex-start; }
  .hero-visual { min-height: 520px; }
  .hero-note-top { right: 4%; }
  .hero-note-bottom { left: 4%; }
}

@media (max-width: 680px) {
  .hero { border-bottom-width: 5px; }
  .hero::after { width: 180px; height: 180px; left: -120px; bottom: -105px; border-width: 32px; }
  .hero-stamp { display: none; }
  .hero-grid { padding-block: 54px 58px; }
  .hero .eyebrow { align-items: flex-start; font-size: .62rem; line-height: 1.4; }
  .hero h1 { margin-block: 22px 20px; font-size: clamp(3.1rem,15vw,4.4rem); line-height: .9; }
  .hero-lead { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero .button { width: 100%; }
  .hero-proof { margin-top: 38px; }
  .hero-proof div { gap: 7px; padding-right: 8px; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .52rem; }
  .hero-visual { min-height: 445px; }
  .audit-shadow { width: 88%; height: 405px; transform: rotate(5deg) translate(8px,5px); }
  .audit-board { width: 92%; min-height: 405px; padding: 19px; }
  .audit-number strong { font-size: 5.4rem; }
  .audit-list li { padding-block: 11px; }
  .hero-note { display: none; }
}

/* Distinct homepage layouts */
.reading-room { padding: 110px 0 120px; background: #071d18; }
.reading-intro { display: grid; grid-template-columns: 90px 1.25fr .75fr; gap: 34px; align-items: end; margin-bottom: 58px; }
.reading-index { color: #f7c948; font: 500 5.5rem/.78 Georgia,serif; letter-spacing: -.08em; }
.reading-intro h2 { margin: 13px 0 0; color: #f4fbf7; font: 500 clamp(2.8rem,5vw,5.4rem)/.95 Georgia,serif; letter-spacing: -.055em; }
.reading-intro > p { margin: 0; padding-left: 24px; color: #9eb9af; border-left: 1px solid rgba(255,255,255,.16); font-size: .9rem; }
.story-grid { display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); gap: 18px; }
.lead-story { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #0c2a22; }
.lead-visual { position: relative; display: grid; place-content: center; overflow: hidden; color: #08251e; background: #f7c948; }
.lead-visual::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(8,37,30,.26); }
.lead-visual::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -140px; border: 38px solid #19a974; border-radius: 50%; }
.lead-visual span,.lead-visual i,.lead-visual small { position: relative; z-index: 1; display: block; text-align: center; }
.lead-visual span { margin-bottom: -4px; font-size: .7rem; font-weight: 950; letter-spacing: .24em; }
.lead-visual i { font: 500 clamp(4.8rem,8vw,7.5rem)/1 Georgia,serif; letter-spacing: -.1em; }
.lead-visual small { margin-top: 7px; font-size: .58rem; font-weight: 950; letter-spacing: .15em; }
.lead-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px,5vw,68px); }
.story-label,.story-list > a > span { color: #61d6a4; font-size: .59rem; font-weight: 900; letter-spacing: .14em; }
.lead-content h3 { margin: 24px 0 18px; color: #fff; font: 500 clamp(2rem,3.5vw,3.5rem)/1.02 Georgia,serif; letter-spacing: -.045em; }
.lead-content p { color: #a4bbb3; font-size: .86rem; }
.lead-content > b { margin-top: 35px; color: #f7c948; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.story-list { display: grid; border-top: 1px solid rgba(255,255,255,.15); }
.story-list > a { position: relative; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 10px 20px; min-height: 96px; padding: 19px 20px; border-bottom: 1px solid rgba(255,255,255,.15); transition: padding .2s ease,background .2s ease; }
.story-list > a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 0; background: #19a974; transition: width .2s ease; }
.story-list > a:hover { padding-left: 32px; background: rgba(255,255,255,.035); }
.story-list > a:hover::before { width: 5px; }
.story-list h3 { grid-column: 1; margin: 0; color: #edf8f3; font-size: 1rem; line-height: 1.3; }
.story-list b { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #738f85; font-size: .63rem; }

.topic-route { color: #08251e; background: #f5f0e4; border-bottom: 1px solid #c9d2ca; }
.route-layout { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 680px; }
.route-copy { padding: 108px 70px 90px 0; border-right: 1px solid #bcc9c1; }
.route-copy .section-kicker { color: #117b59; }
.route-copy h2 { margin: 22px 0; font: 500 clamp(3rem,5vw,5.5rem)/.94 Georgia,serif; letter-spacing: -.065em; }
.route-copy p { max-width: 390px; color: #526b63; }
.route-copy > a { display: inline-flex; gap: 28px; margin-top: 35px; padding-bottom: 7px; border-bottom: 2px solid #08251e; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.route-menu { display: grid; grid-template-columns: 1fr 1fr; padding: 70px 0 70px 62px; }
.route-menu a { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 165px; padding: 24px; border-right: 1px solid #c5d0c9; border-bottom: 1px solid #c5d0c9; transition: color .2s ease,background .2s ease; }
.route-menu a:nth-child(2n) { border-right: 0; }
.route-menu a:nth-last-child(-n+2) { border-bottom: 0; }
.route-menu a:hover { color: #fff; background: #0b684d; }
.route-menu span { color: #168a64; font-size: .56rem; font-weight: 950; letter-spacing: .15em; }
.route-menu a:hover span { color: #82e3bb; }
.route-menu b { max-width: 230px; margin-top: 11px; font: 500 1.3rem/1.15 Georgia,serif; }
.route-menu i { position: absolute; top: 22px; right: 22px; color: #9eaaa4; font: 500 1.3rem/1 Georgia,serif; }

.safety-lab { padding: 105px 0; color: #08251e; background: #f7c948; }
.safety-head { display: grid; grid-template-columns: 90px 1fr minmax(260px,.65fr); gap: 34px; align-items: end; }
.safety-number { font: 500 5.5rem/.8 Georgia,serif; letter-spacing: -.08em; }
.safety-head .section-kicker { color: #0b684d; }
.safety-head h2 { margin: 13px 0 0; font: 500 clamp(2.8rem,4.8vw,5rem)/.95 Georgia,serif; letter-spacing: -.06em; }
.safety-head > p { margin: 0; padding-left: 24px; border-left: 1px solid rgba(8,37,30,.28); font-size: .84rem; }
.safety-steps { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 56px; border: 2px solid #08251e; background: #fff9df; box-shadow: 12px 12px 0 #08251e; }
.safety-steps article { min-height: 270px; padding: 24px; border-right: 1px solid #08251e; }
.safety-steps article:last-child { border-right: 0; }
.safety-steps article > span { display: block; font-size: .58rem; font-weight: 950; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 34px 0 28px; color: #fff; background: #19a974; font-family: Georgia,serif; font-weight: 700; }
.safety-steps h3 { margin-bottom: 10px; font: 500 1.25rem/1.1 Georgia,serif; }
.safety-steps p { margin: 0; color: #536960; font-size: .76rem; }
.safety-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 38px; }
.safety-action p { margin: 0; font-weight: 800; }
.safety-action a { display: inline-flex; gap: 24px; padding: 13px 17px; color: #fff; background: #08251e; font-size: .7rem; font-weight: 900; text-transform: uppercase; }

.editorial-manifesto { padding: 120px 0; color: #08251e; background: #eaf8f1; }
.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.manifesto-title h2 { max-width: 540px; margin: 22px 0 35px; font: 500 clamp(3rem,5vw,5.5rem)/.92 Georgia,serif; letter-spacing: -.065em; }
.manifesto-title > a { display: inline-block; padding-bottom: 7px; border-bottom: 2px solid #08251e; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.manifesto-points { border-top: 2px solid #08251e; }
.manifesto-points article { display: grid; grid-template-columns: 48px .8fr 1fr; gap: 22px; align-items: center; min-height: 128px; border-bottom: 1px solid rgba(8,37,30,.3); }
.manifesto-points article > span { color: #19a974; font: 500 2.2rem/1 Georgia,serif; }
.manifesto-points h3 { margin: 0; font: 500 1.25rem/1.1 Georgia,serif; }
.manifesto-points p { margin: 0; color: #536d64; font-size: .76rem; }

.site-footer { padding-top: 0; color: #d9ebe4; border-top: 0; background: #04110e; }
.footer-topline { display: flex; justify-content: space-between; padding-block: 22px; color: #6f9185; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .6rem; font-weight: 900; letter-spacing: .13em; }
.footer-topline a { color: #f7c948; }
.site-footer .footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 56px; padding-block: 68px; }
.footer-intro p { max-width: 370px; margin: 24px 0 0; color: #759187; font-size: .76rem; }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; }
.footer-logo span { display: grid; place-items: center; width: 42px; height: 42px; color: #08251e; background: #f7c948; font-weight: 950; }
.footer-logo b { color: #fff; font: 500 1.25rem/1 Georgia,serif; }
.site-footer .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.site-footer .footer-links b { margin-bottom: 8px; color: #61d6a4; font-size: .58rem; letter-spacing: .14em; }
.site-footer .footer-links a { color: #9bb3aa; font-size: .74rem; }
.site-footer .footer-links a:hover { color: #fff; }
.site-footer .footer-bottom { display: flex; justify-content: space-between; padding-block: 22px; color: #5f7b71; border-top: 1px solid rgba(255,255,255,.1); font-size: .62rem; }

@media (max-width: 960px) {
  .reading-intro,.safety-head { grid-template-columns: 70px 1fr; }
  .reading-intro > p,.safety-head > p { grid-column: 2; }
  .story-grid { grid-template-columns: 1fr; }
  .route-layout { grid-template-columns: 1fr; min-height: auto; }
  .route-copy { padding: 85px 0 55px; border-right: 0; }
  .route-menu { padding: 0 0 80px; }
  .safety-steps { grid-template-columns: 1fr 1fr; }
  .safety-steps article:nth-child(2) { border-right: 0; }
  .safety-steps article:nth-child(-n+2) { border-bottom: 1px solid #08251e; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 65px; }
  .site-footer .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .reading-room,.safety-lab,.editorial-manifesto { padding-block: 78px; }
  .reading-intro,.safety-head { grid-template-columns: 1fr; gap: 22px; }
  .reading-index,.safety-number { font-size: 4rem; }
  .reading-intro > p,.safety-head > p { grid-column: 1; padding: 18px 0 0; border-left: 0; border-top: 1px solid currentColor; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-visual { min-height: 280px; }
  .lead-content { padding: 34px 25px; }
  .story-list > a { grid-template-columns: 1fr; }
  .story-list b { grid-column: 1; grid-row: auto; }
  .route-menu { grid-template-columns: 1fr; }
  .route-menu a { min-height: 135px; border-right: 0; border-bottom: 1px solid #c5d0c9 !important; }
  .route-menu a:last-child { border-bottom: 0 !important; }
  .safety-steps { grid-template-columns: 1fr; box-shadow: 7px 7px 0 #08251e; }
  .safety-steps article { min-height: 220px; border-right: 0; border-bottom: 1px solid #08251e; }
  .safety-steps article:last-child { border-bottom: 0; }
  .safety-action { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .manifesto-points article { grid-template-columns: 42px 1fr; padding-block: 22px; }
  .manifesto-points p { grid-column: 2; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-intro { grid-column: 1 / -1; }
  .site-footer .footer-bottom,.footer-topline { align-items: flex-start; flex-direction: column; gap: 10px; }
}
