:root {
  --green: #0f3d2b;
  --dark-green: #082620;
  --leaf: #4a7c5a;
  --cream: #faf9f7;
  --gold: #c9a961;
  --light-gold: #e8d7b8;
  --earth: #6b5d50;
  --ink: #1a1a1a;
  --white: #FFFFFF;
  --ivory: #f5f1ed;
  --pastel-pink: #d4a8b0;
  --sage: #6b9369;
  --muted: #7a7470;
  --line: rgba(15, 61, 43, 0.08);
  --shadow: 0 20px 60px rgba(15, 61, 43, 0.12);
  --shadow-lg: 0 35px 100px rgba(15, 61, 43, 0.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(15, 61, 43, 0.02) 0%, rgba(201, 169, 97, 0.01) 50%, rgba(212, 168, 176, 0.01) 100%),
    linear-gradient(180deg, #faf9f7 0%, #f5f1ed 44%, #f0ebe5 100%);
  font-family: var(--sans);
  line-height: 1.6;
  letter-spacing: -0.3px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(250, 249, 247, 0.98), rgba(250, 249, 247, 0.82) 48%, rgba(250, 249, 247, 0.98)),
    radial-gradient(circle at 12% 18%, rgba(74, 124, 90, 0.06), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(201, 169, 97, 0.06), transparent 28%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--cream);
  display: grid;
  place-items: center;
}

.loader::after {
  content: "";
  width: 44px;
  height: 44px;
  border: 4px solid rgba(47, 93, 58, 0.2);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.loader.hide { opacity: 0; pointer-events: none; transition: 0.35s ease; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes slideUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes slideLeft {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.965); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes softFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes sheen {
  from { transform: translateX(-120%) skewX(-18deg); }
  to { transform: translateX(220%) skewX(-18deg); }
}
@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(217, 185, 93, 0.35); }
  70% { box-shadow: 0 0 0 12px rgba(217, 185, 93, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 185, 93, 0); }
}
@keyframes petalFall {
  0% { transform: translate3d(0, -12vh, 0) rotate(0deg); opacity: 0; }
  8% { opacity: 0.78; }
  50% { transform: translate3d(var(--drift, 26px), 50vh, 0) rotate(180deg); }
  100% { transform: translate3d(calc(var(--drift, 26px) * -1), 112vh, 0) rotate(360deg); opacity: 0; }
}
@keyframes petalSway {
  0%, 100% { border-radius: 65% 35% 58% 42%; }
  50% { border-radius: 38% 62% 44% 56%; }
}
@keyframes bloomGlow {
  0%, 100% { transform: scale(1); opacity: 0.42; }
  50% { transform: scale(1.08); opacity: 0.74; }
}
@keyframes flowerTilt {
  0%, 100% { transform: rotate(-1deg) translateY(0); }
  50% { transform: rotate(1.25deg) translateY(-7px); }
}
@keyframes cartPop {
  0% { transform: scale(1); }
  35% { transform: scale(1.16); }
  100% { transform: scale(1); }
}
@keyframes glowDrift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
@keyframes resultArrival {
  from { opacity: 0; transform: translateY(18px) scale(0.985); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes galleryFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(0.45deg); }
}
@keyframes imageBloom {
  0% { clip-path: inset(8% 8% 8% 8% round 18px); opacity: 0.2; }
  100% { clip-path: inset(0 0 0 0 round 18px); opacity: 1; }
}
@keyframes vineGrow {
  from { transform: scaleX(0); opacity: 0.35; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes leafDrift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(var(--rotate, -18deg)); }
  50% { transform: translate3d(var(--wind-x, 12px), -16px, 0) rotate(calc(var(--rotate, -18deg) + 9deg)); }
}
@keyframes flowerPulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.78; }
  50% { transform: scale(1.18) rotate(18deg); opacity: 1; }
}
@keyframes sproutPeek {
  0%, 100% { transform: translateY(8px) rotate(var(--sprout-rotate, -14deg)); opacity: 0.46; }
  50% { transform: translateY(0) rotate(calc(var(--sprout-rotate, -14deg) + 7deg)); opacity: 0.9; }
}
@keyframes cardBloom {
  0% { box-shadow: 0 18px 54px rgba(39, 33, 27, 0.09), 0 0 0 0 rgba(111, 166, 93, 0.36); }
  45% { box-shadow: 0 30px 82px rgba(39, 33, 27, 0.16), 0 0 0 12px rgba(111, 166, 93, 0.12); }
  100% { box-shadow: 0 18px 54px rgba(39, 33, 27, 0.09), 0 0 0 22px rgba(111, 166, 93, 0); }
}
@keyframes burstCore {
  from { transform: translate(-50%, -50%) scale(0.45); opacity: 1; }
  to { transform: translate(-50%, -50%) scale(1.35); opacity: 0; }
}
@keyframes burstPetal {
  from { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(0) scale(0.72); opacity: 1; }
  to { transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--distance) * -1)) scale(0.25); opacity: 0; }
}
@keyframes gardenReveal {
  from { opacity: 0; transform: translateY(18px); filter: saturate(0.88); }
  to { opacity: 1; transform: translateY(0); filter: saturate(1); }
}
@keyframes auroraDrift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(var(--aurora-x, 26px), var(--aurora-y, -34px), 0) scale(1.08); }
}
@keyframes progressGlow {
  0%, 100% { filter: drop-shadow(0 0 8px rgba(111, 166, 93, 0.35)); }
  50% { filter: drop-shadow(0 0 18px rgba(240, 167, 184, 0.55)); }
}
@keyframes toastIn {
  from { opacity: 0; transform: translate3d(18px, 14px, 0) scale(0.96); filter: blur(5px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
@keyframes toastOut {
  to { opacity: 0; transform: translate3d(18px, -8px, 0) scale(0.96); filter: blur(4px); }
}
@keyframes sparkleTrail {
  from { opacity: 0.8; transform: translate(-50%, -50%) scale(0.35); }
  to { opacity: 0; transform: translate(-50%, -74%) scale(1.7); }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f0a7b8, #d9b95d, #72b777, #164a34);
  transform: scaleX(0);
  transform-origin: left;
  animation: progressGlow 3s ease-in-out infinite;
  pointer-events: none;
}

.cursor-aura {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6800;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,0.5) 0 8%, rgba(240,167,184,0.16) 9% 32%, rgba(111,166,93,0.10) 33% 55%, transparent 68%);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s ease;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.sparkle-trail {
  position: fixed;
  z-index: 6900;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 22%, #f5d68f 23% 48%, rgba(240,167,184,0.72) 49% 100%);
  box-shadow: 0 0 14px rgba(111, 166, 93, 0.28);
  pointer-events: none;
  animation: sparkleTrail 0.72s ease-out forwards;
}

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

.page-aurora span {
  position: absolute;
  width: 36vw;
  min-width: 340px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.14;
  filter: blur(56px);
  animation: auroraDrift 16s ease-in-out infinite;
}

.page-aurora span:nth-child(1) {
  left: -14vw;
  top: 22vh;
  --aurora-x: 84px;
  --aurora-y: -32px;
  background: linear-gradient(135deg, #4a7c5a, #6b9369);
}

.page-aurora span:nth-child(2) {
  right: -12vw;
  top: 4vh;
  --aurora-x: -72px;
  --aurora-y: 52px;
  background: linear-gradient(135deg, #d4a8b0, #e8c8d0);
  animation-delay: -5.2s;
}

.page-aurora span:nth-child(3) {
  left: 36vw;
  bottom: -20vh;
  --aurora-x: 32px;
  --aurora-y: -80px;
  background: linear-gradient(135deg, #c9a961, #e8d7b8);
  animation-delay: -9.2s;
}

.top-bar,
.site-header,
main,
.site-footer,
.cart-sidebar,
.overlay,
.modal,
.lightbox {
  position: relative;
}

.top-bar,
.site-header,
main,
.site-footer {
  z-index: 1;
}

.toast-stack {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 7200;
  display: grid;
  gap: 10px;
  width: min(330px, calc(100vw - 36px));
  pointer-events: none;
}

.garden-toast {
  position: relative;
  overflow: hidden;
  padding: 14px 16px 14px 46px;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18px 50%, rgba(255,255,255,0.28), transparent 26px),
    linear-gradient(135deg, rgba(16,61,43,0.96), rgba(47,122,79,0.94));
  box-shadow: 0 18px 48px rgba(16, 61, 43, 0.24);
  animation: toastIn 0.35s ease both;
}

.garden-toast::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 24%, transparent 25%),
    radial-gradient(circle at 50% 0, #f8bfd0 0 28%, transparent 29%),
    radial-gradient(circle at 100% 50%, #f5d68f 0 28%, transparent 29%),
    radial-gradient(circle at 50% 100%, #b9dea1 0 28%, transparent 29%),
    radial-gradient(circle at 0 50%, #f0a7b8 0 28%, transparent 29%);
  transform: translateY(-50%);
}

.garden-toast.hide {
  animation: toastOut 0.28s ease forwards;
}

.petal-field {
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

.petal {
  position: absolute;
  top: -8vh;
  left: var(--x, 50vw);
  width: var(--size, 13px);
  height: calc(var(--size, 13px) * 1.35);
  background:
    radial-gradient(circle at 38% 26%, rgba(255,255,255,0.9), transparent 22%),
    linear-gradient(145deg, var(--petal-a, #f8bfd0), var(--petal-b, #e889a8));
  border-radius: 65% 35% 58% 42%;
  filter: drop-shadow(0 5px 7px rgba(24, 34, 25, 0.12));
  opacity: 0;
  animation:
    petalFall var(--duration, 14s) linear var(--delay, 0s) infinite,
    petalSway 2.8s ease-in-out var(--delay, 0s) infinite;
}

.top-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 12px 20px;
  color: #fff;
  background: linear-gradient(135deg, #0f3d2b 0%, #4a7c5a 50%, #c9a961 100%);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(15, 61, 43, 0.15);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(15, 61, 43, 0.08);
  backdrop-filter: blur(18px);
  box-shadow: 0 4px 20px rgba(15, 61, 43, 0.06);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(15, 61, 43, 0.12);
  box-shadow: 0 8px 30px rgba(15, 61, 43, 0.1);
}

.navbar {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 90px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: min-height 0.3s ease, padding 0.3s ease;
}

.site-header.scrolled .navbar {
  min-height: 74px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  font-weight: 800;
  color: var(--dark-green);
  letter-spacing: -0.5px;
  font-size: 1.05rem;
}

.brand img { width: 64px; height: 44px; object-fit: contain; }
.brand span { max-width: 240px; line-height: 1.15; }

.nav-menu { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 0.93rem; letter-spacing: -0.2px; }
.nav-menu a {
  position: relative;
  padding: 8px 0;
  color: rgba(26, 26, 26, 0.75);
  transition: color 0.25s ease;
}
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2.5px;
  background: linear-gradient(90deg, var(--gold), var(--green));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nav-menu a:hover { color: var(--dark-green); }
.nav-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.nav-actions { display: flex; align-items: center; gap: 10px; }

.cart-button, .call-button, .btn {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: -0.3px;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cart-button::after, .call-button::after, .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.32), transparent);
  transform: translateX(-130%) skewX(-18deg);
  transition: transform 0.5s ease;
}

.cart-button:hover::after, .call-button:hover::after, .btn:hover::after {
  transform: translateX(130%) skewX(-18deg);
}

.cart-button { background: linear-gradient(135deg, #e8d7b8, #f0e8d8); color: var(--dark-green); font-weight: 800; }
.cart-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201, 169, 97, 0.2); }
.cart-button.bump { animation: cartPop 0.42s ease; }
.cart-button span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0f3d2b, #4a7c5a);
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 800;
}

.call-button, .btn.primary { 
  color: #fff; 
  background: linear-gradient(135deg, #0f3d2b, #4a7c5a);
  box-shadow: 0 8px 20px rgba(15, 61, 43, 0.2);
}
.call-button:hover, .btn.primary:hover { 
  transform: translateY(-2px); 
  box-shadow: 0 12px 32px rgba(15, 61, 43, 0.3); 
}

.btn.secondary { color: var(--dark-green); background: linear-gradient(135deg, #f0ebe5, #e8d7b8); box-shadow: 0 4px 12px rgba(201, 169, 97, 0.15); }
.btn.secondary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201, 169, 97, 0.25); }

.btn.outline { 
  color: var(--dark-green); 
  background: rgba(201, 169, 97, 0.08); 
  border: 1.5px solid rgba(201, 169, 97, 0.3);
}
.btn.outline:hover { 
  background: rgba(201, 169, 97, 0.15); 
  border-color: rgba(201, 169, 97, 0.5);
}

.hamburger {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}
.hamburger span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--green); }

.hero {
  position: relative;
  min-height: auto;
  color: var(--ink);
  padding: 74px 20px 54px;
  background:
    linear-gradient(105deg, rgba(248, 252, 243, 0.98) 0 55%, rgba(22, 74, 52, 0.98) 55% 100%),
    linear-gradient(180deg, #f8fcf3, #eef5e8);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(22, 74, 52, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(22, 74, 52, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 76% 36%, rgba(255, 255, 255, 0.14), transparent 28%);
  background-size: 42px 42px, 42px 42px, auto;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 300px;
  height: 300px;
  right: 7%;
  top: 16%;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 68%);
  opacity: 0.75;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(500px, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 58px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin-left: 0;
  padding: 52px 44px;
  border-left: 0;
  border: 1px solid rgba(36, 84, 55, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(44, 37, 33, 0.11);
  backdrop-filter: blur(14px);
  animation: slideLeft 0.8s ease both 0.18s;
}
.eyebrow { margin: 0 0 14px; color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; margin: 0 0 18px; letter-spacing: -0.8px; }
h1 { max-width: 760px; font-size: clamp(3.2rem, 5.8vw, 5.8rem); color: var(--dark-green); font-weight: 800; }
h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); color: var(--dark-green); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.5px; }
.hero p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-info {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 12px;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f3d2b 0%, #4a7c5a 100%);
  font-weight: 700;
  font-size: 0.9rem;
  animation: slideUp 0.75s ease both 0.35s;
  box-shadow: 0 12px 32px rgba(15, 61, 43, 0.18);
}
.hero-info span {
  flex: 1;
  min-width: 240px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255,255,255,0.15);
  background: transparent;
  letter-spacing: 0.3px;
}
.hero-info span:last-child {
  border-right: none;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  animation: scaleIn 0.85s ease both;
}

.hero-image-panel,
.hero-product-panel {
  border: 1px solid rgba(15, 61, 43, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 60px rgba(15, 61, 43, 0.12);
}

.hero-image-panel {
  height: 640px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border: 12px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 40px 100px rgba(15, 61, 43, 0.16);
}

.hero-image-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: sheen 5s ease-in-out infinite 1.2s;
}

.hero-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,0.8), transparent 45%),
    linear-gradient(180deg, #f0ebe5, #f5f1ed);
  animation: flowerTilt 7s ease-in-out infinite;
}

.hero-flower-collage {
  position: absolute;
  left: -26px;
  right: 320px;
  bottom: 40px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.95fr;
  gap: 14px;
  align-items: end;
  pointer-events: none;
}

.hero-flower-collage img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border: 7px solid rgba(255, 255, 255, 0.98);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15, 61, 43, 0.18);
  animation: flowerTilt 6.5s ease-in-out infinite;
}

