:root {
  --ink: #05080c;
  --ink-2: #0e151c;
  --ink-3: #18222c;
  --paper: #f7f8fa;
  --paper-pure: #ffffff;
  --ink-text: #0f1720;
  --ink-body: #2a3440;
  --ink-mute: #64707d;
  --mist: #a3afbb;
  --line-dark: rgba(247, 248, 250, 0.1);
  --line-light: rgba(15, 23, 32, 0.09);
  --signal: #14b8a6;
  --signal-strong: #0d9488;
  --signal-soft: rgba(13, 148, 136, 0.1);
  --cta: #0f766e;
  --cta-hover: #0d5f59;
  --glow: rgba(20, 184, 166, 0.22);
  --danger: #e11d48;
  --font-display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --font-read: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --read-measure: 66ch;
  --read-size: 1.1875rem;
  --read-lh: 1.7;
  --max: 40rem;
  --wide: 72rem;
  --header-h: 3.75rem;
  --radius: 0.55rem;
  --shadow-cta: 0 10px 30px rgba(15, 23, 32, 0.1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--paper);
  background: var(--ink);
  line-height: 1.65;
  min-height: 100vh;
  font-size: 1.02rem;
}

img, svg {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--signal-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #19d0c0;
}

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}

/* ─── Header ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 0.75rem clamp(1rem, 3vw, 1.75rem);
  background: rgba(10, 16, 22, 0.88);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--line-dark);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--paper);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px var(--glow);
  animation: pulse 2.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.8; }
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  font-size: 0.9rem;
}

.site-nav a {
  color: var(--mist);
  text-decoration: none;
  padding: 0.35rem 0;
}

.site-nav a:hover {
  color: var(--paper);
}

/* ─── Progress (articles) ─── */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2.5px;
  width: 0;
  z-index: 50;
  background: linear-gradient(90deg, var(--cta), #2bb8ab);
  transform-origin: left;
  pointer-events: none;
  will-change: width;
}

/* ─── Home hero (full-bleed photo) ─── */
body.is-home {
  background: var(--paper);
  color: var(--ink-text);
}

body.is-home .site-header {
  background: transparent;
  border-bottom-color: transparent;
  position: absolute;
  width: 100%;
}

body.is-home .site-header .brand,
body.is-home .site-header .site-nav a {
  color: rgba(255, 255, 255, 0.92);
}

body.is-home .site-header .site-nav a:hover {
  color: #fff;
}

body.is-home .site-header.is-scrolled {
  position: fixed;
  background: rgba(251, 252, 253, 0.94);
  border-bottom-color: var(--line-light);
  backdrop-filter: blur(14px);
}

body.is-home .site-header.is-scrolled .brand,
body.is-home .site-header.is-scrolled .site-nav a {
  color: var(--ink-text);
}

body.is-home .site-header.is-scrolled .site-nav a {
  color: var(--ink-mute);
}

body.is-home .site-header.is-scrolled .site-nav a:hover {
  color: var(--ink-text);
}

body.is-home .site-footer {
  background: var(--ink);
  margin-top: 0;
  border-top: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: grid;
  align-items: center; /* optical center — jangan nempel bawah */
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.05);
  animation: heroZoom 24s ease-in-out infinite alternate;
  filter: saturate(1.05) contrast(1.04) brightness(0.92);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 16, 0.55) 0%, rgba(7, 11, 16, 0.42) 42%, rgba(7, 11, 16, 0.62) 78%, rgba(7, 11, 16, 0.9) 100%),
    linear-gradient(105deg, rgba(7, 11, 16, 0.55) 0%, rgba(7, 11, 16, 0.22) 55%, rgba(7, 11, 16, 0.4) 100%);
}

@keyframes heroZoom {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.11) translate3d(-1.2%, 0.8%, 0); }
}

.hero-inner {
  width: min(var(--wide), 100%);
  margin: 0 auto;
  padding:
    calc(var(--header-h) + 1.5rem)
    clamp(1.15rem, 4vw, 2rem)
    clamp(3.5rem, 8vh, 5rem);
  transform: translateY(-4vh); /* sedikit naik dari dead-center biar terasa seimbang */
}

