* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
  --bg: #eef5e7;
  --bg-deep: #d7e8c9;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --surface-dark: #1f3528;
  --text: #172015;
  --muted: #4d5d49;
  --line: rgba(65, 101, 48, 0.14);
  --accent: #76b338;
  --accent-strong: #4f8d18;
  --shadow-soft: 0 18px 45px rgba(30, 48, 25, 0.09);
  --shadow-strong: 0 30px 70px rgba(30, 48, 25, 0.16);
  --radius-large: 34px;
  --radius-medium: 24px;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(118, 179, 56, 0.22), transparent 24%),
    radial-gradient(circle at 85% 14%, rgba(99, 156, 38, 0.18), transparent 22%),
    radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.84), transparent 34%),
    linear-gradient(180deg, #f8fbf3 0%, var(--bg) 46%, var(--bg-deep) 100%);
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  line-height: 1.6;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: auto;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

body::before {
  width: 38vw;
  height: 38vw;
  top: -12vw;
  right: -8vw;
  background: radial-gradient(circle, rgba(118, 179, 56, 0.22) 0%, rgba(118, 179, 56, 0) 68%);
}

body::after {
  width: 26vw;
  height: 26vw;
  left: -10vw;
  bottom: 8vh;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
}

a {
  color: #48751c;
}

img {
  max-width: 100%;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0;
  border-radius: 0 !important;
  background: rgba(248, 251, 243, 0.88);
  border-bottom: 1px solid rgba(65, 101, 48, 0.10);
  backdrop-filter: blur(18px);
}

.topbar,
.topbar-inner,
.topbar .brand-lockup,
.topbar .brand-mark-shell,
.topbar .brand-mark-image {
  border-radius: 0 !important;
}

.topbar-inner,
.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--text);
}

.brand-mark-shell {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(34, 66, 18, 0.16);
  overflow: hidden;
}

.brand-mark-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand-text {
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-lockup-copy {
  display: grid;
  gap: 3px;
}

.brand-overline {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.topnav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.96rem;
}

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

.page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px 88px;
}

.page-shell-home {
  padding-top: 52px;
}

.page-shell-legal {
  max-width: 920px;
}

.hero-editorial,
.workflow-editorial,
.feature-editorial,
.support-editorial {
  position: relative;
}

.hero-editorial,
.feature-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 44px;
  align-items: start;
}

.hero-copy-editorial {
  overflow: visible;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.summary-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(65, 101, 48, 0.14);
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
}

.summary-rail span {
  position: relative;
}

.summary-rail span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(79, 141, 24, 0.34);
  transform: translateY(-50%);
}

.hero-lineup {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.hero-lineup-item {
  display: grid;
  gap: 6px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(65, 101, 48, 0.12);
}

.hero-lineup-item strong {
  font-size: 1rem;
  line-height: 1.4;
}

.hero-visual-ribbon {
  position: relative;
  padding: 0;
}

.hero-ribbon-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 190px;
  gap: 18px;
  align-items: stretch;
}

.hero-ribbon-primary,
.hero-ribbon-secondary {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.48);
}

.hero-ribbon-primary {
  min-height: 620px;
}

.hero-ribbon-secondary {
  min-height: 301px;
}

.hero-ribbon-primary::after,
.hero-ribbon-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 10, 0.05) 18%, rgba(8, 14, 10, 0.66) 100%);
}

.hero-ribbon-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-ribbon-caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
  display: grid;
  gap: 4px;
  color: white;
}

.hero-ribbon-caption strong {
  font-size: 1.85rem;
  line-height: 1;
}

.hero-ribbon-caption span:last-child {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
}

.hero-ribbon-caption-compact strong {
  font-size: 1rem;
  line-height: 1.25;
}

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

.hero-note-strip {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(65, 101, 48, 0.14);
}

.hero-note-strip p {
  margin: 0;
  color: var(--muted);
}

.section-heading-editorial {
  padding-top: 32px;
  border-top: 1px solid rgba(65, 101, 48, 0.14);
}

.workflow-editorial,
.feature-editorial,
.support-editorial {
  margin-top: 52px;
}

.workflow-list {
  margin-top: 26px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(65, 101, 48, 0.12);
}

.workflow-step:last-child {
  border-bottom: 1px solid rgba(65, 101, 48, 0.12);
}