.hero-flower-collage img:nth-child(2) {
  height: 200px;
  animation-delay: -1.6s;
}

.hero-flower-collage img:nth-child(3) {
  height: 140px;
  animation-delay: -3s;
}

.hero-product-panel {
  position: absolute;
  right: 26px;
  bottom: 50px;
  z-index: 3;
  width: 280px;
  max-width: calc(100% - 52px);
  padding: 26px;
  min-height: 220px;
  display: grid;
  align-content: end;
  border-radius: 18px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 50px rgba(15, 61, 43, 0.15);
  animation: softFloat 4.8s ease-in-out infinite;
}

.hero-product-panel span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-product-panel strong {
  margin-top: 12px;
  color: var(--dark-green);
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  line-height: 1.1;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.hero-product-panel p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.section { max-width: 1320px; margin: 0 auto; padding: 84px 24px; }
section[id] { scroll-margin-top: 98px; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: min(220px, 75%);
  height: 6px;
  background:
    linear-gradient(90deg, var(--gold), rgba(74, 124, 90, 0.15)),
    radial-gradient(circle at 96% 50%, #4a7c5a 0 7px, transparent 8px);
  border-radius: 999px;
  transform-origin: left;
  animation: bloomGlow 5s ease-in-out infinite;
}
.section-heading.split { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; }

.featured-section {
  max-width: none;
  padding: 120px 24px;
  background:
    linear-gradient(135deg, rgba(15, 61, 43, 0.02) 0%, rgba(201, 169, 97, 0.01) 50%, rgba(212, 168, 176, 0.01) 100%),
    linear-gradient(180deg, #ffffff 0%, #f5f1ed 100%);
}

.featured-section > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.featured-heading {
  text-align: center;
  margin-bottom: 48px;
}

.featured-heading h2 {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 4.5rem);
  font-weight: 800;
  color: var(--dark-green);
  letter-spacing: -0.8px;
}

.featured-heading h2::after {
  left: 50%;
  translate: -50% 0;
}

.catalog-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 40px rgba(15, 61, 43, 0.08);
  backdrop-filter: blur(14px);
  animation: slideUp 0.65s ease both;
}

.catalog-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: linear-gradient(180deg, var(--dark-green), var(--leaf), var(--gold));
  border-radius: 18px 0 0 18px;
}

