:root{
  --cream:#f2eadb;
  --cream-2:#e7dcc8;
  --paper:#f7f1e7;
  --paper-2:#fffaf4;
  --green:#0d2b1f;
  --green-2:#153c2b;
  --green-deep:#07170f;
  --olive:#b7902f;
  --pistachio:#d4af37;
  --pistachio-soft:#ead48a;
  --muted:#6b695f;
  --white:#fffdf8;
  --line:rgba(38,54,31,.10);
  --shadow:0 24px 70px rgba(24,35,18,.14);
  --shadow-soft:0 16px 40px rgba(24,35,18,.08);
  --radius:30px;
  --header-h:84px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--green-deep);font-family:Arial,Helvetica,sans-serif;line-height:1.6;overflow-x:hidden}
body.nav-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
figure{margin:0}
button,input,textarea{font:inherit}
button{color:inherit}
h1,h2,h3,p{overflow-wrap:break-word}
main{min-height:55vh}
.container{width:min(1240px,calc(100% - clamp(28px,5vw,64px)));margin-inline:auto;min-width:0}
.muted{color:var(--muted)}
.skip-link{position:fixed;left:12px;top:12px;z-index:1000;background:var(--green);color:white;padding:10px 14px;border-radius:10px;transform:translateY(-180%)}
.skip-link:focus{transform:none}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.74rem;line-height:1.35;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--olive)}
.eyebrow:before{content:"";width:28px;height:1px;background:currentColor;flex:0 0 auto}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(248,243,233,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(38,54,31,.075)}
.header-inner{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:28px;position:relative;z-index:3}
.brand{display:inline-block;font-family:Impact,Haettenschweiler,'Arial Narrow Bold','Arial Narrow',sans-serif;font-size:2.35rem;letter-spacing:.025em;color:var(--green);line-height:.8;transform:scaleX(.86);transform-origin:left center;white-space:nowrap}
.main-nav{display:flex;align-items:center;gap:26px;font-weight:800;font-size:.9rem}
.main-nav a{position:relative;white-space:nowrap}
.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;background:var(--pistachio);transition:right .25s ease}
.main-nav a:hover::after,.main-nav a.active::after{right:0}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 23px;border-radius:999px;background:var(--green);color:var(--white);font-weight:900;border:1px solid var(--green);transition:transform .2s ease,background .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center}
.nav-cta:hover,.btn:hover{transform:translateY(-2px);background:var(--green-deep);box-shadow:0 10px 26px rgba(20,32,18,.18)}
.btn.secondary{background:transparent;color:var(--green);border-color:rgba(38,54,31,.25)}
.btn.secondary:hover{background:rgba(255,255,255,.55);box-shadow:none}
.btn.light{background:var(--paper-2);color:var(--green);border-color:var(--paper-2)}
.btn.light:hover{background:white}
.nav-toggle{display:none;border:1px solid rgba(47,61,34,.2);background:rgba(255,255,255,.45);border-radius:999px;min-height:42px;padding:0 15px;font-weight:900;align-items:center;gap:9px;cursor:pointer}
.nav-toggle i,.nav-toggle i:before,.nav-toggle i:after{display:block;width:17px;height:2px;background:currentColor;content:"";transition:.2s ease;position:relative}
.nav-toggle i:before{position:absolute;top:-5px}.nav-toggle i:after{position:absolute;top:5px}
.nav-toggle[aria-expanded="true"] i{background:transparent}.nav-toggle[aria-expanded="true"] i:before{top:0;transform:rotate(45deg)}.nav-toggle[aria-expanded="true"] i:after{top:0;transform:rotate(-45deg)}
.nav-backdrop{display:none;position:fixed;inset:var(--header-h) 0 0;border:0;background:rgba(20,32,18,.32);backdrop-filter:blur(3px);z-index:1}

/* Hero */
.hero{padding:30px 0 64px;position:relative}
.hero:before{content:"";position:absolute;inset:0 0 auto;height:86%;background:radial-gradient(circle at 84% 10%,rgba(184,170,104,.18),transparent 31%),radial-gradient(circle at 4% 58%,rgba(38,54,31,.07),transparent 28%);pointer-events:none}
.hero-slider{position:relative;border-radius:38px;overflow:hidden;background:var(--green);box-shadow:var(--shadow);border:1px solid rgba(38,54,31,.08)}
.hero-slide{display:none;grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);min-height:635px;align-items:stretch}
.hero-slide.active{display:grid}
.hero-copy{padding:74px clamp(38px,5vw,62px) 74px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#e9dfcf 0%,#f6efe4 66%,#eee2cf 100%);position:relative;z-index:2;min-width:0}
.hero-copy:after{content:"PISTALATTE";position:absolute;left:clamp(30px,4vw,55px);bottom:10px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(4.3rem,7vw,6.4rem);line-height:1;color:rgba(38,54,31,.035);transform:scaleX(.84);transform-origin:left bottom;pointer-events:none}
.hero-copy h1{margin:.16em 0 .2em;font-family:Impact,Haettenschweiler,'Arial Narrow Bold','Arial Narrow',sans-serif;font-weight:400;letter-spacing:.005em;font-size:clamp(4.5rem,7.5vw,7.7rem);line-height:.82;color:var(--green);transform:scaleX(.89);transform-origin:left center;max-width:690px}
.hero-lead{font-size:clamp(1rem,1.4vw,1.16rem);max-width:575px;color:#4f5547;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.hero-proof{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;position:relative;z-index:1}
.hero-proof span{font-size:.67rem;font-weight:900;letter-spacing:.13em;border:1px solid rgba(38,54,31,.15);padding:7px 10px;border-radius:999px;color:#5f6455;background:rgba(255,255,255,.3)}
.hero-visual{position:relative;background:#d8ccb6;min-width:0;isolation:isolate;overflow:hidden}
.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,32,18,.08),transparent 28%),linear-gradient(0deg,rgba(20,32,18,.14),transparent 44%);pointer-events:none;z-index:1}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-chip{position:absolute;z-index:3;padding:10px 14px;border-radius:999px;background:rgba(255,253,248,.9);backdrop-filter:blur(10px);font-size:.68rem;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--green);box-shadow:0 10px 30px rgba(24,35,18,.13)}
.chip-top{right:22px;top:22px}.chip-bottom{left:22px;bottom:22px}
.slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:7px;z-index:6;padding:7px 9px;border-radius:999px;background:rgba(255,253,248,.78);backdrop-filter:blur(8px);box-shadow:0 8px 20px rgba(20,32,18,.1)}
.slider-dot{width:9px;height:9px;padding:0;border-radius:50%;border:1px solid var(--green);background:transparent;cursor:pointer}
.slider-dot.active{background:var(--green)}