.workflow-step-copy h3 {
  margin: 0 0 8px;
  font-size: 1.34rem;
  line-height: 1.15;
}

.workflow-step-copy p {
  margin: 0;
  color: var(--muted);
}

.feature-editorial-intro {
  padding-top: 32px;
  border-top: 1px solid rgba(65, 101, 48, 0.14);
}

.activity-editorial-list {
  display: grid;
  gap: 28px;
}

.activity-row {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 0 0 28px;
  border-bottom: 1px solid rgba(65, 101, 48, 0.12);
}

.activity-row:first-child {
  padding-top: 32px;
}

.activity-row-reverse {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 0.86fr);
}

.activity-row-reverse .activity-copy {
  order: 2;
}

.activity-row-reverse .activity-image {
  order: 1;
}

.activity-copy h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.activity-copy p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.activity-image {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 24px 48px rgba(30, 48, 25, 0.12);
}

.support-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.support-link {
  display: grid;
  gap: 8px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(65, 101, 48, 0.12);
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}

.support-link:hover {
  color: var(--accent-strong);
  transform: translateY(-1px);
}

.support-link-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.support-link-title {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.15;
}

.support-link-copy {
  color: var(--muted);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.section-panel {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero-copy {
  padding: 38px;
  background:
    radial-gradient(circle at top right, rgba(118, 179, 56, 0.16), transparent 25%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 251, 243, 0.74) 100%);
}

.hero-copy h1,
.legal-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.hero-copy h1 span {
  display: inline-block;
  color: var(--accent-strong);
}

.eyebrow,
.mini-label,
.link-kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow,
.mini-label {
  color: var(--accent-strong);
}

.lead {
  color: var(--muted);
  font-size: 1.07rem;
}

.lead-large {
  max-width: 38rem;
  margin: 18px 0 0;
  font-size: 1.15rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease;
}

.button:hover,
.link-card:hover,
.workflow-card:hover,
.feature-card:hover,
.feature-spotlight:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #6ca92f, #8bc750);
  box-shadow: 0 16px 30px rgba(102, 154, 46, 0.28);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(65, 101, 48, 0.12);
}

.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

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

.hero-summary-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(65, 101, 48, 0.08);
  box-shadow: 0 12px 28px rgba(30, 48, 25, 0.06);
}

.hero-summary-card strong {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.35;
}

.hero-summary-kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.metric-chip,
.mock-chip,
.stage-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.metric-chip {
  background: rgba(118, 179, 56, 0.12);
  border: 1px solid rgba(118, 179, 56, 0.14);
  color: #34511e;
}

.hero-stage {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(34, 58, 43, 0.96) 0%, rgba(23, 39, 30, 0.98) 100%);
  box-shadow: var(--shadow-strong);
}

.hero-sun {
  position: absolute;
  width: 320px;
  height: 320px;
  right: -48px;
  top: -36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164, 230, 95, 0.9) 0%, rgba(164, 230, 95, 0.18) 40%, rgba(164, 230, 95, 0) 72%);
  filter: blur(10px);
}

.hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 100%);
}

.logo-float-card,
.stage-card {
  position: absolute;
  border-radius: 28px;
  backdrop-filter: blur(16px);
}

.logo-float-card {
  top: 36px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: floatCard 8s ease-in-out infinite;
}

.logo-float-image {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: contain;
}

.logo-float-copy {
  display: grid;
  gap: 2px;
  color: white;
}

.logo-float-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.stage-card {
  color: white;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.hero-stage-gallery {
  position: absolute;
  inset: 118px 28px 118px 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 176px;
  gap: 16px;
}

.stage-primary {
  position: relative;
  min-height: 100%;
  padding: 0;
  animation: driftCard 10s ease-in-out infinite;
}

.stage-media-card::after,
.stage-thumb-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 10, 0.06) 18%, rgba(8, 14, 10, 0.76) 100%);
  pointer-events: none;
}

.stage-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-media-overlay {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 22px 18px;
}

.stage-primary h2 {
  margin: 12px 0 18px;
  font-size: 2rem;
  line-height: 1;
}

.stage-side-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

.stage-thumb-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.stage-thumb-card-soft {
  animation: floatCard 9s ease-in-out infinite reverse;
}