.catalog-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.catalog-panel-head strong {
  display: block;
  color: var(--dark-green);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.catalog-panel-head span {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.catalog-count {
  min-width: max-content;
  padding: 10px 14px;
  border: 1.5px solid rgba(201, 169, 97, 0.25);
  background: rgba(201, 169, 97, 0.06);
  color: var(--dark-green) !important;
  font-weight: 800;
  border-radius: 6px;
  font-size: 0.88rem;
}

.copy-link-btn {
  min-height: 42px;
  padding: 10px 14px;
  white-space: nowrap;
}

.filters {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr auto;
  gap: 14px;
  align-items: end;
}

.filter-field {
  display: grid;
  gap: 8px;
  color: var(--dark-green);
  font-weight: 800;
}

.filter-field span {
  font-size: 0.76rem;
  text-transform: uppercase;
  color: var(--gold);
  letter-spacing: 0.05em;
}

input, select, textarea {
  width: 100%;
  border: 1.5px solid rgba(201, 169, 97, 0.2);
  border-radius: 8px;
  padding: 13px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  outline-color: var(--gold);
  font-size: 0.94rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

input:focus, select:focus, textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.12);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.98);
}

.category-strip { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.category-chip {
  border: 1.5px solid rgba(201, 169, 97, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 16px;
  color: var(--dark-green);
  font-weight: 700;
  font-size: 0.9rem;
  transition: 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: slideUp 0.45s ease both;
  cursor: pointer;
}

.category-chip:hover,
.category-chip.active {
  color: #fff;
  background: linear-gradient(135deg, var(--dark-green), var(--leaf));
  border-color: var(--dark-green);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(15, 61, 43, 0.18);
}

.category-chip.active {
  animation: pulseRing 1.6s ease infinite;
}

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

.featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, 0.15);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 61, 43, 0.08);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.35s ease, 
              border-color 0.35s ease;
  animation: slideUp 0.55s ease both;
  animation-delay: calc(var(--i, 0) * 45ms);
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -34% -26% auto auto;
  width: 170px;
  height: 170px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.86) 0 9%, transparent 10%),
    radial-gradient(circle at 50% 8%, rgba(74, 124, 90, 0.48) 0 18%, transparent 19%),
    radial-gradient(circle at 92% 50%, rgba(201, 169, 97, 0.32) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 92%, rgba(212, 168, 176, 0.32) 0 18%, transparent 19%),
    radial-gradient(circle at 8% 50%, rgba(15, 61, 43, 0.28) 0 18%, transparent 19%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
  z-index: 0;
}

.product-card:hover {
  transform: translateY(-12px) rotate(-0.35deg);
  border-color: rgba(201, 169, 97, 0.35);
  box-shadow: 0 28px 72px rgba(15, 61, 43, 0.15);
}

.product-card:hover::before {
  inset: -24px -26px auto auto;
  opacity: 1;
  animation: bloomGlow 3.8s ease-in-out infinite;
}
.product-image {
  position: relative;
  z-index: 1;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,0.85), transparent 44%),
    linear-gradient(160deg, #f5f1ed, #e8dfd7);
  padding: 0;
  border-bottom: 1px solid rgba(201, 169, 97, 0.12);
}
.product-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(15, 61, 43, 0.06));
  pointer-events: none;
}
.product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 0.45s ease, filter 0.45s ease;
  transform: scale(1.05);
}
.product-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.1);
}
.badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.95), rgba(201, 169, 97, 0.85));
  color: #fff;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 22px rgba(201, 169, 97, 0.22);
  backdrop-filter: blur(8px);
}

.image-count-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 61, 43, 0.82);
  box-shadow: 0 10px 24px rgba(16, 61, 43, 0.22);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  backdrop-filter: blur(8px);
}
.product-body {
  position: relative;
  z-index: 1;
  padding: 26px;
  text-align: center;
}
.product-body h3 {
  min-height: 62px;
  margin-bottom: 10px;
  color: var(--dark-green);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.product-body p {
  min-height: 50px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}
.price {
  display: block;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.card-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.card-actions .btn {
  border-radius: 999px;
}

.card-actions .btn.primary {
  background: transparent;
  border: 1px solid var(--sage);
  color: #2f2a28;
}

.card-actions .btn.primary:hover {
  color: #fff;
  background: var(--sage);
}

.card-actions .btn.outline {
  min-width: 92px;
  border-color: rgba(47, 42, 40, 0.16);
  color: #766f69;
  background: #fff;
}

.card-actions .btn.outline:hover {
  color: #2f2a28;
  border-color: var(--pastel-pink);
  background: rgba(233, 183, 199, 0.18);
}

.empty-state { display: none; padding: 30px; text-align: center; background: #fff; border-radius: 4px; border: 1px solid var(--line); }
.load-more { display: block; margin: 32px auto 0; }
.result-count { color: var(--muted); font-weight: 700; }

.result-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  margin: 0 0 26px;
  padding: 24px 28px;
  border: 1px solid rgba(104, 167, 109, 0.26);
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(253,255,248,0.96), rgba(239,248,229,0.88), rgba(185,222,161,0.28)),
    radial-gradient(circle at 92% 22%, rgba(104,167,109,0.22), transparent 28%);
  box-shadow: 0 20px 46px rgba(74, 56, 50, 0.08);
  animation: resultArrival 0.5s ease both;
}

.result-hero::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -58px;
  width: 170px;
  height: 170px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.8) 0 8%, transparent 9%),
    radial-gradient(circle at 50% 8%, rgba(185,222,161,0.56) 0 18%, transparent 19%),
    radial-gradient(circle at 92% 50%, rgba(104,167,109,0.38) 0 18%, transparent 19%),
    radial-gradient(circle at 50% 92%, rgba(240,167,184,0.34) 0 18%, transparent 19%),
    radial-gradient(circle at 8% 50%, rgba(47,122,79,0.38) 0 18%, transparent 19%);
  animation: bloomGlow 4.2s ease-in-out infinite;
}

.result-hero span {
  color: var(--earth);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.result-hero strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.result-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.products-grid.products-refresh .product-card {
  animation: resultArrival 0.56s ease both;
  animation-delay: calc(var(--i, 0) * 55ms);
}

.order-section, .gallery-section, .why-section {
  background:
    linear-gradient(135deg, rgba(15, 61, 43, 0.02) 0%, rgba(201, 169, 97, 0.01) 50%, rgba(212, 168, 176, 0.01) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.95), rgba(245,241,237,0.92));
  max-width: none;
}
.order-section > *, .gallery-section > *, .why-section > * { max-width: 1320px; margin-left: auto; margin-right: auto; }
.order-form {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(201, 169, 97, 0.18);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 12px 40px rgba(15, 61, 43, 0.08);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
label { display: grid; gap: 8px; font-weight: 700; color: var(--dark-green); font-size: 0.95rem; letter-spacing: -0.2px; }
.order-summary { margin: 24px 0; padding: 22px; background: linear-gradient(135deg, rgba(201, 169, 97, 0.08), rgba(201, 169, 97, 0.04)); border: 1px solid rgba(201, 169, 97, 0.15); border-radius: 12px; }
.order-summary h3 { color: var(--dark-green); font-size: 1.08rem; }
.form-message.error { color: #c84a2e; font-weight: 700; }
.form-message.success { color: var(--leaf); font-weight: 700; }

.gallery-section {
  background:
    linear-gradient(135deg, rgba(15, 61, 43, 0.02) 0%, rgba(201, 169, 97, 0.01) 50%, rgba(212, 168, 176, 0.01) 100%),
    linear-gradient(180deg, #ffffff 0%, #f5f1ed 100%);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 130px;
  gap: 20px;
}

.gallery-grid button {
  position: relative;
  border: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #f5f1ed, #e8dfd7);
  box-shadow: 0 12px 36px rgba(15, 61, 43, 0.1);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.35s ease, 
              filter 0.35s ease;
  animation: imageBloom 0.75s ease both, galleryFloat 7s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 80ms), calc(var(--i, 0) * -520ms);
  border: 1px solid rgba(201, 169, 97, 0.15);
}

.gallery-grid button:nth-child(1) { grid-column: span 4; grid-row: span 3; }
.gallery-grid button:nth-child(2) { grid-column: span 4; grid-row: span 4; }
.gallery-grid button:nth-child(3) { grid-column: span 4; grid-row: span 3; }
.gallery-grid button:nth-child(4) { grid-column: span 4; grid-row: span 3; }
.gallery-grid button:nth-child(5) { grid-column: span 4; grid-row: span 4; }
.gallery-grid button:nth-child(6) { grid-column: span 4; grid-row: span 3; }

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: #edf7e6;
  transition: transform 0.55s ease, filter 0.55s ease;
}

.gallery-grid button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(48,42,40,0.52));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-grid span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s ease;
}

