:root {
  
  --paper:   oklch(0.965 0.012 80);
  --paper-2: oklch(0.945 0.016 78);
  --sand:    oklch(0.905 0.020 76);
  --sand-3:  oklch(0.86 0.024 74);
  --ink:     oklch(0.255 0.012 60);
  --ink-2:   oklch(0.44 0.012 62);
  --ink-3:   oklch(0.60 0.012 64);

  --terra:   oklch(0.60 0.115 45);
  --terra-d: oklch(0.50 0.105 42);
  --cool:    oklch(0.60 0.085 232);

  --display: 'Schibsted Grotesk', system-ui, sans-serif;
  --body:    'Hanken Grotesk', system-ui, sans-serif;
  --mono:    ui-monospace, 'SF Mono', 'Cascadia Mono', Menlo, monospace;

  --maxw: 1240px;
  --gutter: clamp(24px, 5vw, 72px);
  --radius: 14px;
}

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

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

body {
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
}

::selection { background: var(--terra); color: var(--paper); }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.display, h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; color: var(--ink); }
.h-xl { font-size: clamp(44px, 7.4vw, 104px); font-weight: 800; letter-spacing: -0.035em; line-height: 0.98; }
.h-lg { font-size: clamp(36px, 5.2vw, 70px); font-weight: 700; letter-spacing: -0.03em; }
.h-md { font-size: clamp(27px, 3.3vw, 45px); font-weight: 700; letter-spacing: -0.025em; }
.h-sm { font-size: clamp(21px, 2vw, 27px); font-weight: 600; letter-spacing: -0.015em; }

.eyebrow {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 500;
}
.lead { font-size: clamp(19px, 2vw, 23px); line-height: 1.5; color: var(--ink-2); }
.balance { text-wrap: balance; }
.pretty { text-wrap: pretty; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding-inline: var(--gutter); }
section { position: relative; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 200; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 100px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 600; font-size: 16px;
  padding: 14px 26px; border-radius: 100px; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  letter-spacing: -0.01em; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid color-mix(in oklab, var(--terra) 55%, transparent); outline-offset: 3px; }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--terra); color: var(--paper); }
.btn-ghost { background: transparent; color: var(--ink); border-color: color-mix(in oklab, var(--ink) 22%, transparent); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-arrow svg { transition: transform .2s ease; }
.btn:hover .btn-arrow svg { transform: translateX(3px); }

.nav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--paper) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -0.03em; }
.brand-mark {
  width: 26px; height: 26px; border-radius: 8px;
  background: var(--ink); position: relative; flex: none;
  display: grid; place-items: center;
}
.brand-mark::before { content:""; width: 11px; height: 11px; border-radius: 50%; border: 2.5px solid var(--paper); }
.nav-links { display: flex; align-items: center; gap: 34px; list-style: none; }
.nav-links a { font-size: 15.5px; font-weight: 500; color: var(--ink-2); transition: color .15s ease; white-space: nowrap; }
.nav-links a:hover, .nav-links .current-menu-item > a { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-menu-btn { display: none; width: 44px; height: 44px; border-radius: 100px; border: 1.5px solid color-mix(in oklab, var(--ink) 18%, transparent); background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; }

@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
  .nav-menu-btn { display: inline-flex; }
  .mobile-menu {
    display: none; position: fixed; inset: 70px 0 auto 0; z-index: 49;
    background: var(--paper); border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
    box-shadow: 0 30px 60px -40px rgba(40,30,20,.5);
    padding: 18px var(--gutter) 28px;
  }
  .mobile-menu.open { display: block; }
  .mobile-menu ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
  .mobile-menu a { display: block; font-family: var(--display); font-weight: 600; font-size: 18px; padding: 13px 4px; border-bottom: 1px solid color-mix(in oklab, var(--ink) 7%, transparent); color: var(--ink); }
  .mobile-menu .btn { margin-top: 18px; width: 100%; justify-content: center; }
}

.media { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media-cool::after { content:""; position:absolute; inset:0; background: linear-gradient(160deg, color-mix(in oklab,var(--cool) 22%, transparent), transparent 60%); mix-blend-mode: multiply; pointer-events:none; }
.ph {
  position: relative; overflow: hidden;
  background-color: var(--sand);
  background-image: repeating-linear-gradient(135deg,
     color-mix(in oklab, var(--sand-3) 60%, transparent) 0 1px,
     transparent 1px 11px);
  display: grid; place-items: center;
  border-radius: var(--radius);
}
.ph::after {
  content: attr(data-label);
  font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-3);
  background: color-mix(in oklab, var(--paper) 88%, transparent);
  padding: 6px 11px; border-radius: 100px;
  border: 1px solid color-mix(in oklab, var(--ink) 9%, transparent);
  text-align: center; max-width: 80%;
}
.ph-cool { background-color: color-mix(in oklab, var(--cool) 14%, var(--sand)); }
.ph-ink { background-color: var(--ink); }
.ph-ink::after { color: color-mix(in oklab, var(--paper) 70%, transparent); background: color-mix(in oklab, var(--paper) 14%, transparent); border-color: color-mix(in oklab, var(--paper) 18%, transparent); }

