@charset "UTF-8";

:root {
  --paper: #f3efe5;
  --paper-deep: #eae3d5;
  --paper-light: #faf8f2;
  --ink: #162b3c;
  --ink-soft: #40515c;
  --muted: #747a78;
  --line: rgba(22, 43, 60, 0.14);
  --blue: #2c61d6;
  --blue-deep: #204aa7;
  --mist: #a8c8de;
  --mist-light: #d7e5e9;
  --green: #668b78;
  --coral: #d57863;
  --white: #fffdf8;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 28px 80px rgba(31, 47, 57, 0.12);
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  content: "";
  opacity: 0.026;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-180%);
}

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

:focus-visible {
  outline: 3px solid rgba(44, 97, 214, 0.45);
  outline-offset: 4px;
}

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 20px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--ink);
  font-size: 12px;
  letter-spacing: 0.07em;
}

.announcement-dot {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: #8cd2ad;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(140, 210, 173, 0.1);
}

.announcement a {
  margin-left: 12px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(243, 239, 229, 0.86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(22, 43, 60, 0.04);
}

.nav-shell {
  display: flex;
  align-items: center;
  height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  color: var(--blue);
}

.brand-bird-mark {
  width: 50px;
  height: 42px;
  margin-left: -5px;
  object-fit: contain;
  filter: drop-shadow(0 4px 5px rgba(22, 43, 60, 0.12));
}

.brand-word {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.desktop-nav {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 14px;
}

.desktop-nav a,
.footer-links a {
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.footer-links a:hover {
  color: var(--blue);
}

.nav-cta {
  padding: 10px 17px;
  color: var(--white);
  background: var(--ink);
  border-radius: 99px;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  background: var(--blue);
  transform: translateY(-1px);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: 7%;
  right: -6%;
  z-index: -2;
  width: 58vw;
  height: 58vw;
  max-width: 820px;
  max-height: 820px;
  content: "";
  background: radial-gradient(circle, rgba(168, 200, 222, 0.52), rgba(168, 200, 222, 0.04) 66%, transparent 70%);
  border-radius: 50%;
}

.hero-wash {
  position: absolute;
  inset: auto auto -240px -160px;
  z-index: -1;
  width: 620px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(213, 120, 99, 0.1), transparent 67%);
  transform: rotate(-10deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
  align-items: center;
  gap: 52px;
  min-height: 680px;
  padding-block: 88px 84px;
}

.eyebrow {
  margin: 0 0 23px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.18em;
}

.eyebrow span {
  padding-right: 7px;
  color: var(--ink-soft);
  font-weight: 500;
}

.hero h1,
.section h2,
.join-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(55px, 6.1vw, 90px);
}

.hero h1 em,
.section h2 em,
.join-section h2 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 0;
  cursor: pointer;
  border-radius: 99px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

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

.button-large {
  min-height: 56px;
  padding: 0 24px;
  font-size: 15px;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(44, 97, 214, 0.2);
}

.button-primary:hover {
  background: var(--blue-deep);
  box-shadow: 0 16px 32px rgba(44, 97, 214, 0.26);
}

.text-link {
  color: var(--ink-soft);
  font-size: 13px;
  border-bottom: 1px solid rgba(22, 43, 60, 0.25);
}

.text-link:hover {
  color: var(--blue);
  border-color: var(--blue);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  padding: 0;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.trust-list li span {
  display: grid;
  width: 17px;
  height: 17px;
  color: var(--green);
  border: 1px solid rgba(102, 139, 120, 0.4);
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
}

.hero-art {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
}

.hero-bird {
  position: absolute;
  top: 14px;
  right: -28px;
  z-index: 5;
  width: 188px;
  height: 188px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(45, 59, 66, 0.13));
  animation: bird-float 5.6s ease-in-out infinite;
}

@keyframes bird-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(1deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(-1deg); }
}

.orbit {
  position: absolute;
  border: 1px solid rgba(44, 97, 214, 0.16);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 540px;
  height: 390px;
}

.orbit-two {
  width: 450px;
  height: 600px;
  transform: rotate(48deg);
}

.memory-card {
  position: relative;
  z-index: 2;
  width: 390px;
  min-height: 490px;
  padding: 30px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(22, 43, 60, 0.09);
  border-radius: 10px 26px 13px 22px;
  box-shadow: var(--shadow), 0 1px 0 #fff inset;
  transform: rotate(1.2deg);
}

.memory-card::before {
  position: absolute;
  inset: 8px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(22, 43, 60, 0.045);
  border-radius: 8px 21px 10px 17px;
}

.memory-topline,
.source-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.relation-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  color: var(--blue-deep);
  background: #e9effd;
  border-radius: 99px;
  font-size: 11px;
}

