/*
Theme Name: Shivalik Agro
Theme URI: https://shivalikagro.in/
Author: Shivalik Agro Farm
Author URI: https://shivalikagro.in/
Description: A pixel-focused WordPress theme recreation of the Shivalik Agro React homepage.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: shivalik-agro
*/

:root {
  --radius: 1.25rem;
  --fresh-green: oklch(0.72 0.16 145);
  --leaf-green: oklch(0.78 0.13 145);
  --lemon: oklch(0.87 0.14 95);
  --beige: oklch(0.94 0.04 82);
  --clay: oklch(0.7 0.08 65);
  --cocoa: oklch(0.35 0.06 50);
  --background: oklch(0.985 0.015 85);
  --foreground: oklch(0.28 0.05 50);
  --card: oklch(0.99 0.01 85);
  --border: oklch(0.88 0.03 80);
  --shadow-luxe: 0 20px 50px -20px color-mix(in oklab, var(--cocoa) 25%, transparent);
  --shadow-soft: 0 12px 40px -18px color-mix(in oklab, var(--cocoa) 20%, transparent);
  --font-display: "Playfair Display", serif;
  --font-serif: "Cormorant Garamond", serif;
  --font-sans: "Manrope", "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  font-feature-settings: "ss01", "cv11";
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.theme-wrap {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(160deg, color-mix(in oklab, var(--leaf-green) 18%, var(--background)), var(--background) 40%, color-mix(in oklab, var(--lemon) 22%, var(--background)) 75%, color-mix(in oklab, var(--clay) 18%, var(--background)));
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

.glass-card {
  background: color-mix(in oklab, var(--card) 78%, transparent);
  backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
}

.hero-gradient {
  background:
    radial-gradient(ellipse at 15% 0%, color-mix(in oklab, var(--leaf-green) 55%, transparent), transparent 55%),
    radial-gradient(ellipse at 90% 20%, color-mix(in oklab, var(--lemon) 65%, transparent), transparent 55%),
    radial-gradient(ellipse at 50% 100%, color-mix(in oklab, var(--clay) 45%, transparent), transparent 60%),
    linear-gradient(180deg, var(--beige), color-mix(in oklab, var(--beige) 70%, var(--lemon)));
}

.text-gradient {
  background: linear-gradient(120deg, var(--fresh-green), var(--cocoa) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  vertical-align: -0.125em;
}

.icon-fill {
  fill: currentColor;
}

.floating-leaves {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.floating-leaves .icon {
  position: absolute;
  color: color-mix(in oklab, var(--fresh-green) 15%, transparent);
  animation: drift 22s ease-in-out infinite;
}

.floating-leaves .leaf-1 { top: 8%; left: 5%; width: 40px; height: 40px; animation-delay: 0s; animation-duration: 18s; }
.floating-leaves .leaf-2 { top: 25%; left: 28%; width: 60px; height: 60px; animation-delay: 2s; animation-duration: 21s; }
.floating-leaves .leaf-3 { top: 42%; left: 51%; width: 80px; height: 80px; animation-delay: 4s; animation-duration: 24s; }
.floating-leaves .leaf-4 { top: 59%; left: 74%; width: 40px; height: 40px; animation-delay: 6s; animation-duration: 27s; }
.floating-leaves .leaf-5 { top: 76%; left: 2%; width: 60px; height: 60px; animation-delay: 8s; animation-duration: 30s; }
.floating-leaves .leaf-6 { top: 3%; left: 25%; width: 80px; height: 80px; animation-delay: 10s; animation-duration: 33s; }

.site-header {
  position: relative;
  z-index: 30;
}

.nav-shell {
  padding-top: 24px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 999px;
  min-height: 88px;
  padding: 8px 30px;
  box-shadow: var(--shadow-soft);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 292px;
  min-width: 0;
  height: 72px;
  overflow: hidden;
}

.brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo,
.brand .custom-logo {
  display: block;
  width: 268px;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

.site-footer .brand-logo,
.site-footer .brand .custom-logo {
  width: 278px;
  max-height: 78px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 999px;
  background: var(--fresh-green);
  color: #fff;
}

.brand-name {
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-name span {
  color: var(--fresh-green);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: color-mix(in oklab, var(--cocoa) 80%, transparent);
  font-size: 14px;
}

.nav-links a {
  transition: color 180ms ease;
}

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

.nav-cta,
.btn-primary,
.btn-secondary,
.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  font-weight: 500;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, gap 180ms ease;
}

.nav-cta {
  padding: 10px 20px;
  background: var(--cocoa);
  color: var(--beige);
  font-size: 14px;
}

.nav-cta:hover,
.btn-primary:hover,
.contact-submit:hover {
  background: var(--fresh-green);
}

.cart-indicator {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in oklab, var(--cocoa) 12%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 64%);
  color: var(--cocoa);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.cart-indicator:hover {
  background: var(--fresh-green);
  color: #fff;
  transform: translateY(-1px);
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid var(--beige);
  border-radius: 999px;
  background: var(--cocoa);
  color: var(--beige);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 0 5px;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--cocoa);
  font-size: 24px;
  line-height: 1;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  border-radius: 24px;
  padding: 20px;
  color: color-mix(in oklab, var(--cocoa) 80%, transparent);
}

.mobile-menu.is-open {
  display: flex;
}

.hero {
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, oklch(0.85 0.15 145 / 0.4), transparent 40%),
    radial-gradient(circle at 80% 70%, oklch(0.87 0.14 95 / 0.4), transparent 45%);
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 60%);
  padding: 6px 16px;
  color: var(--cocoa);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.eyebrow-pill .icon {
  color: var(--fresh-green);
}

.hero h1 {
  margin-top: 24px;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.05;
}

.hero h1 em,
.section-title em,
.contact-title em {
  font-style: italic;
}

.hero-text {
  max-width: 576px;
  margin-top: 24px;
  color: color-mix(in oklab, var(--cocoa) 75%, transparent);
  font-size: 18px;
  line-height: 1.7;
}

.claim-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.claim-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 70%);
  padding: 8px 16px;
  color: var(--cocoa);
  font-size: 14px;
  backdrop-filter: blur(10px);
}

.check {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 999px;
  background: var(--fresh-green);
  color: #fff;
  font-size: 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.btn-primary {
  padding: 14px 28px;
  background: var(--cocoa);
  color: var(--beige);
  box-shadow: var(--shadow-luxe);
}

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

.btn-primary:hover {
  gap: 12px;
}

.btn-secondary {
  border: 1px solid color-mix(in oklab, var(--cocoa) 25%, transparent);
  background: rgb(255 255 255 / 50%);
  padding: 14px 28px;
  color: var(--cocoa);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: #fff;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 40px;
  background: linear-gradient(135deg, color-mix(in oklab, var(--fresh-green) 30%, transparent), color-mix(in oklab, var(--lemon) 30%, transparent), color-mix(in oklab, var(--clay) 30%, transparent));
  filter: blur(24px);
}

.hero-photo {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 32px;
  box-shadow: var(--shadow-luxe);
  animation: float-slow 6s ease-in-out infinite;
}

.hero-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.float-card {
  position: absolute;
  z-index: 4;
  box-shadow: var(--shadow-soft);
}

.bilona-card {
  left: -16px;
  bottom: 32px;
  border-radius: 16px;
  padding: 16px;
}

.bilona-card-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bilona-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in oklab, var(--fresh-green) 15%, transparent);
  color: var(--fresh-green);
}

