/* ──────────────────────────────────────────────────────────────
   PONTUS V2 — CHAPTERS / SIGNATURE RED
   One stylesheet, every page. Built for pontus.life
   ────────────────────────────────────────────────────────────── */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --ink:#0a0e14;--ink2:#11161f;--ink3:#1a2030;
  --paper:#efe9dc;--paper2:#e6dfd0;
  --cream:#ece6d8;--cream2:rgba(236,230,216,.72);--cream3:rgba(236,230,216,.44);--cream4:rgba(236,230,216,.1);
  --ink-soft:rgba(10,14,20,.78);--ink-mid:rgba(10,14,20,.5);--ink-low:rgba(10,14,20,.18);
  --red:#c0392b;--red-dk:#96281b;--red-soft:rgba(192,57,43,.85);
  --border-paper:rgba(10,14,20,.08);
  --border-ink:rgba(236,230,216,.07);
  --display:'Cormorant Garamond',serif;
  --body:'Jost',sans-serif;
  --mono:'DM Mono',ui-monospace,monospace;
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--body);background:var(--paper);color:var(--ink);overflow-x:hidden;font-weight:300;-webkit-tap-highlight-color:rgba(192,57,43,.18)}
body.dark{background:var(--ink);color:var(--cream)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a,button{touch-action:manipulation}
*:focus-visible{outline:2px solid var(--red);outline-offset:3px}

/* Paper grain texture (very subtle, multiply blend) */
body::before{content:'';position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.3;mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/></svg>")}
body.dark::before{display:none}

/* ── SKIP LINK / A11Y ── */
.skip-link{position:absolute;left:-9999px;top:0;background:var(--red);color:#fff;padding:12px 18px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;z-index:9999;font-weight:400}
.skip-link:focus{left:0}

/* ────────── NAVIGATION ────────── */
nav.pontus-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:1.8rem 8%;background:rgba(10,14,20,0);backdrop-filter:blur(0);transition:all .5s;color:#fff}
nav.pontus-nav.scrolled,
nav.pontus-nav.solid{background:rgba(239,233,220,.94);backdrop-filter:blur(12px);border-bottom:0.5px solid var(--border-paper);color:var(--ink)}
body.dark nav.pontus-nav.solid{background:rgba(10,14,20,.94);border-bottom:0.5px solid var(--border-ink);color:var(--cream)}
.nav-l,.nav-r{display:flex;gap:2rem;align-items:center}
.nav-r{justify-content:flex-end}
.nav-l a,.nav-r a{font-size:10px;letter-spacing:.42em;text-transform:uppercase;font-weight:300;transition:opacity .4s;color:inherit}
.nav-l a:hover,.nav-r a:hover{opacity:.6}
.nav-brand{font-family:var(--display);font-weight:400;letter-spacing:.55em;font-size:16px;color:inherit;text-decoration:none}
.nav-brand .p{color:var(--red)}
.nav-cta{font-size:10px;letter-spacing:.42em;text-transform:uppercase;padding:11px 22px;border:0.5px solid currentColor;font-weight:300;transition:all .4s;background:transparent;cursor:pointer;font-family:var(--body);color:inherit;text-decoration:none}
nav.pontus-nav.scrolled .nav-cta{border-color:var(--red);color:var(--red)}
nav.pontus-nav.scrolled .nav-cta:hover{background:var(--red);color:var(--paper)}

/* Hamburger */
.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:10px;min-width:44px;min-height:44px;color:inherit}
.hamburger span{display:block;width:22px;height:1.5px;background:currentColor;transition:transform .3s,opacity .3s;transform-origin:center}
.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* Mobile drawer */
.mobile-nav{position:fixed;top:0;right:-100%;width:min(320px,86vw);height:100vh;height:100dvh;background:var(--ink);border-left:0.5px solid var(--border-ink);z-index:200;padding:5rem 2rem 2rem;transition:right .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:0;overflow-y:auto;color:var(--cream)}
.mobile-nav.open{right:0;box-shadow:-8px 0 32px rgba(0,0,0,.5)}
.mobile-nav-brand{font-family:var(--display);font-weight:400;letter-spacing:.55em;font-size:18px;color:var(--cream);margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:0.5px solid var(--border-ink)}
.mobile-nav-brand .p{color:var(--red)}
.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:0;margin-bottom:2rem;flex:1}
.mobile-nav-links a{display:flex;align-items:center;font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream2);text-decoration:none;font-weight:300;padding:18px 0;border-bottom:0.5px solid var(--border-ink);min-height:52px;transition:color .3s}
.mobile-nav-links a:hover,.mobile-nav-links a:active,.mobile-nav-links a.active{color:var(--red)}
.mobile-nav-cta{display:flex;align-items:center;justify-content:center;font-family:var(--body);font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:400;color:#fff;background:var(--red);padding:18px 24px;min-height:52px;text-decoration:none;transition:background .3s;text-align:center;margin-top:auto}
.mobile-nav-cta:hover{background:var(--red-dk)}
.mobile-nav-overlay{position:fixed;inset:0;background:rgba(10,14,20,.75);z-index:199;opacity:0;pointer-events:none;transition:opacity .35s ease;backdrop-filter:blur(3px)}
.mobile-nav-overlay.open{opacity:1;pointer-events:all}

/* ────────── HOMEPAGE HERO — Cinemascope ────────── */
.hero{position:relative;height:100vh;min-height:680px;overflow:hidden;background:#000}
.hero-letter{position:absolute;left:0;right:0;height:7vh;background:#000;z-index:5;display:flex;align-items:center;padding:0 8%}
.hero-letter.t{top:0;padding-top:5.5rem;justify-content:space-between}
.hero-letter.b{bottom:0;justify-content:space-between}
.hero-letter .marker{font-family:var(--mono);font-size:8.5px;letter-spacing:.32em;text-transform:uppercase;color:rgba(236,230,216,.38);font-weight:300;display:flex;align-items:center;gap:10px}
.hero-letter .marker .red-dot{width:5px;height:5px;background:var(--red);border-radius:50%;box-shadow:0 0 12px rgba(192,57,43,.5);flex-shrink:0}
.hero-letter .marker .red{color:var(--red)}
.hero-stage{position:absolute;left:0;right:0;top:7vh;bottom:7vh;overflow:hidden}
.hero-img{position:absolute;inset:0}
.hero-img img{width:118%;height:118%;object-fit:cover;filter:brightness(.55) saturate(.84) contrast(1.06);animation:cinePan 38s ease-in-out infinite alternate}
@keyframes cinePan{from{transform:translate(-4.5%,-1.2%) scale(1.05)}to{transform:translate(4.5%,1.2%) scale(1.12)}}
.hero-vig{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 28%,rgba(0,0,0,.55) 100%),linear-gradient(180deg,rgba(0,0,0,.42) 0%,transparent 26%,transparent 66%,rgba(0,0,0,.8) 100%)}

.hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 8% 18vh;z-index:3;text-align:center}
.hero-act{display:flex;align-items:center;gap:18px;margin-bottom:2.6rem;font-family:var(--mono);font-size:10px;letter-spacing:.5em;text-transform:uppercase;color:rgba(236,230,216,.62);font-weight:300}
.hero-act .rule{width:42px;height:.5px;background:rgba(236,230,216,.42)}
.hero-act .red{color:var(--red)}
.hero-title{font-family:var(--display);font-weight:200;line-height:.9;letter-spacing:-.03em;font-size:clamp(60px,10vw,156px);color:var(--cream);margin-bottom:1.2rem}
.hero-title em{font-style:italic;color:var(--red);font-weight:300}
.hero-deck{font-family:var(--display);font-style:italic;font-size:clamp(18px,2vw,22px);line-height:1.55;color:rgba(236,230,216,.78);max-width:540px;margin:0 auto;font-weight:300}

/* Scroll cue — positioned LOW and out of the way of hero content */
.scroll-cue{position:absolute;left:50%;bottom:8.4vh;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:12px;animation:cuePulse 2.6s ease-in-out infinite;pointer-events:none}
.scroll-cue .dot{width:5px;height:5px;background:var(--red);border-radius:50%;box-shadow:0 0 10px rgba(192,57,43,.5)}
.scroll-cue .line{width:.5px;height:32px;background:linear-gradient(to bottom,var(--red),rgba(236,230,216,.4))}
.scroll-cue .label{font-family:var(--mono);font-size:9px;letter-spacing:.42em;text-transform:uppercase;color:rgba(236,230,216,.6);font-weight:300}
.scroll-cue .label em{font-style:normal;color:var(--red)}
@keyframes cuePulse{0%,100%{opacity:.6;transform:translateX(-50%) translateY(0)}50%{opacity:1;transform:translateX(-50%) translateY(6px)}}

/* ────────── SLABS / SECTIONS ────────── */
.slab{padding:9rem 8%;position:relative}
.slab.paper{background:var(--paper);color:var(--ink)}
.slab.dark{background:var(--ink);color:var(--cream)}
.slab.paper + .slab.dark,.slab.dark + .slab.paper{border-top:0}
.slab-inner{max-width:1320px;margin:0 auto}

/* Q-slab — short single-statement slab */
.slab.q{padding:7rem 8%;text-align:center;border-bottom:none}
.slab.q .lead{font-family:var(--display);font-style:italic;font-size:clamp(24px,2.8vw,36px);color:var(--ink-soft);font-weight:300;line-height:1.5;max-width:780px;margin:0 auto}
.slab.q .lead em{font-style:normal;color:var(--red);font-weight:400}
.slab.dark.q .lead{color:var(--cream2)}
.slab.dark.q .lead em{color:var(--red)}

/* ────────── ACT MARKER (Chapter eyebrow) ────────── */
.act{display:flex;align-items:center;gap:18px;margin-bottom:2.2rem;font-family:var(--mono);font-size:10px;letter-spacing:.5em;text-transform:uppercase;font-weight:300}
.act .num{color:var(--red);letter-spacing:.6em;font-weight:400}
.act .name{color:var(--ink-mid)}
.act .rule{height:.5px;background:var(--border-paper);flex:1;max-width:260px}
.act .red-dot{width:5px;height:5px;background:var(--red);border-radius:50%;flex-shrink:0}
.slab.dark .act .name{color:var(--cream3)}
.slab.dark .act .rule{background:var(--cream4)}

/* ────────── TEASE (the line between sections that pulls readers down) ────────── */
.tease{padding:4rem 8% 6rem;text-align:center;background:inherit}
.tease p{font-family:var(--display);font-style:italic;font-size:clamp(17px,1.9vw,21px);color:var(--ink-mid);max-width:620px;margin:0 auto 1.2rem;line-height:1.55;font-weight:300}
.tease p em{font-style:normal;color:var(--red);font-weight:400}
.slab.dark .tease p{color:var(--cream3)}
.slab.dark .tease p em{color:var(--red)}
.tease .arrow{display:inline-flex;flex-direction:column;align-items:center;gap:10px;margin-top:.6rem}
.tease .arrow .dot{width:4px;height:4px;background:var(--red);border-radius:50%}
.tease .arrow .line{width:.5px;height:32px;background:linear-gradient(to bottom,var(--red),transparent);opacity:.7}

/* ────────── VOICES GRID (homepage + your-voices) ────────── */
.voices-head{margin-bottom:5rem;max-width:820px}
.voices-head h2{font-family:var(--display);font-weight:200;font-size:clamp(54px,7.4vw,124px);line-height:.92;color:inherit;letter-spacing:-.025em}
.voices-head h2 em{font-style:italic;font-weight:300;color:var(--red)}
.voices-head .deck{font-family:var(--display);font-style:italic;font-size:18px;line-height:1.6;max-width:540px;margin-top:1.8rem;font-weight:300}
.slab.dark .voices-head .deck{color:var(--cream2)}
.slab.paper .voices-head .deck{color:var(--ink-soft)}
.voices-head .deck em{font-style:normal;color:var(--red);font-weight:400}

.voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.4rem}
.voice{display:block;position:relative;transition:opacity .55s ease;text-decoration:none;color:inherit}
.voice:hover{opacity:.92}
.voice .img-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;margin-bottom:2rem}
.voice img{width:100%;height:100%;object-fit:cover;transition:transform 1.8s ease;filter:saturate(.86) contrast(1.04) brightness(.96)}
.voice:hover img{transform:scale(1.04)}
.voice .tag{font-family:var(--mono);font-size:9.5px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);margin-bottom:1rem;font-weight:300}
.voice .title{font-family:var(--display);font-weight:300;font-size:24px;line-height:1.22;margin-bottom:1rem;letter-spacing:-.005em;max-width:360px}
.slab.dark .voice .title{color:var(--cream)}
.slab.paper .voice .title{color:var(--ink)}
.voice .by{font-family:var(--mono);font-size:10px;letter-spacing:.36em;text-transform:uppercase;font-weight:300}
.slab.dark .voice .by{color:var(--cream3)}
.slab.paper .voice .by{color:var(--ink-mid)}
.voice .read{margin-top:1.4rem;display:inline-flex;align-items:center;gap:12px;font-family:var(--mono);font-size:10px;letter-spacing:.36em;text-transform:uppercase;color:var(--red);font-weight:300;padding-bottom:5px;border-bottom:0.5px solid rgba(192,57,43,.35);transition:border-color .4s,gap .4s}
.voice:hover .read{gap:18px;border-color:var(--red)}