.lock-icon {
  position: relative;
  width: 8px;
  height: 7px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

.lock-icon::before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 5px;
  height: 6px;
  content: "";
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.card-number {
  color: #929894;
  font-family: ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
}

.ticket-sticker {
  position: relative;
  width: 142px;
  height: 80px;
  margin: 38px auto 29px;
  color: #326ab8;
  background: #bbd7e6;
  border: 1px solid rgba(44, 97, 214, 0.2);
  transform: rotate(-7deg);
  clip-path: polygon(0 7%, 4% 0, 14% 4%, 24% 0, 34% 4%, 44% 0, 54% 4%, 64% 0, 74% 4%, 84% 0, 94% 4%, 100% 0, 96% 16%, 100% 29%, 96% 42%, 100% 55%, 96% 68%, 100% 81%, 96% 100%, 85% 96%, 74% 100%, 62% 96%, 51% 100%, 40% 96%, 29% 100%, 18% 96%, 7% 100%, 0 94%, 4% 80%, 0 65%, 4% 50%, 0 35%, 4% 20%);
}

.ticket-sticker::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px dashed rgba(44, 97, 214, 0.35);
}

.ticket-code {
  position: absolute;
  top: 12px;
  left: 15px;
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.ticket-sticker svg {
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 92px;
}

.memory-meta {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.06em;
}

.memory-card blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}

.memory-audio {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 11px 13px;
  background: #eef3f5;
  border-radius: 8px;
}

.play-demo {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  color: white;
  background: var(--blue);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  place-items: center;
  font-size: 9px;
}

.play-demo span {
  margin-left: 2px;
}

.play-demo[aria-pressed="true"] span {
  margin: 0;
  font-size: 0;
}

.play-demo[aria-pressed="true"] span::before {
  content: "Ⅱ";
  font-size: 8px;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 24px;
}

.waveform i {
  display: block;
  width: 2px;
  height: 30%;
  background: #7892a0;
  border-radius: 99px;
}

.waveform i:nth-child(3n) { height: 70%; }
.waveform i:nth-child(4n) { height: 42%; }
.waveform i:nth-child(5n) { height: 88%; }

.memory-audio.is-playing .waveform i {
  animation: wave 0.72s ease-in-out infinite alternate;
}

.memory-audio.is-playing .waveform i:nth-child(2n) { animation-delay: -0.22s; }
.memory-audio.is-playing .waveform i:nth-child(3n) { animation-delay: -0.43s; }

@keyframes wave {
  from { transform: scaleY(0.55); }
  to { transform: scaleY(1.2); }
}

.audio-time {
  color: var(--muted);
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.source-line {
  margin-top: 20px;
  padding-top: 14px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
}

.source-line span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
}

.source-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
}

.floating-label {
  position: absolute;
  z-index: 3;
  padding: 7px 12px;
  color: var(--ink-soft);
  background: rgba(255, 253, 248, 0.87);
  border: 1px solid rgba(22, 43, 60, 0.1);
  border-radius: 99px;
  box-shadow: 0 8px 20px rgba(22, 43, 60, 0.07);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.label-one { top: 18%; left: 2%; transform: rotate(-7deg); }
.label-two { top: 33%; right: -1%; transform: rotate(5deg); }
.label-three { bottom: 22%; left: -1%; transform: rotate(-3deg); }

.art-caption {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 270px;
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 12px;
}

.quiet-strip {
  background: rgba(255, 253, 248, 0.7);
  border-block: 1px solid var(--line);
}

.strip-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 104px;
}

.strip-inner p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
}

.strip-inner p:last-child { text-align: right; }

