:root {
  --brown: #4b2919;
  --brown-dark: #2b170f;
  --brown-soft: #76513b;
  --yellow: #f5c442;
  --yellow-bright: #ffdb4d;
  --cream: #f8f2e7;
  --cream-deep: #efe4d1;
  --green: #4f6f3a;
  --green-dark: #304624;
  --mint: #d9e7ce;
  --orange: #e86f35;
  --ink: #241a15;
  --white: #fffdf8;
  --line: rgba(75, 41, 25, 0.16);
  --container: min(1240px, calc(100% - 48px));
  --radius: 30px;
  --shadow: 0 22px 60px rgba(50, 30, 18, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Onest", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.placeholder-page { min-height: 100vh; display: flex; flex-direction: column; background: var(--cream); }
.placeholder-catalog-link { min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; color: white; border-radius: 999px; background: var(--brown); font-size: 12px; font-weight: 800; }
.placeholder-main { position: relative; min-height: calc(100vh - 156px); padding: 90px 0; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0 58%, #ece0c9 58% 100%); }
.placeholder-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .72fr; gap: 32px; align-items: stretch; }
.placeholder-card { padding: clamp(34px, 5vw, 72px); border: 1px solid rgba(75,41,25,.1); border-radius: 34px; background: rgba(255,253,248,.9); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.placeholder-card h1 { max-width: 800px; margin-top: 18px; color: var(--brown-dark); font-size: clamp(42px, 5.4vw, 76px); }
.placeholder-card > p { max-width: 680px; margin: 25px 0 34px; color: var(--brown-soft); font-size: 18px; }
.placeholder-status { max-width: 620px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; border-radius: 18px; background: #edf2e5; }
.placeholder-status > i { width: 12px; height: 12px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(79,111,58,.13); }
.placeholder-status span { display: flex; flex-direction: column; }
.placeholder-status b { font-size: 13px; }
.placeholder-status small { margin-top: 3px; color: var(--brown-soft); font-size: 11px; }
.placeholder-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; }
.placeholder-contact { font-size: 13px; font-weight: 800; }
.placeholder-visual { min-height: 470px; padding: 52px 44px; display: flex; flex-direction: column; justify-content: flex-end; color: white; border-radius: 34px; background: linear-gradient(160deg, rgba(34,73,40,.72), rgba(30,52,29,.93)), url("assets/hero-cornfield-v2.png") 67% center/cover; box-shadow: var(--shadow); }
.placeholder-visual > span { color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.placeholder-visual strong { margin-top: 13px; font-family: "Montserrat Alternates", sans-serif; font-size: clamp(35px, 3.7vw, 54px); line-height: 1.02; }
.placeholder-progress { height: 7px; margin: 31px 0 15px; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.18); }
.placeholder-progress i { width: 64%; height: 100%; display: block; border-radius: inherit; background: var(--yellow); }
.placeholder-visual small { color: rgba(255,255,255,.7); font-size: 11px; }
.placeholder-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.placeholder-orb--one { width: 260px; height: 260px; top: -80px; right: 19%; background: rgba(245,196,66,.58); }
.placeholder-orb--two { width: 120px; height: 120px; bottom: 7%; left: -35px; background: rgba(232,111,53,.48); }
.placeholder-footer { padding: 25px 0; color: rgba(255,255,255,.7); background: var(--brown-dark); font-size: 11px; }
.placeholder-footer .container { display: flex; justify-content: space-between; gap: 20px; }

.header { position: sticky; z-index: 50; top: 0; background: rgba(248, 242, 231, .9); border-bottom: 1px solid rgba(75, 41, 25, .1); backdrop-filter: blur(16px); }
.header__inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand__logo { width: 60px; height: 60px; object-fit: contain; border-radius: 50%; background: var(--green-dark); }
.brand__copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand__copy strong { font-family: "Montserrat Alternates", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .015em; }
.brand__copy small { margin-top: 5px; color: var(--brown-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { position: relative; font-size: 13px; font-weight: 700; }
.nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: .25s ease; }
.nav a:hover::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 20px; }
.phone { font-size: 13px; font-weight: 800; white-space: nowrap; }
.cart-button { height: 44px; padding: 0 15px; display: flex; align-items: center; gap: 9px; color: white; border: 0; border-radius: 999px; background: var(--brown); cursor: pointer; font-size: 12px; font-weight: 800; }
.cart-button__icon { font-size: 19px; transform: rotate(10deg); }
.cart-count { min-width: 20px; height: 20px; display: grid; place-items: center; color: var(--brown); background: var(--yellow); border-radius: 50%; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 24px; height: 2px; display: block; margin: 5px 0; background: var(--brown); }

.hero { position: relative; overflow: hidden; color: white; background: var(--green-dark) url("assets/hero-cornfield-v2.png") center center/cover no-repeat; }
.hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(20,43,18,.96) 0%, rgba(23,48,20,.86) 34%, rgba(25,46,18,.42) 60%, rgba(30,39,13,.08) 100%), linear-gradient(0deg, rgba(22,38,15,.34), transparent 42%); }
.hero__grain { position: absolute; z-index: 2; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.09'/%3E%3C/svg%3E"); }
.hero__grid { position: relative; z-index: 3; min-height: 700px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; }
.hero__content { position: relative; z-index: 4; padding: 80px 0 100px; }
.eyebrow, .kicker { color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { margin-bottom: 23px; display: flex; align-items: center; gap: 10px; color: var(--yellow); }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: "Montserrat Alternates", sans-serif; font-weight: 800; line-height: 1.06; letter-spacing: .012em; }
h3 { letter-spacing: .015em; }
h1 { max-width: 700px; font-size: clamp(48px, 5.6vw, 84px); }
h1 em { color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 590px; margin: 28px 0 35px; color: rgba(255,255,255,.79); font-size: 18px; }
.hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; }
.button--primary { color: var(--brown-dark); background: var(--yellow); }
.button--ghost { color: white; border: 1px solid rgba(255,255,255,.33); background: transparent; }
.button--yellow { color: var(--brown-dark); background: var(--yellow-bright); }
.button--white { color: var(--brown-dark); background: var(--white); }
.hero__proof { margin-top: 54px; display: flex; gap: 42px; }
.hero__proof div { display: flex; flex-direction: column; }
.hero__proof strong { font-family: "Montserrat Alternates", sans-serif; font-size: 20px; font-weight: 800; }
.hero__proof span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero__visual { position: relative; align-self: stretch; min-width: 0; }
.hero-badge { position: absolute; z-index: 4; width: 112px; height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; text-align: center; font-family: "Montserrat Alternates", sans-serif; font-size: 22px; font-weight: 800; line-height: 1; box-shadow: 0 14px 35px rgba(35,19,8,.18); }
.hero-badge small { margin-top: 7px; font-family: "Onest", sans-serif; font-size: 9px; line-height: 1.15; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-badge--natural { top: 94px; right: 7%; color: var(--green-dark); background: rgba(255,253,248,.92); transform: rotate(7deg); backdrop-filter: blur(5px); }
.hero__ticker { position: relative; z-index: 5; overflow: hidden; color: var(--brown-dark); background: var(--yellow); transform: rotate(-1deg) scale(1.01); }
.ticker__track { width: max-content; min-height: 55px; display: flex; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; animation: ticker 168s linear infinite; will-change: transform; }
.ticker__group { display: flex; flex: none; align-items: center; padding-left: 16px; }
.ticker__track i { width: 8px; height: 8px; display: inline-block; flex: none; margin-inline: 14px; border-radius: 50%; background: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.section-heading h2, .story h2, .wholesale h2, .private-label h2, .where h2, .newsletter h2 { margin-top: 14px; font-size: clamp(38px, 4.2vw, 64px); }
.section-heading--row > p { max-width: 430px; margin: 0 0 8px; color: var(--brown-soft); }
.section-heading--center { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.categories { padding-bottom: 70px; }
.category-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 430px; padding: 32px; overflow: hidden; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.category-card--yellow { color: var(--brown-dark); background: var(--yellow); }
.category-card--green { color: white; background: var(--green); }
.category-card--brown { color: white; background: var(--brown); }
.category-card--cream { color: var(--brown-dark); background: var(--cream-deep); }
.category-card--orange { color: white; background: var(--orange); }
.category-card__number { position: absolute; top: 25px; right: 28px; font-family: "Montserrat Alternates", sans-serif; font-size: 12px; font-weight: 800; opacity: .6; }
.category-card h3 { position: relative; z-index: 2; margin: 0; font-family: "Montserrat Alternates", sans-serif; font-size: 28px; font-weight: 800; line-height: 1.1; letter-spacing: .015em; }
.category-card p { position: relative; z-index: 2; max-width: 175px; margin: 12px 0 0; font-size: 13px; opacity: .75; }
.category-card img { position: absolute; right: -16px; bottom: -45px; width: 63%; height: 320px; object-fit: contain; filter: drop-shadow(0 22px 24px rgba(30,10,0,.2)); transform: rotate(7deg); transition: transform .3s ease; }
.category-card:hover img { transform: rotate(3deg) scale(1.04); }
.category-card--green img { right: -10px; width: 57%; }
.category-card--brown img { width: 58%; border-radius: 16px; mix-blend-mode: screen; }
.round-arrow { position: absolute; bottom: 26px; left: 30px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 20px; }

.catalog { background: var(--white); }
.section-heading--catalog { align-items: center; }
.catalog-tabs { display: flex; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; }
.tab { padding: 10px 17px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.tab.is-active { color: white; background: var(--brown); }
.prototype-note { margin: 20px 0 0; color: #967966; font-size: 11px; }
.product-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-card__media { position: relative; height: 330px; overflow: hidden; }
.product-card__media--cream { background: #f0dfbe; }
.product-card__media--blue { background: #d4e9f0; }
.product-card__media--orange { background: #f3d1b9; }
.product-card__media--mint { background: #d9e5d0; }
.product-card__media img { width: 100%; height: 100%; padding: 28px; object-fit: contain; filter: drop-shadow(0 20px 15px rgba(38,18,5,.16)); transition: transform .3s ease; }
.product-card:hover .product-card__media img { transform: scale(1.045) rotate(-1deg); }
.product-tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 11px; color: white; border-radius: 999px; background: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.product-tag--blue { background: #326881; }
.product-tag--orange { background: #a9441b; }
.product-tag--green { background: var(--green); }
.favorite { position: absolute; z-index: 2; top: 14px; right: 14px; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.86); cursor: pointer; font-size: 20px; }
.favorite.is-active { color: var(--orange); }
.product-card__body { padding: 22px; }
.product-card__type { margin: 0 0 6px; color: #9a7c68; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.product-card h3 { margin: 0; font-size: 18px; }
.home-hit-card__ingredients { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin: 12px 0 16px; color: #806656; font-size: 13px; line-height: 1.45; -webkit-line-clamp: 3; }
.home-hit-card .product-card__link { margin-top: auto; }
.catalog-page { min-height: 100vh; background: var(--cream); }
.catalog-hero { padding: 74px 0 54px; background: linear-gradient(120deg, #f2d587, #f7ecd4); }
.catalog-hero h1 { margin: 9px 0 12px; font-size: clamp(38px, 5vw, 68px); }
.catalog-hero p { max-width: 630px; margin: 0; color: #684c3a; font-size: 18px; line-height: 1.55; }
.catalog-list { padding-top: 44px; }
.catalog-count { margin: 20px 0 -12px; color: #806656; font-size: 14px; }
.product-grid--catalog { grid-template-columns: repeat(3, 1fr); }
.catalog-product-card h2 { margin: 0; font-size: 21px; line-height: 1.2; }
.product-placeholder { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; background: #f1e2c5; text-align: center; color: #876c58; font-size: 12px; font-weight: 700; line-height: 1.35; }
.product-placeholder img { width: 68%; height: 68%; padding: 0; filter: none; }
.product-card:hover .product-placeholder img { transform: none; }
.product-card__barcode { min-height: 20px; margin: 14px 0; color: #9a7c68; font-size: 12px; }
.product-card__link { display: inline-flex; gap: 7px; align-items: center; color: var(--brown); font-size: 14px; font-weight: 800; }
.product-page { padding: 42px 0 72px; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--brown); font-weight: 700; }
.product-detail { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 7vw, 92px); align-items: start; }
.product-detail__image { min-height: 500px; border-radius: 30px; }
.product-detail h1 { margin: 6px 0 14px; font-size: clamp(34px, 4vw, 56px); line-height: 1.07; }
.product-detail h2 { margin: 30px 0 8px; font-size: 20px; }
.product-detail section > p:not(.product-card__type) { margin: 0; color: #604b3c; line-height: 1.6; }
.product-lead { color: #806656 !important; font-size: 17px; }
.product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 26px 0 0; background: var(--line); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.product-specs div { padding: 15px; background: #fff; }.product-specs dt { color: #987b69; font-size: 12px; }.product-specs dd { margin: 4px 0 0; font-weight: 700; }
.product-specs--list { display: block; background: transparent; border: 0; border-radius: 0; }
.product-specs--list div { display: flex; justify-content: space-between; gap: 24px; padding: 13px 0; border-bottom: 1px solid var(--line); background: transparent; }
.product-specs--list dd { text-align: right; }
.nutrition-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 12px 0 30px; border: 1px solid #d8c4aa; border-radius: 18px; overflow: hidden; background: #fff; }
.nutrition-grid div { min-height: 88px; padding: 15px; border-right: 1px solid #d8c4aa; }.nutrition-grid div:last-child { border-right: 0; }
.nutrition-grid span { display: block; margin-bottom: 8px; color: #987b69; font-size: 12px; }.nutrition-grid strong { font-size: 16px; }
.price-row { margin-top: 22px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; }
.price-row div { display: flex; flex-direction: column; }
.price-row small { color: #927461; font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.price-row strong { margin-top: 3px; font-size: 18px; }
.price-wholesale { padding-left: 12px; border-left: 1px solid var(--line); }
.price-wholesale strong { color: var(--green); }
.add-button { width: 100%; min-height: 44px; margin-top: 18px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: white; border: 0; border-radius: 12px; background: var(--brown); cursor: pointer; font-size: 12px; font-weight: 800; }
.add-button span { font-size: 20px; }
.add-button.is-added { color: var(--brown); background: var(--yellow); }
.section-action { margin-top: 38px; text-align: center; }
.text-link { padding-bottom: 5px; display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 800; }
.text-link span { font-size: 20px; }

.wholesale { padding: 100px 0; color: white; overflow: hidden; background: var(--brown); }
.wholesale__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.kicker--light { color: var(--yellow); }
.wholesale__content > p { max-width: 590px; margin: 25px 0 36px; color: rgba(255,255,255,.7); font-size: 17px; }
.wholesale__steps { margin-bottom: 38px; display: flex; gap: 28px; }
.wholesale__steps div { display: flex; align-items: center; gap: 12px; }
.wholesale__steps b { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; color: var(--brown); border-radius: 50%; background: var(--yellow); font-size: 12px; }
.wholesale__steps span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.35; }
.wholesale__card { position: relative; padding: 40px; color: var(--ink); border-radius: var(--radius); background: var(--cream); box-shadow: 25px 25px 0 var(--yellow); transform: rotate(2deg); }
.wholesale__card::before { position: absolute; top: -70px; right: -75px; width: 150px; height: 150px; content: ""; border: 24px solid var(--orange); border-radius: 50%; opacity: .8; }
.wholesale__label { display: block; color: var(--brown-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.wholesale__card > strong { margin-top: 8px; display: block; font-family: "Montserrat Alternates", sans-serif; font-size: 42px; font-weight: 800; }
.progress { height: 12px; margin: 26px 0 8px; overflow: hidden; border-radius: 999px; background: #dfd3c2; }
.progress span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--orange), var(--yellow)); }
.progress-copy { display: flex; justify-content: space-between; font-size: 11px; }
.wholesale__saving { margin-top: 30px; padding: 22px; border-radius: 18px; background: white; }
.wholesale__saving > span { color: var(--brown-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.wholesale__saving div { display: flex; align-items: baseline; gap: 13px; }
.wholesale__saving s { color: #a18b7c; font-size: 15px; }
.wholesale__saving strong { color: var(--green); font-size: 26px; }
.wholesale__saving em { color: var(--orange); font-size: 11px; font-style: normal; font-weight: 800; }
.wholesale__card > p { margin: 14px 0 0; color: #a28d7d; text-align: center; font-size: 9px; }

.story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.story__media { position: relative; }
.story__media > img { width: 100%; aspect-ratio: .93; object-fit: cover; border-radius: var(--radius); }
.story__seal { position: absolute; right: -35px; bottom: 45px; width: 150px; height: 150px; padding: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; border: 2px dashed rgba(255,255,255,.7); outline: 10px solid var(--orange); border-radius: 50%; background: var(--orange); text-align: center; transform: rotate(-10deg); }
.story__seal strong { font-family: "Montserrat Alternates", sans-serif; font-size: 16px; font-weight: 800; text-transform: uppercase; }
.story__seal span { font-size: 11px; }
.story__lead { margin: 26px 0 38px; color: var(--brown-soft); font-size: 18px; }
.story__facts { margin-bottom: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.story__facts div { padding-top: 15px; border-top: 1px solid var(--line); }
.story__facts strong { display: block; color: var(--green); font-family: "Montserrat Alternates", sans-serif; font-size: 23px; font-weight: 800; }
.story__facts span { margin-top: 7px; display: block; color: var(--brown-soft); font-size: 12px; }

.values { background: #efe2cc; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.value-card { min-width: 0; overflow: hidden; border: 1px solid rgba(75,41,25,.12); border-radius: 24px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.value-card__image { position: relative; height: 210px; overflow: hidden; background: var(--cream-deep); }
.value-card__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(35,21,13,.26)); pointer-events: none; }
.value-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.value-card__image--graphic img { object-fit: cover; }
.value-card__image--graphic::after { display: none; }
.value-card__image--history img { object-position: 64% 76%; filter: brightness(1.1) contrast(1.07) saturate(.86); transform: scale(1.5); }
.value-card:hover .value-card__image--history img { transform: scale(1.55); }
.value-card__image--history::after { background: linear-gradient(180deg, rgba(18,50,28,.04) 22%, rgba(18,50,28,.72) 100%); }
.factory-since { position: absolute; z-index: 2; left: 17px; bottom: 17px; display: flex; align-items: baseline; gap: 5px; color: white; font-family: "Montserrat Alternates", sans-serif; font-size: 28px; font-weight: 800; line-height: 1; letter-spacing: .02em; text-shadow: 0 2px 12px rgba(20,30,18,.28); }
.factory-since small { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.value-card:hover .value-card__image img { transform: scale(1.045); }
.value-card__image span, .value-card__visual > .value-card__index { position: absolute; z-index: 2; right: 16px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--brown-dark); border-radius: 50%; background: var(--yellow); font-family: "Montserrat Alternates", sans-serif; font-size: 10px; font-weight: 800; }
.value-card__visual { position: relative; height: 210px; overflow: hidden; }
.value-card__body { min-height: 150px; padding: 25px 22px 28px; display: flex; align-items: flex-start; }
.value-card h3 { margin: 0; font-family: "Montserrat Alternates", sans-serif; font-size: 15px; font-weight: 800; line-height: 1.38; letter-spacing: .02em; }
.value-card p { margin: 0; color: var(--brown-soft); font-size: 12px; }
.value-card--green { color: white; background: var(--green-dark); }
.value-card--green p { color: rgba(255,255,255,.68); }
.value-card--yellow { background: var(--yellow); }

.private-label { padding: 100px 0; overflow: hidden; color: white; background: var(--green); }
.private-label__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.private-label__content > p { max-width: 570px; margin: 24px 0 32px; color: rgba(255,255,255,.7); font-size: 17px; }
.private-label ul { margin: 0 0 36px; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.private-label li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 12px; font-weight: 700; }
.private-label li span { margin-right: 14px; color: var(--yellow); }
.private-label__visual { position: relative; height: 580px; }
.private-label__circle { position: absolute; width: 470px; height: 470px; top: 50%; left: 50%; border-radius: 50%; background: var(--yellow); transform: translate(-50%, -50%); }
.private-label__visual > img { position: absolute; z-index: 2; width: 73%; height: 95%; left: 50%; bottom: -30px; object-fit: contain; filter: drop-shadow(0 32px 25px rgba(25,15,5,.25)); transform: translateX(-50%) rotate(3deg); }
.private-label__note { position: absolute; z-index: 3; right: 0; bottom: 65px; width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--brown); border-radius: 50%; background: var(--white); text-align: center; transform: rotate(8deg); }
.private-label__note b { font-family: "Montserrat Alternates", sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.private-label__note span { margin-top: 6px; font-size: 10px; }

.recognition { background: var(--white); }
.partner-row { margin-top: 60px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-logo { min-width: 0; height: 118px; padding: 22px 18px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); transition: transform .2s ease, box-shadow .2s ease; }
.partner-logo:hover { transform: translateY(-4px); box-shadow: 0 14px 35px rgba(50,30,18,.09); }
.partner-logo img { width: 100%; height: 100%; object-fit: contain; filter: saturate(.88); }

.reviews { background: var(--yellow); }
.review-score { display: flex; align-items: center; gap: 16px; }
.review-score > strong { font-family: "Montserrat Alternates", sans-serif; font-size: 47px; font-weight: 800; }
.review-score > span { display: flex; flex-direction: column; color: var(--brown); letter-spacing: .15em; }
.review-score small { color: var(--brown-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.review-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-grid blockquote { margin: 0; padding: 32px; border-radius: 24px; background: var(--white); }
.stars { color: var(--orange); letter-spacing: .08em; }
.review-grid blockquote > p { min-height: 120px; margin: 24px 0; font-size: 16px; }
.review-grid footer { padding-top: 18px; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.review-grid footer b { font-size: 13px; }
.review-grid footer span { color: var(--brown-soft); font-size: 10px; }

.where { padding: 100px 0; overflow: hidden; background: var(--cream-deep); }
.where__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 40px; }
.where p { max-width: 430px; margin: 25px 0 32px; color: var(--brown-soft); }
.where img { width: 100%; mix-blend-mode: multiply; }
.market-buttons { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.market-buttons a { min-width: 260px; padding: 12px 17px; display: flex; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.4); font-size: 12px; font-weight: 800; }

.journal { background: var(--white); }
.journal-grid { margin-top: 50px; display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.journal-card { padding: 14px 14px 24px; border: 1px solid var(--line); border-radius: 22px; }
.journal-card__photo { height: 250px; margin-bottom: 20px; border-radius: 14px; background-size: cover; background-position: center; }
.journal-card--large .journal-card__photo { height: 330px; }
.journal-card__photo--popcorn { background: linear-gradient(rgba(62,35,22,.05),rgba(62,35,22,.15)), url("assets/product-popcorn-caramel.png") center/contain no-repeat, #f1c75f; }
.journal-card__photo--corn { background: linear-gradient(135deg, rgba(47,72,35,.1),rgba(47,72,35,.55)), url("assets/product-sticks-120.png") 85% 70%/58% no-repeat, #d8e7cd; }
.journal-card__photo--factory { background-image: linear-gradient(rgba(52,33,20,.05),rgba(52,33,20,.35)), url("assets/factory.jpg"); }
.journal-card > span { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.journal-card h3 { margin: 9px 0 18px; font-size: 17px; line-height: 1.35; }
.journal-card small { color: var(--brown-soft); font-size: 10px; }

.newsletter { padding: 75px 0; color: white; background: var(--orange); }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.newsletter h2 { margin-top: 10px; }
.newsletter p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.newsletter__form { position: relative; display: grid; grid-template-columns: 1fr auto; }
.newsletter input { width: 100%; height: 58px; padding: 0 20px; color: white; border: 1px solid rgba(255,255,255,.45); border-radius: 999px 0 0 999px; outline: 0; background: transparent; }
.newsletter input::placeholder { color: rgba(255,255,255,.7); }
.newsletter button { padding: 0 24px; color: var(--brown); border: 0; border-radius: 0 999px 999px 0; background: var(--yellow); font-size: 12px; font-weight: 800; }
.newsletter__form small { grid-column: 1 / -1; margin-top: 10px; color: rgba(255,255,255,.6); font-size: 9px; }

.footer { padding: 70px 0 25px; color: white; background: var(--brown-dark); }
.footer__grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 60px; }
.brand--footer .brand__logo { background: var(--green); }
.brand--footer .brand__copy small { color: rgba(255,255,255,.5); }
.footer__brand p { max-width: 270px; color: rgba(255,255,255,.5); font-size: 12px; }
.footer h3 { margin: 0 0 18px; color: var(--yellow); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid a:not(.brand) { margin-bottom: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.footer__contacts .footer__phone { color: white !important; font-size: 17px !important; font-weight: 800; }
.footer__contacts p { color: rgba(255,255,255,.45); font-size: 10px; }
.footer__bottom { margin-top: 58px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.footer__bottom a { color: inherit; }

.overlay { position: fixed; z-index: 80; inset: 0; background: rgba(28,16,10,.58); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(440px, 100%); padding: 28px; display: flex; flex-direction: column; color: var(--ink); background: var(--cream); box-shadow: -20px 0 60px rgba(20,10,5,.2); transform: translateX(105%); transition: transform .3s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head { display: flex; align-items: flex-start; justify-content: space-between; }
.cart-drawer__head small { color: var(--orange); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.cart-drawer h2 { margin-top: 4px; font-size: 34px; }
.cart-close, .modal__close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty > span { width: 68px; height: 68px; margin: auto; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--green); font-size: 30px; }
.cart-empty h3 { margin: 18px 0 5px; }
.cart-empty p { margin: 0; color: var(--brown-soft); font-size: 12px; }
.cart-items { margin-top: 28px; display: grid; gap: 10px; overflow-y: auto; }
.cart-item { padding: 14px; display: flex; justify-content: space-between; gap: 15px; border-radius: 14px; background: white; font-size: 12px; }
.cart-item b { color: var(--green); }
.cart-drawer__footer { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.cart-threshold { margin-bottom: 20px; display: grid; grid-template-columns: 1fr auto; gap: 8px; font-size: 10px; }
.cart-threshold div { grid-column: 1 / -1; height: 7px; border-radius: 99px; background: #dfd3c2; }
.cart-threshold i { width: 0; height: 100%; display: block; border-radius: inherit; background: var(--yellow); transition: width .3s ease; }
.cart-drawer__footer .button { width: 100%; }

.modal { position: fixed; z-index: 100; top: 50%; left: 50%; width: min(560px, calc(100% - 32px)); padding: 42px; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); transform: translate(-50%, -50%); }
.modal__close { position: absolute; top: 20px; right: 20px; }
.modal h2 { margin-top: 12px; font-size: 36px; }
.modal > p { color: var(--brown-soft); }
.modal__form { margin-top: 26px; display: grid; gap: 14px; }
.modal__form label { color: var(--brown-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.modal__form input { width: 100%; height: 49px; margin-top: 6px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; background: white; outline: none; }
.toast { position: fixed; z-index: 120; right: 24px; bottom: 24px; padding: 14px 18px; color: white; border-radius: 12px; background: var(--green-dark); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(15px); transition: .25s ease; font-size: 12px; font-weight: 700; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .nav { gap: 15px; }
  .nav a { font-size: 11px; }
  .phone { display: none; }
  .hero__grid { min-height: 630px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid--catalog { grid-template-columns: repeat(2, 1fr); }
  .product-card__media { height: 380px; }
  .category-card { min-height: 370px; }
  .wholesale__grid { gap: 50px; }
  .story__grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 32px, 720px); }
  .header__inner { min-height: 72px; }
  .brand__logo { width: 48px; height: 48px; }
  .brand__copy strong { font-size: 11px; }
  .brand__copy small { font-size: 9px; }
  .menu-toggle { margin-left: auto; display: block; }
  .nav { position: fixed; top: 106px; right: 16px; left: 16px; padding: 22px; display: none; flex-direction: column; align-items: flex-start; color: white; border-radius: 18px; background: var(--brown-dark); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { width: 100%; padding: 6px 0; font-size: 14px; }
  .cart-button > span:not(.cart-button__icon) { display: none; }
  .cart-button { padding: 0 10px; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .hero__content { padding: 68px 0 30px; }
  .hero__visual { min-height: 590px; }
  .hero__proof { gap: 24px; }
  .section { padding: 85px 0; }
  .section-heading--row { align-items: flex-start; flex-direction: column; gap: 25px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 340px; }
  .category-card img { width: 42%; }
  .category-card--green img, .category-card--brown img { width: 40%; }
  .section-heading--catalog { align-items: flex-start; }
  .catalog-tabs { width: 100%; overflow-x: auto; }
  .product-card__media { height: 330px; }
  .wholesale__grid, .story__grid, .private-label__grid, .where__grid, .newsletter__inner { grid-template-columns: 1fr; }
  .wholesale__steps { flex-direction: column; }
  .wholesale__card { max-width: 480px; margin-inline: auto; }
  .story__media { max-width: 600px; }
  .story__seal { right: 20px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-card__image { height: 230px; }
  .private-label__visual { height: 500px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote > p { min-height: auto; }
  .where__grid > img { grid-row: 1; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card--large { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .placeholder-main { padding: 60px 0; }
  .placeholder-layout { grid-template-columns: 1fr; }
  .placeholder-visual { min-height: 360px; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 28px); --radius: 23px; }
  .header__actions { gap: 7px; }
  .brand__copy { display: none; }
  .hero__content { padding-top: 52px; }
  h1 { font-size: 43px; }
  .hero__lead { font-size: 15px; }
  .hero__buttons { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__proof div:last-child { grid-column: 1 / -1; }
  .hero__visual { min-height: 435px; margin-inline: -12px; }
  .hero { background-position: 64% center; }
  .hero::before { background: linear-gradient(180deg, rgba(20,43,18,.94) 0%, rgba(22,45,18,.83) 47%, rgba(25,44,16,.28) 74%, rgba(24,37,12,.16) 100%); }
  .hero-badge { width: 82px; height: 82px; font-size: 15px; }
  .hero-badge small { font-size: 7px; }
  .hero-badge--natural { top: 30px; right: 0; }
  .section { padding: 70px 0; }
  .section-heading h2, .story h2, .wholesale h2, .private-label h2, .where h2, .newsletter h2 { font-size: 35px; }
  .category-grid { margin-top: 36px; }
  .category-card { min-height: 315px; padding: 25px; }
  .category-card h3 { font-size: 24px; }
  .category-card img, .category-card--green img, .category-card--brown img { width: 54%; height: 250px; }
  .catalog-tabs { padding: 3px; }
  .tab { white-space: nowrap; padding: 9px 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid--catalog { grid-template-columns: 1fr; }
  .catalog-hero { padding: 48px 0 38px; }.catalog-hero p { font-size: 16px; }
  .product-detail { grid-template-columns: 1fr; }.product-detail__image { min-height: 360px; }.product-specs { grid-template-columns: 1fr; }
  .nutrition-grid { grid-template-columns: repeat(2, 1fr); }.nutrition-grid div:nth-child(2) { border-right: 0; }.nutrition-grid div:nth-child(-n+2) { border-bottom: 1px solid #d8c4aa; }
  .product-card__media { height: 390px; }
  .wholesale { padding: 72px 0 85px; }
  .wholesale__card { padding: 30px 24px; box-shadow: 12px 12px 0 var(--yellow); }
  .wholesale__card > strong { font-size: 34px; }
  .story__grid { gap: 55px; }
  .story__media > img { aspect-ratio: 1; }
  .story__seal { width: 112px; height: 112px; right: 5px; bottom: -25px; outline-width: 7px; }
  .story__seal strong { font-size: 12px; }
  .story__facts, .value-grid { grid-template-columns: 1fr; }
  .value-card__image { height: 300px; }
  .value-card__body { min-height: auto; }
  .private-label ul { grid-template-columns: 1fr; }
  .private-label__visual { height: 390px; }
  .private-label__circle { width: 330px; height: 330px; }
  .private-label__note { right: -5px; width: 110px; height: 110px; }
  .partner-row { grid-template-columns: repeat(3, 1fr); }
  .review-score { align-self: flex-start; }
  .where { padding: 70px 0; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card--large { grid-column: auto; }
  .journal-card--large .journal-card__photo, .journal-card__photo { height: 270px; }
  .partner-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .partner-logo { height: 104px; padding: 20px 16px; }
  .newsletter__inner { gap: 35px; }
  .newsletter__form { grid-template-columns: 1fr; gap: 10px; }
  .newsletter input, .newsletter button { height: 54px; border-radius: 999px; }
  .footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .modal { padding: 35px 22px 24px; }
  .modal h2 { font-size: 29px; }
  .placeholder-catalog-link { display: none; }
  .placeholder-main { min-height: auto; padding: 34px 0 50px; }
  .placeholder-card { padding: 31px 23px; border-radius: 24px; }
  .placeholder-card h1 { font-size: 39px; }
  .placeholder-card > p { font-size: 15px; }
  .placeholder-status { align-items: flex-start; }
  .placeholder-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .placeholder-contact { text-align: center; }
  .placeholder-visual { min-height: 310px; padding: 34px 27px; border-radius: 24px; }
  .placeholder-footer .container { flex-direction: column; }
}

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