.hero-brand {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 10vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.9;
  color: #fff;
  text-wrap: balance;
  animation: fadeUp 0.85s ease both;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.hero-title {
  margin: 0;
  max-width: 16ch;
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 2.8vw, 1.75rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.25;
  letter-spacing: -0.03em;
  animation: fadeUp 0.85s ease 0.08s both;
}

.hero-lead {
  margin: 1.15rem 0 0;
  max-width: 36ch;
  color: rgba(236, 241, 246, 0.82);
  font-family: var(--font-body);
  font-size: clamp(0.98rem, 2vw, 1.1rem);
  line-height: 1.55;
  font-weight: 500;
  animation: fadeUp 0.85s ease 0.14s both;
}

.hero-cta-group {
  margin: 1.85rem 0 0;
  animation: fadeUp 0.85s ease 0.2s both;
}

.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  background: #fff;
  color: #0b1220;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn-hero:hover {
  background: #e7fffa;
  color: #0b1220;
  transform: translateY(-2px);
}

.hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 0.35rem;
  text-decoration: none;
  animation: fadeUp 1s ease 0.5s both;
}

.hero-scroll span {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: #fff;
  animation: scrollDot 1.6s ease-in-out infinite;
}

@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(0.7rem); opacity: 0.15; }
  100% { transform: translateY(0); opacity: 1; }
}

/* ─── Wire index (light editorial surface) ─── */
.wire {
  background:
    radial-gradient(ellipse 70% 35% at 10% 0%, rgba(13, 148, 136, 0.07), transparent 50%),
    radial-gradient(ellipse 50% 30% at 100% 10%, rgba(15, 23, 32, 0.03), transparent 45%),
    var(--paper);
  color: var(--ink-text);
  padding: 0;
}

.wire-inner {
  width: min(var(--wide), 100%);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 4.75rem) clamp(1.15rem, 4vw, 2rem) 5.5rem;
}

.wire-head {
  margin-bottom: clamp(1.8rem, 3.5vw, 2.5rem);
  max-width: 36rem;
}

.wire-eyebrow {
  margin: 0 0 0.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal-strong);
  font-weight: 700;
}

body.is-home .section-title {
  color: var(--ink-text);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

body.is-home .section-lead {
  margin-top: 0.65rem;
  color: var(--ink-mute);
  font-size: 1.05rem;
  max-width: 38ch;
  line-height: 1.55;
  font-weight: 500;
}

.feature {
  display: grid;
  gap: 1.15rem;
  padding: clamp(1.1rem, 2.5vw, 1.4rem);
  border: 1px solid var(--line-light);
  border-radius: 1.1rem;
  background: var(--paper-pure);
  box-shadow: 0 12px 40px rgba(15, 23, 32, 0.04);
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
}

@media (min-width: 820px) {
  .feature {
    grid-template-columns: 1.15fr 1fr;
    align-items: center;
  }
}

.feature-media {
  display: block;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #e8eef2;
  aspect-ratio: 16 / 9;
}
.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-kicker {
  margin: 0 0 0.9rem;
  font-family: var(--font-body);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 600;
}

.feature-kicker span {
  color: var(--signal-strong);
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-right: 0.55rem;
}

.feature-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 18ch;
  font-weight: 800;
}

.feature-title a {
  color: var(--ink-text);
  text-decoration: none;
}

.feature-title a:hover {
  color: var(--cta);
}

.feature-blurb {
  margin: 1.05rem 0 0;
  max-width: 42ch;
  color: var(--ink-body);
  font-family: var(--font-read);
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  line-height: 1.55;
}

.feature-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.4rem;
  color: var(--cta);
  font-family: var(--font-body);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.01em;
}

.feature-link:hover {
  color: var(--cta-hover);
}

.wire-index-head {
  margin-bottom: 0.35rem;
}

.wire-index-label {
  margin: 0 0 0.95rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}

body.is-home .story-list {
  border-top: 0;
  gap: 0.75rem;
  display: grid;
}

body.is-home .story-list li {
  border: 1px solid var(--line-light);
  border-radius: 0.9rem;
  background: var(--paper-pure);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.is-home .story-list li:hover {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 10px 28px rgba(15, 23, 32, 0.06);
  transform: translateY(-2px);
}

body.is-home .story-list a {
  padding: 0;
  display: grid;
  gap: 0;
  text-decoration: none;
  color: inherit;
}

body.is-home .story-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e8eef2;
}
body.is-home .story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
body.is-home .story-list li:hover .story-thumb img {
  transform: scale(1.04);
}

