:root {
  --brand: #5d9d68;
  --bg: #07100c;
  --surface: #0d1712;
  --surface-2: #132019;
  --text: #eef5f0;
  --muted: #9cab9f;
  --line: rgba(168, 204, 176, 0.12);
  --shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.28);
  --bg-accent-1: rgba(37, 83, 48, 0.22);
  --bg-accent-2: rgba(93, 157, 104, 0.12);
  --bg-start: #050b08;
  --bg-end: #08110d;
  --header-scrolled: rgba(6, 12, 9, 0.78);
  --nav-text: #dce8df;
  --nav-cta: var(--brand);
  --toggle-bg: rgba(255, 255, 255, 0.05);
  --toggle-border: rgba(168, 204, 176, 0.14);
  --toggle-thumb: #f4faf5;
  --toggle-thumb-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  --theme-icon-active: #103118;
  --theme-icon-inactive: rgba(238, 245, 240, 0.62);
  --logo-filter: none;
  --hero-kicker-bg: rgba(93, 157, 104, 0.12);
  --hero-kicker-border: rgba(168, 204, 176, 0.14);
  --hero-kicker-text: #d9e9dd;
  --hero-highlight-bg: linear-gradient(180deg, rgba(14, 23, 18, 0.9), rgba(10, 18, 14, 0.96));
  --hero-highlight-strong: #f1f7f2;
  --hero-showcase-bg: radial-gradient(circle at top, rgba(93, 157, 104, 0.14), transparent 34%), linear-gradient(160deg, rgba(14, 23, 18, 0.92), rgba(8, 15, 11, 0.98));
  --hero-showcase-border: rgba(168, 204, 176, 0.12);
  --hero-showcase-inner-border: rgba(168, 204, 176, 0.08);
  --hero-badge-bg: rgba(7, 13, 9, 0.86);
  --hero-badge-text: #edf5ef;
  --panel-bg: linear-gradient(180deg, rgba(18, 30, 23, 0.98) 0%, rgba(13, 22, 17, 0.98) 100%);
  --panel-bg-strong: linear-gradient(180deg, rgba(19, 31, 24, 0.95), rgba(11, 19, 15, 0.98));
  --about-note-bg: rgba(17, 28, 20, 0.88);
  --about-note-text: #edf2ef;
  --about-placeholder-bg: linear-gradient(180deg, rgba(20, 33, 26, 0.64), rgba(12, 21, 16, 0.92)), radial-gradient(circle at top left, rgba(93, 157, 104, 0.16), transparent 28%);
  --about-placeholder-border: rgba(53, 94, 59, 0.24);
  --about-placeholder-decor: rgba(53, 94, 59, 0.08);
  --cta-bg: linear-gradient(160deg, #0c1510 0%, #132019 100%);
  --cta-text: #f2f5f3;
  --cta-muted: #cad2ce;
  --cta-border: rgba(168, 204, 176, 0.1);
  --cta-button-bg: linear-gradient(135deg, #6fb27b 0%, #4f8759 45%, #355e3b 100%);
  --cta-button-text: #f7fbf8;
  --cta-button-shadow: 0 18px 38px rgba(7, 15, 10, 0.2);
  --cta-button-shadow-hover: 0 22px 44px rgba(7, 15, 10, 0.28);
  --cta-drop-bg: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(208, 232, 213, 0.7) 28%, rgba(77, 142, 86, 0.24) 54%, rgba(53, 94, 59, 0.03) 74%, transparent 75%);
  --cta-ring-border: rgba(168, 204, 176, 0.12);
  --footer-bg: rgba(5, 10, 8, 0.5);
  --modal-backdrop-bg: radial-gradient(circle at 22% 16%, rgba(91, 146, 101, 0.18), transparent 24%), radial-gradient(circle at 82% 24%, rgba(53, 94, 59, 0.18), transparent 22%), rgba(10, 16, 12, 0.74);
  --modal-content-bg: linear-gradient(145deg, rgba(11, 19, 15, 0.98), rgba(16, 27, 21, 0.96));
  --modal-main-frame-bg: linear-gradient(180deg, rgba(236, 243, 238, 0.94), rgba(224, 233, 226, 0.88));
}

