:root {
  color-scheme: dark;
  --bg: #070806;
  --bg-deep: #030403;
  --panel: rgba(17, 18, 15, 0.82);
  --panel-strong: rgba(24, 23, 19, 0.94);
  --line: rgba(209, 164, 89, 0.24);
  --line-strong: rgba(219, 179, 100, 0.56);
  --gold: #d5a856;
  --gold-soft: #f0d28a;
  --gold-dark: #8f6426;
  --ink: #f4ead5;
  --muted: #a99773;
  --dim: #6e6047;
  --danger: #b58a3e;
  --max: 1680px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --motion-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 76% 8%, rgba(213, 168, 86, 0.12), transparent 28rem),
    radial-gradient(circle at 20% 34%, rgba(181, 138, 62, 0.1), transparent 30rem),
    linear-gradient(180deg, #090a08 0%, #050605 48%, #080907 100%);
  color: var(--ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(213, 168, 86, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(213, 168, 86, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 12%, black, transparent 76%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 0 43%, rgba(213, 168, 86, 0.06) 43.08% 43.16%, transparent 43.24%),
    linear-gradient(65deg, transparent 0 56%, rgba(213, 168, 86, 0.045) 56.08% 56.16%, transparent 56.24%);
  opacity: 0.72;
}

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

button {
  color: inherit;
  font: inherit;
}

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

::selection {
  background: rgba(213, 168, 86, 0.8);
  color: #080806;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-shell {
  overflow: clip;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 96px;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 34px;
  padding: 0 clamp(28px, 5.2vw, 96px);
  border-bottom: 1px solid rgba(213, 168, 86, 0.14);
  background: rgba(4, 5, 4, 0.76);
  backdrop-filter: blur(22px);
}

.brand-lockup {
  width: 327px;
  display: block;
}

.brand-lockup img,
.footer-logo {
  filter: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 4.4vw, 78px);
}

.site-nav a {
  position: relative;
  padding: 36px 0 31px;
  color: var(--gold-soft);
  font-size: 17px;
  font-weight: 600;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  transition: width 220ms var(--ease);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  width: 34px;
}

.nav-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.nav-chip,
.icon-btn,
.menu-btn {
  border: 0;
  background: transparent;
  color: var(--gold-soft);
  cursor: pointer;
}

.nav-chip {
  font-size: 15px;
  letter-spacing: 0.12em;
}

.icon-btn,
.menu-btn {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.icon-btn span {
  width: 19px;
  height: 19px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.icon-btn span::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 9px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.icon-btn.user span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 23px;
  height: 13px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  transform: translateX(-50%);
}

.menu-btn {
  display: none;
}

.menu-btn i {
  width: 18px;
  height: 1px;
  background: currentColor;
}

.section-panel {
  border-bottom: 1px solid rgba(213, 168, 86, 0.16);
}

.hero-section {
  min-height: 820px;
  padding: 166px clamp(28px, 5.2vw, 96px) 86px;
  display: grid;
  grid-template-columns: 92px minmax(500px, 0.9fr) minmax(560px, 1.1fr);
  gap: clamp(42px, 5.4vw, 96px);
  align-items: center;
  position: relative;
}

.hero-copy {
  max-width: 800px;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  color: var(--gold-soft);
  font-size: clamp(64px, 6.4vw, 118px);
  line-height: 1.12;
  font-weight: 650;
  letter-spacing: 0;
}

h2 {
  color: var(--gold-soft);
  font-size: clamp(38px, 4.2vw, 64px);
  line-height: 1.18;
  font-weight: 650;
  letter-spacing: 0;
}

h3 {
  color: var(--gold-soft);
  font-size: 24px;
  line-height: 1.3;
  font-weight: 650;
}

.hero-en {
  margin-bottom: 42px;
  color: var(--gold-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 42px);
}

.hero-text,
.motion-copy p,
.craft-copy p,
.story-copy p,
.card-copy,
.journal-card p,
.footer-brand p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.95;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.gold-btn,
.outline-btn {
  min-width: 190px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 36px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms var(--ease), border-color 180ms var(--ease), background 180ms var(--ease);
}

.gold-btn {
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(246, 211, 137, 0.98), rgba(150, 102, 38, 0.96)),
    var(--gold);
  color: #191207;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.42), 0 20px 48px rgba(0, 0, 0, 0.28);
}

.outline-btn {
  border: 1px solid var(--line-strong);
  background: rgba(12, 13, 11, 0.72);
  color: var(--gold-soft);
}

.interactive-hit,
.interactive-media {
  transition: transform 180ms var(--ease), filter 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease);
}

.interactive-hit:hover,
.interactive-media:hover {
  transform: translateY(-2px);
}

.interactive-hit:active,
.interactive-media:active {
  transform: translateY(0) scale(0.98);
}