body.is-home .story-list a > .story-meta,
body.is-home .story-list a > .story-title,
body.is-home .story-list a > .story-excerpt {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
body.is-home .story-list a > .story-meta { padding-top: 1rem; }
body.is-home .story-list a > .story-excerpt { padding-bottom: 1.15rem; }
body.is-home .story-list a > .story-title:last-child { padding-bottom: 1.15rem; }

body.is-home .story-title {
  color: var(--ink-text);
  max-width: 28ch;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

body.is-home .story-excerpt {
  color: var(--ink-mute);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.5;
}

body.is-home .story-meta time {
  color: var(--ink-mute);
}

@media (min-width: 900px) {
  body.is-home .story-list {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.75rem;
  }
}

/* Remove old abstract atmosphere styles conflict */
.hero-atmosphere { display: none; }
body.is-home .btn-primary { box-shadow: none; }

.story-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.story-list a {
  display: grid;
  gap: 0.45rem;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s ease;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  align-items: center;
}

.story-kicker {
  font-family: var(--font-body);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--signal-strong);
  font-weight: 700;
}

.story-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2.5vw, 1.42rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.story-excerpt {
  margin: 0;
  max-width: 48ch;
  line-height: 1.5;
}

.story-empty {
  color: var(--ink-mute);
  padding: 1rem 0;
}

.latest {
  width: min(var(--wide), 100%);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 3vw, 1.75rem) 4rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 0.4rem;
  min-height: 2.85rem;
  padding: 0.85rem 1.3rem;
  background: var(--signal);
  color: #06201d;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover:not(:disabled) {
  background: #4fd4c7;
  color: #06201d;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(31, 191, 176, 0.28);
}

.btn-primary:disabled {
  opacity: 0.55;
  cursor: wait;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
  color: #f4f6f8;
}

.section-lead {
  margin: 0.45rem 0 0;
  color: var(--mist);
}

/* ─── Article / page reading surface ─── */
body.is-article,
body.is-page {
  background:
    linear-gradient(180deg, #f4f7f9 0%, var(--paper) 7rem),
    var(--paper);
  color: var(--ink-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
}

body.is-article .site-header,
body.is-page .site-header {
  background: rgba(250, 251, 252, 0.94);
  border-bottom-color: var(--line-light);
}

body.is-article .brand,
body.is-page .brand {
  color: var(--ink-text);
  font-family: var(--font-body);
}

body.is-article .brand-name,
body.is-page .brand-name {
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.is-article .site-nav a,
body.is-page .site-nav a {
  color: var(--ink-mute);
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 500;
}

body.is-article .site-nav a:hover,
body.is-page .site-nav a:hover {
  color: var(--ink-text);
}

body.is-article .site-footer,
body.is-page .site-footer {
  background: var(--ink);
  color: var(--mist);
  border-top: 0;
  margin-top: 0;
}

.article,
.page-prose {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(1.75rem, 4.5vw, 3rem) clamp(1.15rem, 4.5vw, 1.75rem) 5rem;
}

.article-header {
  margin-bottom: 1.65rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--line-light);
  max-width: var(--read-measure);
}

.article-kicker {
  margin: 0 0 0.7rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--signal-strong);
  font-weight: 700;
}

.article-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4.6vw, 2.55rem);
  line-height: 1.16;
  letter-spacing: -0.028em;
  color: var(--ink-text);
  font-weight: 700;
  text-wrap: balance;
  max-width: 18ch;
}

.article-meta {
  margin: 0.9rem 0 0;
  color: var(--ink-mute);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  letter-spacing: 0.01em;
}

.article-lead {
  margin: 1.25rem 0 0;
  font-family: var(--font-read);
  font-size: clamp(1.12rem, 2.1vw, 1.26rem);
  line-height: 1.5;
  color: var(--ink-text);
  font-weight: 500;
  max-width: 42ch;
  text-wrap: pretty;
}

.article-figure {
  margin: 1.35rem 0 1.6rem;
  max-width: min(42rem, 100%);
  border-radius: 0.85rem;
  overflow: hidden;
  background: #e8eef2;
  border: 1px solid var(--line-light);
}
.article-figure.is-cover {
  margin: 0 0 1.75rem;
  max-width: min(44rem, 100%);
}
.article-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  vertical-align: middle;
}

/* Body: serif, fixed measure, steady rhythm */
.article-body {
  font-family: var(--font-read);
  font-optical-sizing: auto;
  font-size: var(--read-size);
  line-height: var(--read-lh);
  color: var(--ink-body);
  max-width: var(--read-measure);
  hanging-punctuation: first allow-end last;
}

