:root {
  --forest: #123d30;
  --forest-deep: #08271f;
  --leaf: #2f6b4f;
  --gold: #f4b83f;
  --terracotta: #c85c3c;
  --cream: #f8f3e6;
  --paper: #fffdf7;
  --ink: #1a2621;
  --muted: #5d6d65;
  --line: #d9dfd9;
  --shadow: 0 22px 70px rgba(8, 39, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.language-zh [data-en],
body.language-en [data-zh] {
  display: none !important;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 16px;
  background: #fff;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(20px, 4vw, 68px);
  color: #fff;
  background: rgba(8, 39, 31, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  text-decoration: none;
  line-height: 1.2;
}

.brand-mark {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 8px;
  object-fit: contain;
}

.brand-mark[hidden],
.hero-image[hidden],
.demo-visual img[hidden] {
  display: none;
}

body:not(.transparency-page) .brand.image-missing::before {
  display: flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--forest-deep);
  background: var(--cream);
  content: "UTE";
  font: 800 14px Georgia, serif;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.main-nav {
  display: flex;
  gap: 28px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold);
}

.journey-page-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.journey-home-link {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.journey-home-link:hover,
.journey-home-link:focus-visible {
  color: var(--forest-deep);
  background: var(--gold);
  border-color: var(--gold);
}

.language-switch {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
}

.language-switch button {
  min-width: 48px;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.language-switch button[aria-pressed="true"] {
  color: var(--forest-deep);
  background: var(--gold);
}

.hero {
  position: relative;
  min-height: min(720px, 80vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--forest-deep);
}

.hero.image-missing {
  background:
    radial-gradient(circle at 78% 24%, rgba(244, 184, 63, 0.2), transparent 18%),
    linear-gradient(135deg, var(--forest-deep), var(--forest));
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(4, 25, 19, 0.92) 0%, rgba(8, 39, 31, 0.72) 36%, rgba(8, 39, 31, 0.08) 68%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(660px, 90vw);
  padding: 90px clamp(24px, 7vw, 118px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--terracotta);
}

.eyebrow.light {
  color: #ffe19a;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(30px, 3.5vw, 50px);
  letter-spacing: -0.03em;
}

h3 {
  font-size: 20px;
}

.hero-copy {
  max-width: 580px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: var(--forest-deep);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  background: rgba(8, 39, 31, 0.22);
}

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

.image-note {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 14px;
  margin: 0;
  padding: 5px 9px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(8, 39, 31, 0.64);
  font-size: 12px;
}

.principle-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: #fff;
  background: var(--forest);
}

.principle-strip div {
  min-height: 124px;
  padding: 26px clamp(18px, 3vw, 44px);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.principle-strip strong,
.principle-strip span {
  display: block;
}

.principle-strip strong {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 27px;
}

.principle-strip span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.intro-copy {
  padding-left: 34px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-size: 19px;
}

.section-heading {
  max-width: 780px;
}

.section-heading.centered {
  margin: 0 auto 48px;
  text-align: center;
}

.section-lead {
  color: var(--muted);
  font-size: 17px;
}

.about-section,
.journey-section,
.field-notes-section,
.process-section,
.record-section,
.privacy-section {
  scroll-margin-top: 92px;
}

.about-section {
  padding-top: 40px;
}

.about-story,
.about-model,
.about-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.about-card,
.about-pilot {
  padding: clamp(28px, 4vw, 46px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px 18px 4px 18px;
  box-shadow: 0 12px 34px rgba(8, 39, 31, 0.05);
}

.about-card {
  border-top: 5px solid var(--gold);
}

.about-card:nth-child(2) {
  border-top-color: var(--terracotta);
}

.about-year {
  margin-bottom: 28px;
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 800;
}

.about-card h3,
.about-model h3,
.about-pilot h3 {
  margin-bottom: 14px;
}

.about-card p:last-child,
.about-model p:last-child,
.about-pilot p {
  color: var(--muted);
}

.about-model {
  overflow: hidden;
  color: #fff;
  background: var(--forest);
  border-radius: 18px 4px 18px 4px;
  box-shadow: var(--shadow);
}

.about-model > div {
  padding: clamp(30px, 4vw, 48px);
}

.about-model > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.about-model p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.about-pilot {
  margin-top: 18px;
  background: var(--cream);
  border-left: 5px solid var(--leaf);
}

.about-pilot > div {
  max-width: 900px;
}

.about-principles blockquote {
  margin: 0;
  padding: 28px 30px;
  border-left: 4px solid var(--gold);
  color: var(--forest-deep);
  background: rgba(244, 184, 63, 0.12);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}

.about-principles blockquote:nth-child(2) {
  border-left-color: var(--terracotta);
  background: rgba(194, 91, 63, 0.09);
}

.journey-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: #fff;
}

.journey-page .journey-section {
  padding-top: clamp(56px, 7vw, 92px);
}

.journey-page .journey-media {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 14px;
}

.journey-page .journey-media-frame {
  width: min(100%, 300px);
  min-height: 0;
  aspect-ratio: auto;
}

.journey-page .journey-media-frame img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
}

.journey-page .journey-media-frame:not(:has(img[data-photo-approved="historical-project"])),
.journey-page .journey-media-frame.image-load-failed {
  aspect-ratio: 16 / 10;
}

.journey-page .journey-media figcaption {
  width: min(100%, 620px);
  text-align: center;
}

.journey-timeline {
  position: relative;
  margin-top: 64px;
}

.journey-timeline::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 98px;
  width: 2px;
  background: var(--line);
  content: "";
}

.journey-entry {
  position: relative;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 28px;
}

.journey-marker {
  position: relative;
  z-index: 1;
  align-self: start;
  padding-top: 28px;
  color: var(--terracotta);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.journey-marker::after {
  display: block;
  width: 14px;
  height: 14px;
  margin: 14px auto 0;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--line);
  content: "";
}

.journey-marker > span {
  display: block;
}

.journey-card {
  min-width: 0;
  padding: clamp(30px, 4vw, 50px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px 18px 4px 18px;
  box-shadow: 0 12px 34px rgba(8, 39, 31, 0.05);
}

/* Journey media is intentionally a labelled absence, never a pretend photograph. */
.journey-media {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(220px, 1.08fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  margin: 0 0 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.journey-media-frame {
  position: relative;
  display: grid;
  min-height: 178px;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  color: var(--forest);
  background:
    linear-gradient(135deg, transparent 49.5%, rgba(18, 61, 48, 0.08) 50%, transparent 50.5%),
    linear-gradient(45deg, transparent 49.5%, rgba(200, 92, 60, 0.08) 50%, transparent 50.5%),
    var(--cream);
  background-size: 28px 28px;
  border: 1px solid #d8d2c2;
  box-shadow: inset 0 0 0 8px rgba(255, 253, 247, 0.62);
}

.journey-media-frame::before {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(18, 61, 48, 0.28);
  content: "";
}

.journey-media-frame::after {
  position: absolute;
  width: 58px;
  height: 42px;
  border: 2px solid rgba(18, 61, 48, 0.52);
  border-radius: 4px;
  content: "";
}

.journey-media-status {
  position: relative;
  z-index: 1;
  max-width: 75%;
  padding: 6px 10px;
  color: var(--forest-deep);
  background: rgba(255, 253, 247, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.journey-media figcaption,
.journey-media > figcaption {
  align-self: center;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.journey-media figcaption span {
  display: block;
}

/* Future images can occupy this same frame without distortion or destructive cropping. */
.journey-media-frame img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Only explicitly approved journey photos may be displayed. */
.journey-media-frame img:is(
  [data-privacy-reviewed="soft-hand-drawn"],
  [data-photo-approved="historical-project"]
) {
  display: block;
}

.journey-media-frame:has(
  img:is(
    [data-privacy-reviewed="soft-hand-drawn"],
    [data-photo-approved="historical-project"]
  ):not([hidden])
) .journey-media-status {
  display: none;
}

.journey-media-frame:has(
  img:is(
    [data-privacy-reviewed="soft-hand-drawn"],
    [data-photo-approved="historical-project"]
  ):not([hidden])
)::before,
.journey-media-frame:has(
  img:is(
    [data-privacy-reviewed="soft-hand-drawn"],
    [data-photo-approved="historical-project"]
  ):not([hidden])
)::after {
  display: none;
}

.journey-media-frame.image-load-failed .journey-media-status {
  display: block;
}

.journey-media-frame.image-load-failed::before {
  inset: 18px;
  border: 1px dashed rgba(18, 61, 48, 0.28);
  background: transparent;
  content: "";
}

.journey-card h3,
.journey-conclusion h3 {
  margin-bottom: 18px;
  color: var(--forest-deep);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.3;
}

.journey-card > p:not(.journey-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.journey-kicker {
  margin-bottom: 10px;
  color: var(--terracotta);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.journey-card blockquote {
  margin: 30px 0 0;
  padding: 22px 26px;
  border-left: 4px solid var(--gold);
  color: var(--forest);
  background: rgba(244, 184, 63, 0.11);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 19px;
  line-height: 1.65;
}

.journey-card blockquote span {
  display: block;
}

.journey-learning {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
  align-items: start;
  margin-top: 30px;
  padding: 22px 24px;
  color: #fff;
  background: var(--forest);
  border-radius: 10px 3px 10px 3px;
}

.journey-learning strong {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.journey-learning span {
  line-height: 1.65;
}

.journey-challenge .journey-card {
  border-top: 5px solid var(--terracotta);
}

.journey-turn .journey-card {
  background: var(--cream);
  border-left: 5px solid var(--gold);
}

.journey-current .journey-card {
  border-top: 5px solid var(--leaf);
}

.journey-conclusion {
  margin: 50px 0 0 198px;
  padding: clamp(34px, 5vw, 56px);
  color: #fff;
  background: var(--terracotta);
  border-radius: 18px 4px 18px 4px;
  box-shadow: var(--shadow);
}

.journey-conclusion h3 {
  color: #fff;
}

.journey-conclusion p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.8;
}

.field-notes-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: var(--cream);
}

.field-article {
  margin-top: 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px 4px 18px 4px;
  box-shadow: var(--shadow);
}

.article-summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  align-items: start;
  padding: clamp(28px, 5vw, 54px);
  padding-right: clamp(66px, 8vw, 100px);
  cursor: pointer;
  list-style: none;
}

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

.article-summary::after {
  position: absolute;
  top: 50%;
  right: clamp(24px, 4vw, 48px);
  width: 14px;
  height: 14px;
  border-right: 3px solid var(--terracotta);
  border-bottom: 3px solid var(--terracotta);
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 180ms ease;
}

.field-article[open] .article-summary::after {
  transform: translateY(-20%) rotate(225deg);
}

.article-summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -5px;
}

.article-number {
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.article-summary-copy,
.article-summary-copy > span,
.article-summary-copy > strong {
  display: block;
}

.article-summary-copy > strong {
  max-width: 850px;
  margin-bottom: 12px;
  color: var(--forest-deep);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.25;
}

.article-summary-copy > span:not(.article-toggle) {
  max-width: 780px;
  color: var(--muted);
}

.article-toggle {
  margin-top: 20px;
  color: var(--terracotta);
  font-size: 14px;
  font-weight: 900;
}

.article-body {
  border-top: 1px solid var(--line);
}

.article-header,
.article-content,
.article-conclusion {
  width: min(780px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.article-header {
  padding: clamp(52px, 8vw, 88px) 0 24px;
}

.article-intro {
  color: var(--forest);
  font-size: 20px;
  line-height: 1.8;
}

.article-content {
  padding-bottom: 44px;
}

.article-content section {
  margin-top: 42px;
}

.article-content h3 {
  margin-bottom: 14px;
  color: var(--forest-deep);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 24px;
}

.article-content section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.article-callout {
  margin: 46px 0;
  padding: clamp(26px, 5vw, 42px);
  color: #fff;
  background: var(--terracotta);
  border-radius: 4px 18px 4px 18px;
}

.article-callout h3 {
  color: #fff;
}

.article-callout p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
}

.article-conclusion {
  margin-bottom: clamp(46px, 7vw, 80px);
  padding: clamp(28px, 5vw, 46px);
  border-left: 5px solid var(--gold);
  color: #fff;
  background: var(--forest);
  font-family: Georgia, "Noto Serif TC", serif;
  font-size: 19px;
  line-height: 1.8;
}

.article-conclusion p {
  margin: 0;
}

.process-section {
  padding-top: 40px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  min-height: 280px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--leaf);
  border-radius: 4px 4px 14px 14px;
  box-shadow: 0 12px 34px rgba(8, 39, 31, 0.05);
}

.process-grid li:nth-child(2),
.process-grid li:nth-child(5) {
  border-top-color: var(--gold);
}

.process-grid li:nth-child(3) {
  border-top-color: var(--terracotta);
}

.step-number {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--terracotta);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 800;
}

.process-grid p {
  color: var(--muted);
  font-size: 15px;
}

.protection-section {
  width: 100%;
  max-width: none;
  padding: 60px clamp(20px, 6vw, 100px);
  background: var(--cream);
}

.protection-card {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 32px;
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: clamp(32px, 5vw, 64px);
  color: #fff;
  background: var(--terracotta);
  border-radius: 20px 4px 20px 4px;
  box-shadow: var(--shadow);
}

.protection-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #ffe19a;
  font-size: 30px;
}

.protection-card p:last-child {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
}

.record-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}

.sample-record {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.record-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 34px;
  color: #fff;
  background: var(--forest);
}

.record-top p,
.record-top h3 {
  margin-bottom: 2px;
}

.record-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--gold);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 800;
}

.demo-badge {
  display: inline-block;
  margin-bottom: 8px;
  color: #ffe19a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.record-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.record-stats div {
  padding: 26px;
  border-right: 1px solid var(--line);
}

.record-stats div:last-child {
  border-right: 0;
}

.record-stats dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.record-stats dd {
  margin: 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.record-note {
  margin: 0;
  padding: 18px 28px;
  color: var(--muted);
  background: var(--cream);
  font-size: 13px;
}

.privacy-section {
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  background: var(--cream);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.publish-card {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.private-card {
  color: #fff;
  background: var(--forest-deep);
  border-color: var(--forest-deep);
}

.card-label {
  display: inline-block;
  margin-bottom: 22px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.card-label.public {
  color: var(--forest);
  background: #e2f3e9;
}

.card-label.private {
  color: #ffe19a;
  background: rgba(244, 184, 63, 0.15);
}

.publish-card ul {
  margin: 24px 0 0;
  padding-left: 22px;
}

.publish-card li {
  margin: 8px 0;
}

.private-card li {
  color: rgba(255, 255, 255, 0.8);
}

.finance-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  width: 100%;
  max-width: none;
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--forest);
}

.finance-copy p:last-child {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.funding-list {
  display: grid;
  align-content: center;
  gap: 1px;
}

.funding-list span {
  padding: 16px 20px;
  color: var(--forest-deep);
  background: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.funding-list span:nth-child(4n + 3),
.funding-list span:nth-child(4n + 4) {
  background: #fff2cc;
}

.faq-list {
  width: min(820px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 24px 42px 24px 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.faq-list p {
  padding: 0 44px 22px 4px;
  color: var(--muted);
}

.closing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 84px max(20px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--terracotta);
}

.fiscal-host-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--cream);
  border-top: 1px solid #e7ddc6;
}

.fiscal-host-promo > div {
  max-width: 760px;
}

.fiscal-host-promo h2 {
  margin-bottom: 16px;
}

.fiscal-host-promo p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.fiscal-host-promo .button {
  white-space: nowrap;
}

.closing-section > div {
  max-width: 760px;
}

.closing-section p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.status-pill {
  flex: 0 0 auto;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 4vw, 68px);
  color: rgba(255, 255, 255, 0.64);
  background: var(--forest-deep);
  font-size: 13px;
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .principle-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid li:last-child {
    grid-column: 1 / -1;
  }

  .record-section,
  .finance-section {
    grid-template-columns: 1fr;
  }

  .about-story,
  .about-model,
  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-model > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 68px;
    padding: 10px 16px;
  }

  .brand small {
    display: none;
  }

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

  .article-summary {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-right: 58px;
  }

  .article-header,
  .article-content,
  .article-conclusion {
    width: min(100% - 32px, 780px);
  }

  .article-intro {
    font-size: 18px;
  }

  .article-content section p {
    font-size: 16px;
  }

  .journey-timeline {
    margin-top: 44px;
  }

  .journey-timeline::before {
    left: 9px;
  }

  .journey-entry {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 32px;
    padding-left: 28px;
  }

  .journey-marker {
    padding-top: 0;
    font-size: 18px;
    text-align: left;
  }

  .journey-marker::after {
    position: absolute;
    top: 4px;
    left: -25px;
    width: 12px;
    height: 12px;
    margin: 0;
  }

  .journey-card {
    padding: 26px 22px;
  }

  .journey-media {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 22px;
  }

  .journey-media-frame {
    min-height: 0;
    width: 100%;
  }

  .journey-media figcaption,
  .journey-media > figcaption {
    font-size: 12px;
    line-height: 1.65;
  }

  .journey-card > p:not(.journey-kicker) {
    font-size: 16px;
  }

  .journey-learning {
    grid-template-columns: 1fr;
  }

  .journey-conclusion {
    margin: 38px 0 0 28px;
    padding: 30px 24px;
  }

  .hero {
    min-height: 720px;
    align-items: end;
  }

  .hero-image {
    object-position: 66% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(4, 25, 19, 0.96) 0%, rgba(8, 39, 31, 0.68) 58%, rgba(8, 39, 31, 0.08) 100%);
  }

  .hero-content {
    width: 100%;
    padding: 180px 22px 84px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .image-note {
    right: 12px;
    bottom: 8px;
  }

  .principle-strip {
    grid-template-columns: 1fr 1fr;
  }

  .principle-strip div {
    min-height: 112px;
    padding: 20px;
  }

  .section {
    width: min(100% - 32px, 1180px);
    padding: 78px 0;
  }

  .intro-section,
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .intro-copy {
    padding-left: 20px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li:last-child {
    grid-column: auto;
  }

  .process-grid li {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 22px;
  }

  .protection-section,
  .privacy-section,
  .finance-section {
    width: 100%;
    padding: 64px 20px;
  }

  .protection-card {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .protection-icon {
    width: 58px;
    height: 58px;
  }

  .record-top {
    align-items: flex-start;
    padding: 24px;
  }

  .record-avatar {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }

  .record-stats {
    grid-template-columns: 1fr;
  }

  .record-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .closing-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 64px 20px;
  }

  .fiscal-host-promo {
    grid-template-columns: 1fr;
  }

  .fiscal-host-promo .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}

/*
 * The independent static journey page adds these classes to the media it
 * actually renders. Keep these rules last so generic journey and responsive
 * grid rules cannot enlarge approved historical photographs.
 */
.journey-page #main .journey-static-media {
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  justify-items: stretch;
}

.journey-page #main .journey-static-frame {
  box-sizing: border-box;
  width: 300px;
  max-width: 300px;
  min-width: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  justify-self: center;
}

.journey-page #main .journey-static-photo {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: 298px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
}

.journey-page #main .journey-static-frame.image-load-succeeded {
  background: transparent;
  box-shadow: none;
}

.journey-page #main .journey-static-frame.image-load-succeeded::before,
.journey-page #main .journey-static-frame.image-load-succeeded::after,
.journey-page #main .journey-static-frame.image-load-succeeded .journey-static-fallback {
  display: none;
}

.journey-page #main .journey-static-frame.image-load-failed,
.journey-page #main .journey-static-frame:not(:has(.journey-static-photo)) {
  aspect-ratio: 16 / 10;
}

.journey-page #main .journey-static-frame.image-load-failed .journey-static-fallback {
  display: block;
}

@media (max-width: 760px) {
  .journey-page #main .journey-static-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-page #main .journey-static-frame {
    width: min(300px, 100%);
    max-width: min(300px, 100%);
  }

  .journey-page #main .journey-static-photo {
    max-width: min(298px, 100%);
  }
}
