:root {
  --bg: #f4efe5;
  --bg-soft: #fbf7f0;
  --bg-deep: #0f2d25;
  --surface: rgba(255, 250, 242, 0.8);
  --surface-strong: rgba(255, 248, 238, 0.92);
  --surface-dark: rgba(9, 28, 22, 0.78);
  --ink: #16211d;
  --ink-soft: #4f6058;
  --ink-muted: #6b7c74;
  --line: rgba(22, 33, 29, 0.12);
  --line-strong: rgba(22, 33, 29, 0.24);
  --forest: #0f3a2f;
  --forest-2: #1a5a48;
  --moss: #3f8666;
  --sage: #d7e8dd;
  --amber: #f2cb86;
  --terracotta: #cc7d50;
  --clay: #a55a44;
  --sand: #f7dfb5;
  --mist: #e5eee8;
  --white: #fffaf2;
  --shadow-soft: 0 22px 60px rgba(15, 58, 47, 0.12);
  --shadow-strong: 0 38px 100px rgba(15, 58, 47, 0.18);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1240px;
  --header-height: 84px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  line-height: 1.65;
  background:
    radial-gradient(circle at 10% 10%, rgba(242, 203, 134, 0.35), transparent 24%),
    radial-gradient(circle at 92% 16%, rgba(63, 134, 102, 0.14), transparent 18%),
    linear-gradient(180deg, #fbf6ee 0%, #f4efe5 48%, #efe8dc 100%);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: rgba(204, 125, 80, 0.18);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -52px;
  z-index: 999;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
}

.skip-link:focus {
  top: 16px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(204, 125, 80, 0.55);
  outline-offset: 3px;
}

.page-shell,
.section-inner,
.header-inner,
.footer-inner {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.site-header::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: transparent;
}

.site-header.is-scrolled {
  background: rgba(244, 239, 229, 0.74);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 42px rgba(15, 58, 47, 0.08);
}

.site-header.is-scrolled::after {
  background: rgba(22, 33, 29, 0.08);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark img {
  width: 44px;
  height: 44px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  max-width: 360px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex: 1;
}

.nav-link {
  position: relative;
  padding: 8px 0;
  font-size: 0.94rem;
  color: rgba(22, 33, 29, 0.84);
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1.5px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-link:hover::after,
.nav-link[aria-current='page']::after {
  transform: scaleX(1);
}

.nav-link[aria-current='page'] {
  color: var(--forest);
  font-weight: 700;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(15, 58, 47, 0.08);
  border: 1px solid rgba(15, 58, 47, 0.12);
  font-size: 0.92rem;
  font-weight: 700;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(15, 58, 47, 0.12);
  background: rgba(255, 250, 242, 0.74);
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--forest);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button span::before {
  transform: translateY(-6px);
}

.menu-button span::after {
  transform: translateY(4px);
}

.menu-button[aria-expanded='true'] span {
  background: transparent;
}

.menu-button[aria-expanded='true'] span::before {
  transform: translateY(0) rotate(45deg);
}

.menu-button[aria-expanded='true'] span::after {
  transform: translateY(-2px) rotate(-45deg);
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: var(--header-height) 16px auto;
  z-index: 80;
  border-radius: 26px;
  padding: 18px;
  background: rgba(255, 249, 240, 0.95);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(15, 58, 47, 0.1);
}

.mobile-nav.is-open {
  display: grid;
  gap: 14px;
}

.mobile-nav .nav-link {
  padding: 6px 0;
}

.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: var(--forest);
  color: var(--white);
  font-weight: 700;
}

.page-root {
  overflow: clip;
}

.hero {
  position: relative;
  padding-top: calc(var(--header-height) + 28px);
}

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

.hero__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 247, 229, 0.82), transparent 32%),
    radial-gradient(circle at 84% 22%, rgba(63, 134, 102, 0.18), transparent 26%),
    linear-gradient(135deg, rgba(15, 58, 47, 0.08), rgba(255, 250, 242, 0));
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100svh - 28px);
  padding-block: 58px 48px;
}

.hero__copy {
  max-width: 660px;
}

.hero__eyebrow,
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--moss);
  margin-bottom: 18px;
}