html[data-theme="light"] {
  --brand: #356e41;
  --bg: #eef4ef;
  --surface: #ffffff;
  --surface-2: #eef5f0;
  --text: #15201a;
  --muted: #5f6e64;
  --line: rgba(28, 49, 35, 0.1);
  --shadow-soft: 0 18px 44px rgba(17, 28, 20, 0.1);
  --bg-accent-1: rgba(93, 157, 104, 0.16);
  --bg-accent-2: rgba(53, 110, 65, 0.1);
  --bg-start: #f9fcf9;
  --bg-end: #e9f1eb;
  --header-scrolled: rgba(250, 252, 250, 0.78);
  --nav-text: #243229;
  --nav-cta: #356e41;
  --toggle-bg: rgba(53, 110, 65, 0.08);
  --toggle-border: rgba(53, 110, 65, 0.14);
  --toggle-thumb: #356e41;
  --toggle-thumb-shadow: 0 8px 18px rgba(53, 110, 65, 0.18);
  --theme-icon-active: #ffffff;
  --theme-icon-inactive: rgba(36, 50, 41, 0.62);
  --logo-filter: invert(1) brightness(0.16);
  --hero-kicker-bg: rgba(53, 110, 65, 0.09);
  --hero-kicker-border: rgba(53, 110, 65, 0.12);
  --hero-kicker-text: #2d4935;
  --hero-highlight-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 247, 242, 0.98));
  --hero-highlight-strong: #122119;
  --hero-showcase-bg: radial-gradient(circle at top, rgba(93, 157, 104, 0.12), transparent 34%), linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(238, 244, 239, 0.98));
  --hero-showcase-border: rgba(53, 110, 65, 0.12);
  --hero-showcase-inner-border: rgba(53, 110, 65, 0.08);
  --hero-badge-bg: rgba(255, 255, 255, 0.84);
  --hero-badge-text: #15211a;
  --panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 245, 0.98) 100%);
  --panel-bg-strong: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(242, 247, 243, 0.99));
  --about-note-bg: rgba(18, 31, 24, 0.92);
  --about-note-text: #eff5f0;
  --about-placeholder-bg: linear-gradient(180deg, rgba(252, 254, 252, 0.94), rgba(235, 242, 237, 0.98)), radial-gradient(circle at top left, rgba(93, 157, 104, 0.12), transparent 30%);
  --about-placeholder-border: rgba(53, 110, 65, 0.16);
  --about-placeholder-decor: rgba(53, 110, 65, 0.07);
  --cta-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 243, 237, 0.98) 100%);
  --cta-text: #142019;
  --cta-muted: #5d6d63;
  --cta-border: rgba(53, 110, 65, 0.14);
  --cta-button-bg: linear-gradient(135deg, #6fb27b 0%, #4f8759 45%, #355e3b 100%);
  --cta-button-text: #f7fbf8;
  --cta-button-shadow: 0 18px 34px rgba(32, 73, 43, 0.2);
  --cta-button-shadow-hover: 0 22px 42px rgba(32, 73, 43, 0.28);
  --cta-drop-bg: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.96), rgba(223, 238, 227, 0.86) 28%, rgba(93, 157, 104, 0.16) 56%, rgba(53, 110, 65, 0.02) 76%, transparent 77%);
  --cta-ring-border: rgba(53, 110, 65, 0.12);
  --footer-bg: rgba(255, 255, 255, 0.4);
  --modal-backdrop-bg: radial-gradient(circle at 22% 16%, rgba(93, 157, 104, 0.14), transparent 24%), radial-gradient(circle at 82% 24%, rgba(53, 110, 65, 0.12), transparent 22%), rgba(229, 236, 231, 0.78);
  --modal-content-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 242, 0.96));
  --modal-main-frame-bg: linear-gradient(180deg, rgba(244, 248, 245, 0.96), rgba(230, 238, 232, 0.9));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

html[data-theme="light"] {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at top left, var(--bg-accent-1), transparent 28%),
    radial-gradient(circle at top right, var(--bg-accent-2), transparent 24%),
    linear-gradient(180deg, var(--bg-start) 0%, var(--bg) 42%, var(--bg-end) 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background 260ms ease, color 260ms ease;
}

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

.container {
  width: min(1280px, 94vw);
  margin: 0 auto;
}

.section {
  padding: clamp(4.5rem, 10vw, 8rem) 0;
}