.voices-foot{margin-top:5rem;text-align:center}
.voices-foot a{display:inline-flex;align-items:center;gap:18px;font-family:var(--mono);font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;padding:18px 0;border-bottom:0.5px solid var(--red);transition:gap .4s,color .4s;font-weight:300}
.slab.dark .voices-foot a{color:var(--cream)}
.slab.paper .voices-foot a{color:var(--ink)}
.voices-foot a:hover{gap:28px;color:var(--red)}

/* ────────── ACCORDION (voices page categories) ────────── */
.category-accordion{max-width:1320px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.cat-card{border:0.5px solid var(--border-ink);background:var(--ink2);overflow:hidden;transition:border-color .4s}
.cat-card.open{border-color:var(--red)}
.cat-header{display:grid;grid-template-columns:auto 1fr auto auto;gap:1.6rem;align-items:center;padding:2rem 2.4rem;cursor:pointer;background:transparent;border:none;width:100%;text-align:left;font-family:var(--body);color:var(--cream);transition:background .35s}
.cat-header:hover{background:rgba(192,57,43,.05)}
.cat-header .cat-num{font-family:var(--mono);font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);font-weight:400}
.cat-header .cat-name{font-family:var(--display);font-size:clamp(26px,3vw,36px);font-weight:300;color:var(--cream);letter-spacing:-.01em}
.cat-header .cat-name em{font-style:italic;color:var(--red)}
.cat-header .cat-count{font-family:var(--mono);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--cream3);font-weight:300}
.cat-header .cat-toggle{width:36px;height:36px;border:0.5px solid var(--border-ink);display:flex;align-items:center;justify-content:center;position:relative;transition:border-color .4s,background .4s}
.cat-card.open .cat-toggle{background:var(--red);border-color:var(--red)}
.cat-header .cat-toggle::before,.cat-header .cat-toggle::after{content:'';position:absolute;background:var(--cream);transition:transform .4s,background .4s}
.cat-header .cat-toggle::before{width:12px;height:.5px}
.cat-header .cat-toggle::after{width:.5px;height:12px}
.cat-card.open .cat-toggle::after{transform:rotate(90deg);opacity:0}
.cat-body{max-height:0;overflow:hidden;transition:max-height .55s cubic-bezier(.25,.1,.25,1)}
.cat-card.open .cat-body{max-height:9999px}
.cat-body-inner{padding:0 2.4rem 2.6rem;border-top:0.5px solid var(--border-ink)}
.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;margin-top:2.4rem}