.stage-thumb-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-thumb-copy {
  position: absolute;
  inset: auto 16px 16px 16px;
  z-index: 1;
}

.stage-thumb-copy strong {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.2;
}

.stage-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stage-row:first-of-type {
  border-top: 0;
}

.stage-row span {
  color: rgba(255, 255, 255, 0.76);
}

.stage-row strong {
  font-size: 1rem;
}

.stage-accent {
  color: #b5f174;
}

.stage-row-muted strong {
  color: rgba(255, 255, 255, 0.88);
}

.stage-secondary {
  left: 34px;
  bottom: 34px;
  width: min(48%, 280px);
  padding: 18px 20px;
  animation: floatCard 9s ease-in-out infinite reverse;
  z-index: 2;
}

.stage-secondary p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.constellation {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
}

.constellation-one {
  width: 6px;
  height: 6px;
  right: 88px;
  bottom: 188px;
}

.constellation-two {
  width: 4px;
  height: 4px;
  left: 160px;
  top: 168px;
}

.section-panel {
  margin-top: 28px;
  padding: 30px;
}

.section-panel-strong {
  background:
    radial-gradient(circle at top right, rgba(118, 179, 56, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(248, 251, 243, 0.78) 100%);
}

.section-heading h2,
.feature-spotlight h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.workflow-grid,
.link-grid {
  display: grid;
  gap: 16px;
  margin-top: 20px;
}

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

.workflow-card,
.feature-card,
.link-card,
.feature-spotlight {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.workflow-card,
.feature-card,
.link-card {
  padding: 22px;
  background: var(--surface-strong);
  border: 1px solid rgba(65, 101, 48, 0.10);
  box-shadow: 0 14px 28px rgba(30, 48, 25, 0.06);
}

.workflow-card:hover,
.link-card:hover,
.feature-card:hover {
  border-color: rgba(118, 179, 56, 0.22);
  box-shadow: 0 20px 36px rgba(30, 48, 25, 0.09);
}

.workflow-index {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent-strong);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.workflow-card h3,
.feature-card h3,
.link-title {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.16;
}

.workflow-card p,
.feature-card p,
.link-copy,
.footer-copy,
.legal-card p,
.legal-card li,
.muted {
  color: var(--muted);
}

.feature-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  margin-top: 34px;
  align-items: stretch;
}

.feature-spotlight {
  padding: 32px;
  background:
    linear-gradient(180deg, rgba(31, 53, 40, 0.96) 0%, rgba(20, 35, 27, 0.98) 100%);
  box-shadow: var(--shadow-strong);
}

.feature-spotlight h2,
.feature-spotlight p,
.feature-spotlight .eyebrow {
  color: white;
}

.feature-spotlight p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.feature-chip {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-stack-visual {
  align-items: stretch;
}

.feature-card-tall {
  grid-column: span 2;
  background:
    radial-gradient(circle at right top, rgba(118, 179, 56, 0.14), transparent 20%),
    var(--surface-strong);
}

.feature-card-visual {
  min-height: 280px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  border: 0;
  box-shadow: var(--shadow-soft);
  background: #cfdcc4;
  isolation: isolate;
}

.feature-card-visual.feature-card-tall {
  min-height: 348px;
  background: #c7d7ba;
}

.feature-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(10, 19, 13, 0.04) 14%, rgba(10, 19, 13, 0.70) 100%);
}

.feature-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.feature-card-visual:hover .feature-media {
  transform: scale(1.03);
}

.feature-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22px;
  color: white;
}

.feature-overlay .eyebrow {
  margin-bottom: 8px;
  color: rgba(235, 248, 226, 0.86);
}

.feature-overlay h3 {
  margin-bottom: 10px;
  color: white;
}

.feature-overlay p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}

.feature-card-tall .feature-overlay h3 {
  font-size: 1.45rem;
}

.link-card {
  text-decoration: none;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 243, 0.88) 100%);
}

.link-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--accent-strong);
}

.legal-card h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card ul {
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 8px;
}

.legal-hero .lead {
  margin-top: 16px;
}

.back-link {
  display: inline-block;
  margin-bottom: 16px;
  text-decoration: none;
  font-weight: 700;
}

.site-footer {
  padding: 0 0 34px;
}

