:root {
  color-scheme: light;
  --ink: #111311;
  --muted: #626963;
  --paper: #fbfaf7;
  --white: #ffffff;
  --soft: #f0f3f1;
  --line: #d9ded8;
  --green: #2f6d55;
  --blue: #255c92;
  --amber: #9c6b2f;
  --teal: #287c78;
  --rose: #9d4c5f;
  --shadow: 0 24px 70px rgba(18, 25, 22, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", Avenir Next, Helvetica, system-ui, sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
}

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

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

a.text-link {
  color: var(--blue);
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(217, 222, 216, 0.8);
  background: rgba(251, 250, 247, 0.82);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.nav-links a {
  padding: 8px 10px;
  border-radius: 999px;
}

.nav-links a:hover {
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: 96px 0 54px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.96) 43%, rgba(251, 250, 247, 0.66) 72%, rgba(251, 250, 247, 0.24) 100%),
    var(--hero-image) right 8% bottom -26px / auto 690px no-repeat,
    var(--paper);
}

.hero.slim {
  min-height: 540px;
}

.hero.visual-hero {
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.98) 44%, rgba(245, 249, 246, 0.76) 66%, rgba(239, 246, 249, 0.26) 100%),
    var(--paper);
}

.hero.visual-hero::before {
  content: "";
  position: absolute;
  right: clamp(56px, 8vw, 150px);
  bottom: -168px;
  width: min(430px, 28vw);
  aspect-ratio: 1206 / 2622;
  border-radius: 34px;
  border: 1px solid rgba(17, 19, 17, 0.08);
  background: var(--hero-image) center top / cover no-repeat;
  box-shadow: 0 34px 88px rgba(18, 25, 22, 0.16);
  filter: saturate(1.18) contrast(1.14);
  opacity: 0.98;
  pointer-events: none;
}

.hero.visual-hero .hero-inner {
  position: relative;
  z-index: 2;
}