/* ────────── ABOUT (homepage) ────────── */
.slab.about{padding:11rem 8% 0;border-bottom:none}
.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:8rem;align-items:start;max-width:1320px;margin:0 auto}
.about-l{position:sticky;top:7rem}
.about-l h1{font-family:var(--display);font-weight:200;font-size:clamp(62px,8vw,128px);line-height:.9;color:var(--ink);letter-spacing:-.025em;margin-bottom:1.6rem}
.about-l h1 em{font-style:italic;font-weight:300;color:var(--red)}
.about-l .deck{font-family:var(--display);font-style:italic;color:var(--ink-soft);font-size:19px;line-height:1.6;max-width:380px;font-weight:300}
.about-l .deck em{font-style:normal;color:var(--red);font-weight:400}
.about-r .label{font-family:var(--mono);font-size:10px;letter-spacing:.36em;text-transform:uppercase;color:var(--red);margin-bottom:2rem;padding-bottom:1.4rem;border-bottom:0.5px solid rgba(192,57,43,.25);font-weight:400}
.about-r p{font-family:var(--display);font-size:18px;line-height:1.95;color:var(--ink-soft);margin-bottom:1.6rem;font-weight:300}
.about-r p:first-of-type::first-letter{font-family:var(--display);float:left;font-size:84px;line-height:.85;color:var(--red);padding:10px 18px 0 0;font-weight:400;font-style:italic}
.about-r .sign{margin-top:2.4rem;font-family:var(--display);font-style:italic;color:var(--red);font-size:18px;font-weight:400}

/* ────────── PILLARS (homepage) ────────── */
.slab.pillars{padding:10rem 8% 0;border-bottom:none}
.pillars-inner{max-width:1240px;margin:0 auto}
.pillars-head{margin-bottom:5rem;max-width:820px}
.pillars-h{font-family:var(--display);font-size:clamp(40px,5.2vw,76px);font-weight:200;line-height:1;color:var(--cream);letter-spacing:-.025em}
.pillars-h em{font-style:italic;font-weight:300;color:var(--red)}
.pillars-sub{font-family:var(--display);font-style:italic;color:var(--cream2);font-size:17px;line-height:1.7;margin-top:1.6rem;max-width:520px;font-weight:300}
.p-row{display:grid;grid-template-columns:140px 1fr;gap:3rem;align-items:start;padding:3.4rem 0;border-top:0.5px solid var(--cream4);transition:padding-left .5s}
.p-row:last-child{border-bottom:0.5px solid var(--cream4)}
.p-row:hover{padding-left:1.4rem}
.p-num{font-family:var(--mono);font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);padding-top:.9rem;font-weight:400}
.p-title{font-family:var(--display);font-size:34px;font-weight:200;color:var(--cream);margin-bottom:1.1rem;letter-spacing:-.012em;line-height:1.15}
.p-title em{font-style:italic;font-weight:300;color:var(--red)}
.p-body{font-family:var(--display);font-size:17px;color:var(--cream2);line-height:1.85;max-width:680px;font-weight:300}

/* ────────── BLUEPRINT STRIP ────────── */
.slab.bp{padding:11rem 8% 0;border-bottom:none}
.bp-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:center}
.bp h2{font-family:var(--display);font-size:clamp(42px,5.4vw,76px);font-weight:200;line-height:.95;color:var(--ink);margin-bottom:1.6rem;letter-spacing:-.025em}
.bp h2 em{font-style:italic;font-weight:300;color:var(--red)}
.bp p{font-family:var(--display);font-size:17px;color:var(--ink-soft);line-height:1.85;margin-bottom:2.8rem;max-width:520px;font-weight:300;font-style:italic}
.bp-cta{display:inline-flex;align-items:center;gap:18px;background:var(--red);color:var(--paper)!important;font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;font-weight:400;padding:18px 36px;border:0.5px solid var(--red);transition:all .5s;font-family:var(--body);text-decoration:none}
.bp-cta:hover{background:var(--red-dk);border-color:var(--red-dk)}
.bp-cta .arr{width:22px;height:.5px;background:var(--paper);transition:width .4s;display:inline-block}
.bp-cta:hover .arr{width:32px}
.bp-stats{border-left:0.5px solid var(--ink-low)}
.bp-stat{padding:2rem 0 2rem 2.6rem;border-bottom:0.5px solid var(--border-paper);position:relative;transition:padding-left .5s}
.bp-stat:last-child{border-bottom:none}
.bp-stat:hover{padding-left:3.2rem}
.bp-stat::before{content:'';position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:1px;height:0;background:var(--red);transition:height .5s ease}
.bp-stat:hover::before{height:60%}
.bp-stat .row{display:flex;align-items:baseline;justify-content:space-between;gap:2rem}
.bp-stat .n{font-family:var(--display);font-size:58px;font-weight:200;color:var(--ink);line-height:1;letter-spacing:-.02em}
.bp-stat .n em{font-style:italic;font-weight:300;color:var(--red)}
.bp-stat .l{font-family:var(--mono);font-size:10px;letter-spacing:.36em;text-transform:uppercase;color:var(--ink-mid);font-weight:300;text-align:right;max-width:180px;line-height:1.6}