.site-footer-inner {
  padding-top: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.site-footer-inner > div:first-child {
  display: contents;
}

.footer-copy {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-links a {
  text-decoration: none;
  font-weight: 700;
}

.template-hero {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 42px;
  background: linear-gradient(135deg, #8ea0ef 0%, #8fa0de 46%, #88b86e 100%);
  box-shadow: 0 24px 52px rgba(86, 105, 165, 0.14);
}

.template-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.14), transparent 24%),
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.10), transparent 20%);
  pointer-events: none;
}

.template-hero-inner {
  position: relative;
  min-height: 560px;
  padding: 78px 72px 82px;
  text-align: center;
  color: white;
}

.template-hero-inner > *:not(.template-orbit) {
  position: relative;
  z-index: 1;
}

.template-hero-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.template-hero h1 {
  max-width: 700px;
  margin: 0 auto;
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  font-size: clamp(2.75rem, 6vw, 4.35rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.template-hero h1 span {
  color: inherit;
}

.template-hero-lead {
  max-width: 660px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.84);
}

.template-hero .button-primary {
  background: linear-gradient(135deg, #6ca92f, #8bc750);
  box-shadow: 0 16px 28px rgba(102, 154, 46, 0.28);
}

.template-hero .button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
  color: white;
}

.template-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.template-orbit-photo {
  position: absolute;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 14px 24px rgba(33, 35, 73, 0.16);
  border: 6px solid rgba(255, 255, 255, 0.18);
}

.template-orbit-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.orbit-one {
  width: 112px;
  height: 112px;
  top: 72px;
  left: 80px;
}

.orbit-two {
  width: 156px;
  height: 156px;
  top: 108px;
  right: 104px;
}

.orbit-three {
  width: 88px;
  height: 88px;
  bottom: 96px;
  right: 160px;
}

.template-about,
.template-features,
.template-stories {
  margin-top: 72px;
}

.template-about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.88fr);
  gap: 34px;
  align-items: center;
}

.template-about-copy h2,
.template-section-intro h2,
.template-cta-inner h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.template-about-copy .lead {
  margin-top: 18px;
}

.template-bullet-grid {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.template-bullet {
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(65, 101, 48, 0.08);
}

.template-bullet strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.template-bullet span {
  color: var(--muted);
}

.template-about-visual {
  position: relative;
  padding: 0;
}

.template-about-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 28px 54px rgba(30, 48, 25, 0.12);
}

.template-section-intro {
  text-align: center;
}

.template-section-intro h2 {
  margin-top: 4px;
}

.template-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.template-feature-panel {
  min-height: 208px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(65, 101, 48, 0.08);
  box-shadow: 0 14px 26px rgba(30, 48, 25, 0.05);
}

.template-feature-panel h3 {
  margin: 22px 0 10px;
  font-size: 1.28rem;
  line-height: 1.14;
}

.template-feature-panel p {
  margin: 0;
  max-width: 24rem;
  color: rgba(23, 32, 21, 0.72);
}

.template-panel-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  font-weight: 800;
  color: rgba(23, 32, 21, 0.72);
}

.panel-mint {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf7 100%);
  border-top: 4px solid #94d8bb;
}

.panel-lilac {
  background: linear-gradient(180deg, #ffffff 0%, #f6f6ff 100%);
  border-top: 4px solid #b6b9f8;
}

.panel-peach {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
  border-top: 4px solid #f3c2a5;
}

.panel-rose {
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  border-top: 4px solid #f2b0c3;
}

.template-proof {
  margin-top: 54px;
  text-align: center;
}

.template-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.template-proof-row span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(65, 101, 48, 0.08);
}

.template-stories-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
}

.template-stories-intro .lead {
  width: 100%;
  max-width: none;
  margin: 0;
}

.template-stories-intro-only {
  display: block;
  text-align: center;
}

.template-stories-intro-only .lead {
  display: block;
  width: 100%;
  max-width: none;
}

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

.template-story-card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(65, 101, 48, 0.08);
  box-shadow: 0 14px 26px rgba(30, 48, 25, 0.06);
}

.template-story-image {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  display: block;
  object-fit: cover;
}

.template-story-copy {
  padding: 18px 20px 22px;
}

.template-story-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.template-story-copy h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.18;
}

.template-story-copy p {
  margin: 0;
  color: var(--muted);
}

.template-cta {
  margin-top: 72px;
}