.hero__eyebrow::before,
.section-eyebrow::before {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section-header h2,
.article-page h1,
.footer-band h2,
.notfound-shell h1 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.hero h1 {
  font-size: clamp(3.6rem, 7vw, 6.9rem);
  max-width: 10ch;
}

.hero__lead {
  margin: 24px 0 0;
  max-width: 600px;
  font-size: 1.14rem;
  color: var(--ink-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero__note {
  margin-top: 18px;
  max-width: 620px;
  color: var(--ink-muted);
}

.hero-media {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.hero-media__frame {
  position: relative;
  min-height: 540px;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.92), rgba(242, 233, 220, 0.7));
}

.hero-media__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 34, 28, 0.02), rgba(18, 34, 28, 0.24)),
    radial-gradient(circle at 18% 18%, rgba(255, 248, 230, 0.26), transparent 24%);
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media__overlay {
  position: absolute;
  inset: auto 22px 22px 22px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-media__badge,
.hero-media__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  backdrop-filter: blur(18px);
  background: rgba(255, 250, 242, 0.16);
  border: 1px solid rgba(255, 250, 242, 0.22);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(8, 23, 19, 0.18);
}

.hero-media__badge {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-media__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-media__chips span {
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-media--article,
.hero-media--article .hero-media__frame {
  min-height: 420px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--forest);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(15, 58, 47, 0.18);
}

.button-secondary {
  background: rgba(15, 58, 47, 0.08);
  border-color: rgba(15, 58, 47, 0.12);
}

.button-ghost {
  background: rgba(255, 250, 242, 0.68);
  border-color: rgba(15, 58, 47, 0.16);
}

.poster-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 560px;
  border-radius: 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255, 250, 242, 0.92), rgba(244, 239, 229, 0.78)),
    linear-gradient(160deg, rgba(63, 134, 102, 0.12), rgba(204, 125, 80, 0.08));
  border: 1px solid rgba(15, 58, 47, 0.08);
  box-shadow: var(--shadow-strong);
}

.poster-orbit {
  position: absolute;
  inset: 50%;
  border-radius: 999px;
  border: 1px solid rgba(15, 58, 47, 0.12);
  transform: translate(-50%, -50%);
}

.poster-orbit--outer {
  width: 82%;
  height: 82%;
  animation: spin 18s linear infinite;
}

.poster-orbit--middle {
  width: 62%;
  height: 62%;
  animation: spin-reverse 16s linear infinite;
}

.poster-orbit--inner {
  width: 42%;
  height: 42%;
  animation: pulse 4s ease-in-out infinite;
}

.poster-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 250, 242, 0.96), rgba(225, 237, 230, 0.92));
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(15, 58, 47, 0.08), 0 24px 50px rgba(15, 58, 47, 0.12);
}

.poster-core span,
.poster-core small {
  display: block;
  color: var(--ink-soft);
}

.poster-core strong {
  display: block;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 2.3rem;
  letter-spacing: -0.04em;
}

.poster-node,
.poster-card {
  position: absolute;
  border-radius: 999px;
  backdrop-filter: blur(12px);
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(15, 58, 47, 0.1);
  box-shadow: 0 14px 28px rgba(15, 58, 47, 0.08);
}

.poster-node {
  padding: 10px 16px;
  font-weight: 700;
}

.poster-node--top {
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.poster-node--right {
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
}

.poster-node--bottom {
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.poster-node--left {
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.poster-card {
  max-width: 230px;
  padding: 14px 16px;
}

.poster-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.poster-card strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.45;
}

.poster-card--signal {
  left: 10%;
  bottom: 8%;
}

.poster-card--proof {
  right: 6%;
  top: 10%;
}

.section {
  position: relative;
  padding: 108px 0;
}

.section--warm {
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.55), rgba(247, 240, 228, 0.82));
}

.section--mist {
  background: linear-gradient(180deg, rgba(229, 238, 232, 0.68), rgba(250, 246, 239, 0.38));
}

.section--dark,
.section--deep {
  color: var(--white);
  background: radial-gradient(circle at top left, rgba(63, 134, 102, 0.3), transparent 22%), var(--bg-deep);
}

.section--cta {
  padding-top: 0;
}

.section--article {
  padding-top: calc(var(--header-height) + 46px);
  padding-bottom: 72px;
}

.section--notfound {
  padding-top: calc(var(--header-height) + 120px);
}