/* ────────── NEWSLETTER ────────── */
.slab.news{position:relative;padding:13rem 8%;text-align:center;overflow:hidden;border-bottom:none;background:var(--ink);color:var(--cream)}
.news-bg{position:absolute;inset:0;z-index:0;opacity:.18;overflow:hidden}
.news-bg img{width:108%;height:108%;object-fit:cover;filter:brightness(.6) saturate(.7);animation:cinePan 30s ease-in-out infinite alternate}
.news-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 22%,var(--ink) 82%)}
.news-inner{position:relative;z-index:1;max-width:680px;margin:0 auto}
.news h2{font-family:var(--display);font-size:clamp(48px,6vw,90px);font-weight:200;line-height:.95;color:var(--cream);margin-bottom:.6em;letter-spacing:-.025em}
.news h2 em{font-style:italic;font-weight:300;color:var(--red)}
.news-deck{font-family:var(--display);font-style:italic;font-size:18px;color:var(--cream2);margin:0 auto 3.4rem;line-height:1.55;font-weight:300;max-width:520px}
.news-form{display:flex;max-width:560px;margin:0 auto;border-bottom:0.5px solid var(--cream2);transition:border-color .35s}
.news-form:focus-within{border-color:var(--red)}
.news-form input{flex:1;background:transparent;border:none;color:var(--cream);font-family:var(--body);font-size:14px;padding:18px 0 18px 16px;outline:none;font-weight:300;text-align:center}
.news-form input::placeholder{color:var(--cream3)}
.news-form input.first{max-width:160px;border-right:0.5px solid var(--cream4)}
.news-form button{background:var(--red);color:var(--paper);font-family:var(--body);font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;padding:18px 28px;border:none;cursor:pointer;font-weight:400;transition:background .35s;min-height:48px}
.news-form button:hover{background:var(--red-dk)}
.news-note{font-family:var(--mono);font-size:10px;letter-spacing:.36em;text-transform:uppercase;color:var(--cream3);margin-top:2.4rem;font-weight:300}

/* ────────── FOOTER ────────── */
footer.pontus-footer{background:var(--paper);color:var(--ink);padding:6rem 8% 3rem;border-top:0.5px solid var(--border-paper)}
body.dark footer.pontus-footer{background:var(--ink2);color:var(--cream);border-top:0.5px solid var(--border-ink)}
.f-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:5rem;padding-bottom:4rem;border-bottom:0.5px solid var(--border-paper)}
body.dark .f-grid{border-bottom:0.5px solid var(--border-ink)}
.f-brand .mark{font-family:var(--display);font-weight:400;letter-spacing:.55em;font-size:22px;color:inherit;margin-bottom:1.6rem;text-decoration:none}
.f-brand .mark .p{color:var(--red)}
.f-brand p{font-family:var(--display);font-style:italic;font-size:14px;color:var(--ink-mid);line-height:1.7;max-width:300px;font-weight:300}
body.dark .f-brand p{color:var(--cream3)}
.f-col h4{font-family:var(--mono);font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);margin-bottom:1.6rem;font-weight:400}
.f-col ul{list-style:none}
.f-col li{padding:7px 0}
.f-col a{font-size:13px;color:var(--ink-soft);transition:color .4s;font-weight:300;text-decoration:none}
body.dark .f-col a{color:var(--cream3)}
.f-col a:hover{color:var(--red)}
.f-bot{max-width:1320px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding-top:2rem;flex-wrap:wrap;gap:1rem}
.f-bot .copy{font-family:var(--mono);font-size:10px;letter-spacing:.22em;color:var(--ink-mid);text-transform:uppercase;font-weight:300}
body.dark .f-bot .copy{color:var(--cream3)}
.f-bot .tag{font-family:var(--mono);font-size:10.5px;letter-spacing:.42em;text-transform:uppercase;color:var(--red);font-weight:400}

/* ────────── ARTICLE PAGE — body & components ────────── */
.article-hero{position:relative;height:88vh;min-height:560px;overflow:hidden;background:#000}
.article-hero .hero-stage{top:5vh;bottom:5vh}
.article-hero .hero-letter{height:5vh}
.article-hero .hero-letter.t{padding-top:5rem}
.article-hero .hero-img img{filter:brightness(.5) saturate(.84) contrast(1.05)}
.article-hero-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:0 8% 8vh;z-index:3;max-width:1100px}
.article-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:1.6rem;font-family:var(--mono);font-size:10.5px;letter-spacing:.42em;text-transform:uppercase;color:rgba(236,230,216,.62);font-weight:300}
.article-eyebrow .line{width:36px;height:.5px;background:var(--red)}
.article-eyebrow .red{color:var(--red)}
.article-title{font-family:var(--display);font-weight:200;line-height:.95;letter-spacing:-.025em;font-size:clamp(42px,7vw,108px);color:var(--cream);margin-bottom:1rem}
.article-title em{font-style:italic;color:var(--red);font-weight:300}
.article-deck{font-family:var(--display);font-style:italic;font-size:clamp(18px,2.2vw,24px);line-height:1.5;color:rgba(236,230,216,.74);max-width:680px;margin-bottom:2rem;font-weight:300}
.article-meta{display:flex;align-items:center;gap:1.8rem;flex-wrap:wrap;font-family:var(--mono);font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:rgba(236,230,216,.58);font-weight:300}
.article-meta .red{color:var(--red)}
.meta-dot{width:3px;height:3px;border-radius:50%;background:rgba(236,230,216,.4)}

/* article body */
.article-body{max-width:760px;margin:0 auto;padding:6rem 8% 4rem;color:var(--cream)}
.article-body p{font-family:var(--display);font-size:19px;font-weight:300;line-height:1.95;color:rgba(236,230,216,.86);margin-bottom:1.8rem;letter-spacing:.005em}
.article-body p em{font-style:italic;color:var(--cream)}
.article-body p strong{font-weight:400;color:var(--cream)}
.article-body h2{font-family:var(--display);font-size:clamp(34px,4.2vw,58px);font-weight:200;color:var(--cream);line-height:1.05;margin:4.5rem 0 1.6rem;letter-spacing:-.02em}
.article-body h2 em{font-style:italic;color:var(--red);font-weight:300}
.article-body h3{font-family:var(--display);font-size:24px;font-weight:300;color:var(--cream);margin:3rem 0 1rem;letter-spacing:-.005em}
.article-body h3 em{font-style:italic;color:var(--red)}
.article-body h2 + p::first-letter,
.article-body > p:first-of-type::first-letter{font-family:var(--display);float:left;font-size:78px;line-height:.85;color:var(--red);padding:10px 16px 0 0;font-weight:400;font-style:italic}
.article-body ul,.article-body ol{margin:1rem 0 2rem 1.5rem;font-family:var(--display);font-size:18px;color:rgba(236,230,216,.84);line-height:1.85;font-weight:300}
.article-body li{margin-bottom:.7rem}
.article-body a{color:var(--red);text-decoration:underline;text-underline-offset:3px;transition:color .3s}
.article-body a:hover{color:var(--red-dk)}