.narrow {
  max-width: 760px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h2 {
  font-size: clamp(1.7rem, 3.6vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  border: none;
  font-weight: 600;
  text-decoration: none;
  color: #f8fcf9;
  background: linear-gradient(135deg, #6aa875 0%, #4f8759 48%, #355e3b 100%);
  box-shadow: 0 10px 24px rgba(29, 63, 37, 0.28);
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease, filter 240ms ease;
}

.btn-primary {
  background: linear-gradient(135deg, #6fb27b 0%, #4f8759 45%, #355e3b 100%);
  box-shadow: 0 12px 26px rgba(29, 63, 37, 0.34);
}

.btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(29, 63, 37, 0.42);
  filter: saturate(1.05);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  transition: background 300ms ease, backdrop-filter 300ms ease, border-color 300ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: var(--header-scrolled);
  backdrop-filter: blur(10px);
  border-color: var(--line);
}

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

.logo {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand-mark {
  width: auto;
  height: clamp(1.6rem, 2.2vw, 2.2rem);
  filter: var(--logo-filter);
  transition: filter 260ms ease;
}

.footer-brand {
  display: grid;
  gap: 0.75rem;
}

.footer-brand .brand-mark {
  height: clamp(1.8rem, 2.6vw, 2.4rem);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  background: var(--toggle-bg);
  color: var(--text);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.menu-toggle-line {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease, opacity 220ms ease;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  color: var(--nav-text);
  font-weight: 500;
}

.nav-mobile-cta {
  display: none;
}

.header-utility {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  border: 1px solid var(--toggle-border);
  background: color-mix(in srgb, var(--toggle-bg) 78%, transparent);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.header-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d9d68 0%, #44734d 100%);
  color: #f8fcf9;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(29, 63, 37, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.header-buy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(29, 63, 37, 0.32);
  filter: saturate(1.04);
}

.theme-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  background: var(--toggle-bg);
  color: var(--theme-icon-inactive);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--brand);
  color: var(--brand);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.theme-toggle-drop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.theme-toggle-drop svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
  transition: transform 260ms ease, fill 260ms ease, opacity 260ms ease;
}

.theme-toggle[aria-pressed="true"] {
  color: var(--brand);
  background: color-mix(in srgb, var(--toggle-bg) 75%, var(--brand) 25%);
}

.theme-toggle[aria-pressed="true"] .theme-toggle-drop svg {
  transform: rotate(180deg) scale(1.04);
}

.hero {
  min-height: 94vh;
  position: relative;
  overflow: clip;
  display: flex;
  align-items: center;
  padding: clamp(8.5rem, 14vw, 10.5rem) 0 clamp(5.5rem, 10vw, 7.5rem);
}

.hero-bg {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 18% 30%, rgba(104, 177, 117, 0.22), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(93, 157, 104, 0.18), transparent 22%),
    radial-gradient(circle at 62% 74%, rgba(61, 109, 70, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(5, 10, 8, 0.1), transparent 100%);
  filter: blur(16px);
  animation: floatDrops 16s ease-in-out infinite alternate;
}

.hero-brand-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-brand-watermark {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(92vw, 1320px);
  transform: translate(-50%, -50%);
  opacity: 0.07;
  filter: var(--logo-filter);
}

@keyframes floatDrops {
  0% {
    transform: translateY(-1.5%) scale(1);
  }
  100% {
    transform: translateY(1.5%) scale(1.04);
  }
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: min(1580px, 98vw);
  margin: 0 auto;
}

.hero-copy {
  max-width: 1240px;
  text-align: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: var(--hero-kicker-bg);
  border: 1px solid var(--hero-kicker-border);
  color: var(--hero-kicker-text);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.hero-copy h1 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(2.4rem, 4.8vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-text {
  margin: 1.2rem auto 0;
  color: var(--muted);
  max-width: 72ch;
  font-size: 1.08rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-secondary-btn {
  border: 1px solid rgba(168, 204, 176, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.hero-secondary-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

html[data-theme="light"] .hero-secondary-btn {
  border-color: rgba(53, 110, 65, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: #173122;
  box-shadow: 0 14px 30px rgba(53, 110, 65, 0.12);
}

html[data-theme="light"] .hero-secondary-btn:hover {
  background: rgba(245, 250, 246, 0.98);
  border-color: rgba(53, 110, 65, 0.28);
}

.hero-callout {
  display: grid;
  gap: 0.4rem;
  justify-items: center;
  margin-top: 1.55rem;
}

.hero-callout strong {
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--text) 88%, var(--brand) 12%);
}

.hero-callout span {
  color: var(--muted);
  font-size: 0.98rem;
}

.products {
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, transparent), color-mix(in srgb, var(--surface-2) 96%, transparent));
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-top: 1px solid rgba(168, 204, 176, 0.08);
  box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.22);
  margin-top: -70px;
  position: relative;
  z-index: 4;
  overflow: clip;
}

.products.is-visible {
  animation: slideOnTop 650ms cubic-bezier(0.17, 0.84, 0.44, 1) both;
}

.products-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.products-drop,
.products-glow {
  position: absolute;
  display: block;
}

.products-drop {
  border-radius: 48% 52% 58% 42% / 44% 43% 57% 56%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(210, 236, 216, 0.72) 28%, rgba(77, 142, 86, 0.28) 56%, rgba(53, 94, 59, 0.05) 74%, transparent 75%);
  filter: blur(2px);
  opacity: 0.42;
}

.products-drop-one {
  top: 90px;
  right: 6%;
  width: 220px;
  height: 220px;
  animation: productsDropFloat 9s ease-in-out infinite;
}

.products-drop-two {
  left: -30px;
  bottom: 110px;
  width: 170px;
  height: 170px;
  opacity: 0.34;
  animation: productsDropFloat 11s ease-in-out infinite reverse;
}

.products-glow {
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.24;
}

.products-glow-one {
  top: 40px;
  left: 12%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(93, 157, 104, 0.22), transparent 68%);
  animation: productsGlowPulse 10s ease-in-out infinite;
}

.products-glow-two {
  right: 18%;
  bottom: 30px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(61, 109, 70, 0.18), transparent 70%);
  animation: productsGlowPulse 8s ease-in-out infinite 1.4s;
}

@keyframes slideOnTop {
  0% {
    transform: translateY(46px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.section-head {
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}

.section-lead {
  max-width: 62ch;
  margin-top: 0.9rem;
  color: var(--muted);
}

.products-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.3rem;
}

.products-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 74%, transparent);
  border: 1px solid rgba(168, 204, 176, 0.12);
  color: var(--text);
  font-size: 0.9rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.product-card {
  position: relative;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  padding: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -20%;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(104, 177, 117, 0.2), transparent 68%);
  filter: blur(6px);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
  border-color: rgba(168, 204, 176, 0.24);
}

.product-card:hover::before {
  opacity: 1;
  transform: translate(10px, 12px);
}

.product-card img {
  aspect-ratio: 3 / 4;
  border-radius: 0.9rem;
  object-fit: cover;
  object-position: center top;
  transition: transform 260ms ease, filter 260ms ease;
}

.product-card:hover img {
  transform: translateY(-4px) scale(1.02);
  filter: saturate(1.04);
}

.product-card h3 {
  margin-top: 0.85rem;
  font-size: 1.1rem;
}

.product-card p {
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

@keyframes productsDropFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(4deg);
  }
}