.footer { background: var(--ink); color: color-mix(in oklab, var(--paper) 80%, transparent); padding: 84px 0 40px; margin-top: 8px; }
.footer a { color: color-mix(in oklab, var(--paper) 72%, transparent); transition: color .15s ease; }
.footer a:hover { color: var(--paper); }
.footer .brand { color: var(--paper); }
.footer .brand-mark { background: var(--paper); }
.footer .brand-mark::before { border-color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 56px; border-bottom: 1px solid color-mix(in oklab, var(--paper) 14%, transparent); }
.footer-col h4 { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in oklab, var(--paper) 50%, transparent); margin-bottom: 18px; font-weight: 500; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; font-size: 15px; }
.footer-col p { font-size: 15px; max-width: 30ch; color: color-mix(in oklab,var(--paper) 62%,transparent); line-height: 1.55; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; font-size: 13.5px; color: color-mix(in oklab, var(--paper) 50%, transparent); flex-wrap: wrap; gap: 14px; }
.footer-bottom .mono { font-family: var(--mono); letter-spacing: 0.04em; }
.footer-bottom .fdisc { max-width: 62ch; line-height: 1.5; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

.divider { height: 1px; background: color-mix(in oklab, var(--ink) 10%, transparent); border: 0; }
.tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink-2); background: var(--paper-2);
  border: 1px solid color-mix(in oklab, var(--ink) 10%, transparent);
  padding: 6px 13px; border-radius: 100px;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra); flex: none; }

.hero { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(40px, 5vw, 72px); }
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.hero h1 { margin-bottom: 26px; }
.hero h1 .cool { color: var(--cool); }
.hero-sub { max-width: 32ch; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-note { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; color: var(--ink-3); margin-top: 22px; display: flex; align-items: center; gap: 8px; }
.hero-visual { position: relative; }
.hero-ph { aspect-ratio: 4 / 5; width: 100%; }
.hero-badge {
  position: absolute; left: -18px; bottom: 30px;
  background: var(--paper); border: 1px solid color-mix(in oklab, var(--ink) 12%, transparent);
  border-radius: 16px; padding: 16px 20px; box-shadow: 0 24px 50px -28px rgba(40,30,20,.35);
  display: flex; align-items: center; gap: 14px;
}
.hero-badge .num { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -0.03em; line-height: 1; }
.hero-badge .lbl { font-size: 13px; color: var(--ink-2); line-height: 1.25; max-width: 13ch; }
.hero-badge.b2 { left: auto; right: -14px; bottom: auto; top: 34px; }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 440px; margin-inline: auto; }
  .hero-badge { left: 8px; }
  .hero-badge.b2 { right: 8px; }
}

.ribbon { border-block: 1px solid color-mix(in oklab, var(--ink) 9%, transparent); background: var(--paper-2); }
.ribbon-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.ribbon-item { padding: 28px 26px; border-left: 1px solid color-mix(in oklab, var(--ink) 8%, transparent); }
.ribbon-item:first-child { border-left: 0; padding-left: 0; }
.ribbon-item .k { font-family: var(--display); font-weight: 800; font-size: clamp(28px, 3vw, 40px); letter-spacing: -0.03em; line-height: 1; }
.ribbon-item .v { font-size: 14.5px; color: var(--ink-2); margin-top: 9px; }
@media (max-width: 760px) {
  .ribbon-inner { grid-template-columns: 1fr 1fr; }
  .ribbon-item { border-left: 0; padding: 22px 0; border-top: 1px solid color-mix(in oklab, var(--ink) 8%, transparent); }
  .ribbon-item:nth-child(-n+2) { border-top: 0; }
}

.manifesto { padding: clamp(80px, 11vw, 150px) 0; }
.manifesto .big { font-family: var(--display); font-weight: 600; font-size: clamp(28px, 4.2vw, 56px); line-height: 1.12; letter-spacing: -0.025em; max-width: 22ch; }
.manifesto .big em { font-style: normal; color: var(--terra); }
.manifesto .row { display: grid; grid-template-columns: 1fr 0.8fr; gap: clamp(30px, 5vw, 80px); align-items: end; margin-top: 56px; }
.manifesto .aside { font-size: 17px; color: var(--ink-2); line-height: 1.62; }
@media (max-width: 760px) { .manifesto .row { grid-template-columns: 1fr; } }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 52px; flex-wrap: wrap; }
.section-head .eyebrow { margin-bottom: 16px; display: block; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.step .step-ph { aspect-ratio: 1 / 1; margin-bottom: 22px; }
.step .n { font-family: var(--mono); font-size: 13px; color: var(--terra); letter-spacing: 0.1em; }
.step h3 { font-size: 23px; margin: 10px 0 8px; }
.step p { font-size: 16px; color: var(--ink-2); line-height: 1.55; }
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 36px; } }