/* Pull quote */
.pull-quote{border-left:2px solid var(--red);padding:1.6rem 2.2rem;margin:3.6rem 0;background:rgba(192,57,43,.04)}
.pull-quote p{font-family:var(--display);font-size:clamp(22px,2.8vw,30px);font-weight:300;font-style:italic;color:var(--cream);line-height:1.5;margin-bottom:0!important}
.pull-quote p::first-letter{all:unset}

/* Verdict box */
.verdict-box{background:var(--ink2);border:0.5px solid var(--border-ink);border-left:3px solid var(--red);padding:2.2rem 2.6rem;margin:3rem 0}
.verdict-box-label{font-family:var(--mono);font-size:10px;letter-spacing:.38em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:.9rem}
.verdict-box-title{font-family:var(--display);font-size:24px;font-weight:300;color:var(--cream);margin-bottom:.8rem;letter-spacing:-.005em}
.verdict-box-title em{font-style:italic;color:var(--red)}
.verdict-box p{font-family:var(--display);font-size:16px;font-weight:300;color:var(--cream2);line-height:1.85;margin-bottom:0!important}
.verdict-box p::first-letter{all:unset}

/* Tip box */
.tip-box{border:0.5px solid var(--border-ink);padding:2rem 2.5rem;margin:3rem 0;background:var(--ink2)}
.tip-box-label,.tip-box .tip-box-label{font-family:var(--mono);font-size:10px;letter-spacing:.38em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:1rem}
.tip-box h4{font-family:var(--display);font-size:22px;font-weight:300;color:var(--cream);margin-bottom:.8rem;letter-spacing:-.005em}
.tip-box h4 em{font-style:italic;color:var(--red)}
.tip-box p{font-family:var(--display);font-size:16px;font-weight:300;line-height:1.85;color:var(--cream2);margin-bottom:.7rem!important}
.tip-box p:last-child{margin-bottom:0!important}
.tip-box p::first-letter{all:unset}
.tip-box strong{color:var(--cream);font-weight:400}