.template-cta-inner {
  display: grid;
  gap: 24px;
  place-items: center;
  padding: 48px 28px;
  border-radius: 34px;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, #6d78e8 0%, #667ae0 46%, #6ca449 100%);
}

.template-cta-inner h2 {
  max-width: 780px;
}

.template-cta-button {
  min-width: 180px;
}

.app-coming-soon-grid {
  width: min(100%, 560px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.app-coming-soon-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px 16px;
  border-radius: 20px;
  text-align: left;
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.app-store-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #1e2a18;
  font-size: 1.15rem;
  font-weight: 900;
}

.app-store-icon-android {
  color: #4f8d18;
}

.app-store-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.app-store-kicker {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-store-copy strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.template-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 24px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(65, 101, 48, 0.12);
}

.template-footer-links a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes driftCard {
  0%,
  100% {
    transform: translate(0, 0) rotate(-2deg);
  }

  50% {
    transform: translate(-6px, -8px) rotate(0deg);
  }
}

@media (max-width: 1024px) {
  .template-about {
    grid-template-columns: 1fr;
  }

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

  .template-stories-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .template-hero-inner {
    min-height: 620px;
    padding: 68px 34px 74px;
  }

  .orbit-one {
    left: 30px;
  }

  .orbit-two {
    right: 42px;
  }

  .orbit-three {
    right: 18px;
  }

  .hero-grid,
  .feature-showcase,
  .hero-editorial,
  .feature-editorial {
    grid-template-columns: 1fr;
  }

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

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

  .hero-ribbon-primary {
    min-height: 540px;
  }

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

  .hero-ribbon-secondary {
    min-height: 240px;
  }

  .activity-row,
  .activity-row-reverse {
    grid-template-columns: 1fr;
  }

  .activity-row-reverse .activity-copy,
  .activity-row-reverse .activity-image {
    order: initial;
  }

  .support-links {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 780px;
  }

  .hero-stage-gallery {
    grid-template-columns: 1fr;
    inset: 118px 24px 126px;
  }

  .stage-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }
}

@media (max-width: 820px) {
  .template-feature-grid,
  .template-story-grid {
    grid-template-columns: 1fr;
  }

  .template-hero-inner {
    min-height: 700px;
  }

  .template-orbit-photo {
    border-width: 6px;
  }

  .orbit-one {
    width: 92px;
    height: 92px;
    top: 46px;
    left: 20px;
  }

  .orbit-two {
    width: 118px;
    height: 118px;
    top: 92px;
    right: 26px;
  }

  .orbit-three {
    width: 72px;
    height: 72px;
    bottom: 86px;
    right: 26px;
  }

  .workflow-grid,
  .feature-stack {
    grid-template-columns: 1fr;
  }

  .feature-card-tall {
    grid-column: auto;
  }

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

  .topbar {
    padding-top: 0;
  }

  .topnav,
  .footer-links {
    gap: 14px;
  }

  .workflow-step {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

@media (max-width: 640px) {
  .template-hero {
    border-radius: 30px;
  }

  .template-hero-inner {
    min-height: 640px;
    padding: 54px 20px 64px;
  }

  .template-about,
  .template-features,
  .template-stories {
    margin-top: 54px;
  }

  .template-cta-inner {
    padding: 38px 18px;
    border-radius: 28px;
  }

  .app-coming-soon-grid {
    grid-template-columns: 1fr;
  }

  .page-shell,
  .page-shell-home,
  .page-shell-legal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-copy,
  .section-panel,
  .feature-spotlight {
    padding: 24px;
  }

  .button-row,
  .metric-row {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .summary-rail {
    gap: 12px;
  }

  .hero-ribbon-primary {
    min-height: 460px;
  }

  .hero-ribbon-secondary {
    min-height: 220px;
  }

  .hero-ribbon-caption strong {
    font-size: 1.5rem;
  }

  .activity-copy h3 {
    font-size: 2rem;
  }

  .hero-stage {
    min-height: 760px;
  }

  .logo-float-card {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .hero-stage-gallery {
    inset: 116px 20px 160px;
  }

  .stage-side-stack {
    grid-template-columns: 1fr;
  }

  .stage-secondary {
    left: 20px;
    right: 20px;
    width: auto;
    bottom: 22px;
  }
}