.section-header {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-header h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  max-width: 14ch;
}

.section-header p {
  margin: 18px 0 0;
  font-size: 1.04rem;
  color: var(--ink-soft);
}

.section--dark .section-header p,
.section--deep .section-header p,
.section--dark .section-eyebrow,
.section--deep .section-eyebrow,
.section--dark .section-eyebrow::before,
.section--deep .section-eyebrow::before {
  color: rgba(255, 250, 242, 0.78);
  background-color: currentColor;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.two-column--hero-gap {
  align-items: center;
}

.two-column--dashboard {
  align-items: center;
}

.content-stack,
.stacked-sections {
  display: grid;
  gap: 18px;
}

.content-stack p,
.content-panel p,
.issue-card p,
.pillar-card p,
.trust-card p,
.timeline-step p,
.principle-card p,
.metric-card small,
.sidebar-card p,
.sidebar-card small,
.article-section p,
.article-summary-box p,
.footer-note,
.footer-band p,
.contact-layout p,
.faq-item div p {
  color: var(--ink-soft);
}

.issue-grid,
.pillar-grid,
.trust-grid,
.timeline-grid,
.principle-grid,
.article-grid,
.journey-rail {
  display: grid;
  gap: 18px;
}

.issue-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.issue-card,
.principle-card,
.timeline-step,
.metric-card,
.sidebar-card,
.content-panel,
.article-card,
.journey-step,
.signal-card,
.trust-card,
.pillar-card,
.article-summary-box {
  border: 1px solid rgba(15, 58, 47, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 241, 0.8);
  box-shadow: var(--shadow-soft);
}

.issue-card,
.principle-card,
.timeline-step,
.content-panel,
.journey-step,
.signal-card {
  padding: 24px;
}

.issue-card strong,
.metric-card strong,
.principle-card h3,
.timeline-step h3,
.journey-step h3,
.signal-card strong,
.sidebar-card strong,
.content-panel h2,
.article-card h3 {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 10px;
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}

.bullet-list li {
  color: var(--ink-soft);
}

.bullet-list--light li {
  color: rgba(255, 250, 242, 0.82);
}

.signal-stack {
  display: grid;
  gap: 16px;
}

.signal-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.pillar-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pillar-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  min-height: 260px;
}

.pillar-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 40%);
  pointer-events: none;
}

.pillar-card__number {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.pillar-card h3 {
  margin: 0 0 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.78rem;
  letter-spacing: -0.03em;
}

.pillar-card strong {
  margin-top: auto;
}

.pillar-card--sage {
  background: linear-gradient(180deg, rgba(215, 232, 221, 0.84), rgba(255, 250, 242, 0.94));
}

.pillar-card--amber {
  background: linear-gradient(180deg, rgba(242, 203, 134, 0.72), rgba(255, 248, 233, 0.95));
}

.pillar-card--terracotta,
.pillar-card--clay {
  background: linear-gradient(180deg, rgba(204, 125, 80, 0.68), rgba(255, 245, 240, 0.96));
}

.pillar-card--ink,
.pillar-card--forest {
  background: linear-gradient(180deg, rgba(15, 58, 47, 0.85), rgba(250, 245, 236, 0.92));
  color: var(--white);
}

.pillar-card--ink p,
.pillar-card--ink strong,
.pillar-card--forest p,
.pillar-card--forest strong,
.pillar-card--ink .pillar-card__number,
.pillar-card--forest .pillar-card__number {
  color: rgba(255, 250, 242, 0.88);
}

.timeline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-step span,
.journey-step span,
.trust-card span,
.metric-card span,
.sidebar-card .section-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.dashboard-preview {
  position: relative;
}

.dashboard-shell {
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 249, 240, 0.86);
  border: 1px solid rgba(15, 58, 47, 0.1);
  box-shadow: var(--shadow-strong);
}

.dashboard-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.dashboard-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(15, 58, 47, 0.18);
}

.dashboard-toolbar strong {
  margin-left: auto;
  font-size: 0.9rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
}

.dashboard-panel {
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 252, 247, 0.88);
  border: 1px solid rgba(15, 58, 47, 0.08);
}

