/* ============================= */
/* VARIABLES                    */
/* ============================= */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Serif+Display:ital@0;1&family=Inter:wght@400;500;600;700;800&display=swap');
:root { --bg-main: #F5F1E8; --bg-soft: #FAF7F2; --card: #FFFFFF; --green: #8FAF7B; --green-dark: #6E8F5F; --green-soft: #E8F0E3; --text-dark: #2E2E2E; --text-muted: #6B6B6B; --border: #E8E3D9; --shadow: 0 10px 30px rgba(0, 0, 0, 0.05); --charcoal-950: var(--bg-main); --charcoal-900: var(--bg-soft); --charcoal-850: var(--bg-soft); --charcoal-800: var(--bg-soft); --cream-100: var(--bg-soft); --cream-200: var(--bg-main); --beige-300: #dbc8a9; --beige-500: #b79a70; --green-300: var(--green); --green-500: var(--green); --green-700: var(--green-dark); --gold-400: #c6a96a; --text-light: var(--text-dark); --text-mid: var(--text-muted); --danger: #c85959; --radius-sm: 10px; --radius-md: 16px; --radius-lg: 24px; --radius-xl: 34px; --shadow-soft: var(--shadow); --shadow-card: var(--shadow); --glass-bg: var(--card); --glass-border: var(--border); --black: var(--bg-main); --charcoal: var(--bg-soft); --dark-card: var(--card); --premium-beige: #f2e8d7; --premium-cream: #fbf7ef; --premium-cream-deep: #f6eedf; --premium-green: #86a774; --premium-green-dark: #6f8f5f; --premium-text: #2c3326; --premium-muted: #64705f; --premium-border: #e7ddcc; --premium-shadow: 0 8px 25px rgba(0, 0, 0, 0.06); --section-soft-overlay: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%); --demo-banner-height: 44px; --navbar-offset: 72px; }

/* ============================= */
/* BASE                         */
/* ============================= */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
button,
input,
select,
textarea { font: inherit; }
h1,
h2,
h3 { color: #2F2F2F; }
p { color: var(--premium-muted); }
body { font-family: 'Manrope', sans-serif; line-height: 1.6; min-height: 100vh; overflow-x: hidden; background: radial-gradient(circle at 15% 20%, #f8f1e4 0%, transparent 40%),
    radial-gradient(circle at 85% 0%, #f2e9d8 0%, transparent 35%),
    var(--premium-beige); color: var(--premium-text); animation: pageFade 0.45s ease both; }
body.page-visible { animation: pageFade 0.45s ease both; }
body.page-leaving { opacity: 0; transform: translateY(8px); transition: opacity 0.34s ease, transform 0.34s ease; animation: none; }
button { transition: transform 0.2s ease, box-shadow 0.2s ease; }
button:active { transform: scale(0.96); }
*,
*::before,
*::after { box-sizing: border-box; }
html,
body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }

/* ============================= */
/* LAYOUT                       */
/* ============================= */
.section-light { background: var(--bg-soft); color: var(--text-dark); }
.section-dark { background: var(--bg-soft); }
.section-light .eyebrow { color: var(--green-700); }
.section-light .section-copy { color: var(--text-muted); }
.section-light .category-card { background: var(--card); border: 1px solid var(--border); }
.section-light .category-card p { color: var(--text-muted); }
.section { padding: 4.75rem 0; }
.section-dark,
.section-light { background: transparent; }
.section-cream { background: var(--premium-cream); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading h2 { font-size: clamp(1.75rem, 3vw, 2.65rem); letter-spacing: -0.02em; line-height: 1.15; color: var(--premium-text); }
.section-copy { font-size: 0.95rem; max-width: 60ch; color: var(--premium-muted); }
.container { width: min(1160px, 92%); max-width: 100%; margin-inline: auto; }
.section-subtitle { margin-bottom: 28px; }
.grid { display: grid; }
.grid:not([class*="gap-"]) { gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.text-center { text-align: center; }
.hidden { display: none !important; }
.mt-lg { margin-top: 28px; }
.section-soft { background: var(--section-soft-overlay); }
:where(h1, h2, h3).section-title { font-size: 28px; line-height: 1.2; margin-bottom: 12px; text-wrap: balance; }
.section-heading h2,
.page-banner h1,
.product-detail-content h2 { line-height: 1.2; text-wrap: balance; }
.section-copy,
.section-subtitle { font-size: 16px; line-height: 1.6; margin-bottom: 28px; }

/* ============================= */
/* NAVBAR                       */
/* ============================= */
.demo-bar { width: 100%; height: var(--demo-banner-height); display: flex; align-items: center; justify-content: center; padding: 0 12px; background: #dbc8a9; color: #3b3b3b; text-align: center; font-size: 13px; letter-spacing: 0.3px; box-sizing: border-box; position: relative; z-index: 120; border-bottom: 1px solid rgba(59, 59, 59, 0.08); }
.site-header,
.navbar { transition: top 0.3s ease; position: sticky; top: var(--demo-banner-height); left: 0; right: 0; height: 0; z-index: 90; border: 0; overflow: visible; pointer-events: none; background: rgba(250, 247, 242, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-main { padding-top: calc(92px + var(--demo-banner-height)); }
.home-premium-top .site-header { position: fixed; top: calc(var(--demo-banner-height) + 12px); left: 0; right: 0; height: 0; z-index: 95; border: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; overflow: visible; }
.home-premium-top .site-main { padding-top: calc(var(--demo-banner-height) + var(--navbar-offset)); }
.cart-count { position: absolute; right: -5px; top: -5px; width: 20px; height: 20px; border-radius: 999px; background: var(--gold-400); color: #211b12; font-size: 0.72rem; font-weight: 800; display: none; place-items: center; }
.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 25px; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu a:hover,
.mobile-menu a.active { color: var(--text-dark); background: var(--green-soft); }
.site-header.is-scrolled .nav-shell { transform: translateY(-2px); background: rgba(248, 244, 235, 0.9); box-shadow: 0 20px 36px rgba(21, 24, 18, 0.16); }
.desktop-nav a:hover::after,
.desktop-nav a.active::after { transform: scaleX(1); }
.cart-link,
.menu-toggle { flex-shrink: 0; }
.site-header.is-scrolled { top: 0; }
.nav-shell { justify-content: space-between; backdrop-filter: blur(14px) saturate(1.1); -webkit-backdrop-filter: blur(14px) saturate(1.1); transform-origin: top center; transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; width: min(1160px, 92%); min-height: 84px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 1rem; margin-inline: auto; padding: 0; border: none; border-radius: 0; background: transparent; box-shadow: none; }
.brand,
.logo { font-weight: 800; letter-spacing: 0.035em; margin-right: auto; white-space: nowrap; font-size: 1.2rem; color: var(--premium-text); }
.brand span { display: block; margin-top: 0.2rem; font-size: 0.64rem; letter-spacing: 0.1em; font-weight: 650; color: var(--premium-green-dark); }
.desktop-nav a::after { content: ""; position: absolute; left: 0.82rem; right: 0.82rem; bottom: 0.32rem; height: 2px; border-radius: 999px; background: var(--green-dark); transform: scaleX(0); transform-origin: center; transition: transform 0.22s ease; display: none; }
.cart-link:hover { background: #edf4e8; }
.site-header .nav-shell { width: calc(100% - 120px); max-width: 1240px; margin: 0 auto; min-height: 72px; padding: 0.5rem 0.95rem; border-radius: 16px; border: 1px solid rgba(231, 221, 204, 0.92); background: rgba(250, 247, 242, 0.78); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 12px 30px rgba(0, 0, 0, 0.06); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); display: grid; grid-template-columns: auto 1fr auto auto; gap: 0.9rem; align-items: center; pointer-events: auto; }
.desktop-nav a { font-size: 0.9rem; position: relative; color: #5f6a5a; padding: 8px 18px; border-radius: 999px; background: transparent; transition: background 0.22s ease, color 0.22s ease; }
.desktop-nav a:hover,
.desktop-nav a.active { background: #e7efe3; color: #2f392a; }
.cart-link { display: grid; place-items: center; position: relative; transition: background 0.25s ease; border-color: var(--premium-border); color: var(--premium-text); width: 40px; height: 40px; border-radius: 999px; border: 1px solid #d8cdb8; background: rgba(255, 255, 255, 0.5); }
.menu-toggle span { height: 2px; background: var(--text-dark); position: absolute; transition: transform 0.2s ease, opacity 0.2s ease; width: 18px; left: 10px; }
.mobile-menu a { padding: 0.8rem 1rem; font-size: 0.92rem; color: var(--text-muted); border-radius: 999px; }
.mobile-menu.is-open { max-height: 420px; opacity: 1; transform: translate(-50%, 0); pointer-events: auto; display: flex; }
.desktop-nav { align-items: center; flex: 1; justify-content: center; justify-self: center; gap: 0.28rem; display: flex; }
.menu-toggle { position: relative; border-color: var(--premium-border); width: 40px; height: 40px; border-radius: 999px; border: 1px solid #d8cdb8; background: rgba(255, 255, 255, 0.5); display: none; }
.mobile-menu { flex-direction: column; gap: 0.35rem; left: 50%; top: calc(100% + 0.45rem); overflow: hidden; transform-origin: top center; position: static; max-height: none; border-top: 1px solid var(--premium-border); width: calc(100% - 120px); max-width: 1240px; margin: 8px auto 0; padding: 0.75rem; border-radius: 16px; border: 1px solid rgba(231, 221, 204, 0.95); background: rgba(250, 247, 242, 0.92); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 12px 30px rgba(0, 0, 0, 0.06); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); pointer-events: auto; display: none; opacity: 0; transform: translateY(-10px); transition: all .25s ease; }
.home-premium-top .mobile-menu { display: none; flex-direction: column; position: absolute; top: calc(100% + 10px); left: 50%; width: min(1180px, calc(100% - 32px)); margin: 0; padding: 0.8rem; border-radius: 20px; border: 1px solid rgba(231, 221, 204, 0.95); background: rgba(255, 255, 255, 0.8); box-shadow: 0 12px 30px rgba(24, 22, 16, 0.1); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transform: translate(-50%, -8px); visibility: hidden; pointer-events: none; transition: opacity 0.26s ease, transform 0.26s ease, visibility 0.26s ease; }
.home-premium-top .mobile-menu.is-open { opacity: 1; transform: translate(-50%, 0); visibility: visible; pointer-events: auto; }
.cart-link svg { width: 20px; height: 20px; transform-origin: center; }
.btn,
button:not(.menu-toggle):not(.pill):not(.link-btn) { transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
.btn:active,
button:not(.menu-toggle):not(.pill):not(.link-btn):active { transform: scale(0.96); }
.site-header,
.navbar { transition: top 0.3s ease; border-bottom: 1px solid var(--premium-border); position: sticky; left: 0; right: 0; height: 0; z-index: 90; border: 0; overflow: visible; pointer-events: none; background: rgba(250, 247, 242, 0.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); top: var(--demo-banner-height); }

/* ============================= */
/* HERO                         */
/* ============================= */
.home-premium-top .hero.premium-hero { padding-top: calc(var(--navbar-offset) + 10px); }
.hero { position: relative; padding: 2rem 0 4.8rem; background: linear-gradient(180deg, #FAF7F2 0%, #F5F1E8 100%); }
.hero-stat-wrap { margin-top: 1.6rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; }
.hero-stat { padding: 0.9rem; border-radius: var(--radius-md); background: var(--card); border: 1px solid var(--border); box-shadow: var(--shadow); }
.hero-stat strong { display: block; font-size: 1rem; }
.hero-stat span { display: block; font-size: 0.77rem; color: var(--text-mid); }
.hero-image-box img { width: 100%; border-radius: 24px; min-height: 280px; object-fit: cover; }
.floating-item.one { left: -12px; top: 10%; }
.floating-item.two { right: -14px; top: 26%; animation-delay: 0.6s; }
.floating-item.three { right: 14%; bottom: -14px; animation-delay: 1.1s; }
.page-banner,
.hero { background: #F6F2E9; }
.hero h1 { line-height: 1.05; margin-bottom: 1rem; max-width: 13ch; font-size: clamp(2rem, 6vw, 4.3rem); }
.hero p { color: var(--text-mid); max-width: 58ch; margin-bottom: 1.6rem; font-size: clamp(0.95rem, 2vw, 1.08rem); }
.hero.premium-hero { background: linear-gradient(145deg, #f8f0e1 0%, #f3e8d7 45%, #faf4e9 100%); padding: 3.2rem 0 4.3rem; }
.hero-copy h1,
.hero h1 { font-size: clamp(2.25rem, 5.4vw, 4.35rem); line-height: 1.05; max-width: 12ch; margin-bottom: 1rem; color: var(--premium-text); }
.hero-copy .hero-subtext,
.hero-subtext { font-size: clamp(1rem, 2vw, 1.16rem); max-width: 42ch; margin-bottom: 1.6rem; color: #5c6759; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.hero-image-box::after { content: ""; position: absolute; inset: auto -30% -35% auto; width: 270px; height: 270px; background: radial-gradient(circle, rgba(134, 167, 116, 0.2) 0%, rgba(134, 167, 116, 0) 70%); pointer-events: none; }
.hero-image-box > img:first-child { width: 100%; min-height: 360px; border-radius: 22px; object-fit: cover; }
.floating-item { position: absolute; animation: floaty 3.6s ease-in-out infinite; display: none; width: 46px; height: 46px; }
.glass-card,
.banner-card,
.page-banner .banner-card,
.hero-image-box,
.product-card,
.category-card { box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04), 0 12px 30px rgba(0, 0, 0, 0.06); }
.home-premium-top .hero-grid { gap: clamp(2rem, 4vw, 3rem); align-items: center; }
.home-premium-top .hero-grid > * { min-width: 0; }
.home-premium-top .hero-image-box { border-radius: 24px; overflow: hidden; padding: 0.8rem; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
.home-premium-top .hero-image-box::after { display: none; }
.home-premium-top .hero-image-box > img:first-child { width: 100%; min-height: 360px; border-radius: 18px; object-fit: cover; }
.home-premium-top .hero-image-box .floating-item { min-height: auto; border-radius: 0; }
.hero-copy h1,
.home-premium-top .hero-copy h1 { line-height: 1.15; margin-bottom: 16px; text-wrap: balance; }
.hero-image-box .floating-item,
.home-premium-top .hero-image-box .floating-item { z-index: 4; }
.hero-buttons,
.home-premium-top .hero-buttons { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3.25rem); align-items: center; min-width: 0; }
.hero-copy { min-width: 0; }
.hero-image-box { position: relative; border-radius: 30px; padding: 1rem; background: rgba(255, 255, 255, 0.78); border: 1px solid var(--premium-border); box-shadow: var(--premium-shadow); overflow: hidden; max-width: 100%; }
.home-premium-top .hero.premium-hero { padding-bottom: 40px; background: radial-gradient(circle at top, #f3ecdf 0%, #efe6d6 40%, #e8decd 100%); padding-top: calc(var(--navbar-offset) + 10px); }
.trust-container { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.trust-card { display: flex; align-items: center; gap: 6px; padding: 8px 14px; background: white; border-radius: 20px; font-size: 13px; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06); transition: all 0.25s ease; }
.trust-card span { font-size: 16px; }
.trust-card p { margin: 0; line-height: 1.3; color: #555; }
.hero-image-box,
.home-premium-top .hero-image-box { z-index: 2; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); background: #f5f3ee; position: relative; isolation: isolate; }
.home-premium-top .hero-copy { max-width: 34rem; align-items: flex-start; }
.home-premium-top .hero-copy .eyebrow { margin-bottom: 0; letter-spacing: 0.18em; }
.home-premium-top .hero-copy h1,
.home-premium-top .hero h1 { line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 0.35rem; font-size: clamp(3rem, 6vw, 5rem); }
.home-premium-top .hero-copy .hero-subtext,
.home-premium-top .hero-subtext { margin-bottom: 0; font-size: clamp(1.05rem, 1.7vw, 1.3rem); line-height: 1.35; color: var(--text-dark); opacity: 0.9; }
.home-premium-top .hero-support { max-width: 38ch; margin: 0; color: var(--text-mid); font-size: 0.96rem; line-height: 1.7; }
.home-premium-top .hero-buttons { margin-top: 24px; }
.hero-features { display: grid; grid-template-columns: repeat(2, auto); gap: 12px; margin-top: 24px; justify-content: flex-start; }
.hero-features .trust-card { min-height: 44px; justify-content: flex-start; }
.hero-image-box > img:first-child,
.home-premium-top .hero-image-box > img:first-child { position: relative; z-index: 3; width: 100%; height: auto; display: block; border-radius: 24px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.12); }

/* ============================= */
/* COMPONENTS                   */
/* ============================= */
.glass-card { background: var(--glass-bg); border: 1px solid var(--glass-border); border-radius: 16px; box-shadow: var(--shadow-card); backdrop-filter: none; }
.p-card,
.product-card,
.combo-card,
.cart-item,
.cart-summary { background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
.btn-secondary { background: var(--green-soft); color: var(--green-dark); border: none; }
.btn-light { background: #f8f2e6; color: #2b241a; }
.btn-green { background: var(--green); color: #fff; border: none; }
.btn-green:hover { background: var(--green-dark); }
.btn-outline-green { background: var(--green-soft); color: var(--green-dark); border: none; }
.page-hero,
.cart-section,
.checkout-section,
.offers-section,
.product-detail,
.about-section { background: var(--bg-soft); }
.category-card p { font-size: 0.82rem; color: var(--text-mid); }
.product-content { padding: 1rem; }
.product-price { margin-bottom: 0.75rem; font-size: 1rem; font-weight: 800; }
.shop-toolbar { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.2rem; }
.shop-result { color: var(--text-mid); font-size: 0.86rem; }
.product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; min-width: 0; }
.product-detail-image { background: var(--cream-100); border-radius: var(--radius-xl); padding: 1rem; }
.product-detail-image img { width: 100%; border-radius: var(--radius-lg); min-height: 360px; object-fit: cover; }
.product-detail-content h2 { font-size: clamp(1.5rem, 3vw, 2.3rem); margin-bottom: 0.4rem; }
.product-detail-price { color: var(--green-300); font-size: 1.35rem; font-weight: 800; margin-bottom: 0.65rem; }
.product-detail-copy { color: var(--text-mid); margin-bottom: 1rem; }
.tag-group { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-bottom: 1rem; }
.tag-chip { padding: 0.35rem 0.7rem; border-radius: 999px; font-size: 0.74rem; color: var(--green-dark); background: var(--green-soft); border: 1px solid var(--border); }
.qty-control { display: inline-grid; grid-template-columns: 36px 72px 36px; border-radius: 999px; border: 1px solid var(--border); overflow: hidden; margin-right: 0.65rem; }
.qty-control button,
.qty-control input { border: none; background: #fff; color: var(--text-dark); text-align: center; height: 40px; }
.qty-control input { width: 72px; }
.qty-box { display: inline-grid; grid-template-columns: repeat(3, 32px); height: 34px; margin-bottom: 0.5rem; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; }
.qty-box button,
.qty-box span { display: grid; place-items: center; background: #fff; color: var(--text-dark); }
.link-btn { background: transparent; color: #dbb4b4; border: none; font-size: 0.82rem; cursor: pointer; }
.input,
.select,
.textarea { width: 100%; padding: 0.72rem 0.9rem; border-radius: 12px; border: 1px solid var(--border); background: #fff; color: var(--text-dark); }
.input::placeholder,
.textarea::placeholder { color: #c9b9a1; }
.input:focus,
.select:focus,
.textarea:focus { outline: 2px solid rgba(165, 191, 145, 0.45); }
.offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; min-width: 0; }
.offer-card { overflow: hidden; background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
.offer-image { width: 100%; height: 180px; object-fit: cover; background: var(--cream-100); }
.offer-content { padding: 1rem; }
.offer-content h3 { margin-bottom: 0.3rem; }
.offer-content p { color: var(--text-mid); font-size: 0.86rem; margin-bottom: 0.85rem; }
.toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 80; max-width: 280px; background: #f8f2e8; color: #1f1a13; padding: 0.7rem 0.9rem; border-radius: 12px; box-shadow: var(--shadow-soft); font-size: 0.84rem; font-weight: 700; }
.toast-error { background: #f3dede; color: #5e2020; }
.toast-info { background: #e7eadf; color: #293125; }
.toast-hide { opacity: 0; transform: translateY(8px); transition: 0.3s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
.btn-primary { box-shadow: var(--shadow); background: #7B9A66; color: #FFFFFF; }
.btn-primary:hover { box-shadow: var(--shadow); background: #6E8F5F; }
.product-grid,
.offer-grid,
.category-grid,
.feature-grid,
.cart-layout,
.checkout-layout,
.about-grid,
.philosophy-grid,
.footer-grid { min-width: 0; }
.product-card,
.offer-card,
.combo-card,
.cart-item { min-width: 0; }
.product-image,
.offer-image { transition: transform 0.5s ease; }
.product-card:hover .product-image,
.offer-card:hover .offer-image { transform: scale(1.07); }
.product-card:hover .btn,
.offer-card:hover .btn,
.combo-card:hover .btn { opacity: 1; transform: translateY(0); }
.btn.is-adding { transform: scale(0.96); }
.btn-primary,
.btn-green { background: var(--premium-green); color: #fff; border: 1px solid transparent; box-shadow: var(--premium-shadow); }
.btn-primary:hover,
.btn-green:hover { background: var(--premium-green-dark); }
.btn-secondary,
.btn-outline-green { background: #f1ebdf; color: var(--premium-text); border: 1px solid var(--premium-border); box-shadow: none; }
.btn-outline-dark { background: transparent; color: var(--premium-text); border: 1px solid #d8cdb8; box-shadow: none; }
.category-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09); }
.category-content { padding: 1rem 1rem 1.1rem; }
.category-card h3 { margin-bottom: 0.2rem; font-size: 1rem; font-weight: 700; margin: 0; color: var(--premium-text); }
.product-grid,
.offer-grid,
.combo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.product-card,
.offer-card,
.combo-card { border-radius: 16px; overflow: hidden; border: 1px solid var(--premium-border); background: #fff; box-shadow: var(--premium-shadow); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.product-card:hover,
.offer-card:hover,
.combo-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(0, 0, 0, 0.1); }
.product-image-wrap { display: block; position: relative; background: #f8f2e6; border-radius: 16px 16px 0 0; overflow: hidden; }
.product-image,
.offer-image,
.combo-image { width: 100%; height: 210px; object-fit: cover; transition: transform 0.35s ease; }
.product-card:hover .product-image,
.offer-card:hover .offer-image,
.combo-card:hover .combo-image { transform: scale(1.04); }
.product-content,
.offer-content,
.combo-content { padding: 1rem 1rem 1.15rem; }
.product-category { font-size: 0.72rem; text-transform: capitalize; letter-spacing: 0.06em; color: var(--premium-green-dark); }
.product-title { font-size: 1rem; margin: 0.3rem 0 0.45rem; color: var(--premium-text); }
.product-price,
.combo-price,
.offer-action-row strong { font-size: 1.12rem; color: #2f4627; font-weight: 800; }
.offer-content p,
.combo-content p { font-size: 0.87rem; color: var(--premium-muted); margin-bottom: 0.9rem; }
.offer-action-row { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
.product-card .btn,
.offer-card .btn,
.combo-card .btn { transition: opacity 0.28s ease, transform 0.28s ease, background 0.24s ease; opacity: 1; transform: none; border-radius: 999px; padding: 12px 20px; }
.pill { padding: 0.45rem 0.9rem; border-radius: 999px; cursor: pointer; font-size: 0.82rem; background: #f4ecdf; border: 1px solid var(--premium-border); color: #53614f; }
.pill-active { background: var(--premium-green); color: #fff; border-color: var(--premium-green); }
.product-card,
.category-card { transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover,
.category-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08); }
.product-image { width: 100%; height: 180px; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image { transform: scale(1.05); }
.btn { border: none; display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem; cursor: pointer; border-radius: 999px; padding: 12px 26px; font-size: 0.93rem; font-weight: 700; line-height: 1; min-height: 44px; transition: all .25s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }
.category-grid { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-grid { display: grid; min-width: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.btn:active { transform: scale(0.96); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 40px; font-weight: 600; cursor: pointer; transition: transform 0.2s ease; }
.button:active { transform: scale(0.96); }
.cta-group { display: flex; flex-direction: column; gap: 12px; width: 100%; }
.cta-group button,
.cta-group .btn,
.cta-group a { width: 100%; max-width: 320px; margin: 0 auto; padding: 16px; border-radius: 40px; box-sizing: border-box; }
.product-card { overflow: hidden; background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); min-width: 0; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; will-change: transform, box-shadow; transform: translateZ(0); backface-visibility: hidden; }
.product-card img,
.product-card .product-image { transition: transform 0.3s ease; transform-origin: center; backface-visibility: hidden; }
.category-card { padding: 1rem; display: block; border-radius: 16px; border: 1px solid var(--premium-border); background: #fff; box-shadow: var(--premium-shadow); overflow: hidden; transition: transform 0.35s ease, box-shadow 0.35s ease; }
.category-card img { width: 100%; height: 164px; object-fit: cover; background: #f3e9d8; transition: transform 0.4s ease; transform-origin: center; }
.product-grid img { transition: transform 0.45s ease; }

/* ============================= */
/* SECTIONS                     */
/* ============================= */
.feature-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0.9rem; min-width: 0; }
.feature-card { text-align: center; padding: 1.2rem 0.8rem; }
.feature-icon { width: 42px; height: 42px; margin: 0 auto 0.55rem; border-radius: 999px; display: grid; place-items: center; background: rgba(165, 191, 145, 0.18); color: var(--green-dark); font-weight: 800; }
.feature-card h3 { font-size: 0.84rem; margin-bottom: 0.15rem; }
.feature-card p { font-size: 0.74rem; color: var(--text-mid); }
.page-banner h1 { font-size: clamp(1.6rem, 4.6vw, 3rem); margin-bottom: 0.35rem; }
.page-banner p { color: var(--text-mid); }
.breadcrumb { margin-top: 0.9rem; display: flex; gap: 0.45rem; font-size: 0.82rem; color: var(--text-mid); }
.cart-layout { display: grid; grid-template-columns: 1.3fr 0.8fr; gap: 1.2rem; min-width: 0; }
.cart-stack { display: grid; gap: 0.85rem; }
.cart-item { display: grid; grid-template-columns: 108px 1fr auto; align-items: center; gap: 1rem; padding: 0.8rem; background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); min-width: 0; }
.cart-item-image { width: 108px; height: 88px; border-radius: 12px; background: var(--cream-100); object-fit: cover; }
.cart-item-main h3 { font-size: 0.96rem; }
.cart-item-main p { color: var(--text-mid); font-size: 0.85rem; }
.cart-item-controls { text-align: right; }
.cart-line-total { font-weight: 800; margin-bottom: 0.35rem; }
.empty-cart { padding: 2rem; text-align: center; }
.empty-cart h3 { margin-bottom: 0.35rem; }
.empty-cart p { color: var(--text-mid); margin-bottom: 1rem; }
.summary-card { padding: 1rem; height: fit-content; background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); }
.summary-card h3 { font-size: 1.05rem; margin-bottom: 0.8rem; }
.summary-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 0.48rem 0; color: var(--text-mid); border-bottom: 1px solid var(--border); }
.summary-row strong { color: var(--text-dark); }
.summary-total { color: var(--text-dark); font-size: 1rem; font-weight: 800; }
.coupon-inline { margin-top: 0.8rem; display: grid; grid-template-columns: 1fr auto; gap: 0.5rem; }
.checkout-layout { display: grid; grid-template-columns: 1.25fr 0.85fr; gap: 1.2rem; min-width: 0; }
.form-card,
.order-card { padding: 1rem; }
.form-card h3,
.order-card h3 { margin-bottom: 0.9rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; min-width: 0; }
.form-grid .full { grid-column: 1 / -1; }
.payment-options { display: grid; gap: 0.55rem; margin-top: 0.85rem; }
.pay-option { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; padding: 0.7rem 0.8rem; border-radius: 12px; border: 1px solid var(--border); background: #fff; }
.checkout-item { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 0.65rem; padding: 0.45rem 0; border-bottom: 1px solid var(--border); }
.checkout-item img { width: 54px; height: 44px; border-radius: 10px; background: var(--cream-100); object-fit: cover; }
.checkout-item small { color: var(--text-mid); }
.checkout-empty { color: var(--text-mid); }
.checkout-empty a { color: var(--green-300); font-weight: 700; }
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1rem; align-items: center; min-width: 0; }
.about-copy p { color: var(--text-mid); margin-bottom: 0.8rem; }
.about-image-stack { display: grid; gap: 0.7rem; }
.about-image-stack img { width: 100%; border-radius: var(--radius-lg); border: 1px solid var(--border); }
.philosophy-grid { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; min-width: 0; }
.philosophy-card { padding: 1rem; }
.philosophy-card h3 { margin-bottom: 0.35rem; }
.philosophy-card p { color: var(--text-mid); font-size: 0.88rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 0.8fr 0.8fr 0.7fr; gap: 1rem; min-width: 0; }
.footer-grid p,
.footer-grid li,
.footer-grid a { color: var(--text-mid); font-size: 0.86rem; margin-bottom: 0.35rem; }
.footer-socials { display: flex; gap: 0.45rem; }
.footer-bottom { margin-top: 1.2rem; padding-top: 0.7rem; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 0.8rem; }
.banner-card,
.page-banner .banner-card { background: #E7DECE; border: 1px solid #DDD3C3; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); border-radius: 24px; padding: clamp(1.15rem, 2.8vw, 2.2rem); }
.footer-grid a { transition: color 0.24s ease; }
.footer-grid a:hover { color: var(--green-dark); }
.eyebrow { display: inline-block; margin-bottom: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.75rem; font-weight: 700; color: var(--premium-green-dark); }
.benefits-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.benefit-card { background: #fff; border: 1px solid var(--premium-border); border-radius: 16px; box-shadow: var(--premium-shadow); padding: 1.2rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.09); }
.benefit-icon { width: 46px; height: 46px; margin-bottom: 0.75rem; border-radius: 999px; border: 1px solid #d8e4d0; background: #f2f8ee; display: grid; place-items: center; }
.benefit-icon img { width: 22px; height: 22px; }
.benefit-card h3 { font-size: 0.98rem; margin-bottom: 0.3rem; color: var(--premium-text); }
.benefit-card p { font-size: 0.86rem; color: var(--premium-muted); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.story-image-wrap { border-radius: 24px; overflow: hidden; border: 1px solid var(--premium-border); box-shadow: var(--premium-shadow); background: #fff; }
.story-image-wrap img { width: 100%; min-height: 340px; object-fit: cover; background: #f3e7d4; }
.story-content h2 { font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.18; margin-bottom: 0.9rem; color: var(--premium-text); }
.story-content p { margin-bottom: 0.8rem; }
.page-banner { padding: 1rem 0 2.7rem; background: linear-gradient(145deg, #f8f0e2 0%, #f4e9d8 100%); }
.page-banner .banner-card { padding: 2rem; background: var(--premium-cream); border: 1px solid var(--premium-border); border-radius: 20px; box-shadow: var(--premium-shadow); }
.site-footer { margin-top: 0; padding: 3rem 0 1.3rem; background: #efe3d0; border-top: 1px solid #ddcfb9; }
.footer-grid h4 { margin-bottom: 0.55rem; font-size: 0.94rem; color: var(--premium-text); }
.footer-grid p,
.footer-grid li,
.footer-grid a,
.footer-bottom { color: #5d6658; }
.footer-socials a { width: 32px; height: 32px; border-radius: 999px; display: grid; place-items: center; font-size: 0.78rem; border: 1px solid #d8ccb6; background: #f8f2e6; color: var(--premium-text); }
.footer-socials a:hover { background: var(--premium-green); color: #fff; border-color: transparent; }
.cart-bounce { animation: cartBounce 0.35s ease; }
.card { border-radius: 20px; background: #fff; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06); overflow: hidden; }
.features-section .features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.features-section .feature-card { background: #f7f7f7; border: 1px solid var(--border); border-radius: 18px; padding: 16px 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; text-align: left; box-shadow: none; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.features-section .feature-icon { width: 36px; height: 36px; border-radius: 50%; background: #e7f1e6; display: flex; align-items: center; justify-content: center; margin: 0 0 6px; }
.features-section .feature-icon::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--green); }
.features-section .feature-card h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.35; color: #2c2c2c; }
.features-section .feature-card p { margin: 0; font-size: 13px; line-height: 1.4; color: #666; max-width: 24ch; }
.imagine-card,
.portfolio-card { padding: clamp(1.5rem, 3vw, 2.4rem); text-align: center; max-width: 860px; margin-inline: auto; }
.imagine-card p,
.portfolio-card p { max-width: 62ch; margin: 0.85rem auto 0; color: var(--text-mid); }
.portfolio-credit { font-weight: 700; color: var(--text-dark) !important; }
.portfolio-cta { font-size: 0.98rem; }

/* ============================= */
/* ANIMATIONS                   */
/* ============================= */
.reveal.active { opacity: 1; transform: translateY(0); }
.reveal.show,
.reveal.active { opacity: 1; transform: translate3d(0, 0, 0); }
.reveal { transition-delay: var(--reveal-delay, 0ms); opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; will-change: opacity, transform; }
.reveal.active,
.reveal.show { opacity: 1; transform: translateY(0); }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes pageEnter { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes pageFade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes cartBounce { 0% { transform: scale(1); } 50% { transform: scale(1.25); } 100% { transform: scale(1); } }

/* ============================= */
/* RESPONSIVE                   */
/* ============================= */
@media (min-width: 1440px) {
  .container { width: min(1280px, 90%); }
}
@media (max-width: 1120px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .features-section .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section { padding: 3.6rem 0; }
  .hero-grid,
  .product-detail-grid,
  .cart-layout,
  .checkout-layout,
  .about-grid { grid-template-columns: 1fr; }
  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hero-grid,
  .story-grid { grid-template-columns: 1fr; }
  .hero-image-box > img:first-child { min-height: 300px; }
  .category-grid,
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  :root { --demo-banner-height: 48px; --navbar-offset: 82px; --mobile-section-space: 60px; --mobile-card-gap: 12px; --mobile-nav-side-gap: 10px; }
  .home-premium-top .site-header { top: calc(var(--demo-banner-height) + 12px); }
  .home-premium-top .site-main { padding-top: calc(var(--demo-banner-height) + var(--navbar-offset)); }
  .home-premium-top .hero.premium-hero { padding-top: calc(var(--navbar-offset) + 10px); }
  .demo-bar { font-size: 13px; padding-inline: 1rem; }
  .site-main { padding-top: 84px; }
  .site-header,
  .navbar { top: 12px; }
  html,
  body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .hero-copy h1,
  .home-premium-top .hero-copy h1,
  :where(h1, h2, h3).section-title,
  .section-heading h2,
  .page-banner h1,
  .product-detail-content h2 { text-wrap: pretty; }
  .nav-shell { width: min(740px, 96%); padding: 0.45rem 0.7rem; min-height: 68px; grid-template-columns: minmax(0, 1fr) auto auto; gap: 0.6rem; }
  .site-header .nav-shell { width: calc(100% - 20px); min-height: 62px; padding: 0.38rem 0.58rem; gap: 0.42rem; grid-template-columns: minmax(0, 1fr) auto auto; border-radius: 16px; }
  .site-main { padding-top: calc(110px + var(--demo-banner-height)); }
  .trust-container { justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; }
  .mobile-menu { margin-top: 6px; padding: 0.62rem; display: flex; flex-direction: column; position: absolute; top: 92px; left: 0; width: 100%; z-index: 50; opacity: 0; transform: translateY(-10px); visibility: hidden; pointer-events: none; }
  .container { width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
  body.menu-open { overflow: hidden; }
  .home-premium-top .site-header .nav-shell { width: calc(100% - 20px); min-height: 64px; padding: 0.4rem 0.58rem; gap: 0.45rem; border-radius: 22px; grid-template-columns: minmax(0, 1fr) auto auto; margin-top: 0; }
  .trust-card { flex-shrink: 0; }
  .home-premium-top .hero-copy { text-align: center; display: grid; justify-items: center; gap: 12px; }
  .hero.premium-hero { padding-top: 1.25rem; padding-bottom: 3.3rem; }
  .section { padding-top: var(--mobile-section-space); padding-bottom: var(--mobile-section-space); padding: 60px 20px; }
  .home-premium-top .hero-copy .hero-subtext,
  .home-premium-top .hero-subtext { font-size: 16px; line-height: 1.6; opacity: 0.8; margin-bottom: 1.15rem; max-width: 18ch; }
  .section > .container { padding-left: 0; padding-right: 0; }
  .mobile-menu.is-open { display: flex; flex-direction: column; opacity: 1; transform: translateY(0); visibility: visible; pointer-events: auto; }
  .home-premium-top .desktop-nav { display: none; }
  .section.pt-0 { padding-top: 0; }
  .section-title { margin-bottom: 12px; }
  .home-premium-top .hero-support { max-width: 32ch; font-size: 0.92rem; }
  .section-heading { flex-direction: column; align-items: flex-start; margin-bottom: 1.15rem; gap: 0.45rem; }
  .home-premium-top .menu-toggle { display: block; }
  .section-subtitle,
  .section-copy { margin-bottom: 28px; }
  .hero { padding-top: 1rem; padding-bottom: 3.4rem; }
  .section-heading h2,
  .section-title,
  h1,
  h2,
  h3 { line-height: 1.2; letter-spacing: -0.01em; text-wrap: balance; }
  .home-premium-top .hero-buttons { width: min(320px, 100%); flex-direction: column; align-items: stretch; gap: 12px; }
  .home-premium-top .mobile-menu { display: flex; width: calc(100% - 20px); padding: 0.7rem; }
  .hero-grid,
  .home-premium-top .hero-grid { grid-template-columns: 1fr; align-items: start; display: flex; flex-direction: column; gap: 28px; width: 100%; max-width: 100%; }
  .hero-stat-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-premium-top .hero-buttons .btn { width: 100%; max-width: 320px; }
  p,
  .section-copy,
  .hero-subtext,
  .offer-content p,
  .combo-content p,
  .feature-card p,
  .benefit-card p { line-height: 1.62; margin-bottom: 0; }
  .cart-item-controls { grid-column: 1 / -1; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; flex-wrap: wrap; }
  .hero-copy,
  .home-premium-top .hero-copy { justify-items: start; text-align: left; display: flex; flex-direction: column; gap: 16px; width: 100%; max-width: 100%; min-width: 0; }
  .hero-features { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .home-premium-top .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-grid,
  .offer-grid,
  .philosophy-grid,
  .category-grid,
  .feature-grid,
  .form-grid { grid-template-columns: 1fr 1fr; }
  .cart-link svg { width: 18px; height: 18px; }
  .menu-toggle span { width: 16px; left: 10px; }
  .hero-features .trust-card { min-width: 0; }
  .section-copy { margin-top: 0.45rem; max-width: 38ch; font-size: 0.95rem; }
  .hero-image-box,
  .home-premium-top .hero-image-box { margin-top: 0.55rem; padding: 0.58rem; border-radius: 18px; width: 100%; max-width: 100%; min-width: 0; }
  .cart-item { grid-template-columns: 88px 1fr; }
  .home-premium-top .hero-copy h1,
  .home-premium-top .hero h1 { font-size: clamp(34px, 9vw, 38px); line-height: 1.2; max-width: 12ch; }
  .section-heading h2 { font-size: 1.6rem; }
  .hero-copy h1,
  .hero h1,
  .home-premium-top .hero-copy h1,
  .home-premium-top .hero h1 { margin: 0; max-width: 12ch; font-size: clamp(2rem, 9vw, 2.75rem); line-height: 1.15; margin-bottom: 16px; }
  p,
  .section-copy,
  .hero-subtext,
  .offer-content p,
  .combo-content p { font-size: 0.9rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .hero-copy p,
  .hero-subtext,
  .home-premium-top .hero-copy p,
  .home-premium-top .hero-subtext { margin-bottom: 24px; line-height: 1.6; }
  .checkout-item { grid-template-columns: 48px 1fr auto; }
  .hero-copy { text-align: center; display: grid; justify-items: center; }
  .checkout-item img { width: 48px; height: 40px; }
  .hero-copy h1,
  .hero h1 { font-size: 2.2rem; margin-bottom: 0.8rem; max-width: 14ch; }
  .hero-buttons,
  .cta-group,
  .home-premium-top .hero-buttons { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 100%; max-width: 100%; }
  .hero-copy .hero-subtext,
  .hero-subtext { margin-bottom: 1.05rem; max-width: 36ch; }
  .hero-buttons > .btn,
  .hero-buttons > a,
  .hero-buttons > button,
  .cta-group > .btn,
  .cta-group > a,
  .cta-group > button,
  .home-premium-top .hero-buttons > .btn,
  .home-premium-top .hero-buttons > a,
  .home-premium-top .hero-buttons > button { width: 100%; max-width: 320px; margin: 0 auto; box-sizing: border-box; flex: 0 1 auto; }
  .hero-buttons { width: 100%; justify-content: center; gap: 0.6rem; margin-top: 0.1rem; }
  .home-premium-top .hero-image-box { width: 100%; max-width: 540px; margin: 0 auto; padding: 0.65rem; }
  .hero-copy .hero-subtext,
  .hero-subtext,
  .home-premium-top .hero-copy .hero-subtext,
  .home-premium-top .hero-subtext { margin: 0; max-width: 33ch; font-size: 0.98rem; }
  .hero-buttons .btn { flex: 0 1 auto; min-width: 142px; }
  .home-premium-top .hero-image-box > img:first-child { min-height: 240px; height: clamp(240px, 62vw, 320px); }
  .hero-image-box { max-width: 540px; width: 100%; margin: 0 auto; padding: 0.72rem; border-radius: 22px; overflow: hidden; }
  .hero-buttons,
  .home-premium-top .hero-buttons { width: 100%; margin-top: 0.2rem; gap: 0.62rem; }
  .home-premium-top .hero-image-box .floating-item { width: 36px; height: 36px; }
  .hero-image-box > img:first-child,
  .hero-image-box img { min-height: 235px; height: 235px; object-fit: cover; border-radius: 16px; }
  .hero-buttons .btn,
  .home-premium-top .hero-buttons .btn { flex: 1 1 calc(50% - 0.31rem); min-width: 0; }
  .site-main,
  .hero,
  .hero-grid,
  .hero-copy,
  .hero-image-box,
  .nav-shell,
  .mobile-menu,
  .category-grid,
  .product-grid,
  .offer-grid,
  .combo-grid,
  .feature-grid,
  .benefits-grid,
  .footer-grid,
  .section-heading,
  .section-copy,
  .btn,
  .category-card,
  .product-card,
  .offer-card,
  .combo-card,
  .feature-card,
  .benefit-card { max-width: 100%; min-width: 0; }
  .floating-item { display: block; width: 34px; height: 34px; }
  .hero-image-box > img:not(.floating-item),
  .home-premium-top .hero-image-box > img:not(.floating-item) { height: clamp(230px, 62vw, 320px); min-height: 230px; object-fit: cover; object-position: center; border-radius: 14px; }
  .category-card,
  .product-card,
  .offer-card,
  .combo-card,
  .hero-image-box { overflow: hidden; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .floating-item,
  .home-premium-top .hero-image-box .floating-item { width: 32px; height: 32px; }
  .site-header .nav-shell,
  .home-premium-top .site-header .nav-shell,
  .mobile-menu,
  .home-premium-top .mobile-menu { max-width: calc(100vw - 14px); }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--mobile-card-gap); }
  .category-card { border-radius: 14px; transition: transform 0.24s ease, box-shadow 0.24s ease; }
  .product-price,
  .combo-price,
  .offer-action-row strong { font-size: 1rem; }
  .category-card img { height: 112px; object-fit: cover; object-position: center; }
  .category-content { padding: 0.58rem 0.58rem 0.66rem; }
  .category-card h3 { font-size: 0.84rem; line-height: 1.25; }
  .product-grid,
  .offer-grid,
  .combo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--mobile-card-gap); }
  .product-card,
  .offer-card,
  .combo-card { border-radius: 14px; display: flex; flex-direction: column; min-height: 100%; }
  .product-image-wrap { width: 100%; aspect-ratio: 1 / 1; border-radius: 14px 14px 0 0; overflow: hidden; }
  .product-image,
  .offer-image,
  .combo-image { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; }
  .product-content,
  .offer-content,
  .combo-content { padding: 0.72rem; display: flex; flex-direction: column; gap: 0.45rem; flex: 1; }
  .product-category { margin: 0; font-size: 0.7rem; line-height: 1.25; }
  .product-title { margin: 0; font-size: 0.89rem; line-height: 1.32; min-height: 2.35em; }
  .product-price { margin: 0; font-size: 0.98rem; }
  .offer-content p,
  .combo-content p { margin: 0; font-size: 0.8rem; line-height: 1.46; }
  .offer-action-row { gap: 0.5rem; margin-top: auto; }
  .offer-action-row strong,
  .combo-price { font-size: 0.98rem; white-space: nowrap; }
  .benefits-grid,
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--mobile-card-gap); }
  .feature-card,
  .benefit-card { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 0.6rem; padding: 0.72rem; text-align: left; }
  .feature-icon,
  .benefit-icon { width: 36px; height: 36px; margin: 0; flex-shrink: 0; }
  .feature-card h3,
  .benefit-card h3 { margin: 0 0 0.12rem; font-size: 0.84rem; line-height: 1.26; }
  .feature-card p,
  .benefit-card p { margin: 0; font-size: 0.76rem; line-height: 1.45; max-width: 22ch; }
  .site-footer { padding: 2.6rem 0 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
  .footer-grid > div { padding-bottom: 0.85rem; border-bottom: 1px solid var(--border); }
  .footer-grid > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .footer-grid h4 { margin-bottom: 0.45rem; font-size: 0.9rem; }
  .footer-grid p,
  .footer-grid li,
  .footer-grid a { margin: 0; font-size: 0.86rem; line-height: 1.58; }
  .footer-grid ul { display: grid; gap: 0.32rem; }
  .footer-socials { align-items: center; justify-content: flex-start; gap: 0.55rem; margin-top: 0.35rem; }
  .footer-socials a { width: 34px; height: 34px; font-size: 0.74rem; }
  .footer-bottom { margin-top: 1rem; padding-top: 0.75rem; text-align: left; font-size: 0.78rem; }
  .site-header,
  .navbar { position: fixed; top: 10px; left: 0; right: 0; height: 0; border: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; pointer-events: none; overflow: visible; transition: transform 0.3s ease; }
  .site-header.is-hidden,
  .home-premium-top .site-header.is-hidden { transform: translateY(-120%); }
  .site-header .nav-shell,
  .home-premium-top .site-header .nav-shell,
  .nav-shell { width: calc(100% - (var(--mobile-nav-side-gap) * 2)); min-height: 62px; padding: 0.45rem 0.6rem; border-radius: 18px; border: 1px solid rgba(232, 227, 217, 0.94); background: rgba(250, 247, 242, 0.72); box-shadow: 0 14px 28px rgba(35, 33, 28, 0.12); backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); pointer-events: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 0.45rem; margin-inline: auto; }
  .site-header.is-scrolled .nav-shell,
  .home-premium-top .site-header.is-scrolled .nav-shell { background: rgba(250, 247, 242, 0.86); box-shadow: 0 16px 30px rgba(35, 33, 28, 0.16); }
  .brand { letter-spacing: 0.02em; justify-self: start; min-width: 0; margin-right: 0; font-size: 0.98rem; line-height: 1.08; }
  .brand span { font-size: 0.56rem; letter-spacing: 0.08em; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .cart-link,
  .menu-toggle { width: 40px; height: 40px; }
  .mobile-menu,
  .home-premium-top .mobile-menu { display: flex; flex-direction: column; gap: 0.35rem; position: absolute; top: calc(100% + 8px); left: 50%; width: calc(100% - (var(--mobile-nav-side-gap) * 2)); margin: 0; padding: 0.54rem; border-radius: 18px; border: 1px solid rgba(232, 227, 217, 0.96); background: rgba(250, 247, 242, 0.9); box-shadow: 0 14px 28px rgba(35, 33, 28, 0.14); backdrop-filter: blur(14px) saturate(1.15); -webkit-backdrop-filter: blur(14px) saturate(1.15); max-height: 0; opacity: 0; overflow: hidden; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px) scale(0.985); transform-origin: top center; transition: max-height 0.34s ease, opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease; }
  .mobile-menu a,
  .home-premium-top .mobile-menu a { padding: 0.76rem 0.82rem; border-radius: 12px; font-size: 0.91rem; line-height: 1.3; }
  .mobile-menu.is-open,
  .home-premium-top .mobile-menu.is-open { max-height: 360px; opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
  .btn { min-height: 48px; padding: 0.78rem 0.98rem; font-size: 0.89rem; line-height: 1.2; }
  .product-card .btn,
  .offer-card .btn,
  .combo-card .btn { opacity: 1; transform: none; min-height: 40px; padding: 10px 14px; font-size: 0.84rem; width: 100%; margin-top: auto; }
  .btn:active { transform: scale(0.98); }
}
@media (max-width: 767px) {
  .product-carousel { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px; scrollbar-width: none; -ms-overflow-style: none; }
  .product-carousel::-webkit-scrollbar { display: none; }
  .product-carousel .product-card { min-width: 200px; flex: 0 0 min(74vw, 240px); scroll-snap-align: start; }
}
@media (max-width: 600px) {
  .features-section .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .features-section .feature-card { padding: 14px; }
}
@media (max-width: 560px) {
  .container { width: min(100%, calc(100% - 1.25rem)); }
  .section { padding: 3.2rem 0; }
  .hero-buttons,
  .home-premium-top .hero-buttons { flex-direction: column; }
  .category-grid,
  .benefits-grid { grid-template-columns: 1fr; }
  .hero-buttons .btn,
  .home-premium-top .hero-buttons .btn { width: 100%; flex: 1 1 100%; }
  .product-grid,
  .offer-grid,
  .philosophy-grid,
  .category-grid,
  .feature-grid,
  .form-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(1.65rem, 8.5vw, 2.05rem); }
  .product-grid,
  .offer-grid,
  .combo-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
  .hero p { font-size: 0.93rem; margin-bottom: 1.15rem; }
  .category-card img { height: 102px; }
  .product-title { font-size: 0.84rem; }
  .hero-stat-wrap { grid-template-columns: 1fr; }
  .hero-buttons .btn,
  .shop-toolbar .btn { width: 100%; flex: 1 1 100%; }
  .btn { padding: 0.68rem 1rem; font-size: 0.86rem; }
  .product-card .btn,
  .offer-card .btn,
  .combo-card .btn { width: 100%; }
  .page-banner h1 { font-size: clamp(1.35rem, 7vw, 1.8rem); }
  .hero-buttons { gap: 0.6rem; }
  .breadcrumb { gap: 0.35rem; font-size: 0.76rem; }
  .hero-buttons .btn { width: 100%; }
  .shop-toolbar { align-items: stretch; }
  .shop-toolbar .btn { width: 100%; }
  .page-banner .banner-card { padding: 1.05rem; }
  .coupon-inline { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 72px 1fr; padding: 0.65rem; gap: 0.7rem; }
  .cart-item-image { width: 72px; height: 66px; }
  .summary-card,
  .form-card,
  .order-card { padding: 0.8rem; }
  .qty-control { margin-right: 0; width: 100%; grid-template-columns: 38px minmax(0, 1fr) 38px; }
  .qty-control input { width: 100%; }
  .mobile-menu { padding-left: 0.75rem; padding-right: 0.75rem; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .section { padding: 2.35rem 0; }
  .section-heading h2 { font-size: 1.55rem; }
  .home-premium-top .mobile-menu { width: calc(100% - 14px); }
  p,
  .section-copy,
  .hero-subtext,
  .offer-content p,
  .combo-content p { font-size: 0.88rem; }
  .hero-copy h1,
  .hero h1 { font-size: 2.05rem; }
  .hero-image-box { padding: 0.58rem; border-radius: 18px; }
  .hero-image-box > img:first-child,
  .hero-image-box img { min-height: 205px; height: 205px; }
  .category-grid,
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .category-card img { height: 108px; }
  .category-content { padding: 0.56rem 0.58rem 0.62rem; }
  .category-card h3 { font-size: 0.82rem; }
  .product-image,
  .offer-image,
  .combo-image { height: 128px; }
  .product-content,
  .offer-content,
  .combo-content { padding: 0.6rem; }
  .product-title { font-size: 0.85rem; margin: 0.18rem 0 0.26rem; }
  .product-price,
  .combo-price,
  .offer-action-row strong { font-size: 0.94rem; }
  .product-card .btn,
  .offer-card .btn,
  .combo-card .btn { min-height: 38px; padding: 9px 10px; font-size: 0.8rem; }
  .site-header .nav-shell { width: calc(100% - 14px); min-height: 58px; padding: 0.34rem 0.48rem; }
  .brand { font-size: 0.92rem; }
  .brand span { display: none; }
  .cart-link,
  .menu-toggle { width: 34px; height: 34px; }
  .mobile-menu { width: calc(100% - 14px); }
}
@media (max-width: 380px) {
  .container { width: min(100%, calc(100% - 0.9rem)); }
  .site-main { padding-top: 90px; }
  :root { --mobile-nav-side-gap: 7px; --mobile-card-gap: 10px; }
  .nav-shell { gap: 0.45rem; min-height: 58px; padding: 0.4rem 0.6rem; }
  .brand span { display: none; }
  .brand { font-size: 0.95rem; }
  .cart-link,
  .menu-toggle { width: 36px; height: 36px; }
  .hero h1 { font-size: 1.52rem; }
  .section { padding: 2.45rem 0; }
  .hero-image-box img { min-height: 200px; }
}
@media (min-width: 769px) {

}
@media (min-width: 1024px) {
  .hero-image-box::before,
  .hero-image-box::after,
  .home-premium-top .hero-image-box::before,
  .home-premium-top .hero-image-box::after,
  .hero-image-box .hero-overlay,
  .hero-image-box .hero-mask,
  .hero-image-box .hero-loader,
  .hero-image-box .reveal-bar { display: none !important; content: none !important; animation: none !important; }
  .hero-image-box::before,
  .hero-image-box::after,
  .home-premium-top .hero-image-box::before,
  .home-premium-top .hero-image-box::after,
  .hero-overlay,
  .hero-mask,
  .hero-loader,
  .reveal-bar { display: none !important; content: none !important; animation: none !important; }
  .hero-image-box::before,
  .home-premium-top .hero-image-box::before { content: "" !important; display: block !important; position: absolute; left: 50%; top: 50%; width: 420px; height: 420px; background: radial-gradient(
      circle,
      rgba(123, 154, 102, 0.3),
      transparent 70%
    ); filter: blur(60px); transform: translate(-50%, -50%); z-index: 0; pointer-events: none; animation: none !important; }
  .home-premium-top .hero-buttons { justify-content: flex-start; }
  .hero-buttons,
  .home-premium-top .hero-buttons { width: auto; max-width: none; margin-top: 20px; display: flex; flex-direction: row; align-items: center; gap: 18px; }
  .hero-buttons .btn,
  .hero-buttons a,
  .hero-buttons button,
  .home-premium-top .hero-buttons .btn,
  .home-premium-top .hero-buttons a,
  .home-premium-top .hero-buttons button { margin: 0; width: auto; max-width: none; }
  .hero-image-box::after,
  .home-premium-top .hero-image-box::after,
  .hero-image-box .hero-overlay,
  .hero-image-box .hero-mask,
  .hero-image-box .hero-loader,
  .hero-image-box .reveal-bar { display: none !important; content: none !important; animation: none !important; }
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12); }
  .features-section .feature-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); }
  .category-card:hover { transform: translateY(-10px); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); }
  .product-card:hover img,
  .product-card:hover .product-image { transform: scale(1.05); }
  .category-card:hover img { transform: scale(1.06); }
  .btn:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); }
  button:hover { transform: translateY(-2px); }
  .btn:hover,
  button:not(.menu-toggle):not(.pill):not(.link-btn):hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
  .product-card:hover img { transform: scale(1.08); }
  .trust-card:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08); }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .category-card:hover { transform: translateY(-2px) scale(1.01); }
}
@media (hover: none), (pointer: coarse) {
  .card:active,
  .product-card:active,
  .combo-card:active,
  .category-card:active,
  .offer-card:active { transform: scale(0.98); }
  .product-card:active { transform: scale(0.98); }
}
@media (hover: none) and (pointer: coarse) and (max-width: 768px) {
  .category-card:active,
  .product-card:active,
  .offer-card:active,
  .combo-card:active { transform: scale(0.985); }
}
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity 0.62s ease, transform 0.62s ease; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform; }
  .reveal.active { opacity: 1; transform: translate3d(0, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  body { animation: none; }
  .reveal,
  .product-card,
  .product-card img,
  .product-card .product-image,
  .btn,
  button:not(.menu-toggle):not(.pill):not(.link-btn) { transition: none !important; animation: none !important; }
  .reveal,
  .product-card,
  .product-card img,
  .product-card .product-image,
  .cart-bounce,
  button { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ============================= */
/* PREMIUM D2C ENHANCEMENTS      */
/* ============================= */

/* Premium Typography */
h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  letter-spacing: -0.02em;
}

/* Premium Navbar */
.site-header {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(250, 247, 242, 0.7);
  border-bottom: 1px solid rgba(232, 227, 217, 0.3);
  transition: all 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(250, 247, 242, 0.85);
  border-bottom-color: rgba(232, 227, 217, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Premium Button Enhancements */
.btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background: linear-gradient(135deg, #7B9A66 0%, #6E8F5F 100%);
  box-shadow: 0 8px 20px rgba(123, 154, 102, 0.25);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #6E8F5F 0%, #5d7a52 100%);
  box-shadow: 0 12px 32px rgba(123, 154, 102, 0.35);
}

.btn-secondary {
  background: rgba(123, 154, 102, 0.08);
  border: 1px solid rgba(123, 154, 102, 0.2);
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(123, 154, 102, 0.12);
  border-color: rgba(123, 154, 102, 0.3);
}

/* Premium Card Styles */
.product-card,
.offer-card,
.combo-card,
.testimonial-card,
.benefit-trust-card {
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(232, 227, 217, 0.6);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover,
.offer-card:hover,
.combo-card:hover,
.testimonial-card:hover,
.benefit-trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
  border-color: rgba(123, 154, 102, 0.2);
}

/* Premium Image Zoom */
.product-image,
.offer-image,
.combo-image,
.instagram-item img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image,
.offer-card:hover .offer-image,
.combo-card:hover .combo-image,
.instagram-item:hover img {
  transform: scale(1.08);
}

/* Premium Section Depth */
.section-soft {
  background: linear-gradient(180deg, transparent 0%, rgba(123, 154, 102, 0.02) 100%);
}

.section-cream {
  background: linear-gradient(135deg, #FBF8F0 0%, #FAF7F2 100%);
}

/* Premium Hero Section */
.hero {
  background: linear-gradient(135deg, #FAF7F2 0%, #F5F1E8 50%, #FBF8F0 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(123, 154, 102, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Premium Scroll Reveal */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Premium Testimonials */
.testimonial-rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.testimonial-rating svg {
  width: 16px;
  height: 16px;
}

.testimonial-text {
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.testimonial-author {
  font-weight: 600;
  color: var(--text-dark);
}

/* Premium Instagram Grid */
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.instagram-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.instagram-item:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* Premium Benefits Grid */
.benefits-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.benefit-trust-card {
  text-align: center;
  padding: 1.75rem;
}

.benefit-trust-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(123, 154, 102, 0.1);
  display: grid;
  place-items: center;
  color: var(--green);
  transition: all 0.3s ease;
}

.benefit-trust-card:hover .benefit-trust-icon {
  background: rgba(123, 154, 102, 0.15);
  transform: scale(1.1);
}

/* Premium Story Section */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.story-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.story-content h2 {
  margin-bottom: 1.5rem;
}

.story-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
}

/* Premium Hero Trust Line */
.hero-trust-line {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 1.5rem;
}

.hero-trust-line svg {
  width: 16px;
  height: 16px;
  color: var(--gold);
}

/* Premium Responsive */
@media (max-width: 1024px) {
  .hero-grid,
  .story-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .benefits-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .hero {
    padding: 5rem 0 3rem;
  }

  .hero::before {
    width: 300px;
    height: 300px;
    right: -50px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .benefits-trust-grid {
    grid-template-columns: 1fr;
  }

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

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 3rem 0 2rem;
  }

  .hero-copy h1 {
    font-size: 1.75rem;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.9rem;
  }
}

/* Text Center Utility */
.text-center {
  text-align: center;
}

.text-center .section-heading {
  justify-content: center;
}

.text-center .section-heading > div {
  text-align: center;
}

/* ============================= */
/* PREMIUM V2 - MOTION & POLISH */
/* ============================= */

/* --- Testimonials Grid Layout --- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.testimonials-trust-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(198, 169, 106, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(198, 169, 106, 0.2);
}

.trust-rating {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--premium-text);
}

.trust-headline {
  font-size: 0.92rem;
  color: var(--premium-muted);
  font-weight: 500;
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--premium-border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  border-radius: 0 3px 3px 0;
  transition: background 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09);
  border-color: rgba(123, 154, 102, 0.25);
}

.testimonial-card:hover::before {
  background: var(--green);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(123, 154, 102, 0.12), rgba(198, 169, 106, 0.12));
  display: grid;
  place-items: center;
  color: var(--green-dark);
  flex-shrink: 0;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.testimonial-author {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--premium-text);
  line-height: 1.2;
}

.testimonial-role {
  font-size: 0.78rem;
  color: var(--premium-muted);
  line-height: 1.2;
}

.testimonial-rating {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.testimonial-text {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--text-muted);
  font-style: italic;
}

/* --- Enhanced Micro-Interactions --- */

/* Product card glow border */
.product-card {
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease;
}

.product-card:hover {
  border-color: rgba(123, 154, 102, 0.3);
  box-shadow: 0 16px 36px rgba(123, 154, 102, 0.1), 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Category card image overlay */
.category-card {
  position: relative;
}

.category-card img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.category-card:hover img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

/* Button premium hover */
.btn-primary {
  background: linear-gradient(135deg, #7B9A66 0%, #6E8F5F 100%);
  box-shadow: 0 4px 14px rgba(123, 154, 102, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-primary:hover::after {
  opacity: 1;
}

.btn-primary:hover {
  box-shadow: 0 8px 24px rgba(123, 154, 102, 0.35);
  transform: translateY(-2px) scale(1.02);
}

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

/* Benefit trust icon pulse */
.benefit-trust-card:hover .benefit-trust-icon {
  transform: scale(1.12);
  box-shadow: 0 0 0 6px rgba(123, 154, 102, 0.08);
}

.benefit-trust-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
}

/* Instagram overlay on hover */
.instagram-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  pointer-events: none;
}

.instagram-item:hover::after {
  opacity: 1;
}

.instagram-item:hover {
  transform: translateY(-3px);
}

/* --- Hero Section V2 --- */

/* Secondary radial glow on left */
.hero::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(198, 169, 106, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Floating decorative animation */
@keyframes floatGentle {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-8px) rotate(1deg); }
  66% { transform: translateY(-4px) rotate(-0.5deg); }
}

.hero-image-box {
  animation: none;
}

@media (min-width: 1024px) {
  .hero-image-box {
    animation: floatGentle 6s ease-in-out infinite;
  }
}

/* Headline contrast boost */
.hero-copy h1,
.home-premium-top .hero-copy h1 {
  color: #1a2416;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

/* --- Navbar Scroll Refinement --- */
.site-header .nav-shell {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, background 0.35s ease, padding 0.35s ease, border-radius 0.35s ease;
}

.site-header.is-scrolled .nav-shell {
  transform: scale(0.985) translateY(-1px);
  border-radius: 14px;
  background: rgba(250, 247, 242, 0.92);
  box-shadow: 0 12px 32px rgba(21, 24, 18, 0.12), 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* --- Section Depth V2 --- */
.section {
  position: relative;
}

.section + .section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 227, 217, 0.5), transparent);
  pointer-events: none;
}

.section-cream {
  background: linear-gradient(180deg, #FBF8F0 0%, #F8F4EB 50%, #FAF7F2 100%);
}

.section-soft {
  background: linear-gradient(180deg, rgba(123, 154, 102, 0.01) 0%, rgba(123, 154, 102, 0.04) 50%, transparent 100%);
}

/* --- Premium Scroll Animations V2 --- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.active,
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

/* Fade-in variant (no vertical movement) */
.reveal-fade {
  opacity: 0;
  transition: opacity 0.5s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-fade.active,
.reveal-fade.show {
  opacity: 1;
}

/* Slide-left variant */
.reveal-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-left.active,
.reveal-left.show {
  opacity: 1;
  transform: translateX(0);
}

/* Slide-right variant */
.reveal-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-right.active,
.reveal-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* Scale-up variant */
.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-scale.active,
.reveal-scale.show {
  opacity: 1;
  transform: scale(1);
}

/* --- Combo / Offer Cards Polish --- */
.combo-card,
.offer-card {
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease;
}

.combo-card:hover,
.offer-card:hover {
  border-color: rgba(123, 154, 102, 0.25);
}

/* --- Feature Card Interaction --- */
.features-section .feature-card {
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease;
}

.features-section .feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(123, 154, 102, 0.18);
}

.features-section .feature-icon {
  transition: transform 0.3s ease, background 0.3s ease;
}

.features-section .feature-card:hover .feature-icon {
  transform: scale(1.1);
  background: rgba(123, 154, 102, 0.15);
}

/* --- Story Section Polish --- */
.story-image-wrap img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.story-image-wrap:hover img {
  transform: scale(1.03);
}

/* --- Footer Subtle Hover --- */
.footer-socials a {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-socials a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* --- Responsive: Testimonials Grid --- */
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonials-trust-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  /* Mobile button touch targets */
  .btn {
    min-height: 48px;
  }

  /* Mobile card breathing room */
  .product-grid,
  .category-grid,
  .combo-grid {
    gap: 16px;
  }

  /* Disable floating animation on mobile */
  .hero-image-box {
    animation: none !important;
  }

  /* Hero text readability */
  .hero-copy h1 {
    letter-spacing: -0.01em;
  }
}

@media (max-width: 480px) {
  .testimonials-grid {
    gap: 0.85rem;
  }

  .testimonial-card {
    padding: 1.1rem;
  }

  .testimonial-text {
    font-size: 0.88rem;
  }
}