@keyframes productsGlowPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.18;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.28;
  }
}

.about {
  position: relative;
  overflow: clip;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1.8rem, 4vw, 4rem);
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 1.25rem;
}

.about-lead {
  max-width: 68ch;
  color: var(--muted);
}

.about-highlight {
  color: rgba(255, 255, 255, 0.94);
}

.about-points {
  display: grid;
  gap: 1rem;
}

.about-point {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 1.25rem;
  background: var(--panel-bg);
  border: 1px solid rgba(53, 94, 59, 0.08);
  box-shadow: 0 18px 36px rgba(17, 28, 20, 0.06);
}

.about-point-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(53, 94, 59, 0.1);
  color: var(--brand);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-point h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.about-point p {
  margin: 0;
  color: var(--muted);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.about-stat {
  display: grid;
  gap: 0.3rem;
  padding: 1rem;
  border-radius: 1.15rem;
  background: var(--panel-bg);
  border: 1px solid rgba(53, 94, 59, 0.08);
  box-shadow: 0 16px 32px rgba(17, 28, 20, 0.05);
}

.about-stat strong {
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
  color: var(--brand);
}

.about-stat span {
  color: var(--muted);
  font-size: 0.95rem;
}

.about-visual {
  position: relative;
}

.about-frame {
  position: relative;
  min-height: 460px;
  padding: 1.1rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(77, 142, 86, 0.12), transparent 38%),
    var(--panel-bg-strong);
  border: 1px solid rgba(53, 94, 59, 0.1);
  box-shadow: 0 24px 56px rgba(17, 28, 20, 0.12);
  overflow: hidden;
}

.about-drops {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-drop {
  position: absolute;
  display: block;
  border-radius: 48% 52% 60% 40% / 44% 44% 56% 56%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(208, 232, 213, 0.72) 28%, rgba(77, 142, 86, 0.28) 54%, rgba(53, 94, 59, 0.04) 74%, transparent 75%);
  filter: blur(2px);
  opacity: 0.5;
}

.about-drop-one {
  width: 210px;
  height: 210px;
  top: -30px;
  right: 14%;
  animation: aboutDropFloat 8.4s ease-in-out infinite;
}

.about-drop-two {
  width: 160px;
  height: 160px;
  left: -20px;
  bottom: 22%;
  animation: aboutDropFloat 10.2s ease-in-out infinite 0.8s;
}

.about-drop-three {
  width: 120px;
  height: 120px;
  right: 6%;
  bottom: 6%;
  animation: aboutDropFloat 7.6s ease-in-out infinite 1.2s;
}