.gallery-grid button:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 32px 80px rgba(15, 61, 43, 0.2);
  filter: saturate(1.1) brightness(1.05);
}

.gallery-grid button:hover::after,
.gallery-grid button:hover span {
  opacity: 1;
}

.gallery-grid button:hover span {
  transform: translateY(0);
}

.gallery-grid button:hover img {
  transform: scale(1.03) rotate(0.35deg);
  filter: contrast(1.05) saturate(1.12);
}

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 42px;
}
.about-section img { width: 100%; height: 460px; object-fit: contain; object-position: center bottom; background: #edf7e6; border-radius: 4px; box-shadow: var(--shadow); }
.about-text p:last-child { font-size: 1.08rem; color: var(--muted); }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.benefits-grid article, .review-card, .contact-card {
  padding: 24px;
  border: 1px solid rgba(62, 46, 38, 0.10);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 52px rgba(44, 37, 33, 0.08);
}
.benefits-grid h3 { color: var(--green); font-size: 1.2rem; }

.reviews-section {
  max-width: none;
  background:
    linear-gradient(90deg, rgba(22, 74, 52, 0.05), transparent 38%),
    linear-gradient(180deg, #fffdf8, #f7fbf2);
}

.reviews-section > * {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-layout {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.review-score {
  position: relative;
  overflow: hidden;
  padding: 34px;
  color: #fff;
  background: linear-gradient(145deg, #164a34, #326f4b);
  border-radius: 16px;
  animation: scaleIn 0.7s ease both;
}

.review-score::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -90px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  animation: softFloat 5s ease-in-out infinite;
}

.score-number {
  display: block;
  font-size: 4.8rem;
  line-height: 0.95;
  font-weight: 900;
}

.score-stars {
  display: block;
  margin: 12px 0 22px;
  color: var(--gold);
  font-size: 1.15rem;
}

.review-score strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.25;
}

.review-score p {
  color: rgba(255,255,255,0.82);
}

.score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.score-grid span {
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
}

.score-grid b {
  display: block;
  color: var(--gold);
}

.review-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-rows: 1fr auto;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.slider-btn {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 2rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}
.slider-btn:hover {
  background: #173924;
  transform: scale(1.08);
}
.review-card {
  position: relative;
  min-height: 280px;
  display: grid;
  align-content: center;
  padding: 44px 56px;
  text-align: left;
  font-size: 1.3rem;
  border-left: 6px solid var(--gold);
  box-shadow: 0 18px 44px rgba(24, 34, 25, 0.10);
  animation: slideUp 0.55s ease both;
}
.review-card::before {
  content: "“";
  position: absolute;
  top: 16px;
  left: 28px;
  color: rgba(217, 185, 93, 0.45);
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
}
.review-card p {
  position: relative;
  z-index: 1;
}
.review-card strong { display: block; margin-top: 18px; color: var(--green); font-size: 1rem; }

.review-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.review-dot {
  width: 34px;
  height: 4px;
  border: 0;
  background: rgba(33, 78, 52, 0.20);
  transition: 0.2s ease;
}

.review-dot.active {
  background: var(--green);
  width: 52px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 22px;
}
.contact-card dl { display: grid; grid-template-columns: 120px 1fr; gap: 8px 16px; }
.contact-card dt { font-weight: 800; color: var(--green); }
.contact-card dd { margin: 0; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.contact-section iframe { width: 100%; min-height: 430px; border: 0; border-radius: 4px; box-shadow: var(--shadow); }
.contact-section iframe { border-radius: 28px; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
  width: min(440px, 100vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  transform: translateX(100%);
  transition: 0.28s ease;
  box-shadow: -14px 0 40px rgba(31, 42, 31, 0.18);
}
.cart-sidebar.open { transform: translateX(0); }
.cart-header, .cart-footer { padding: 18px; border-bottom: 1px solid var(--line); }
.cart-header { display: flex; justify-content: space-between; align-items: center; }
.cart-header button, .modal-close, #closeLightbox { border: 0; background: transparent; font-size: 2rem; color: var(--green); }
.cart-items { flex: 1; overflow: auto; padding: 18px; }
.cart-item { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 72px; height: 72px; object-fit: contain; background: #edf7e6; border-radius: 4px; }
.qty-controls { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty-controls button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 4px; background: var(--cream); }
.remove-item { margin-left: auto; color: #a23b2a; }
.cart-footer { display: grid; gap: 10px; border-top: 1px solid var(--line); border-bottom: 0; }
.overlay {
  position: fixed;
  inset: 0;
  z-index: 2500;
  background: rgba(31, 42, 31, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
}
.overlay.show { opacity: 1; pointer-events: auto; }

.modal, .lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(31, 42, 31, 0.64);
}
.modal.show, .lightbox.show { display: grid; animation: fade 0.2s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal-content {
  width: min(860px, 100%);
  max-height: 90vh;
  overflow: auto;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
}
.modal-product { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.modal-product-image {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: 4px;
  background: transparent;
}
.modal-product img { width: 100%; height: 460px; object-fit: contain; object-position: center bottom; background: #edf7e6; border-radius: 4px; }
.modal-close { position: absolute; right: 14px; top: 8px; }
.modal-actions { display: flex; gap: 10px; align-items: center; margin-top: 18px; }
.modal-actions input { max-width: 96px; }
.lightbox img { max-height: 86vh; border-radius: 4px; box-shadow: var(--shadow); }
#closeLightbox { position: fixed; top: 20px; right: 28px; color: #fff; }

.site-footer {
  color: rgba(255,255,255,0.88);
  background:
    radial-gradient(circle at 10% 22%, rgba(212, 168, 176, 0.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(201, 169, 97, 0.12), transparent 22%),
    linear-gradient(135deg, #0f3d2b 0%, #4a7c5a 50%, #2d5a3d 100%);
  padding: 64px 24px 0;
}
.footer-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 1.1fr;
  gap: 36px;
}
.site-footer h2, .site-footer h3 { color: #fff; font-weight: 800; letter-spacing: -0.4px; }
.site-footer h3 { font-size: 0.95rem; text-transform: uppercase; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 14px; }
.site-footer a { display: block; margin: 8px 0; color: rgba(255,255,255,0.8); transition: color 0.25s ease; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  max-width: 1320px;
  margin: 42px auto 0;
  padding: 28px 24px;
  border-top: 1px solid rgba(255,255,255,0.18);
  text-align: center;
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
}
.footer-bottom a { display: inline; color: #fff; margin: 0 2px; }

.fade-in { opacity: 1; transform: translateY(0); transition: opacity 0.45s ease, transform 0.45s ease; }
.js .fade-in { opacity: 0.01; transform: translateY(14px); }
.js .fade-in.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hamburger { display: block; }
  .nav-menu {
    position: absolute;
    top: 86px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: var(--shadow);
    transition: max-height 0.25s ease;
  }
  .nav-menu.open { max-height: 320px; }
  .nav-menu a { padding: 14px 18px; border-bottom: 1px solid var(--line); }
  .nav-actions .call-button { display: none; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hero-content {
    max-width: 760px;
    margin: -46px 22px 0;
    padding: 34px;
  }
  .hero-visual {
    min-height: 460px;
  }
  .hero-image-panel {
    height: 460px;
  }
  .hero-flower-collage {
    left: 14px;
    right: 260px;
    bottom: 24px;
  }
  .hero-flower-collage img {
    height: 118px;
  }
  .hero-flower-collage img:nth-child(2) {
    height: 145px;
  }
  .hero-flower-collage img:nth-child(3) {
    display: none;
  }
  .hero-product-panel {
    right: 18px;
    bottom: 18px;
    width: 235px;
  }
  .filters { grid-template-columns: 1fr 1fr; }
  .products-grid, .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 106px;
  }
  .gallery-grid button:nth-child(n) {
    grid-column: span 3;
    grid-row: span 3;
  }
  .gallery-grid button:nth-child(2),
  .gallery-grid button:nth-child(5) {
    grid-column: span 3;
    grid-row: span 4;
  }
  .about-section, .contact-section, .modal-product { grid-template-columns: 1fr; }
  .reviews-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .petal-field {
    display: none;
  }
  .top-bar { justify-content: flex-start; gap: 8px 16px; }
  .navbar { min-height: 70px; padding: 0 14px; }
  .brand span { max-width: 150px; font-size: 0.84rem; }
  .brand img { width: 54px; height: 36px; }
  .nav-menu { top: 70px; left: 14px; right: 14px; }
  .cart-button { padding: 9px 11px; }
  .hero {
    padding: 30px 16px 36px;
    background:
      linear-gradient(180deg, rgba(248, 252, 243, 0.98), rgba(239, 246, 232, 0.98)),
      linear-gradient(90deg, rgba(22, 74, 52, 0.035) 1px, transparent 1px),
      linear-gradient(180deg, rgba(22, 74, 52, 0.028) 1px, transparent 1px);
    background-size: auto, 38px 38px, 38px 38px;
  }
  .hero::after {
    display: none;
  }
  h1 { font-size: 2.25rem; }
  .hero-visual {
    min-height: auto;
  }
  .hero-image-panel {
    min-height: 330px;
    height: 330px;
    padding: 0;
  }
  .hero-flower-collage {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
    grid-template-columns: 1fr 1fr;
  }
  .hero-flower-collage img,
  .hero-flower-collage img:nth-child(2) {
    height: 130px;
  }
  .hero-product-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
    margin-top: 12px;
    animation: slideUp 0.6s ease both;
  }
  .hero-content {
    margin: 14px 0 0;
    padding: 24px;
    border: 1px solid rgba(36, 84, 55, 0.10);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 44px rgba(44, 37, 33, 0.08);
  }
  .hero-info {
    margin-top: 22px;
  }
  .hero-info span {
    min-width: 100%;
  }
  .section { padding: 58px 16px; }
  .section-heading.split { display: block; }
  .catalog-panel { padding: 16px; }
  .catalog-panel-head { display: grid; }
  .catalog-panel-actions { justify-content: flex-start; }
  .catalog-count { width: max-content; }
  .filters, .form-grid, .products-grid, .benefits-grid { grid-template-columns: 1fr; }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .gallery-grid button:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    height: 390px;
  }
  .review-slider {
    grid-template-columns: 44px 1fr 44px;
  }
  .review-card {
    grid-column: 1 / -1;
    grid-row: 1;
    padding: 34px 24px;
    min-height: 260px;
    font-size: 1.05rem;
  }
  .review-slider .slider-btn:first-child {
    grid-column: 1;
    grid-row: 2;
  }
  .review-slider .slider-btn:nth-of-type(2) {
    grid-column: 3;
    grid-row: 2;
  }
  .review-dots {
    grid-column: 2;
    grid-row: 2;
  }
  .review-score { padding: 26px; }
  .gallery-grid button, .gallery-grid button:nth-child(2), .gallery-grid button:nth-child(5) { height: 390px; }
  .contact-card dl { grid-template-columns: 1fr; }
  .review-slider { justify-items: center; }
  .slider-btn { width: 42px; height: 42px; }
  .cart-sidebar { width: 100vw; }
  .modal-product img { height: 330px; }
  .footer-bottom { padding: 22px 10px; }
}

/* Product photo viewer */
.product-image-button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  text-align: inherit;
}

.image-zoom-label {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 61, 43, 0.78);
  box-shadow: 0 12px 26px rgba(16, 61, 43, 0.20);
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.product-card:hover .image-zoom-label,
.product-image-button:focus-visible .image-zoom-label,
.modal-product-image:hover .image-zoom-label,
.modal-product-image:focus-visible .image-zoom-label {
  opacity: 1;
  transform: translateY(0);
}

.product-image-button:focus-visible,
.modal-product-image:focus-visible {
  outline: 3px solid rgba(196, 154, 72, 0.58);
  outline-offset: -3px;
}

.lightbox {
  padding: 26px 88px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 250, 240, 0.18), transparent 38%),
    rgba(20, 32, 22, 0.88);
}

.lightbox-frame {
  width: min(1040px, 100%);
  max-height: calc(100vh - 52px);
  margin: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  align-self: center;
  justify-self: center;
}

.lightbox-toolbar {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 4003;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 61, 43, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.lightbox.show .lightbox-toolbar {
  display: flex;
}

.lightbox-toolbar button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #103d2b;
  background: #fffaf0;
  font-weight: 900;
  line-height: 1;
}

.lightbox-toolbar button:last-child {
  width: auto;
  min-width: 46px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
}

.lightbox-toolbar button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.lightbox-toolbar span {
  min-width: 54px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.lightbox-image-stage {
  width: 100%;
  height: min(76vh, 760px);
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.86), transparent 44%),
    linear-gradient(160deg, #fffaf0 0%, #eef4e8 100%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  touch-action: none;
}

.lightbox .lightbox-frame img,
.lightbox img#lightboxImage {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  border-radius: inherit;
  background: transparent;
  box-shadow: none;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
  backface-visibility: hidden;
  transition: transform 0.18s ease, filter 0.18s ease;
  will-change: transform;
}

.lightbox img#lightboxImage.is-zoomed {
  cursor: grab;
}

.lightbox img#lightboxImage.is-dragging,
.lightbox img#lightboxImage.is-pinching {
  cursor: grabbing;
  transition: none;
}

.zoomable-page-image,
.modal-product-image {
  cursor: zoom-in;
}

.lightbox-caption {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 61, 43, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.lightbox-caption span,
.lightbox-caption small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.lightbox-caption strong {
  font-family: var(--display);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.lightbox-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.lightbox-actions .btn {
  min-height: 42px;
  padding: 11px 16px;
}

.lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 4002;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  background: rgba(16, 61, 43, 0.74);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  font-size: 2.6rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.22s ease, background 0.22s ease;
}

.lightbox-nav:hover {
  background: rgba(196, 154, 72, 0.86);
  transform: translateY(-50%) scale(1.06);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

@media (max-width: 760px) {
  .image-zoom-label {
    opacity: 1;
    transform: none;
    min-height: 28px;
    font-size: 0.72rem;
  }

  .lightbox {
    padding: 70px 14px 18px;
    align-items: stretch;
  }

  .lightbox-frame {
    max-height: calc(100vh - 88px);
    align-self: stretch;
  }

  .lightbox-toolbar {
    top: 14px;
    gap: 6px;
    max-width: calc(100vw - 82px);
  }

  .lightbox-toolbar button {
    width: 32px;
    height: 32px;
  }

  .lightbox-toolbar span {
    min-width: 48px;
    font-size: 0.78rem;
  }

  .lightbox-image-stage {
    height: min(64vh, 560px);
  }

  .lightbox-caption {
    padding: 12px;
  }

  .lightbox-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-actions .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 118px;
    width: 46px;
    height: 46px;
    font-size: 2.1rem;
  }

  .lightbox-prev { left: 16px; }
  .lightbox-next { right: 16px; }

  #closeLightbox {
    top: 12px;
    right: 16px;
  }
}

/* Modern European florist theme */
body {
  background:
    linear-gradient(90deg, rgba(196, 154, 72, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 61, 43, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf0 0%, #f8f0e1 42%, #eef4ea 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

body::before {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0.72) 50%, rgba(255, 250, 240, 0.96)),
    radial-gradient(circle at 16% 14%, rgba(196, 154, 72, 0.16), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(16, 61, 43, 0.12), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(216, 165, 173, 0.10), transparent 30%);
}

.site-header {
  background: rgba(255, 250, 240, 0.90);
  border-bottom: 1px solid rgba(196, 154, 72, 0.22);
  box-shadow: 0 16px 42px rgba(39, 33, 27, 0.07);
}

.top-bar {
  justify-content: center;
  gap: 28px;
  padding: 10px 18px;
  color: #f3ffe9;
  background: linear-gradient(90deg, #0d3324, #103d2b 56%, #4f8d47);
  border-bottom: 1px solid rgba(111, 166, 93, 0.28);
  letter-spacing: 0.04em;
}

.top-bar span {
  position: relative;
}

.top-bar span + span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.brand {
  color: var(--green);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-menu a {
  color: rgba(39, 33, 27, 0.70);
  font-weight: 800;
}

.nav-menu a::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.cart-button,
.call-button,
.btn {
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.cart-button {
  border: 1px solid rgba(111, 166, 93, 0.34);
  background: #eff9e8;
  color: var(--green);
}

.call-button,
.btn.primary {
  background: linear-gradient(135deg, #103d2b, #225d3c);
  box-shadow: 0 12px 28px rgba(16, 61, 43, 0.16);
}

.btn.secondary {
  border: 1px solid rgba(111, 166, 93, 0.38);
  color: var(--green);
  background: linear-gradient(135deg, #f7fbf2, #cfe8c5);
}

.btn.outline {
  border-color: rgba(111, 166, 93, 0.48);
  color: var(--green);
  background: rgba(247, 251, 242, 0.72);
}

.hero {
  padding: 72px 20px 54px;
  background:
    linear-gradient(112deg, rgba(247, 251, 242, 0.98) 0 54%, rgba(16, 61, 43, 0.98) 54% 100%),
    linear-gradient(180deg, #f7fbf2, #eaf4e4);
}

.hero-inner {
  grid-template-columns: minmax(560px, 1.22fr) minmax(360px, 0.78fr);
  gap: 42px;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(111, 166, 93, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 61, 43, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(247, 251, 242, 0.18), transparent 28%);
  background-size: 58px 58px, 58px 58px, auto;
}

.hero::after {
  width: 420px;
  height: 420px;
  right: 5%;
  top: 10%;
  border: 1px solid rgba(111, 166, 93, 0.24);
  background:
    radial-gradient(circle, rgba(247, 251, 242, 0.12), transparent 64%),
    conic-gradient(from 45deg, transparent, rgba(111, 166, 93, 0.18), transparent, rgba(255, 255, 255, 0.06), transparent);
}

.hero-content {
  max-width: 500px;
  padding: 38px 36px;
  border: 1px solid rgba(111, 166, 93, 0.30);
  border-radius: 6px;
  background: rgba(247, 251, 242, 0.94);
  box-shadow: 0 30px 90px rgba(39, 33, 27, 0.14);
}

.eyebrow {
  color: var(--gold);
  letter-spacing: 0.18em;
  font-size: 0.68rem;
}

h1,
h2 {
  color: var(--green);
}

h1 {
  max-width: 480px;
  font-size: clamp(2.2rem, 3.55vw, 4.05rem);
  line-height: 1.02;
}

.hero p:not(.eyebrow) {
  color: #5c554b;
  max-width: 480px;
  font-size: 0.96rem;
  line-height: 1.58;
}

.hero-info {
  border: 1px solid rgba(111, 166, 93, 0.30);
  border-radius: 6px;
  background: linear-gradient(90deg, #103d2b, #174a33 58%, #5f9c55);
  box-shadow: 0 18px 42px rgba(16, 61, 43, 0.18);
}

.service-strip {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 48px));
  margin: -28px auto 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(201, 169, 97, 0.25);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(15, 61, 43, 0.12);
  overflow: hidden;
}

.service-strip article {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid rgba(201, 169, 97, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.5), transparent);
  transition: background 0.35s ease, transform 0.35s ease;
}

.service-strip article:hover {
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.08), rgba(201, 169, 97, 0.04));
  transform: translateY(-2px);
}

.service-strip article:last-child {
  border-right: 0;
}

.service-strip span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  opacity: 0.9;
}

.service-strip strong {
  display: block;
  color: var(--dark-green);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.5;
}

.occasion-section {
  padding-top: 48px;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.occasion-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, 0.2);
  border-radius: 16px;
  background: var(--dark-green);
  box-shadow: 0 20px 60px rgba(15, 61, 43, 0.15);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.35s ease;
}

.occasion-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  opacity: 0.88;
  transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

.occasion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 61, 43, 0.08), rgba(15, 61, 43, 0.75)),
    linear-gradient(135deg, rgba(201, 169, 97, 0.18), transparent 45%);
  z-index: 1;
}

.occasion-card span {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.occasion-card.compact-label span {
  right: 28px;
  font-size: clamp(1.18rem, 1.55vw, 1.62rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.occasion-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 80px rgba(15, 61, 43, 0.22);
}

.occasion-card:hover img {
  opacity: 1;
  transform: scale(1.1);
  filter: saturate(1.12) contrast(1.06);
}

.hero-image-panel,
.hero-product-panel {
  border-color: rgba(196, 154, 72, 0.34);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.96);
}

.hero-visual {
  min-height: 670px;
}

.hero-image-panel {
  height: 670px;
  border: 12px solid rgba(255, 250, 240, 0.94);
  box-shadow: 0 34px 90px rgba(16, 61, 43, 0.24);
}

.hero-image-panel img {
  object-fit: contain;
  object-position: center top;
  filter: saturate(1.12) contrast(1.04);
  transform: none;
  transform-origin: center top;
}

.hero-flower-collage {
  left: 0;
  right: 272px;
  bottom: 24px;
}

.hero-image-panel img,
.product-image,
.about-section img,
.modal-product img,
.cart-item img {
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.78), transparent 44%),
    linear-gradient(160deg, #fffaf0, #edf2e6);
}

.hero-flower-collage img {
  height: 168px;
  border-color: #fffaf0;
  border-radius: 6px;
}

.hero-flower-collage img:nth-child(2) {
  height: 210px;
}

.hero-flower-collage img:nth-child(3) {
  height: 146px;
}

.hero-product-panel {
  right: -34px;
  bottom: 34px;
  width: 248px;
  min-height: 178px;
  padding: 18px;
  border-radius: 6px;
  box-shadow: 0 22px 58px rgba(39, 33, 27, 0.16);
}

.hero-product-panel strong {
  font-size: clamp(1.28rem, 1.8vw, 1.58rem);
}

.hero-product-panel p {
  font-size: 0.88rem;
}

.section-heading h2::after {
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(196, 154, 72, 0.18));
}

.featured-section,
.gallery-section {
  background:
    linear-gradient(90deg, rgba(196, 154, 72, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 61, 43, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(246, 238, 222, 0.94));
  background-size: 56px 56px, 56px 56px, auto;
}

.filters-section {
  padding-top: 64px;
}

.featured-heading h2 {
  color: var(--green);
}

.catalog-panel,
.order-form,
.benefits-grid article,
.review-card,
.contact-card,
.modal-content {
  border: 1px solid rgba(196, 154, 72, 0.22);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 22px 70px rgba(39, 33, 27, 0.10);
}

.catalog-panel::before {
  width: 4px;
  background: linear-gradient(180deg, #103d2b, #c49a48, #d8a5ad);
}

input,
select,
textarea {
  border-color: rgba(196, 154, 72, 0.26);
  background: rgba(255, 255, 255, 0.72);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 154, 72, 0.14);
}

.category-chip {
  border-color: rgba(196, 154, 72, 0.26);
  background: rgba(255, 250, 240, 0.88);
}

.category-chip:hover,
.category-chip.active {
  background: linear-gradient(135deg, #103d2b, #2f6b48);
}

.product-card {
  border-color: rgba(196, 154, 72, 0.22);
  border-radius: 6px;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 18px 54px rgba(39, 33, 27, 0.09);
}

.product-image {
  aspect-ratio: 4 / 5;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.90), transparent 42%),
    linear-gradient(160deg, #fffaf0 0%, #eef4e8 100%);
}

.product-image::after {
  height: 28%;
  background: linear-gradient(transparent, rgba(16, 61, 43, 0.10));
}

.product-image img {
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.18);
  transform-origin: center bottom;
}

.product-card:hover img {
  filter: saturate(1.16) contrast(1.06);
  transform: scale(1.24);
}

.product-card::before {
  background:
    linear-gradient(135deg, rgba(196, 154, 72, 0.18), transparent 58%),
    radial-gradient(circle at 80% 18%, rgba(216, 165, 173, 0.22), transparent 34%);
}

.product-card:hover {
  transform: translateY(-8px);
  border-color: rgba(196, 154, 72, 0.48);
  box-shadow: 0 28px 74px rgba(39, 33, 27, 0.14);
}

.product-body h3 {
  color: #2f281f;
}

.price {
  color: #9b762f;
}

.badge {
  border: 1px solid rgba(196, 154, 72, 0.42);
  background: rgba(255, 248, 230, 0.94);
  color: #7a5a22;
}

.card-actions .btn.primary {
  border-color: rgba(196, 154, 72, 0.42);
  color: var(--green);
  background: #fffaf0;
}

.card-actions .btn.primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #103d2b, #2f6b48);
}