.features { padding: clamp(70px, 9vw, 120px) 0; }
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.card { background: var(--paper-2); border: 1px solid color-mix(in oklab, var(--ink) 8%, transparent); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -34px rgba(40,30,20,.4); }
.card h3 { font-size: 24px; margin-bottom: 10px; letter-spacing: -0.02em; }
.card p { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; }
.card .feat-icon { width: 40px; height: 40px; border-radius: 11px; background: color-mix(in oklab, var(--terra) 14%, var(--paper)); display: grid; place-items: center; margin-bottom: 20px; color: var(--terra); }
.card .feat-icon svg { width: 21px; height: 21px; }
.card.span3 { grid-column: span 3; }
.card.span2 { grid-column: span 2; }
.card.feature-hero { grid-column: span 4; flex-direction: row; gap: 30px; align-items: center; background: var(--ink); color: var(--paper); border-color: transparent; }
.card.feature-hero h3 { color: var(--paper); font-size: clamp(26px, 3vw, 38px); }
.card.feature-hero p { color: color-mix(in oklab, var(--paper) 72%, transparent); font-size: 17px; }
.card.feature-hero .fh-ph { width: 42%; aspect-ratio: 3/4; flex: none; align-self: stretch; }
@media (max-width: 900px) {
  .mosaic { grid-template-columns: 1fr 1fr; }
  .card.span3, .card.span2, .card.feature-hero { grid-column: span 2; }
  .card.feature-hero { flex-direction: column; align-items: flex-start; }
  .card.feature-hero .fh-ph { width: 100%; aspect-ratio: 16/9; }
}
@media (max-width: 560px) { .mosaic { grid-template-columns: 1fr; } .card.span3, .card.span2, .card.feature-hero { grid-column: span 1; } }

.dual { background: var(--paper-2); border-block: 1px solid color-mix(in oklab, var(--ink) 9%, transparent); padding: clamp(70px,9vw,120px) 0; }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 60px); align-items: center; }
.dual-card { display: flex; gap: 18px; padding: 26px 0; border-top: 1px solid color-mix(in oklab, var(--ink) 10%, transparent); }
.dual-card:first-of-type { border-top: 0; }
.dual-card .mark { font-family: var(--display); font-weight: 800; font-size: 18px; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.dual-card.cool .mark { background: color-mix(in oklab, var(--cool) 18%, var(--paper)); color: var(--cool); }
.dual-card.warm .mark { background: color-mix(in oklab, var(--terra) 18%, var(--paper)); color: var(--terra); }
.dual-card h3 { font-size: 22px; margin-bottom: 6px; }
.dual-card p { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; }
.dual-visual .media, .dual-visual .ph { aspect-ratio: 1/1; }

.reviews { padding: clamp(70px,9vw,120px) 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { background: var(--paper); border: 1px solid color-mix(in oklab, var(--ink) 9%, transparent); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.stars { color: var(--terra); font-size: 15px; letter-spacing: 2px; margin-bottom: 18px; }
.review blockquote { font-size: 18px; line-height: 1.5; letter-spacing: -0.01em; font-family: var(--display); font-weight: 500; margin-bottom: 22px; flex: 1; }
.review .who { display: flex; align-items: center; gap: 12px; }
.review .av { width: 38px; height: 38px; border-radius: 50%; background: var(--sand); flex: none; overflow: hidden; }
.review .who .nm { font-weight: 600; font-size: 15px; }
.review .who .meta { font-size: 13px; color: var(--ink-3); }
@media (max-width: 860px) { .review-grid { grid-template-columns: 1fr; } }

.journal { padding: clamp(70px,9vw,120px) 0; }
.jgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post { display: flex; flex-direction: column; }
.post .post-ph { aspect-ratio: 3/2; margin-bottom: 18px; transition: transform .3s ease; }
.post:hover .post-ph { transform: translateY(-4px); }
.post .cat { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra); margin-bottom: 10px; }
.post h3 { font-size: 21px; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 8px; }
.post p { font-size: 15px; color: var(--ink-2); line-height: 1.5; }
.post .rt { font-family: var(--mono); font-size: 12px; color: var(--ink-3); margin-top: 14px; }
@media (max-width: 860px) { .jgrid { grid-template-columns: 1fr; gap: 38px; } }

.cta { padding: clamp(80px,11vw,150px) 0; text-align: center; }
.cta h2 { margin-bottom: 22px; }
.cta .lead { max-width: 46ch; margin: 0 auto 36px; }
.cta .hero-actions { justify-content: center; }
.guarantee { display: flex; gap: 28px; justify-content: center; margin-top: 40px; flex-wrap: wrap; font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.05em; color: var(--ink-3); text-transform: uppercase; }
.guarantee span { display: flex; align-items: center; gap: 8px; }
.price-strike { text-decoration: line-through; opacity: .55; font-weight: 500; margin-right: 8px; }

.progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--terra); width: 0; z-index: 60; transition: width .1s linear; }

