:root{
  --ink:#171a1d;
  --muted:#6d6b67;
  --cream:#f5f0e8;
  --paper:#fffdf8;
  --line:#d8d0c4;
  --burgundy:#8f2733;
  --burgundy-dark:#641a25;
  --navy:#153c75;
  --gold:#d9aa53;
  --gold-soft:#f0d596;
  --yellow:#dfc913;
  --radius:26px;
  --shadow:0 22px 60px rgba(40,29,18,.12);
  --container:min(1180px,calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,Manrope,"Helvetica Neue",Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
.container{width:var(--container);margin-inline:auto}
.section{padding:112px 0}
.section-light{background:var(--cream)}
.skip-link{position:fixed;top:8px;left:8px;z-index:1000;padding:10px 14px;background:#fff;border:1px solid var(--ink);transform:translateY(-150%)}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,248,.92);border-bottom:1px solid rgba(64,50,37,.12);backdrop-filter:blur(16px)}
.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;letter-spacing:.04em;white-space:nowrap}
.brand img{width:34px;height:34px;object-fit:contain}
.brand span{font-size:21px}
.nav{display:flex;align-items:center;gap:25px;margin-left:auto}
.nav a{font-size:14px;color:#4b4a47;position:relative;padding:28px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:21px;height:1px;background:var(--burgundy);transition:right .2s ease}
.nav a:hover::after,.nav a:focus-visible::after{right:0}
.header-actions{display:flex;align-items:center;gap:14px}
.language-links{display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:999px;padding:3px;background:#fff}
.language-links a{font-size:12px;line-height:1;padding:7px 9px;border-radius:999px;color:var(--muted)}
.language-links a.active{background:var(--ink);color:#fff}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid var(--burgundy);background:var(--burgundy);color:#fff;font-weight:720;font-size:14px;letter-spacing:.01em;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}
.button:hover{transform:translateY(-1px);background:var(--burgundy-dark);border-color:var(--burgundy-dark);box-shadow:0 10px 28px rgba(143,39,51,.2)}
.button:focus-visible,.text-link:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(217,170,83,.55);outline-offset:3px}
.button-small{min-height:40px;padding:0 17px;font-size:13px}
.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:720;font-size:14px;padding:12px 0;border-bottom:1px solid rgba(23,26,29,.35)}
.text-link span{transition:transform .2s ease}
.text-link:hover span{transform:translateX(4px)}
.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px}
.menu-button span{width:17px;height:1.5px;background:var(--ink)}
.hero{padding-top:88px;padding-bottom:90px;overflow:hidden;background:radial-gradient(circle at 90% 18%,rgba(217,170,83,.15),transparent 30%),var(--paper)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);gap:54px;align-items:center}
.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:820;color:var(--burgundy)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(42px,5.15vw,74px);line-height:1.02;letter-spacing:-.055em;max-width:850px;margin-bottom:28px;font-weight:760}
h2{font-size:clamp(34px,4vw,56px);line-height:1.07;letter-spacing:-.045em;margin-bottom:22px;font-weight:740}
h3{font-size:22px;line-height:1.22;letter-spacing:-.025em}
.hero-lead{font-size:19px;line-height:1.65;color:#53514d;max-width:650px;margin-bottom:30px}
.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.proof-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}
.proof-row span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);font-size:12px;color:#4e4c48}
.hero-visual{position:relative;min-height:630px}
.hero-visual::before{content:"";position:absolute;inset:6% 2% 8% 6%;border-radius:44px;background:#ece3d7;transform:rotate(-3deg)}
.pack{position:absolute;margin:0;width:56%;border-radius:24px;overflow:hidden;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(53,42,31,.08);transition:transform .3s ease}
.pack img{width:100%;aspect-ratio:10/13;object-fit:cover}
.pack figcaption{position:absolute;left:14px;bottom:14px;padding:7px 10px;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(8px);font-size:12px;font-weight:760;border-radius:999px}
.pack-blue{left:2%;top:2%;transform:rotate(-4deg)}
.pack-yellow{right:0;bottom:0;transform:rotate(5deg)}
.pack-blue:hover{transform:rotate(-2deg) translateY(-4px)}
.pack-yellow:hover{transform:rotate(3deg) translateY(-4px)}
.trust-strip{border-block:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-grid>div{padding:24px 28px;border-left:1px solid var(--line)}
.trust-grid>div:last-child{border-right:1px solid var(--line)}
.trust-grid strong,.trust-grid span{display:block}
.trust-grid strong{font-size:22px;letter-spacing:-.03em}
.trust-grid span{font-size:12px;color:var(--muted);margin-top:3px}
.section-heading{max-width:760px;margin-bottom:52px}
.section-heading>p:last-child{font-size:18px;line-height:1.7;color:#5e5b56;max-width:720px}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.product-card{display:grid;grid-template-columns:44% 56%;min-height:560px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 10px 35px rgba(38,28,18,.05)}
.product-image{background:#e9e2d8;min-height:100%}
.product-image img{width:100%;height:100%;object-fit:cover}
.product-image-clean img{object-fit:cover}
.product-content{padding:40px 34px;display:flex;flex-direction:column}
.product-tag{align-self:flex-start;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:820;text-transform:uppercase;letter-spacing:.11em;margin-bottom:26px}
.product-tag.blue{background:#e8effb;color:var(--navy)}
.product-tag.yellow{background:#fff6c9;color:#705f00}
.product-content p{font-size:15px;line-height:1.7;color:#615e59}
.product-content dl{margin:auto 0 0;border-top:1px solid var(--line)}
.product-content dl div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}
.product-content dt{color:var(--muted)}
.product-content dd{margin:0;text-align:right;font-weight:700}
.media-grid{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:20px;margin-top:24px}
.media-photo,.media-video{border-radius:22px;overflow:hidden;background:#e9e2d8;aspect-ratio:4/3}
.media-photo img,.media-video video{width:100%;height:100%;object-fit:cover}
.pilot-section{background:var(--burgundy-dark);color:#fff;position:relative;overflow:hidden}
.pilot-section::after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(217,170,83,.25);border-radius:50%;right:-260px;top:-260px}
.eyebrow-gold{color:var(--gold-soft)}
.pilot-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;position:relative;z-index:1}
.pilot-intro{font-size:17px;line-height:1.75;color:rgba(255,255,255,.73);max-width:510px;margin-bottom:30px}
.button-gold{background:var(--gold);border-color:var(--gold);color:#281b12}
.button-gold:hover{background:#e6bb68;border-color:#e6bb68;color:#281b12}
.pilot-steps{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.22);border-left:1px solid rgba(255,255,255,.22)}
.pilot-steps article{padding:30px;border-right:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);min-height:230px}
.pilot-steps article>span{font-size:12px;color:var(--gold-soft);letter-spacing:.12em}
.pilot-steps h3{margin:35px 0 12px}
.pilot-steps p{font-size:14px;line-height:1.65;color:rgba(255,255,255,.68);margin-bottom:0}
.conditions-card{position:relative;z-index:1;margin-top:50px;padding:34px 40px;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:rgba(255,255,255,.035)}
.conditions-card h3{font-size:16px;margin-bottom:20px;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.12em}
.conditions-card ul{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 28px;margin:0;padding:0;list-style:none}
.conditions-card li{position:relative;padding-left:17px;font-size:13px;color:rgba(255,255,255,.78)}
.conditions-card li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);position:absolute;left:0;top:.65em}
.formats-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.formats-grid article{padding:30px;min-height:290px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.42)}
.formats-grid article>span{font-size:11px;letter-spacing:.13em;color:var(--burgundy)}
.formats-grid h3{margin-top:78px;margin-bottom:15px}
.formats-grid p{font-size:14px;line-height:1.65;color:var(--muted)}
.case-section{background:#fff}
.case-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.case-images{display:grid;grid-template-columns:1fr 1fr;gap:18px;min-height:610px}
.case-images img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.case-images img:first-child{transform:translateY(34px)}
.case-copy>p:not(.eyebrow){font-size:17px;line-height:1.75;color:#5f5c57}
.case-facts{margin-top:38px;border-top:1px solid var(--line)}
.case-facts div{display:grid;grid-template-columns:180px 1fr;gap:25px;padding:18px 0;border-bottom:1px solid var(--line)}
.case-facts strong{font-size:14px}
.case-facts span{font-size:13px;color:var(--muted)}
.docs-section{background:#efe8de}
.docs-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.docs-grid>div:first-child>p:last-child{font-size:16px;line-height:1.75;color:#5f5c57}
.doc-cards{display:grid;gap:12px}
.doc-card{display:grid;grid-template-columns:70px 1fr auto;grid-template-areas:"code title arrow" "code text arrow";align-items:center;gap:3px 20px;padding:22px 24px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.doc-card:hover{transform:translateY(-2px);border-color:#b9ad9d;box-shadow:0 12px 25px rgba(30,25,18,.06)}
.doc-card>span{grid-area:code;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--ink);color:#fff;font-size:10px;font-weight:850;letter-spacing:.08em}
.doc-card strong{grid-area:title;font-size:16px}
.doc-card small{grid-area:text;color:var(--muted)}
.doc-card i{grid-area:arrow;font-style:normal;font-size:18px;color:var(--burgundy)}
.faq-section{background:#fff}
.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:80px}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{cursor:pointer;list-style:none;padding:24px 40px 24px 0;font-size:17px;font-weight:700;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:4px;top:20px;font-size:24px;font-weight:400;color:var(--burgundy)}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{padding:0 48px 24px 0;color:var(--muted);line-height:1.7;font-size:15px}
.request-section{background:#10243e;color:#fff}
.request-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:start}
.request-copy>p:not(.eyebrow):not(.messenger-note){font-size:17px;line-height:1.75;color:rgba(255,255,255,.72)}
.contact-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:30px}
.contact-actions a,.contact-actions button{border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;border-radius:999px;padding:9px 13px;font-size:12px;cursor:pointer}
.contact-actions a:hover,.contact-actions button:hover{border-color:var(--gold);color:var(--gold-soft)}
.messenger-note{font-size:12px;color:rgba(255,255,255,.5);margin-top:12px}
.contact-list{display:flex;flex-direction:column;gap:8px;margin-top:34px;font-size:17px}
.contact-list a{width:max-content;border-bottom:1px solid rgba(255,255,255,.35)}
.lead-form{background:#fff;color:var(--ink);padding:38px;border-radius:26px;box-shadow:0 30px 80px rgba(0,0,0,.2)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid label{display:flex;flex-direction:column;gap:7px}
.form-grid label.full{grid-column:1/-1}
.form-grid label>span{font-size:12px;font-weight:700;color:#504d48}
input,select,textarea{width:100%;border:1px solid #d8d1c7;border-radius:11px;background:#fcfaf6;color:var(--ink);padding:12px 13px;transition:border-color .2s ease,box-shadow .2s ease}
input,select{min-height:46px}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--burgundy);box-shadow:0 0 0 3px rgba(143,39,51,.1);outline:none}
.consent{display:flex;gap:10px;align-items:flex-start;margin:20px 0;font-size:12px;line-height:1.55;color:#68645e}
.consent input{width:16px;height:16px;min-height:auto;margin-top:2px}
.consent a{text-decoration:underline}
.form-message{font-size:12px;color:var(--burgundy);margin:13px 0 0}
.footer{background:#0d151d;color:#fff;padding:62px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr .75fr;gap:45px}
.footer-grid>div{display:flex;flex-direction:column;gap:8px}
.footer-grid p,.footer-grid span,.footer-grid a{font-size:12px;line-height:1.6;color:rgba(255,255,255,.58)}
.footer-grid strong{font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:rgba(255,255,255,.88);margin-bottom:7px}
.footer-brand{color:#fff;margin-bottom:10px;width:max-content}
.footer-bottom{display:flex;justify-content:space-between;padding-top:26px;margin-top:42px;border-top:1px solid rgba(255,255,255,.13);font-size:11px;color:rgba(255,255,255,.42)}
.policy-body{background:var(--cream)}
.policy-page{max-width:850px;padding-top:70px;padding-bottom:90px}
.policy-page h1{font-size:clamp(36px,5vw,58px)}
.policy-page h2{font-size:23px;margin-top:42px;margin-bottom:12px;letter-spacing:-.02em}
.policy-page p,.policy-page li{font-size:15px;line-height:1.78;color:#4f4c47}
.policy-page a{text-decoration:underline}
.policy-note{padding:14px 16px;border-left:3px solid var(--burgundy);background:#fff}
.policy-footer{padding:25px 0;background:#0d151d;color:rgba(255,255,255,.6);font-size:12px}
.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}
.js .reveal.visible{opacity:1;transform:none}
@media (max-width:1050px){
  .nav{display:none;position:absolute;top:76px;left:0;right:0;padding:18px 20px 28px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0}
  .nav.open{display:flex}
  .nav a{padding:12px 0;width:100%}
  .nav a::after{display:none}
  .menu-button{display:flex}
  .hero-grid{grid-template-columns:1fr 420px;gap:28px}
  .hero-visual{min-height:540px}
  .product-card{grid-template-columns:1fr;min-height:auto}
  .product-image{height:370px}
  .product-grid{gap:18px}
  .formats-grid{grid-template-columns:1fr 1fr}
  .pilot-grid,.docs-grid,.faq-grid,.request-grid{gap:45px}
}
@media (max-width:800px){
  :root{--container:min(100% - 28px,680px)}
  .section{padding:78px 0}
  .header-inner{min-height:68px;gap:12px}
  .brand span{font-size:18px}
  .language-links{display:none}
  .button-small{display:none}
  .nav{top:68px}
  .hero{padding-top:58px}
  .hero-grid{grid-template-columns:1fr}
  h1{font-size:clamp(39px,11vw,58px)}
  .hero-visual{min-height:540px;margin-top:8px}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid>div:nth-child(3){border-top:1px solid var(--line)}
  .trust-grid>div:nth-child(4){border-top:1px solid var(--line)}
  .product-grid,.pilot-grid,.case-grid,.docs-grid,.faq-grid,.request-grid{grid-template-columns:1fr}
  .media-grid{grid-template-columns:1fr 1fr}
  .media-grid>div:nth-child(2){grid-row:span 2;aspect-ratio:auto}
  .conditions-card ul{grid-template-columns:1fr 1fr}
  .case-images{min-height:470px}
  .case-copy{padding-top:20px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:560px){
  :root{--container:calc(100% - 24px);--radius:20px}
  .section{padding:62px 0}
  .hero{padding-top:44px}
  .hero-lead{font-size:17px}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:9px}
  .hero-visual{min-height:430px}
  .pack{width:61%;border-radius:18px}
  .trust-grid>div{padding:18px 16px}
  .product-grid{grid-template-columns:1fr}
  .product-image{height:310px}
  .product-content{padding:28px 23px}
  .media-grid{grid-template-columns:1fr}
  .media-grid>div:nth-child(2){grid-row:auto;aspect-ratio:4/3}
  .pilot-steps{grid-template-columns:1fr}
  .pilot-steps article{min-height:190px}
  .conditions-card{padding:27px 22px}
  .conditions-card ul{grid-template-columns:1fr}
  .formats-grid{grid-template-columns:1fr}
  .formats-grid article{min-height:225px}
  .formats-grid h3{margin-top:48px}
  .case-images{min-height:390px;gap:10px}
  .case-facts div{grid-template-columns:1fr;gap:5px}
  .doc-card{grid-template-columns:54px 1fr auto;padding:18px 16px;gap:3px 12px}
  .doc-card>span{width:46px;height:46px}
  .lead-form{padding:25px 18px}
  .form-grid{grid-template-columns:1fr}
  .form-grid label.full{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:6px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none}.pack,.button,.doc-card{transition:none}}

/* Commercial polish — progressive enhancement */
.scroll-progress{position:fixed;inset:0 0 auto 0;height:3px;z-index:1000;pointer-events:none;background:transparent}.scroll-progress span{display:block;width:0;height:100%;background:var(--burgundy);transform-origin:left center}
.site-header{transition:box-shadow .25s ease,background-color .25s ease}.site-header.is-scrolled{box-shadow:0 10px 32px rgba(22,18,15,.08);background:rgba(250,247,241,.94)}
.button{position:relative;isolation:isolate;overflow:hidden}.button::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.13);transform:translateX(-110%) skewX(-18deg);transition:transform .55s ease;z-index:-1}.button:hover::before{transform:translateX(110%) skewX(-18deg)}
.hero-visual{perspective:1100px}.pack{will-change:transform;transform-style:preserve-3d}.hero-note{position:absolute;right:8%;bottom:5%;z-index:4;padding:9px 13px;border:1px solid rgba(18,25,31,.14);border-radius:999px;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--ink)}
picture{display:contents}.product-image picture,.media-photo picture,.case-images picture{display:block;width:100%;height:100%}.product-image picture img,.media-photo picture img,.case-images picture img{width:100%;height:100%;object-fit:cover}
.product-card,.formats-grid article,.pilot-steps article{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.product-card:hover,.formats-grid article:hover,.pilot-steps article:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(31,24,18,.075)}
.doc-card:focus-visible,.button:focus-visible,.text-link:focus-visible,.nav a:focus-visible,.back-to-top:focus-visible,.mobile-cta a:focus-visible{outline:3px solid rgba(143,39,51,.28);outline-offset:4px}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-note{margin-top:14px;font-size:11px;color:#77716a}.lead-form.is-sending{opacity:.8;pointer-events:none}.lead-form.is-success{outline:3px solid rgba(38,120,78,.18)}
.mobile-cta{display:none;position:fixed;z-index:850;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));padding:8px;border:1px solid rgba(30,25,18,.09);border-radius:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:0 14px 42px rgba(20,16,13,.16);gap:8px}.mobile-cta .button{flex:1;justify-content:center}.mobile-phone{display:flex;align-items:center;justify-content:center;width:46px;border-radius:12px;background:var(--ink);color:#fff;font-size:18px}
.back-to-top{position:fixed;z-index:840;right:22px;bottom:24px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(20,16,13,.1);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s ease}.back-to-top.visible{opacity:1;visibility:visible;transform:none}
@media (max-width:800px){body{padding-bottom:82px}.mobile-cta{display:flex}.back-to-top{bottom:92px;right:16px}.hero-note{display:none}}
@media (hover:none){.button::before{display:none}.product-card:hover,.formats-grid article:hover,.pilot-steps article:hover{transform:none;box-shadow:none}}
@media (prefers-reduced-motion:reduce){.scroll-progress{display:none}.pack{transform:none!important}.button::before{display:none}}


/* Hero rebuild: static full-pack visuals */
.hero-visual.hero-visual-static{display:grid;grid-template-columns:1fr 1fr;gap:18px;min-height:auto;align-items:stretch;perspective:none}
.hero-visual.hero-visual-static::before{display:none}
.hero-product-card{margin:0;display:flex;flex-direction:column;justify-content:space-between;padding:18px;border:1px solid rgba(53,42,31,.08);border-radius:28px;background:#ece3d7;box-shadow:var(--shadow)}
.hero-product-media{display:flex;align-items:center;justify-content:center;min-height:430px;border-radius:22px;background:rgba(255,255,255,.48)}
.hero-product-media picture{display:block;width:100%}
.hero-product-media img{display:block;width:100%;max-width:265px;height:auto;margin:0 auto;object-fit:contain;aspect-ratio:auto}
.hero-product-card figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:14px;font-size:15px;font-weight:760;color:var(--ink)}
.hero-product-card figcaption small{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid rgba(23,26,29,.12);border-radius:999px;background:rgba(255,255,255,.72);font-size:12px;font-weight:700;color:#4e4c48}
.where-buy-section{background:#fff}
.where-buy-grid{display:grid;grid-template-columns:1fr 420px;gap:42px;align-items:center}
.where-buy-grid p:not(.eyebrow){font-size:17px;line-height:1.75;color:#5f5c57;max-width:680px}
.where-buy-card{padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 18px 46px rgba(31,24,18,.06)}
.where-buy-card strong{display:block;font-size:24px;line-height:1.15;letter-spacing:-.03em;margin-bottom:14px}
.where-buy-card p{font-size:15px;line-height:1.65;color:var(--muted);margin-bottom:20px}
@media (max-width:1050px){.hero-product-media{min-height:360px}.hero-product-media img{max-width:230px}.where-buy-grid{grid-template-columns:1fr 360px}}
@media (max-width:800px){.hero-visual.hero-visual-static{gap:14px}.hero-product-card{padding:14px;border-radius:22px}.hero-product-media{min-height:300px}.hero-product-media img{max-width:185px}.where-buy-grid{grid-template-columns:1fr;gap:24px}}
@media (max-width:560px){.hero-visual.hero-visual-static{grid-template-columns:1fr 1fr;gap:10px}.hero-product-card{padding:12px;border-radius:18px}.hero-product-media{min-height:230px}.hero-product-media img{max-width:138px}.hero-product-card figcaption{align-items:flex-start;flex-direction:column;gap:8px;font-size:14px}.where-buy-card{padding:22px}}
@media (prefers-reduced-motion:reduce){.hero-product-card,.hero-product-media,.hero-product-media img{transition:none}}
/* v4: static, uncropped hero packs */
.hero-visual.hero-visual-static{align-items:stretch;overflow:visible}
.hero-product-card{overflow:visible;transform:none!important;transition:none!important}
.hero-product-media{min-height:520px;overflow:visible;background:transparent}
.hero-product-media picture{height:100%;display:flex;align-items:center;justify-content:center}
.hero-product-media img{width:auto;height:490px;max-width:100%;object-fit:contain;transform:none!important;transition:none!important;filter:drop-shadow(0 18px 24px rgba(31,24,18,.14))}
.hero-product-card figcaption{position:static;z-index:2;background:transparent}
@media(max-width:1050px){.hero-product-media{min-height:440px}.hero-product-media img{height:410px}}
@media(max-width:800px){.hero-product-media{min-height:390px}.hero-product-media img{height:360px}}
@media(max-width:560px){.hero-visual.hero-visual-static{grid-template-columns:1fr 1fr}.hero-product-media{min-height:275px}.hero-product-media img{height:255px}.hero-product-card figcaption{flex-direction:row;align-items:center;font-size:13px}.hero-product-card figcaption small{font-size:11px}}
@media(max-width:390px){.hero-visual.hero-visual-static{grid-template-columns:1fr}.hero-product-media{min-height:390px}.hero-product-media img{height:365px}}

/* Brandbook logo update */
.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:auto!important;height:48px!important;max-width:190px;object-fit:contain}.brand-slogan{font-family:"Mont",Arial,sans-serif;font-size:11px;letter-spacing:.14em;color:#a1282a;white-space:nowrap}.footer-slogan{display:block;margin-top:8px;font-family:"Mont",Arial,sans-serif;font-size:11px;letter-spacing:.14em;color:#ffc56d}.footer img{width:auto!important;height:58px!important;object-fit:contain}@media(max-width:760px){.brand-slogan{display:none}.brand img{height:40px!important;max-width:145px}.footer img{height:48px!important}}