.strip-inner > span {
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

.section {
  padding-block: 130px;
}

.statement-grid {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 74px;
}

.section-kicker {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 13px;
  color: var(--muted);
  font-size: 12px;
}

.section-kicker span {
  color: var(--blue);
  font-family: ui-monospace, monospace;
}

.section-kicker p { margin: 0; }

.statement-copy h2 {
  font-size: clamp(42px, 5.2vw, 68px);
}

.statement-lead {
  max-width: 745px;
  margin: 38px 0 70px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 2;
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
}

.truth-grid article {
  min-height: 230px;
  padding: 30px 30px 10px 0;
  border-right: 1px solid var(--line);
}

.truth-grid article + article { padding-left: 30px; }
.truth-grid article:last-child { border-right: 0; }

.truth-index {
  color: var(--blue);
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.truth-grid h3 {
  margin: 48px 0 12px;
  font-family: var(--serif);
  font-size: 23px;
}

.truth-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.process-section {
  background: var(--paper-light);
}

.section-heading.centered {
  max-width: 800px;
  margin: 0 auto 72px;
  text-align: center;
}

.section-heading h2,
.principles-heading h2 {
  font-size: clamp(40px, 5.2vw, 66px);
}

.section-heading > p:last-child,
.principles-heading > p:last-child {
  max-width: 640px;
  margin: 26px auto 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-rows: 300px auto;
  min-height: 520px;
  overflow: hidden;
  background: #ede9df;
  border: 1px solid rgba(22, 43, 60, 0.09);
  border-radius: var(--radius-md);
}

.process-card-featured {
  background: #dbe7e8;
}

.process-card-wide {
  grid-column: 1 / -1;
  grid-template-columns: 1.22fr 0.78fr;
  grid-template-rows: 1fr;
  min-height: 410px;
  background: #e6e0d3;
}

.process-number {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 43, 60, 0.12);
  border-radius: 50%;
  place-items: center;
  font-family: ui-monospace, monospace;
  font-size: 10px;
}

.process-card-copy {
  align-self: end;
  padding: 30px 34px 34px;
  background: rgba(255, 253, 248, 0.48);
  border-top: 1px solid rgba(22, 43, 60, 0.08);
}

.process-card-wide .process-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 0;
  border-left: 1px solid rgba(22, 43, 60, 0.08);
}

.process-card-copy h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 25px;
}

.process-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.capture-demo {
  align-self: end;
  justify-self: center;
  width: 70%;
  padding-top: 45px;
  text-align: center;
}

.capture-person {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: var(--muted);
  border-bottom: 1px solid rgba(22, 43, 60, 0.1);
  font-size: 10px;
}

.capture-person strong { color: var(--ink); font-size: 11px; }

.record-ring {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(44, 97, 214, 0.2);
  border-radius: 50%;
  place-items: center;
}

.record-ring::before,
.record-ring::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(44, 97, 214, 0.12);
  border-radius: 50%;
}

.record-ring::before { inset: -10px; }
.record-ring::after { inset: -19px; }

.record-ring span {
  width: 42px;
  height: 42px;
  background: var(--blue);
  border-radius: 50%;
}

.record-ring i {
  position: absolute;
  width: 7px;
  height: 7px;
  background: white;
  border-radius: 50%;
}

.capture-demo > p {
  margin: 16px 0 13px;
  font-size: 11px;
}

.capture-options {
  display: flex;
  justify-content: center;
  gap: 14px;
  color: var(--muted);
  font-size: 9px;
}

.organize-demo {
  align-self: center;
  justify-self: center;
  width: 72%;
  padding-top: 30px;
}

.organize-pill {
  display: inline-block;
  margin-bottom: 21px;
  padding: 6px 10px;
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 99px;
  font-size: 9px;
}

.organize-line {
  display: grid;
  grid-template-columns: auto 42px 1fr;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(22, 43, 60, 0.09);
  font-size: 10px;
}

.organize-line i {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
}

.organize-line span { color: var(--muted); }
.organize-line strong { font-family: var(--serif); font-size: 12px; }

.permission-demo {
  align-self: center;
  justify-self: center;
  width: 76%;
  padding-top: 34px;
}

.permission-person {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(44, 97, 214, 0.18);
  border-radius: 11px;
}

.permission-person.dim {
  opacity: 0.46;
  border-color: transparent;
}

.avatar {
  display: grid;
  width: 34px;
  height: 34px;
  color: white;
  border-radius: 50%;
  place-items: center;
  font-family: var(--serif);
  font-size: 12px;
}

