@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap');

:root {
  --bg: #eef2e7;
  --bg-strong: #173225;
  --bg-soft: #f7f8f1;
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --ink: #11261c;
  --ink-muted: rgba(17, 38, 28, 0.68);
  --line: rgba(17, 38, 28, 0.12);
  --brand: #2f8b57;
  --brand-strong: #21623e;
  --accent: #d6ef7f;
  --accent-strong: #edf9b8;
  --warning: #d98c3a;
  --shadow: 0 24px 60px rgba(17, 38, 28, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(214, 239, 127, 0.52), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(47, 139, 87, 0.17), transparent 20%),
    linear-gradient(180deg, #f7f8ef 0%, #edf3e8 42%, #f5f7f1 100%);
  color: var(--ink);
}

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

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

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

.site-shell {
  overflow: clip;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(247, 248, 241, 0.82);
  border-bottom: 1px solid rgba(17, 38, 28, 0.06);
}

.topbar__inner,
.hero__content,
.section__inner,
.footer__inner,
.shop-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

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

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

.brand__mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(214, 239, 127, 1) 0%, rgba(47, 139, 87, 1) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
}

.brand__mark::before,
.brand__mark::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
}

.brand__mark::before {
  width: 21px;
  height: 4px;
  left: 10px;
  top: 19px;
}

.brand__mark::after {
  width: 4px;
  height: 22px;
  left: 19px;
  top: 10px;
}

.brand__copy strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.brand__copy span {
  display: block;
  font-size: 0.82rem;
  color: var(--ink-muted);
}

.topbar__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-muted);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  transform: translateY(-1px);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(17, 38, 28, 0.05);
}

.lang-switch a {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.lang-switch a.is-active {
  background: var(--bg-strong);
  color: white;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.btn--primary {
  background: linear-gradient(135deg, var(--brand) 0%, #234b37 100%);
  color: white;
  box-shadow: 0 18px 30px rgba(33, 98, 62, 0.28);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  border-color: rgba(17, 38, 28, 0.12);
}

.hero {
  position: relative;
  padding: 48px 0 44px;
}

.hero__panel {
  position: relative;
  width: min(calc(100% - 20px), 1380px);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(214, 239, 127, 0.7), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(110, 184, 255, 0.26), transparent 24%),
    linear-gradient(135deg, #153322 0%, #18382a 35%, #274c3c 100%);
  color: white;
  box-shadow: 0 28px 90px rgba(23, 50, 37, 0.3);
}

.hero__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 22%),
    linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.hero h1 {
  margin: 18px 0 16px;
  max-width: 10ch;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: 0.93;
  letter-spacing: -0.075em;
}

.hero p {
  max-width: 540px;
  margin: 0;
  font-size: clamp(1.04rem, 2vw, 1.2rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

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

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.hero__visual {
  position: relative;
  min-height: 560px;
}

.hero-card {
  position: absolute;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 55px rgba(8, 19, 14, 0.28);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-card--primary {
  width: min(100%, 420px);
  right: 0;
  top: 16px;
  aspect-ratio: 0.76;
}

.hero-card--secondary {
  width: min(58%, 250px);
  left: 0;
  bottom: 54px;
  aspect-ratio: 0.82;
}

.hero-card--panel {
  right: 38px;
  bottom: 0;
  width: min(54%, 240px);
  padding: 18px;
  color: #102116;
  background: rgba(247, 248, 241, 0.92);
}

.hero-card--panel h3,
.mini-panel h3 {
  margin: 0 0 6px;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
}

.hero-card--panel p,
.mini-panel p {
  margin: 0;
  color: rgba(17, 38, 28, 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
}

.metric-ribbon {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  width: min(72%, 260px);
}

.metric-chip {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(13, 26, 19, 0.72);
  color: white;
  font-size: 0.9rem;
}

.metric-chip strong {
  font-size: 1rem;
}

.section {
  padding: clamp(60px, 8vw, 120px) 0;
}

.section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.2));
}

.section__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 34px;
}

.section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(47, 139, 87, 0.08);
  color: var(--brand-strong);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section__header h2 {
  margin: 14px 0 0;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.section__header p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 26px;
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px 0 22px;
  border-bottom: 1px solid var(--line);
}

.feature-item:last-child {
  border-bottom: 0;
}

.feature-item__index {
  font-family: 'Sora', sans-serif;
  font-size: 1.8rem;
  color: rgba(17, 38, 28, 0.24);
}

.feature-item h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
}

.feature-item p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.7;
}