.art-head { padding: clamp(44px, 6vw, 84px) 0 clamp(30px, 4vw, 48px); }
.crumb { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.06em; color: var(--ink-3); margin-bottom: 30px; display: flex; gap: 9px; align-items: center; flex-wrap: wrap; }
.crumb a:hover { color: var(--terra); }
.art-cat { color: var(--terra); }
.art-head h1 { font-size: clamp(34px, 5.2vw, 64px); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 24px; }
.art-deck { font-size: clamp(19px, 2.1vw, 25px); line-height: 1.45; color: var(--ink-2); max-width: 40ch; }
.byline { display: flex; align-items: center; gap: 16px; margin-top: 38px; padding-top: 26px; border-top: 1px solid color-mix(in oklab, var(--ink) 11%, transparent); }
.byline .av { width: 46px; height: 46px; border-radius: 50%; background: var(--sand); flex: none; overflow: hidden; }
.byline .nm { font-weight: 600; font-size: 15.5px; }
.byline .meta { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); letter-spacing: 0.03em; margin-top: 2px; }
.byline .share { margin-left: auto; display: flex; gap: 10px; }
.byline .share a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid color-mix(in oklab, var(--ink) 14%, transparent); display: grid; place-items: center; color: var(--ink-2); transition: all .15s ease; }
.byline .share a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
@media (max-width: 620px) { .byline .share { display: none; } }

.art-figure { margin: 0 0 clamp(40px, 5vw, 64px); }
.art-figure .media, .art-figure .ph { aspect-ratio: 21 / 9; width: 100%; }
.art-figure figcaption { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-top: 12px; letter-spacing: 0.02em; }

.prose { font-size: 19px; line-height: 1.72; color: color-mix(in oklab, var(--ink) 88%, var(--ink-2)); }
.prose > * + * { margin-top: 26px; }
.prose p { max-width: 68ch; }
.prose > p:first-of-type::first-letter { font-family: var(--display); font-weight: 800; font-size: 4.4em; line-height: 0.78; float: left; margin: 8px 14px 0 0; color: var(--terra); }
.prose h2 { font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -0.025em; line-height: 1.12; margin-top: 56px; margin-bottom: 4px; }
.prose h2 + p { margin-top: 16px; }
.prose h3 { font-size: clamp(20px, 2.2vw, 25px); letter-spacing: -0.015em; margin-top: 40px; margin-bottom: 2px; }
.prose a, .prose a.inline { color: var(--terra); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--terra-d); }
.prose strong { font-weight: 700; color: var(--ink); }
.prose ul, .prose ol { max-width: 66ch; padding-left: 4px; list-style: none; }
.prose ul li { position: relative; padding-left: 28px; margin-top: 12px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--terra); }
.prose ol { counter-reset: li; padding-left: 4px; }
.prose ol li { position: relative; padding-left: 34px; margin-top: 12px; counter-increment: li; }
.prose ol li::before { content: counter(li); position: absolute; left: 0; top: 1px; font-family: var(--mono); font-size: 13px; color: var(--terra); font-weight: 600; }
.prose figure { margin: clamp(40px,5vw,60px) 0; }
.prose figure img { border-radius: var(--radius); width: 100%; }
.prose figcaption { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-top: 12px; text-align: left; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15.5px; margin: clamp(34px,4vw,52px) 0; }
.prose table th, .prose table td { text-align: left; padding: 13px 16px; border-bottom: 1px solid color-mix(in oklab, var(--ink) 10%, transparent); vertical-align: top; }
.prose table thead th { font-family: var(--mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); background: var(--paper-2); }
.prose table tbody tr:hover { background: color-mix(in oklab, var(--paper-2) 60%, transparent); }
.prose table td:first-child { font-weight: 600; color: var(--ink); }

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.pullquote { margin: clamp(44px,6vw,72px) 0; padding: 0; border: 0; }
.pullquote p { font-family: var(--display); font-weight: 600; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.16; letter-spacing: -0.025em; color: var(--ink); max-width: 20ch; }
.pullquote .by { font-family: var(--mono); font-size: 13px; color: var(--ink-3); margin-top: 22px; letter-spacing: 0.04em; display: block; }

.fig-inline { margin: clamp(40px,5vw,60px) 0; }
.fig-inline .media, .fig-inline .ph { aspect-ratio: 16 / 9; }
.fig-inline figcaption { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-top: 12px; }