.avatar-blue { background: #6d91bb; }
.avatar-green { background: #7e9d8c; }

.permission-person div { display: flex; flex-direction: column; }
.permission-person b { font-family: var(--serif); font-size: 12px; }
.permission-person small { color: var(--muted); font-size: 9px; }
.selected { display: grid; width: 18px; height: 18px; color: white; background: var(--blue); border-radius: 50%; place-items: center; font-size: 9px; }

.permission-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.permission-tags span {
  padding: 5px 9px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(22, 43, 60, 0.09);
  border-radius: 99px;
  font-size: 8px;
}

.preview-demo {
  align-self: center;
  justify-self: center;
  width: 74%;
  margin-top: 32px;
}

.preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 9px;
}

.preview-toolbar i {
  position: relative;
  width: 34px;
  height: 17px;
  background: var(--blue);
  border-radius: 99px;
}

.preview-toolbar i::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 11px;
  height: 11px;
  content: "";
  background: white;
  border-radius: 50%;
}

.preview-toolbar strong { color: var(--ink); font-weight: 600; }

.preview-wall {
  position: relative;
  height: 180px;
  background: rgba(255, 253, 248, 0.52);
  border: 1px solid rgba(22, 43, 60, 0.09);
  border-radius: 11px;
  box-shadow: 0 18px 35px rgba(22, 43, 60, 0.06);
}

.mini-sticker {
  position: absolute;
  display: grid;
  color: var(--ink-soft);
  place-items: center;
  font-family: var(--serif);
  font-size: 9px;
  box-shadow: 0 6px 12px rgba(22, 43, 60, 0.08);
}

.ticket-mini { top: 28px; left: 18%; width: 82px; height: 48px; background: #b9d4e2; transform: rotate(-7deg); }
.wave-mini { top: 75px; right: 17%; width: 64px; height: 64px; color: white; background: #5b86b3; border-radius: 44% 56% 58% 42%; transform: rotate(8deg); }
.letter-mini { bottom: 20px; left: 36%; width: 72px; height: 48px; background: #e6c7a6; transform: rotate(3deg); }

.preview-demo > p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.messenger-section {
  position: relative;
  overflow: hidden;
  background: #e6ebe5;
  border-top: 1px solid var(--line);
}

.messenger-section::before {
  position: absolute;
  top: -240px;
  right: -160px;
  width: 620px;
  height: 620px;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), transparent 68%);
  border-radius: 50%;
}

.messenger-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 90px;
  margin-bottom: 64px;
}

.messenger-heading h2 {
  font-size: clamp(42px, 5.2vw, 67px);
}

.messenger-intro {
  padding-bottom: 7px;
}

.messenger-intro > p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.95;
}

.messenger-intro > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.messenger-intro i {
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(102, 139, 120, 0.11);
}

.messenger-flock {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.messenger-card {
  position: relative;
  display: flex;
  min-height: 485px;
  padding: 25px 28px 30px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(22, 43, 60, 0.09);
  border-radius: var(--radius-md);
  isolation: isolate;
}

.messenger-card::before {
  position: absolute;
  top: -120px;
  left: 50%;
  z-index: -1;
  width: 410px;
  height: 410px;
  content: "";
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent 67%);
  border-radius: 50%;
  transform: translateX(-50%);
}