/* Photos within article */
.photo-own,.photo-pair-own,.photo-pair{margin:3.5rem -8%;background:#000}
.photo-own img{width:100%;max-height:620px;object-fit:cover;display:block}
.photo-own-caption,.photo-pair-own-caption,.photo-pair-caption{padding:1rem 8%;font-family:var(--mono);font-size:10.5px;letter-spacing:.28em;color:var(--cream3);font-weight:300;border-bottom:0.5px solid var(--border-ink);font-style:normal;text-transform:uppercase;background:var(--ink2)}
.photo-pair-own,.photo-pair{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.photo-pair-own img,.photo-pair img{width:100%;height:440px;object-fit:cover;display:block}
.photo-pair-own-caption,.photo-pair-caption{grid-column:span 2}

/* Warning / Geo / Opening Quote — used in naples-vs-rome, lyon, armenia */
.warning-box{background:var(--ink2);border:0.5px solid var(--border-ink);border-left:3px solid var(--red);padding:2.2rem 2.6rem;margin:3rem 0}
.warning-box-label,.warning-box .warning-box-label{font-family:var(--mono);font-size:10px;letter-spacing:.38em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:.9rem}
.warning-box h4{font-family:var(--display);font-size:22px;font-weight:300;color:var(--cream);margin-bottom:.8rem;letter-spacing:-.005em}
.warning-box h4 em{font-style:italic;color:var(--red)}
.warning-box p{font-family:var(--display);font-size:16px;font-weight:300;color:var(--cream2);line-height:1.85;margin-bottom:.7rem!important}
.warning-box p:last-child{margin-bottom:0!important}
.warning-box p::first-letter{all:unset}
.warning-box strong{color:var(--cream);font-weight:400}

.geo-box,.itinerary-essentials{background:var(--ink2);border:0.5px solid var(--border-ink);padding:2.4rem 2.6rem;margin:3rem 0}
.geo-box-label,.itinerary-essentials-label{font-family:var(--mono);font-size:10px;letter-spacing:.38em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:1.2rem}
.geo-box h4,.itinerary-essentials h4{font-family:var(--display);font-size:22px;font-weight:300;color:var(--cream);margin-bottom:1rem;letter-spacing:-.005em}
.geo-row{display:grid;grid-template-columns:160px 1fr;gap:1.4rem;padding:.9rem 0;border-top:0.5px solid var(--border-ink);font-family:var(--display);font-size:15.5px;font-weight:300;color:var(--cream2);line-height:1.6}
.geo-row:first-of-type{border-top:none}
.geo-row .k{color:var(--red);font-family:var(--mono);font-size:10px;letter-spacing:.32em;text-transform:uppercase;font-weight:400;padding-top:.25rem}

.opening-quote{font-family:var(--display);font-style:italic;font-size:clamp(20px,2.4vw,28px);font-weight:300;color:var(--cream);line-height:1.55;margin:2rem 0 3rem;padding:1.6rem 0;border-top:0.5px solid var(--border-ink);border-bottom:0.5px solid var(--border-ink);text-align:center}
.opening-quote em{font-style:normal;color:var(--red);font-weight:400}

/* Gallery (used in armenia-first-time and naples-vs-rome) */
.gallery,.gallery-section{margin:3.5rem 0;border-top:0.5px solid var(--border-ink);border-bottom:0.5px solid var(--border-ink);padding:2.4rem 0}
.gallery-title,.gallery-section-title{font-family:var(--display);font-size:24px;letter-spacing:-.005em;color:var(--cream);font-weight:300;margin-bottom:.6rem;display:flex;align-items:center;gap:14px}
.gallery-title em,.gallery-section-title em{font-style:italic;color:var(--red)}
.gallery-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:.6rem;display:flex;align-items:center;gap:14px}
.gallery-label::before{content:'';width:30px;height:.5px;background:var(--red)}
.gallery-sub,.gallery-section-sub,.gallery-note{font-family:var(--display);font-style:italic;font-size:15.5px;color:var(--cream3);margin-bottom:1.6rem;font-weight:300;line-height:1.6}
.gallery-toggle{font-family:var(--mono);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--red);background:transparent;border:0.5px solid rgba(192,57,43,.4);padding:14px 22px;cursor:pointer;transition:all .35s;font-weight:400;display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;margin:1.4rem 0}
.gallery-toggle:hover{background:rgba(192,57,43,.08)}
.gallery-toggle-left{display:flex;align-items:center;gap:12px}
.gallery-toggle-dot{width:6px;height:6px;background:var(--red);border-radius:50%;flex-shrink:0}
.gallery-toggle-label{font-family:var(--mono);font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--red);font-weight:400}
.gallery-toggle-title{font-family:var(--display);font-size:15px;color:var(--cream);font-weight:300;font-style:italic}
.gallery-toggle-count{font-family:var(--mono);font-size:10.5px;letter-spacing:.28em;color:var(--cream3);font-weight:300}
.gallery-toggle-arrow{width:24px;height:.5px;background:var(--red);position:relative;flex-shrink:0;transition:transform .4s}
.gallery-toggle-arrow::after{content:'';position:absolute;right:0;top:-3px;width:8px;height:8px;border-right:.5px solid var(--red);border-bottom:.5px solid var(--red);transform:rotate(-45deg);transition:transform .4s}
.gallery-toggle[aria-expanded="true"] .gallery-toggle-arrow{transform:rotate(90deg)}
.gallery-body{max-height:0;overflow:hidden;transition:max-height .6s cubic-bezier(.25,.1,.25,1)}
.gallery-body.open,.gallery-body[aria-hidden="false"]{max-height:9999px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;margin-top:1.6rem}
.gallery-grid a,.gallery-grid img,.gallery-item{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;transition:opacity .3s,transform 1.2s;text-decoration:none;background:#000}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s}
.gallery-grid a:hover img,.gallery-item:hover img{opacity:.85;transform:scale(1.04)}
.gallery-caption{font-family:var(--mono);font-size:10.5px;letter-spacing:.28em;color:var(--cream3);font-weight:300;text-align:center;margin-top:1rem;text-transform:uppercase;font-style:normal}

@media (max-width:980px){
  .photo-pair,.photo-pair-own{margin:2.5rem -1.4rem;grid-template-columns:1fr}
  .photo-pair img,.photo-pair-own img{height:280px}
  .photo-pair-caption,.photo-pair-own-caption{grid-column:span 1;padding:.8rem 1.4rem}
  .warning-box,.geo-box,.itinerary-essentials{padding:1.6rem 1.4rem;margin:2.5rem 0}
  .geo-row{grid-template-columns:1fr;gap:.4rem;padding:.8rem 0}
  .opening-quote{padding:1.2rem 1rem;margin:1.6rem 0 2.4rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}

/* Chapter divider in article */
.chapter-divider{height:0.5px;background:var(--border-ink);margin:4.5rem 0}
.divider{display:flex;align-items:center;gap:1.5rem;margin:4rem 0}
.divider-line{flex:1;height:.5px;background:var(--border-ink)}
.divider-mark{font-family:var(--display);font-size:18px;color:var(--red);font-weight:300;font-style:italic}

/* Byline */
.byline{display:flex;align-items:center;gap:18px;padding:2rem 0;border-top:0.5px solid var(--border-ink);border-bottom:0.5px solid var(--border-ink);margin-bottom:3rem;flex-wrap:wrap}
.byline-avatar{width:48px;height:48px;border-radius:50%;background:var(--red);display:flex;align-items:center;justify-content:center;font-family:var(--display);font-size:18px;font-weight:300;color:#fff;flex-shrink:0}
.byline-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:160px}
.byline-name{font-family:var(--display);font-size:17px;font-weight:400;color:var(--cream)}
.byline-title{font-family:var(--mono);font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:var(--red);font-weight:400;margin-top:3px}
.byline-socials{display:flex;align-items:center;gap:14px;margin-left:auto;flex-wrap:wrap}
.byline-social{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream3);text-decoration:none;font-weight:300;border:0.5px solid var(--border-ink);padding:8px 14px;transition:all .35s}
.byline-social:hover{color:var(--red);border-color:var(--red)}

/* Pull quote attribution */
.pull-quote-attr{font-family:var(--mono);font-size:10.5px;letter-spacing:.36em;text-transform:uppercase;color:var(--red);font-weight:400;margin-top:1.2rem;display:block}

/* ── Article aside — italic tease right under the byline ── */
.article-aside{font-family:var(--display);font-style:italic;font-size:15px;font-weight:300;color:var(--cream3);line-height:1.65;margin:-1.2rem 0 2.6rem;letter-spacing:.005em}
.article-aside::before{content:"— ";color:var(--red);font-style:normal;margin-right:4px;font-weight:400}

/* ── Contribute strip — quiet writer-to-writer outro before pontus-strip ── */
.contribute-strip{margin:4.5rem 0 1rem;padding:3rem 0 0;border-top:0.5px solid var(--border-ink);text-align:center}
.contribute-strip .label{font-family:var(--mono);font-size:10px;letter-spacing:.42em;text-transform:uppercase;color:var(--cream3);font-weight:300;margin-bottom:1.4rem}
.contribute-strip p{font-family:var(--display);font-size:17.5px;font-style:italic;font-weight:300;line-height:1.75;color:var(--cream2)!important;max-width:580px;margin:0 auto 1.4rem!important}
.contribute-strip p::first-letter{all:unset}
.contribute-strip p strong{color:var(--cream);font-weight:400}
.contribute-strip .next{display:flex;flex-direction:column;gap:14px;margin-top:1.8rem;align-items:center}
.contribute-strip .next a{font-family:var(--mono)!important;font-size:10.5px!important;letter-spacing:.34em!important;text-transform:uppercase;color:var(--red)!important;font-weight:400;text-decoration:none!important;padding-bottom:4px;border-bottom:0.5px solid rgba(192,57,43,.4)!important;transition:color .3s,border-color .3s;text-underline-offset:0!important}
.contribute-strip .next a:hover{color:var(--red-dk)!important;border-bottom-color:var(--red-dk)!important}

/* Comparison block */
.comparison-grid{display:grid;grid-template-columns:240px 1fr 1fr;gap:1px;background:var(--border-ink);margin:3rem 0;border:0.5px solid var(--border-ink)}
.comparison-row{display:contents}
.comparison-cat,.comparison-text{background:var(--ink2);padding:1.4rem 1.6rem;font-family:var(--display);font-size:15.5px;font-weight:300;color:var(--cream2);line-height:1.55}
.comparison-cat{font-family:var(--mono);font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:var(--red);font-weight:400;background:var(--ink);display:flex;align-items:center}
.comparison-text strong{color:var(--cream);font-weight:400}
.comparison-text em{font-style:italic;color:var(--red)}

/* Itinerary block (used in lyon, naples, etc.) */
.itinerary-box{background:var(--ink2);border:0.5px solid var(--border-ink);padding:2.4rem 2.6rem;margin:3rem 0}
.itinerary-label{font-family:var(--mono);font-size:10px;letter-spacing:.38em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:1rem}
.itinerary-title{font-family:var(--display);font-size:22px;font-weight:300;color:var(--cream);margin-bottom:1.2rem;letter-spacing:-.005em}
.itinerary-title em{font-style:italic;color:var(--red)}
.itinerary-row{display:grid;grid-template-columns:140px 1fr;gap:1.4rem;padding:1rem 0;border-top:0.5px solid var(--border-ink);align-items:start}
.itinerary-row:first-of-type{border-top:none}
.itinerary-time{font-family:var(--mono);font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:var(--red);font-weight:400;padding-top:.3rem}
.itinerary-detail-title{font-family:var(--display);font-size:18px;font-weight:300;color:var(--cream);margin-bottom:.4rem;letter-spacing:-.005em}
.itinerary-detail-title em{font-style:italic;color:var(--red)}
.itinerary-detail-body{font-family:var(--display);font-size:15.5px;font-weight:300;color:var(--cream2);line-height:1.7}

/* Geo-box sub-elements (refining the earlier geo-box rule) */
.geo-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.32em;text-transform:uppercase;color:var(--red);font-weight:400}
.geo-title{font-family:var(--display);font-size:18px;font-weight:300;color:var(--cream);letter-spacing:-.005em;margin-bottom:.4rem}
.geo-title em{font-style:italic;color:var(--red)}
.geo-place{font-family:var(--display);font-size:16px;color:var(--cream2);font-weight:300}
.geo-time,.geo-mode{font-family:var(--mono);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream3);font-weight:300}