.card-actions .btn.outline:hover {
  border-color: var(--gold);
  background: rgba(196, 154, 72, 0.12);
}

.result-hero {
  border-color: rgba(196, 154, 72, 0.28);
  border-radius: 6px;
  background:
    linear-gradient(120deg, rgba(255, 250, 240, 0.96), rgba(246, 238, 222, 0.92)),
    radial-gradient(circle at 92% 22%, rgba(196, 154, 72, 0.18), transparent 28%);
}

.order-section,
.why-section,
.reviews-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.90), rgba(246, 238, 222, 0.88));
}

.gallery-grid button {
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(39, 33, 27, 0.12);
}

.gallery-grid img,
.occasion-card img {
  filter: saturate(1.12) contrast(1.05);
}

.gallery-grid button::after {
  background: linear-gradient(180deg, rgba(16, 61, 43, 0.02) 34%, rgba(16, 61, 43, 0.46));
}

.gallery-grid button:hover img,
.occasion-card:hover img {
  filter: saturate(1.22) contrast(1.08);
}

.occasion-card::after {
  background:
    linear-gradient(180deg, rgba(16, 61, 43, 0.02), rgba(16, 61, 43, 0.54)),
    linear-gradient(135deg, rgba(196, 154, 72, 0.14), transparent 42%);
}