.hero.joinner-hero {
  min-height: 760px;
  background:
    linear-gradient(118deg, #f8fbff 0%, #fbfaf7 48%, #eef5ee 100%);
}

.hero.joinner-hero.slim {
  min-height: 560px;
}

.hero.joinner-detail-hero {
  min-height: 820px;
  background:
    linear-gradient(116deg, rgba(248, 251, 255, 0.96) 0%, rgba(251, 250, 247, 0.94) 52%, rgba(238, 245, 238, 0.96) 100%),
    repeating-linear-gradient(90deg, rgba(37, 92, 146, 0.08) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(47, 109, 85, 0.06) 0 1px, transparent 1px 72px),
    var(--paper);
}

.hero.joinner-detail-hero .hero-inner {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 56px;
}

.joinner-detail-hero h1 {
  font-size: 4rem;
}

.joinner-hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.joinner-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.joinner-visual::before {
  content: "";
  position: absolute;
  width: min(440px, 90%);
  height: min(440px, 90%);
  border: 1px solid rgba(37, 92, 146, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(90deg, rgba(37, 92, 146, 0.06) 0 1px, transparent 1px 42px);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  z-index: -2;
}

.joinner-visual::after {
  content: "";
  position: absolute;
  width: min(320px, 70%);
  height: 120px;
  border-radius: 999px;
  background: rgba(47, 109, 85, 0.12);
  filter: blur(42px);
  transform: translateY(118px);
  z-index: -3;
}

.joinner-detail-hero .joinner-visual {
  min-height: 540px;
}

.joinner-detail-hero .joinner-visual::before {
  width: min(500px, 92%);
  height: min(500px, 92%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58)),
    repeating-linear-gradient(135deg, rgba(37, 92, 146, 0.08) 0 1px, transparent 1px 22px);
  transform: rotate(-3deg);
}

.joinner-detail-hero .joinner-visual::after {
  display: none;
}

.joinner-icon-large {
  width: 220px;
  height: 220px;
  border-radius: 48px;
  box-shadow: 0 28px 80px rgba(13, 26, 50, 0.24);
}

.joinner-showcase {
  padding: 28px;
}

.joinner-filmstrip {
  position: absolute;
  left: 0;
  top: 70px;
  width: 218px;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(17, 19, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 56px rgba(13, 26, 50, 0.14);
  transform: rotate(-5deg);
  z-index: 1;
}

.joinner-clip {
  position: relative;
  min-height: 72px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 17, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #d9e8ff 0%, #eef7f1 100%);
}

.joinner-clip::before {
  content: "";
  position: absolute;
  inset: 9px 10px 18px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(90deg, rgba(17, 19, 17, 0.12) 0 1px, transparent 1px 16px);
}

.joinner-clip:nth-child(2) {
  background:
    linear-gradient(135deg, #f4e6c6 0%, #e5f1ff 100%);
}

.joinner-clip:nth-child(3) {
  background:
    linear-gradient(135deg, #d9f0e3 0%, #fff2d7 100%);
}

.joinner-clip span {
  position: absolute;
  left: 10px;
  bottom: 7px;
  color: rgba(17, 19, 17, 0.66);
  font-size: 0.72rem;
  font-weight: 900;
}

.joinner-result-card {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 244px;
  padding: 18px 20px;
  border: 1px solid rgba(17, 19, 17, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px rgba(13, 26, 50, 0.16);
  z-index: 2;
}

.joinner-result-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.joinner-result-card strong {
  display: block;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.28;
}

.clip-stack {
  position: absolute;
  left: 8%;
  top: 22%;
  display: grid;
  gap: 12px;
}

.clip-stack span {
  width: 150px;
  height: 70px;
  border: 1px solid rgba(17, 19, 17, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(13, 26, 50, 0.1);
}

.clip-stack span:nth-child(1) {
  transform: translateX(18px) rotate(-4deg);
}

.clip-stack span:nth-child(2) {
  background: #ecf3ff;
}

.clip-stack span:nth-child(3) {
  transform: translateX(28px) rotate(3deg);
  background: #eef7f1;
}

.output-pill {
  position: absolute;
  right: 4%;
  bottom: 18%;
  max-width: 260px;
  padding: 12px 16px;
  border: 1px solid rgba(17, 19, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--blue);
  font-weight: 880;
  box-shadow: 0 18px 44px rgba(13, 26, 50, 0.12);
}

.hero-inner,
.section-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-copy {
  max-width: 780px;
  min-width: 0;
}

.narrator-hero .hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 790px;
  font-size: 5rem;
  font-weight: 900;
}

h2 {
  font-size: 4.2rem;
  font-weight: 900;
}

h3 {
  font-size: 1.16rem;
}

.lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #3d433e;
  font-size: 1.18rem;
  font-weight: 650;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-weight: 850;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.button.primary {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.button:hover {
  border-color: rgba(17, 19, 17, 0.34);
  box-shadow: 0 12px 28px rgba(18, 25, 22, 0.1);
  transform: translateY(-1px);
}

.section.dark .button {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.section.dark .button.primary {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.status-note {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(47, 109, 85, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 820;
  white-space: normal;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 660px;
  margin-top: 14px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(17, 19, 17, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #444b45;
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.hero-metrics strong {
  margin-right: 6px;
  color: var(--teal);
  font-weight: 920;
}

body.home-page {
  background: #fff;
}

.home-page .site-header {
  border-bottom-color: rgba(17, 19, 17, 0.1);
  background: rgba(255, 255, 255, 0.84);
}

.home-hero {
  min-height: 804px;
  padding: 104px 0 0;
  border-bottom: 1px solid rgba(17, 19, 17, 0.12);
  background: #fff;
}

.home-hero .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.62fr);
  gap: clamp(42px, 7vw, 98px);
  align-items: center;
}

.home-hero .hero-copy {
  max-width: 790px;
}

.home-hero h1 {
  max-width: 820px;
  font-size: clamp(4.1rem, 6vw, 5.55rem);
  line-height: 1.06;
}

.home-hero .lead {
  max-width: 650px;
  margin-top: 28px;
  color: #343a36;
  font-size: 1.16rem;
  line-height: 1.82;
}

.hero-proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 740;
}

.hero-proof-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding-right: 14px;
}

.hero-proof-line span::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid var(--teal);
  border-radius: 50%;
}

.hero-phone {
  margin: 0;
  align-self: end;
  justify-self: end;
  width: min(430px, 100%);
}

.device-shell {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(17, 19, 17, 0.16);
  border-radius: 42px 42px 0 0;
  background: linear-gradient(180deg, #f9fbfb 0%, #f1f4f3 100%);
  box-shadow: 0 34px 82px rgba(18, 25, 22, 0.15);
  overflow: hidden;
}

.device-shell img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  border-radius: 31px 31px 0 0;
  max-height: 780px;
  object-fit: cover;
  object-position: top center;
}

.hero-phone figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
  text-align: center;
}

.home-page .section {
  background: #fff;
}

.home-page .section.alt {
  background: #f7f9f8;
}

.reason-list,
.process-line,
.trust-band,
.focused-apps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 19, 17, 0.14);
  border-bottom: 1px solid rgba(17, 19, 17, 0.14);
}

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

.reason-list article,
.process-line article,
.trust-band article,
.focused-apps article {
  min-width: 0;
  padding: 30px 28px;
  border-left: 1px solid rgba(17, 19, 17, 0.12);
}

.reason-list article:first-child,
.process-line article:first-child,
.trust-band article:first-child,
.focused-apps article:first-child {
  border-left: 0;
}

.reason-list span,
.process-line span,
.trust-band span,
.focused-apps span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 920;
  letter-spacing: 0.02em;
}

.process-line span {
  color: var(--amber);
}

.reason-list h3,
.process-line h3,
.trust-band h3,
.focused-apps h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.reason-list p,
.process-line p,
.trust-band p,
.focused-apps p {
  margin: 0;
  color: var(--muted);
}

.focused-apps .text-link {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 850;
}

.joinner-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.joinner-hero-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(47, 109, 85, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--green);
  font-size: 0.84rem;
  font-weight: 850;
}

.section {
  scroll-margin-top: 80px;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.section.alt {
  background: var(--soft);
}

.section.dark {
  background: var(--ink);
  color: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head > *,
.grid > *,
.screen-grid > *,
.steps > * {
  min-width: 0;
}

.section-head p,
.muted,
.card p,
.step p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.section.dark .section-head p,
.section.dark .muted {
  color: rgba(255, 255, 255, 0.68);
}

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

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

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

.card,
.step,
.quote {
  position: relative;
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(18, 25, 22, 0.06);
}

.card h3,
.step h3 {
  margin-bottom: 10px;
}

.mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue);
  font-weight: 900;
}

.flow-grid {
  position: relative;
}

.flow-grid::before {
  content: "";
  position: absolute;
  top: 44px;
  right: 8%;
  left: 8%;
  border-top: 1px solid rgba(40, 124, 120, 0.28);
  pointer-events: none;
}

.flow-card {
  min-height: 240px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 249, 0.94));
}