.brand-ribbon{overflow:hidden;background:var(--green-deep);color:#ece3d2;border-block:1px solid rgba(255,255,255,.05)}
.brand-ribbon-track{width:max-content;display:flex;align-items:center;gap:28px;padding:14px 0;font-size:.73rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;animation:ribbon 32s linear infinite}
.brand-ribbon-track i{color:var(--pistachio);font-style:normal}
@keyframes ribbon{to{transform:translateX(-38%)}}

/* Global sections */
.section{padding:92px 0}
.section.compact{padding:64px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:38px}
.section-head>div{min-width:0}
.section-head h2,.content-hero h1,.intro-copy h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold','Arial Narrow',sans-serif;font-weight:400;letter-spacing:.01em;color:var(--green);font-size:clamp(3rem,5.2vw,5.2rem);line-height:.92;margin:.17em 0;transform:scaleX(.92);transform-origin:left center}
.section-head p{max-width:560px;color:var(--muted);margin:0 0 8px}
.text-link{font-weight:900;color:var(--green);display:inline-flex;gap:8px;align-items:center}
.text-link.large{font-size:1rem}
.text-link:hover{color:var(--olive)}

/* Editorial intro */
.intro-section{background:linear-gradient(180deg,var(--paper),#f2eadc)}
.intro-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(45px,7vw,90px);align-items:center}
.intro-copy{min-width:0}
.intro-copy h2{font-size:clamp(3.6rem,6vw,6.1rem);margin:.16em 0 .26em}
.intro-copy h2 em{font-style:normal;color:var(--olive)}
.intro-copy>p{font-size:1.07rem;color:#55594e;max-width:640px}
.mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:32px 0}
.mini-stats>div{padding:18px 12px;border-top:1px solid rgba(38,54,31,.18);min-width:0}
.mini-stats strong{display:block;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:400;font-size:2.15rem;color:var(--green);letter-spacing:.04em}
.mini-stats span{display:block;color:var(--muted);font-size:.8rem;line-height:1.45}
.editorial-mosaic{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);grid-template-rows:minmax(190px,1fr) minmax(190px,1fr);gap:14px;min-height:650px;position:relative;min-width:0}
.editorial-mosaic figure{position:relative;border-radius:28px;overflow:hidden;background:var(--cream);box-shadow:var(--shadow-soft)}
.editorial-mosaic figure img{width:100%;height:100%;object-fit:cover}
.mosaic-main{grid-row:1/3}
.mosaic-main figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,253,248,.9);color:var(--green);border-radius:999px;padding:8px 12px;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.mosaic-small{min-height:0}
.visual-label{position:absolute;right:13px;bottom:13px;padding:7px 10px;border-radius:999px;background:var(--green);color:var(--paper-2);font-size:.6rem;font-weight:900;letter-spacing:.1em}
.story-stamp{position:absolute;left:46%;top:50%;z-index:3;width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--green);color:var(--paper-2);border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 38px rgba(20,32,18,.24);transform:translate(-50%,-50%) rotate(-8deg)}
.story-stamp img{width:28px;height:28px;margin-bottom:5px}
.story-stamp strong,.story-stamp span{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:1.35rem;line-height:.88;letter-spacing:.05em}
.story-stamp span{color:var(--pistachio-soft)}

/* Features */
.feature-section{background:#f5efe5}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.feature-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.feature-card{position:relative;overflow:hidden;background:rgba(255,253,248,.74);padding:30px;border-radius:26px;border:1px solid rgba(47,61,34,.08);min-height:238px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.feature-card:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;background:var(--pistachio-soft);opacity:.16;right:-42px;top:-42px}
.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);background:white}
.feature-card .num{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:2.3rem;color:var(--pistachio)}
.feature-card h3{margin:27px 0 7px;font-size:1.17rem;color:var(--green)}
.feature-card p{margin:0}