.about-image-placeholder {
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 1.55rem;
  border: 1px dashed var(--about-placeholder-border);
  background:
    linear-gradient(180deg, rgba(20, 31, 24, 0.72), rgba(15, 24, 18, 0.92)),
    var(--about-placeholder-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.about-image-placeholder::before,
.about-image-placeholder::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  background: var(--about-placeholder-decor);
}

.about-image-placeholder::before {
  width: 220px;
  height: 220px;
  top: -72px;
  right: -44px;
  opacity: 0.5;
  filter: blur(8px);
}

.about-image-placeholder::after {
  width: 136px;
  height: 136px;
  bottom: -34px;
  left: -26px;
  opacity: 0.28;
  filter: blur(12px);
}

.about-placeholder-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 1.6rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(53, 94, 59, 0.16);
  color: rgba(226, 236, 228, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(145, 184, 151, 0.14);
  backdrop-filter: blur(10px);
}

.about-image-placeholder h3 {
  max-width: 10ch;
  margin: 0 0 0.7rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: rgba(248, 250, 248, 0.96);
}

.about-image-placeholder p {
  max-width: 24ch;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(219, 228, 221, 0.8);
}

.about-note {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 1;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  width: auto;
  max-width: 360px;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(23, 36, 28, 0.92), rgba(16, 25, 20, 0.96));
  color: var(--about-note-text);
  box-shadow: 0 16px 28px rgba(17, 28, 20, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  animation: aboutNoteFloat 6.8s ease-in-out infinite;
}

.about-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: inherit;
}

.about-note-dot {
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #b8f3c1, #6ebb79);
  box-shadow:
    0 0 22px rgba(155, 235, 167, 0.55),
    0 0 0 0.28rem rgba(123, 209, 138, 0.12);
  flex: 0 0 auto;
}

html[data-theme="light"] .about-frame {
  background:
    radial-gradient(circle at top right, rgba(93, 157, 104, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 243, 0.98));
  border-color: rgba(53, 110, 65, 0.12);
  box-shadow: 0 22px 44px rgba(30, 54, 36, 0.1);
}

html[data-theme="light"] .about-image-placeholder {
  border-style: solid;
  border-color: rgba(53, 110, 65, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(240, 246, 242, 0.96)),
    var(--about-placeholder-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 30px rgba(53, 110, 65, 0.08);
}

html[data-theme="light"] .about-image-placeholder::before {
  opacity: 0.62;
  filter: blur(10px);
}

html[data-theme="light"] .about-image-placeholder::after {
  opacity: 0.34;
  filter: blur(14px);
}

html[data-theme="light"] .about-placeholder-label {
  background: rgba(255, 255, 255, 0.72);
  color: #356e41;
  border-color: rgba(53, 110, 65, 0.1);
}

html[data-theme="light"] .about-image-placeholder h3 {
  color: #16241b;
}

html[data-theme="light"] .about-image-placeholder p {
  color: #516257;
}

html[data-theme="light"] .about-note {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 241, 0.98));
  color: #16241b;
  border-color: rgba(53, 110, 65, 0.1);
  box-shadow: 0 14px 28px rgba(53, 110, 65, 0.1);
}

@keyframes aboutDropFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-14px) scale(1.05);
  }
}

@keyframes aboutNoteFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.cta-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: center;
  gap: 1.6rem;
  background: var(--cta-bg);
  color: var(--cta-text);
  border-radius: 1.6rem;
  padding: clamp(2.2rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--cta-border);
  overflow: hidden;
}

.cta-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-eyebrow {
  margin: 0 0 0.8rem;
  color: color-mix(in srgb, var(--cta-text) 76%, var(--brand) 24%);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-text {
  margin: 0.8rem 0 0;
  color: var(--cta-muted);
}

.cta-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
  justify-items: end;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  min-height: 3.9rem;
  padding: 0.28rem 0.42rem 0.28rem 0.62rem;
  border-radius: 999px;
  background: var(--cta-button-bg);
  color: var(--cta-button-text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: var(--cta-button-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.cta-button:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: var(--cta-button-shadow-hover);
}

.cta-button-drop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #5d9d68 0%, #44734d 100%);
  color: #f7fcf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.cta-button-drop svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.cta-note {
  margin: 0;
  color: color-mix(in srgb, var(--cta-muted) 86%, white 14%);
  font-size: 0.92rem;
}

.cta-drop,
.cta-ring {
  position: absolute;
  display: block;
}

.cta-drop {
  border-radius: 48% 52% 60% 40% / 44% 44% 56% 56%;
  background: var(--cta-drop-bg);
  filter: blur(2px);
  opacity: 0.34;
}

.cta-drop-one {
  width: 180px;
  height: 180px;
  top: -34px;
  right: 18%;
  animation: ctaFloat 8.5s ease-in-out infinite;
}

.cta-drop-two {
  width: 110px;
  height: 110px;
  left: 46%;
  bottom: -20px;
  opacity: 0.22;
  animation: ctaFloat 7.4s ease-in-out infinite reverse;
}

.cta-ring {
  right: -60px;
  top: 50%;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  border: 1px solid var(--cta-ring-border);
  transform: translateY(-50%);
}

@keyframes ctaFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.6rem 0 1.4rem;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--footer-bg) 100%, transparent), color-mix(in srgb, var(--surface-2) 92%, transparent)),
    radial-gradient(circle at top right, rgba(93, 157, 104, 0.08), transparent 28%);
}