.callout { background: var(--paper-2); border: 1px solid color-mix(in oklab, var(--ink) 9%, transparent); border-radius: var(--radius); padding: clamp(26px,3vw,38px); margin: clamp(40px,5vw,60px) 0; }
.callout .eyebrow { display: block; margin-bottom: 22px; }
.callout .specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.callout .specs .s .k { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -0.03em; line-height: 1; }
.callout .specs .s .v { font-size: 13.5px; color: var(--ink-2); margin-top: 8px; }
@media (max-width: 640px) { .callout .specs { grid-template-columns: 1fr 1fr; gap: 22px; } }

.verdict { background: var(--ink); color: var(--paper); border-radius: var(--radius); padding: clamp(30px,4vw,44px); margin: clamp(48px,6vw,72px) 0; }
.verdict .eyebrow { color: color-mix(in oklab, var(--terra) 80%, var(--paper)); display: block; margin-bottom: 18px; }
.verdict h3 { color: var(--paper); font-size: clamp(24px,3vw,34px); margin-bottom: 16px; }
.verdict p { color: color-mix(in oklab, var(--paper) 74%, transparent); max-width: 60ch; font-size: 17px; line-height: 1.6; }
.verdict .vrow { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 40px; margin-top: 28px; }
.verdict .vrow h4 { font-family: var(--mono); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; font-weight: 500; }
.verdict .vrow.good h4 { color: color-mix(in oklab, var(--cool) 70%, var(--paper)); }
.verdict .vrow ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; color: color-mix(in oklab,var(--paper) 80%,transparent); padding: 0; max-width: none; }
.verdict .vrow li { display: flex; gap: 10px; padding-left: 0; margin-top: 0; }
.verdict .vrow li::before { display: none; }
.verdict .vrow li .mk { flex: none; opacity: .85; font-weight: 700; }
.verdict .vrow.good li .mk { color: color-mix(in oklab, var(--cool) 75%, var(--paper)); }
.verdict .vrow.bad li .mk { color: color-mix(in oklab, var(--terra) 70%, var(--paper)); }
@media (max-width: 560px) { .verdict .vrow { grid-template-columns: 1fr; } }

.epc-cta { background: linear-gradient(150deg, color-mix(in oklab,var(--terra) 14%, var(--paper-2)), var(--paper-2)); border: 1px solid color-mix(in oklab,var(--terra) 24%, transparent); border-radius: var(--radius); padding: clamp(26px,3.5vw,40px); margin: clamp(40px,5vw,60px) 0; text-align: center; }
.epc-cta .eyebrow { display:block; margin-bottom: 12px; }
.epc-cta h3 { font-size: clamp(22px,2.6vw,30px); margin-bottom: 10px; }
.epc-cta p { color: var(--ink-2); max-width: 52ch; margin: 0 auto 22px; font-size: 16px; line-height: 1.55; }
.epc-cta .price-now { font-family: var(--display); font-weight: 800; color: var(--terra); }
.epc-cta .guarantee { margin-top: 22px; }

.art-foot { border-top: 1px solid color-mix(in oklab, var(--ink) 11%, transparent); margin-top: clamp(48px,6vw,72px); padding-top: 36px; display: flex; gap: 20px; align-items: flex-start; }
.art-foot .av { width: 64px; height: 64px; border-radius: 50%; background: var(--sand); flex: none; overflow: hidden; }
.art-foot .nm { font-family: var(--display); font-weight: 700; font-size: 19px; }
.art-foot p { font-size: 15px; color: var(--ink-2); line-height: 1.55; margin-top: 6px; max-width: 56ch; }

.related { padding: clamp(64px,8vw,110px) 0; background: var(--paper-2); border-top: 1px solid color-mix(in oklab, var(--ink) 9%, transparent); margin-top: clamp(56px,7vw,90px); }
.related .jgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 44px; }
.related .post .post-ph { aspect-ratio: 3/2; margin-bottom: 16px; transition: transform .3s ease; }
.related .post:hover .post-ph { transform: translateY(-4px); }
.related .cat { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra); margin-bottom: 9px; }
.related .post h3 { font-size: 20px; letter-spacing: -0.02em; line-height: 1.16; }
.related .rt { font-family: var(--mono); font-size: 12px; color: var(--ink-3); margin-top: 12px; }
@media (max-width: 860px) { .related .jgrid { grid-template-columns: 1fr; gap: 36px; } }