.about-section img {
  object-fit: contain;
  object-position: center bottom;
  padding: 10px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.88), transparent 44%),
    linear-gradient(160deg, #f7fbf2, #e4f0df);
  filter: saturate(1.12) contrast(1.05);
}

/* Green garden tone overrides */
.site-header,
.catalog-panel,
.order-form,
.benefits-grid article,
.review-card,
.contact-card,
.modal-content,
.product-card,
.result-hero,
.hero-image-panel,
.hero-product-panel,
.service-strip,
.occasion-card {
  border-color: rgba(111, 166, 93, 0.28);
}

body {
  background:
    linear-gradient(90deg, rgba(111, 166, 93, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 61, 43, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #f8fcf4 0%, #edf7e8 44%, #e4f0df 100%);
}

body::before {
  background:
    linear-gradient(90deg, rgba(248, 252, 244, 0.96), rgba(248, 252, 244, 0.72) 50%, rgba(248, 252, 244, 0.96)),
    radial-gradient(circle at 16% 14%, rgba(111, 166, 93, 0.18), transparent 30%),
    radial-gradient(circle at 86% 8%, rgba(16, 61, 43, 0.14), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(95, 143, 104, 0.12), transparent 30%);
}

.site-header,
.catalog-panel,
.order-form,
.benefits-grid article,
.review-card,
.contact-card,
.modal-content,
.product-card {
  background: rgba(247, 251, 242, 0.94);
}

.featured-section,
.gallery-section {
  background:
    linear-gradient(90deg, rgba(111, 166, 93, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 61, 43, 0.032) 1px, transparent 1px),
    linear-gradient(180deg, rgba(248, 252, 244, 0.96), rgba(232, 244, 226, 0.94));
}

.order-section,
.why-section,
.reviews-section {
  background: linear-gradient(180deg, rgba(248, 252, 244, 0.92), rgba(232, 244, 226, 0.9));
}

.section-heading h2::after,
.catalog-panel::before {
  background: linear-gradient(90deg, #103d2b, #6fa65d, rgba(111, 166, 93, 0.20));
}

.badge,
.card-actions .btn.primary {
  border-color: rgba(111, 166, 93, 0.42);
  background: #eff9e8;
  color: var(--green);
}

.price {
  color: #4f8d47;
}

.card-actions .btn.outline:hover {
  border-color: #6fa65d;
  background: rgba(111, 166, 93, 0.14);
}

.result-hero {
  background:
    linear-gradient(120deg, rgba(247, 251, 242, 0.96), rgba(232, 244, 226, 0.92)),
    radial-gradient(circle at 92% 22%, rgba(111, 166, 93, 0.20), transparent 28%);
}

.review-score {
  border: 1px solid rgba(111, 166, 93, 0.30);
  border-radius: 6px;
  background:
    linear-gradient(145deg, #103d2b, #174a33 64%, #4f8d47);
}

.score-stars {
  color: #cceebb;
}

.contact-section iframe {
  border-radius: 6px;
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(111, 166, 93, 0.10) 1px, transparent 1px),
    linear-gradient(180deg, rgba(247, 251, 242, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #0d3324 0%, #103d2b 56%, #3f7d3a 100%);
  background-size: 56px 56px, 56px 56px, auto;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-image-panel {
    height: 560px;
  }

  .hero-content {
    max-width: 720px;
    margin: -38px 22px 0;
    padding: 30px;
  }

  h1 {
    font-size: clamp(2.15rem, 6vw, 3.45rem);
  }

  .hero-flower-collage {
    left: 14px;
    right: 280px;
    bottom: 22px;
  }

  .hero-flower-collage img {
    height: 130px;
  }

  .hero-flower-collage img:nth-child(2) {
    height: 165px;
  }

  .hero-flower-collage img:nth-child(3) {
    display: none;
  }

  .hero-product-panel {
    right: -18px;
    bottom: 18px;
    width: 230px;
  }

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

  .service-strip article:nth-child(2) {
    border-right: 0;
  }

  .service-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(196, 154, 72, 0.18);
  }

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

  .occasion-card:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  body {
    background-size: 42px 42px, 42px 42px, auto;
  }

  .top-bar {
    display: grid;
    gap: 6px;
    justify-content: stretch;
    text-align: center;
    font-size: 0.76rem;
  }

  .top-bar span + span::before {
    display: none;
  }

  .hero {
    padding: 26px 16px 34px;
    background:
      linear-gradient(180deg, rgba(247, 251, 242, 0.98), rgba(232, 244, 226, 0.98)),
      linear-gradient(90deg, rgba(111, 166, 93, 0.065) 1px, transparent 1px),
      linear-gradient(180deg, rgba(16, 61, 43, 0.04) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-image-panel {
    height: 420px;
    min-height: 420px;
  }

  .hero-image-panel img {
    object-position: center top;
  }

  .hero-content {
    margin: 14px 0 0;
    padding: 18px;
    border-radius: 6px;
    background: rgba(247, 251, 242, 0.94);
  }

  .hero-content .eyebrow {
    margin-bottom: 8px;
    font-size: 0.62rem;
  }

  h1 {
    font-size: 1.95rem;
    line-height: 1.05;
    margin-bottom: 10px;
  }

  .hero p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-flower-collage {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-flower-collage img,
  .hero-flower-collage img:nth-child(2) {
    height: 132px;
  }

  .hero-product-panel {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 0;
    margin-top: 10px;
    padding: 16px;
  }

  .hero-info {
    border-radius: 6px;
  }

  .service-strip {
    width: calc(100% - 32px);
    margin: -12px auto 22px;
    grid-template-columns: 1fr;
  }

  .service-strip article {
    min-height: auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(111, 166, 93, 0.20);
  }

  .service-strip article:last-child {
    border-bottom: 0;
  }

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

  .occasion-card,
  .occasion-card img {
    min-height: 240px;
  }
}

.garden-ambience {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.leaf,
.flower-dot {
  position: absolute;
  display: block;
  pointer-events: none;
}

.leaf {
  width: 54px;
  height: 28px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.36), transparent 38%),
    linear-gradient(135deg, rgba(111,166,93,0.58), rgba(16,61,43,0.22));
  box-shadow: inset 10px 0 0 rgba(255,255,255,0.08), 0 12px 24px rgba(16, 61, 43, 0.12);
  opacity: 0.7;
  animation: leafDrift 8s ease-in-out infinite;
}

.leaf::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,0.45);
  transform: rotate(-18deg);
}

.leaf-a { left: 6%; top: 18%; --rotate: -22deg; --wind-x: 18px; }
.leaf-b { left: 48%; top: 9%; width: 42px; height: 23px; --rotate: 18deg; --wind-x: -14px; animation-delay: -2.2s; }
.leaf-c { right: 8%; bottom: 18%; width: 62px; height: 32px; --rotate: -42deg; --wind-x: 10px; animation-delay: -4.4s; }

.flower-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff8e8 0 16%, transparent 17%),
    radial-gradient(circle at 50% 0, rgba(248,191,208,0.86) 0 20%, transparent 21%),
    radial-gradient(circle at 100% 50%, rgba(248,191,208,0.76) 0 20%, transparent 21%),
    radial-gradient(circle at 50% 100%, rgba(216,165,173,0.78) 0 20%, transparent 21%),
    radial-gradient(circle at 0 50%, rgba(216,165,173,0.72) 0 20%, transparent 21%);
  filter: drop-shadow(0 8px 16px rgba(16, 61, 43, 0.12));
  opacity: 0.82;
  animation: flowerPulse 5.8s ease-in-out infinite;
}

.dot-a { left: 10%; bottom: 20%; }
.dot-b { left: 43%; bottom: 12%; transform: scale(0.8); animation-delay: -1.8s; }
.dot-c { right: 14%; top: 19%; transform: scale(1.1); animation-delay: -3.2s; }

.hero-vine {
  position: absolute;
  left: -2%;
  right: 9%;
  bottom: 10px;
  z-index: 4;
  height: 34px;
  pointer-events: none;
}

.hero-vine::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(16,61,43,0.18), rgba(111,166,93,0.62), transparent);
  transform-origin: left;
  animation: vineGrow 1.4s ease both 0.45s;
}

