:root {
  --bg: #f6f2eb;
  --surface: #ffffff;
  --surface-soft: #fbf8f3;
  --surface-muted: #f1ede7;
  --text: #233222;
  --muted: #6d7868;
  --primary: #86b83e;
  --primary-dark: #6f9f2d;
  --accent: #ffb94f;
  --accent-soft: #fff1d4;
  --stroke: rgba(35, 50, 34, 0.08);
  --shadow-lg: 0 28px 55px rgba(35, 50, 34, 0.1);
  --shadow-md: 0 16px 34px rgba(35, 50, 34, 0.08);
  --shadow-sm: 0 10px 20px rgba(35, 50, 34, 0.06);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1220px, calc(100% - 2rem));
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(134, 184, 62, 0.12), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 185, 79, 0.12), transparent 22%),
    linear-gradient(180deg, #f8f5ef 0%, var(--bg) 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.page-glow {
  position: fixed;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -2;
  opacity: 0.45;
  pointer-events: none;
}

.glow-left {
  top: -8rem;
  left: -8rem;
  background: rgba(134, 184, 62, 0.22);
}

.glow-right {
  top: 18rem;
  right: -8rem;
  background: rgba(255, 185, 79, 0.2);
}

.topbar {
  background: #213224;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.topbar-inner,
.topbar-meta,
.header-main,
.header-nav,
.header-actions,
.header-links,
.hero-badges,
.hero-actions,
.contact-form-footer,
.footer-bottom,
.legal-links {
  display: flex;
  align-items: center;
}

.topbar-inner,
.header-main,
.header-nav,
.footer-bottom {
  justify-content: space-between;
}

.topbar-inner {
  min-height: 2.7rem;
  gap: 1rem;
}

.topbar-inner p {
  margin: 0;
}

.topbar-meta {
  gap: 1.2rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding-top: 0.85rem;
}

.header-shell {
  display: grid;
  gap: 0.75rem;
}

.header-main,
.header-nav {
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  backdrop-filter: blur(24px);
  box-shadow: 0 14px 32px rgba(35, 50, 34, 0.08);
}

.site-header.is-scrolled .header-main,
.site-header.is-scrolled .header-nav {
  box-shadow: 0 18px 38px rgba(35, 50, 34, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  flex: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #6f9f2d, #93c74a);
  box-shadow: 0 12px 20px rgba(134, 184, 62, 0.22);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 1.02rem;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.82rem;
}

.search-box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.2rem;
  padding: 0.7rem 1rem;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, #faf8f3, #f0ebe4);
  border-radius: 999px;
}

.search-chip,
.pill,
.section-kicker,
.deal-badge,
.tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-chip {
  padding: 0.48rem 0.82rem;
  color: var(--primary-dark);
  background: #fff;
}

.search-text {
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-actions,
.header-links {
  gap: 0.8rem;
}

.header-links {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.header-links span + span {
  position: relative;
  padding-left: 0.8rem;
}

.header-links span + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: rgba(35, 50, 34, 0.22);
  transform: translateY(-50%);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: #f7f4ef;
}

.lang-btn {
  min-width: 2.4rem;
  padding: 0.5rem 0.68rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 800;
  transition: background var(--transition), color var(--transition);
}

.lang-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #7eb136, #97c94f);
}

.cart-btn,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  background: #fff;
  color: var(--primary-dark);
  transition: transform var(--transition), box-shadow var(--transition);
}

.cart-btn:hover,
.menu-toggle:hover,
.btn:hover,
.catalog-button:hover,
.tab-btn:hover {
  transform: translateY(-2px);
}

.cart-btn svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.18rem;
}

.menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(0.25rem) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-0.25rem) rotate(-45deg);
}

.catalog-button,
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform var(--transition), box-shadow var(--transition);
}

.catalog-button {
  color: #fff;
  background: linear-gradient(135deg, #6f9f2d, #8ec248);
}

.catalog-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}

.header-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #79ad33, #97c94f);
  box-shadow: 0 14px 24px rgba(134, 184, 62, 0.22);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex: 1;
}

.site-nav a {
  color: var(--muted);
  font-weight: 700;
}

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

.section {
  padding: 4.8rem 0;
}

.hero {
  padding-top: 2rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.hero-sidebar,
.hero-banner,
.hero-mini-card,
.trio-card,
.wide-banner-card,
.product-card,
.journal-card,
.contact-copy,
.map-card {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-sm);
}

.hero-sidebar {
  padding: 1.1rem;
  border-radius: var(--radius-xl);
}