.news { background: var(--paper); border: 1px solid color-mix(in oklab,var(--ink) 10%,transparent); border-radius: var(--radius); padding: clamp(30px,4vw,48px); margin: clamp(48px,6vw,72px) 0 0; text-align: center; }
.news h3 { font-size: clamp(23px,2.6vw,30px); margin-bottom: 10px; }
.news p { color: var(--ink-2); font-size: 16px; max-width: 46ch; margin: 0 auto 24px; }
.news form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; }
.news input { flex: 1; font-family: var(--body); font-size: 15px; padding: 13px 18px; border-radius: 100px; border: 1.5px solid color-mix(in oklab,var(--ink) 16%,transparent); background: var(--paper); color: var(--ink); }
.news input:focus { outline: none; border-color: var(--terra); }
@media (max-width: 480px) { .news form { flex-direction: column; } .news .btn { justify-content: center; } }

.page-hero { padding: clamp(48px,7vw,96px) 0 clamp(30px,4vw,52px); }
.page-hero .eyebrow { margin-bottom: 18px; display: block; }
.page-hero h1 { font-size: clamp(36px,5vw,68px); letter-spacing: -0.03em; line-height: 1.04; margin-bottom: 20px; }
.page-hero p { font-size: clamp(18px,2vw,22px); color: var(--ink-2); max-width: 56ch; line-height: 1.5; }
.cat-pills { display: flex; gap: 10px; flex-wrap: wrap; margin: 36px 0 8px; }
.cat-pills a { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.05em; text-transform: uppercase; padding: 8px 16px; border-radius: 100px; border: 1px solid color-mix(in oklab,var(--ink) 14%, transparent); color: var(--ink-2); transition: all .15s ease; }
.cat-pills a:hover, .cat-pills a.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.journal-list { padding-bottom: clamp(64px,8vw,110px); }
.journal-list .jgrid { row-gap: 48px; }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 64px; flex-wrap: wrap; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 100px; border: 1.5px solid color-mix(in oklab,var(--ink) 16%, transparent); font-family: var(--display); font-weight: 600; font-size: 15px; color: var(--ink); transition: all .15s ease; }
.pagination .page-numbers:hover { border-color: var(--ink); transform: translateY(-2px); }
.pagination .page-numbers.current { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.page-body { padding: clamp(20px,3vw,40px) 0 clamp(64px,8vw,110px); }

.comments { margin-top: clamp(48px,6vw,72px); }
.comments h3 { font-size: 24px; margin-bottom: 24px; }
.comment-list { list-style: none; display: flex; flex-direction: column; gap: 24px; }
.comment-list .comment-body { background: var(--paper-2); border: 1px solid color-mix(in oklab,var(--ink) 8%, transparent); border-radius: var(--radius); padding: 22px 26px; }
.comments .comment-author { font-weight: 600; font-size: 15px; }
.comments .comment-meta { font-family: var(--mono); font-size: 12px; color: var(--ink-3); margin-bottom: 10px; }
.comment-form { display: flex; flex-direction: column; gap: 14px; max-width: 600px; margin-top: 18px; }
.comment-form input, .comment-form textarea { font-family: var(--body); font-size: 15px; padding: 13px 18px; border-radius: 14px; border: 1.5px solid color-mix(in oklab,var(--ink) 16%,transparent); background: var(--paper); }
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--terra); }

.faq details { border-bottom: 1px solid color-mix(in oklab,var(--ink) 11%, transparent); padding: 6px 0; }
.faq summary { cursor: pointer; list-style: none; font-family: var(--display); font-weight: 600; font-size: clamp(18px,2.1vw,22px); padding: 18px 40px 18px 0; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-family: var(--display); font-size: 26px; color: var(--terra); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-2); font-size: 16.5px; line-height: 1.62; padding-bottom: 20px; max-width: 70ch; }

.epc-brief { background: color-mix(in oklab,var(--cool) 8%, var(--paper-2)); border: 1px solid color-mix(in oklab,var(--cool) 22%, transparent); border-left: 3px solid var(--cool); border-radius: var(--radius); padding: clamp(22px,3vw,32px); margin: clamp(34px,4vw,52px) 0; }
.epc-brief .eyebrow { color: var(--cool); display: block; margin-bottom: 12px; }
.epc-brief p { max-width: 68ch; }
.epc-brief p + p { margin-top: 14px; }
.verdict .vrow .bad h4 { color: color-mix(in oklab,var(--paper) 70%, transparent); }
.verdict .vrow .bad li .mk { color: color-mix(in oklab,var(--terra) 75%, var(--paper)); }