.messenger-record { background: #f0ebe1; }
.messenger-deliver { background: #d9e5eb; }
.messenger-return { background: #dde7df; }

.messenger-number {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-family: ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.messenger-card img {
  align-self: center;
  width: 275px;
  height: 275px;
  margin: 6px auto 2px;
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(40, 52, 58, 0.11));
  transition: transform 0.35s cubic-bezier(.22,.75,.26,1);
}

.messenger-card:hover img {
  transform: translateY(-7px) scale(1.025);
}

.messenger-card > div {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(22, 43, 60, 0.11);
}

.messenger-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 22px;
}

.messenger-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
}

.future-section {
  color: #f8f6ef;
  background: var(--ink);
  overflow: hidden;
}

.future-shell {
  position: relative;
}

.future-shell::before {
  position: absolute;
  top: -300px;
  left: -230px;
  width: 760px;
  height: 540px;
  content: "";
  background: radial-gradient(ellipse, rgba(71, 111, 169, 0.22), transparent 70%);
}

.eyebrow-light { color: #8cb1f2; }

.future-intro {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 70px;
}

.future-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -68px; }

.future-intro h2 {
  font-size: clamp(46px, 5.5vw, 72px);
}

.future-intro > p:last-child {
  margin: 0 0 8px;
  color: rgba(248, 246, 239, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.journey {
  position: relative;
}

.journey-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.journey-tabs button {
  position: relative;
  padding: 24px 8px;
  color: rgba(255, 255, 255, 0.42);
  background: none;
  border: 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 17px;
  transition: color 0.25s ease, background 0.25s ease;
}

.journey-tabs button span {
  margin-right: 8px;
  font-family: ui-monospace, monospace;
  font-size: 9px;
}

.journey-tabs button[aria-selected="true"] {
  color: white;
  background: rgba(255, 255, 255, 0.04);
}

.journey-tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 12%;
  bottom: -1px;
  left: 12%;
  height: 2px;
  content: "";
  background: #82aaf1;
}

.journey-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 510px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.journey-visual {
  position: relative;
  display: grid;
  min-height: 510px;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(circle at center, rgba(116, 163, 193, 0.13), transparent 57%);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.journey-visual::before,
.journey-visual::after {
  position: absolute;
  width: 670px;
  height: 120px;
  content: "";
  border: 1px solid rgba(128, 178, 207, 0.16);
  border-radius: 50%;
}

.journey-visual::before { bottom: 25px; left: -40px; }
.journey-visual::after { bottom: -30px; left: 70px; }

.gallery-wall {
  position: relative;
  width: 420px;
  height: 260px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.gallery-wall::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.09);
}

.gallery-sticker {
  position: absolute;
  display: grid;
  color: var(--ink);
  background: #d8d0b8;
  place-items: center;
  font-family: var(--serif);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.gs-one { top: 55px; left: 55px; width: 108px; height: 62px; color: #234467; background: #9fbed1; transform: rotate(-7deg); clip-path: polygon(0 6%, 7% 0, 15% 5%, 25% 0, 36% 5%, 46% 0, 57% 5%, 67% 0, 78% 5%, 89% 0, 100% 5%, 96% 50%, 100% 95%, 89% 100%, 77% 95%, 66% 100%, 54% 95%, 43% 100%, 32% 95%, 20% 100%, 9% 95%, 0 100%, 4% 50%); }
.gs-two { top: 45px; right: 66px; width: 74px; height: 74px; color: #fff; background: #ae8061; border-radius: 50% 37% 53% 44%; transform: rotate(11deg); }
.gs-three { bottom: 48px; left: 46%; width: 92px; height: 76px; background: #d8c49c; transform: rotate(4deg); }

.journey-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px;
}

.journey-overline {
  margin: 0 0 15px;
  color: #8cb1f2;
  font-size: 11px;
  letter-spacing: 0.18em;
}

.journey-copy h3 {
  margin: 0 0 21px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
}

.journey-copy > p:not(.journey-overline) {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.9;
}

.journey-copy ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  list-style: none;
}

.journey-copy li::before {
  margin-right: 9px;
  color: #8cb1f2;
  content: "—";
}

.journey-panel.is-changing .journey-visual,
.journey-panel.is-changing .journey-copy {
  opacity: 0.25;
  transform: translateY(6px);
}

.journey-visual,
.journey-copy {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.journey-visual[data-mode="speak"] .gallery-wall,
.journey-visual[data-mode="seek"] .gallery-wall,
.journey-visual[data-mode="do"] .gallery-wall,
.journey-visual[data-mode="live"] .gallery-wall {
  display: none;
}

.mode-visual {
  position: relative;
  z-index: 2;
  width: min(78%, 480px);
}

.echo-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.echo-card {
  min-height: 210px;
  padding: 20px;
  color: var(--ink);
  background: #eee8dc;
  border-radius: 6px 16px 8px 14px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.echo-card.blue { background: #b9d1dd; }
.echo-card small { color: #66727a; font-size: 9px; }
.echo-card p { margin: 55px 0 0; font-family: var(--serif); font-size: 14px; line-height: 1.6; }
.echo-link { color: #8cb1f2; font-size: 18px; }

.seek-visual {
  padding: 36px;
  color: var(--ink);
  background: #e6dfcf;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.seek-visual small { color: #7d7467; }
.seek-visual h4 { margin: 22px 0 26px; font-family: var(--serif); font-size: 21px; line-height: 1.6; }
.seek-choices { display: flex; gap: 8px; }
.seek-choices span { padding: 7px 10px; color: var(--ink-soft); background: rgba(255,255,255,.55); border-radius: 99px; font-size: 9px; }

.do-visual {
  padding: 34px;
  color: var(--ink);
  background: #d8e3dc;
  border-radius: 16px 7px 18px 8px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.do-visual small { color: var(--green); }
.do-visual blockquote { margin: 18px 0 28px; font-family: var(--serif); font-size: 20px; }
.do-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.do-options span { padding: 10px; background: rgba(255,255,255,.55); border-radius: 7px; font-size: 9px; }

.live-visual {
  position: relative;
  height: 300px;
}

.sun-disc {
  position: absolute;
  top: 0;
  right: 50px;
  width: 142px;
  height: 142px;
  background: radial-gradient(circle at 40% 40%, #f4d998, #c7a868);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(240, 204, 126, 0.22);
}

.life-card {
  position: absolute;
  bottom: 8px;
  left: 30px;
  width: 270px;
  padding: 24px;
  color: var(--ink);
  background: #f1ebdc;
  border-radius: 5px 15px 8px 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,.22);
  transform: rotate(-3deg);
}

.life-card small { color: var(--green); }
.life-card p { margin: 14px 0 0; font-family: var(--serif); font-size: 18px; }

.principles-section {
  background: var(--paper-light);
}

.principles-heading {
  max-width: 870px;
  margin: 0 auto 70px;
  text-align: center;
}

.boundary-card {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 26px 70px rgba(22, 43, 60, 0.07);
}

.boundary-column {
  padding: 45px 46px;
}

.boundary-label {
  margin: 0 0 36px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 17px;
}

.boundary-label span {
  display: inline-grid;
  width: 26px;
  height: 26px;
  margin-right: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-family: var(--sans);
  font-size: 12px;
}

.dont-column .boundary-label { color: var(--coral); }

.boundary-column ul {
  display: grid;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.boundary-column li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
}

.boundary-column strong {
  font-family: var(--serif);
  font-size: 15px;
}

.boundary-column li span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.boundary-divider {
  position: relative;
  display: grid;
  width: 1px;
  background: var(--line);
  place-items: center;
}

.boundary-divider span {
  padding: 11px 0;
  color: var(--muted);
  background: var(--white);
  font-size: 9px;
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
}

.principle-notes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.principle-notes div {
  padding: 25px;
  background: var(--paper-light);
}

.principle-notes span {
  color: var(--blue);
  font-family: var(--serif);
  font-size: 17px;
}

.principle-notes p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.facts-section {
  border-bottom: 1px solid var(--line);
}

.facts-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 110px;
}

.facts-title-wrap h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.resting-messenger {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 55px 0 0 -20px;
}

.resting-messenger img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 15px 14px rgba(40, 52, 58, 0.1));
}

.resting-messenger figcaption {
  margin-left: -13px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 12px;
  line-height: 1.8;
}

.facts-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.facts-list > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 25px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.facts-list dt {
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
}

.facts-list dd {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: 17px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.faq-intro {
  position: sticky;
  top: 115px;
  align-self: start;
}

.faq-intro h2 {
  font-size: clamp(40px, 4vw, 56px);
}

.faq-intro > p:not(.eyebrow) {
  margin: 24px 0 8px;
  color: var(--muted);
  font-size: 13px;
}

.faq-intro a {
  color: var(--blue);
  font-size: 13px;
  border-bottom: 1px solid rgba(44, 97, 214, 0.3);
}

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

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

.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

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

.accordion summary span {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(22, 43, 60, 0.25);
  border-radius: 50%;
}

.accordion summary span::before,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.accordion summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.accordion details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }

.answer {
  max-width: 680px;
  padding: 0 44px 27px 0;
}

.answer p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
}

.join-section {
  position: relative;
  overflow: hidden;
  padding-block: 125px;
  color: white;
  background: var(--blue);
}

.join-section::before {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 700px;
  height: 700px;
  content: "";
  background: radial-gradient(circle, rgba(255,255,255,.13), transparent 65%);
  border-radius: 50%;
}

.join-tide::before,
.join-tide::after {
  position: absolute;
  right: -10%;
  bottom: -190px;
  width: 1000px;
  height: 300px;
  content: "";
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.join-tide::after { right: 9%; bottom: -250px; }

.join-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 92px;
}

.join-copy h2 {
  font-size: clamp(42px, 5vw, 65px);
}

.join-copy h2 em { color: white; }

.join-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 30px 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
}

.join-meta {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
}

.join-meta span::before {
  margin-right: 8px;
  color: rgba(255,255,255,.8);
  content: "✓";
}

.join-form {
  padding: 38px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.97);
  border-radius: var(--radius-md);
  box-shadow: 0 30px 70px rgba(14, 39, 92, 0.23);
}

.join-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--ink-soft);
  font-size: 11px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.join-form input,
.join-form select,
.join-form textarea {
  width: 100%;
  color: var(--ink);
  background: #f4f1e9;
  border: 1px solid rgba(22, 43, 60, 0.1);
  border-radius: 9px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.join-form input,
.join-form select {
  height: 48px;
  padding: 0 13px;
}

.join-form textarea {
  min-height: 98px;
  padding: 12px 13px;
  resize: vertical;
}

.join-form input:focus,
.join-form select:focus,
.join-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(44, 97, 214, 0.1);
}

.join-form input::placeholder,
.join-form textarea::placeholder { color: #a6aaa5; }

.join-form .consent-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 9px;
  margin: 2px 0 20px;
  color: var(--muted);
  line-height: 1.6;
}

.consent-field input {
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--blue);
}

.button-light {
  width: 100%;
  color: white;
  background: var(--ink);
}

.button-light:hover { background: var(--blue-deep); }

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  text-align: center;
}

.site-footer {
  color: rgba(255,255,255,.7);
  background: #101f2b;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 72px;
}

.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--blue); }