.micro-label {
  color: color-mix(in oklab, var(--cocoa) 60%, transparent);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bilona-title {
  color: var(--cocoa);
  font-family: var(--font-display);
  font-weight: 600;
}

.rating-card {
  top: 40px;
  right: -8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  padding: 12px 16px;
  color: var(--cocoa);
  font-size: 14px;
  font-weight: 500;
}

.rating-card .icon {
  color: var(--lemon);
  fill: var(--lemon);
}

.section {
  position: relative;
  padding: 96px 0 128px;
}

.section-narrow {
  width: min(100%, 896px);
  margin: 0 auto;
  padding: 0 24px;
}

.section-kicker {
  color: var(--fresh-green);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-title {
  margin-top: 16px;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 600;
  line-height: 1.1;
}

.section-copy {
  margin-top: 20px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 18px;
  line-height: 1.6;
}

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

.section-head {
  max-width: 672px;
}

.section-head.center {
  margin: 0 auto;
}

.product-slider-shell {
  display: flex;
  justify-content: flex-end;
  margin-top: 64px;
}

.product-slider-controls {
  display: inline-flex;
  gap: 12px;
}

.slider-btn {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid color-mix(in oklab, var(--cocoa) 12%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 68%);
  color: var(--cocoa);
  box-shadow: var(--shadow-soft);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.slider-btn:first-child .icon {
  transform: rotate(180deg);
}

.slider-btn:hover {
  background: var(--fresh-green);
  color: #fff;
  transform: translateY(-2px);
}

.product-slider-viewport {
  margin-top: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-slider-viewport::-webkit-scrollbar {
  display: none;
}

.product-slider {
  display: flex;
  gap: 32px;
  padding: 0 4px 12px;
}

.product-card {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.shop-product-card {
  flex: initial;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-luxe);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.product-card:hover img {
  transform: scale(1.1);
}

.tag {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 999px;
  background: rgb(255 255 255 / 85%);
  padding: 4px 12px;
  color: var(--cocoa);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.product-body {
  padding: 28px;
}

.product-title,
.why-title {
  color: var(--cocoa);
  font-family: var(--font-display);
  font-weight: 600;
}

.product-title {
  font-size: 24px;
}

.product-title a:hover {
  color: var(--fresh-green);
}

.product-desc,
.why-desc {
  margin-top: 8px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
  line-height: 1.65;
}

.product-price {
  margin-top: 16px;
  color: var(--cocoa);
  font-size: 18px;
  font-weight: 700;
}

.product-price del {
  color: color-mix(in oklab, var(--cocoa) 45%, transparent);
  font-size: 14px;
  font-weight: 500;
}

.product-price ins {
  text-decoration: none;
}

.shop-hero {
  position: relative;
  padding: 72px 0 86px;
}

.shop-hero-inner {
  position: relative;
  max-width: 820px;
}

.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.shop-section {
  padding-top: 76px;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 64px;
}

.category-pills a {
  border: 1px solid color-mix(in oklab, var(--cocoa) 12%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  color: var(--cocoa);
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.category-pills a:hover {
  background: var(--fresh-green);
  color: #fff;
  transform: translateY(-2px);
}

.shop-category-block + .shop-category-block {
  margin-top: 96px;
}

.shop-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.empty-shop {
  margin-top: 28px;
  border-radius: 20px;
  padding: 24px;
  color: var(--cocoa);
}

.shivalik-wc-notices {
  margin-bottom: 28px;
}

.shivalik-wc-notices:empty {
  display: none;
}

.woocommerce-notices-wrapper {
  display: block;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  position: relative;
  margin: 0 0 18px;
  border: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
  border-radius: 18px;
  background: rgb(255 255 255 / 72%);
  color: var(--cocoa);
  padding: 18px 20px 18px 54px;
  box-shadow: var(--shadow-soft);
  list-style-position: inside;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  position: absolute;
  top: 19px;
  left: 20px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.woocommerce-message::before {
  content: "✓";
  background: var(--fresh-green);
}

.woocommerce-info::before {
  content: "i";
  background: var(--fresh-green);
}

.woocommerce-error::before {
  content: "!";
  background: #c2463d;
}

.woocommerce-message {
  border-color: color-mix(in oklab, var(--fresh-green) 28%, transparent);
}

.woocommerce-error {
  border-color: #f0b4ad;
  background: #fff6f5;
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.page-content-card .button,
.page-content-card button.button,
.page-content-card input.button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-checkout #payment #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--fresh-green);
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.page-content-card .button:hover,
.page-content-card button.button:hover,
.page-content-card input.button:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: var(--leaf);
  transform: translateY(-1px);
}

.page-content-section {
  padding-top: 72px;
}

.page-content-card {
  border-radius: 28px;
  padding: 34px;
  box-shadow: var(--shadow-soft);
}

.page-content-card .woocommerce {
  color: var(--cocoa);
}

.page-content-card table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.page-content-card th,
.page-content-card td {
  border-bottom: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
  padding: 16px;
  text-align: left;
}

.page-content-card input.input-text,
.page-content-card textarea,
.page-content-card select {
  border: 1px solid color-mix(in oklab, var(--cocoa) 15%, transparent);
  border-radius: 12px;
  background: rgb(255 255 255 / 68%);
  color: var(--cocoa);
  padding: 12px 14px;
}

.page-content-card .quantity .qty {
  max-width: 88px;
  text-align: center;
}

.page-content-card .cart_totals,
.page-content-card .woocommerce-checkout-review-order {
  border-radius: 24px;
  background: rgb(255 255 255 / 55%);
  padding: 24px;
  box-shadow: var(--shadow-soft);
}

.shivalik-cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  max-width: min(420px, calc(100vw - 32px));
  align-items: center;
  gap: 14px;
  border: 1px solid color-mix(in oklab, var(--fresh-green) 24%, transparent);
  border-radius: 18px;
  background: rgb(255 255 255 / 88%);
  color: var(--cocoa);
  padding: 14px 16px;
  box-shadow: var(--shadow-luxe);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(18px);
}

.shivalik-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.shivalik-cart-toast a {
  border-radius: 999px;
  background: var(--cocoa);
  color: var(--beige);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  border: 0;
  background: transparent;
  color: var(--fresh-green);
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  transition: gap 180ms ease;
}

.text-link:hover {
  gap: 12px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.about-media {
  position: relative;
}

.about-media::before {
  content: "";
  position: absolute;
  inset: -16px;
  border-radius: 32px;
  background: linear-gradient(135deg, color-mix(in oklab, var(--leaf-green) 25%, transparent), color-mix(in oklab, var(--clay) 25%, transparent));
  filter: blur(24px);
}

.about-photo {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-luxe);
}

.about-photo img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.craft-card {
  right: -24px;
  bottom: -24px;
  max-width: 220px;
  border-radius: 16px;
  padding: 20px;
}

.craft-card strong {
  display: block;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
}

.craft-card span {
  display: block;
  margin-top: 4px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
  line-height: 1.45;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.stat {
  border-left: 2px solid color-mix(in oklab, var(--fresh-green) 40%, transparent);
  padding-left: 16px;
}

.stat strong {
  display: block;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 5px;
  color: color-mix(in oklab, var(--cocoa) 60%, transparent);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}

.why-card {
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-luxe);
}

.why-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--fresh-green), var(--leaf-green));
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.why-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.25;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.testimonial-card {
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.stars {
  display: flex;
  gap: 4px;
  color: var(--lemon);
}

.testimonial-quote {
  margin-top: 20px;
  color: color-mix(in oklab, var(--cocoa) 85%, transparent);
  font-family: var(--font-serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.55;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in oklab, var(--fresh-green) 15%, transparent);
  color: var(--fresh-green);
  font-family: var(--font-display);
  font-weight: 600;
}

.person-name {
  color: var(--cocoa);
  font-weight: 500;
}

.person-role {
  margin-top: 2px;
  color: color-mix(in oklab, var(--cocoa) 55%, transparent);
  font-size: 12px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 56px;
}

.faq-item {
  overflow: hidden;
  border-radius: 16px;
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 20px 28px;
  color: var(--cocoa);
  text-align: left;
}

.faq-question span {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
}

.faq-question .icon {
  flex: 0 0 auto;
  color: var(--fresh-green);
  transition: transform 250ms ease;
}

.faq-item.is-open .faq-question .icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 320ms ease, opacity 320ms ease;
}

.faq-item.is-open .faq-answer {
  max-height: 260px;
  opacity: 1;
}

.faq-answer p {
  padding: 0 28px 24px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  line-height: 1.65;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: var(--shadow-luxe);
}

.contact-panel::before {
  content: "";
  position: absolute;
  inset: 0;
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: center;
  padding: 64px;
}

.contact-title {
  margin-top: 16px;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.contact-copy {
  max-width: 448px;
  margin-top: 20px;
  color: color-mix(in oklab, var(--cocoa) 75%, transparent);
  font-size: 18px;
  line-height: 1.6;
}

.contact-lines {
  display: grid;
  gap: 16px;
  margin-top: 32px;
  color: var(--cocoa);
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-line .icon {
  color: var(--fresh-green);
}

.contact-form {
  display: grid;
  gap: 16px;
  border-radius: 24px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.contact-form.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

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

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid color-mix(in oklab, var(--cocoa) 15%, transparent);
  border-radius: 12px;
  outline: none;
  background: rgb(255 255 255 / 60%);
  color: var(--cocoa);
  padding: 12px 16px;
  transition: border-color 180ms ease;
}

.contact-form textarea {
  min-height: 118px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--fresh-green);
}

.contact-form .field-error {
  border-color: #b42318;
  box-shadow: 0 0 0 3px rgb(180 35 24 / 10%);
}

.contact-submit {
  width: 100%;
  background: var(--cocoa);
  color: var(--beige);
  padding: 14px 24px;
}

.contact-status {
  display: none;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.45;
}

.contact-status.is-visible {
  display: block;
}

.contact-status.is-success {
  background: color-mix(in oklab, var(--fresh-green) 14%, white);
  color: var(--cocoa);
}

.contact-status.is-error {
  background: #fff1f0;
  color: #8a1f17;
}

.single-product-hero {
  position: relative;
  padding: 72px 0 96px;
}

.single-product-notices {
  margin-bottom: 24px;
}

.single-product-notices:empty {
  display: none;
}

.single-product-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.single-product-media {
  position: relative;
}

.single-product-media::before {
  content: "";
  position: absolute;
  inset: -22px;
  border-radius: 40px;
  background: linear-gradient(135deg, color-mix(in oklab, var(--fresh-green) 28%, transparent), color-mix(in oklab, var(--lemon) 28%, transparent), color-mix(in oklab, var(--clay) 22%, transparent));
  filter: blur(24px);
}

.single-product-image {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-luxe);
}

.single-product-image img {
  width: 100%;
  height: min(620px, 70vh);
  object-fit: cover;
}

.single-product-thumbs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.single-product-thumb {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1;
}

.single-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product-summary {
  position: relative;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
  font-weight: 600;
}

.back-link .icon {
  transform: rotate(180deg);
}

.single-product-title {
  margin-top: 16px;
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: clamp(46px, 5.5vw, 72px);
  font-weight: 600;
  line-height: 1.02;
}

.single-product-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
}

.single-product-price {
  margin-top: 26px;
  color: var(--cocoa);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1;
}

.single-product-price del {
  color: color-mix(in oklab, var(--cocoa) 45%, transparent);
  font-size: 20px;
  font-weight: 500;
}

.single-product-price ins {
  text-decoration: none;
}

.single-product-short {
  max-width: 600px;
  margin-top: 24px;
  color: color-mix(in oklab, var(--cocoa) 75%, transparent);
  font-size: 18px;
  line-height: 1.7;
}

.single-cart-form {
  display: grid;
  grid-template-columns: auto 110px minmax(180px, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 32px;
  border-radius: 24px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.single-cart-form label {
  color: var(--cocoa);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.single-cart-form .quantity {
  display: block;
}

.single-cart-form .qty {
  width: 100%;
  min-height: 48px;
  border: 1px solid color-mix(in oklab, var(--cocoa) 15%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 62%);
  color: var(--cocoa);
  padding: 8px 14px;
  text-align: center;
  outline: none;
}

.single-add-cart {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--cocoa);
  color: var(--beige);
  padding: 12px 22px;
  font-weight: 700;
  transition: background 180ms ease, transform 180ms ease;
}

.single-add-cart:hover {
  background: var(--fresh-green);
  transform: translateY(-2px);
}

.single-add-cart.loading,
.single-add-cart:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.stock-note {
  margin-top: 30px;
  border-radius: 18px;
  padding: 18px;
  color: var(--cocoa);
}

.single-product-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: color-mix(in oklab, var(--cocoa) 78%, transparent);
}

.single-product-points li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-product-points .icon {
  color: var(--fresh-green);
  flex: 0 0 auto;
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 48px;
  align-items: start;
}

.details-card {
  border-radius: 28px;
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.details-card h3 {
  color: var(--cocoa);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
}

.details-card ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding-left: 20px;
  color: color-mix(in oklab, var(--cocoa) 72%, transparent);
  line-height: 1.65;
}

.site-footer {
  position: relative;
  margin-top: 64px;
  border-top: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-copy {
  max-width: 384px;
  margin-top: 20px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  line-height: 1.65;
}

.organic-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  border-radius: 999px;
  background: color-mix(in oklab, var(--fresh-green) 10%, transparent);
  padding: 8px 16px;
  color: var(--fresh-green);
  font-size: 14px;
}

.footer-title {
  color: var(--cocoa);
  font-family: var(--font-display);
  font-weight: 600;
}

.footer-links {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--fresh-green);
}

.socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.socials a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.socials a:hover {
  background: var(--fresh-green);
  color: #fff;
}

.baked-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: color-mix(in oklab, var(--cocoa) 70%, transparent);
  font-size: 14px;
}

.baked-line .icon {
  color: var(--fresh-green);
}

.footer-bottom {
  border-top: 1px solid color-mix(in oklab, var(--cocoa) 10%, transparent);
}

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: color-mix(in oklab, var(--cocoa) 55%, transparent);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

@keyframes float-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes drift {
  0% { transform: translate(0, 0) rotate(0); }
  50% { transform: translate(20px, -30px) rotate(180deg); }
  100% { transform: translate(0, 0) rotate(360deg); }
}

@media (max-width: 1100px) {
  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .single-product-grid,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    flex-basis: calc((100% - 32px) / 2);
  }

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

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .container,
  .section-narrow {
    padding: 0 20px;
  }

  .nav-shell {
    padding-top: 16px;
  }

  .main-nav {
    min-height: 78px;
    padding: 8px 16px;
  }

  .brand {
    flex-basis: 220px;
    height: 62px;
  }

  .brand-logo,
  .brand .custom-logo {
    width: 218px;
    max-height: 62px;
  }

  .nav-cta {
    display: none;
  }

  .cart-indicator {
    width: 42px;
    height: 42px;
  }

  .hero-grid {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-photo img,
  .about-photo img {
    height: 420px;
  }

  .float-card,
  .craft-card {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .why-grid,
  .testimonial-grid,
  .stats-grid,
  .field-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-slider-shell {
    justify-content: flex-start;
  }

  .product-card {
    flex-basis: min(86vw, 380px);
  }

  .contact-grid {
    padding: 36px 22px;
  }

  .contact-panel {
    border-radius: 28px;
  }

  .contact-form {
    padding: 22px;
  }

  .single-product-hero {
    padding: 56px 0 72px;
  }

  .single-cart-form {
    grid-template-columns: 1fr;
  }

  .single-product-image img {
    height: 420px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    font-size: 17px;
  }

  .brand-logo,
  .brand .custom-logo {
    width: 190px;
    max-height: 54px;
  }

  .brand {
    flex-basis: 190px;
    height: 54px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-actions,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .section-title,
  .contact-title {
    font-size: 36px;
  }
}