/* PONTUS strip CTA (in articles) */
.pontus-strip{background:var(--ink2);border:0.5px solid var(--border-ink);padding:3.2rem 3rem;margin:4rem 0;text-align:center}
.pontus-strip-label{font-family:var(--mono);font-size:10px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:1.2rem}
.pontus-strip h4{font-family:var(--display);font-size:clamp(28px,3.6vw,48px);font-weight:200;color:var(--cream);line-height:1.05;margin-bottom:1.2rem;letter-spacing:-.015em}
.pontus-strip h4 em{font-style:italic;color:var(--red);font-weight:300}
.pontus-strip p{font-family:var(--display);font-size:16px;font-weight:300;color:var(--cream2);line-height:1.85;margin-bottom:.8rem;max-width:560px;margin-left:auto;margin-right:auto}
.pontus-strip-bullets{list-style:none;display:flex;flex-direction:column;gap:12px;margin:1.6rem auto 2.2rem;max-width:500px;text-align:left}
.pontus-strip-bullet{display:flex;align-items:flex-start;gap:14px;font-family:var(--display);font-size:16px;font-weight:300;color:var(--cream);line-height:1.65}
.pontus-strip-bullet-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:9px}
.pontus-cta{display:inline-flex;align-items:center;gap:16px;background:var(--red);color:#fff!important;font-family:var(--body);font-size:11px;letter-spacing:.32em;text-transform:uppercase;font-weight:400;padding:18px 42px;text-decoration:none!important;transition:background .35s;min-height:48px}
.pontus-cta:hover{background:var(--red-dk)}

/* More articles section — supports BOTH V2 .img-wrap structure AND V1 .more-card-overlay/.more-card-info structure */
.more-articles{padding:6rem 8%;background:var(--ink2);border-top:0.5px solid var(--border-ink)}
.more-label{display:flex;align-items:center;gap:14px;font-family:var(--mono);font-size:10.5px;letter-spacing:.4em;text-transform:uppercase;color:var(--red);font-weight:400;margin-bottom:2.4rem;max-width:1320px;margin-left:auto;margin-right:auto}
.more-label .rule{height:.5px;background:var(--cream4);flex:1;max-width:200px}
.more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;max-width:1320px;margin:0 auto}
.more-card{position:relative;overflow:hidden;text-decoration:none;display:block;color:inherit;transition:opacity .5s;aspect-ratio:4/3}
.more-card:hover{opacity:.95}
.more-card .img-wrap{position:relative;overflow:hidden;aspect-ratio:4/3;margin-bottom:1.4rem}
.more-card img{width:100%;height:100%;object-fit:cover;transition:transform 1.6s ease;filter:saturate(.86) contrast(1.04) brightness(.94);display:block}
.more-card:hover img{transform:scale(1.04)}
.more-card .region,.more-card-region{font-family:var(--mono);font-size:9.5px;letter-spacing:.36em;text-transform:uppercase;color:var(--red);margin-bottom:.7rem;font-weight:400}
.more-card .title,.more-card-title{font-family:var(--display);font-size:21px;font-weight:300;color:var(--cream);line-height:1.25;letter-spacing:-.005em}
/* V1 overlay structure — cards that wrap photo behind overlay/info */
.more-card .more-card-overlay,.more-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(10,14,20,.92) 100%);z-index:1}
.more-card .more-card-info,.more-card-info{position:absolute;left:0;right:0;bottom:0;padding:1.6rem 1.4rem;z-index:2}
.more-card.has-overlay{aspect-ratio:4/3;display:block;position:relative}
/* When .more-card directly contains an img (V1), make it cover */
.more-card > img:first-of-type{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform 1.6s ease;filter:saturate(.86) contrast(1.04) brightness(.94)}
.more-card:hover > img:first-of-type{transform:scale(1.04)}

/* ────────── PAGE HERO (non-homepage pages: blueprint, community, voices) ────────── */
.page-hero{padding:8rem 8% 5rem;background:var(--paper);border-bottom:0.5px solid var(--border-paper);position:relative}
.page-hero.dark{background:var(--ink);color:var(--cream);border-bottom:0.5px solid var(--border-ink)}
.page-hero-inner{max-width:1320px;margin:0 auto}
.page-hero-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:1.8rem;font-family:var(--mono);font-size:10.5px;letter-spacing:.42em;text-transform:uppercase;color:var(--red);font-weight:400}
.page-hero-eyebrow .line{width:36px;height:.5px;background:var(--red)}
.page-hero h1{font-family:var(--display);font-size:clamp(56px,8vw,128px);font-weight:200;line-height:.9;letter-spacing:-.025em;margin-bottom:1.2rem;color:inherit}
.page-hero h1 em{font-style:italic;color:var(--red);font-weight:300}
.page-hero .deck{font-family:var(--display);font-style:italic;font-size:clamp(18px,2.2vw,24px);font-weight:300;line-height:1.55;max-width:640px}
.page-hero.dark .deck{color:var(--cream2)}
.page-hero.paper .deck{color:var(--ink-soft)}
.page-hero .deck em{font-style:normal;color:var(--red);font-weight:400}

/* Generic page body */
.page-body{padding:6rem 8%;max-width:880px;margin:0 auto}
.page-body p{font-family:var(--display);font-size:18px;line-height:1.95;color:var(--ink-soft);margin-bottom:1.6rem;font-weight:300}
body.dark .page-body p{color:rgba(236,230,216,.84)}
.page-body p em{font-style:italic;color:var(--red);font-weight:400}
.page-body h2{font-family:var(--display);font-size:clamp(28px,3.6vw,48px);font-weight:200;line-height:1.05;margin:3.6rem 0 1.4rem;letter-spacing:-.015em;color:inherit}
.page-body h2 em{font-style:italic;color:var(--red);font-weight:300}
.page-body h3{font-family:var(--display);font-size:22px;font-weight:300;margin:2.4rem 0 1rem;letter-spacing:-.005em}
.page-body ul,.page-body ol{margin:1rem 0 1.8rem 1.5rem;font-family:var(--display);font-size:17px;line-height:1.85;font-weight:300}
.page-body a{color:var(--red);text-decoration:underline;text-underline-offset:3px}