.hero-vine span {
  position: absolute;
  top: 8px;
  width: 28px;
  height: 15px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(193,229,167,0.82), rgba(47,122,79,0.42));
  animation: sproutPeek 4.8s ease-in-out infinite;
}

.hero-vine span:nth-child(1) { left: 14%; --sprout-rotate: -20deg; }
.hero-vine span:nth-child(2) { left: 38%; --sprout-rotate: 28deg; animation-delay: -1.1s; }
.hero-vine span:nth-child(3) { left: 62%; --sprout-rotate: -28deg; animation-delay: -2.1s; }
.hero-vine span:nth-child(4) { left: 82%; --sprout-rotate: 20deg; animation-delay: -3s; }

.product-sprout {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 16px;
  border-radius: 100% 0 100% 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.34), transparent 38%),
    linear-gradient(135deg, rgba(111,166,93,0.86), rgba(16,61,43,0.54));
  opacity: 0.34;
  transform-origin: 0 100%;
  animation: sproutPeek 5.4s ease-in-out infinite;
}

.product-sprout::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 50%;
  height: 1px;
  background: rgba(255,255,255,0.42);
}

.sprout-one { left: 13%; bottom: 20px; --sprout-rotate: -24deg; }
.sprout-two { right: 18%; bottom: 24px; --sprout-rotate: 30deg; animation-delay: -1.6s; }
.sprout-three { left: 50%; bottom: 12px; width: 22px; height: 12px; --sprout-rotate: 8deg; animation-delay: -3.1s; }