.lang-switch { position: relative; }
.lang-current { display: inline-flex; align-items: center; gap: 7px; font-family: var(--display); font-weight: 600; font-size: 14px; padding: 9px 14px; border-radius: 100px; border: 1.5px solid color-mix(in oklab, var(--ink) 18%, transparent); background: transparent; color: var(--ink); cursor: pointer; transition: border-color .15s ease; }
.lang-current:hover { border-color: var(--ink); }
.lang-current svg { opacity: .7; }
.lang-list { position: absolute; right: 0; top: calc(100% + 8px); background: var(--paper); border: 1px solid color-mix(in oklab, var(--ink) 12%, transparent); border-radius: 14px; box-shadow: 0 24px 50px -28px rgba(40,30,20,.4); padding: 8px; min-width: 160px; display: none; z-index: 60; list-style: none; }
.lang-switch.open .lang-list { display: block; }
.lang-list a { display: block; padding: 9px 12px; border-radius: 9px; font-size: 14.5px; color: var(--ink-2); }
.lang-list a:hover, .lang-list a[aria-current="true"] { background: var(--paper-2); color: var(--ink); }
@media (max-width: 1024px) { .nav-cta .lang-switch { display: none; } }

.epc-popup[hidden] { display: none; }
.epc-popup { position: fixed; inset: 0; z-index: 120; display: flex; align-items: flex-end; justify-content: center; padding: 0; background: color-mix(in oklab, var(--ink) 42%, transparent); opacity: 0; transition: opacity .35s ease; }
.epc-popup.show { opacity: 1; }
.epc-popup-card { position: relative; background: var(--paper); border-radius: 22px 22px 0 0; padding: clamp(26px,4vw,40px) clamp(22px,4vw,44px) clamp(24px,4vw,38px); max-width: 560px; width: 100%; text-align: center; box-shadow: 0 -30px 80px -40px rgba(40,30,20,.6); transform: translateY(100%); transition: transform .4s cubic-bezier(.2,.8,.2,1); border: 1px solid color-mix(in oklab,var(--ink) 8%, transparent); border-bottom: 0; }
.epc-popup.show .epc-popup-card { transform: none; }
.epc-popup-card .eyebrow { display: block; margin-bottom: 12px; color: var(--terra); }
.epc-popup-card h3 { font-size: clamp(21px,2.6vw,29px); line-height: 1.12; margin-bottom: 12px; }
.epc-popup-card p { color: var(--ink-2); font-size: 15.5px; line-height: 1.5; margin-bottom: 22px; max-width: 44ch; margin-inline: auto; }
.epc-popup-card .btn-primary { width: 100%; justify-content: center; font-size: 18px; padding: 17px 26px; }
.epc-popup-x { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 26px; line-height: 1; color: var(--ink-3); cursor: pointer; }
.epc-popup-x:hover { color: var(--ink); }
.epc-popup-later { display: block; margin: 14px auto 0; background: none; border: 0; font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--ink-3); cursor: pointer; text-transform: uppercase; }
.epc-popup-later:hover { color: var(--ink); }
@media (min-width: 600px) { .epc-popup { padding: 24px; } .epc-popup-card { border-radius: 22px; border-bottom: 1px solid color-mix(in oklab,var(--ink) 8%, transparent); } }

.epc-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; align-items: center; justify-content: space-between; gap: 14px; padding: 11px clamp(14px,4vw,22px); background: var(--ink); border-top: 1px solid color-mix(in oklab,var(--paper) 14%, transparent); box-shadow: 0 -16px 40px -24px rgba(40,30,20,.7); transform: translateY(110%); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.epc-sticky.in { transform: none; }
.epc-sticky-txt { font-family: var(--display); font-weight: 700; font-size: 13.5px; line-height: 1.2; letter-spacing: -0.01em; color: var(--paper); flex: 1; white-space: normal; }
.epc-sticky-txt b { color: color-mix(in oklab, var(--terra) 70%, var(--paper)); }
@media (max-width: 1024px) { .epc-sticky { display: flex; } }
@media (max-width: 380px) { .epc-sticky-txt { font-size: 12.5px; } .epc-sticky .btn-buy { padding: 12px 16px; font-size: 14px; } }