.footer-brand p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.45);
  font-family: var(--serif);
  font-size: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: white;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.footer-links a { color: rgba(255,255,255,.48); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 19px;
  color: rgba(255,255,255,.32);
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 9px;
}

.footer-bottom p { margin: 0; }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.22,.75,.26,1);
}

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

@media (max-width: 1080px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 0.9fr 1.1fr; gap: 20px; }
  .memory-card { width: 350px; }
  .statement-grid { grid-template-columns: 140px 1fr; gap: 35px; }
  .journey-copy { padding: 40px; }
  .boundary-column { padding: 38px 32px; }
  .facts-grid, .faq-grid { gap: 60px; }
  .join-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .desktop-nav, .nav-cta { display: none; }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 12px;
    background: transparent;
    border: 0;
    cursor: pointer;
    place-content: center;
  }

  .menu-toggle span {
    display: block;
    width: 19px;
    height: 1px;
    margin: 3px 0;
    background: var(--ink);
    transition: transform .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .mobile-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 14px 24px 25px;
    background: rgba(243,239,229,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 35px rgba(22,43,60,.08);
  }

  .mobile-nav[hidden] { display: none; }
  .mobile-nav > a:not(.button) { padding: 12px 3px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-nav .button { margin-top: 18px; min-height: 48px; }

  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-copy { max-width: 680px; }
  .hero-art { min-height: 610px; }
  .hero-bird { right: 3%; }
  .hero::before { top: 38%; width: 100vw; height: 100vw; }

  .statement-grid { grid-template-columns: 1fr; }
  .section-kicker { padding: 0; }

  .messenger-heading { grid-template-columns: 1fr; gap: 28px; }
  .messenger-intro { max-width: 690px; }
  .messenger-flock { grid-template-columns: 1fr; }
  .messenger-card { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; min-height: 320px; }
  .messenger-card img { width: 240px; height: 240px; margin: 25px auto 0; }
  .messenger-card > div { margin: 0; padding: 20px 0 20px 25px; border-top: 0; border-left: 1px solid rgba(22,43,60,.11); }

  .future-intro { grid-template-columns: 1fr; gap: 28px; }
  .future-intro .eyebrow { grid-column: auto; margin-bottom: -5px; }
  .journey-panel { grid-template-columns: 1fr; }
  .journey-visual { min-height: 440px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }

  .boundary-column { padding: 36px 28px; }
  .boundary-column li { grid-template-columns: 1fr; gap: 4px; }

  .facts-grid, .faq-grid, .join-grid { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .join-copy { max-width: 690px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1180px); }
  .announcement { justify-content: flex-start; min-height: 42px; padding-inline: 16px; font-size: 10px; }
  .announcement a { margin-left: auto; white-space: nowrap; }
  .nav-shell { height: 64px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-bird-mark { width: 44px; height: 37px; margin-left: -4px; }
  .brand-word { font-size: 20px; }
  .mobile-nav { top: 64px; }

  .hero { min-height: auto; }
  .hero-grid { gap: 10px; padding-block: 58px 75px; }
  .hero h1 { font-size: clamp(48px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .desktop-only { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .button-large { min-height: 54px; }
  .trust-list { gap: 10px 13px; }
  .hero-art { min-height: 540px; margin-top: 30px; }
  .hero-bird { top: 0; right: -30px; width: 148px; height: 148px; }
  .memory-card { width: min(88vw, 354px); min-height: 470px; padding: 26px; }
  .memory-card blockquote { font-size: 19px; }
  .orbit-one { width: 110vw; height: 330px; }
  .orbit-two { width: 90vw; height: 500px; }
  .floating-label { font-size: 9px; }
  .label-one { left: 0; }
  .label-two { right: 0; }
  .label-three { left: 1%; }
  .art-caption { right: 4%; bottom: -12px; width: 240px; }

  .strip-inner { grid-template-columns: 1fr; gap: 11px; min-height: 128px; padding-block: 25px; }
  .strip-inner p { font-size: 14px; text-align: center !important; }
  .strip-inner > span { justify-self: center; }

  .section { padding-block: 90px; }
  .statement-grid { gap: 38px; }
  .section-kicker { gap: 12px; }
  .statement-copy h2, .section-heading h2, .principles-heading h2 { font-size: clamp(38px, 11vw, 52px); }
  .statement-lead { margin: 28px 0 48px; font-size: 17px; }
  .truth-grid { grid-template-columns: 1fr; }
  .truth-grid article, .truth-grid article + article { min-height: auto; padding: 24px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .truth-grid article:last-child { border-bottom: 0; }
  .truth-grid h3 { margin-top: 20px; }

  .section-heading.centered { margin-bottom: 48px; text-align: left; }
  .section-heading > p:last-child { margin-left: 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { grid-template-rows: 290px auto; min-height: 490px; }
  .process-card-wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 300px auto; }
  .process-card-wide .process-card-copy { border-top: 1px solid rgba(22,43,60,.08); border-left: 0; }
  .preview-demo { width: 78%; }
  .process-card-copy { padding: 27px; }

  .messenger-heading { margin-bottom: 44px; }
  .messenger-heading h2 { font-size: clamp(38px, 11vw, 52px); }
  .messenger-intro > p { font-size: 15px; }
  .messenger-card { display: flex; min-height: 430px; padding: 23px 24px 27px; }
  .messenger-card img { width: 235px; height: 235px; margin: 0 auto; }
  .messenger-card > div { margin-top: auto; padding: 20px 0 0; border-top: 1px solid rgba(22,43,60,.11); border-left: 0; }

  .future-intro { margin-bottom: 50px; }
  .future-intro h2 { font-size: clamp(42px, 12vw, 58px); }
  .journey-tabs { grid-template-columns: repeat(5, max-content); overflow-x: auto; justify-content: start; }
  .journey-tabs button { min-width: 84px; padding-inline: 12px; }
  .journey-tabs button span { display: block; margin: 0 0 4px; }
  .journey-visual { min-height: 350px; }
  .gallery-wall { width: 82%; height: 230px; }
  .gs-one { left: 9%; }
  .gs-two { right: 10%; }
  .journey-copy { padding: 35px 10px 45px; }
  .journey-copy h3 { font-size: 26px; }
  .mode-visual { width: 86%; }
  .echo-visual { gap: 8px; }
  .echo-card { min-height: 180px; padding: 14px; }
  .echo-card p { margin-top: 42px; font-size: 12px; }

  .principles-heading { text-align: left; }
  .principles-heading > p:last-child { margin-left: 0; }
  .boundary-card { grid-template-columns: 1fr; }
  .boundary-divider { width: 100%; height: 1px; }
  .boundary-divider span { padding: 0 11px; writing-mode: initial; }
  .boundary-column { padding: 32px 24px; }
  .principle-notes { grid-template-columns: 1fr 1fr; }

  .facts-grid, .faq-grid { gap: 48px; }
  .facts-title-wrap h2, .faq-intro h2 { font-size: 44px; }
  .resting-messenger { margin-top: 32px; }
  .resting-messenger img { width: 125px; height: 125px; }
  .facts-list > div { grid-template-columns: 82px 1fr; gap: 14px; }
  .facts-list dd { font-size: 15px; }
  .accordion summary { font-size: 16px; }

  .join-section { padding-block: 90px; }
  .join-grid { gap: 45px; }
  .join-copy h2 { font-size: clamp(39px, 11vw, 52px); }
  .join-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }

  .footer-main { grid-template-columns: 1fr; gap: 48px; padding-block: 55px; }
  .footer-links { gap: 14px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