/* Hot / iced */
.serving-section{background:var(--green-deep);color:var(--paper-2);position:relative;overflow:hidden}
.serving-section:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(184,170,104,.13);border-radius:50%;right:-160px;top:-220px}
.inverted-head h2{color:var(--paper-2)}
.inverted-head p{color:#c9c6bb}
.serving-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.serve-card{position:relative;min-height:570px;border-radius:34px;overflow:hidden;isolation:isolate;background:#746d48;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.serve-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s ease}
.serve-card:hover img{transform:scale(1.035)}
.serve-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,32,18,.02) 18%,rgba(20,32,18,.87) 100%);z-index:1}
.serve-card.cold .serve-overlay{background:linear-gradient(180deg,rgba(51,56,24,.02) 18%,rgba(39,47,23,.84) 100%)}
.serve-content{position:absolute;left:34px;right:34px;bottom:34px;z-index:2}
.serve-content>span{font-size:.71rem;letter-spacing:.17em;text-transform:uppercase;font-weight:900;color:var(--pistachio-soft)}
.serve-content h3{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:400;font-size:clamp(3.1rem,5vw,5rem);line-height:.88;margin:8px 0 12px;letter-spacing:.02em}
.serve-content p{max-width:520px;margin:0;color:#ece9df}

/* Visual story gallery */
.visual-story-section{background:var(--paper)}
.visual-story-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-template-rows:repeat(2,minmax(225px,1fr));gap:18px;min-height:610px}
.visual-story-card{position:relative;border-radius:30px;overflow:hidden;background:var(--cream);min-width:0;box-shadow:var(--shadow-soft)}
.visual-story-card.visual-wide{grid-row:1/3}
.visual-story-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.visual-story-card:hover img{transform:scale(1.025)}
.visual-story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(20,32,18,.72));pointer-events:none}
.visual-story-card figcaption{position:absolute;left:24px;right:24px;bottom:22px;z-index:2;color:white;display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:baseline}
.visual-story-card figcaption span{font-size:.68rem;letter-spacing:.14em;color:var(--pistachio-soft);font-weight:900}
.visual-story-card figcaption strong{font-size:1.35rem}
.visual-story-card figcaption small{grid-column:2;color:#e6e3da;font-size:.78rem}

/* Products */
.products-section,.products-page-list{background:#efe6d8}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-card{overflow:hidden;border-radius:28px;background:var(--paper-2);border:1px solid rgba(47,61,34,.08);box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease;min-width:0}
.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 54px rgba(43,49,30,.13)}
.product-card-media{aspect-ratio:4/3;background:var(--cream);overflow:hidden;display:block}
.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.product-card:hover img{transform:scale(1.035)}
.product-card-body{padding:25px 25px 28px}
.product-kicker{display:block;color:var(--olive);font-size:.71rem;text-transform:uppercase;letter-spacing:.15em;font-weight:900;margin-bottom:5px}
.product-card h3{font-size:1.46rem;margin:0 0 8px;color:var(--green)}
.product-card p{color:var(--muted);margin:0 0 19px}
.empty-state{background:var(--paper-2);padding:40px;border-radius:28px;border:1px solid var(--line)}

.product-visual-strip{padding:26px 0;background:var(--green-deep)}
.product-visual-strip-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:12px;height:245px}
.product-visual-strip figure{position:relative;overflow:hidden;border-radius:20px;background:#ddd0b7}
.product-visual-strip img{width:100%;height:100%;object-fit:cover}
.product-visual-strip figcaption{position:absolute;left:12px;bottom:12px;background:rgba(20,32,18,.82);color:var(--paper-2);font:900 .62rem/1 Arial,sans-serif;letter-spacing:.14em;padding:8px 10px;border-radius:999px}

/* B2B */
.b2b-section{background:var(--paper)}
.b2b-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:42px;align-items:stretch}
.b2b-photo{border-radius:30px;overflow:hidden;min-height:410px;box-shadow:var(--shadow-soft)}
.b2b-photo img{width:100%;height:100%;object-fit:cover}
.b2b-copy{padding:36px 0;align-self:center}
.b2b-copy h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:400;color:var(--green);font-size:clamp(3rem,5vw,5rem);line-height:.92;margin:.2em 0 .35em;transform:scaleX(.93);transform-origin:left center}
.b2b-steps{display:grid;gap:0;border-top:1px solid var(--line)}
.b2b-steps>div{display:grid;grid-template-columns:60px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line);align-items:center}
.b2b-steps b{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:1.7rem;color:var(--pistachio);font-weight:400}
.b2b-steps span{font-weight:700;color:#55594e}

.business-panel{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);min-height:470px;background:var(--green);color:var(--white);border-radius:36px;overflow:hidden;box-shadow:var(--shadow)}
.business-panel-copy{padding:58px 56px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.business-panel-copy .eyebrow{color:var(--pistachio-soft)}
.business-panel-copy h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-weight:400;font-size:clamp(3.4rem,5.2vw,5.35rem);line-height:.88;margin:.18em 0 .22em;letter-spacing:.01em;transform:scaleX(.93);transform-origin:left center}
.business-panel-copy p{max-width:590px;color:#d9d8d0;margin:0 0 25px}
.business-panel-media{min-height:470px;overflow:hidden;background:#c8b985}
.business-panel-media img{width:100%;height:100%;object-fit:cover}
.light-link{color:#f7f1e6}

/* Inner page hero */
.content-hero{padding:76px 0 58px;background:linear-gradient(135deg,var(--cream),#f6efe5);position:relative;overflow:hidden}
.content-hero:after{content:"PISTALATTE";position:absolute;right:-20px;bottom:-34px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(8rem,15vw,12rem);line-height:1;color:rgba(38,54,31,.035);transform:scaleX(.86);transform-origin:right bottom;pointer-events:none}
.content-hero p{max-width:720px;font-size:1.07rem;color:var(--muted)}
.content-hero-grid{display:grid;grid-template-columns:minmax(0,1.07fr) minmax(320px,.93fr);gap:50px;align-items:center;position:relative;z-index:1}
.content-hero-art{height:320px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);background:var(--cream-2)}
.content-hero-art-tall{height:410px}
.content-hero-art img{width:100%;height:100%;object-fit:cover}

/* Brand page */
.brand-story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(44px,7vw,88px);align-items:center}
.prose{font-size:1.05rem;min-width:0}
.prose h2{font-size:2rem;color:var(--green)}
.brand-prose h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(3.2rem,5vw,5rem);font-weight:400;line-height:.95;margin:.25em 0 .35em;transform:scaleX(.94);transform-origin:left center}
.prose p{color:#54594c}
.brand-photo-stack{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;align-items:end;min-height:590px}
.brand-photo-stack figure{overflow:hidden;border-radius:28px;box-shadow:var(--shadow-soft);background:var(--cream)}
.brand-photo-large{height:590px}
.brand-photo-small{height:330px;margin-bottom:35px}
.brand-photo-stack img{width:100%;height:100%;object-fit:cover}
.quote-panel{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,.55fr);gap:30px;align-items:center;background:var(--green);color:white;border-radius:34px;overflow:hidden;min-height:360px;padding-left:42px;box-shadow:var(--shadow)}
.quote-mark{font-family:Georgia,serif;font-size:8rem;line-height:.6;color:var(--pistachio);align-self:start;padding-top:70px}
.quote-panel h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(3rem,5vw,5rem);font-weight:400;line-height:.9;margin:.22em 0;color:white;transform:scaleX(.94);transform-origin:left center}
.quote-panel p{color:var(--pistachio-soft);font-weight:800}
.quote-panel .eyebrow{color:var(--pistachio-soft)}
.quote-image{height:100%;min-height:360px}
.quote-image img{width:100%;height:100%;object-fit:cover}

/* Product detail */
.product-detail-section{padding-top:70px}
.product-detail{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(42px,6vw,72px);align-items:start}
.product-detail-gallery{position:sticky;top:calc(var(--header-h) + 24px);min-width:0}
.product-detail-media{border-radius:32px;overflow:hidden;background:var(--cream);box-shadow:var(--shadow-soft);aspect-ratio:1/1}
.product-detail-media img{width:100%;height:100%;object-fit:cover}
.product-detail-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;height:150px}
.product-detail-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.product-detail-copy{min-width:0}
.product-detail-copy h1{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(4rem,6.8vw,6rem);font-weight:400;line-height:.9;color:var(--green);margin:.12em 0 .2em;transform:scaleX(.92);transform-origin:left center}
.product-lead{font-size:1.12rem;color:var(--muted);margin-bottom:22px}
.preline{white-space:pre-line}
.recipe-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}
.recipe-card{border-radius:22px;padding:26px;background:var(--cream);min-width:0}
.recipe-card.cold{background:#e6ddbd}
.recipe-card h3{margin:3px 0 10px;color:var(--green);font-size:1.3rem}
.recipe-card p{margin-bottom:0}
.recipe-tag{font-size:.65rem;font-weight:900;letter-spacing:.15em;color:var(--olive)}
.product-cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:25px}
.product-inspiration{background:#f2eadc}

/* Contact */
.contact-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:30px;align-items:stretch}
.contact-card,.form-card{border:1px solid rgba(47,61,34,.09);border-radius:30px;padding:36px;box-shadow:var(--shadow-soft);min-width:0}
.form-card{background:var(--paper-2)}
.contact-card{background:var(--green);color:var(--paper-2);overflow:hidden;display:flex;flex-direction:column}
.contact-card .eyebrow{color:var(--pistachio-soft)}
.contact-card h2,.form-card h2{margin:.35em 0 1em;color:inherit;font-size:1.7rem}
.form-card h2{color:var(--green)}
.contact-list{display:grid;gap:0}
.contact-item{padding:18px 0;border-top:1px solid rgba(255,255,255,.12);overflow-wrap:anywhere}
.contact-item:first-child{border-top:0;padding-top:0}
.contact-item strong{display:block;margin-bottom:5px;color:var(--pistachio-soft);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase}
.contact-item a:hover{color:var(--pistachio-soft)}
.contact-visual{margin:26px -36px -36px;min-height:190px;overflow:hidden}
.contact-visual img{width:100%;height:100%;object-fit:cover}
.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{display:grid;gap:7px;margin-bottom:16px;min-width:0}
.field label{font-weight:900;font-size:.89rem;color:var(--green)}
.field input,.field textarea{width:100%;min-width:0;border:1px solid rgba(47,61,34,.17);border-radius:14px;background:#fffdf9;padding:13px 14px;outline:none;color:var(--green-deep)}
.field input:focus,.field textarea:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(152,138,78,.12)}
.field textarea{min-height:155px;resize:vertical}
.hp-field{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.alert{padding:14px 16px;border-radius:14px;margin-bottom:16px;background:#eaf1e5;color:#2a4b2d;border:1px solid #cadac4}
.alert.error{background:#f8e9e4;color:#7c3425;border-color:#efc8bd}

/* Footer */
.site-footer{margin-top:70px;background:var(--green-deep);color:#f3eddf;padding:64px 0 24px;position:relative;overflow:hidden}
.site-footer:after{content:"PISTALATTE";position:absolute;right:-35px;bottom:-35px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:clamp(7rem,14vw,11rem);line-height:1;color:rgba(255,255,255,.025);pointer-events:none;transform:scaleX(.88);transform-origin:right bottom}
.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr) minmax(0,.65fr);gap:54px}
.footer-intro{max-width:450px}
.footer-brand{color:#f3eddf;margin-bottom:18px;font-size:3rem}
.site-footer h3{font-size:.76rem;text-transform:uppercase;letter-spacing:.15em;color:var(--pistachio-soft)}
.site-footer p{color:#cbc7bb;overflow-wrap:anywhere}
.site-footer a:hover{color:var(--pistachio-soft)}
.footer-cta{font-weight:900;color:var(--pistachio-soft)}
.footer-links{line-height:2}.footer-contact{line-height:1.9}
.footer-bottom{position:relative;z-index:1;padding-top:27px;margin-top:38px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;font-size:.87rem;color:#aaa79d}

@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  .brand-ribbon-track{animation:none}
}

@media (max-width:1120px){
  :root{--header-h:78px}
  .main-nav{gap:18px;font-size:.86rem}.nav-cta{padding-inline:18px}
  .hero-slide{min-height:590px}.hero-copy{padding:60px 42px 66px}.hero-copy h1{font-size:clamp(4.2rem,8.5vw,6.6rem)}
  .intro-layout{gap:44px}.editorial-mosaic{min-height:590px}.story-stamp{width:105px;height:105px}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}
  .serve-card{min-height:520px}.business-panel-copy{padding:50px 42px}
}

@media (max-width:900px){
  :root{--header-h:72px}
  .header-inner{min-height:var(--header-h)}.brand{font-size:2.08rem}
  .nav-toggle{display:inline-flex}
  .main-nav{position:fixed;top:calc(var(--header-h) + 10px);left:18px;right:18px;display:flex;flex-direction:column;align-items:stretch;gap:3px;padding:15px;background:var(--paper-2);border:1px solid rgba(38,54,31,.09);border-radius:22px;box-shadow:0 24px 70px rgba(20,32,18,.2);transform:translateY(-14px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;z-index:4}
  .main-nav.open{transform:none;opacity:1;visibility:visible;pointer-events:auto}
  .main-nav a{padding:12px 13px;border-radius:12px}.main-nav a:not(.nav-cta)::after{display:none}.main-nav a.active{background:rgba(38,54,31,.06)}
  .main-nav .nav-cta{margin-top:5px;min-height:48px}
  .nav-backdrop.open{display:block}

  .hero{padding:18px 0 50px}.hero-slide{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:54px 40px 62px}.hero-copy:after{bottom:7px}.hero-visual{aspect-ratio:16/10;min-height:0}.hero-visual img{position:absolute;inset:0}.hero-chip{font-size:.64rem}
  .slider-dots{bottom:16px}

  .section{padding:76px 0}.section.compact{padding:54px 0}
  .section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:30px}.section-head p{max-width:680px}
  .intro-layout,.brand-story-grid,.b2b-grid,.business-panel,.content-hero-grid,.product-detail,.contact-grid{grid-template-columns:1fr}
  .intro-layout{gap:45px}.editorial-mosaic{min-height:560px}
  .serving-grid{gap:16px}.serve-card{min-height:480px}.serve-content{left:27px;right:27px;bottom:27px}
  .visual-story-grid{min-height:540px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-visual-strip-grid{height:210px}
  .b2b-photo{min-height:340px}.b2b-copy{padding:0}
  .business-panel-media{min-height:360px}.business-panel-copy{padding:44px 36px}
  .content-hero{padding:58px 0 46px}.content-hero-grid{gap:30px}.content-hero-art,.content-hero-art-tall{height:auto;aspect-ratio:16/8}.content-hero-art img{position:relative}
  .brand-photo-stack{min-height:520px}.brand-photo-large{height:520px}.brand-photo-small{height:300px}
  .quote-panel{grid-template-columns:auto 1fr;padding:38px}.quote-image{grid-column:1/3;width:calc(100% + 76px);margin:0 -38px -38px;height:300px;min-height:0}.quote-mark{padding-top:20px}
  .product-detail-gallery{position:static}.product-detail-media{aspect-ratio:5/4}.product-detail-thumbs{height:165px}
  .contact-card,.form-card{padding:32px}.contact-visual{margin:26px -32px -32px}
  .footer-grid{grid-template-columns:1.2fr 1fr;gap:40px}.footer-grid>div:last-child{grid-column:1/3}
}

@media (max-width:680px){
  .container{width:min(100% - 28px,1240px)}
  .brand{font-size:1.95rem}.nav-toggle{font-size:.86rem;padding-inline:13px}
  .hero{padding-top:13px;padding-bottom:42px}.hero-slider{border-radius:25px}.hero-copy{padding:42px 24px 54px}.hero-copy:after{left:22px;font-size:4.2rem}.hero-copy h1{font-size:clamp(3.8rem,19vw,5.2rem)}.hero-lead{font-size:.98rem}.hero-actions{align-items:stretch}.hero-actions .btn{flex:1 1 100%;width:100%}.hero-proof{margin-top:20px}.hero-proof span{font-size:.6rem}.hero-visual{aspect-ratio:1/1}.hero-chip{padding:8px 10px;font-size:.58rem}.chip-top{right:12px;top:12px}.chip-bottom{left:12px;bottom:12px}.slider-dots{bottom:12px}
  .brand-ribbon-track{gap:22px;padding:12px 0;font-size:.65rem}

  .section{padding:62px 0}.section.compact{padding:46px 0}
  .section-head h2,.content-hero h1{font-size:clamp(2.9rem,14vw,4.1rem)}
  .intro-copy h2{font-size:clamp(3.2rem,15vw,4.6rem)}
  .mini-stats{grid-template-columns:1fr;margin:25px 0}.mini-stats>div{display:grid;grid-template-columns:66px 1fr;align-items:center;padding:12px 0}.mini-stats strong{font-size:1.95rem}
  .editorial-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:360px 180px;min-height:0;gap:10px}.mosaic-main{grid-column:1/3;grid-row:1}.mosaic-top{grid-column:1}.mosaic-bottom{grid-column:2}.story-stamp{left:auto;right:12px;top:330px;transform:rotate(-8deg);width:92px;height:92px}.story-stamp img{width:21px;height:21px}.story-stamp strong,.story-stamp span{font-size:1.1rem}
  .feature-grid,.feature-grid-three{grid-template-columns:1fr}.feature-card{min-height:190px;padding:25px}.feature-card h3{margin-top:20px}
  .serving-grid{grid-template-columns:1fr}.serve-card{min-height:470px;border-radius:26px}.serve-content h3{font-size:clamp(3.1rem,14vw,4rem)}
  .visual-story-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none;min-height:0}.visual-story-card,.visual-story-card.visual-wide{grid-row:auto;min-height:300px}.visual-story-card.visual-wide{min-height:420px}
  .product-grid{grid-template-columns:1fr}.product-card{border-radius:24px}.product-card-media{aspect-ratio:5/4}
  .product-visual-strip{padding:16px 0}.product-visual-strip-grid{grid-template-columns:1fr 1fr;height:300px}.product-visual-strip figure:nth-child(2){grid-row:1/3;height:auto}.product-visual-strip figure:nth-child(1),.product-visual-strip figure:nth-child(3){height:144px}
  .b2b-photo{min-height:280px;border-radius:24px}.b2b-copy h2{font-size:clamp(3rem,14vw,4.2rem)}.b2b-steps>div{grid-template-columns:52px 1fr}
  .business-panel{border-radius:27px}.business-panel-copy{padding:36px 25px}.business-panel-copy h2{font-size:clamp(3.1rem,14vw,4.2rem)}.business-panel-media{min-height:300px}
  .content-hero{padding:48px 0 38px}.content-hero-grid{gap:24px}.content-hero-art,.content-hero-art-tall{aspect-ratio:4/3;border-radius:22px}.content-hero:after{font-size:6.7rem}
  .brand-photo-stack{grid-template-columns:1fr 1fr;min-height:0}.brand-photo-large{height:430px}.brand-photo-small{height:250px;margin-bottom:18px}.brand-prose h2{font-size:clamp(3rem,14vw,4.1rem)}
  .quote-panel{grid-template-columns:1fr;gap:6px;padding:30px}.quote-mark{display:none}.quote-image{grid-column:1;width:calc(100% + 60px);margin:24px -30px -30px;height:260px}.quote-panel h2{font-size:clamp(3rem,14vw,4rem)}
  .product-detail-section{padding-top:48px}.product-detail{gap:34px}.product-detail-media{aspect-ratio:1/1;border-radius:25px}.product-detail-thumbs{height:110px}.product-detail-copy h1{font-size:clamp(3.7rem,16vw,5rem)}.recipe-grid{grid-template-columns:1fr}.recipe-card{padding:23px}.product-cta{align-items:stretch}.product-cta .btn{width:100%}
  .contact-card,.form-card{padding:26px;border-radius:24px}.contact-visual{margin:24px -26px -26px}.field-row{grid-template-columns:1fr}
  .site-footer{margin-top:50px;padding-top:52px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.footer-brand{font-size:2.55rem}.footer-bottom{flex-direction:column;gap:6px}
}

@media (max-width:430px){
  .container{width:calc(100% - 22px)}
  .hero-copy{padding-inline:20px}.hero-actions .btn{min-height:48px;padding-inline:18px}.hero-chip{max-width:78%;white-space:normal;line-height:1.25}.hero-proof{gap:6px}
  .editorial-mosaic{grid-template-rows:320px 150px}.story-stamp{top:292px;right:8px}
  .serve-card{min-height:420px}.serve-content{left:22px;right:22px;bottom:22px}
  .product-visual-strip-grid{height:270px}.product-visual-strip figure:nth-child(1),.product-visual-strip figure:nth-child(3){height:129px}
  .brand-photo-large{height:365px}.brand-photo-small{height:210px}
  .contact-card,.form-card{padding:22px}.contact-visual{margin:22px -22px -22px}
}

/* ================================
   PISTALATTE V4 — multilingual, premium responsive layer
   ================================ */
:root{
  --gold:#d4af37;
  --gold-soft:#f0c97a;
  --espresso:#3b2a1a;
  --ink:#0a1711;
  --header-h:82px;
}

body{background:linear-gradient(180deg,#f8f2e8 0%,#f7f1e7 56%,#f3ebdf 100%);color:var(--green-deep)}
::selection{background:var(--gold);color:var(--green-deep)}

/* premium logo lockup */
.brand-lockup{display:inline-flex;align-items:center;gap:9px;transform:none;font-family:Georgia,'Times New Roman',serif;font-size:1.78rem;letter-spacing:.075em;font-weight:700;line-height:1;color:var(--green)}
.brand-lockup img{width:32px;height:32px;object-fit:contain;flex:0 0 auto}
.footer-brand{font-size:2rem;gap:12px}
.footer-brand img{width:38px;height:38px}

/* Header language tools */
.header-inner{gap:22px}
.header-actions{display:flex;align-items:center;gap:10px;order:3}
.main-nav{margin-inline-start:auto}
.lang-switcher{position:relative;z-index:8}
.lang-switcher summary{list-style:none;display:flex;align-items:center;gap:7px;min-height:42px;padding:0 12px;border:1px solid rgba(13,43,31,.15);background:rgba(255,250,244,.76);border-radius:999px;cursor:pointer;font-size:.75rem;font-weight:800;color:var(--green)}
.lang-switcher summary::-webkit-details-marker{display:none}
.lang-switcher summary:after{content:'⌄';font-size:.8rem;line-height:1;transition:transform .2s ease}
.lang-switcher[open] summary:after{transform:rotate(180deg)}
.lang-short{font-size:.67rem;letter-spacing:.08em;color:var(--gold);background:var(--green);border-radius:999px;padding:4px 6px}
.lang-label{white-space:nowrap}
.lang-menu{position:absolute;top:calc(100% + 10px);right:0;width:182px;padding:8px;border:1px solid rgba(13,43,31,.1);background:#fffaf4;border-radius:18px;box-shadow:0 22px 55px rgba(7,23,15,.2);display:grid;gap:3px}
.lang-menu a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:12px;font-size:.84rem;font-weight:800;color:var(--green)}
.lang-menu a span{display:inline-grid;place-items:center;min-width:30px;height:25px;border-radius:8px;background:rgba(13,43,31,.06);font-size:.64rem;letter-spacing:.08em}
.lang-menu a:hover,.lang-menu a.active{background:rgba(212,175,55,.13)}
.lang-menu a.active span{background:var(--green);color:var(--gold-soft)}

/* V4 hero: full creatives are never cropped */
.hero-v4{padding-top:24px;padding-bottom:58px}
.hero-slider-v4{background:var(--green-deep);border-radius:34px;border:1px solid rgba(212,175,55,.17);box-shadow:0 30px 90px rgba(7,23,15,.2);min-height:0}
.hero-slide-v4{grid-template-columns:minmax(0,1fr) minmax(390px,.72fr);min-height:690px;background:var(--green-deep)}
.hero-copy-v4{background:radial-gradient(circle at 8% 15%,rgba(212,175,55,.16),transparent 30%),linear-gradient(145deg,#f8f0e3 0%,#fffaf4 56%,#eadfce 100%);padding:clamp(50px,5vw,78px);z-index:2}
.hero-copy-v4:after{content:'PISTALATTE';font-family:Georgia,'Times New Roman',serif;transform:none;font-size:clamp(3.4rem,5.5vw,5.8rem);letter-spacing:.055em;left:clamp(35px,5vw,72px);color:rgba(13,43,31,.035)}
.hero-copy-v4 h1{font-family:Georgia,'Times New Roman',serif;font-weight:600;transform:none;letter-spacing:-.035em;font-size:clamp(3.15rem,5vw,5.65rem);line-height:.98;max-width:720px;margin:.15em 0 .25em;color:var(--green)}
.hero-wordmark{display:flex;align-items:center;gap:12px;margin:14px 0 8px;color:var(--green);font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2.1vw,2rem);font-weight:700;letter-spacing:.12em}
.hero-wordmark img{width:42px;height:42px}
.hero-poster-wrap{position:relative;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 40%,rgba(212,175,55,.16),transparent 45%),linear-gradient(145deg,#06140e,#0d2b1f 58%,#07170f);overflow:hidden;min-width:0}
.hero-poster-wrap:before{content:'';position:absolute;inset:18px;border:1px solid rgba(212,175,55,.15);border-radius:24px;pointer-events:none;z-index:2}
.hero-poster-glow{position:absolute;width:76%;aspect-ratio:1;border-radius:50%;background:rgba(212,175,55,.08);filter:blur(50px)}
.hero-poster{position:relative;z-index:1;width:auto;max-width:100%;height:min(620px,calc(100% - 38px));max-height:620px;object-fit:contain;filter:drop-shadow(0 24px 38px rgba(0,0,0,.28));border-radius:20px}
.admin-hero-image{width:100%;height:100%;max-height:none;object-fit:contain}
.poster-index{position:absolute;right:28px;bottom:24px;z-index:3;color:rgba(255,255,255,.72);font-size:.65rem;letter-spacing:.16em;font-weight:900}
.slider-arrow{position:absolute;top:50%;z-index:7;width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(7,23,15,.54);backdrop-filter:blur(10px);color:#fffaf4;font-size:1.8rem;line-height:1;display:grid;place-items:center;cursor:pointer;transform:translateY(-50%);transition:.2s ease}
.slider-arrow:hover{background:var(--gold);color:var(--green-deep)}
.slider-prev{left:14px}.slider-next{right:14px}
.hero-slider-v4 .slider-dots{bottom:16px;background:rgba(7,23,15,.64);border:1px solid rgba(255,255,255,.13)}
.hero-slider-v4 .slider-dot{border-color:#fffaf4}.hero-slider-v4 .slider-dot.active{background:var(--gold);border-color:var(--gold)}

/* Typography refinement */
.section-head h2,.content-hero h1,.intro-copy h2,.brand-prose h2,.b2b-copy h2,.business-panel-copy h2,.product-detail-copy h1,.quote-panel h2{font-family:Georgia,'Times New Roman',serif;font-weight:600;transform:none;letter-spacing:-.035em}
.section-head h2,.content-hero h1{line-height:1.02}
.eyebrow{color:#9b7927}

/* image systems */
.editorial-mosaic-v4 .mosaic-image,.brand-campaign-image,.quote-campaign-image,.campaign-art-img,.strip-photo,.visual-story-photo,.thumb-photo,.business-panel-img,.b2b-photo-img,.serve-photo,.contact-campaign-image{width:100%;height:100%;object-fit:cover}
.editorial-mosaic-v4 .mosaic-main .mosaic-image{object-fit:cover;object-position:center 35%}
.editorial-mosaic-v4 .mosaic-small .mosaic-image{object-fit:cover;object-position:center 45%}
.serving-grid-v4 .serve-card{min-height:650px;border:1px solid rgba(212,175,55,.18)}
.serving-grid-v4 .serve-photo{position:absolute;inset:0}
.serving-grid-v4 .serve-overlay{background:linear-gradient(0deg,rgba(3,15,9,.86) 0%,rgba(3,15,9,.12) 62%,rgba(3,15,9,.04) 100%)}
.serving-grid-v4 .serve-content{z-index:3}

/* language-specific campaign gallery */
.campaign-section{background:linear-gradient(180deg,#fffaf4 0%,#efe4d3 100%);border-block:1px solid rgba(13,43,31,.06)}
.campaign-rail{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;align-items:start}
.campaign-card{grid-column:span 4;position:relative;border-radius:26px;overflow:hidden;background:var(--green-deep);box-shadow:0 20px 55px rgba(7,23,15,.12);border:1px solid rgba(13,43,31,.09)}
.campaign-card:nth-child(4),.campaign-card:nth-child(5){grid-column:span 6}
.campaign-card .campaign-image{display:block;width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#0a1c14}
.campaign-card figcaption{position:absolute;left:13px;right:13px;bottom:13px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:14px;background:rgba(7,23,15,.72);backdrop-filter:blur(12px);color:#fffaf4;opacity:0;transform:translateY(8px);transition:.24s ease}
.campaign-card:hover figcaption{opacity:1;transform:none}
.campaign-card figcaption span{font-size:.64rem;letter-spacing:.12em;color:var(--gold-soft);font-weight:900}.campaign-card figcaption strong{font-family:Georgia,'Times New Roman',serif;font-size:.82rem;letter-spacing:.08em}
.campaign-mobile-hint{display:none;align-items:center;gap:8px;margin:-12px 0 18px;color:var(--muted);font-size:.78rem;font-weight:800}
.campaign-mobile-hint span{display:inline-grid;place-items:center;width:29px;height:29px;border-radius:50%;background:rgba(13,43,31,.07);color:var(--green)}

/* V4 content pages */
.content-hero-v4{background:radial-gradient(circle at 80% 20%,rgba(212,175,55,.12),transparent 30%),linear-gradient(180deg,#f8f1e6,#f2e8d9)}
.campaign-art{background:var(--green-deep);padding:14px;border-radius:28px;overflow:hidden;border:1px solid rgba(212,175,55,.15)}
.campaign-art-img{object-fit:contain!important;border-radius:18px;background:var(--green-deep)}
.brand-photo-stack-v4 figure{background:var(--green-deep);overflow:hidden}
.brand-photo-stack-v4 .brand-campaign-image{object-fit:contain;background:var(--green-deep)}
.quote-panel-v4 .quote-image{background:var(--green-deep);overflow:hidden}
.quote-panel-v4 .quote-campaign-image{object-fit:cover}
.product-strip-v4 figure{background:var(--green-deep)}
.product-strip-v4 .strip-photo{object-fit:cover;object-position:center}
.product-strip-v4 figure:nth-child(2) .strip-photo{object-fit:contain}
.visual-story-grid-v4 .visual-story-photo{object-fit:cover}
.product-detail-thumbs .thumb-photo{object-fit:cover}
.b2b-grid-v4 .b2b-photo{padding:0;overflow:hidden}.b2b-grid-v4 .b2b-photo-img{object-fit:cover}
.business-panel-v4 .business-panel-media{background:var(--green-deep)}
.business-panel-v4 .business-panel-img{object-fit:cover}
.contact-campaign-visual{overflow:hidden;background:var(--green-deep)}
.contact-campaign-image{object-fit:cover}

/* keep product/user-uploaded photos clean */
.product-card-media img,.product-detail-media img{object-fit:contain;background:#fffaf4}

/* RTL: true Arabic layout, not merely translated strings */
[dir="rtl"] body{text-align:right}
[dir="rtl"] .brand-lockup{letter-spacing:.06em}
[dir="rtl"] .main-nav{margin-inline-start:auto;margin-inline-end:0}
[dir="rtl"] .lang-menu{right:auto;left:0}
[dir="rtl"] .hero-copy-v4:after{left:auto;right:clamp(35px,5vw,72px)}
[dir="rtl"] .hero-copy-v4 h1,[dir="rtl"] .section-head h2,[dir="rtl"] .content-hero h1,[dir="rtl"] .intro-copy h2{transform-origin:right center}
[dir="rtl"] .eyebrow:before{order:2}
[dir="rtl"] .poster-index{right:auto;left:28px}
[dir="rtl"] .campaign-card figcaption{direction:rtl}
[dir="rtl"] .field input,[dir="rtl"] .field textarea{text-align:right}
[dir="rtl"] .brand-ribbon-track{direction:ltr}

/* Tablet */
@media (max-width:1100px){
  .brand-lockup{font-size:1.52rem}.brand-lockup img{width:29px;height:29px}
  .main-nav{gap:17px;font-size:.82rem}.main-nav .nav-cta{padding-inline:16px}
  .lang-label{display:none}
  .hero-slide-v4{grid-template-columns:minmax(0,.95fr) minmax(340px,.75fr);min-height:620px}
  .hero-copy-v4{padding:52px 42px 60px}.hero-copy-v4 h1{font-size:clamp(2.75rem,4.9vw,4.5rem)}
  .hero-poster-wrap{padding:26px}.hero-poster{max-height:555px}
  .campaign-card{grid-column:span 6}.campaign-card:nth-child(5){grid-column:span 12}
}

/* Mobile navigation & stacked hero */
@media (max-width:900px){
  .header-inner{min-height:76px}.site-header{--header-h:76px}
  .header-actions{order:2;margin-inline-start:auto}.nav-toggle{display:inline-flex}
  .main-nav{order:3;margin:0;top:calc(100% + 9px)}
  .lang-label{display:inline}.lang-menu{right:0;left:auto}
  [dir="rtl"] .lang-menu{right:auto;left:0}
  .hero-v4{padding-top:14px}
  .hero-slider-v4{border-radius:27px}
  .hero-slide-v4{grid-template-columns:1fr;min-height:auto}
  .hero-copy-v4{min-height:470px;padding:46px 36px 54px}
  .hero-poster-wrap{min-height:0;padding:24px;aspect-ratio:4/5}
  .hero-poster{height:100%;max-height:100%;width:100%;object-fit:contain}
  .admin-poster-wrap{aspect-ratio:4/5}
  .slider-arrow{top:auto;bottom:12px;transform:none;width:38px;height:38px}.slider-prev{left:13px}.slider-next{right:13px}
  .hero-slider-v4 .slider-dots{bottom:14px}
  .serving-grid-v4 .serve-card{min-height:530px}
}

@media (max-width:700px){
  .container{width:calc(100% - 24px)}
  .brand-lockup{font-size:1.34rem;letter-spacing:.06em;gap:7px}.brand-lockup img{width:27px;height:27px}
  .lang-switcher summary{min-height:40px;padding-inline:9px}.lang-label{display:none}.lang-menu{width:172px}
  .nav-toggle{min-height:40px;padding-inline:12px}.nav-toggle span{font-size:.8rem}
  .hero-copy-v4{min-height:0;padding:38px 24px 49px}.hero-copy-v4 h1{font-size:clamp(2.55rem,12.2vw,4.05rem);line-height:1.01}.hero-wordmark{font-size:1.12rem;letter-spacing:.1em}.hero-wordmark img{width:34px;height:34px}.hero-lead{font-size:.96rem}
  .hero-poster-wrap{aspect-ratio:4/5;padding:18px}.hero-poster-wrap:before{inset:10px;border-radius:19px}.hero-poster{border-radius:15px}.poster-index{bottom:18px;right:20px}
  [dir="rtl"] .poster-index{right:auto;left:20px}
  .slider-arrow{display:none}
  .hero-slider-v4 .slider-dots{bottom:10px;padding:6px 8px}
  .section{padding:58px 0}.section.compact{padding:44px 0}
  .section-head h2,.content-hero h1,.intro-copy h2{font-size:clamp(2.45rem,11.8vw,3.8rem)}
  .editorial-mosaic-v4{grid-template-rows:340px 160px}
  .serving-grid-v4 .serve-card{min-height:500px}
  .campaign-mobile-hint{display:flex}
  .campaign-rail{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:min(84vw,430px);gap:12px;overflow-x:auto;padding:4px 10px 20px 0;margin-right:-12px;scroll-snap-type:x mandatory;scroll-padding-left:0;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
  [dir="rtl"] .campaign-rail{padding:4px 0 20px 10px;margin-right:0;margin-left:-12px}
  .campaign-rail::-webkit-scrollbar{height:5px}.campaign-rail::-webkit-scrollbar-thumb{background:rgba(13,43,31,.16);border-radius:999px}
  .campaign-card,.campaign-card:nth-child(4),.campaign-card:nth-child(5){grid-column:auto;scroll-snap-align:start;border-radius:22px}
  .campaign-card figcaption{opacity:1;transform:none;background:rgba(7,23,15,.62)}
  .campaign-card .campaign-image{width:100%;height:auto;object-fit:contain}
  .campaign-art{padding:9px}.content-hero-art.campaign-art,.content-hero-art-tall.campaign-art{aspect-ratio:auto;height:auto}.campaign-art-img{width:100%;height:auto!important;max-height:72vh;object-fit:contain!important}
  .brand-photo-stack-v4{grid-template-columns:1fr}.brand-photo-stack-v4 .brand-photo-large,.brand-photo-stack-v4 .brand-photo-small{height:auto;min-height:0;margin:0}.brand-photo-stack-v4 .brand-campaign-image{height:auto;max-height:75vh}
  .product-strip-v4{height:auto;display:grid;grid-template-columns:1fr;gap:10px}.product-strip-v4 figure,.product-strip-v4 figure:nth-child(1),.product-strip-v4 figure:nth-child(2),.product-strip-v4 figure:nth-child(3){height:260px;grid-row:auto}.product-strip-v4 figure:nth-child(2){display:none}
  .contact-campaign-visual{height:270px}
}

@media (max-width:480px){
  .container{width:calc(100% - 20px)}
  .site-header{--header-h:70px}.header-inner{min-height:70px}
  .brand-lockup{font-size:1.17rem;letter-spacing:.045em}.brand-lockup img{width:24px;height:24px}
  .header-actions{gap:6px}.lang-switcher summary{padding:0 8px}.lang-short{padding:3px 5px}.nav-toggle{padding:0 10px}.nav-toggle span{display:none}
  .hero-slider-v4{border-radius:22px}.hero-copy-v4{padding:32px 20px 45px}.hero-copy-v4 h1{font-size:clamp(2.3rem,12.5vw,3.45rem)}.hero-wordmark{font-size:1rem}.hero-actions{gap:8px}.hero-actions .btn{min-height:47px}.hero-proof span{font-size:.56rem}
  .hero-poster-wrap{padding:13px;aspect-ratio:3/4}.hero-poster-wrap:before{inset:8px}.poster-index{display:none}
  .campaign-rail{grid-auto-columns:88vw}
  .serving-grid-v4 .serve-card{min-height:450px}
  .footer-brand{font-size:1.65rem}
}

@media (prefers-reduced-motion:reduce){
  .brand-ribbon-track{animation:none}.slider-arrow,.campaign-card figcaption{transition:none}
}