.article-body h2 {
  margin: 2.5rem 0 0.65rem;
  padding-top: 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.38rem);
  line-height: 1.3;
  letter-spacing: -0.018em;
  color: var(--ink-text);
  font-weight: 700;
  text-wrap: balance;
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.article-body p {
  margin: 0 0 1.15em;
  orphans: 3;
  widows: 3;
  text-wrap: pretty;
}

/* Opening graf = F-pattern entry (slightly denser, darker) */
.article-body > p.graf-open,
.article-body > p:first-of-type {
  color: var(--ink-text);
  font-size: 1.05em;
  line-height: 1.62;
  margin-bottom: 1.25em;
}

.article-body ul,
.article-body ol {
  margin: 0 0 1.25em;
  padding-left: 1.15em;
}

.article-body li {
  margin: 0 0 0.4em;
  padding-left: 0.2em;
}

.article-body li::marker {
  color: var(--signal-strong);
}

.article-body strong {
  color: var(--ink-text);
  font-weight: 600;
}

.article-body em {
  font-style: italic;
  color: var(--ink-text);
}

.article-end {
  margin: 2.25rem 0 0;
  max-width: var(--read-measure);
  text-align: center;
  color: var(--mist);
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  user-select: none;
}

/* Credibility beat — trust bridge right before Soft CTA */
.proof-beat {
  margin: 1.35rem 0 0;
  max-width: var(--read-measure);
  padding: 1rem 0 0.15rem;
  border-top: 1px solid var(--line-light);
  font-family: var(--font-read);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink-text);
  font-style: italic;
  font-weight: 500;
}

.page-prose {
  font-family: var(--font-read);
  font-optical-sizing: auto;
  font-size: var(--read-size);
  line-height: var(--read-lh);
  max-width: var(--read-measure);
  color: var(--ink-body);
}

.page-prose h1 {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  margin: 0 0 1rem;
  letter-spacing: -0.025em;
  line-height: 1.16;
  color: var(--ink-text);
  text-wrap: balance;
}

.page-prose h2 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  margin: 2.1rem 0 0.55rem;
  line-height: 1.3;
  color: var(--ink-text);
}

.page-prose p,
.page-prose li {
  color: var(--ink-body);
  line-height: var(--read-lh);
  margin-bottom: 1.1em;
}

/* CTA button — one clear action, calm confidence */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 0.5rem;
  min-height: 3.05rem;
  padding: 0.9rem 1.35rem;
  background: var(--cta);
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-cta:hover:not(:disabled) {
  background: var(--cta-hover);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(12, 116, 108, 0.28);
}

.btn-cta:active:not(:disabled) {
  transform: translateY(0);
}

.btn-cta:disabled {
  opacity: 0.5;
  cursor: wait;
}

/* Soft CTA — after investment, curiosity + low friction */
.soft-cta {
  margin-top: 0.35rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line-light);
  animation: fadeUp 0.5s ease both;
  max-width: var(--read-measure);
}

.soft-cta-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal-strong);
  font-weight: 700;
}

.soft-cta-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 2.4vw, 1.4rem);
  line-height: 1.28;
  letter-spacing: -0.018em;
  color: var(--ink-text);
  font-weight: 700;
  text-wrap: balance;
  max-width: 22ch;
}

.soft-cta-label {
  margin: 0 0 1.1rem;
  color: var(--ink-mute);
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 36ch;
}

.soft-cta-btn {
  width: 100%;
  max-width: 20rem;
}

.soft-cta-status {
  margin: 0.65rem 0 0;
  color: var(--ink-mute);
  font-family: var(--font-body);
  font-size: 0.8rem;
  min-height: 1.15em;
}

.cta-mobile-bar {
  display: none;
}

/* ─── Footer ─── */
.site-footer {
  margin-top: 1rem;
  padding: 2.4rem clamp(1rem, 3vw, 1.75rem) 3rem;
  border-top: 1px solid var(--line-dark);
  text-align: center;
  color: var(--mist);
}

.footer-brand {
  margin: 0;
  font-family: var(--font-display);
  color: var(--paper);
  font-size: 1.15rem;
}

.footer-note,
.footer-copy {
  margin: 0.4rem 0 0;
  font-size: 0.9rem;
}

.footer-links {
  margin: 0.95rem 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links a {
  color: var(--mist);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--paper);
}

