:root {
  --bg: #f4f5ee;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: #ffffff;
  --text: #12281f;
  --text-muted: #526157;
  --line: rgba(18, 40, 31, 0.12);
  --brand: #2d7a4c;
  --brand-deep: #1d5b38;
  --accent: #e8f3cb;
  --shadow: 0 24px 60px rgba(18, 40, 31, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(173, 215, 111, 0.28), transparent 28%),
    linear-gradient(180deg, #fbfcf7 0%, var(--bg) 100%);
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(251, 252, 247, 0.82);
  border-bottom: 1px solid rgba(18, 40, 31, 0.06);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-logo {
  width: 42px;
  height: 42px;
  box-shadow: 0 12px 28px rgba(45, 122, 76, 0.24);
  border-radius: 14px;
  flex: 0 0 auto;
}

.brand-wordmark {
  font-size: 1.05rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a.active {
  color: var(--text);
  font-weight: 700;
}

.nav-links .nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(45, 122, 76, 0.12);
  color: var(--brand-deep);
  font-weight: 700;
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 650;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  box-shadow: 0 18px 34px rgba(34, 95, 58, 0.22);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
}

.hero {
  padding: 68px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-media,
.section-card,
.info-card,
.step-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-copy {
  border-radius: 36px;
  padding: 42px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--brand);
}

.hero h1,
.section-title {
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(2.6rem, 5vw, 4.9rem);
}

.hero h1 span {
  color: var(--brand);
}

.hero p {
  margin: 0 0 28px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 41rem;
}

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

.hero-point {
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(232, 243, 203, 0.62);
  color: var(--text);
  font-size: 0.95rem;
}

.hero-point strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.hero-media {
  border-radius: 36px;
  overflow: hidden;
  min-height: 540px;
  position: relative;
}

.hero-photo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(221, 235, 190, 0.48), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(135deg, #173828 0%, #2c6f48 56%, #5f9770 100%);
}

.hero-photo--garden {
  background:
    radial-gradient(circle at top right, rgba(232, 243, 203, 0.2), transparent 26%),
    linear-gradient(140deg, rgba(6, 27, 18, 0.74), rgba(14, 52, 34, 0.22)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23214d36'/%3E%3Cstop offset='1' stop-color='%236a9a6d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='800' height='800' fill='url(%23g)'/%3E%3Cg opacity='.22' fill='%23f6f7ef'%3E%3Ccircle cx='130' cy='160' r='80'/%3E%3Ccircle cx='610' cy='110' r='70'/%3E%3Ccircle cx='510' cy='520' r='92'/%3E%3C/g%3E%3Cg opacity='.8'%3E%3Cpath d='M128 520c44-92 132-153 236-153 79 0 162 38 223 110-40 96-131 163-238 163-89 0-165-44-221-120z' fill='%239fd28c'/%3E%3Cpath d='M261 297c78 46 128 125 134 224-108-28-191-103-227-202 27-14 60-22 93-22z' fill='%236aa15f'/%3E%3Cpath d='M446 283c54 19 103 55 137 106-102 25-213 5-302-54 42-38 103-62 165-62z' fill='%23dce9b8'/%3E%3Cpath d='M204 604c40-56 94-100 165-123-12 86-62 163-134 214-34-17-61-50-31-91z' fill='%233a7d53'/%3E%3C/g%3E%3C/svg%3E") center / cover no-repeat;
}

.hero-badge {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hero-badge .pill,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 650;
}

.hero-panel {
  position: absolute;
  inset: auto 28px 28px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(10, 28, 20, 0.78);
  color: rgba(255, 255, 255, 0.92);
}

.hero-panel h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: -0.03em;
}

.hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.55;
}

.hero-media--phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(218, 238, 173, 0.26), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(145deg, #173828 0%, #234e35 56%, #4c7957 100%);
}

.hero-media--phone::before,
.hero-media--phone::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-media--phone::before {
  top: 58px;
  left: 26px;
  width: 96px;
  height: 96px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-media--phone::after {
  right: 26px;
  bottom: 164px;
  width: 132px;
  height: 132px;
  background: rgba(232, 243, 203, 0.08);
}

.hero-phone-shell,
.hero-panel--phone {
  position: relative;
  z-index: 1;
}

.hero-phone-shell {
  display: flex;
  justify-content: center;
}

.hero-phone {
  width: min(100%, 340px);
  padding: 12px;
  border-radius: 44px;
  background: linear-gradient(180deg, #203529 0%, #0d1912 100%);
  box-shadow:
    0 28px 60px rgba(7, 20, 14, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-phone-notch {
  width: 42%;
  height: 28px;
  margin: 0 auto 12px;
  border-radius: 0 0 18px 18px;
  background: #07110b;
}

.phone-screen {
  border-radius: 32px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(246, 249, 239, 0.96) 0%, rgba(233, 240, 223, 0.94) 100%);
  display: grid;
  gap: 14px;
}

.phone-screen-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pill--screen {
  background: rgba(29, 91, 56, 0.1);
  color: var(--brand-deep);
}

.phone-status {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-muted);
}

.vision-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 40, 31, 0.08);
  box-shadow: 0 16px 34px rgba(18, 40, 31, 0.1);
}

.vision-card-media {
  height: 150px;
}

.vision-card-media--current {
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.14), transparent 18%),
    linear-gradient(155deg, rgba(14, 39, 26, 0.88), rgba(37, 73, 49, 0.58)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 280'%3E%3Crect width='480' height='280' fill='%2373967a'/%3E%3Crect x='34' y='54' width='168' height='174' rx='18' fill='%239ba590'/%3E%3Crect x='214' y='40' width='210' height='92' rx='18' fill='%23858f7d'/%3E%3Crect x='228' y='146' width='182' height='82' rx='18' fill='%236a745f'/%3E%3Cpath d='M0 218c82-44 164-66 246-66 66 0 144 18 234 56v72H0z' fill='%2349624e'/%3E%3Cpath d='M160 0h26v280h-26z' fill='%23596454' opacity='.84'/%3E%3Cpath d='M316 0h18v280h-18z' fill='%23525d50' opacity='.72'/%3E%3C/svg%3E") center / cover no-repeat;
}