.dashboard-panel--metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric-card strong {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.dashboard-panel--chart {
  min-height: 240px;
  display: grid;
  align-content: space-between;
}

.line-chart {
  position: relative;
  height: 170px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(229, 238, 232, 0.82), rgba(255, 250, 242, 0.8)),
    repeating-linear-gradient(180deg, transparent, transparent 33px, rgba(15, 58, 47, 0.06) 33px, rgba(15, 58, 47, 0.06) 34px);
  overflow: hidden;
}

.line-chart__path {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 58%;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 58, 47, 0.2), rgba(15, 58, 47, 0.7), rgba(204, 125, 80, 0.72));
  transform: rotate(-10deg);
  transform-origin: left center;
  animation: draw 3.5s ease-in-out infinite alternate;
}

.line-chart__dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--forest);
  box-shadow: 0 0 0 10px rgba(15, 58, 47, 0.08);
}

.line-chart__dot--1 { left: 14%; top: 60%; }
.line-chart__dot--2 { left: 36%; top: 46%; }
.line-chart__dot--3 { left: 58%; top: 50%; }
.line-chart__dot--4 { left: 78%; top: 30%; }

.chart-labels {
  display: flex;
  justify-content: space-between;
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.dashboard-panel--tasks {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.task-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(15, 58, 47, 0.06);
  border: 1px solid rgba(15, 58, 47, 0.08);
  font-weight: 700;
}

.task-chip.is-done {
  background: rgba(63, 134, 102, 0.14);
}

.article-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card {
  padding: 22px;
}

.article-card__link {
  display: grid;
  gap: 14px;
  height: 100%;
}

.article-card__media {
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 58, 47, 0.14);
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.article-card__link:hover .article-card__media img {
  transform: scale(1.03);
}

.article-card__eyebrow,
.article-meta-row,
.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--ink-muted);
  font-size: 0.82rem;
}

.article-card h3,
.article-page h1 {
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -0.03em;
}

.article-card h3 {
  margin: 0;
  font-size: 1.42rem;
}

.article-card p {
  margin: 0;
}

.trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-card {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(15, 58, 47, 0.1);
  border-radius: 20px;
  padding: 0 22px;
  background: rgba(255, 250, 242, 0.82);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  padding: 20px 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item div {
  padding-bottom: 20px;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  border-radius: 34px;
  padding: 34px;
  background: linear-gradient(140deg, rgba(15, 58, 47, 0.92), rgba(26, 90, 72, 0.88));
  color: var(--white);
  box-shadow: var(--shadow-strong);
}

.cta-band h2 {
  margin: 0 0 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.03em;
}

.cta-band p {
  margin: 0;
  max-width: 620px;
  color: rgba(255, 250, 242, 0.78);
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: start;
}

.briefing-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 249, 240, 0.92);
  border: 1px solid rgba(15, 58, 47, 0.1);
  box-shadow: var(--shadow-soft);
}

.briefing-form label {
  display: grid;
  gap: 8px;
}

.briefing-form span {
  font-weight: 700;
}

.briefing-form input,
.briefing-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(15, 58, 47, 0.12);
  background: rgba(255, 252, 247, 0.94);
}

.form-result {
  border-radius: 18px;
  padding: 16px;
  background: rgba(15, 58, 47, 0.06);
  border: 1px solid rgba(15, 58, 47, 0.08);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--ink-muted);
  font-size: 0.86rem;
}

.breadcrumbs a:hover {
  color: var(--forest);
}

.article-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.76fr);
  gap: 34px;
  align-items: center;
}

.article-page h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  max-width: 12ch;
}

.article-dek {
  margin: 18px 0 0;
  max-width: 720px;
  font-size: 1.1rem;
  color: var(--ink-soft);
}

.article-summary-box {
  margin-top: 22px;
  padding: 22px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.42fr);
  gap: 32px;
  align-items: start;
}

.article-main {
  display: grid;
  gap: 18px;
}

.article-section {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 250, 242, 0.86);
  border: 1px solid rgba(15, 58, 47, 0.08);
  box-shadow: var(--shadow-soft);
}