.flow-card .mark {
  position: relative;
  z-index: 1;
  width: auto;
  min-width: 54px;
  padding: 0 14px;
  border: 1px solid rgba(40, 124, 120, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
}

.app-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.app-kicker {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
  align-items: start;
}

.section.showcase {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
}

.screen-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4.5vw, 64px);
  align-items: start;
}

.screen-journey .phone {
  padding: 10px;
  border-color: rgba(17, 19, 17, 0.12);
  border-radius: 32px;
  background:
    linear-gradient(145deg, #ffffff 0%, #f7f9f8 100%);
}

.screen-journey .phone.is-raised {
  transform: translateY(-24px);
}

.screen-journey .phone img {
  border-radius: 18px;
  background: #fff;
}

.phone figcaption {
  padding: 18px 6px 4px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 880;
  line-height: 1.45;
}

.phone figcaption strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 0.8rem;
}

.screen-journey .phone.is-raised figcaption strong {
  background: var(--amber);
}

.phone figcaption span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.screen-stack {
  display: grid;
  gap: 18px;
}

.phone {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 17, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.phone img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  object-fit: contain;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.step {
  min-height: 188px;
  border: 0;
  border-radius: 0;
}

.step span {
  display: block;
  margin-bottom: 24px;
  color: var(--amber);
  font-size: 0.84rem;
  font-weight: 900;
}

.purpose-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.purpose-table th,
.purpose-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.purpose-table th {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.purpose-table tr:last-child th,
.purpose-table tr:last-child td {
  border-bottom: 0;
}

.quote {
  display: grid;
  gap: 16px;
  min-height: auto;
  background: var(--soft);
}

.quote p {
  margin: 0;
}

.joinner-scene-card {
  min-height: 264px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
}

.joinner-scene-card .app-kicker {
  display: block;
  margin-bottom: 26px;
}

.joinner-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

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

.joinner-proof {
  min-height: 198px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.joinner-proof span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
}

.joinner-proof h3 {
  margin-bottom: 10px;
}

.joinner-proof p {
  margin: 0;
  color: var(--muted);
}

.joinner-quote {
  min-height: 176px;
  align-content: center;
  background: var(--white);
  font-size: 1.04rem;
  font-weight: 720;
  line-height: 1.72;
  position: relative;
  overflow: hidden;
}

.joinner-quote::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue), var(--green));
}