.feature-stage {
  position: sticky;
  top: 110px;
  min-height: 580px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(23, 50, 37, 0.98), rgba(25, 61, 45, 0.94));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.feature-stage__glow {
  position: absolute;
  inset: auto -10% -18% auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 239, 127, 0.36), transparent 68%);
  pointer-events: none;
}

.stage-image {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.24);
}

.stage-image--main {
  width: 72%;
  right: 8%;
  top: 12%;
}

.stage-image--secondary {
  width: 38%;
  left: 9%;
  bottom: 12%;
}

.mini-panel {
  position: absolute;
  left: 11%;
  top: 10%;
  width: min(52%, 260px);
  padding: 18px;
  border-radius: 22px;
  background: rgba(247, 248, 241, 0.92);
  color: var(--ink);
}

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

.use-card {
  min-height: 180px;
  padding: 22px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid rgba(17, 38, 28, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 36px rgba(17, 38, 28, 0.08);
}

.use-card h3 {
  margin: 12px 0 8px;
  font-size: 1.14rem;
}

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

.use-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(47, 139, 87, 0.1);
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--brand-strong);
}

.split-story {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 20px;
  align-items: stretch;
}

.story-block {
  padding: 28px;
  border-radius: 28px;
  background: var(--surface-strong);
  border: 1px solid rgba(17, 38, 28, 0.08);
}

.story-block--dark {
  color: white;
  background:
    linear-gradient(160deg, rgba(23, 50, 37, 0.98), rgba(42, 88, 63, 0.95));
}

.story-block h3 {
  margin: 0 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.story-block p,
.story-list li {
  line-height: 1.74;
}

.story-list {
  margin: 22px 0 0;
  padding-left: 18px;
  color: inherit;
}

.story-visual {
  position: relative;
  min-height: 380px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.visual-card {
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid rgba(17, 38, 28, 0.08);
  box-shadow: 0 18px 44px rgba(17, 38, 28, 0.08);
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.visual-card figcaption {
  padding: 14px 16px 18px;
  font-weight: 700;
  color: var(--ink);
}

.visual-card--wide {
  grid-column: span 2;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.stat {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
}

.cta-panel {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 239, 127, 0.28), transparent 22%),
    linear-gradient(145deg, #183222 0%, #102116 100%);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
}

.cta-panel h2 {
  margin: 0 0 10px;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.06em;
}

.cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  max-width: 620px;
  line-height: 1.7;
}

.cta-panel__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer {
  padding: 28px 0 52px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 560ms ease, transform 560ms ease;
}

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

.shop-page {
  min-height: 100vh;
}

.shop-hero {
  padding: 42px 0 28px;
}

.shop-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  padding-bottom: 80px;
}

.shop-lead {
  display: grid;
  gap: 20px;
}

.shop-banner {
  padding: clamp(26px, 4vw, 38px);
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 12% 24%, rgba(214, 239, 127, 0.36), transparent 24%),
    linear-gradient(145deg, #173225 0%, #28513f 100%);
  box-shadow: 0 24px 60px rgba(17, 38, 28, 0.22);
}

.shop-banner h1 {
  margin: 12px 0 14px;
  max-width: 12ch;
  font-family: 'Sora', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.shop-banner p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.filter-row,
.meta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pill-btn {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  cursor: pointer;
}

.pill-btn.is-active {
  background: var(--bg-strong);
  color: white;
  border-color: transparent;
}

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

.catalog-card {
  display: grid;
  grid-template-rows: 220px auto;
  border-radius: 28px;
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid rgba(17, 38, 28, 0.08);
  box-shadow: 0 20px 46px rgba(17, 38, 28, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.catalog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 58px rgba(17, 38, 28, 0.12);
}

.catalog-card__media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #dce6d6 0%, #eef2e7 100%);
}

.catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 38, 28, 0.72);
  color: white;
  font-size: 0.82rem;
}