.sidebar-label,
.product-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--surface-muted);
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-category-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.hero-category-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #faf8f3, #f2eee8);
}

.hero-category-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
}

.hero-category-copy {
  display: grid;
  gap: 0.18rem;
}

.hero-category-copy strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.hero-category-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-content {
  display: grid;
  gap: 1rem;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.44), transparent 28%),
    linear-gradient(135deg, rgba(134, 184, 62, 0.16), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, #eef5df, #fffdf8);
}

.hero-banner::before,
.wide-banner-card::before,
.testimonial-band::before {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.hero-banner::before {
  right: -4rem;
  bottom: -4rem;
  width: 16rem;
  height: 16rem;
  background: rgba(134, 184, 62, 0.1);
}

.hero-badges {
  gap: 0.7rem;
}

.pill,
.section-kicker {
  padding: 0.58rem 0.95rem;
  background: #fff;
  color: var(--primary-dark);
}

.pill-accent {
  background: var(--accent-soft);
  color: #926100;
}

.hero-banner h1,
.section-heading h2,
.wide-banner-copy h2,
.contact-copy h2 {
  margin: 1rem 0 0.8rem;
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-banner h1 {
  max-width: 10.5ch;
}

.hero-banner p,
.section-heading p,
.wide-banner-copy p,
.testimonial-quote p,
.journal-card p,
.contact-copy p,
.map-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.hero-badges {
  flex-wrap: wrap;
}

.hero-actions {
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.82rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.btn-secondary {
  color: var(--primary-dark);
  background: #fff;
  border-color: var(--stroke);
}

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

.hero-mini-card {
  position: relative;
  overflow: hidden;
  padding: 1.3rem;
  border-radius: 28px;
}

.hero-mini-card::before,
.trio-card::before,
.product-card::before,
.journal-card::before {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(134, 184, 62, 0.08);
}

.hero-mini-card h3,
.wide-banner-copy h2,
.journal-card h3,
.map-copy h3 {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.hero-mini-card h3 {
  margin: 0.8rem 0 0.4rem;
}

.promo-grid {
  padding-top: 0;
}

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

.trio-card {
  position: relative;
  min-height: 16rem;
  overflow: hidden;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
}

.trio-card[data-tone="peach"] {
  background: linear-gradient(135deg, #fff6ee, #fffdf9);
}

.trio-card[data-tone="kiwi"] {
  background: linear-gradient(135deg, #f2f9e7, #fffdf8);
}

.trio-card[data-tone="berry"] {
  background: linear-gradient(135deg, #fff0f1, #fffdf9);
}

.trio-card .fruit {
  font-size: 3rem;
}

.trio-card h3 {
  margin: 1rem 0 0.45rem;
  font-size: 2rem;
  letter-spacing: -0.05em;
}

.trio-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.65;
}

.shop-link {
  color: var(--primary-dark);
  font-weight: 800;
}

.wide-banner {
  padding-top: 0;
}

.wide-banner-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.85fr);
  gap: 1rem;
  padding: 2rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #f1f6e1, #fdf8ee);
}

.wide-banner-card::before {
  left: -4rem;
  bottom: -4rem;
  width: 16rem;
  height: 16rem;
  background: rgba(134, 184, 62, 0.09);
}

.wide-banner-copy,
.wide-banner-art,
.testimonial-band {
  position: relative;
  z-index: 1;
}

.wide-banner-art {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.wide-banner-art span {
  display: grid;
  place-items: center;
  height: 8rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 3rem;
}

.heading-center {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.tabs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 2rem 0;
}

.tab-btn {
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--stroke);
  background: #fff;
  color: var(--muted);
  transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}

.tab-btn.is-active {
  color: #fff;
  background: linear-gradient(135deg, #79ad33, #97c94f);
  box-shadow: 0 12px 20px rgba(134, 184, 62, 0.22);
}

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

.product-card {
  position: relative;
  overflow: hidden;
  padding: 0.9rem;
  border-radius: 28px;
}

.product-image {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #faf7f1, #efe9df);
}

.product-image img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.product-category {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-price {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-card h3 {
  margin: 0.5rem 0 0.7rem;
  font-size: 1.08rem;
  letter-spacing: -0.03em;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-badge {
  padding-inline: 0.65rem;
}

.product-card .btn-secondary {
  min-height: 2.7rem;
  padding-inline: 0.95rem;
  background: #f7f4ef;
}

.testimonials {
  padding-top: 2.5rem;
}

.testimonial-band {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(35, 50, 34, 0.68), rgba(35, 50, 34, 0.6)),
    linear-gradient(135deg, #dbe9bf, #f7efe4);
  color: #fff;
  text-align: center;
}

.testimonial-band::before {
  right: -4rem;
  top: -4rem;
  width: 15rem;
  height: 15rem;
  background: rgba(255, 255, 255, 0.08);
}

.testimonial-quote {
  max-width: 48rem;
  margin: 0 auto;
}

.testimonial-quote p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.15rem;
}

.testimonial-quote strong {
  display: block;
  margin-top: 1rem;
  font-weight: 800;
}

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

.journal-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  border-radius: 28px;
}

.journal-image {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #faf7f1, #efe7dc);
}

.journal-image img {
  width: 100%;
  aspect-ratio: 1.15 / 0.82;
  object-fit: cover;
}

.journal-meta {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.journal-card h3 {
  margin: 0.65rem 0 0.45rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  gap: 1rem;
}

.contact-copy,
.map-card {
  padding: 1.4rem;
  border-radius: 30px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.info-card {
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #faf7f2, #f2ece3);
}

.info-card span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-card strong {
  letter-spacing: -0.02em;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.5rem;
}

.contact-form .full {
  grid-column: 1 / -1;
}

.contact-form span {
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(134, 184, 62, 0.52);
  box-shadow: 0 0 0 4px rgba(134, 184, 62, 0.12);
}

.contact-form-footer {
  grid-column: 1 / -1;
  justify-content: space-between;
  gap: 1rem;
}

.form-status {
  min-height: 1.5rem;
  color: var(--primary-dark);
  font-weight: 800;
}

.map-visual {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(134, 184, 62, 0.08), rgba(255, 185, 79, 0.1)),
    linear-gradient(180deg, #faf7f1, #efe8dc);
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(35, 50, 34, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 50, 34, 0.07) 1px, transparent 1px);
  background-size: 3.4rem 3.4rem;
}

.map-route,
.map-pin,
.map-stop {
  position: absolute;
  border-radius: 999px;
}

.route-a {
  left: 23%;
  top: 58%;
  width: 34%;
  height: 0.42rem;
  background: rgba(134, 184, 62, 0.42);
  transform: rotate(-8deg);
}

.route-b {
  left: 52%;
  top: 41%;
  width: 22%;
  height: 0.42rem;
  background: rgba(255, 185, 79, 0.46);
  transform: rotate(-50deg);
}

.map-pin {
  left: 53%;
  top: 47%;
  width: 1.9rem;
  height: 1.9rem;
  background: linear-gradient(135deg, #ffb94f, #ff9958);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 12px rgba(255, 185, 79, 0.18);
}

.map-stop {
  width: 1rem;
  height: 1rem;
  background: #76aa34;
}

.stop-a {
  left: 22%;
  top: 62%;
}

.stop-b {
  left: 74%;
  top: 29%;
}

.map-copy h3 {
  margin: 1rem 0 0.45rem;
}

.site-footer {
  margin-top: 2rem;
  padding: 3.8rem 0 2rem;
  color: rgba(255, 255, 255, 0.82);
  background: #1f3022;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.brand-footer .brand-copy strong,
.site-footer h3 {
  color: #fff;
}

.site-footer h3 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.footer-brand p,
.footer-meta p {
  margin: 0;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  gap: 1rem;
}

.legal-links {
  gap: 1rem;
  flex-wrap: wrap;
}

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

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

@media (max-width: 1100px) {
  .hero-layout,
  .wide-banner-card,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-mini-grid,
  .trio-grid,
  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .topbar-meta,
  .search-box,
  .header-links,
  .header-cta {
    display: none;
  }

  .site-nav {
    position: fixed;
    inset: 8.5rem 1rem auto;
    display: grid;
    gap: 0.2rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.8rem 0.9rem;
    border-radius: 14px;
  }

  .site-nav a:hover {
    background: #f4f0e8;
  }

  .menu-toggle {
    display: inline-flex;
  }

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

@media (max-width: 720px) {
  .topbar {
    display: none;
  }

  .section {
    padding: 4rem 0;
  }

  .brand-copy small {
    display: none;
  }

  .hero-banner {
    padding: 1.5rem;
  }

  .hero-banner h1,
  .section-heading h2,
  .wide-banner-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
    max-width: none;
  }

  .hero-mini-grid,
  .trio-grid,
  .products-grid,
  .journal-grid,
  .contact-info,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form .full,
  .contact-form-footer {
    grid-column: auto;
  }

  .contact-form-footer,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .wide-banner-art {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