.article-section h2,
.content-panel h2 {
  margin: 0 0 16px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.article-cta-inline {
  margin: 16px 0 0;
}

.article-inline-media {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.article-inline-media img {
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(15, 58, 47, 0.14);
}

.article-inline-media figcaption {
  color: var(--ink-muted);
  font-size: 0.86rem;
}

.article-sidebar {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.sidebar-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.sidebar-card a {
  color: var(--forest);
  font-weight: 700;
}

.article-visual {
  position: relative;
  min-height: 420px;
}

.article-visual__shell {
  position: relative;
  min-height: 420px;
  border-radius: 34px;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.9), rgba(243, 236, 225, 0.82));
  border: 1px solid rgba(15, 58, 47, 0.08);
  box-shadow: var(--shadow-strong);
}

.article-visual__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.article-visual__meta span {
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}

.article-visual__meta strong {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.28rem;
}

.article-visual__wave {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 48%;
  height: 2px;
  background: linear-gradient(90deg, rgba(15, 58, 47, 0.18), rgba(15, 58, 47, 0.78), rgba(204, 125, 80, 0.78));
  transform: rotate(-9deg);
  transform-origin: left center;
  animation: draw 3.5s ease-in-out infinite alternate;
}

.article-visual__bars {
  position: absolute;
  inset: auto 24px 24px 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  height: 140px;
}

.article-visual__bars span {
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, rgba(63, 134, 102, 0.86), rgba(15, 58, 47, 0.78));
  animation: bars 2.8s ease-in-out infinite;
}

.article-visual__bars span:nth-child(1) { height: 38%; animation-delay: 0.1s; }
.article-visual__bars span:nth-child(2) { height: 64%; animation-delay: 0.3s; }
.article-visual__bars span:nth-child(3) { height: 48%; animation-delay: 0.5s; }
.article-visual__bars span:nth-child(4) { height: 82%; animation-delay: 0.7s; }

.article-visual__note {
  position: absolute;
  inset: auto auto 176px 24px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.88);
  border: 1px solid rgba(15, 58, 47, 0.1);
  font-size: 0.84rem;
  font-weight: 700;
}

.footer-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(22, 33, 29, 0.08);
}

.footer-band h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  max-width: 16ch;
}

.site-footer {
  padding: 42px 0 56px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  padding-top: 34px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 12px 22px;
}

.footer-links a {
  color: var(--ink-soft);
}

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

.notfound-shell {
  max-width: 700px;
  text-align: center;
}

.notfound-shell h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spin-reverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.9; }
  50% { transform: translate(-50%, -50%) scale(1.06); opacity: 1; }
}

@keyframes draw {
  from { transform: rotate(-9deg) scaleX(0.88); }
  to { transform: rotate(-12deg) scaleX(1.02); }
}

@keyframes bars {
  0%, 100% { opacity: 0.82; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-6px); }
}

@media (max-width: 1120px) {
  .hero__inner,
  .article-hero__layout,
  .article-layout,
  .contact-layout,
  .two-column,
  .two-column--dashboard {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    min-height: auto;
  }

  .poster-visual,
  .hero-media,
  .hero-media__frame {
    min-height: 480px;
  }

  .issue-grid,
  .timeline-grid,
  .pillar-grid,
  .trust-grid,
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    position: static;
  }

  .footer-top,
  .footer-band,
  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-pill {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero {
    padding-top: calc(var(--header-height) + 12px);
  }

  .hero h1 {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .section {
    padding: 84px 0;
  }

  .article-grid--compact,
  .issue-grid,
  .timeline-grid,
  .trust-grid,
  .pillar-grid,
  .article-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-panel--metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .page-shell,
  .section-inner,
  .header-inner,
  .footer-inner {
    width: min(calc(100% - 24px), var(--max-width));
  }

  .hero__inner {
    gap: 32px;
    padding-block: 42px 24px;
  }

  .poster-visual,
  .hero-media,
  .hero-media__frame {
    min-height: 360px;
    border-radius: 28px;
  }

  .poster-core {
    width: 180px;
    height: 180px;
  }

  .poster-core strong {
    font-size: 1.8rem;
  }

  .poster-node,
  .poster-card,
  .article-summary-box,
  .issue-card,
  .principle-card,
  .timeline-step,
  .content-panel,
  .article-card,
  .journey-step,
  .signal-card,
  .trust-card,
  .pillar-card,
  .article-section,
  .sidebar-card,
  .briefing-form,
  .cta-band {
    padding: 20px;
  }

  .poster-card {
    max-width: 180px;
  }

  .dashboard-panel--metrics {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