.catalog-promo {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17, 38, 28, 0.8);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
}

.catalog-card__body {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.catalog-card__eyebrow {
  font-size: 0.83rem;
  color: var(--brand-strong);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 800;
}

.catalog-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.28;
}

.catalog-card p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.66;
}

.catalog-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-features span {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(47, 139, 87, 0.08);
  color: var(--brand-strong);
  font-size: 0.84rem;
}

.catalog-notes {
  margin-top: -2px;
  color: var(--ink-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.catalog-notes strong {
  color: var(--ink);
}

.catalog-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.catalog-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.catalog-price strong {
  font-family: 'Sora', sans-serif;
  font-size: 1.7rem;
  letter-spacing: -0.06em;
}

.catalog-price span {
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.catalog-compare {
  color: var(--warning);
  font-style: normal;
  font-size: 0.88rem;
}

.cart-panel {
  position: sticky;
  top: 98px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 38, 28, 0.08);
  box-shadow: 0 22px 44px rgba(17, 38, 28, 0.12);
}

.cart-panel h2 {
  margin: 0 0 12px;
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
}

.cart-panel p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.65;
}

.cart-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.cart-item {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(17, 38, 28, 0.04);
}

.cart-item__top,
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cart-item__hint {
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 0.84rem;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: white;
  cursor: pointer;
}

.qty-btn:disabled,
.pill-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.cart-summary {
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
}

.cart-summary strong {
  font-family: 'Sora', sans-serif;
  letter-spacing: -0.05em;
}

.checkout-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.field {
  display: grid;
  gap: 6px;
}

.field label {
  font-weight: 700;
  font-size: 0.92rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(17, 38, 28, 0.14);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.status-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(214, 239, 127, 0.22);
  color: #2e4d21;
  line-height: 1.65;
}

.status-note[hidden] {
  display: none;
}

.notice {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(17, 38, 28, 0.06);
  color: var(--ink);
}

.empty-state {
  padding: 32px 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  color: var(--ink-muted);
}

@media (max-width: 1140px) {
  .hero__content,
  .feature-layout,
  .split-story,
  .shop-shell,
  .section__header {
    grid-template-columns: 1fr;
  }

  .feature-stage,
  .cart-panel {
    position: static;
  }

  .grid-uses,
  .stats-strip,
  .visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 860px) {
  .topbar__inner {
    align-items: flex-start;
    padding: 16px 0;
    flex-direction: column;
  }

  .hero__visual {
    min-height: 420px;
  }

  .hero-card--primary {
    width: 72%;
  }

  .hero-card--secondary {
    width: 42%;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .visual-card--wide {
    grid-column: span 2;
  }

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

@media (max-width: 640px) {
  .topbar__inner,
  .hero__content,
  .section__inner,
  .footer__inner,
  .shop-shell {
    width: min(calc(100% - 22px), var(--max));
  }

  .hero {
    padding-top: 26px;
  }

  .hero__panel {
    border-radius: 30px;
    padding: 22px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero__visual {
    min-height: 360px;
  }

  .hero-card--primary {
    width: 78%;
    top: 0;
  }

  .hero-card--secondary {
    width: 46%;
    bottom: 36px;
  }

  .hero-card--panel {
    width: 60%;
    right: 8px;
    bottom: 0;
  }

  .metric-ribbon {
    width: calc(100% - 36px);
  }

  .grid-uses,
  .stats-strip,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .visual-card--wide {
    grid-column: span 1;
  }

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

  .feature-item__index {
    font-size: 1.2rem;
  }

  .feature-stage {
    min-height: 420px;
  }

  .stage-image--main {
    width: 78%;
    right: 6%;
  }

  .stage-image--secondary {
    width: 44%;
    left: 6%;
  }

  .mini-panel {
    width: 64%;
    left: 6%;
  }

  .shop-banner h1 {
    max-width: none;
  }

  .cart-panel {
    padding: 18px;
  }
}