.hero-index {
  height: 230px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 16px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}

.hero-index b {
  width: 4px;
  height: 72px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(213, 168, 86, 0.52);
}

.hero-blueprint {
  position: relative;
  min-height: 580px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  isolation: isolate;
  overflow: visible;
}

.hero-blueprint::before {
  content: "";
  position: absolute;
  inset: 5% 6%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 54%, rgba(213, 168, 86, 0.24), transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(255, 218, 142, 0.1), transparent 62%);
  filter: blur(42px);
  opacity: 0.9;
}

.hero-blueprint::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 38%, rgba(7, 8, 6, 0.3) 70%, rgba(7, 8, 6, 0.76) 100%);
}

.hero-blueprint img {
  position: relative;
  z-index: 0;
  width: min(780px, 96%);
  margin: 0 auto;
  opacity: 0.94;
  filter: drop-shadow(0 42px 80px rgba(0, 0, 0, 0.58));
  mix-blend-mode: normal;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.82) 72%, transparent 96%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.82) 72%, transparent 96%);
}

.hero-blueprint span {
  position: absolute;
  right: 6%;
  top: 24%;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  letter-spacing: 0.38em;
}

.hero-coordinates {
  position: absolute;
  right: clamp(30px, 5.2vw, 96px);
  bottom: 62px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 15px;
  display: grid;
  gap: 4px;
}

.value-strip {
  padding: 44px clamp(28px, 5.2vw, 96px);
  background: rgba(9, 10, 8, 0.78);
}

.value-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.value-card {
  min-height: 210px;
  padding: 38px clamp(24px, 3.2vw, 62px);
  text-align: center;
  border-left: 1px solid var(--line);
}

.value-card:first-child {
  border-left: 0;
}

.line-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 36px;
}

.value-card h3 {
  margin-bottom: 14px;
  font-size: 25px;
}

.value-card p {
  margin: 0 auto;
  max-width: 280px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.content-section,
.craft-section,
.story-section,
.timeline-section,
.journal-section,
.cta-section,
.site-footer {
  padding: 72px clamp(28px, 5.2vw, 96px);
}

.section-head {
  max-width: var(--max);
  margin: 0 auto 36px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.3vw, 48px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.text-link::after {
  content: "›";
  color: var(--gold);
  font-size: 30px;
  line-height: 1;
}

.series-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.series-card,
.craft-unit,
.journal-card,
.story-value {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(25, 25, 21, 0.82), rgba(9, 10, 8, 0.9));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
}

.series-card {
  min-height: 330px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

.series-visual {
  height: 210px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(213, 168, 86, 0.09), transparent 52%),
    #11120f;
}

.series-visual img,
.journal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: sepia(0.6) saturate(0.72) brightness(0.82);
}

.series-body {
  padding: 26px;
}

.series-body h3 {
  margin-bottom: 8px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 23px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.series-body p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.motion-section {
  padding: clamp(72px, 7vw, 128px) clamp(28px, 5.2vw, 96px);
  position: relative;
  border-bottom: 1px solid rgba(213, 168, 86, 0.16);
  background:
    radial-gradient(circle at 62% 46%, rgba(213, 168, 86, 0.12), transparent 34rem),
    linear-gradient(180deg, rgba(5, 6, 5, 0.9), rgba(9, 10, 8, 0.98));
}

.motion-poster {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.motion-poster img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(213, 168, 86, 0.18);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.42);
}

.craft-card {
  max-width: var(--max);
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}

.craft-media {
  min-height: 420px;
  border: 0;
  border-right: 1px solid var(--line);
  padding: 0;
  background: #0f100d;
  cursor: zoom-in;
}

.craft-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
  filter: sepia(0.4) saturate(0.8);
}

.craft-copy {
  padding: clamp(42px, 4.4vw, 68px);
}

.craft-points {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}

.point h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.point p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.craft-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.craft-unit {
  min-height: 154px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 24px;
  padding: 26px;
}

.craft-unit .line-icon {
  margin: 0;
}

.craft-unit h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.craft-unit p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.story-section {
  background: rgba(6, 7, 6, 0.74);
}

.story-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 64px;
  align-items: center;
}

.story-copy {
  max-width: 760px;
}

.story-values {
  display: grid;
  gap: 22px;
}

.story-value {
  min-height: 150px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
}

.story-value h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.story-value p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.timeline {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  border-top: 1px solid var(--line-strong);
}

.time-node {
  position: relative;
  padding: 0 30px;
}

.time-dot {
  width: 18px;
  height: 18px;
  margin: 31px 0 24px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 0 6px rgba(213, 168, 86, 0.1);
}

.time-node strong {
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
}

