:root{--ink:#11130f;--paper:#f6f1e8;--white:#fff;--gold:#c99b49;--green:#173b2b;--burgundy:#55211f;--muted:#706d66;--line:rgba(17,19,15,.13);--radius:28px;--shadow:0 25px 70px rgba(28,22,14,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1240px,calc(100% - 48px));margin:auto}.section{padding:110px 0}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--gold)}.eyebrow:before{content:"";width:30px;height:1px;background:currentColor}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Playfair Display",serif}h2{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.04em;margin:18px 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 25px;border-radius:999px;border:0;font-weight:800;cursor:pointer;transition:.3s}.btn:hover{transform:translateY(-2px)}.btn-sm{min-height:44px;padding:0 18px;font-size:13px}.btn-dark{background:var(--ink);color:#fff}.btn-gold{background:var(--gold);color:#111}.btn-light{background:#fff;color:#151515}.site-header{position:fixed;z-index:30;left:0;right:0;top:0;transition:.3s}.site-header.scrolled{background:rgba(246,241,232,.88);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(0,0,0,.05)}.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px}.brand img{width:54px;height:54px;border-radius:50%;object-fit:cover}.brand span{display:grid;line-height:1}.brand strong{font-family:"Playfair Display",serif;font-size:20px}.brand small{font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin-top:5px}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:700}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--ink);transition:.3s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:10px}.lang-btn,.menu-btn{border:1px solid var(--line);background:rgba(255,255,255,.55);height:44px;border-radius:999px;cursor:pointer}.lang-btn{width:48px;font-size:12px;font-weight:800}.menu-btn{width:44px;display:none;place-content:center;gap:5px}.menu-btn span{display:block;width:18px;height:2px;background:#111}.mobile-menu{display:none}.hero{min-height:100vh;padding-top:110px;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 35%,#fff 0,#f6f1e8 45%,#efe4d1 100%)}.hero-grid{min-height:760px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:40px;position:relative;z-index:2}.hero h1{font-size:clamp(60px,7vw,105px);line-height:.94;letter-spacing:-.055em;margin:22px 0 28px}.hero h1 em{color:var(--green);font-weight:600}.hero-copy>p{font-size:18px;line-height:1.8;color:var(--muted);max-width:620px}.hero-actions{display:flex;align-items:center;gap:28px;margin:36px 0 48px}.text-link{display:flex;align-items:center;gap:12px;font-weight:800}.text-link b{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.hero-trust{display:flex;gap:38px}.hero-trust div{display:grid}.hero-trust strong{font-family:"Playfair Display",serif;font-size:30px}.hero-trust span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.hero-visual{position:relative;min-height:650px;display:grid;place-items:center}.pack-stage{position:relative;width:min(510px,80%)}.hero-pack{position:relative;z-index:2;filter:drop-shadow(0 35px 36px rgba(0,0,0,.22));animation:float 5s ease-in-out infinite}.pack-shadow{position:absolute;left:12%;right:12%;bottom:0;height:50px;border-radius:50%;background:rgba(0,0,0,.18);filter:blur(20px)}@keyframes float{50%{transform:translateY(-14px)}}.seal{position:absolute;z-index:5;right:0;top:95px;width:116px;height:116px;border-radius:50%;background:var(--gold);display:grid;place-content:center;text-align:center;box-shadow:var(--shadow);transform:rotate(9deg)}.seal span,.seal small{font-size:9px;letter-spacing:.16em}.seal strong{font-family:"Playfair Display",serif;font-size:27px}.floating-note{position:absolute;background:rgba(255,255,255,.75);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);border-radius:18px;padding:15px 17px;display:flex;align-items:center;gap:22px;box-shadow:0 16px 35px rgba(0,0,0,.08);font-size:12px;font-weight:800}.floating-note strong{font-family:"Playfair Display",serif;font-size:20px;color:var(--gold)}.note-one{left:0;top:210px}.note-two{right:20px;bottom:120px}.hero-glow{position:absolute;border-radius:50%;filter:blur(20px)}.glow-one{width:330px;height:330px;background:rgba(201,155,73,.18);right:-80px;top:120px}.glow-two{width:250px;height:250px;background:rgba(23,59,43,.11);left:-90px;bottom:20px}.ticker{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:#fff;padding:15px 0;white-space:nowrap;overflow:hidden;font-size:11px;letter-spacing:.23em}.ticker div{display:inline-block;animation:ticker 24s linear infinite}@keyframes ticker{to{transform:translateX(-50%)}}.story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.story-card{background:var(--burgundy);color:#fff;min-height:480px;border-radius:var(--radius);padding:48px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow);position:relative;overflow:hidden}.story-card:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-80px;bottom:-80px}.story-number{font-size:13px;letter-spacing:.2em;color:#e4bc78}.story-card p{font-family:"Playfair Display",serif;font-size:clamp(34px,4vw,58px);line-height:1.08;margin:0;position:relative;z-index:1}.story-copy>p{font-size:17px;color:var(--muted);line-height:1.9}.signature{display:flex;align-items:center;gap:16px;margin-top:30px}.signature span{width:55px;height:1px;background:var(--gold)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:50px}.section-head h2{margin-bottom:0}.section-head>p{max-width:460px;color:var(--muted);line-height:1.8}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.35s;cursor:pointer}.product-card:hover{transform:translateY(-9px);box-shadow:var(--shadow)}.product-image{height:390px;position:relative;display:grid;place-items:center;overflow:hidden}.product-image:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.65),transparent)}.product-card.burgundy .product-image{background:#eadad7}.product-card.green .product-image{background:#dce5dc}.product-card.black .product-image{background:#dadad6}.product-card.cream .product-image{background:#eee6d7}.product-image img{height:92%;width:auto;position:relative;transition:.4s;filter:drop-shadow(0 22px 20px rgba(0,0,0,.17))}.product-card:hover img{transform:scale(1.045) rotate(-1deg)}.badge{position:absolute;z-index:2;top:16px;left:16px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);border-radius:999px;padding:8px 11px;font-size:9px;font-weight:800;letter-spacing:.1em}.product-info{padding:24px}.product-info small{font-size:9px;letter-spacing:.16em;color:var(--gold);font-weight:800}.product-info h3{font-family:"Playfair Display",serif;font-size:25px;margin:10px 0}.product-info p{min-height:46px;color:var(--muted);font-size:13px;line-height:1.7}.product-info>div{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800}.product-open{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}.quality{background:#11130f;color:#fff}.quality-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.quality-visual{min-height:650px;background:radial-gradient(circle,#365643 0,#1e2f25 45%,#151a16 100%);border-radius:var(--radius);display:grid;place-items:center;position:relative;overflow:hidden}.quality-visual img{height:85%;position:relative;z-index:2;filter:drop-shadow(0 30px 30px rgba(0,0,0,.42))}.coffee-ring{position:absolute;width:480px;height:480px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}.quality-copy>p{color:#b7b8b3;line-height:1.8;font-size:17px}.quality-list{margin-top:35px}.quality-list>div{display:flex;gap:20px;padding:20px 0;border-top:1px solid rgba(255,255,255,.13)}.quality-list b{color:var(--gold);font-size:12px}.quality-list span{display:grid;gap:6px}.quality-list strong{font-size:17px}.quality-list small{color:#a4a69e;line-height:1.5}.ritual{background:linear-gradient(rgba(39,18,12,.68),rgba(39,18,12,.72)),url('../images/Classic.webp') center 42%/cover fixed;min-height:620px;display:grid;place-items:center;text-align:center;color:#fff}.ritual h2{font-size:clamp(52px,7vw,95px)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}.contact-copy>p{color:var(--muted);line-height:1.8}.contact-copy>a{font-size:19px;font-weight:800;border-bottom:1px solid}.contact-form{background:#fff;padding:38px;border-radius:var(--radius);display:grid;grid-template-columns:1fr 1fr;gap:20px;border:1px solid var(--line)}.contact-form label{display:grid;gap:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.contact-form label:nth-child(4){grid-column:1/-1}.contact-form input,.contact-form textarea{border:0;border-bottom:1px solid var(--line);padding:12px 4px;background:transparent;outline:none;resize:vertical}.contact-form button{grid-column:1/-1}.form-success{display:none;grid-column:1/-1;color:var(--green);font-weight:800}.contact-form.sent .form-success{display:block}footer{background:#0d0e0c;color:#fff;padding:30px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand img{width:45px;height:45px}.footer-inner p{margin:0;color:#8e908a;font-size:12px}.back-top{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2)}.modal{position:fixed;z-index:60;inset:0;background:rgba(8,8,7,.78);backdrop-filter:blur(12px);display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:.3s}.modal.active{opacity:1;visibility:visible}.modal-close{position:absolute;right:25px;top:20px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;font-size:30px;cursor:pointer}.modal-panel{width:min(1000px,100%);max-height:88vh;overflow:auto;background:var(--paper);border-radius:30px;display:grid;grid-template-columns:1fr 1fr}.modal-image{min-height:610px;background:#e7dfd1;display:grid;place-items:center;border-radius:30px 0 0 30px}.modal-image img{max-height:570px;filter:drop-shadow(0 25px 24px rgba(0,0,0,.2))}.modal-content{padding:55px}.modal-content h2{font-size:55px;margin-bottom:8px}.modal-subtitle{font-weight:800}.modal-description{color:var(--muted);line-height:1.8}.modal-tags{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.modal-tags span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.modal-content ul{padding-left:18px;color:var(--muted);line-height:2;margin-bottom:28px}.reveal{opacity:0;transform:translateY(28px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}html[dir="rtl"] body{font-family:Cairo,Arial,sans-serif}html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] .brand strong,html[dir="rtl"] .story-card p{font-family:Cairo,Arial,sans-serif}html[dir="rtl"] .eyebrow{letter-spacing:.03em}html[dir="rtl"] .eyebrow:before{order:2}html[dir="rtl"] .modal-content ul{padding-right:18px;padding-left:0}html[dir="rtl"] .badge{left:auto;right:16px}html[dir="rtl"] .modal-image{border-radius:0 30px 30px 0}
@media(max-width:1050px){.desktop-nav{display:none}.menu-btn{display:grid}.header-actions .btn{display:none}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:70px}.product-grid{grid-template-columns:repeat(2,1fr)}.quality-grid{gap:50px}.mobile-menu{position:fixed;inset:92px 20px auto;background:#fff;border-radius:20px;padding:20px;box-shadow:var(--shadow);display:grid;gap:4px;transform:translateY(-15px);opacity:0;visibility:hidden;transition:.3s}.mobile-menu a{padding:14px}.menu-open .mobile-menu{opacity:1;visibility:visible;transform:none}}@media(max-width:760px){.container{width:min(100% - 28px,1240px)}.section{padding:78px 0}.nav-wrap{height:76px}.brand img{width:44px;height:44px}.brand strong{font-size:17px}.brand small{font-size:9px}.mobile-menu{inset:76px 14px auto}.hero{padding-top:80px}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:70px 0 85px}.hero-copy{text-align:center}.hero .eyebrow{justify-content:center}.hero h1{font-size:clamp(54px,15vw,76px)}.hero-copy>p{font-size:15px}.hero-actions{justify-content:center;flex-direction:column;gap:18px}.hero-trust{justify-content:center;gap:25px}.hero-visual{min-height:520px}.pack-stage{width:78%}.seal{width:90px;height:90px;right:5px;top:55px}.seal strong{font-size:21px}.floating-note{display:none}.story-grid,.quality-grid,.contact-grid{grid-template-columns:1fr;gap:40px}.story-card{min-height:380px;padding:30px}.section-head{display:block}.section-head>p{margin-top:20px}.product-grid{grid-template-columns:1fr}.product-image{height:410px}.quality-visual{min-height:500px}.quality-grid{display:flex;flex-direction:column-reverse}.quality h2,.contact h2{font-size:44px}.ritual{background-attachment:scroll;min-height:520px}.contact-form{grid-template-columns:1fr;padding:25px}.contact-form label:nth-child(4),.contact-form button{grid-column:auto}.footer-inner{flex-direction:column;text-align:center}.modal{padding:10px}.modal-panel{grid-template-columns:1fr;max-height:92vh}.modal-image{min-height:340px;border-radius:25px 25px 0 0!important}.modal-image img{max-height:320px}.modal-content{padding:28px}.modal-content h2{font-size:38px}.modal-close{right:15px;top:12px;z-index:2}.hero-trust strong{font-size:24px}.hero-trust span{font-size:9px}}

/* =========================================================
   V2 — LUXURY DARK MODE
   ========================================================= */
:root{
  --ink:#f5efe4;
  --paper:#090a09;
  --white:#131512;
  --gold:#d4a951;
  --green:#1c4934;
  --burgundy:#6b2926;
  --muted:#aaa79f;
  --line:rgba(255,255,255,.11);
  --radius:28px;
  --shadow:0 28px 90px rgba(0,0,0,.42);
}
html{color-scheme:dark}
body{
  background:
    radial-gradient(circle at 15% 5%,rgba(212,169,81,.07),transparent 28%),
    #090a09;
  color:var(--ink);
}
::selection{background:var(--gold);color:#111}
.site-header.scrolled{
  background:rgba(9,10,9,.82);
  border-bottom:1px solid rgba(255,255,255,.07);
  box-shadow:0 14px 35px rgba(0,0,0,.28);
}
.brand img{box-shadow:0 0 0 1px rgba(212,169,81,.25),0 10px 30px rgba(0,0,0,.25)}
.desktop-nav a:after{background:var(--gold)}
.lang-btn,.menu-btn{
  border-color:rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  color:#fff;
}
.menu-btn span{background:#fff}
.btn-dark{background:#f1e9da;color:#121310}
.btn-dark:hover{background:var(--gold)}
.btn-gold{box-shadow:0 12px 30px rgba(212,169,81,.18)}
.text-link b{border-color:rgba(255,255,255,.14)}

.hero{
  background:
    radial-gradient(circle at 73% 34%,rgba(42,86,61,.30),transparent 24%),
    radial-gradient(circle at 78% 40%,rgba(212,169,81,.10),transparent 38%),
    linear-gradient(135deg,#080908 0%,#11130f 52%,#0a0b09 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,#000,transparent 85%);
}
.hero h1 em{color:#d8b263;text-shadow:0 0 35px rgba(212,169,81,.13)}
.hero-copy>p,.hero-trust span{color:#aaa89f}
.pack-stage:before{
  content:"";
  position:absolute;
  width:82%;
  aspect-ratio:1;
  left:9%;
  top:7%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(212,169,81,.18),rgba(24,66,46,.10) 42%,transparent 72%);
  filter:blur(8px);
}
.pack-shadow{background:rgba(0,0,0,.62)}
.hero-pack{filter:drop-shadow(0 42px 38px rgba(0,0,0,.55))}
.seal{color:#111;background:linear-gradient(145deg,#efd58e,#b9862f);box-shadow:0 18px 55px rgba(0,0,0,.42),0 0 0 6px rgba(212,169,81,.08)}
.floating-note{
  background:rgba(20,23,19,.72);
  border-color:rgba(255,255,255,.09);
  box-shadow:0 20px 55px rgba(0,0,0,.28);
  color:#f5efe4;
}
.glow-one{background:rgba(212,169,81,.12)}
.glow-two{background:rgba(33,91,63,.14)}
.ticker{background:#d1a449;color:#111;font-weight:800}

.story{background:#0b0c0a}
.story-card{
  background:
    radial-gradient(circle at 90% 90%,rgba(212,169,81,.17),transparent 32%),
    linear-gradient(145deg,#57201f,#2d1111);
  border:1px solid rgba(212,169,81,.18);
}
.story-card:after{border-color:rgba(212,169,81,.22)}
.story-copy>p,.section-head>p,.contact-copy>p{color:var(--muted)}

.products{
  background:
    radial-gradient(circle at 95% 10%,rgba(86,34,31,.15),transparent 24%),
    #0f110e;
}
.product-card{
  background:#151714;
  border-color:rgba(255,255,255,.08);
  box-shadow:0 12px 30px rgba(0,0,0,.14);
}
.product-card:hover{border-color:rgba(212,169,81,.28);box-shadow:0 30px 75px rgba(0,0,0,.45)}
.product-image:before{background:linear-gradient(145deg,rgba(255,255,255,.11),transparent 58%)}
.product-card.burgundy .product-image{background:radial-gradient(circle at 50% 36%,#6d3430 0,#361817 68%,#20100f 100%)}
.product-card.green .product-image{background:radial-gradient(circle at 50% 36%,#38684f 0,#173a29 68%,#0e2218 100%)}
.product-card.black .product-image{background:radial-gradient(circle at 50% 36%,#484a46 0,#20221f 68%,#10110f 100%)}
.product-card.cream .product-image{background:radial-gradient(circle at 50% 36%,#c0a978 0,#77633e 58%,#332919 100%)}
.badge{background:rgba(12,14,11,.62);border:1px solid rgba(255,255,255,.10);color:#fff}
.product-info p{color:#9e9d96}
.product-open{border-color:rgba(255,255,255,.14);background:#20221e;color:#fff;transition:.3s}
.product-card:hover .product-open{background:var(--gold);color:#111;border-color:var(--gold)}

.quality{background:linear-gradient(145deg,#090a09,#10130f)}
.quality-visual{border:1px solid rgba(212,169,81,.12);box-shadow:inset 0 0 80px rgba(0,0,0,.25)}
.quality-list>div{border-color:rgba(255,255,255,.10)}

.ritual{
  background:
    linear-gradient(rgba(7,8,7,.78),rgba(7,8,7,.88)),
    url('../images/Classic.webp') center 42%/cover fixed;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.ritual-inner{filter:drop-shadow(0 16px 40px rgba(0,0,0,.38))}
.btn-light{background:#f3ecdf;color:#111}
.btn-light:hover{background:var(--gold)}

.contact{background:#0a0b09}
.contact-form{
  background:linear-gradient(145deg,#161814,#10120f);
  border-color:rgba(255,255,255,.09);
  box-shadow:0 28px 80px rgba(0,0,0,.25);
}
.contact-form input,.contact-form textarea{color:#fff;border-color:rgba(255,255,255,.12)}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold)}
.form-success{color:#d5ad5b}
footer{background:#050605;border-top:1px solid rgba(255,255,255,.06)}

.modal{background:rgba(0,0,0,.84)}
.modal-panel{background:#121411;border:1px solid rgba(255,255,255,.09);box-shadow:0 40px 120px rgba(0,0,0,.65)}
.modal-image{background:radial-gradient(circle,#34372f,#171915 68%,#0d0e0c)}
.modal-description,.modal-content ul{color:#aaa79f}
.modal-tags span{border-color:rgba(255,255,255,.12)}

@media(max-width:1050px){
  .mobile-menu{
    background:rgba(15,17,14,.96);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 25px 70px rgba(0,0,0,.55);
    backdrop-filter:blur(18px);
  }
  .mobile-menu a{border-bottom:1px solid rgba(255,255,255,.06)}
  .mobile-menu a:last-child{border-bottom:0}
}
@media(max-width:760px){
  .hero{background:radial-gradient(circle at 50% 54%,rgba(34,81,56,.28),transparent 26%),linear-gradient(145deg,#080908,#10120f)}
  .ritual{background-attachment:scroll}
  .contact-form{box-shadow:none}
}


/* =====================================================
   V3 — CINEMATIC PRODUCT EXPERIENCE
   ===================================================== */
.hero-visual{isolation:isolate}
.pack-stage{height:570px;display:grid;place-items:center}
.pack-stage .hero-pack{position:absolute;z-index:2;width:min(500px,82%);opacity:0;transform:translateY(34px) scale(.94) rotate(-2deg);pointer-events:none;animation:none;transition:opacity .75s ease,transform .9s cubic-bezier(.2,.8,.2,1),filter .75s ease;filter:drop-shadow(0 42px 38px rgba(0,0,0,.55)) blur(5px)}
.pack-stage .hero-pack.active{opacity:1;transform:translateY(0) scale(1) rotate(0);filter:drop-shadow(0 42px 38px rgba(0,0,0,.55)) blur(0);animation:v3Float 5s ease-in-out 1s infinite}
@keyframes v3Float{50%{transform:translateY(-12px) scale(1.01)}}
.hero-slider-controls{position:absolute;z-index:8;bottom:54px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:15px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(10,12,9,.68);backdrop-filter:blur(16px)}
.hero-slider-controls>button{width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.07);color:#fff;cursor:pointer;transition:.25s}
.hero-slider-controls>button:hover{background:var(--gold);color:#111}
.hero-dots{display:flex;gap:7px}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.28);cursor:pointer;transition:.3s}.hero-dots button.active{width:24px;border-radius:99px;background:var(--gold)}
.hero-product-label{position:absolute;z-index:8;bottom:116px;left:50%;transform:translateX(-50%);display:grid;text-align:center;min-width:240px}.hero-product-label small{font-size:10px;letter-spacing:.2em;color:var(--gold);font-weight:800}.hero-product-label strong{margin-top:7px;font-family:"Playfair Display",serif;font-size:19px;color:#fff;transition:.3s}
.product-toolbar{display:flex;align-items:center;justify-content:space-between;margin:0 0 30px;padding:18px 22px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.025)}
.product-count,.size-pills{display:flex;align-items:center;gap:12px}.product-count strong{font-family:"Playfair Display",serif;font-size:30px;color:var(--gold)}.product-count span,.size-pills b{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#aaa79f}.size-pills span{display:grid;place-items:center;min-width:58px;height:34px;border-radius:99px;background:#20231e;border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:800;color:#fff}.product-card{transform-style:preserve-3d;will-change:transform;transition:transform .3s ease,border-color .3s,box-shadow .3s}.product-image img{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .4s}.product-card:hover .product-image img{transform:translateY(-10px) scale(1.045);filter:drop-shadow(0 30px 22px rgba(0,0,0,.46))}.product-info{position:relative;z-index:3}
@media(max-width:760px){.pack-stage{height:450px}.hero-slider-controls{bottom:20px}.hero-product-label{bottom:76px}.product-toolbar{align-items:flex-start;gap:18px}.size-pills{flex-wrap:wrap;justify-content:flex-end}.size-pills b{width:100%;text-align:right}.pack-stage .hero-pack{width:min(380px,88%)}}
@media(max-width:520px){.product-toolbar{display:grid}.size-pills{justify-content:flex-start}.size-pills b{text-align:left}.hero-product-label strong{font-size:16px}}
html[dir="rtl"] .size-pills b{text-align:right}