.art-wrap { max-width: 1180px; margin: 0 auto; padding-inline: var(--gutter); display: grid; grid-template-columns: minmax(0,1fr) 332px; gap: clamp(36px,5vw,72px); align-items: start; }
.art-main { min-width: 0; }
.art-main .art-head { padding-top: clamp(36px,5vw,64px); }
.art-aside { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 22px; }
.aside-cta { background: var(--ink); color: var(--paper); border-radius: var(--radius); padding: 26px 24px; }
.aside-cta .eyebrow { color: color-mix(in oklab, var(--terra) 80%, var(--paper)); display: block; margin-bottom: 12px; }
.aside-cta h3 { color: var(--paper); font-size: 21px; line-height: 1.15; margin-bottom: 10px; }
.aside-cta p { color: color-mix(in oklab,var(--paper) 72%, transparent); font-size: 14.5px; line-height: 1.55; margin-bottom: 18px; }
.aside-cta .btn-primary { width: 100%; justify-content: center; background: var(--terra); color: var(--paper); }
.aside-cta .btn-primary:hover { background: var(--paper); color: var(--ink); }
.aside-cta .stars { color: var(--terra); font-size: 15px; letter-spacing: 2px; margin-bottom: 6px; }
.aside-cta .rate-lbl { font-family: var(--mono); font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: color-mix(in oklab,var(--paper) 55%, transparent); }
.aside-cta .guarantee-mini { margin-top: 18px; padding-top: 16px; border-top: 1px solid color-mix(in oklab,var(--paper) 16%, transparent); display: flex; flex-direction: column; gap: 8px; font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: color-mix(in oklab,var(--paper) 65%, transparent); text-transform: uppercase; }
.aside-cta .guarantee-mini span { display: flex; align-items: center; gap: 8px; }
.aside-read { background: var(--paper-2); border: 1px solid color-mix(in oklab,var(--ink) 8%, transparent); border-radius: var(--radius); padding: 22px 24px; }
.aside-read h4 { font-family: var(--mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.aside-read ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.aside-read a { font-family: var(--display); font-weight: 600; font-size: 15.5px; line-height: 1.25; color: var(--ink); display: block; transition: color .15s ease; }
.aside-read a:hover { color: var(--terra); }
@media (max-width: 980px) {
  .art-wrap { grid-template-columns: minmax(0, 1fr); }
  .art-aside { position: static; flex-direction: column; min-width: 0; }
  .art-main .prose, .art-main .art-head, .art-main .art-figure { max-width: 760px; margin-inline: auto; }
}
.art-main .prose { max-width: none; }
.art-main .art-head, .art-main .art-figure { padding-inline: 0; max-width: none; }

.btn-buy { background: var(--terra); color: var(--paper); border-color: var(--terra); font-weight: 700; font-size: 17px; padding: 16px 32px; box-shadow: 0 16px 30px -12px color-mix(in oklab, var(--terra) 60%, transparent), 0 2px 0 color-mix(in oklab, var(--terra-d) 80%, transparent); letter-spacing: -0.01em; }
.btn-buy:hover { background: var(--terra-d); border-color: var(--terra-d); color: var(--paper); transform: translateY(-3px); box-shadow: 0 22px 40px -14px color-mix(in oklab, var(--terra) 70%, transparent); }
.btn-buy:active { transform: translateY(-1px); }
.btn-buy:focus-visible { outline: 3px solid color-mix(in oklab, var(--terra) 45%, transparent); outline-offset: 3px; }
@media (prefers-reduced-motion: no-preference) {
  .btn-buy { animation: epc-buy-glow 2.8s ease-in-out infinite; }
  @keyframes epc-buy-glow {
    0%, 100% { box-shadow: 0 16px 30px -12px color-mix(in oklab, var(--terra) 55%, transparent), 0 2px 0 color-mix(in oklab, var(--terra-d) 80%, transparent); }
    50% { box-shadow: 0 18px 40px -10px color-mix(in oklab, var(--terra) 85%, transparent), 0 2px 0 color-mix(in oklab, var(--terra-d) 80%, transparent); }
  }
  .btn-buy:hover { animation: none; }
}
.nav-cta .btn-buy { padding: 12px 24px; font-size: 15.5px; }
.epc-popup-card .btn-buy, .aside-cta .btn-buy { width: 100%; justify-content: center; }
.aside-cta .btn-buy:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.epc-sticky .btn-buy { padding: 13px 22px; font-size: 15px; flex: none; animation: none; }

.callout .specs .s .k small { font-size: 0.5em; font-weight: 600; margin-left: 2px; letter-spacing: 0; }
.ribbon-item .k small, .hero-badge .num small { font-weight: 600; }

.prose a.btn { text-decoration: none; text-underline-offset: 0; }
.prose a.btn:hover { text-decoration: none; }
.prose a.btn-buy, .prose a.btn-buy:hover { color: var(--paper); }
.prose a.btn-primary, .prose a.btn-primary:hover { color: var(--paper); }
.prose a.btn-ghost { color: var(--ink); }
.prose a.btn-ghost:hover { color: var(--ink); }

@media (max-width: 1024px) {
  body { padding-bottom: 78px; }
}
@media (max-width: 600px) {
  .nav-inner { gap: 12px; height: 64px; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn-buy { display: none; }
  .mobile-menu { inset: 64px 0 auto 0; }
  .hero-badge { padding: 12px 15px; }
  .hero-badge .num { font-size: 25px; }
  .epc-sticky { padding: 9px 13px; gap: 10px; }
  .epc-sticky .btn-buy { padding: 12px 18px; font-size: 14.5px; }
  .prose { font-size: 17.5px; }
  .prose > p:first-of-type::first-letter { font-size: 3.3em; margin: 6px 10px 0 0; }
  .prose table { table-layout: fixed; width: 100%; font-size: 14px; }
  .prose table th, .prose table td { padding: 10px 9px; overflow-wrap: anywhere; }
}
.prose .table-scroll { max-width: 100%; }
