*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0b0907;--black-soft: #15100c;--cream: #fff8eb;--ivory: #fffdf7;--linen: #f3e3c7;--gold: #d6a638;--gold-soft: #f4dc9b;--red: #e21b16;--red-dark: #9e0f0c;--brown: #3a2416;--muted: #8d7864;--line: rgba(214, 166, 56, .22);--font: "Nunito", "Avenir Next", system-ui, -apple-system, sans-serif;--radius: 18px;--shadow: 0 18px 44px rgba(11, 9, 7, .11);--shadow-strong: 0 28px 70px rgba(11, 9, 7, .22)}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--brown);line-height:1.6;background:radial-gradient(circle at 8% 4%,rgba(226,27,22,.08),transparent 24rem),radial-gradient(circle at 88% 0%,rgba(214,166,56,.18),transparent 28rem),linear-gradient(135deg,#fffdf7 0%,var(--cream) 52%,#f1dec0 100%);-webkit-font-smoothing:antialiased}.container{width:min(1040px,calc(100% - 3rem));margin:0 auto}img{max-width:100%;display:block}.eyebrow{color:var(--red);font-size:.68rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.header{position:sticky;top:0;z-index:100;background:#0b0907e6;border-bottom:1px solid rgba(214,166,56,.22);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header__inner{display:flex;align-items:center;justify-content:space-between;min-height:66px}.logo__img{width:124px;height:auto;max-height:48px;object-fit:contain}.nav,.footer__nav{display:flex;gap:clamp(1.1rem,3vw,2.4rem)}.nav a,.footer__nav a{color:#fff8ebc7;font-size:.74rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.nav a:hover,.footer__nav a:hover{color:var(--gold-soft)}.hero{padding:clamp(2.6rem,5vw,4.6rem) 0 clamp(3rem,6vw,5rem);background:linear-gradient(135deg,#0b0907f5,#1f120bf0),radial-gradient(circle at 25% 5%,rgba(226,27,22,.26),transparent 28rem),radial-gradient(circle at 82% 0%,rgba(214,166,56,.22),transparent 24rem);color:var(--cream)}.hero__inner{display:grid;grid-template-columns:minmax(0,.95fr) minmax(290px,1.05fr);gap:clamp(1.6rem,4vw,3.4rem);align-items:center}.hero__content{max-width:560px}.hero__logo{width:min(340px,76vw);height:auto;margin:.7rem 0 1rem;object-fit:contain;filter:drop-shadow(0 18px 34px rgba(0,0,0,.32))}.hero h1{max-width:520px;color:var(--ivory);font-size:clamp(2rem,5vw,3.65rem);font-weight:900;line-height:.98;letter-spacing:-.055em}.hero__tagline{max-width:460px;margin-top:1.1rem;color:#fff8ebbd;font-size:clamp(.86rem,1.45vw,.98rem);font-weight:700}.hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.45rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.25rem;border-radius:999px;border:1px solid transparent;font-family:var(--font);font-size:.8rem;font-weight:900;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.btn:hover{transform:translateY(-2px)}.btn--primary{color:var(--ivory);background:linear-gradient(135deg,var(--red-dark),var(--red));box-shadow:0 16px 36px #e21b163d}.btn--primary:hover{background:linear-gradient(135deg,var(--red),#ff3b32);box-shadow:0 20px 46px #e21b164d}.btn--outline{color:var(--gold-soft);background:#fff8eb0f;border-color:#d6a63859}.btn--outline:hover{background:#d6a6381f;box-shadow:0 18px 42px #d6a63824}.hero__stats{display:flex;flex-wrap:wrap;gap:1rem 1.35rem;margin-top:1.5rem;color:#fff8ebad;font-size:.78rem;font-weight:800}.hero__stats strong{display:block;color:var(--gold-soft);font-size:1.12rem;line-height:1}.hero__showcase{position:relative;min-height:390px;border:1px solid rgba(214,166,56,.26);border-radius:28px;background:linear-gradient(145deg,#fff8ebf5,#f5e1bbe0),radial-gradient(circle at center,rgba(214,166,56,.2),transparent 60%);box-shadow:0 34px 80px #00000052;overflow:hidden}.hero__showcase-label{position:absolute;top:1rem;left:1rem;z-index:2;color:var(--red-dark);font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hero__showcase:before{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px solid rgba(214,166,56,.26);border-radius:999px}.hero__product{position:absolute;display:grid;place-items:center;gap:.85rem;color:var(--brown);font-size:.78rem;font-weight:900;text-align:center;text-decoration:none;transition:transform .25s ease}.hero__product:hover{transform:translateY(-8px) rotate(-1deg)}.hero__product img,.hero__product .product-image-placeholder{width:clamp(112px,14vw,160px);height:clamp(112px,14vw,160px);object-fit:cover;border:7px solid rgba(255,253,247,.96);border-radius:22px;box-shadow:0 18px 42px #3a24162e}.hero__product--1{top:8%;left:12%}.hero__product--2{top:32%;right:8%}.hero__product--3{bottom:8%;left:20%}.features{padding:1rem 0;background:var(--black-soft);border-top:1px solid rgba(214,166,56,.2);border-bottom:1px solid rgba(214,166,56,.2)}.features__inner{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.feature-badge{color:var(--gold-soft);background:#fff8eb0f;border:1px solid rgba(214,166,56,.28);border-radius:999px;box-shadow:none;font-size:.68rem;font-weight:900;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.section-header{max-width:620px;margin:0 auto clamp(1.8rem,4vw,3rem);text-align:center}.section-header h2,.about__content h2,.contact__header h2{color:var(--black);font-size:clamp(1.45rem,3.5vw,2.45rem);font-weight:900;line-height:1;letter-spacing:-.045em}.section-header h2,.contact__header h2{margin-top:.45rem}.section-header p,.contact__intro{margin-top:.75rem;color:var(--muted);font-size:.86rem;font-weight:700}.products{padding:clamp(3.25rem,6vw,5.25rem) 0;background:linear-gradient(180deg,var(--cream),#fffdf7 52%,#f6e7ce)}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;align-items:stretch}.product-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:#fffdf7f0;border:1px solid rgba(58,36,22,.1);border-radius:20px;box-shadow:0 14px 34px #3a241614;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 54px #3a241624}.product-card__image-wrap{position:relative;display:grid;place-items:center;min-height:155px;padding:1rem;background:radial-gradient(circle at center,rgba(214,166,56,.18),transparent 60%),linear-gradient(145deg,#1b120d,#4a2519 55%,#9e0f0c)}.product-card__image,.product-card__image-wrap .product-image-placeholder{width:118px;height:118px;object-fit:cover;border:6px solid rgba(255,253,247,.95);border-radius:22px;box-shadow:0 16px 34px #00000038}.product-card__weight{display:inline-flex;align-items:center;justify-content:center;color:var(--black);background:var(--gold-soft);border-radius:999px;font-size:.68rem;font-weight:900;padding:.24rem .6rem}.product-card__weight--floating{position:absolute;right:1rem;top:1rem}.product-card__body{display:flex;flex:1;flex-direction:column;padding:1rem}.product-card__meta{min-height:1rem;margin-bottom:.55rem}.product-card__reg{color:var(--red-dark);font-size:.6rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-card__name{color:var(--black);font-size:.86rem;font-weight:900;line-height:1.15}.product-card__tagline{margin-top:.45rem;color:var(--muted);font-size:.74rem;font-weight:700}.product-card__ingredients{margin-top:.75rem}.product-card__ingredients ul{display:flex;flex-wrap:wrap;gap:.38rem;list-style:none}.product-card__ingredients li{color:var(--brown);background:#f7ecd8;border:1px solid rgba(58,36,22,.08);border-radius:999px;font-size:.58rem;font-weight:900;padding:.26rem .58rem}.product-card__toggle{margin-top:.65rem;padding:0;color:var(--red-dark);background:transparent;border:0;cursor:pointer;font-family:var(--font);font-size:.68rem;font-weight:900}.product-card__order{display:inline-flex;justify-content:center;margin-top:auto;padding-top:.85rem;color:var(--red-dark);font-size:.72rem;font-weight:900;text-decoration:none}.product-image-placeholder{display:flex;align-items:center;justify-content:center;min-height:160px;padding:1rem;color:var(--muted);background:var(--linen);border:2px dashed rgba(214,166,56,.3);font-size:.82rem;font-weight:900;text-align:center}.about{padding:clamp(3.25rem,6vw,5.25rem) 0;background:var(--black);border-top:1px solid rgba(214,166,56,.22);border-bottom:1px solid rgba(214,166,56,.22)}.about__inner{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(1rem,4vw,3rem);align-items:stretch}.about__brand-card,.about__content{border:1px solid rgba(214,166,56,.22);border-radius:24px;background:#fff8eb0f;box-shadow:0 22px 58px #0000003d}.about__brand-card{display:grid;place-items:center;align-content:center;gap:1rem;min-height:270px;padding:1.5rem;text-align:center}.about__logo{width:min(220px,82%);height:auto;object-fit:contain}.about__brand-card span{max-width:220px;color:#fff8eba8;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.about__content{padding:clamp(1.5rem,4vw,3rem)}.about__content h2{margin-top:.5rem;max-width:660px;color:var(--ivory)}.about__content p:not(.eyebrow){max-width:720px;margin-top:.85rem;color:#fff8ebad;font-size:.84rem;font-weight:700}.about__list{display:grid;gap:.6rem;margin-top:1.1rem;list-style:none}.about__list li{color:#fff8ebc7;font-size:.84rem;font-weight:900}.about__list li:before{content:"•";margin-right:.6rem;color:var(--gold)}.about__proof{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.about__proof span{color:var(--gold-soft);background:#d6a63814;border:1px solid rgba(214,166,56,.24);border-radius:999px;font-size:.66rem;font-weight:900;letter-spacing:.06em;padding:.5rem .85rem;text-transform:uppercase}.contact{padding:clamp(3.25rem,6vw,5.25rem) 0;background:radial-gradient(circle at 85% 10%,rgba(226,27,22,.08),transparent 24rem),linear-gradient(180deg,#fffdf7,var(--cream))}.contact__header{max-width:720px;margin-bottom:1.8rem}.contact__layout{display:grid;grid-template-columns:.85fr 1.35fr;gap:1rem;align-items:stretch}.contact__company,.contact-card{background:#fffdf7e6;border:1px solid rgba(58,36,22,.1);border-radius:var(--radius);box-shadow:0 14px 38px #3a241617}.contact__company{display:flex;flex-direction:column;justify-content:flex-end;min-height:255px;padding:1.5rem}.contact__company span{color:var(--red-dark);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.contact__company h3{margin-top:.7rem;color:var(--black);font-size:clamp(1.25rem,2.8vw,1.9rem);font-weight:900;line-height:1;letter-spacing:-.04em}.contact__company p{margin-top:.85rem;color:var(--muted);font-size:.84rem;font-weight:800}.contact__company a,.contact-card a{color:var(--red-dark);font-weight:900;text-decoration:none}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-card{padding:1.1rem;transition:transform .22s ease,box-shadow .22s ease}.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.contact-card__icon{width:32px;height:32px;margin-bottom:.75rem;color:var(--gold)}.contact-card__icon svg{width:100%;height:100%}.contact-card h3{color:var(--black);font-size:.88rem;font-weight:900}.contact-card__desc{margin:.25rem 0 .8rem;color:var(--muted);font-size:.74rem;font-weight:800}.contact-card ul{list-style:none}.contact-card li+li{margin-top:.3rem}.contact-card a{word-break:break-all}.supply-chain{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.supply-chain__item{padding:1.4rem;background:var(--cream);border:1px solid var(--line);border-radius:var(--radius)}.supply-chain__item span{color:var(--red-dark);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.supply-chain__item h3{margin-top:.55rem;color:var(--black);font-size:1rem;font-weight:900}.supply-chain__item p{margin-top:.45rem;color:var(--muted);font-size:.8rem;font-weight:700;line-height:1.6}.footer{padding:2rem 0;color:#fffdf8b8;background:var(--black);border-top:1px solid rgba(214,166,56,.2)}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.3rem;text-align:center}.footer__logo{width:130px;height:auto;max-height:52px;object-fit:contain}.footer__nav a{color:#fffdf8ad}.footer__nav a:hover{color:var(--sand)}.footer__copy{color:#fffdf875;font-size:.74rem;font-weight:800}@media(max-width:980px){.hero__inner,.about__inner,.contact__layout{grid-template-columns:1fr}.hero__showcase{min-height:380px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container{width:min(100% - 2rem,1120px)}.header__inner{min-height:68px}.logo__img{width:104px;height:auto}.nav{gap:1rem}.nav a{font-size:.76rem}.nav a:not(:last-child){display:none}.hero__showcase{min-height:auto;padding:1rem}.hero__showcase:before{display:none}.hero__product{position:static;margin:0 auto 1rem}.hero__product:last-child{margin-bottom:0}.product-grid,.contact-grid,.supply-chain{grid-template-columns:1fr}.about__brand-card{min-height:230px}.footer__nav{flex-wrap:wrap;justify-content:center}}:root{--black: #211b17;--black-soft: #2d2520;--cream: #f8f3ea;--ivory: #fffdf8;--linen: #ece2d5;--gold: #c8993d;--gold-soft: #f0dfb8;--red: #b9322c;--red-dark: #81221f;--brown: #302620;--muted: #746a62;--sage: #68745d;--sage-soft: #dfe5da;--line: rgba(48, 38, 32, .11);--radius: 22px;--shadow: 0 18px 50px rgba(48, 38, 32, .09);--shadow-strong: 0 28px 80px rgba(48, 38, 32, .15)}body{color:var(--brown);background:var(--cream)}.container{width:min(1160px,calc(100% - 3rem))}.eyebrow{color:var(--red-dark);font-size:.7rem;letter-spacing:.17em}.header{background:#fffdf8f0;border-bottom:1px solid var(--line);box-shadow:0 5px 24px #3026200a}.header__inner{min-height:88px}.logo__img{width:170px;max-height:72px}.nav{align-items:center}.nav a{color:var(--muted);font-size:.72rem}.nav a:hover{color:var(--red-dark)}.nav__order{padding:.72rem 1.1rem;color:var(--ivory)!important;background:var(--black);border-radius:999px}.nav__order:hover{color:var(--ivory)!important;background:var(--red-dark)}.hero{position:relative;overflow:hidden;padding:clamp(4rem,8vw,7rem) 0;color:var(--brown);background:radial-gradient(circle at 92% 10%,rgba(200,153,61,.18),transparent 28rem),linear-gradient(120deg,var(--ivory) 0%,#f7efe3 55%,#ede0cd 100%)}.hero:before{position:absolute;width:380px;height:380px;left:-230px;bottom:-270px;content:"";border:1px solid rgba(129,34,31,.18);border-radius:50%}.hero__inner{grid-template-columns:minmax(0,1fr) minmax(430px,.9fr);gap:clamp(3rem,7vw,7rem)}.hero__content{max-width:620px}.hero h1{max-width:650px;margin-top:.9rem;color:var(--black);font-size:clamp(2.6rem,5vw,4.4rem);line-height:.93;letter-spacing:-.065em}.hero h1 em{display:inline;color:var(--red-dark);font-style:normal}.hero__tagline{max-width:560px;margin-top:1.5rem;color:var(--muted);font-size:clamp(.98rem,1.4vw,1.08rem);font-weight:600}.hero__actions{margin-top:2rem}.btn{min-height:50px;padding:.88rem 1.45rem;font-size:.78rem}.btn--primary{gap:.8rem;color:var(--ivory);background:var(--red-dark);box-shadow:0 14px 34px #81221f33}.btn--primary:hover{background:var(--red);box-shadow:0 18px 42px #81221f40}.btn--outline{color:var(--black);background:#fffdf899;border-color:var(--line)}.btn--outline:hover{color:var(--black);background:var(--ivory);box-shadow:var(--shadow)}.hero__stats{gap:0;margin-top:2.5rem;padding-top:1.5rem;color:var(--muted);border-top:1px solid var(--line)}.hero__stats span{min-width:135px;padding-right:1.2rem;font-size:.7rem;font-weight:700}.hero__stats span+span{padding-left:1.2rem;border-left:1px solid var(--line)}.hero__stats strong{margin-bottom:.2rem;color:var(--black);font-size:1.3rem}.hero__showcase{position:relative;min-height:500px;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none}.hero__showcase:before{display:none}.hero__shape{position:absolute;top:8%;right:4%;bottom:9%;left:8%;background:#dce2d5;border-radius:46% 54% 45% 55%/58% 43% 57% 42%;transform:rotate(-6deg)}.hero__shape:before{position:absolute;top:9%;right:9%;bottom:9%;left:9%;content:"";border:1px solid rgba(104,116,93,.25);border-radius:inherit}.hero__main-image{position:absolute;z-index:2;width:min(340px,72%);left:13%;top:16%}.hero__main-image img,.hero__main-image .product-image-placeholder{width:100%;aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 30px 26px rgba(48,38,32,.2))}.hero__side-image{position:absolute;z-index:3;display:grid;width:142px;aspect-ratio:1;place-items:center;overflow:hidden;background:var(--ivory);border:8px solid var(--ivory);border-radius:50%;box-shadow:var(--shadow-strong)}.hero__side-image img,.hero__side-image .product-image-placeholder{width:100%;height:100%;object-fit:cover}.hero__side-image--beef{top:5%;right:0}.hero__side-image--chicken{right:3%;bottom:6%;width:122px}.hero__note{position:absolute;z-index:4;display:flex;align-items:center;gap:.8rem;left:0;bottom:5%;padding:.9rem 1rem;background:#fffdf8f0;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.hero__note-dot{width:10px;height:10px;background:var(--red-dark);border-radius:50%;box-shadow:0 0 0 6px #81221f1a}.hero__note strong,.hero__note small{display:block}.hero__note strong{color:var(--black);font-size:.75rem}.hero__note small{color:var(--muted);font-size:.62rem}.features{padding:0;background:var(--black);border:0}.features__inner{display:grid;grid-template-columns:repeat(5,1fr);gap:0}.feature{display:flex;align-items:center;gap:.85rem;min-height:96px;padding:1.2rem;border-right:1px solid rgba(255,255,255,.09)}.feature:last-child{border-right:0}.feature__number{color:var(--gold);font-size:.66rem;font-weight:900}.feature__label{color:#fffdf8d6;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.products{padding:clamp(4rem,8vw,7rem) 0;background:var(--cream)}.section-header{display:grid;grid-template-columns:1fr .65fr;align-items:end;max-width:none;margin-bottom:3rem;text-align:left}.section-header h2,.about__content h2,.contact__header h2{color:var(--black);font-size:clamp(2.2rem,4.5vw,4rem);line-height:.98}.section-header>p{margin:0;color:var(--muted);font-size:.92rem;font-weight:600}.product-grid{grid-template-columns:repeat(6,1fr);gap:1.25rem}.product-card{grid-column:span 2;overflow:hidden;background:var(--ivory);border:1px solid var(--line);border-radius:var(--radius);box-shadow:none}.product-card:nth-child(4),.product-card:nth-child(5){grid-column:span 3}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card__image-wrap{min-height:245px;padding:1.7rem;background:var(--bg)}.product-card__image-wrap:after{position:absolute;width:160px;height:160px;content:"";background:#fff6;border-radius:50%}.product-card__image,.product-card__image-wrap .product-image-placeholder{z-index:1;width:185px;height:185px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 18px 18px rgba(48,38,32,.16))}.product-card__index{position:absolute;z-index:2;top:1.2rem;left:1.3rem;color:#3026207a;font-size:.68rem;font-weight:900;letter-spacing:.1em}.product-card__body{padding:1.4rem 1.5rem 1.5rem}.product-card__meta{display:flex;align-items:center;justify-content:space-between}.product-card__weight{color:var(--red-dark);background:#81221f14}.product-card__reg{color:var(--muted)}.product-card__name{margin-top:.75rem;color:var(--black);font-size:1.18rem;line-height:1.1}.product-card__tagline{min-height:2.4em;color:var(--muted);font-size:.78rem;font-weight:600}.product-card__ingredients li{color:var(--muted);background:#f1ebe2;border:0}.product-card__toggle,.product-card__order{color:var(--red-dark)}.product-card__order{justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line)}.about{padding:clamp(4rem,8vw,7rem) 0;background:var(--sage-soft);border:0}.about__inner{grid-template-columns:.82fr 1.18fr;gap:2rem}.about__brand-card,.about__content{background:transparent;border:0;box-shadow:none}.about__brand-card{position:relative;min-height:440px;overflow:hidden;background:var(--red-dark);border-radius:34px}.about__brand-card:before,.about__brand-card:after{position:absolute;content:"";border:1px solid rgba(240,223,184,.24);border-radius:50%}.about__brand-card:before{width:330px;height:330px;top:-160px;right:-130px}.about__brand-card:after{width:250px;height:250px;bottom:-160px;left:-100px}.about__logo{z-index:1;width:min(300px,78%);filter:brightness(0) invert(1)}.about__seal{z-index:1;color:var(--gold-soft);text-align:center}.about__seal strong,.about__seal span{display:block}.about__seal strong{font-size:2rem}.about__seal span{font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about__content{padding:clamp(1.5rem,4vw,4.5rem)}.about__content h2{margin-top:.7rem}.about__content p:not(.eyebrow){color:#596153;font-size:.9rem;font-weight:600}.about__list li{color:var(--black-soft)}.about__proof{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(48,38,32,.12)}.about__proof span{display:flex;flex-direction:column;gap:.35rem;color:var(--black-soft);background:transparent;border:0;border-radius:0}.about__proof strong{color:var(--red-dark)}.contact{padding:clamp(4rem,8vw,7rem) 0;background:var(--ivory)}.contact__header{max-width:680px;margin-bottom:2.5rem}.contact__layout{grid-template-columns:.75fr 1.25fr;gap:1.25rem}.contact__company,.contact-card{background:var(--cream);border:1px solid var(--line);box-shadow:none}.contact__company{min-height:300px;padding:2rem;background:var(--black)}.contact__company span,.contact__company h3,.contact__company a{color:var(--gold-soft)}.contact__company p{color:#fffdf894}.contact-card{padding:1.4rem}.contact-card:hover{box-shadow:var(--shadow)}.contact-card__icon,.contact-card a{color:var(--red-dark)}.footer{padding:2.5rem 0;background:var(--black)}.footer__inner{display:grid;grid-template-columns:1fr auto auto;gap:2rem;text-align:left}.footer__brand p{margin-top:.4rem;color:#fffdf873;font-size:.72rem}.footer__copy{text-align:right}@media(max-width:980px){.hero__inner{grid-template-columns:1fr}.hero__content{text-align:center;margin:0 auto}.hero h1,.hero__tagline{margin-left:auto;margin-right:auto}.hero__actions,.hero__stats{justify-content:center}.hero__showcase{width:min(540px,100%);min-height:500px;margin:0 auto}.features__inner{grid-template-columns:repeat(3,1fr)}.feature:nth-child(3){border-right:0}.feature:nth-child(n+4){border-top:1px solid rgba(255,255,255,.09)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card,.product-card:nth-child(4),.product-card:nth-child(5){grid-column:span 1}.product-card:last-child{grid-column:1 / -1}.about__inner,.contact__layout{grid-template-columns:1fr}.footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center}.footer__copy{text-align:center}}@media(max-width:640px){.container{width:min(100% - 2rem,1160px)}.header__inner{min-height:70px}.logo__img{width:128px}.nav a:not(.nav__order){display:none}.hero{padding:3.5rem 0}.hero__stats span{min-width:0;flex:1;padding:0 .55rem}.hero__stats span+span{padding-left:.55rem}.hero__showcase{min-height:390px}.hero__main-image{width:68%;left:11%}.hero__side-image{width:100px}.hero__side-image--chicken{width:90px}.hero__note{left:3%}.features__inner{grid-template-columns:1fr}.feature,.feature:nth-child(3){min-height:62px;border-right:0;border-bottom:1px solid rgba(255,255,255,.09)}.section-header{grid-template-columns:1fr;gap:1rem}.product-grid,.contact-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.about__brand-card{min-height:310px}.about__proof{grid-template-columns:1fr}.about__proof span{padding:.7rem 0}}.hero__showcase{display:grid;grid-template-columns:1.35fr .8fr;grid-template-rows:auto 1fr;gap:1rem;min-height:0;padding:1.15rem;background:#fffdf8c7;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__showcase-heading{grid-column:1 / -1;display:flex;align-items:baseline;justify-content:space-between;padding:.25rem .35rem .6rem}.hero__showcase-heading span{color:var(--black);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero__showcase-heading small{color:var(--muted);font-size:.66rem;font-weight:700}.hero__featured,.hero__mini{color:var(--black);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.hero__featured:hover,.hero__mini:hover{transform:translateY(-4px)}.hero__featured{display:flex;flex-direction:column;justify-content:space-between;min-height:390px;padding:1.5rem;overflow:hidden;background:#f1dfd8;border-radius:22px}.hero__featured img,.hero__featured .product-image-placeholder{width:100%;height:285px;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(48,38,32,.16))}.hero__featured>div{display:flex;flex-direction:column;margin-top:.75rem}.hero__featured span{color:var(--red-dark);font-size:.62rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero__featured strong{margin-top:.15rem;font-size:1rem}.hero__mini-grid{display:grid;grid-template-rows:repeat(2,1fr);gap:1rem}.hero__mini{display:flex;flex-direction:column;justify-content:space-between;min-width:0;padding:.85rem;background:var(--sage-soft);border-radius:18px}.hero__mini:last-child{background:#f1e2d2}.hero__mini img,.hero__mini .product-image-placeholder{width:100%;height:120px;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(48,38,32,.14))}.hero__mini strong{margin-top:.5rem;overflow:hidden;font-size:.7rem;line-height:1.2;text-overflow:ellipsis}@media(max-width:980px){.hero__showcase{width:min(620px,100%);min-height:0}}@media(max-width:520px){.hero__showcase{grid-template-columns:1fr;padding:.8rem}.hero__showcase-heading,.hero__featured,.hero__mini-grid{grid-column:1}.hero__showcase-heading small{display:none}.hero__featured{min-height:320px}.hero__featured img,.hero__featured .product-image-placeholder{height:225px}.hero__mini-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.hero__mini img,.hero__mini .product-image-placeholder{height:105px}}.product-card__kind{white-space:nowrap}.build-set{padding:clamp(3rem,5vw,4.5rem) 0;background:linear-gradient(90deg,rgba(48,38,32,.035) 1px,transparent 1px),linear-gradient(rgba(48,38,32,.035) 1px,transparent 1px),#f4ecdf;background-size:36px 36px}.build-set__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(48,38,32,.14)}.build-set__header h2{max-width:11ch;margin-top:.4rem;color:var(--black);font-size:clamp(2.4rem,4vw,3.4rem);font-weight:900;line-height:.95;letter-spacing:-.045em}.build-set__header>div:first-child>p:last-child{max-width:34rem;margin-top:.65rem;color:#655b53;font-size:.9rem;font-weight:600;line-height:1.6}.build-set__progress{display:grid;min-width:150px;padding-left:1.5rem;border-left:1px solid rgba(48,38,32,.16)}.build-set__progress span,.build-set__progress em{color:#655b53;font-size:.62rem;font-style:normal;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.build-set__progress strong{margin:.15rem 0;color:var(--red-dark);font-size:2.25rem;line-height:1}.build-set__progress small{color:#877c72;font-size:1rem}.build-set__workspace{display:grid;grid-template-columns:minmax(350px,.85fr) minmax(0,1.15fr);gap:1rem;align-items:start}.build-set__preview{position:sticky;top:6.25rem;min-height:540px;padding:1rem;overflow:hidden;color:var(--ivory);background:radial-gradient(circle at 50% 46%,rgba(240,223,184,.13),transparent 18rem),#3f4d3a;border:1px solid rgba(255,253,248,.16);border-radius:18px;box-shadow:0 18px 44px #30262021}.build-set__preview-heading{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,253,248,.16)}.build-set__preview-heading span{color:#fffdf8b8;font-size:.65rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.build-set__preview-heading strong{color:#f0dfb8;font-size:.78rem}.build-set__preview .build-set__stage{min-height:400px;margin:0;padding:2rem 1rem;background:transparent;border:0;border-radius:0;box-shadow:none}.build-set__preview .build-set__stage:before{position:absolute;width:250px;height:250px;content:"";border:1px solid rgba(255,253,248,.13);border-radius:50%;box-shadow:0 0 0 42px #fffdf809}.build-set__preview .build-set__stage-item{width:122px;height:122px;border-radius:18px;box-shadow:0 20px 36px #161c1447;transform:translate(calc((var(--i) - (var(--n) - 1) / 2) * 46px)) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 7deg))}.build-set__preview .build-set__hint{position:relative;z-index:2;margin:0;padding-top:.75rem;color:#fffdf8a8;border-top:1px solid rgba(255,253,248,.16);font-size:.72rem;text-align:center}.build-set__builder{gap:.75rem}.build-set__builder-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#fffdf8e0;border:1px solid rgba(48,38,32,.12);border-radius:16px}.build-set__builder-heading span,.build-set__builder-heading small{display:block}.build-set__builder-heading span{color:var(--black);font-size:.82rem;font-weight:900}.build-set__builder-heading small{margin-top:.18rem;color:#655b53;font-size:.68rem;font-weight:600}.build-set__builder-heading>strong{flex-shrink:0;color:var(--red-dark);font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.build-set__picks{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;overflow:visible;background:transparent;border:0;border-radius:0}.build-set .build-set__pick{grid-template-columns:52px minmax(0,1fr);min-height:116px;gap:.65rem;padding:.7rem;background:#fffdf8d6;border:1px solid rgba(48,38,32,.12);border-radius:14px}.build-set .build-set__pick:last-child{grid-template-columns:64px minmax(0,1fr) auto;grid-column:1 / -1}.build-set .build-set__pick-media{width:52px;height:52px}.build-set__pick:hover{background:#c8993d12}.build-set__pick.is-on{background:#53654d14;border-color:#3026201a;box-shadow:inset 4px 0 #53654d}.build-set .build-set__check{grid-column:2;justify-self:start;min-height:28px;padding:.3rem .6rem}.build-set .build-set__pick:last-child .build-set__check{grid-column:3;justify-self:end}.build-set__pick.is-on .build-set__check{color:var(--ivory);background:#53654d;border-color:#53654d}.build-set__summary{grid-template-columns:minmax(0,1fr) minmax(220px,.9fr);gap:.45rem 1rem;margin-top:0;padding:1rem;border-radius:16px}.build-set__summary-top{grid-column:1 / -1}.build-set__list{grid-template-columns:repeat(2,minmax(0,1fr));grid-column:1;grid-row:2 / span 2;align-content:start;gap:.2rem .75rem}.build-set__summary .build-set__list li{padding:.2rem 0}.build-set__summary .build-set__list small{display:none}.build-set__cta{grid-column:2;align-self:end;border-radius:10px}.build-set__call{grid-column:2;align-self:start}@media(max-width:980px){.build-set__workspace{grid-template-columns:1fr}.build-set__preview{position:relative;top:auto;min-height:360px}.build-set__preview .build-set__stage{min-height:230px}}@media(max-width:640px){.build-set{padding:3rem 0}.build-set__header{grid-template-columns:1fr;gap:1rem}.build-set__header h2{font-size:2.4rem}.build-set__progress{grid-template-columns:1fr auto;align-items:center;min-width:0;padding:.9rem 0 0;border-top:1px solid rgba(48,38,32,.14);border-left:0}.build-set__progress strong{grid-row:1 / span 2;grid-column:2}.build-set__preview{min-height:310px}.build-set__preview .build-set__stage{min-height:185px}.build-set__preview .build-set__stage:before{width:180px;height:180px}.build-set__preview .build-set__stage-item{width:86px;height:86px;transform:translate(calc((var(--i) - (var(--n) - 1) / 2) * 32px)) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 7deg))}.build-set__builder-heading{align-items:flex-start}.build-set__picks{grid-template-columns:1fr}.build-set .build-set__pick,.build-set .build-set__pick:last-child{grid-template-columns:64px minmax(0,1fr) auto;grid-column:1;min-height:82px}.build-set .build-set__pick-media{width:64px;height:64px}.build-set .build-set__check,.build-set .build-set__pick:last-child .build-set__check{grid-column:3;justify-self:end}.build-set__summary,.build-set__list{grid-template-columns:1fr}.build-set__summary-top,.build-set__list,.build-set__cta,.build-set__call{grid-column:1;grid-row:auto}}.product-card__body{position:relative;padding-bottom:4.25rem}.product-card__order{position:absolute;right:.9rem;bottom:.9rem;left:.9rem;width:auto;margin:0;align-self:auto}.product-card .product-card__body{position:relative;padding-bottom:4.25rem}.product-card .product-card__order{position:absolute;right:.9rem;bottom:.9rem;left:.9rem;width:auto;margin:0;align-self:auto}.product-grid{grid-auto-rows:1fr;align-items:stretch}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{height:100%}.product-card__body{display:flex;flex:1;flex-direction:column}.product-card__name{display:flex;align-items:flex-start;min-height:2.2em}.product-card__tagline{min-height:3em}.product-card__ingredients{min-height:6.4rem}.product-card__order{margin-top:auto}.product-card__body{min-height:260px}.product-card__order{width:100%;align-self:end}.about{background:#e8e9e1}.about-layout{display:grid;grid-template-columns:1.15fr .72fr 1fr;gap:1rem;align-items:stretch}.about-intro,.about-mark,.about-values{border-radius:24px}.about-intro{padding:clamp(1.6rem,3vw,2.8rem);background:var(--ivory);border:1px solid rgba(48,38,32,.08)}.about-intro h2{margin:.55rem 0 1.15rem;color:var(--black);font-size:clamp(1.8rem,3.1vw,2.8rem);line-height:.98;letter-spacing:-.045em}.about-intro>p:not(.eyebrow){margin-top:.75rem;color:var(--muted);font-size:.78rem;font-weight:600}.about-mark{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;min-height:300px;padding:1.5rem;overflow:hidden;color:var(--gold-soft);background:radial-gradient(circle at 50% 20%,rgba(200,153,61,.22),transparent 45%),var(--red-dark)}.about-mark img{width:min(190px,82%);filter:brightness(0) invert(1)}.about-mark>span{font-size:.62rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.about-values{display:grid;gap:.65rem}.about-value{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:center;padding:1rem 1.1rem;background:#fffdf8b8;border:1px solid rgba(48,38,32,.08);border-radius:18px}.about-value>span{color:var(--red-dark);font-size:.6rem;font-weight:900}.about-value h3{color:var(--black);font-size:.78rem;font-weight:900}.about-value p{margin-top:.2rem;color:var(--muted);font-size:.64rem;font-weight:600}.about-trace{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1rem;overflow:hidden;background:#fffdf885;border:1px solid rgba(48,38,32,.08);border-radius:18px}.about-trace p{padding:.95rem 1.1rem;color:var(--muted);font-size:.62rem;font-weight:600}.about-trace p+p{border-left:1px solid rgba(48,38,32,.08)}.about-trace span,.about-trace strong{display:block;margin-bottom:.2rem;color:var(--black);font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.why-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:1rem;align-items:stretch}.why-identity{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:390px;padding:2rem;overflow:hidden;color:var(--ivory);background:radial-gradient(circle at 50% 15%,rgba(200,153,61,.25),transparent 42%),var(--red-dark);border-radius:28px;text-align:center}.why-identity__rings{position:absolute;width:340px;height:340px;top:-190px;right:-160px;border:1px solid rgba(240,223,184,.22);border-radius:50%}.why-identity__rings:after{position:absolute;width:230px;height:230px;right:60px;bottom:-410px;content:"";border:1px solid rgba(240,223,184,.18);border-radius:50%}.why-identity__logo{position:relative;width:min(215px,80%);filter:brightness(0) invert(1)}.why-identity__stat{position:relative;margin-top:1.4rem}.why-identity__stat strong,.why-identity__stat span{display:block}.why-identity__stat strong{color:var(--gold-soft);font-size:2rem;line-height:1}.why-identity__stat span{margin-top:.3rem;font-size:.6rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.why-identity>p{position:relative;margin-top:1rem;color:#fffdf894;font-size:.68rem;font-weight:600}.why-content{padding:clamp(1.5rem,3.5vw,3.2rem);background:#fffdf8c7;border:1px solid rgba(48,38,32,.08);border-radius:28px}.why-content h2{max-width:620px;margin-top:.55rem;color:var(--black);font-size:clamp(2rem,3.7vw,3.25rem);line-height:.98;letter-spacing:-.05em}.why-content__intro{max-width:620px;margin-top:1rem;color:var(--muted);font-size:.8rem;font-weight:600}.why-reasons{display:grid;gap:0;margin-top:1.4rem;border-top:1px solid var(--line)}.why-reason{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--line)}.why-reason>span{display:grid;width:30px;height:30px;color:var(--red-dark);background:#81221f14;border-radius:50%;font-size:.56rem;font-weight:900;place-items:center}.why-reason h3{color:var(--black);font-size:.76rem;font-weight:900}.why-reason p{margin-top:.15rem;color:var(--muted);font-size:.64rem;font-weight:600}.why-trace{display:grid;grid-template-columns:repeat(3,1fr);margin-top:1rem;overflow:hidden;background:#fffdf880;border:1px solid rgba(48,38,32,.08);border-radius:18px}.why-trace p{padding:.85rem 1rem;color:var(--muted);font-size:.6rem;font-weight:600}.why-trace p+p{border-left:1px solid var(--line)}.why-trace span,.why-trace strong{display:block}.why-trace span{color:var(--red-dark);font-size:.52rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.why-trace strong{margin:.18rem 0;color:var(--black);font-size:.66rem}@media(max-width:820px){.why-grid{grid-template-columns:1fr}.why-identity{min-height:300px}}@media(max-width:600px){.why-trace{grid-template-columns:1fr}.why-trace p+p{border-top:1px solid var(--line);border-left:0}}.order-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:1rem}.order-panel,.order-options{border-radius:26px}.order-panel{display:flex;flex-direction:column;min-height:420px;padding:clamp(1.5rem,3vw,2.5rem);overflow:hidden;color:var(--ivory);background:radial-gradient(circle at 90% 10%,rgba(200,153,61,.22),transparent 45%),var(--black)}.order-panel .eyebrow{color:var(--gold)}.order-panel h2{max-width:420px;margin-top:.65rem;color:var(--ivory);font-size:clamp(1.9rem,3.4vw,3rem);line-height:.98;letter-spacing:-.045em}.order-panel__intro{max-width:390px;margin-top:1rem;color:#fffdf89e;font-size:.76rem;font-weight:600}.order-panel__action{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-top:1.4rem;padding:.75rem .95rem;color:var(--black);background:var(--gold-soft);border-radius:13px;font-size:.7rem;font-weight:900;text-decoration:none;transition:background .2s ease,transform .2s ease}.order-panel__action:hover{background:var(--ivory);transform:translateY(-2px)}.order-panel__action svg{width:19px;height:19px}.order-panel__company{margin-top:auto;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.12)}.order-panel__company>span,.order-panel__company>strong{display:block}.order-panel__company>span{color:var(--gold);font-size:.54rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.order-panel__company>strong{margin-top:.25rem;font-size:.84rem}.order-panel__company p{margin-top:.22rem;color:#fffdf885;font-size:.62rem}.order-panel__company a{color:var(--gold-soft);font-weight:800;text-decoration:none}.order-options{display:flex;flex-direction:column;padding:.75rem;background:var(--ivory);border:1px solid var(--line)}.order-options__heading{display:flex;align-items:center;justify-content:space-between;padding:.5rem .55rem .95rem}.order-options__heading>div>span,.order-options__heading small{display:block}.order-options__heading>div>span{color:var(--black);font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.order-options__heading small{margin-top:.15rem;color:var(--muted);font-size:.58rem;font-weight:600}.order-options__status{display:flex;align-items:center;gap:.4rem;color:var(--sage);font-size:.56rem;font-weight:900;text-transform:uppercase}.order-options__status i{width:7px;height:7px;background:#69a05c;border-radius:50%;box-shadow:0 0 0 4px #69a05c1f}.order-option{display:grid;flex:1;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;min-height:78px;padding:.75rem .9rem;border-top:1px solid var(--line);transition:background .2s ease}.order-option:hover{background:#f5eee4}.order-option__icon{display:grid;width:34px;height:34px;color:var(--red-dark);place-items:center}.order-option__icon svg{width:26px;height:26px}.order-option__content>span{color:var(--muted);font-size:.54rem;font-weight:600}.order-option h3{color:var(--black);font-size:.75rem}.order-option ul{display:flex;flex-wrap:wrap;gap:.2rem .7rem;margin-top:.15rem;list-style:none}.order-option a{color:var(--red-dark);font-size:.61rem;font-weight:800;text-decoration:none}.order-option a:hover{text-decoration:underline}.order-option__arrow{color:var(--muted);font-size:.9rem}.order-supply{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;background:var(--ivory);border:1px solid var(--line);border-radius:18px}.order-supply p{padding:.85rem 1rem;color:var(--muted);font-size:.59rem;font-weight:600}.order-supply p+p{border-left:1px solid var(--line)}.order-supply span,.order-supply strong{display:block}.order-supply span{color:var(--red-dark);font-size:.52rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.order-supply strong{margin:.18rem 0;color:var(--black);font-size:.65rem}@media(max-width:850px){.order-layout{grid-template-columns:1fr}.order-panel{min-height:360px}}@media(max-width:560px){.order-options__status{display:none}.order-supply{grid-template-columns:1fr}.order-supply p+p{border-top:1px solid var(--line);border-left:0}}.contact{background:var(--cream)}.contact-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:1rem}.contact-panel,.contact-options{border-radius:26px}.contact-panel{display:flex;flex-direction:column;min-height:410px;padding:clamp(1.5rem,3vw,2.5rem);color:var(--ivory);background:radial-gradient(circle at 90% 10%,rgba(200,153,61,.2),transparent 45%),var(--black)}.contact-panel .eyebrow{color:var(--gold)}.contact-panel h2{max-width:420px;margin-top:.65rem;color:var(--ivory);font-size:clamp(1.9rem,3.4vw,3rem);line-height:.98;letter-spacing:-.045em}.contact-panel>p:not(.eyebrow){max-width:390px;margin-top:1rem;color:#fffdf89e;font-size:.76rem;font-weight:600}.contact-panel__action{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-top:1.4rem;padding:.75rem .95rem;color:var(--black);background:var(--gold-soft);border-radius:13px;font-size:.7rem;font-weight:900;text-decoration:none}.contact-panel__action svg{width:19px;height:19px}.contact-panel__company{margin-top:auto;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12)}.contact-panel__company span,.contact-panel__company strong{display:block}.contact-panel__company span{color:var(--gold);font-size:.56rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.contact-panel__company strong{margin-top:.3rem;font-size:.86rem}.contact-panel__company p{margin-top:.2rem;color:#fffdf885;font-size:.65rem}.contact-options{padding:.75rem;background:var(--ivory);border:1px solid var(--line)}.contact-options__heading{display:flex;align-items:baseline;justify-content:space-between;padding:.55rem .55rem 1rem}.contact-options__heading span{color:var(--black);font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.contact-options__heading small{color:var(--muted);font-size:.6rem;font-weight:600}.contact-option{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;min-height:76px;padding:.75rem .9rem;border-top:1px solid var(--line);transition:background .2s ease}.contact-option:hover{background:#f5eee4}.contact-option__icon{display:grid;width:34px;height:34px;color:var(--red-dark);place-items:center}.contact-option__icon svg{width:26px;height:26px}.contact-option__content>span{color:var(--muted);font-size:.56rem;font-weight:600}.contact-option h3{color:var(--black);font-size:.76rem}.contact-option ul{display:flex;flex-wrap:wrap;gap:.2rem .7rem;margin-top:.15rem;list-style:none}.contact-option a{color:var(--red-dark);font-size:.62rem;font-weight:800;text-decoration:none}.contact-option__arrow{color:var(--muted);font-size:.9rem}.contact-supply{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden;background:var(--ivory);border:1px solid var(--line);border-radius:18px}.contact-supply p{padding:.85rem 1rem;color:var(--muted);font-size:.6rem}.contact-supply p+p{border-left:1px solid var(--line)}.contact-supply span,.contact-supply strong{display:block;color:var(--black);font-weight:900}.contact-supply span{margin-bottom:.2rem;font-size:.54rem;letter-spacing:.08em;text-transform:uppercase}@media(max-width:900px){.about-layout,.contact-shell{grid-template-columns:1fr}.about-values{grid-template-columns:repeat(3,1fr)}.contact-panel{min-height:360px}}@media(max-width:640px){.about-values,.about-trace,.contact-supply{grid-template-columns:1fr}.about-trace p+p,.contact-supply p+p{border-top:1px solid var(--line);border-left:0}.contact-options__heading small{display:none}}.about,.contact{padding:clamp(3rem,5vw,4.25rem) 0}.about__inner{grid-template-columns:.68fr 1.32fr;gap:1.5rem}.about__brand-card{min-height:300px;border-radius:26px}.about__logo{width:min(205px,72%)}.about__seal strong{font-size:1.55rem}.about__content{padding:clamp(1.25rem,3vw,2.5rem)}.about__content h2{max-width:560px;font-size:clamp(1.8rem,3.4vw,2.75rem)}.about__content p:not(.eyebrow),.about__list li{font-size:.78rem}.about__proof{margin-top:1rem}.about__proof span{padding:.55rem;font-size:.58rem}.contact__header{margin-bottom:1.5rem}.contact__header h2{font-size:clamp(1.8rem,3.4vw,2.75rem)}.contact__layout{grid-template-columns:.6fr 1.4fr;gap:.85rem}.contact__company{min-height:205px;padding:1.3rem;border-radius:18px}.contact__company h3{font-size:1.35rem}.contact__company p{font-size:.72rem}.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.contact-card{padding:.9rem;border-radius:16px}.contact-card__icon{width:26px;height:26px;margin-bottom:.55rem}.contact-card h3{font-size:.76rem}.contact-card__desc{margin:.2rem 0 .55rem;font-size:.62rem}.contact-card a{font-size:.64rem}@media(max-width:980px){.about__inner,.contact__layout{grid-template-columns:1fr}.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.contact-grid{grid-template-columns:1fr}}.product-card{padding:.55rem;overflow:hidden;background:linear-gradient(165deg,color-mix(in srgb,var(--bg) 76%,var(--ivory)) 0%,var(--ivory) 58%);border:1px solid rgba(48,38,32,.08);border-radius:26px;box-shadow:0 12px 34px #30262012}.product-card:hover{border-color:#81221f24;box-shadow:0 24px 56px #30262021}.product-card__image,.product-card__image-wrap .product-image-placeholder{width:min(225px,88%);height:205px}.product-card__body{position:relative;padding:1.35rem;background:#fffdf8cc;border:1px solid rgba(255,255,255,.78);border-radius:19px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__meta{min-height:auto;margin-bottom:.85rem}.product-card__kind{color:var(--red-dark);font-size:.58rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.product-card__reg{color:#30262075;font-size:.55rem}.product-card__name{margin-top:0;font-size:1.22rem;letter-spacing:-.025em}.product-card__tagline{min-height:0;margin-top:.5rem;color:var(--muted);font-size:.76rem;line-height:1.5}.product-card__ingredients{margin-top:1.1rem}.product-card__ingredients-label{display:block;margin-bottom:.55rem;color:#3026208f;font-size:.58rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-card__ingredients li{padding:.3rem .58rem;color:#635950;background:#ece2d5a6;border:1px solid rgba(48,38,32,.055);font-size:.57rem}.product-card__toggle{font-size:.64rem}.product-card__order{align-items:center;justify-content:space-between;min-height:42px;margin-top:1.2rem;padding:.7rem .9rem;color:var(--ivory);background:var(--black);border:0;border-radius:12px;transition:background .2s ease,transform .2s ease}.product-card__order:hover{color:var(--ivory);background:var(--red-dark);transform:translateY(-2px)}.product-card__index{top:1rem;left:1rem;color:#30262094}.product-card__image-wrap{position:relative;min-height:270px;padding:2rem 1.5rem 1.4rem;overflow:hidden;isolation:isolate;background:var(--ivory);border-bottom:1px solid var(--line)}.product-card__image-wrap:before{display:none}.product-card__image,.product-card__image-wrap .product-image-placeholder{z-index:1;width:min(230px,84%);height:215px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 22px 18px rgba(48,38,32,.17));transform:rotate(-2deg);transition:transform .4s cubic-bezier(.22,1,.36,1)}.product-card:nth-child(2n) .product-card__image{transform:rotate(2deg)}.product-card:hover .product-card__image{transform:translateY(-7px) rotate(0) scale(1.04)}.product-card__index{top:1.2rem;left:1.25rem;color:#30262085;background:#fffdf894;border:1px solid rgba(255,255,255,.58);border-radius:999px;padding:.3rem .55rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.product-card__visual-tag{position:absolute;z-index:3;top:1.2rem;right:1.25rem;padding:.35rem .65rem;color:var(--ivory);background:var(--black);border-radius:999px;box-shadow:0 7px 18px #3026201f;font-size:.62rem;font-weight:900}.product-card__meta{justify-content:flex-end}@media(max-width:640px){.product-card__image-wrap{min-height:240px}.product-card__image,.product-card__image-wrap .product-image-placeholder{height:190px}}.hero__showcase--orbit{position:relative;display:block;min-height:510px;padding:0;overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero__orbit-label{position:absolute;z-index:5;top:1.5rem;left:1rem;display:flex;flex-direction:column;padding:.85rem 1rem;background:#fffdf8e6;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__orbit-label span{color:var(--black);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero__orbit-label small{margin-top:.15rem;color:var(--muted);font-size:.62rem;font-weight:700}.hero__orbit-ring{position:absolute;top:8%;right:3%;bottom:4%;left:5%;background:var(--sage-soft);border-radius:50%;transform:rotate(-7deg)}.hero__orbit-ring:before,.hero__orbit-ring:after{position:absolute;content:"";border-radius:50%}.hero__orbit-ring:before{top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(104,116,93,.24)}.hero__orbit-ring:after{width:12px;height:12px;right:12%;bottom:13%;background:var(--red-dark);box-shadow:0 0 0 8px #81221f1a}.hero__orbit-item{position:absolute;z-index:2;display:flex;flex-direction:column;align-items:center;color:var(--black);text-decoration:none;transition:transform .28s ease}.hero__orbit-item:hover{transform:translateY(-8px)}.hero__orbit-item img,.hero__orbit-item .product-image-placeholder{width:100%;height:100%;object-fit:contain;background:var(--ivory);border:8px solid var(--ivory);border-radius:50%;box-shadow:var(--shadow-strong)}.hero__orbit-item strong{max-width:150px;margin-top:.65rem;padding:.35rem .7rem;overflow:hidden;color:var(--black);background:#fffdf8eb;border-radius:999px;box-shadow:0 8px 22px #30262014;font-size:.66rem;font-weight:900;text-align:center;text-overflow:ellipsis;white-space:nowrap}.hero__orbit-item--main{width:250px;height:250px;top:23%;left:18%}.hero__orbit-item--main img{padding:.45rem}.hero__orbit-item--beef{width:145px;height:145px;top:5%;right:0}.hero__orbit-item--chicken{width:130px;height:130px;right:5%;bottom:6%}@media(max-width:980px){.hero__showcase--orbit{width:min(540px,100%);min-height:510px}}@media(max-width:520px){.hero__showcase--orbit{display:block;min-height:390px;padding:0}.hero__orbit-label{top:0;left:0}.hero__orbit-label small{display:none}.hero__orbit-ring{top:11%;right:2%;bottom:2%;left:2%}.hero__orbit-item--main{width:190px;height:190px;top:26%;left:8%}.hero__orbit-item--beef{width:105px;height:105px;top:10%;right:0}.hero__orbit-item--chicken{width:95px;height:95px;right:4%;bottom:7%}.hero__orbit-item strong{display:none}}.hero__showcase--orbit{--orbit-x: 135px;--orbit-y: 105px;isolation:isolate}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:150px;height:150px;top:50%;right:auto;bottom:auto;left:50%;will-change:transform,opacity;animation:productOrbit 24s cubic-bezier(.45,0,.55,1) infinite}.hero__orbit-item--main{animation-delay:-12s}.hero__orbit-item--beef{animation-delay:-4s}.hero__orbit-item--chicken{animation-delay:-20s}.hero__orbit-item:hover{animation-play-state:paused}@keyframes productOrbit{0%,to{z-index:2;opacity:.72;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1),calc(var(--orbit-y) * -.65)) scale(.72)}16.66%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(var(--orbit-x),calc(var(--orbit-y) * -.7)) scale(.86)}33.33%{z-index:4;opacity:.94;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .9),calc(var(--orbit-y) * .45)) scale(1)}50%{z-index:6;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .55)) scale(1.55)}66.66%{z-index:4;opacity:.94;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.9),calc(var(--orbit-y) * .45)) scale(1)}83.33%{z-index:3;opacity:.84;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1.12),calc(var(--orbit-y) * -.35)) scale(.82)}}@media(max-width:520px){.hero__showcase--orbit{--orbit-x: 92px;--orbit-y: 78px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:108px;height:108px;top:52%;right:auto;bottom:auto;left:50%}}@media(prefers-reduced-motion:reduce){.hero__orbit-item{animation:none}.hero__orbit-item--main{z-index:3;transform:translate(-50%,-50%) translateY(60px) scale(1.4)}.hero__orbit-item--beef{transform:translate(-50%,-50%) translate(130px,-65px) scale(.82)}.hero__orbit-item--chicken{transform:translate(-50%,-50%) translate(-130px,-55px) scale(.82)}}.hero__orbit-item{overflow:visible}.hero__orbit-item strong{position:absolute;top:calc(100% + 10px);left:50%;z-index:10;display:block;width:max-content;max-width:190px;margin:0;padding:.45rem .75rem;overflow:visible;color:var(--ivory);background:var(--black);border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 8px 22px #3026202e;font-size:.66rem;line-height:1.15;text-align:center;text-overflow:clip;white-space:normal;transform:translate(-50%)}@media(max-width:520px){.hero__orbit-item strong{display:block;top:calc(100% + 7px);max-width:125px;padding:.35rem .55rem;font-size:.52rem}}.hero__showcase--orbit{--orbit-x: 172px;--orbit-y: 132px}@keyframes productOrbit{0%,to{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.62),calc(var(--orbit-y) * -.88)) scale(.62)}20%{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .62),calc(var(--orbit-y) * -.88)) scale(.62)}40%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(var(--orbit-x),calc(var(--orbit-y) * -.05)) scale(.82)}60%{z-index:6;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .82)) scale(1.42)}80%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1),calc(var(--orbit-y) * -.05)) scale(.82)}}.hero__orbit-item strong{opacity:0;animation:orbitLabel 24s linear infinite;animation-delay:inherit}.hero__orbit-item:hover strong{animation-play-state:paused}@keyframes orbitLabel{0%,49%,71%,to{opacity:0;transform:translate(-50%) translateY(5px)}55%,65%{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:520px){.hero__showcase--orbit{--orbit-x: 118px;--orbit-y: 94px}}@media(prefers-reduced-motion:reduce){.hero__orbit-item strong{animation:none;opacity:0}.hero__orbit-item:first-of-type strong{opacity:1}}.hero__orbit-label{padding:.72rem .95rem}.hero__orbit-item{border-radius:50%}.hero__orbit-item:before{position:absolute;z-index:-1;top:-7px;right:-7px;bottom:-7px;left:-7px;content:"";background:conic-gradient(from 35deg,#c8993dcc,#fffdf8f2,#68745da6,#fffdf8f2,#81221fb8,#c8993dcc);border-radius:50%;box-shadow:0 18px 38px #3026202e,0 0 0 1px #3026200d}.hero__orbit-item:after{position:absolute;z-index:2;top:7px;right:7px;bottom:7px;left:7px;content:"";pointer-events:none;border:1px solid rgba(255,255,255,.65);border-radius:50%;box-shadow:inset 0 1px 10px #ffffff59}.hero__orbit-item img,.hero__orbit-item .product-image-placeholder{padding:.2rem;background:radial-gradient(circle at 36% 26%,#fff,#fffdf8 52%,#eee6d9);border:5px solid var(--ivory);box-shadow:none}.hero__orbit-item:hover:before{filter:saturate(1.15) brightness(1.04)}.hero__showcase--orbit{--orbit-x: 145px;--orbit-y: 108px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:108px;height:108px}@keyframes productOrbit{0%,to{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.62),calc(var(--orbit-y) * -.88)) scale(.62)}20%{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .62),calc(var(--orbit-y) * -.88)) scale(.62)}40%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(var(--orbit-x),calc(var(--orbit-y) * -.05)) scale(.82)}60%{z-index:6;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .82)) scale(1.25)}80%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1),calc(var(--orbit-y) * -.05)) scale(.82)}}@media(max-width:520px){.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:76px;height:76px}}.product-card__image-wrap{min-height:245px;padding:1.7rem 1.3rem 1rem;overflow:visible;background:transparent;border:0;border-radius:20px}.product-card__image-wrap:before{position:absolute;z-index:0;display:block;width:130px;height:16px;left:50%;top:auto;bottom:2.2rem;content:"";background:#30262033;border:0;border-radius:50%;box-shadow:none;filter:blur(11px);transform:translate(-50%)}.product-card__image-wrap:after{display:none}.product-card__image,.product-card__image-wrap .product-image-placeholder{z-index:1;width:min(225px,88%);height:205px;object-fit:contain;background:transparent;border:0;border-radius:0;box-shadow:none;filter:drop-shadow(0 22px 18px rgba(48,38,32,.17))}.product-card__index{top:1rem;left:1rem}.product-card__visual-tag{top:1rem;right:1rem;color:var(--black);background:#fffdf8cc;border:1px solid rgba(255,255,255,.8);box-shadow:0 7px 18px #30262014;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__meta{justify-content:space-between}.hero{padding:clamp(2.75rem,5vw,4.5rem) 0}.hero__showcase--orbit{min-height:440px}@media(max-width:980px){.hero__showcase--orbit{min-height:440px}}@media(max-width:520px){.hero{padding:2.5rem 0 2.75rem}.hero__showcase--orbit{min-height:335px}}.hero__scroll-cue{position:absolute;z-index:8;left:50%;bottom:.85rem;display:flex;align-items:center;gap:.45rem;color:var(--muted);font-size:.62rem;font-weight:900;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;transform:translate(-50%);transition:color .2s ease}.hero__scroll-cue svg{width:18px;height:18px;animation:scrollHint 1.8s ease-in-out infinite}.hero__scroll-cue:hover{color:var(--red-dark)}@keyframes scrollHint{0%,to{transform:translateY(-2px)}50%{transform:translateY(4px)}}@media(max-width:640px){.hero__scroll-cue{bottom:.55rem}}@media(prefers-reduced-motion:reduce){.hero__scroll-cue svg{animation:none}}.container{width:min(1080px,calc(100% - 3rem))}.header__inner{min-height:80px}.logo__img{width:154px;max-height:65px}.hero{padding:clamp(2.5rem,4.5vw,3.8rem) 0}.hero__inner{grid-template-columns:minmax(0,1fr) minmax(390px,.86fr);gap:clamp(2.5rem,5vw,5rem)}.hero h1{font-size:clamp(2.4rem,4.5vw,3.9rem)}.hero__tagline{font-size:.94rem}.hero__showcase--orbit{--orbit-x: 132px;--orbit-y: 96px;min-height:390px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:98px;height:98px}@keyframes productOrbit{0%,to{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.62),calc(var(--orbit-y) * -.88)) scale(.62)}20%{z-index:1;opacity:.54;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .62),calc(var(--orbit-y) * -.88)) scale(.62)}40%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(var(--orbit-x),calc(var(--orbit-y) * -.05)) scale(.82)}60%{z-index:6;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .82)) scale(1.22)}80%{z-index:3;opacity:.86;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1),calc(var(--orbit-y) * -.05)) scale(.82)}}.feature{min-height:78px;padding:1rem}.products,.about,.contact{padding:clamp(3.5rem,6vw,5rem) 0}.section-header h2,.about__content h2,.contact__header h2{font-size:clamp(2rem,4vw,3.35rem)}.product-card__image-wrap{min-height:220px}.product-card__image,.product-card__image-wrap .product-image-placeholder{width:min(205px,84%);height:180px}.product-card__body{padding:1.15rem}.about__brand-card{min-height:370px}.contact__company{min-height:260px}.header{padding:0;background:#fffdf8f5;border-bottom:1px solid rgba(74,48,35,.1);box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{min-height:78px;padding-top:0;padding-bottom:0;background:transparent;border:0;border-radius:0;box-shadow:none}.header .logo__img{width:120px;max-height:64px}.logo{display:inline-flex;align-items:center;transition:transform .2s ease}.logo:hover{transform:translateY(-1px)}.nav{align-items:center;gap:1.35rem;padding:0;background:transparent;border:0;border-radius:999px;box-shadow:none}.nav a:not(.nav__order){position:relative;padding:.7rem 0;border-radius:0;transition:color .2s ease}.nav a:not(.nav__order):after{position:absolute;right:0;bottom:.34rem;left:0;height:1px;content:"";background:var(--red-dark);transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.nav a:not(.nav__order):hover{color:var(--red-dark);background:transparent}.nav a:not(.nav__order):hover:after{transform:scaleX(1);transform-origin:left}.nav__order{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem .72rem .7rem 1rem;background:var(--red-dark);border-radius:10px;box-shadow:0 5px 14px #81221f24;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.nav__order svg{width:22px;height:22px;padding:5px;background:#ffffff24;border-radius:50%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.nav__order:hover{background:#681b18;box-shadow:0 9px 20px #81221f38;transform:translateY(-1px)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem}.header__nav,.header__actions{display:flex;align-items:center}.header__nav{justify-self:start;gap:1.8rem}.header__actions{justify-self:end;gap:1.3rem}.header__nav a,.header__contact{position:relative;padding:.7rem 0;color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.header__nav a:after,.header__contact:after{position:absolute;right:0;bottom:.32rem;left:0;height:1px;content:"";background:var(--red-dark);transform:scaleX(0);transition:transform .2s ease}.header__nav a:hover,.header__contact:hover{color:var(--red-dark)}.header__nav a:hover:after,.header__contact:hover:after{transform:scaleX(1)}.header .logo{justify-self:center}.header .nav__order{padding:.68rem .68rem .68rem .95rem;font-size:.66rem;font-weight:900;letter-spacing:.09em;text-decoration:none;text-transform:uppercase}.header__menu,.header__mobile-panel{display:none}@media(max-width:760px){.header__inner{display:grid;grid-template-columns:1fr auto;gap:.75rem}.header__nav,.header__contact{display:none}.header .logo{justify-self:start}.header__actions{justify-self:end;gap:.55rem}.header__menu{display:inline-grid;width:38px;height:38px;place-content:center;gap:5px;padding:0;color:var(--black);background:transparent;border:1px solid var(--line);border-radius:10px;cursor:pointer}.header__menu span{width:15px;height:1.5px;background:currentColor;transition:transform .2s ease}.header--open .header__menu span:first-child{transform:translateY(3.25px) rotate(45deg)}.header--open .header__menu span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.header__mobile-panel{position:absolute;top:calc(100% + .5rem);right:1rem;left:1rem;display:grid;padding:.55rem;background:#fffdf8fa;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 35px #36231824;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}.header--open .header__mobile-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.header__mobile-panel a{padding:.9rem 1rem;color:var(--black);border-radius:9px;font-size:.75rem;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.header__mobile-panel a:hover{color:var(--red-dark);background:#81221f0f}}.header{background:var(--black);border-bottom:1px solid rgba(200,153,61,.42)}.header__brand-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:80px;gap:clamp(1.5rem,4vw,4rem)}.header__brand-spacer{min-width:1px}.header__brand-row .logo{justify-self:start;padding:0;background:transparent;border:0;border-radius:0}.header__brand-row .logo__img{filter:drop-shadow(0 2px 7px rgba(200,153,61,.16))}.header__brand-row .header__actions{justify-self:end}.header__brand-row .nav__order{padding:.62rem .66rem .62rem .9rem;background:transparent;border:1px solid rgba(200,153,61,.58);border-radius:8px;box-shadow:none;color:var(--ivory)!important}.header__brand-row .nav__order svg{background:#c8993d29}.header__brand-row .nav__order:hover{color:var(--black)!important;background:var(--gold);border-color:var(--gold)}.header__nav-bar{display:flex;min-height:0;align-items:center;justify-content:center;gap:2rem;background:transparent;border-top:0}.header__nav-bar a{position:relative;padding:.65rem 0;color:#fff8ebc7;font-size:.64rem;font-weight:900;letter-spacing:.14em;text-decoration:none;text-transform:uppercase;transition:color .2s ease}.header__nav-bar a:after{position:absolute;right:0;bottom:.35rem;left:0;height:1px;content:"";background:var(--gold);transform:scaleX(0);transition:transform .2s ease}.header__nav-bar a:hover{color:var(--ivory)}.header__nav-bar a:hover:after{transform:scaleX(1)}.header__nav-bar>span{width:3px;height:3px;background:var(--gold);border-radius:50%;opacity:.7}@media(max-width:760px){.header__brand-row{grid-template-columns:1fr auto;min-height:68px;gap:.75rem}.header__brand-spacer,.header__nav-bar{display:none}.header__brand-row .logo{justify-self:start}.header__brand-row .header__actions{display:flex}.header__menu{color:var(--ivory);border-color:#fff8eb3d}}html,body,#root{max-width:100%;overflow-x:hidden}@media(max-width:640px){body .container{width:100%;max-width:100%;padding-right:1rem;padding-left:1rem}body .header__inner{min-height:68px}body .logo__img{width:112px}body .header .logo__img{width:120px;max-height:52px}body .nav{flex-shrink:0}body .nav__order{padding:.58rem .75rem;font-size:.58rem}body .hero__inner,body .hero__content,body .hero__showcase--orbit{width:100%;min-width:0;max-width:100%}body .hero__content{text-align:left}body .hero h1{max-width:100%;margin-right:0;margin-left:0;font-size:clamp(2.15rem,11vw,3rem);line-height:.98}body .hero__tagline{max-width:100%;margin-right:0;margin-left:0;font-size:.82rem}body .hero__actions{justify-content:flex-start}body .btn{min-height:43px;padding:.7rem .9rem;font-size:.68rem}body .hero__stats{width:100%}body .hero__stats span{min-width:0}body .hero__showcase--orbit{margin-top:1rem}body .hero__orbit-label{left:.5rem}body .section-header{text-align:left}body .section-header h2{font-size:2rem}}@media(max-width:390px){body .hero__actions{display:grid;grid-template-columns:1fr 1fr}body .btn{width:100%;padding-right:.55rem;padding-left:.55rem}}.section-nav{position:fixed;z-index:90;top:50%;right:1rem;display:flex;flex-direction:column;gap:.25rem;padding:.55rem .45rem;background:#fffdf8db;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 30px #30262017;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(-50%)}.section-nav__link{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;min-height:28px;color:var(--muted);text-decoration:none}.section-nav__label{max-width:0;overflow:hidden;font-size:.58rem;font-weight:900;letter-spacing:.08em;opacity:0;text-transform:uppercase;transition:max-width .2s ease,opacity .2s ease;white-space:nowrap}.section-nav__dot{width:7px;height:7px;background:#bdb5aa;border-radius:50%;transition:background .2s ease,transform .2s ease}.section-nav__link:hover .section-nav__label,.section-nav__link--active .section-nav__label{max-width:75px;opacity:1}.section-nav__link--active{color:var(--red-dark)}.section-nav__link--active .section-nav__dot{background:var(--red-dark);box-shadow:0 0 0 4px #81221f1a;transform:scale(1.1)}@media(max-width:980px){.hero__inner{grid-template-columns:1fr}.hero__showcase--orbit{min-height:390px}}@media(max-width:720px){.section-nav{display:none}}@media(max-width:520px){.container{width:min(100% - 2rem,1080px)}.logo__img{width:120px}.hero__showcase--orbit{--orbit-x: 102px;--orbit-y: 78px;min-height:315px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:70px;height:70px}}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{grid-column:span 1;padding:.4rem;border-radius:21px}.product-card__image-wrap{min-height:175px;padding:1.15rem .8rem .7rem}.product-card__image,.product-card__image-wrap .product-image-placeholder{width:min(158px,88%);height:145px}.product-card__image-wrap:before{width:95px;height:11px;bottom:1.6rem}.product-card__body{padding:.9rem;border-radius:16px}.product-card__kind,.product-card__reg,.product-card__ingredients-label{font-size:.48rem}.product-card__name{font-size:.96rem}.product-card__tagline{font-size:.66rem}.product-card__ingredients{margin-top:.8rem}.product-card__ingredients li{padding:.25rem .48rem;font-size:.5rem}.product-card__order{min-height:36px;padding:.55rem .7rem;font-size:.62rem}.product-card__index,.product-card__visual-tag{top:.75rem;font-size:.52rem}.product-card__index{left:.75rem}.product-card__visual-tag{right:.75rem}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}}:root{--section-pad: clamp(3.75rem, 7vw, 5.75rem);--type-hero: clamp(2.55rem, 4.8vw, 4.1rem);--type-section: clamp(2.05rem, 3.8vw, 3.2rem);--type-card: 1.05rem;--type-body: .9rem;--type-label: .62rem}.eyebrow{font-size:.68rem;letter-spacing:.15em}.hero{padding:clamp(2.75rem,5vw,4.25rem) 0 clamp(3rem,5.5vw,4.5rem)}.hero h1{font-size:var(--type-hero);line-height:.96;letter-spacing:-.055em}.hero__tagline{margin-top:1.25rem;max-width:34rem;color:var(--muted);font-size:var(--type-body);font-weight:600;line-height:1.55}.hero__actions{margin-top:1.75rem;gap:.75rem}.hero__stats{margin-top:2rem;padding-top:1.25rem}.hero__stats span{font-size:.68rem;font-weight:700}.hero__stats strong{font-size:1.15rem}.hero__orbit-label{padding:.65rem .85rem;opacity:.92}.hero__orbit-label span{font-size:.62rem}.hero__scroll-cue{bottom:1rem;font-size:.58rem;letter-spacing:.12em;opacity:.72}.products,.about,.contact{padding:var(--section-pad) 0}.section-header{margin-bottom:clamp(2rem,4vw,2.75rem);gap:1.25rem 2rem}.section-header h2,.why-content h2,.order-panel h2{font-size:var(--type-section);line-height:1;letter-spacing:-.045em}.section-header>p,.why-content__intro,.order-panel__intro{font-size:.88rem;font-weight:600;line-height:1.55}.feature{min-height:72px;padding:1rem 1.15rem}.feature__label{font-size:.66rem;letter-spacing:.07em}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:stretch}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{display:flex;flex-direction:column;grid-column:span 1;height:100%;padding:.5rem;border-radius:22px}.product-card__image-wrap{min-height:190px;padding:1.35rem 1rem .85rem}.product-card__image,.product-card__image-wrap .product-image-placeholder{width:min(168px,86%);height:155px}.product-card__index,.product-card__visual-tag{top:.85rem;font-size:.58rem;font-weight:900;letter-spacing:.06em}.product-card__index{left:.85rem}.product-card__visual-tag{right:.85rem;padding:.28rem .55rem}.product-card__body{display:flex;flex:1;flex-direction:column;min-height:0;padding:1.1rem 1.05rem 1.15rem;border-radius:16px}.product-card__meta{margin-bottom:.55rem}.product-card__kind,.product-card__ingredients-label{font-size:var(--type-label);letter-spacing:.1em}.product-card__name{min-height:0;margin-top:0;color:var(--black);font-size:var(--type-card);font-weight:900;line-height:1.15;letter-spacing:-.02em}.product-card__tagline{min-height:0;margin-top:.45rem;color:var(--muted);font-size:.74rem;font-weight:600;line-height:1.45}.product-card__ingredients{min-height:0;margin-top:.95rem}.product-card__ingredients-label{margin-bottom:.45rem}.product-card__ingredients li{padding:.28rem .55rem;font-size:.58rem;font-weight:800}.product-card__toggle{margin-top:.5rem;font-size:.62rem}.product-card__order{position:static;display:inline-flex;align-items:center;justify-content:space-between;width:100%;min-height:40px;margin-top:auto;padding:.65rem .85rem;font-size:.66rem;font-weight:900;letter-spacing:.04em}.order-layout{gap:1.15rem}.order-panel{min-height:0;padding:clamp(1.6rem,3vw,2.4rem);border-radius:24px}.order-panel h2{max-width:18ch;margin-top:.7rem}.order-panel__intro{max-width:28rem;margin-top:.95rem;font-size:.82rem;line-height:1.55}.order-panel__action{min-height:50px;margin-top:1.5rem;padding:.85rem 1.05rem;border-radius:14px;font-size:.74rem}.order-panel__company{margin-top:1.75rem;padding-top:1.25rem}.order-panel__company>span{font-size:.58rem}.order-panel__company>strong{margin-top:.35rem;font-size:.92rem}.order-panel__company p{margin-top:.3rem;font-size:.68rem;line-height:1.5}.order-options{padding:.85rem;border-radius:24px}.order-options__heading{padding:.55rem .65rem 1rem}.order-options__heading>div>span{font-size:.7rem;letter-spacing:.1em}.order-options__heading small{margin-top:.25rem;font-size:.64rem}.order-option{min-height:84px;gap:1rem;padding:.95rem 1rem}.order-option__content>span{font-size:.6rem}.order-option h3{margin-top:.12rem;font-size:.86rem;font-weight:900}.order-option a{font-size:.72rem;font-weight:800}.order-option__icon{width:38px;height:38px}.why-content{padding:clamp(1.6rem,3.2vw,2.8rem)}.why-content__intro{margin-top:.9rem}.why-reason{padding:.95rem 0}.why-reason h3{font-size:.84rem}.why-reason p{font-size:.72rem}@media(max-width:1080px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-header{grid-template-columns:1fr}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero__stats span{font-size:.6rem}.product-card__name{font-size:1rem}}.hero__showcase--orbit{--orbit-x: 148px;--orbit-y: 112px;--orbit-duration: 28s;min-height:420px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:104px;height:104px;top:50%;left:50%;right:auto;bottom:auto;will-change:transform,opacity;animation:productOrbit var(--orbit-duration) linear infinite}.hero__orbit-item strong{position:absolute;top:calc(100% + 10px);left:50%;z-index:10;width:max-content;max-width:180px;margin:0;padding:.4rem .7rem;color:var(--ivory);background:var(--black);border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 8px 20px #3026202e;font-size:.64rem;font-weight:900;line-height:1.15;text-align:center;white-space:normal;pointer-events:none;transform:translate(-50%);animation:orbitLabel var(--orbit-duration) linear infinite;animation-delay:inherit}.hero__showcase--orbit:hover .hero__orbit-item,.hero__showcase--orbit:hover .hero__orbit-item strong,.hero__orbit-item:focus-visible,.hero__orbit-item:focus-visible strong{animation-play-state:paused}@keyframes productOrbit{0%,to{z-index:1;opacity:.5;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.72),calc(var(--orbit-y) * -.78)) scale(.58)}20%{z-index:1;opacity:.52;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .72),calc(var(--orbit-y) * -.78)) scale(.58)}35%{z-index:3;opacity:.82;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * 1.02),calc(var(--orbit-y) * -.08)) scale(.78)}48%{z-index:5;opacity:.96;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .55),calc(var(--orbit-y) * .62)) scale(1.05)}60%{z-index:7;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .88)) scale(1.38)}72%{z-index:5;opacity:.96;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.55),calc(var(--orbit-y) * .62)) scale(1.05)}85%{z-index:3;opacity:.82;transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -1.02),calc(var(--orbit-y) * -.08)) scale(.78)}}@keyframes orbitLabel{0%,52%,70%,to{opacity:0;transform:translate(-50%) translateY(6px)}57%,65%{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:980px){.hero__showcase--orbit{--orbit-x: 132px;--orbit-y: 100px;min-height:400px}}@media(max-width:520px){.hero__showcase--orbit{--orbit-x: 102px;--orbit-y: 78px;min-height:320px}.hero__orbit-item,.hero__orbit-item--main,.hero__orbit-item--beef,.hero__orbit-item--chicken{width:72px;height:72px}.hero__orbit-item strong{top:calc(100% + 6px);max-width:120px;padding:.3rem .5rem;font-size:.5rem}}@media(prefers-reduced-motion:reduce){.hero__orbit-item,.hero__orbit-item strong{animation:none!important}.hero__orbit-item:nth-child(3){z-index:7;opacity:1;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * .7)) scale(1.3)}.hero__orbit-item:nth-child(3) strong{opacity:1}.hero__orbit-item:nth-child(4){transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * -.9),calc(var(--orbit-y) * -.2)) scale(.75)}.hero__orbit-item:nth-child(5){transform:translate(-50%,-50%) translate(calc(var(--orbit-x) * .9),calc(var(--orbit-y) * -.2)) scale(.75)}.hero__orbit-item:nth-child(6),.hero__orbit-item:nth-child(7){opacity:.55;transform:translate(-50%,-50%) translateY(calc(var(--orbit-y) * -.85)) scale(.58)}}.header{background:#fffcf7f5;border-bottom:1px solid var(--line);box-shadow:0 4px 18px #3026200a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__brand-row .logo__img{filter:none}.header__nav-bar a{color:var(--muted)}.header__nav-bar a:after{background:var(--red-dark)}.header__nav-bar a:hover{color:var(--red-dark)}.header__nav-bar>span{background:var(--gold);opacity:.55}.header__brand-row .nav__order{color:var(--ivory)!important;background:var(--red-dark);border-color:var(--red-dark);box-shadow:0 6px 16px #81221f29}.header__brand-row .nav__order svg{background:#ffffff24}.header__brand-row .nav__order:hover{color:var(--ivory)!important;background:var(--red);border-color:var(--red)}.header__menu{color:var(--black);border-color:var(--line)}.header__mobile-panel{background:#fffcf7fa;border-color:var(--line)}.header__mobile-panel a{color:var(--black)}.features{background:var(--ivory);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature{border-right:1px solid var(--line)}.feature__number{color:var(--red-dark)}.feature__label{color:var(--brown)}@media(max-width:980px){.feature:nth-child(n+4){border-top:1px solid var(--line)}}@media(max-width:640px){.feature,.feature:nth-child(3){border-bottom:1px solid var(--line)}}.why-identity{color:var(--brown);background:radial-gradient(circle at 50% 18%,rgba(200,153,61,.18),transparent 42%),linear-gradient(160deg,#f3ebe0,#e8dfd2)}.why-identity__rings,.why-identity__rings:after{border-color:#81221f24}.why-identity__logo{filter:none}.why-identity__stat strong{color:var(--red-dark)}.why-identity__stat span,.why-identity>p{color:var(--muted)}.why-content{background:var(--ivory);border-color:var(--line)}.order-panel{color:var(--brown);background:radial-gradient(circle at 92% 8%,rgba(200,153,61,.16),transparent 42%),var(--ivory);border:1px solid var(--line)}.order-panel .eyebrow{color:var(--red-dark)}.order-panel h2{color:var(--black)}.order-panel__intro{color:var(--muted)}.order-panel__action{color:var(--ivory);background:var(--red-dark)}.order-panel__action:hover{background:var(--red);color:var(--ivory)}.order-panel__company{border-top-color:var(--line)}.order-panel__company>span{color:var(--red-dark)}.order-panel__company>strong{color:var(--black)}.order-panel__company p{color:var(--muted)}.order-panel__company a{color:var(--red-dark)}.order-options{background:#fffdf9}.footer{color:var(--muted);background:var(--ivory);border-top:1px solid var(--line)}.footer__nav a{color:var(--muted)}.footer__nav a:hover{color:var(--red-dark)}.footer__brand p,.footer__copy{color:#3026207a}.hero__orbit-item strong{color:var(--black);background:#fffcf7f5;border:1px solid var(--line);box-shadow:0 8px 20px #3026201a}@media(max-width:760px){.header__menu{color:var(--black);border-color:var(--line)}}.hero__orbit-ring{background:transparent;border:1px solid rgba(48,38,32,.1);box-shadow:inset 0 0 0 1px #fffdf880,0 0 0 28px #c8993d0d}.hero__orbit-ring:before{border-color:#81221f1f}.hero__orbit-ring:after{background:var(--red-dark);box-shadow:0 0 0 7px #81221f14}@supports (display: definitely-not-a-display-value){:root{--black: #201b17;--brown: #352b25;--muted: #665e57;--cream: #f5efe5;--ivory: #fffdf8;--red: #a82b25;--red-dark: #7d211d;--gold: #bd8b37;--sage: #53654d;--sage-soft: #dfe5d9;--line: rgba(53, 43, 37, .13)}body{background:#eee6da}.eyebrow{color:var(--red-dark);font-size:.72rem;line-height:1.4}.hero{min-height:min(680px,calc(100svh - 78px));display:grid;align-items:center;background:linear-gradient(90deg,rgba(255,253,248,.76),transparent 58%),radial-gradient(circle at 82% 42%,rgba(83,101,77,.12),transparent 25rem),linear-gradient(120deg,#fffdf8,#f4e9d8 58%,#e8dbc8)}.hero h1{max-width:12ch;font-size:clamp(3rem,5.3vw,4.8rem);line-height:.92}.hero__tagline{max-width:31rem;color:#5b534d;font-size:1rem;line-height:1.65}.btn{min-height:48px;padding-inline:1.25rem;border-radius:12px}.btn--outline{color:var(--brown);background:#fffdf8b8;border-color:#352b2529}.features{background:var(--sage);border-color:transparent}.feature{border-color:#fffdf829}.feature__number{color:#f1c978}.feature__label{color:var(--ivory)}.products{background:linear-gradient(rgba(53,43,37,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(53,43,37,.035) 1px,transparent 1px),var(--ivory);background-size:32px 32px}.section-header>p,.why-content__intro,.order-panel__intro{color:var(--muted);font-size:.95rem}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{border-color:#352b2524;border-radius:8px;box-shadow:0 12px 30px #352b2514}.product-card__body{border-radius:5px}.product-card__tagline,.product-card__try,.product-card__ingredients li{font-size:.68rem}.product-card__order{min-height:44px;border-radius:8px}.build-set{background:radial-gradient(circle at 10% 8%,rgba(189,139,55,.16),transparent 24rem),linear-gradient(135deg,#f2eadf,#e8ede4)}.build-set__pick,.why-content,.order-panel,.order-options{border-color:#352b2524}.about{background:#eee6da}.why-identity{background:radial-gradient(circle at 50% 18%,rgba(241,201,120,.17),transparent 42%),linear-gradient(155deg,#52634d,#344230)}.why-identity__logo{filter:brightness(0) invert(1)}.why-identity__stat strong{color:#f1c978}.why-identity__stat span,.why-identity>p{color:#fffdf8b8}.contact{background:var(--ivory)}@media(max-width:640px){.hero{min-height:0;padding-top:2.35rem;padding-bottom:2.5rem}body .hero h1{max-width:11ch;font-size:clamp(2.55rem,12vw,3.25rem);line-height:.94}body .hero__tagline{font-size:.9rem;line-height:1.55}body .hero__showcase--orbit{min-height:285px;margin-top:.25rem}body .btn{min-height:46px;border-radius:10px;font-size:.72rem}.products,.about,.contact{padding:3.5rem 0}}.header__inner{width:min(1240px,calc(100% - 3rem))}.header__nav-bar{gap:2.35rem}.hero__inner{width:min(1240px,calc(100% - 3rem));grid-template-columns:minmax(0,.92fr) minmax(450px,1.08fr);gap:clamp(3rem,8vw,8rem)}.hero__content{position:relative;z-index:2}.hero__content:before{position:absolute;top:-2rem;left:-2.25rem;width:4rem;height:1px;content:"";background:var(--red-dark)}.hero__showcase--orbit{min-height:460px}.section-header{max-width:none;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;text-align:left}.section-header h2{max-width:13ch;font-size:clamp(2.6rem,4.2vw,4rem)}.section-header>p{max-width:30rem;justify-self:end;padding-bottom:.35rem}.products{padding-top:clamp(5rem,8vw,7.5rem);padding-bottom:clamp(5rem,8vw,7.5rem)}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{grid-column:span 2}.product-card:nth-child(-n+2){display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-column:span 3;min-height:390px}.product-card:nth-child(-n+2) .product-card__image-wrap{min-height:100%;border-radius:4px 0 0 4px}.product-card:nth-child(-n+2) .product-card__image,.product-card:nth-child(-n+2) .product-card__image-wrap .product-image-placeholder{width:min(235px,88%);height:220px}.product-card:nth-child(-n+2) .product-card__body{padding:1.55rem}.product-card:nth-child(-n+2) .product-card__name{font-size:1.35rem}.product-card:nth-child(-n+2) .product-card__tagline{font-size:.82rem}.product-card:nth-child(n+3) .product-card__image-wrap{min-height:225px}.product-card:nth-child(n+3) .product-card__image,.product-card:nth-child(n+3) .product-card__image-wrap .product-image-placeholder{width:min(190px,82%);height:175px}.product-card:nth-child(n+3) .product-card__body{padding:1.3rem}.product-card__kind,.product-card__ingredients-label{font-size:.62rem}.product-card__name{font-size:1.12rem}.product-card__tagline,.product-card__try{font-size:.75rem;line-height:1.5}.product-card__ingredients li{font-size:.62rem}.build-set{padding:clamp(5rem,8vw,7rem) 0}.build-set__shell{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:clamp(3rem,7vw,7rem)}.build-set__intro h2{font-size:clamp(3rem,5vw,4.5rem)}.build-set__stage{min-height:300px;border-radius:8px}.build-set__pick{min-height:96px;padding:.85rem 1rem}.build-set__pick-copy strong{font-size:1.05rem}.build-set__pick-copy small{font-size:.78rem}.build-set__summary{border-radius:8px}.about{position:relative;padding:clamp(5rem,8vw,7rem) 0;overflow:hidden;background:#25211d}.about:before{position:absolute;top:-12rem;right:-8rem;width:34rem;height:34rem;content:"";border:1px solid rgba(241,201,120,.15);border-radius:50%}.why-grid{gap:0;align-items:stretch}.why-identity,.why-content{border-radius:0}.why-content{padding:clamp(2.5rem,5vw,5rem)}.why-content h2{max-width:12ch;font-size:clamp(2.8rem,4.6vw,4.25rem)}.why-content__intro{max-width:34rem;font-size:1rem}.why-reason{padding:1.25rem 0}.why-reason h3{font-size:1rem}.why-reason p{font-size:.82rem}.why-trace{border-color:#fffdf81f;background:#fffdf80f}.why-trace p,.why-trace strong{color:#fffdf8b8}.why-trace p+p{border-color:#fffdf81a}.why-trace p>span{color:#f1c978}.contact{padding:clamp(5rem,8vw,7rem) 0}.order-layout{gap:0;max-width:1100px}.order-panel,.order-options{border-radius:0}.order-panel{padding:clamp(2.5rem,5vw,4.5rem)}.order-panel h2{font-size:clamp(2.7rem,4.5vw,4rem)}.order-options{padding:1.25rem}.order-option{min-height:120px}.footer{padding:2.75rem 0;background:#25211d;border-color:#fffdf81a}.footer__nav a,.footer__copy,.footer__brand p{color:#fffdf89e}@media(max-width:980px){.hero__inner,.build-set__shell{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child,.product-card:nth-child(-n+2){display:flex;grid-column:span 1;min-height:0}.product-card:nth-child(-n+2) .product-card__image-wrap{min-height:225px;border-radius:4px 4px 0 0}}@media(max-width:720px){.section-header{grid-template-columns:1fr}.section-header>p{justify-self:start}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.hero__content:before{display:none}.section-header h2{font-size:2.5rem}.build-set,.about,.contact{padding:4rem 0}.build-set__intro h2,.why-content h2,.order-panel h2{font-size:2.65rem}.why-content,.order-panel{padding:2rem 1.25rem}}}.header__nav-bar a,.header__nav a,.header__contact{font-size:.7rem}.hero__tagline{color:#655b53;font-size:.96rem;line-height:1.65}.hero__actions .btn--primary{min-height:48px;padding-inline:1.3rem;box-shadow:0 10px 24px #81221f33}.hero__actions .btn--outline{min-height:48px;color:#51463f;background:#fffdf8b8;border-color:#30262029;box-shadow:none}.features{background:#fffaf2}.feature__label{color:#4c423b;font-size:.7rem}.products{background:linear-gradient(180deg,rgba(255,253,248,.42),transparent 11rem),#f7f0e6;border-bottom:1px solid rgba(48,38,32,.1)}.products .container{width:min(1280px,calc(100% - 3rem))}.section-header>p,.why-content__intro,.order-panel__intro{color:#655b53;font-size:.94rem}.product-grid{gap:.85rem}.product-card,.product-card:nth-child(4),.product-card:nth-child(5),.product-card:last-child{border-color:#30262029;box-shadow:0 14px 30px #30262014}.product-card:hover{box-shadow:0 20px 42px #30262021}.product-card__body{background:#fffdf8f0;border:1px solid rgba(48,38,32,.06)}.product-card__kind,.product-card__ingredients-label{font-size:.64rem}.product-card__name{font-size:1.08rem}.product-card__tagline,.product-card__try{color:#655b53;font-size:.76rem;line-height:1.5}.product-card__ingredients li{color:#51463f;font-size:.62rem}.product-card__toggle{min-height:44px;font-size:.68rem}.product-card__order{min-height:44px;font-size:.7rem}.build-set{padding-top:clamp(3.5rem,6vw,5rem);padding-bottom:clamp(3.5rem,6vw,5rem);border-bottom:1px solid rgba(48,38,32,.1)}.build-set__shell{gap:clamp(1.5rem,4vw,3.5rem)}.build-set__intro>p{color:#655b53;font-size:1rem}.build-set__pick-copy small{color:#655b53;font-size:.78rem}.build-set__check{min-height:34px;display:inline-grid;place-items:center}.about,.contact{padding-top:clamp(3.75rem,6vw,5rem);padding-bottom:clamp(3.75rem,6vw,5rem)}.why-content__intro{line-height:1.65}.why-reason h3{font-size:.86rem}.why-reason p{color:#655b53;font-size:.72rem;line-height:1.55}.why-trace p{color:#655b53;font-size:.66rem;line-height:1.5}.why-trace strong{font-size:.72rem}.contact{background:#fffaf3}.order-layout{align-items:start}.order-panel,.order-options{min-height:0}.order-option{flex:0 0 auto;min-height:118px}.order-options__heading>div>span{font-size:.72rem}.order-options__heading small,.order-option__content>span{color:#655b53;font-size:.64rem}.order-option h3{font-size:.84rem}.order-option a{font-size:.7rem}.order-panel__company p{color:#655b53;font-size:.68rem}.order-panel__company a,.order-option a,.footer__nav a,.site-footer__reach a{display:inline-flex;min-height:24px;align-items:center}.build-set__call{display:flex;min-height:44px;align-items:center;justify-content:center}:where(a,button):focus-visible{outline:3px solid #c8993d;outline-offset:3px}@media(max-width:1080px){.products .container{width:min(1160px,calc(100% - 3rem))}}@media(max-width:640px){.products .container{width:100%}.hero__actions .btn,.header__menu,.product-card__order,.build-set__cta,.order-panel__action{min-height:44px}.header__menu{width:44px;height:44px}.section-header>p,.why-content__intro,.order-panel__intro{font-size:.9rem}.order-option{min-height:104px}}.products{padding-top:2.75rem;padding-bottom:2.75rem}.collection-header{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:end;max-width:none;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(48,38,32,.14);text-align:left}.collection-header h2{max-width:13ch;font-size:clamp(2.1rem,3.3vw,3rem)}.collection-header__aside{max-width:29rem;justify-self:end}.collection-header__count{display:inline-flex;align-items:baseline;gap:.45rem;margin:0 0 .45rem;padding:.35rem .6rem;background:#fffdf8e0;border:1px solid rgba(125,33,29,.16);border-radius:999px}.collection-header__count strong{color:var(--red-dark);font-size:.86rem;font-weight:900;line-height:1}.collection-header__count span{color:#6b5f56;font-size:.58rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.collection-header__copy{margin:0;color:#655b53;font-size:.84rem;font-weight:600;line-height:1.55;text-wrap:pretty}.products .product-grid{display:grid;grid-template-columns:1.08fr 1fr 1fr;grid-auto-flow:row;gap:1rem;align-items:stretch}.products .product-card,.products .product-card:nth-child(4),.products .product-card:nth-child(5),.products .product-card:last-child{display:grid;grid-template-columns:minmax(138px,.82fr) minmax(0,1.18fr);grid-column:span 1;min-height:240px;padding:.45rem;border-radius:18px}.products .product-card--featured{display:flex;grid-row:span 2;min-height:496px}.products .product-card:not(.product-card--featured) .product-card__image-wrap{min-height:100%;padding:1rem .6rem;border-radius:14px 0 0 14px}.products .product-card:not(.product-card--featured) .product-card__image,.products .product-card:not(.product-card--featured) .product-image-placeholder{width:min(145px,90%);height:145px}.products .product-card:not(.product-card--featured) .product-card__body{padding:.8rem;border-radius:0 14px 14px 0}.products .product-card:not(.product-card--featured) .product-card__name{font-size:1rem}.products .product-card:not(.product-card--featured) .product-card__tagline,.products .product-card:not(.product-card--featured) .product-card__try{font-size:.66rem}.products .product-card--featured .product-card__image-wrap{min-height:190px;padding:.9rem 1.5rem .6rem}.products .product-card--featured .product-card__image,.products .product-card--featured .product-image-placeholder{width:min(180px,76%);height:160px}.products .product-card--featured .product-card__body{padding:1.05rem}.products .product-card--featured .product-card__kind{font-size:.68rem}.products .product-card--featured .product-card__name{max-width:14ch;font-size:1.45rem}.products .product-card--featured .product-card__tagline{font-size:.8rem}.products .product-card--featured .product-card__try{font-size:.74rem}.products .product-card__ingredients{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.35rem .6rem;margin-top:.5rem}.products .product-card__ingredients-label{grid-column:1;grid-row:1;margin:0}.products .product-card__ingredients ul{grid-column:1 / -1;grid-row:2}.products .product-card__toggle{grid-column:2;grid-row:1;min-height:44px;margin:0;text-align:right}.products .product-card--featured .product-card__ingredients li{font-size:.68rem}@media(max-width:1080px){.products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products .product-card,.products .product-card:nth-child(4),.products .product-card:nth-child(5),.products .product-card:last-child{display:flex;min-height:0}.products .product-card--featured{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);grid-column:1 / -1;grid-row:auto}.products .product-card--featured .product-card__image-wrap{min-height:100%}.products .product-card:not(.product-card--featured) .product-card__image-wrap{min-height:220px;border-radius:14px 14px 0 0}.products .product-card:not(.product-card--featured) .product-card__body{border-radius:0 0 14px 14px}}@media(max-width:720px){.collection-header{grid-template-columns:1fr;gap:1rem}.collection-header__aside{justify-self:start;max-width:100%}.collection-header__count{margin-bottom:.4rem}.collection-header__count strong{font-size:.8rem}.collection-header__copy{font-size:.78rem}.products .product-grid{display:flex;width:calc(100% + 1rem);gap:.8rem;padding:0 1rem .75rem 0;overflow-x:auto;scroll-padding-left:0;scroll-snap-type:x mandatory;scrollbar-width:thin}.products .product-card,.products .product-card:nth-child(4),.products .product-card:nth-child(5),.products .product-card:last-child,.products .product-card--featured{display:flex;flex:0 0 min(82vw,320px);min-height:0;scroll-snap-align:start}.products .product-card--featured .product-card__image-wrap,.products .product-card:not(.product-card--featured) .product-card__image-wrap{min-height:160px;border-radius:14px 14px 0 0}.products .product-card--featured .product-card__image,.products .product-card--featured .product-image-placeholder{width:min(160px,72%);height:145px}.products .product-card--featured .product-card__body,.products .product-card:not(.product-card--featured) .product-card__body{padding:.85rem;border-radius:0 0 14px 14px}}.build-set{padding:2.4rem 0}.build-set__header{margin-bottom:.85rem;padding-bottom:.75rem}.build-set__header h2{font-size:clamp(2.1rem,3.2vw,3rem)}.build-set__header>div:first-child>p:last-child{margin-top:.55rem;font-size:.84rem}.build-set__workspace{gap:.8rem}.build-set__preview{min-height:470px;top:5.65rem}.build-set__preview .build-set__stage{min-height:340px;padding:1.2rem .75rem}.build-set__preview .build-set__stage:before{width:220px;height:220px}.build-set__preview .build-set__stage-item{width:112px;height:112px;transform:translate(calc((var(--i) - (var(--n) - 1) / 2) * 42px)) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 7deg))}.build-set__builder-heading{padding:.62rem .85rem}.build-set .build-set__pick{min-height:98px;padding:.55rem .65rem}.build-set .build-set__pick:last-child{min-height:98px}.build-set__summary{padding:.85rem}.about{padding:2.6rem 0}.why-identity{min-height:390px}.why-content{padding:1.3rem}.why-content h2{font-size:clamp(2rem,3.2vw,2.8rem)}.why-content__intro{margin-top:.65rem;font-size:.84rem;line-height:1.5}.why-reasons{margin-top:.55rem}.why-reason{padding:.65rem 0}.why-reason h3{font-size:.8rem}.why-reason p{margin-top:.1rem;font-size:.66rem}.why-trace{margin-top:.65rem}.why-trace p{padding:.65rem .75rem;font-size:.6rem}@media(max-width:980px){.build-set__preview{min-height:320px}.build-set__preview .build-set__stage{min-height:210px}.about{padding:2.35rem 0}}@media(max-width:640px){.build-set{padding:2.35rem 0}.build-set__preview{min-height:270px}.build-set__preview .build-set__stage{min-height:160px;padding:.75rem .5rem}.build-set__preview .build-set__stage:before{width:160px;height:160px}.build-set__preview .build-set__stage-item{width:78px;height:78px;transform:translate(calc((var(--i) - (var(--n) - 1) / 2) * 30px)) rotate(calc((var(--i) - (var(--n) - 1) / 2) * 7deg))}.build-set .build-set__pick,.build-set .build-set__pick:last-child{min-height:78px}.about{padding:2.1rem 0}.why-content{padding:1rem}.why-content h2{font-size:1.9rem}}.products .product-card__order{display:inline-flex;align-items:center;justify-content:center;width:auto;max-width:100%;box-sizing:border-box;align-self:flex-start;gap:.45rem;margin-top:auto;min-height:38px;padding:.45rem .5rem .45rem .8rem;color:#fff8eb;background:var(--red-dark);border:1px solid var(--red-dark);border-radius:999px;box-shadow:0 6px 14px #81221f24;font-size:.68rem;font-weight:800;letter-spacing:.02em;line-height:1.1;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.products .product-card__order span[aria-hidden=true]{display:grid;flex-shrink:0;width:1.35rem;height:1.35rem;color:var(--red-dark);background:var(--gold-soft);border-radius:50%;font-size:.65rem;place-items:center;transition:transform .2s ease,background .2s ease}.products .product-card__order:hover{background:#7a1a17;border-color:#7a1a17;box-shadow:0 8px 18px #81221f33;transform:translateY(-1px)}.products .product-card__order:hover span[aria-hidden=true]{background:#fff8eb;transform:translate(2px)}.products .product-card--featured .product-card__order{padding-left:.85rem;font-size:.7rem}@media(max-width:720px){.products .product-card__order{min-height:36px;padding:.4rem .45rem .4rem .75rem;font-size:.66rem}.products .product-card__order span[aria-hidden=true]{width:1.25rem;height:1.25rem;font-size:.6rem}}.product-card__try{margin:.45rem 0 0;color:#3026209e;font-size:.76rem;font-weight:700}.product-card__try span{margin-right:.3rem;color:var(--red-dark);font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.site-footer{padding:0;color:#fff8ebc7;background:radial-gradient(circle at 10% 0%,rgba(200,153,61,.22),transparent 42%),linear-gradient(160deg,#7a2420,#4e1613)}.site-footer__inner{padding:.95rem 0 .75rem}.site-footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1.25rem;padding-bottom:.7rem;border-bottom:1px solid rgba(255,248,235,.12)}.site-footer__logo-link{display:inline-flex;flex-shrink:0}.site-footer__logo-link img{width:96px;height:auto;max-height:34px;object-fit:contain;filter:brightness(0) invert(1)}.site-footer__tag{flex:1;min-width:12rem;margin:0;color:#fff8eb9e;font-size:.78rem;font-weight:600}.site-footer__reach{display:flex;flex-wrap:wrap;gap:.55rem 1rem}.site-footer__reach a{color:#fff8ebd1;font-size:.78rem;font-weight:700;text-decoration:none}.site-footer__reach a:hover{color:var(--gold-soft)}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem .85rem;padding-top:.55rem}.site-footer__bottom p{margin:0;color:#fff8eb73;font-size:.68rem;font-weight:600}@media(max-width:640px){.site-footer__row{flex-direction:column;align-items:flex-start}}.gift,.why,.supply,.products{padding:clamp(1.55rem,3vw,2.2rem) 0;border-top:1px solid var(--line)}.gift{--gift-count: 5;background:transparent}.why,.supply{background:transparent}.collection-head{display:grid;gap:.3rem;max-width:34rem;margin:0 0 1.1rem;text-align:left}.collection-head .eyebrow{position:relative;display:inline-flex;align-items:center;gap:.5rem;margin:0;width:fit-content;font-size:.62rem}.collection-head .eyebrow:before{width:1rem;height:1px;background:var(--gold);content:""}.collection-head h2{margin:0;color:var(--black);font-size:clamp(1.5rem,2.7vw,2rem);font-weight:900;line-height:1.05;letter-spacing:-.04em}.collection-head h2 em,.hero h1 em{color:var(--red-dark);font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:600}.collection-head__copy{max-width:30rem;margin:0;color:var(--muted);font-size:.82rem;font-weight:600;line-height:1.4}@media(max-width:640px){.collection-head{margin-bottom:.95rem}.collection-head h2{font-size:clamp(1.4rem,6.2vw,1.75rem)}}.gift__catalog{padding-right:0}.gift__tiles{display:grid;gap:.65rem}.gift__tile{position:relative;display:grid;gap:.55rem;min-width:0;padding:.7rem .65rem .75rem;text-align:left;color:inherit;background:#fffdf8d1;border:1px solid rgba(48,38,32,.08);border-radius:16px;cursor:pointer;font-family:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.gift__tile:hover{transform:translateY(-2px);border-color:#81221f38}.gift__tile.is-on{background:#fffdf8;border-color:#81221f66;box-shadow:0 12px 26px #3026201a}.gift__tile-media{display:grid;place-items:center;aspect-ratio:1;background:var(--bg, #f3e6c8);border-radius:14px}.gift__tile-media img,.gift__tile-media .product-image-placeholder{width:72%;height:72%;object-fit:contain}.gift__tile-copy{display:grid;gap:.18rem;min-width:0}.gift__tile-copy em{color:var(--red-dark);font-size:.55rem;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gift__tile-copy strong{display:-webkit-box;overflow:hidden;color:var(--black);font-size:.78rem;font-weight:900;line-height:1.2;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gift__tile-mark{position:absolute;top:.55rem;right:.55rem;display:grid;place-items:center;width:1.45rem;height:1.45rem;color:var(--muted);background:#fffdf8eb;border:1px solid rgba(48,38,32,.1);border-radius:50%;font-size:.72rem;font-weight:800}.gift__tile.is-on .gift__tile-mark{color:#fff8eb;background:var(--red-dark);border-color:var(--red-dark)}.gift--compact .gift__catalog{max-height:none;overflow:visible}.gift--compact .gift__tiles{grid-template-columns:repeat(var(--gift-count),minmax(0,1fr))}.gift--compact[data-count="1"] .gift__tiles,.gift--compact[data-count="2"] .gift__tiles,.gift--compact[data-count="3"] .gift__tiles{width:min(100%,calc(var(--gift-count) * 11.5rem))}.gift--compact .gift__chips{flex-wrap:wrap;overflow:visible}.gift--catalog .gift__catalog{max-height:min(26rem,54vh);overflow:auto;padding-right:.2rem;scrollbar-gutter:stable;border:1px solid rgba(48,38,32,.08);border-radius:16px;background:#fffdf859;padding:.65rem}.gift--catalog .gift__tiles{grid-template-columns:repeat(auto-fill,minmax(9.25rem,1fr))}.gift--catalog .gift__bar{position:sticky;bottom:.65rem;z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gift--catalog .gift__chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:thin}.gift__bar,.supply__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem 1.25rem;margin-top:1rem;padding:.85rem 1rem;background:#fffdf8f5;border:1px solid rgba(48,38,32,.1);border-radius:16px;box-shadow:0 10px 24px #3026200f}.gift__selected{display:grid;gap:.45rem;min-width:0;flex:1}.gift__selected>span{color:var(--red-dark);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.gift__chips{display:flex;gap:.4rem}.gift__chip{display:inline-flex;flex-shrink:0;align-items:center;gap:.4rem;max-width:100%;padding:.28rem .55rem .28rem .28rem;color:inherit;background:var(--bg, #f3e6c8);border:1px solid rgba(48,38,32,.08);border-radius:999px;cursor:pointer;font-family:inherit}.gift__chip img,.gift__chip .product-image-placeholder{width:22px;height:22px;object-fit:contain;background:#fffdf8b3;border-radius:50%}.gift__chip em{max-width:7.5rem;overflow:hidden;color:var(--black);font-size:.68rem;font-style:normal;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.gift__actions,.supply__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;flex-shrink:0}.gift__cta,.supply__cta{display:inline-flex;align-items:center;gap:.45rem;min-height:42px;padding:.5rem .5rem .5rem .9rem;color:#fff8eb;background:var(--red-dark);border-radius:999px;font-size:.74rem;font-weight:900;text-decoration:none;box-shadow:0 8px 18px #81221f29;transition:transform .2s ease,background .2s ease}.gift__cta span,.supply__cta span{display:grid;place-items:center;width:1.45rem;height:1.45rem;color:var(--red-dark);background:var(--gold-soft);border-radius:50%;font-size:.68rem}.gift__cta:hover,.supply__cta:hover{background:#7a1a17;transform:translateY(-1px)}.gift__call,.supply__call{color:var(--muted);font-size:.78rem;font-weight:700;text-decoration:none}.gift__call:hover,.supply__call:hover{color:var(--red-dark)}.supply__reach{display:grid;gap:.25rem;min-width:0;flex:1}.supply__reach span{color:var(--red-dark);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.supply__reach a{color:var(--brown);font-size:.82rem;font-weight:800;text-decoration:none;word-break:break-word}.supply__reach a:hover{color:var(--red-dark)}.supply__bar{margin-top:0}@media(max-width:900px){.gift--compact .gift__tiles{grid-template-columns:repeat(auto-fit,minmax(8.75rem,1fr));width:100%}}@media(max-width:640px){.gift--catalog .gift__catalog{max-height:min(22rem,48vh)}.gift--catalog .gift__tiles,.gift--compact .gift__tiles{grid-template-columns:repeat(auto-fill,minmax(8.25rem,1fr))}.gift__bar,.supply__bar{flex-direction:column;align-items:stretch}.gift__actions,.supply__actions{justify-content:space-between}.gift--catalog .gift__bar{bottom:.35rem}}.why__reasons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(58,36,22,.12);border-bottom:1px solid rgba(58,36,22,.12)}.why__reason{display:grid;gap:.28rem;padding:.85rem 1rem .85rem 0}.why__reason+.why__reason{padding-left:1rem;border-left:1px solid rgba(214,166,56,.45)}.why__reason span{color:var(--gold);font-size:.62rem;font-weight:800;letter-spacing:.12em}.why__reason h3{margin:0;color:var(--black);font-size:.95rem;font-weight:900;letter-spacing:-.02em;line-height:1.15}.why__reason p{margin:0;color:var(--muted);font-size:.78rem;font-weight:600;line-height:1.4}.why__promises{display:flex;flex-wrap:wrap;gap:.35rem .85rem;margin:.85rem 0 0;padding:0;list-style:none}.why__promises li{color:#3a24168c;font-size:.68rem;font-weight:700;letter-spacing:.04em}.why__promises li+li:before{margin-right:.85rem;color:var(--gold);content:"·"}@media(max-width:720px){.why__reasons{grid-template-columns:1fr}.why__reason{padding:.7rem 0}.why__reason+.why__reason{padding-left:0;border-left:0;border-top:1px solid rgba(214,166,56,.35)}}.cook{display:grid;gap:.45rem;margin:-.15rem 0 1.15rem}.cook__row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .15rem}.cook__label{margin-right:.45rem;color:var(--red-dark);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.cook__dish{padding:.35rem .7rem;color:var(--brown);background:transparent;border:0;border-bottom:1px solid transparent;cursor:pointer;font-family:inherit;font-size:.84rem;font-weight:800;letter-spacing:-.01em;transition:color .2s ease,border-color .2s ease,transform .2s ease}.cook__dish:hover{color:var(--red-dark)}.cook__dish.is-on{color:var(--red-dark);border-bottom-color:var(--gold)}.cook__clear{margin-left:.35rem;padding:.35rem .65rem;color:var(--muted);background:transparent;border:1px solid rgba(58,36,22,.14);border-radius:999px;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:800;transition:color .2s ease,border-color .2s ease}.cook__clear:hover{color:var(--red-dark);border-color:#9e0f0c47}.cook__note{margin:0;min-height:1.2em;color:var(--muted);font-size:.78rem;font-weight:600;line-height:1.35}.product-grid.is-filtering .product-card.is-dimmed{opacity:.38;filter:grayscale(.25);transform:scale(.985)}.product-grid.is-filtering .product-card.is-matched{outline:1px solid rgba(158,15,12,.28);box-shadow:0 0 0 4px #d6a6382e,0 18px 40px #3a24161f;transform:translateY(-4px);z-index:1}.product-card.is-matched .product-card__kind:after{margin-left:.4rem;color:var(--gold);content:"· for tonight";font-size:.58rem;letter-spacing:.08em;text-transform:uppercase}@media(prefers-reduced-motion:reduce){.product-grid.is-filtering .product-card.is-dimmed,.product-grid.is-filtering .product-card.is-matched{transform:none}}@media(max-width:640px){.cook__label{width:100%;margin:0 0 .15rem}.cook__dish{padding:.4rem .55rem;font-size:.8rem}}body .hero{padding:clamp(1.35rem,2.8vw,2rem) 0 clamp(1.5rem,3vw,2.25rem)}body .hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(280px,.78fr);gap:clamp(1.1rem,2.5vw,2rem);align-items:center}body .hero h1{font-size:clamp(1.85rem,3.4vw,2.75rem);line-height:1.02;letter-spacing:-.045em}body .hero__tagline{margin-top:.65rem;max-width:28rem;font-size:.86rem;line-height:1.45}body .hero__actions{margin-top:1rem;gap:.55rem}body .hero__actions .btn,body .hero__actions .btn--primary,body .hero__actions .btn--outline{min-height:40px;padding:.45rem .95rem;font-size:.74rem}body .hero__showcase--orbit{--orbit-x: 112px;--orbit-y: 84px;min-height:300px}body .hero__orbit-item,body .hero__orbit-item--main,body .hero__orbit-item--beef,body .hero__orbit-item--chicken{width:84px;height:84px}body .hero__orbit-item strong{top:calc(100% + 6px);max-width:140px;padding:.28rem .5rem;font-size:.52rem}body .hero__orbit-label{padding:.45rem .65rem}body .hero__orbit-label span{font-size:.56rem}@media(max-width:980px){body .hero__inner{grid-template-columns:1fr;gap:1rem}body .hero__showcase--orbit{--orbit-x: 100px;--orbit-y: 76px;min-height:280px}}@media(max-width:520px){body .hero{padding:1.15rem 0 1.35rem}body .hero h1{font-size:clamp(1.7rem,8.5vw,2.2rem)}body .hero__showcase--orbit{--orbit-x: 86px;--orbit-y: 66px;min-height:240px}body .hero__orbit-item,body .hero__orbit-item--main,body .hero__orbit-item--beef,body .hero__orbit-item--chicken{width:64px;height:64px}}@media(max-width:720px){.products .product-grid{align-items:stretch}.products .product-card,.products .product-card:nth-child(4),.products .product-card:nth-child(5),.products .product-card:last-child,.products .product-card--featured{display:flex;flex-direction:column;flex:0 0 min(80vw,300px);width:min(80vw,300px);height:26.5rem;min-height:26.5rem;max-height:26.5rem}.products .product-card--featured .product-card__image-wrap,.products .product-card:not(.product-card--featured) .product-card__image-wrap,.products .product-card__image-wrap{flex:0 0 9.5rem;min-height:9.5rem;max-height:9.5rem;padding:.85rem .75rem;border-radius:14px 14px 0 0}.products .product-card--featured .product-card__image,.products .product-card--featured .product-image-placeholder,.products .product-card:not(.product-card--featured) .product-card__image,.products .product-card:not(.product-card--featured) .product-image-placeholder,.products .product-card__image,.products .product-card__image-wrap .product-image-placeholder{width:min(132px,70%);height:120px}.products .product-card--featured .product-card__body,.products .product-card:not(.product-card--featured) .product-card__body,.products .product-card__body{display:flex;flex:1;flex-direction:column;min-height:0;padding:.75rem .8rem .85rem;border-radius:0 0 14px 14px}.products .product-card--featured .product-card__name,.products .product-card .product-card__name{max-width:none;min-height:2.4em;font-size:.98rem;line-height:1.2;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products .product-card--featured .product-card__kind,.products .product-card__kind{font-size:.58rem}.products .product-card--featured .product-card__tagline,.products .product-card--featured .product-card__try,.products .product-card__tagline,.products .product-card__try{min-height:0;font-size:.68rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.products .product-card__order{margin-top:auto}}.cook__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.cook__top .cook__label,.cook__top .cook__clear{margin:0}.mobile-order,.hero__strip{display:none}@media(max-width:720px){body .hero__showcase--orbit{display:none!important}.hero__strip{display:grid;gap:.55rem;margin-top:.25rem}.hero__strip-label{margin:0;color:var(--red-dark);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero__strip-track{display:flex;gap:.65rem;padding:.15rem .15rem .55rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.hero__strip-item{display:grid;gap:.4rem;flex:0 0 6.75rem;color:inherit;text-decoration:none;scroll-snap-align:start}.hero__strip-media{display:grid;place-items:center;aspect-ratio:1;background:var(--bg, #f3e6c8);border-radius:16px;border:1px solid rgba(48,38,32,.08)}.hero__strip-media img,.hero__strip-media .product-image-placeholder{width:72%;height:72%;object-fit:contain}.hero__strip-item strong{color:var(--black);font-size:.68rem;font-weight:800;line-height:1.2;text-align:center}body .hero__inner{grid-template-columns:1fr;gap:1.1rem}body .hero{padding-bottom:1.1rem}.cook__row{flex-wrap:nowrap;gap:.45rem;padding:.1rem 0 .35rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cook__row::-webkit-scrollbar{display:none}.cook__dish{flex:0 0 auto;min-height:2.4rem;padding:.45rem .85rem;background:#fffdf8eb;border:1px solid rgba(48,38,32,.1);border-bottom-width:1px;border-radius:999px;font-size:.78rem;scroll-snap-align:start}.cook__dish.is-on{color:#fff8eb;background:var(--red-dark);border-color:var(--red-dark)}.mobile-order{position:fixed;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom));background:#fffcf7f5;border-top:1px solid rgba(48,38,32,.1);box-shadow:0 -10px 28px #3026201a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.mobile-order__cta{display:inline-flex;flex:1;align-items:center;justify-content:center;gap:.45rem;min-height:46px;padding:.55rem .9rem;color:#fff8eb;background:var(--red-dark);border-radius:999px;font-size:.8rem;font-weight:900;text-decoration:none;box-shadow:0 8px 18px #81221f2e}.mobile-order__cta span{display:grid;place-items:center;width:1.4rem;height:1.4rem;color:var(--red-dark);background:var(--gold-soft);border-radius:50%;font-size:.7rem}.mobile-order__call{flex-shrink:0;min-height:46px;padding:.55rem .85rem;color:var(--brown);font-size:.8rem;font-weight:800;text-decoration:none;border:1px solid rgba(48,38,32,.14);border-radius:999px;display:inline-flex;align-items:center}.site{padding-bottom:calc(4.75rem + env(safe-area-inset-bottom))}.site-footer{margin-bottom:0}}@media(min-width:721px){.hero__strip,.mobile-order{display:none!important}}