.vision-card-media--future {
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.24), transparent 16%),
    linear-gradient(155deg, rgba(13, 52, 35, 0.82), rgba(56, 120, 78, 0.28)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 280'%3E%3Crect width='480' height='280' fill='%2387b46f'/%3E%3Cpath d='M0 188c72-66 154-98 246-98 86 0 160 30 234 90v100H0z' fill='%235b8756'/%3E%3Cpath d='M44 170c44-88 104-132 180-132 38 0 80 10 126 30-18 46-58 88-116 126-82 54-136 80-190 108z' fill='%23d9e4b0' opacity='.88'/%3E%3Cpath d='M254 24c108 16 166 72 174 168-46 22-96 32-150 32-82 0-150-22-204-66 56-82 116-126 180-134z' fill='%236ba55d' opacity='.94'/%3E%3Cpath d='M162 142h154v70H162z' rx='16' fill='%23f6b726' opacity='.96'/%3E%3C/svg%3E") center / cover no-repeat;
}

.vision-card-body {
  padding: 16px 18px 18px;
}

.vision-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 10px;
  background: rgba(232, 243, 203, 0.82);
  color: var(--brand-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vision-card h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.vision-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.vision-arrow {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.vision-arrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(29, 91, 56, 0.32);
}

.vision-arrow span:last-child {
  background: rgba(29, 91, 56, 0.7);
}

.hero-panel--phone {
  position: static;
  inset: auto;
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(9, 27, 18, 0.72);
}

.section {
  padding: 24px 0 58px;
}

.section-card {
  border-radius: 32px;
  padding: 36px;
}

.section-title {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-lead {
  margin: 0 0 28px;
  max-width: 48rem;
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

.steps-grid,
.info-grid,
.feature-grid,
.link-grid,
.guide-grid {
  display: grid;
  gap: 18px;
}

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

.steps-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step-card,
.info-card {
  border-radius: 24px;
  padding: 24px;
}

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.step-card h3,
.info-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.step-card p,
.info-card p,
.bullet-list,
.info-note {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
  font-size: 0.97rem;
}

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

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

.bullet-list {
  padding-left: 18px;
}

.bullet-list li + li {
  margin-top: 10px;
}

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

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

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

.guide-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(18, 40, 31, 0.08);
}

.category-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(18, 40, 31, 0.08);
}

.category-card--active {
  outline: 2px solid rgba(45, 122, 76, 0.24);
}

.category-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.category-card h3 {
  margin: 14px 0 10px;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.category-card p {
  margin: 0 0 16px;
  color: var(--text-muted);
  line-height: 1.65;
}

.category-count {
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.guide-card--large h2,
.guide-card h3 {
  margin: 12px 0 12px;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.guide-card--large h2 {
  font-size: 1.45rem;
}

.guide-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.guide-card-category {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(232, 243, 203, 0.78);
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.guide-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  font-size: 0.94rem;
  color: var(--text-muted);
}

.guide-card-meta a,
.text-link {
  color: var(--brand-deep);
  font-weight: 700;
}

.section-heading-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
}

.section-card--soft {
  background: rgba(255, 255, 255, 0.72);
}

.cta-band {
  background:
    radial-gradient(circle at right top, rgba(232, 243, 203, 0.7), transparent 25%),
    rgba(255, 255, 255, 0.9);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.cta-links {
  display: grid;
  gap: 18px;
}

.section-title--compact {
  max-width: 14ch;
}

.hero-grid--download {
  grid-template-columns: 1.05fr 0.75fr;
}

.download-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  border-radius: 36px;
  display: grid;
  place-items: center;
  padding: 28px;
}

.download-card-inner {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.pill--soft {
  background: rgba(232, 243, 203, 0.88);
}

.qr-frame {
  width: min(100%, 280px);
  padding: 18px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 40, 31, 0.12);
}

.download-note {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.store-links {
  width: 100%;
  display: grid;
  gap: 10px;
}

.store-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  font-weight: 700;
}

.hero--compact {
  padding-bottom: 12px;
}

.section-title--medium {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

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

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.markdown-article,
.sidebar-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(18, 40, 31, 0.08);
}

.markdown-article {
  padding: 34px;
}

.markdown-article h2,
.markdown-article h3 {
  letter-spacing: -0.03em;
  color: var(--text);
}

.markdown-article h2 {
  margin-top: 2.4rem;
  margin-bottom: 0.9rem;
  font-size: 1.8rem;
}

.markdown-article h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}

.markdown-article p,
.markdown-article li {
  color: var(--text-muted);
  line-height: 1.78;
  font-size: 1rem;
}

.markdown-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.4rem 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.markdown-article th,
.markdown-article td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  color: var(--text-muted);
  vertical-align: top;
}

.markdown-article th {
  color: var(--text);
  background: rgba(232, 243, 203, 0.56);
}

.markdown-article blockquote {
  margin: 1.5rem 0;
  padding: 18px 20px;
  border-left: 4px solid var(--brand);
  background: rgba(232, 243, 203, 0.38);
  border-radius: 0 18px 18px 0;
}

.markdown-article ul,
.markdown-article ol {
  padding-left: 1.35rem;
}

.markdown-article a {
  color: var(--brand-deep);
  font-weight: 700;
}

.article-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.article-meta a {
  color: var(--brand-deep);
  font-weight: 700;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.breadcrumbs a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.breadcrumbs a:not(:last-child)::after {
  content: "/";
  color: rgba(18, 40, 31, 0.34);
}

.markdown-intro {
  margin-top: 20px;
  color: var(--text-muted);
  line-height: 1.72;
}

.markdown-intro p:last-child {
  margin-bottom: 0;
}

.content-sidebar {
  display: grid;
  gap: 18px;
}

.sidebar-card {
  padding: 22px;
}

.sidebar-card strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.sidebar-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.65;
}

.btn-stack {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sidebar-links {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.sidebar-links a {
  color: var(--brand-deep);
  font-weight: 650;
}

.article-cta {
  margin-top: 32px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(232, 243, 203, 0.54);
  border: 1px solid rgba(45, 122, 76, 0.12);
}

.article-cta h2 {
  margin-top: 0;
}

.article-cta p {
  margin: 0 0 18px;
}

.link-card {
  padding: 22px 22px 24px;
  border-radius: 22px;
  background: var(--surface-strong);
  border: 1px solid var(--line);
}

.link-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.link-card span {
  display: block;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: 0.94rem;
}

.link-card a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--brand-deep);
  font-weight: 650;
}

.footer {
  padding: 0 0 54px;
}

.footer-card {
  border-radius: 28px;
  padding: 24px 28px;
  background: rgba(18, 40, 31, 0.94);
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.footer-card small {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  margin-top: 6px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.reveal-item {
  --reveal-delay: 0ms;
}

html.motion-ready .reveal-item {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
  transition:
    opacity 420ms ease,
    transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform;
}

html.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.info-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

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

  html.motion-ready .reveal-item,
  html.motion-ready .reveal-item.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .steps-grid,
  .info-grid,
  .link-grid,
  .guide-grid,
  .category-grid,
  .cta-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 460px;
  }

  .hero-media--phone {
    min-height: 0;
  }

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

  .section-heading-row,
  .guide-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .topbar-inner,
  .footer-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
  }

  .brand {
    gap: 12px;
  }

  .brand-wordmark {
    font-size: 1rem;
  }

  .hero-copy,
  .hero-media,
  .section-card,
  .step-card,
  .info-card,
  .download-card,
  .markdown-article,
  .sidebar-card,
  .guide-card {
    border-radius: 24px;
  }

  .hero-copy,
  .section-card {
    padding: 26px;
  }

  .hero-media--phone {
    padding: 20px;
  }

  .hero-phone {
    width: 100%;
    max-width: 340px;
  }

  .markdown-article {
    padding: 26px;
  }
}