.joinner-final-cta {
  background:
    linear-gradient(115deg, #111311 0%, #18241e 58%, #1c2d3e 100%);
}

.home-page .section.dark {
  border-top: 0;
  background:
    linear-gradient(145deg, #101211 0%, #171c1b 54%, #111924 100%);
}

.home-page .section.dark .section-inner {
  text-align: center;
}

.home-page .section.dark .section-head {
  display: block;
  max-width: 860px;
  margin: 0 auto 28px;
}

.home-page .section.dark h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
}

.home-page .section.dark .actions {
  justify-content: center;
}

.footer {
  padding: 28px 0;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
}

.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 900px) {
  .nav,
  .hero-inner,
  .section-inner,
  .footer-inner {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 760px;
    align-items: end;
    padding: 92px 0 38px;
    background:
      linear-gradient(0deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 0.98) 42%, rgba(251, 250, 247, 0.12) 66%, rgba(251, 250, 247, 0) 100%),
      var(--hero-image) center 70px / auto 430px no-repeat,
      var(--paper);
  }

  .home-hero {
    min-height: auto;
    align-items: start;
    padding: 88px 0 42px;
    background: #fff;
  }

  .home-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .home-hero .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .home-hero h1 {
    font-size: 2.42rem;
    line-height: 1.1;
  }

  html[lang="en"] .home-hero h1 {
    font-size: 2.18rem;
  }

  .home-hero .lead {
    font-size: 1rem;
    line-height: 1.76;
  }

  .home-hero .lead br {
    display: none;
  }

  .home-hero .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero .button {
    width: 100%;
  }

  .hero-proof-line {
    gap: 4px 10px;
  }

  .hero-proof-line span {
    min-height: 28px;
    padding-right: 0;
    font-size: 0.78rem;
  }

  .hero-phone {
    justify-self: center;
    width: min(322px, 88vw);
  }

  .device-shell {
    padding: 8px;
    border-radius: 36px 36px 0 0;
  }

  .device-shell img {
    border-radius: 27px 27px 0 0;
    max-height: 420px;
  }

  .hero.visual-hero {
    min-height: 820px;
    background: var(--paper);
  }

  .hero.visual-hero::before {
    top: 86px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(330px, 82vw);
    border-radius: 30px;
    box-shadow: 0 24px 58px rgba(18, 25, 22, 0.16);
    filter: saturate(1.24) contrast(1.18);
    opacity: 1;
    transform: translateX(-50%);
  }

  .hero.visual-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 386px 0 0;
    background: linear-gradient(0deg, rgba(251, 250, 247, 1) 0%, rgba(251, 250, 247, 1) 82%, rgba(251, 250, 247, 0.98) 100%);
    pointer-events: none;
  }

  .hero.joinner-hero,
  .hero.joinner-hero.slim {
    min-height: auto;
    align-items: center;
    padding: 96px 0 48px;
    background: linear-gradient(150deg, #f8fbff 0%, #fbfaf7 58%, #eef5ee 100%);
  }

  .joinner-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero.joinner-detail-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero-copy {
    padding-top: 348px;
  }

  .hero.slim .hero-copy {
    width: min(100%, 330px);
    max-width: 330px;
  }

  .hero.slim h1,
  .hero.slim .lead {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .hero.visual-hero .hero-copy {
    padding-top: 372px;
  }

  html[lang="en"] .hero.visual-hero .hero-copy {
    padding-top: 326px;
  }

  .hero-metrics {
    gap: 6px;
    max-width: 100%;
    margin-top: 12px;
  }

  .hero-metrics span {
    min-height: 30px;
    padding: 6px 9px;
    font-size: 0.72rem;
  }

  .narrator-hero .hero-copy {
    width: min(100%, 360px);
    max-width: min(100%, 360px);
  }

  .joinner-hero .hero-copy {
    padding-top: 0;
    min-width: 0;
  }

  .joinner-detail-hero .actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .joinner-detail-hero .lead {
    width: min(100%, 330px);
    max-width: 330px;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .joinner-visual {
    min-height: 310px;
  }

  .joinner-detail-hero .joinner-visual {
    min-height: 340px;
  }

  .joinner-icon-large {
    width: 150px;
    height: 150px;
    border-radius: 34px;
  }

  .clip-stack {
    left: 0;
    top: 20%;
  }

  .clip-stack span {
    width: 108px;
    height: 52px;
  }

  .output-pill {
    right: 0;
    bottom: 12%;
    max-width: 210px;
    font-size: 0.86rem;
  }

  .joinner-filmstrip {
    left: 0;
    top: 48px;
    width: 156px;
    gap: 7px;
    padding: 10px;
  }

  .joinner-clip {
    min-height: 50px;
  }

  .joinner-clip span {
    font-size: 0.66rem;
  }

  .joinner-result-card {
    right: 0;
    bottom: 38px;
    width: 188px;
    padding: 14px 15px;
  }

  .joinner-hero-notes span {
    min-height: 32px;
    font-size: 0.8rem;
  }

  .joinner-detail-hero .joinner-hero-notes {
    flex-direction: column;
    align-items: flex-start;
  }

  h1 {
    max-width: 100%;
    font-size: 1.58rem;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .joinner-detail-hero h1 {
    font-size: 1.85rem;
  }

  h2 {
    max-width: 100%;
    font-size: 1.78rem;
    line-height: 1.12;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .lead {
    max-width: 100%;
    font-size: 1rem;
    font-weight: 620;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .section {
    padding: 66px 0;
  }

  .section-head,
  .screen-grid {
    grid-template-columns: 1fr;
  }

  .screen-grid {
    display: block;
  }

  .screen-stack {
    margin-top: 18px;
  }

  .grid,
  .grid.two,
  .grid.four,
  .screen-journey,
  .steps {
    grid-template-columns: 1fr;
  }

  .reason-list,
  .process-line,
  .trust-band,
  .focused-apps {
    grid-template-columns: 1fr;
  }

  .reason-list article,
  .process-line article,
  .trust-band article,
  .focused-apps article {
    padding: 24px 0;
    border-top: 1px solid rgba(17, 19, 17, 0.12);
    border-left: 0;
  }

  .reason-list article:first-child,
  .process-line article:first-child,
  .trust-band article:first-child,
  .focused-apps article:first-child {
    border-top: 0;
  }

  .flow-grid::before {
    display: none;
  }

  .flow-card {
    min-height: auto;
  }

  .screen-journey {
    gap: 14px;
  }

  .screen-journey .phone,
  .screen-journey .phone.is-raised {
    transform: none;
  }

  .screen-journey .phone img {
    max-height: 660px;
    object-fit: cover;
    object-position: top center;
  }

  .joinner-split,
  .joinner-proof-grid {
    grid-template-columns: 1fr;
  }

  .joinner-scene-card,
  .joinner-proof,
  .joinner-quote {
    min-height: auto;
  }

  .phone.featured {
    max-height: none;
  }
}