.time-node h3 {
  margin: 14px 0 8px;
  font-size: 22px;
}

.time-node p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.journal-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.journal-card {
  display: grid;
  grid-template-columns: 0.48fr 0.52fr;
  min-height: 200px;
  overflow: hidden;
  cursor: pointer;
}

.journal-media {
  min-height: 200px;
  background: #11120f;
}

.journal-card div:last-child {
  padding: 26px;
}

.journal-card h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.journal-card p {
  margin-bottom: 0;
  font-size: 17px;
}

.cta-card {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 34px clamp(34px, 5.2vw, 72px);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(213, 168, 86, 0.1), rgba(5, 6, 5, 0.64)),
    repeating-linear-gradient(135deg, transparent 0 18px, rgba(213, 168, 86, 0.04) 18px 19px);
}

.cta-card h2 {
  margin: 0;
  font-size: clamp(36px, 3.8vw, 54px);
}

.cta-card .button-row {
  margin: 0;
}

.site-footer {
  background: rgba(3, 4, 3, 0.92);
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 1.9fr) repeat(5, minmax(128px, 1fr));
  align-items: start;
  gap: clamp(44px, 4vw, 72px);
}

.footer-logo {
  width: min(360px, 100%);
  margin: 0 0 34px;
}

.footer-brand p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 2.05;
  text-align: left;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: 18px;
}

.footer-column a {
  display: block;
  margin-top: 15px;
  color: var(--muted);
  font-size: 17px;
}

.subscribe {
  display: grid;
  grid-template-columns: 1fr 56px;
  border: 1px solid var(--line);
  margin-top: 18px;
}

.subscribe input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 15px;
  font-size: 16px;
  color: var(--ink);
  outline: 0;
}

.subscribe button {
  border: 0;
  border-left: 1px solid var(--line);
  background: var(--gold);
  color: #120d05;
  cursor: pointer;
}

.footer-bottom {
  max-width: var(--max);
  margin: 44px auto 0;
  padding-top: 26px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(213, 168, 86, 0.14);
  color: var(--dim);
  font-size: 16px;
}

.media-dialog {
  width: min(1120px, calc(100vw - 36px));
  border: 1px solid var(--line-strong);
  background: rgba(5, 6, 5, 0.96);
  color: var(--ink);
  padding: 0;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
}

.media-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.dialog-close {
  position: absolute;
  right: 14px;
  top: 12px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: rgba(5, 6, 5, 0.86);
  color: var(--gold-soft);
  cursor: pointer;
}

.dialog-body {
  padding: 36px;
}

.dialog-body img,
.dialog-body video {
  width: 100%;
  max-height: 64vh;
  object-fit: contain;
  background: #080907;
}

.dialog-body h3 {
  margin: 22px 0 8px;
}

.dialog-body p {
  color: var(--muted);
  line-height: 1.8;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 80;
  max-width: min(420px, calc(100vw - 36px));
  padding: 16px 22px;
  font-size: 16px;
  border: 1px solid var(--line);
  background: rgba(15, 16, 13, 0.94);
  color: var(--gold-soft);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.44);
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

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

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

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

  .site-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 108px;
    display: none;
    padding: 22px;
    border: 1px solid var(--line);
    background: rgba(6, 7, 6, 0.96);
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: grid;
    justify-content: stretch;
    gap: 0;
  }

  .site-nav a {
    padding: 19px 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(213, 168, 86, 0.12);
  }

  .site-nav a::after {
    display: none;
  }

  .menu-btn {
    display: grid;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-index,
  .hero-coordinates {
    display: none;
  }

  .hero-blueprint {
    min-height: 430px;
  }

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

  .value-card:nth-child(odd) {
    border-left: 0;
  }

  .craft-card,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .craft-media {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .craft-points,
  .craft-grid,
  .journal-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-logo {
    width: min(340px, 100%);
  }
}

@media (max-width: 720px) {
  .site-header {
    height: 76px;
    padding-inline: 20px;
  }

  .brand-lockup {
    width: 228px;
  }

  .nav-chip,
  .icon-btn.user {
    display: none;
  }

  .hero-section {
    padding-top: 118px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .hero-en {
    font-size: 24px;
  }

  .hero-blueprint {
    min-height: 300px;
  }

  .hero-blueprint span {
    display: none;
  }

  .value-grid,
  .series-grid,
  .craft-points,
  .craft-grid,
  .journal-grid,
  .timeline,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    width: min(300px, 100%);
    margin-bottom: 26px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .value-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .value-card:first-child {
    border-top: 0;
  }

  .section-head,
  .cta-card,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head {
    display: flex;
  }

  .timeline::before {
    display: none;
  }

  .time-node {
    padding-left: 0;
  }

  .journal-card {
    grid-template-columns: 1fr;
  }
}

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