/* ─── Responsive: phone / tablet / desktop ─── */
@media (max-width: 480px) {
  .site-header {
    min-height: 3.25rem;
    padding: 0.65rem max(0.9rem, env(safe-area-inset-left)) 0.65rem max(0.9rem, env(safe-area-inset-right));
  }

  .brand-name {
    font-size: 1rem;
  }

  .site-nav {
    gap: 0.55rem;
    font-size: 0.8rem;
  }

  .hero {
    min-height: 100svh;
    min-height: 100dvh;
  }

  .hero-inner {
    transform: translateY(-2vh);
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-bottom: 4.5rem;
  }

  .hero-brand {
    font-size: clamp(2.45rem, 13vw, 3.4rem);
  }

  .hero-title {
    font-size: 1.28rem;
    max-width: 16ch;
  }

  .hero-lead {
    font-size: 0.98rem;
    max-width: 30ch;
  }

  .btn-hero {
    width: 100%;
    max-width: 18rem;
  }

  .hero-scroll {
    bottom: max(0.85rem, env(safe-area-inset-bottom));
  }

  .wire-inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }

  .feature-title {
    max-width: 100%;
    font-size: clamp(1.65rem, 8vw, 2.2rem);
  }

  body.is-home .story-list {
    grid-template-columns: 1fr;
  }

  .article,
  .page-prose {
    padding: 1.4rem max(1.05rem, env(safe-area-inset-left)) 7rem max(1.05rem, env(safe-area-inset-right));
  }

  .article-title {
    font-size: clamp(1.7rem, 7.2vw, 2.05rem);
    max-width: none;
  }

  .article-lead {
    max-width: none;
    font-size: 1.1rem;
    line-height: 1.48;
  }

  .article-body {
    --read-size: 1.125rem; /* 18px — phone sweet spot */
    --read-lh: 1.65;
    max-width: none;
  }

  .article-body > p.graf-open,
  .article-body > p:first-of-type {
    font-size: 1.04em;
    line-height: 1.58;
  }

  .soft-cta-title {
    max-width: none;
  }

  .soft-cta-btn {
    max-width: none;
  }
}

@media (min-width: 481px) and (max-width: 900px) {
  .hero-inner {
    transform: translateY(-3vh);
  }

  .hero-brand {
    font-size: clamp(3rem, 9vw, 4.6rem);
  }

  .feature-title {
    max-width: 18ch;
  }

  body.is-home .story-list {
    grid-template-columns: 1fr;
  }

  .article,
  .page-prose {
    padding-left: clamp(1.25rem, 4vw, 2rem);
    padding-right: clamp(1.25rem, 4vw, 2rem);
    padding-bottom: 5.75rem;
  }

  .article-body {
    --read-size: 1.15rem;
    --read-lh: 1.68;
  }
}

@media (max-width: 900px) {
  .article,
  .page-prose {
    padding-bottom: 6.75rem;
  }

  body.has-cta-ready .cta-mobile-bar {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    padding: 0.75rem 0.95rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(250, 251, 252, 0.97);
    backdrop-filter: blur(16px) saturate(1.1);
    -webkit-backdrop-filter: blur(16px) saturate(1.1);
    border-top: 1px solid var(--line-light);
    box-shadow: 0 -8px 28px rgba(18, 26, 34, 0.07);
  }

  body.has-cta-ready .cta-mobile-bar .btn-cta {
    width: 100%;
    min-height: 3rem;
    font-size: 1.05rem;
  }

  /* One primary action on touch: sticky bar only */
  body.has-cta-ready .soft-cta-btn {
    display: none;
  }
}

@media (min-width: 901px) {
  .hero-inner {
    transform: translateY(-5vh);
  }

  .article-body {
    --read-size: 1.2rem; /* 19.2px desktop */
    --read-lh: 1.72;
  }

  .soft-cta {
    padding-top: 1.75rem;
    margin-top: 0.5rem;
  }

  .cta-mobile-bar {
    display: none !important;
  }
}

/* Very short viewports (landscape phones) */
@media (max-height: 520px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding: 4.5rem 0 2.5rem;
  }

  .hero-inner {
    transform: none;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .hero-brand {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .hero-scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brand-mark,
  .hero-image,
  .hero-brand,
  .hero-title,
  .hero-lead,
  .hero-cta-group,
  .hero-scroll,
  .hero-scroll span,
  .soft-cta {
    animation: none !important;
  }
  .hero-image { transform: scale(1.04); }
}

@media print {
  .site-header,
  .soft-cta,
  .cta-mobile-bar,
  .reading-progress,
  .site-footer,
  .hero-scroll {
    display: none !important;
  }
  body.is-article {
    background: #fff;
    color: #000;
  }
}