.product-card:hover .product-sprout,
.product-card.just-added .product-sprout {
  opacity: 0.92;
}

.product-card.just-added {
  animation: cardBloom 0.82s ease both;
}

.bloom-burst {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff8e8 0 28%, rgba(248,191,208,0.9) 29% 100%);
  pointer-events: none;
  animation: burstCore 0.68s ease-out forwards;
}

.bloom-burst-petal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 13px;
  border-radius: 70% 30% 62% 38%;
  background: linear-gradient(145deg, #ffe0ea, #e889a8);
  transform-origin: 50% 100%;
  animation: burstPetal 0.72s ease-out forwards;
}

.js .section-heading:not(.garden-reveal),
.js .catalog-panel:not(.garden-reveal),
.js .service-strip article:not(.garden-reveal),
.js .occasion-card:not(.garden-reveal) {
  opacity: 0.01;
  transform: translateY(16px);
}

.garden-reveal {
  animation: gardenReveal 0.62s ease both;
  animation-delay: calc(var(--garden-i, 0) * 40ms);
}

.service-strip article,
.occasion-card,
.category-chip,
.review-dot,
.slider-btn {
  will-change: transform;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 22px;
}

.gallery-grid button,
.gallery-grid button:nth-child(n),
.gallery-grid button:nth-child(2),
.gallery-grid button:nth-child(5) {
  display: block;
  width: 100%;
  height: 460px;
  margin: 0;
  grid-column: auto;
  grid-row: auto;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .gallery-grid button,
  .gallery-grid button:nth-child(n),
  .gallery-grid button:nth-child(2),
  .gallery-grid button:nth-child(5) {
    height: 460px;
  }
}

.gallery-grid button:hover img {
  transform: scale(1.015);
}

.occasion-card {
  background: #edf7e6;
}

.occasion-card img {
  opacity: 1;
}

.occasion-card::after {
  display: none;
}

.occasion-card span {
  color: #fff;
  text-shadow:
    0 2px 8px rgba(16, 61, 43, 0.68),
    0 10px 28px rgba(16, 61, 43, 0.42);
}

.hero {
  --hero-image-x: 0px;
  --hero-image-y: 0px;
  --hero-collage-x: 0px;
  --hero-collage-y: 0px;
  --hero-panel-x: 0px;
  --hero-panel-y: 0px;
  --hero-copy-x: 0px;
  --hero-copy-y: 0px;
}

.hero-image-panel,
.hero-flower-collage,
.hero-product-panel,
.hero-content {
  transition: transform 0.22s ease, box-shadow 0.28s ease;
}

.hero.motion-active .hero-image-panel {
  transform: translate3d(var(--hero-image-x), var(--hero-image-y), 0);
}

.hero.motion-active .hero-flower-collage {
  transform: translate3d(var(--hero-collage-x), var(--hero-collage-y), 0);
}

.hero.motion-active .hero-product-panel {
  transform: translate3d(var(--hero-panel-x), var(--hero-panel-y), 0);
}

.hero.motion-active .hero-content {
  transform: translate3d(var(--hero-copy-x), var(--hero-copy-y), 0);
}

.product-card,
.catalog-panel,
.benefits-grid article,
.review-card,
.contact-card,
.order-form,
.occasion-card,
.gallery-grid button {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  transform-style: preserve-3d;
}

.catalog-panel,
.benefits-grid article,
.review-card,
.contact-card,
.order-form {
  position: relative;
  overflow: hidden;
}

.product-card::after,
.catalog-panel::after,
.benefits-grid article::after,
.review-card::after,
.contact-card::after,
.order-form::after,
.occasion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,0.55), rgba(248,191,208,0.16) 18%, transparent 42%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.product-card::after,
.catalog-panel::after,
.benefits-grid article::after,
.review-card::after,
.contact-card::after,
.order-form::after {
  border-radius: inherit;
}

.product-card.is-tilting,
.occasion-card.is-tilting,
.gallery-grid button.is-tilting {
  transform: perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(-8px);
}

.product-card.is-tilting::after,
.catalog-panel.is-tilting::after,
.benefits-grid article.is-tilting::after,
.review-card.is-tilting::after,
.contact-card.is-tilting::after,
.order-form.is-tilting::after,
.occasion-card.is-tilting::before {
  opacity: 1;
}

.product-card.is-tilting .product-image img,
.occasion-card.is-tilting img,
.gallery-grid button.is-tilting img {
  filter: saturate(1.12) contrast(1.04);
}

.catalog-panel.is-tilting,
.benefits-grid article.is-tilting,
.review-card.is-tilting,
.contact-card.is-tilting,
.order-form.is-tilting {
  box-shadow: 0 24px 70px rgba(44, 37, 33, 0.13);
}

.gallery-grid button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,255,255,0.46), transparent 34%);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
}

.gallery-grid button.is-tilting::before {
  opacity: 1;
}

@media (max-width: 768px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .petal-field,
  .garden-ambience,
  .hero-vine,
  .product-sprout {
    display: none;
  }

  .navbar {
    position: relative;
    gap: 8px;
    padding-right: 68px;
    width: 100%;
    max-width: 100vw;
    min-width: 0;
  }

  .brand {
    order: 1;
    gap: 8px;
    min-width: 0;
    margin-right: auto;
  }

  .brand span {
    max-width: 126px;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .nav-actions {
    order: 4;
    flex: 0 0 0;
    width: 0;
    overflow: visible;
  }

  .hamburger {
    order: 2;
    position: fixed;
    top: 106px;
    right: auto;
    left: min(330px, calc(100vw - 56px));
    z-index: 2400;
    display: block !important;
    flex: 0 0 42px;
  }

  .nav-menu {
    order: 3;
  }

  .cart-button {
    position: fixed;
    right: 14px;
    bottom: 14px;
    z-index: 2200;
    width: 54px;
    height: 48px;
    padding: 0;
    display: inline-grid;
    place-items: center;
    font-size: 0;
  }

  .cart-button span {
    margin-left: 0;
    font-size: 0.76rem;
  }

  .hero-content {
    box-sizing: border-box;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    overflow: visible;
  }

  .hero-content .eyebrow,
  .hero-content h1,
  .hero-content p,
  .hero-content .hero-actions {
    width: min(300px, calc(100vw - 68px));
    max-width: min(300px, calc(100vw - 68px));
  }

  .hero-inner {
    display: block;
    width: 100%;
    max-width: calc(100vw - 32px);
    min-width: 0;
    overflow: hidden;
  }

  .hero-visual,
  .hero-image-panel,
  .hero-flower-collage,
  .hero-product-panel {
    width: 100%;
    max-width: calc(100vw - 32px);
    min-width: 0;
  }

  .hero-image-panel {
    overflow: hidden;
  }

  .hero-flower-collage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero-flower-collage img {
    width: 100%;
    min-width: 0;
  }

  h1 {
    font-size: 1.72rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .hero-content p {
    overflow-wrap: anywhere;
    white-space: normal;
  }

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

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .featured-section {
    padding-bottom: 34px;
  }

  .all-products {
    padding-top: 34px;
  }
}

/* Clear cropped image presentation */
.hero-image-panel img,
.product-image img,
.gallery-grid img,
.occasion-card img,
.about-section img,
.cart-item img {
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(1.12) contrast(1.08);
  image-rendering: auto;
}

.hero-image-panel img,
.product-image img,
.occasion-card img {
  object-position: center center;
}

.product-card:hover img,
.product-card.is-tilting .product-image img,
.gallery-grid button:hover img,
.gallery-grid button.is-tilting img,
.occasion-card:hover img,
.occasion-card.is-tilting img {
  transform: scale(1.035);
  filter: saturate(1.18) contrast(1.1);
}

.modal-product img,
.lightbox .lightbox-frame img,
.lightbox img#lightboxImage {
  object-fit: contain;
  object-position: center bottom;
}

.product-image,
.gallery-grid button,
.occasion-card,
.hero-image-panel,
.about-section img {
  background: #edf7e6;
}

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