.footer-inner {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1.35fr;
  align-items: start;
  padding-bottom: 1.4rem;
}

.footer-brand {
  display: grid;
  gap: 1rem;
}

.footer-brand p {
  margin: 0;
  color: var(--muted);
  max-width: 32ch;
}

.footer-column {
  display: grid;
  gap: 0.85rem;
}

.footer-column h3 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.footer-nav a {
  color: var(--text);
  text-decoration: none;
  transition: color 200ms ease, transform 200ms ease;
}

.footer-nav a:hover {
  color: var(--brand);
  transform: translateX(2px);
}

.footer-cta {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1.2rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(93, 157, 104, 0.16), transparent 38%),
    color-mix(in srgb, var(--surface) 84%, transparent);
  border: 1px solid rgba(168, 204, 176, 0.12);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.footer-cta-eyebrow {
  margin: 0;
  color: var(--brand);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-cta h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.footer-cta p {
  margin: 0;
  color: var(--muted);
}

.footer-cta-btn {
  width: fit-content;
  margin-top: 0.2rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(168, 204, 176, 0.08);
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-page {
  min-height: 100vh;
  padding: 3rem 0 4rem;
}

.legal-shell {
  display: grid;
  gap: 1.5rem;
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.legal-back {
  color: var(--muted);
  text-decoration: none;
}

.legal-back:hover {
  color: var(--brand);
}

.legal-card-page {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-radius: 1.5rem;
  background: var(--panel-bg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.legal-card-page h1 {
  margin-bottom: 0.85rem;
}

.legal-card-page > p {
  max-width: 72ch;
  color: var(--muted);
}

.legal-section {
  margin-top: 1.6rem;
}

.legal-section h2 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-section ul {
  margin: 0.7rem 0 0;
  padding-left: 1.2rem;
}

.legal-placeholder {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  border: 1px solid rgba(168, 204, 176, 0.1);
  color: var(--text);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  padding: 1.2rem;
  transition: opacity 280ms ease;
}

.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: var(--modal-backdrop-bg);
  backdrop-filter: blur(12px);
}

.modal-content {
  width: min(1080px, 94vw);
  max-height: 92vh;
  position: relative;
  border-radius: 2rem;
  background: var(--modal-content-bg);
  border: 1px solid rgba(53, 94, 59, 0.12);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(10, 18, 13, 0.36);
  transform: translateY(28px) scale(0.98);
  transition: transform 360ms cubic-bezier(0.17, 0.84, 0.44, 1);
}

.modal.is-open .modal-content {
  transform: translateY(0) scale(1);
}

.modal-atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.modal-drop {
  position: absolute;
  display: block;
  border-radius: 48% 52% 60% 40% / 44% 44% 56% 56%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.95), rgba(208, 232, 213, 0.72) 28%, rgba(77, 142, 86, 0.28) 54%, rgba(53, 94, 59, 0.04) 74%, transparent 75%);
  filter: blur(3px);
  opacity: 0;
  transform: translateY(80px) scale(0.7);
}

.modal.is-open .modal-drop-one {
  animation: modalDropFloat 9s ease-in-out infinite;
}

.modal.is-open .modal-drop-two {
  animation: modalDropFloat 10.5s ease-in-out infinite 0.9s;
}

.modal.is-open .modal-drop-three {
  animation: modalDropFloat 8.2s ease-in-out infinite 1.4s;
}

.modal-drop-one {
  width: 280px;
  height: 280px;
  top: -55px;
  left: -40px;
}

.modal-drop-two {
  width: 220px;
  height: 220px;
  right: 10%;
  top: 10%;
}

.modal-drop-three {
  width: 180px;
  height: 180px;
  right: -30px;
  bottom: -35px;
}

.modal-scroll {
  position: relative;
  z-index: 1;
  max-height: 92vh;
  overflow: auto;
  padding: clamp(1.4rem, 2.8vw, 2rem);
}

.modal-close {
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(53, 94, 59, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #1b251d;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.modal-close:hover {
  transform: rotate(90deg);
  background: #fff;
  border-color: rgba(53, 94, 59, 0.32);
}

.modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: center;
}

.modal-gallery {
  display: grid;
  gap: 1rem;
}

.modal-stage {
  position: relative;
}

.modal-main-frame {
  aspect-ratio: 4 / 5;
  border-radius: 1.65rem;
  overflow: hidden;
  background: var(--modal-main-frame-bg);
  border: 1px solid rgba(53, 94, 59, 0.1);
  box-shadow: 0 22px 38px rgba(15, 24, 18, 0.14);
}

.modal-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.modal-main-image.is-animating {
  animation: modalImageReveal 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.modal-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #162018;
  font-size: 2rem;
  line-height: 0.9;
  box-shadow: 0 12px 26px rgba(15, 24, 18, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.modal-nav:hover {
  background: var(--brand);
  color: #fff;
}

.modal-nav-prev {
  left: 1rem;
}

.modal-nav-next {
  right: 1rem;
}

.modal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.modal-thumb {
  padding: 0.28rem;
  border: 1px solid rgba(53, 94, 59, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
}

.modal-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 94, 59, 0.28);
}

.modal-thumb.is-active {
  border-color: var(--brand);
  box-shadow: 0 10px 24px rgba(53, 94, 59, 0.18);
}

.modal-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 0.8rem;
  object-fit: cover;
  object-position: center top;
}

.modal-copy {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.modal-tag {
  margin-bottom: 0;
}

.modal-copy h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.modal-copy p {
  margin: 0;
}

.modal-copy #modalDescription {
  color: var(--muted);
  max-width: 36ch;
}

.price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(53, 94, 59, 0.1);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand);
}