/* ────────── MOBILE / RESPONSIVE ────────── */
/* Nav goes hamburger at 1100px so the 4-item nav (Voices/Blueprint/Community/Write) has room above that */
@media (max-width:1100px){
  nav.pontus-nav{padding:1.2rem 1.4rem;grid-template-columns:auto 1fr}
  .nav-l,.nav-r a:not(.nav-cta){display:none}
  .nav-r{justify-content:flex-end;gap:.6rem}
  .nav-cta{display:none}
  .hamburger{display:flex}
}
@media (max-width:980px){
  .hero{height:92vh;min-height:560px}
  .hero-letter{padding:0 1.4rem}
  .hero-letter.t{padding-top:4.6rem}
  .hero-content{padding:0 1.6rem 22vh}
  .hero-title{font-size:clamp(50px,14vw,84px);line-height:.92}
  .hero-deck{font-size:17px;max-width:480px}
  .scroll-cue{bottom:5vh}
  .slab,.slab.q,.slab.about,.slab.pillars,.slab.bp{padding:5rem 1.4rem}
  .slab.about,.slab.pillars,.slab.bp{padding-top:5rem;padding-bottom:0}
  .slab.news{padding:6rem 1.4rem}
  .tease{padding:3rem 1.4rem 4rem}
  .voices-head{margin-bottom:3rem}
  .voices-grid,.cat-grid{grid-template-columns:1fr;gap:2.4rem}
  .about-grid{grid-template-columns:1fr;gap:3rem}
  .about-l{position:static}
  .pillars-head{margin-bottom:3rem}
  .p-row{grid-template-columns:1fr;gap:.8rem;padding:2.4rem 0}
  .p-num{padding-top:0}
  .p-title{font-size:28px}
  .bp-inner{grid-template-columns:1fr;gap:2.5rem}
  .bp-stats{border-left:none;border-top:0.5px solid var(--ink-low)}
  .bp-stat{padding:1.6rem 0}
  .bp-stat .row{flex-wrap:wrap}
  .bp-stat .l{text-align:left}
  .news-form{flex-direction:column;border:none;gap:6px}
  .news-form input,.news-form input.first{border:0.5px solid var(--cream4);background:rgba(0,0,0,.3);max-width:none;text-align:left;border-bottom:none}
  .news-form button{padding:18px;width:100%}
  .f-grid{grid-template-columns:1fr 1fr;gap:2.5rem;padding-bottom:3rem}
  .act .rule{max-width:60px}
  .cat-header{grid-template-columns:auto 1fr auto;gap:1rem;padding:1.4rem 1.4rem}
  .cat-header .cat-name{font-size:24px}
  .cat-header .cat-count{display:none}
  .cat-body-inner{padding:0 1.4rem 2rem}
  .page-hero{padding:5.5rem 1.4rem 3rem}
  .page-body{padding:4rem 1.4rem}
  .article-hero{height:78vh;min-height:480px}
  .article-hero .hero-letter{padding:0 1.4rem;height:4vh}
  .article-hero .hero-stage{top:4vh;bottom:4vh}
  .article-hero-content{padding:0 1.4rem 6vh}
  .article-title{font-size:clamp(36px,9vw,60px)}
  .article-deck{font-size:17px}
  .article-meta{gap:.9rem;font-size:9.5px}
  .article-body{padding:4rem 1.4rem 3rem}
  .article-body p{font-size:17px}
  .article-body h2{font-size:clamp(28px,7vw,40px);margin:3rem 0 1.2rem}
  .article-body h3{font-size:20px;margin:2rem 0 .8rem}
  .photo-own,.photo-pair-own{margin:2.5rem -1.4rem}
  .photo-own img{max-height:420px}
  .photo-own-caption,.photo-pair-own-caption{padding:.8rem 1.4rem}
  .photo-pair-own{grid-template-columns:1fr}
  .photo-pair-own img{height:280px}
  .photo-pair-own-caption{grid-column:span 1}
  .pull-quote{padding:1.2rem 1.4rem;margin:2.5rem 0}
  .pull-quote p{font-size:20px}
  .verdict-box,.tip-box{padding:1.6rem 1.4rem;margin:2.5rem 0}
  .more-articles{padding:4rem 1.4rem}
  .more-grid{grid-template-columns:1fr;gap:1.8rem}
  .more-card .img-wrap{aspect-ratio:16/10}
  .pontus-strip{padding:2.2rem 1.4rem;margin:3rem 0}
  /* New article components — mobile */
  .article-aside{font-size:14px;margin:-0.6rem 0 2rem;line-height:1.6}
  .contribute-strip{margin:3.5rem 0 .5rem;padding:2.4rem 0 0}
  .contribute-strip .label{font-size:9.5px;letter-spacing:.36em;margin-bottom:1.1rem}
  .contribute-strip p{font-size:16px;line-height:1.7;margin-bottom:1.2rem!important;padding:0 .4rem}
  .contribute-strip .next{gap:12px;margin-top:1.4rem;padding:0 .6rem}
  .contribute-strip .next a{font-size:9.5px;letter-spacing:.32em;padding-bottom:3px;line-height:1.4;text-align:center}
}
@media (max-width:480px){
  .f-grid{grid-template-columns:1fr}
  .hero-title{font-size:clamp(44px,16vw,64px)}
  .article-title{font-size:clamp(30px,10vw,48px)}
  .page-hero h1{font-size:clamp(44px,14vw,68px)}
  .page-body p,.article-body p{font-size:16.5px;line-height:1.9}
  .voices-head h2,.pillars-h{font-size:clamp(40px,11vw,58px)}
  .hero-letter .marker{font-size:9px;letter-spacing:.28em}
  /* New article components — small phones */
  .article-aside{font-size:13.5px;margin:-0.4rem 0 1.8rem;line-height:1.55}
  .contribute-strip{margin:3rem 0 .5rem;padding:2rem 0 0}
  .contribute-strip p{font-size:15.5px;line-height:1.7}
  .contribute-strip .next a{font-size:9.5px;letter-spacing:.3em}
}
@media (max-width:360px){
  nav.pontus-nav{padding:1rem 1rem}
  .slab,.slab.q,.slab.about,.slab.pillars,.slab.bp,.slab.news{padding:4rem 1rem}
  .article-body,.page-body{padding:3rem 1rem}
  .more-articles{padding:3rem 1rem}
}

/* ────────── PRINT (a11y nicety) ────────── */
@media print{
  body{background:#fff;color:#000}
  nav,.scroll-cue,.tease,.more-articles,.slab.news,footer{display:none}
  .article-body{max-width:none;padding:0}
}