.modal-buy {
  width: fit-content;
  min-width: 12rem;
}

@keyframes modalDropFloat {
  0%,
  100% {
    opacity: 0.42;
    transform: translateY(45px) scale(0.76) rotate(0deg);
  }
  24% {
    opacity: 0.72;
  }
  50% {
    opacity: 0.6;
    transform: translateY(-12px) scale(1.04) rotate(8deg);
  }
  75% {
    opacity: 0.35;
  }
}

@keyframes modalImageReveal {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .container {
    width: min(1200px, 95vw);
  }

  .hero-grid {
    width: min(1380px, 95vw);
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-brand-watermark {
    width: min(112vw, 1160px);
    top: 43%;
  }

  .hero-copy {
    max-width: none;
  }

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

  .products-drop-one {
    right: -20px;
    width: 180px;
    height: 180px;
  }

  .products-glow-one {
    left: 2%;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-frame {
    min-height: 420px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

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

  .modal-copy #modalDescription {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .section {
    padding: clamp(4rem, 9vw, 6rem) 0;
  }

  .hero {
    min-height: auto;
    padding: 5.8rem 0 4.5rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 5vw, 3.2rem);
  }

  .about-point {
    padding: 1rem;
  }

  .cta-box {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2rem;
  }

  .cta-actions {
    justify-items: start;
  }

  .footer-cta {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100%, 92vw);
  }

  .header-inner {
    min-height: auto;
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    grid-template-rows: 42px auto;
    gap: 0.75rem;
    padding: 0.9rem 0;
    align-items: center;
    justify-content: normal;
  }

  .logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    line-height: 1;
  }

  .brand-mark {
    height: 46px;
    width: auto;
  }

  .header-actions {
    display: contents;
  }

  .header-utility {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .header-buy-btn {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    width: 42px;
    height: 42px;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0;
    right: 0;
    z-index: 40;
    display: grid;
    gap: 0.55rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    border: 1px solid var(--line);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    min-height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.55rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
  }

  .nav-mobile-cta {
    display: flex;
    color: #f8fcf9;
    background: linear-gradient(135deg, #5d9d68 0%, #44734d 100%);
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(29, 63, 37, 0.2);
  }

  .theme-toggle {
    width: 42px;
    height: 42px;
  }

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

  .hero {
    align-items: flex-start;
    min-height: auto;
    padding: 7.4rem 0 7.2rem;
  }

  .hero-grid {
    width: min(100%, 94vw);
  }

  .hero-copy {
    max-width: 40rem;
    margin-inline: auto;
    text-align: center;
  }

  .hero-brand-watermark {
    width: min(160vw, 980px);
    top: 34%;
    left: 50%;
    opacity: 0.06;
  }

  .hero-copy h1 {
    max-width: 15ch;
    margin-inline: auto;
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 40ch;
    margin: 1.15rem auto 0;
    font-size: 1rem;
    line-height: 1.68;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    margin-top: 1.9rem;
  }

  .hero-actions .btn {
    min-height: 3.35rem;
    width: 100%;
    justify-content: center;
  }

  .hero-callout {
    justify-items: stretch;
    text-align: center;
  }

  .products-meta {
    display: none;
  }

  .products-drop-one,
  .products-drop-two {
    opacity: 0.22;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-point {
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 1.1rem;
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--surface) 94%, transparent), color-mix(in srgb, var(--surface-2) 92%, transparent));
    box-shadow: 0 14px 28px rgba(17, 28, 20, 0.08);
  }

  .about-point-number {
    min-width: 2.6rem;
    height: 2.6rem;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .about-point h3 {
    margin-bottom: 0.2rem;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .about-point p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .about-frame {
    min-height: 380px;
    padding: 1rem;
  }

  .about-image-placeholder {
    min-height: 250px;
    padding: 1.2rem;
  }

  .about-image-placeholder h3 {
    font-size: clamp(1.35rem, 8vw, 1.9rem);
  }

  .about-note {
    position: static;
    width: 100%;
    margin-top: 1rem;
    animation: none;
  }

  .products {
    margin-top: -8px;
    padding-top: 1rem;
  }

  .section-head {
    margin-bottom: 1.7rem;
  }

  .cta-box {
    gap: 1.1rem;
    padding: 1.4rem;
    border-radius: 1.25rem;
  }

  .cta-copy,
  .cta-actions {
    width: 100%;
    text-align: center;
  }

  .cta-actions {
    justify-items: center;
  }

  .cta-button {
    width: auto;
    min-width: 0;
    max-width: 17rem;
    justify-content: center;
    gap: 0.55rem;
  }

  .cta-note {
    text-align: center;
  }

  .footer-inner {
    text-align: center;
    gap: 0.9rem;
  }

  .footer-brand p {
    margin-inline: auto;
    max-width: 26ch;
    font-size: 0.88rem;
  }

  .footer-column {
    gap: 0.55rem;
  }

  .footer-column h3 {
    font-size: 0.76rem;
    letter-spacing: 0.1em;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
  }

  .footer-nav a {
    min-height: 2.2rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 88%, transparent);
    border: 1px solid rgba(168, 204, 176, 0.08);
    font-size: 0.86rem;
  }

  .footer-cta {
    display: none;
  }

  .footer-cta p,
  .footer-bottom p {
    font-size: 0.85rem;
  }

  .site-footer {
    padding: 1.75rem 0 1rem;
  }

  .footer-bottom {
    gap: 0.45rem;
    padding-top: 0.7rem;
  }

  .modal {
    padding: 0.75rem;
  }

  .modal-scroll {
    padding: 1rem 1rem 1.25rem;
  }

  .modal-close {
    right: 0.8rem;
    top: 0.8rem;
  }

  .modal-content {
    border-radius: 1.4rem;
  }

  .modal-nav {
    width: 2.85rem;
    height: 2.85rem;
    font-size: 1.7rem;
  }

  .modal-nav-prev {
    left: 0.7rem;
  }

  .modal-nav-next {
    right: 0.7rem;
  }

  .modal-thumbs {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 6.3rem 0 6.6rem;
  }

  .hero-brand-watermark {
    width: min(188vw, 880px);
    top: 30%;
    left: 50%;
  }

  .hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .hero-text {
    max-width: 36ch;
    font-size: 0.95rem;
    line-height: 1.64;
  }

  .hero-text br {
    display: none;
  }

  .hero-actions .btn {
    min-height: 3.15rem;
    font-size: 0.95rem;
  }

  .about-frame {
    min-height: 340px;
  }

  .products-drop-one {
    top: 140px;
    width: 140px;
    height: 140px;
  }

  .products-drop-two {
    bottom: 80px;
    width: 110px;
    height: 110px;
  }

  .cta-box {
    padding: 1.15rem;
  }

  .cta-button {
    min-height: 3.55rem;
    max-width: 15.9rem;
    padding: 0.28rem 0.58rem 0.28rem 0.32rem;
    gap: 0.46rem;
    font-size: 0.96rem;
  }

  .cta-button-drop {
    width: 2.7rem;
    height: 2.7rem;
  }

  .site-footer {
    padding: 1.5rem 0 0.9rem;
  }

  .footer-inner {
    gap: 0.75rem;
    padding-bottom: 0.85rem;
  }

  .footer-column h3 {
    font-size: 0.72rem;
  }

  .footer-brand .brand-mark {
    height: 1.8rem;
  }

  .about-points {
    gap: 0.75rem;
  }

  .footer-brand p,
  .footer-nav a,
  .footer-bottom p {
    font-size: 0.82rem;
  }

  .about-point {
    padding: 0.85rem 0.9rem;
    gap: 0.75rem;
  }

  .about-point-number {
    min-width: 2.35rem;
    height: 2.35rem;
    font-size: 0.76rem;
  }

  .about-point h3 {
    font-size: 0.93rem;
  }

  .about-point p {
    font-size: 0.83rem;
    line-height: 1.5;
  }

  .footer-brand p {
    display: none;
  }

  .footer-nav a {
    min-height: 2rem;
    padding: 0.38rem 0.7rem;
  }

  .modal-scroll {
    padding: 0.9rem 0.85rem 1rem;
  }
}
