:root{
  --black:#090706;
  --black-2:#120d0b;
  --cream:#f7efe3;
  --cream-2:#fff9f0;
  --muted:#cbbfad;
  --gold:#c8a45d;
  --rose:#b9796f;
  --raspberry:#b94a5a;
  --brown:#3a241c;
  --line:rgba(248,239,227,.14);
  --line-dark:rgba(9,7,6,.1);
  --shadow:0 28px 80px rgba(0,0,0,.32);
  --radius:28px;
  --serif:'Playfair Display', Georgia, serif;
  --sans:'Manrope', Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream-2);
  color:var(--black);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.7;
  overflow-x:hidden;
}
body[dir="rtl"]{font-family:'Noto Kufi Arabic', var(--sans);}
body[dir="rtl"] .headline,body[dir="rtl"] h1,body[dir="rtl"] h2,body[dir="rtl"] h3{font-family:'Noto Kufi Arabic', var(--serif)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
::selection{background:var(--gold);color:var(--black)}
.container{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gold);
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:12px;
  font-weight:700;
}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor;opacity:.7}
.headline{font-family:var(--serif);font-weight:600;line-height:.96;letter-spacing:-.045em;margin:0;color:inherit}
.lead{color:rgba(248,239,227,.75);font-size:18px;max-width:620px;margin:22px 0 0}
.dark{background:var(--black);color:var(--cream)}
.btn{
  border:1px solid transparent;
  border-radius:999px;
  min-height:48px;
  padding:14px 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.01em;
  transition:.28s ease;
  cursor:pointer;
}
.btn.primary{background:var(--cream);color:var(--black);box-shadow:0 18px 48px rgba(248,239,227,.16)}
.btn.gold{background:var(--gold);color:var(--black)}
.btn.ghost{background:rgba(248,239,227,.06);color:var(--cream);border-color:rgba(248,239,227,.18)}
.btn.darkline{background:transparent;color:var(--black);border-color:rgba(9,7,6,.16)}
.btn:hover{transform:translateY(-2px)}
.btn.primary:hover{background:#fff}
.btn.ghost:hover{border-color:rgba(200,164,93,.55);background:rgba(200,164,93,.09)}
.nav{
  position:fixed;top:0;left:0;right:0;z-index:50;
  transition:.25s ease;
  color:var(--cream);
  background:linear-gradient(to bottom,rgba(9,7,6,.82),rgba(9,7,6,.25),transparent);
  backdrop-filter: blur(14px);
}
.nav.is-scrolled{background:rgba(9,7,6,.86);border-bottom:1px solid rgba(248,239,227,.1)}
.nav-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:10px;min-width:180px;padding:8px 14px;border-radius:999px;background:transparent;box-shadow:none}
.logo img{width:178px;height:auto;display:block}
.footer-logo{width:180px;display:block;padding:0;border-radius:0;background:transparent;box-shadow:none}
.menu{display:flex;align-items:center;gap:26px;font-size:14px;color:rgba(248,239,227,.78)}
.menu a{transition:.22s ease}
.menu a:hover{color:var(--gold)}
.nav-actions{display:flex;align-items:center;gap:10px}
.lang{display:flex;gap:4px;padding:5px;border:1px solid rgba(248,239,227,.12);border-radius:999px;background:rgba(248,239,227,.06)}
.lang button{border:0;background:transparent;color:rgba(248,239,227,.68);padding:7px 9px;border-radius:999px;font-size:12px;font-weight:800;cursor:pointer}
.lang button.active{background:var(--cream);color:var(--black)}
.mobile-toggle{display:none;background:transparent;border:1px solid rgba(248,239,227,.18);color:var(--cream);border-radius:999px;width:46px;height:46px;align-items:center;justify-content:center}
.mobile-drawer{display:none}
.hero{
  min-height:100svh;
  position:relative;
  display:grid;
  align-items:center;
  overflow:hidden;
  background:var(--black);
  color:var(--cream);
}
.hero:before{content:"";position:absolute;inset:0;background:url('../images/pattern.svg') right center/auto 120% no-repeat;opacity:.75;pointer-events:none}
.hero-bg{position:absolute;inset:0;opacity:.76}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center right;filter:saturate(.95) contrast(1.02)}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,7,6,.98) 0%,rgba(9,7,6,.82) 32%,rgba(9,7,6,.16) 76%,rgba(9,7,6,.7) 100%)}
.hero-content{position:relative;z-index:2;padding-top:96px;padding-bottom:76px;display:grid;grid-template-columns:1fr .86fr;align-items:center;gap:44px}
.hero h1{font-size:clamp(58px,8vw,132px);max-width:760px}
.hero-kicker{margin-bottom:24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:54px;max-width:680px}
.metric{border:1px solid rgba(248,239,227,.12);background:rgba(248,239,227,.05);border-radius:22px;padding:19px 18px;backdrop-filter:blur(16px)}
.metric strong{display:block;color:var(--cream);font-family:var(--serif);font-size:28px;line-height:1}
.metric span{font-size:12px;color:rgba(248,239,227,.6);text-transform:uppercase;letter-spacing:.12em}
.hero-card{justify-self:end;width:min(390px,100%);border:1px solid rgba(248,239,227,.14);border-radius:34px;background:rgba(248,239,227,.07);padding:18px;box-shadow:var(--shadow);backdrop-filter:blur(24px)}
.hero-card-inner{border-radius:24px;background:rgba(9,7,6,.44);padding:24px;min-height:360px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.hero-card-inner:before{content:"";position:absolute;inset:auto -30% -48% -30%;height:70%;background:radial-gradient(circle,var(--gold),transparent 64%);opacity:.12}
.hero-card h3{font-family:var(--serif);font-size:36px;line-height:1.02;margin:0 0 14px;position:relative}
.hero-card p{color:rgba(248,239,227,.68);margin:0;position:relative}
.slide-dots{display:flex;gap:8px;margin-top:28px}
.slide-dots button{width:42px;height:4px;border:0;border-radius:999px;background:rgba(248,239,227,.23);cursor:pointer}
.slide-dots button.active{background:var(--gold)}
.section{padding:112px 0;position:relative}
.section-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:44px}
.section-title{font-family:var(--serif);font-size:clamp(40px,5vw,78px);line-height:1;letter-spacing:-.04em;margin:14px 0 0;max-width:720px}.section-title--multiline{white-space:pre-line}
.section-copy{color:rgba(9,7,6,.62);max-width:480px;margin:0}
.dark .section-copy{color:rgba(248,239,227,.66)}
.intro{background:var(--cream-2)}
.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.intro-panel{border-radius:var(--radius);padding:42px;background:var(--black);color:var(--cream);min-height:430px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}
.intro-panel:before{content:"";position:absolute;inset:-30% -20% auto auto;width:420px;height:420px;background:radial-gradient(circle,var(--gold),transparent 70%);opacity:.14}
.intro-panel h2{font-size:clamp(40px,5vw,78px)}
.intro-panel p{color:rgba(248,239,227,.68);font-size:18px;position:relative}
.sign{font-family:var(--serif);color:var(--gold);font-size:25px;position:relative}
.intro-content{display:grid;gap:18px}
.intro-content p{font-size:18px;color:rgba(9,7,6,.66);margin:0}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}
.value{border:1px solid var(--line-dark);border-radius:22px;padding:24px;background:#fffdf7}
.value .num{font-family:var(--serif);font-size:38px;color:var(--gold);line-height:1}
.value h4{margin:14px 0 4px}
.value p{font-size:14px!important;color:rgba(9,7,6,.55)!important}
.line-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.line-card{border-radius:34px;min-height:440px;padding:36px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;color:var(--cream);background:var(--black);border:1px solid rgba(248,239,227,.1);box-shadow:0 30px 60px rgba(9,7,6,.16)}
.line-card.light{background:#f0e5d5;color:var(--black);border-color:rgba(9,7,6,.08)}
.line-card:before{content:"";position:absolute;inset:auto -20% -30% -20%;height:60%;background:radial-gradient(circle,var(--gold),transparent 65%);opacity:.13;transition:.45s ease}
.line-card:hover:before{transform:translateY(-24px);opacity:.18}
.line-card h3{font-family:var(--serif);font-size:50px;line-height:1;margin:0 0 18px;position:relative}
.line-card p{max-width:480px;position:relative;color:rgba(248,239,227,.68)}
.line-card.light p{color:rgba(9,7,6,.62)}
.line-card .tags{display:flex;flex-wrap:wrap;gap:8px;position:relative;margin-top:20px}
.tag{border:1px solid currentColor;border-color:rgba(200,164,93,.38);color:var(--gold);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;letter-spacing:.05em}
.product-controls{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}
.filter{border:1px solid rgba(9,7,6,.12);background:#fffaf0;color:rgba(9,7,6,.62);padding:11px 16px;border-radius:999px;font-weight:800;cursor:pointer;transition:.22s ease}
.filter.active,.filter:hover{background:var(--black);color:var(--cream)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fffaf0;border:1px solid rgba(9,7,6,.09);border-radius:30px;overflow:hidden;transition:.34s ease;position:relative}
.product-card:hover{transform:translateY(-7px);box-shadow:0 26px 70px rgba(9,7,6,.12)}
.product-media{aspect-ratio:4/5;background:#160e0b;display:grid;place-items:center;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.product-card:hover img{transform:scale(1.045)}
.product-body{padding:24px}
.badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;background:rgba(200,164,93,.16);color:#7b5b1f;margin-bottom:14px}
.product-body h3{font-family:var(--serif);font-size:31px;line-height:1.05;margin:0 0 10px;letter-spacing:-.03em}
.product-body p{color:rgba(9,7,6,.58);font-size:14px;margin:0 0 18px}
.card-link{font-weight:900;color:var(--black);display:inline-flex;gap:8px;align-items:center}
.card-link:after{content:"→";color:var(--gold)}
.horeca{background:var(--black);color:var(--cream);overflow:hidden}
.horeca:before{content:"";position:absolute;inset:0;background:url('../images/pattern.svg') left center/auto 130% no-repeat;opacity:.55}
.horeca-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;position:relative}
.horeca-box{border:1px solid rgba(248,239,227,.12);border-radius:34px;background:rgba(248,239,227,.06);padding:38px;backdrop-filter:blur(18px)}
.horeca-box h2{font-size:clamp(42px,5vw,78px)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}
.feature{border:1px solid rgba(248,239,227,.12);border-radius:22px;padding:20px;background:rgba(248,239,227,.04)}
.feature strong{display:block;color:var(--gold);font-size:13px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:8px}
.feature p{margin:0;color:rgba(248,239,227,.65);font-size:14px}
.visual-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:end}
.visual-stack img{border-radius:28px;border:1px solid rgba(248,239,227,.12);box-shadow:var(--shadow)}
.visual-stack img:nth-child(2){transform:translateY(48px)}
.dealership{background:linear-gradient(135deg,#0a0706,#1a100c);color:var(--cream);overflow:hidden}
.dealership:before{content:"";position:absolute;right:-10%;top:-20%;width:580px;height:580px;background:radial-gradient(circle,var(--rose),transparent 65%);opacity:.16}
.deal-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start;position:relative}
.deal-copy{position:sticky;top:110px}
.deal-copy h2{font-size:clamp(46px,5vw,82px)}
.checks{margin:34px 0 0;display:grid;gap:13px;color:rgba(248,239,227,.74)}
.checks span{display:flex;gap:11px;align-items:flex-start}
.checks span:before{content:"";width:20px;height:20px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(200,164,93,.12);margin-top:4px;flex:0 0 auto}
.form-card{border:1px solid rgba(248,239,227,.14);border-radius:34px;background:rgba(248,239,227,.07);padding:26px;backdrop-filter:blur(24px);box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.field{display:grid;gap:7px}
.field.full{grid-column:1/-1}
label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(248,239,227,.58);font-weight:900}
input,select,textarea{width:100%;border:1px solid rgba(248,239,227,.14);border-radius:18px;background:rgba(9,7,6,.44);color:var(--cream);padding:15px 16px;outline:none;transition:.22s ease}
textarea{min-height:126px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:rgba(200,164,93,.75);box-shadow:0 0 0 4px rgba(200,164,93,.1)}
.form-note{font-size:13px;color:rgba(248,239,227,.54);margin-top:14px}
.catalog{background:#f0e5d5;overflow:hidden}
.catalog-grid{display:grid;grid-template-columns:1fr .82fr;gap:46px;align-items:center}
.catalog-card{border-radius:34px;background:var(--black);color:var(--cream);min-height:440px;padding:36px;box-shadow:0 34px 90px rgba(9,7,6,.2);position:relative;overflow:hidden}
.catalog-card:before{content:"";position:absolute;inset:auto -35% -40% -35%;height:80%;background:radial-gradient(circle,var(--gold),transparent 66%);opacity:.18}
.catalog-card h3{font-family:var(--serif);font-size:46px;line-height:1.02;margin:0;position:relative}
.catalog-lines{position:relative;margin-top:120px;display:grid;gap:10px}
.catalog-lines span{height:12px;border-radius:999px;background:rgba(248,239,227,.14)}
.catalog-lines span:nth-child(2){width:72%}.catalog-lines span:nth-child(3){width:54%}
.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}
.accordion{display:grid;gap:12px}
.qa{border:1px solid rgba(9,7,6,.1);border-radius:22px;background:#fffaf0;overflow:hidden}
.qa button{width:100%;display:flex;justify-content:space-between;gap:15px;text-align:left;background:transparent;border:0;padding:22px 24px;font-weight:900;cursor:pointer;color:var(--black)}
body[dir="rtl"] .qa button{text-align:right}
.qa button:after{content:"+";color:var(--gold);font-size:22px;line-height:1}.qa.open button:after{content:"−"}
.qa p{display:none;margin:0;padding:0 24px 22px;color:rgba(9,7,6,.58)}
.qa.open p{display:block}
.contact-strip{background:var(--black);color:var(--cream);padding:56px 0;border-top:1px solid rgba(248,239,227,.1);border-bottom:1px solid rgba(248,239,227,.1)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.contact-item{border:1px solid rgba(248,239,227,.12);border-radius:24px;padding:24px;background:rgba(248,239,227,.04)}
.contact-item small{display:block;color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-weight:900;margin-bottom:8px}
.contact-item strong{font-size:18px}
.footer{background:#070504;color:var(--cream);padding:72px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}
.footer p{color:rgba(248,239,227,.58);max-width:360px}
.footer h4{margin:0 0 18px;color:var(--gold);font-size:13px;text-transform:uppercase;letter-spacing:.16em}
.footer a{display:block;color:rgba(248,239,227,.64);margin:9px 0}.footer a:hover{color:var(--gold)}
.footer-bottom{margin-top:58px;padding-top:24px;border-top:1px solid rgba(248,239,227,.1);display:flex;justify-content:space-between;color:rgba(248,239,227,.42);font-size:13px}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(30px);background:var(--black);color:var(--cream);border:1px solid rgba(200,164,93,.45);padding:14px 18px;border-radius:999px;z-index:100;opacity:0;pointer-events:none;transition:.25s ease;box-shadow:0 14px 48px rgba(0,0,0,.24)}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media (max-width:980px){
  .container{width:min(100% - 30px,1180px)}
  .menu,.nav-actions .btn{display:none}.mobile-toggle{display:flex}.nav-inner{height:76px}.logo{padding:7px 12px}.logo img{width:158px}
  .mobile-drawer{display:block;position:fixed;inset:76px 14px auto;z-index:49;background:rgba(9,7,6,.96);border:1px solid rgba(248,239,227,.12);border-radius:26px;padding:18px;color:var(--cream);transform:translateY(-10px);opacity:0;pointer-events:none;transition:.22s ease;backdrop-filter:blur(20px)}
  .mobile-drawer.open{opacity:1;transform:none;pointer-events:auto}.mobile-drawer a{display:block;padding:13px 10px;border-bottom:1px solid rgba(248,239,227,.08)}.mobile-drawer .btn{margin-top:14px;width:100%}
  .hero-content,.intro-grid,.horeca-grid,.deal-grid,.catalog-grid,.faq-grid{grid-template-columns:1fr}
  .hero h1{font-size:clamp(52px,13vw,92px)}.hero-card{justify-self:start}.hero-bg:after{background:linear-gradient(90deg,rgba(9,7,6,.96),rgba(9,7,6,.75),rgba(9,7,6,.64))}
  .section{padding:82px 0}.section-top{display:block}.section-copy{margin-top:18px}.line-grid,.products-grid{grid-template-columns:1fr 1fr}.deal-copy{position:relative;top:auto}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}
}
@media (max-width:640px){
  body{font-size:15px}.hero{min-height:920px}.hero-content{padding-top:108px;gap:26px}.hero-metrics{grid-template-columns:1fr 1fr}.metric strong{font-size:25px}.hero-card-inner{min-height:280px}.line-grid,.products-grid,.values,.form-grid,.footer-grid{grid-template-columns:1fr}.line-card{min-height:360px;padding:28px}.line-card h3{font-size:40px}.visual-stack{grid-template-columns:1fr}.visual-stack img:nth-child(2){transform:none}.footer-bottom{display:block}.catalog-card{min-height:360px}.contact-strip{padding:36px 0}.hero-actions .btn{width:100%}.lang{transform:scale(.92);transform-origin:right center}
}

/* --- Kechy-inspired Toroness preview overrides --- */
.kechy-inspired{background:#fff8ec;color:#120d0b;}
.kechy-inspired .container{width:min(1240px,calc(100% - 44px));}
.nav-light{background:rgba(255,248,236,.9);color:#120d0b;border-bottom:1px solid rgba(18,13,11,.07);box-shadow:0 14px 38px rgba(18,13,11,.06)}
.nav-light.is-scrolled{background:rgba(255,248,236,.96);border-bottom:1px solid rgba(18,13,11,.08)}
.nav-light .menu{color:rgba(18,13,11,.78);font-weight:800;gap:23px}
.nav-light .menu a:hover{color:#b94a5a}
.nav-light .lang{border-color:rgba(18,13,11,.1);background:#fff}
.nav-light .lang button{color:rgba(18,13,11,.56)}
.nav-light .lang button.active{background:#120d0b;color:#fff8ec}
.nav-light .mobile-toggle{color:#120d0b;border-color:rgba(18,13,11,.16)}
.nav-light .logo{background:transparent;box-shadow:none}
.kechy-hero{position:relative;min-height:calc(100svh - 0px);padding:132px 0 0;overflow:hidden;background:linear-gradient(135deg,#fff7e8 0%,#fde8ee 48%,#fff9f0 100%)}
.hero-soft-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 18%,rgba(185,74,90,.22),transparent 28%),radial-gradient(circle at 12% 88%,rgba(200,164,93,.2),transparent 28%);pointer-events:none}
.kechy-hero-grid{position:relative;display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center;min-height:660px;padding-bottom:54px}
.kechy-hero-copy .headline{font-size:clamp(58px,7.4vw,120px);max-width:820px;color:#120d0b}
.lead-dark{font-size:20px;color:rgba(18,13,11,.66);max-width:640px;margin:24px 0 0;line-height:1.75}
.kechy-showcase{position:relative;min-height:620px;display:grid;place-items:center}
.showcase-orbit{position:absolute;width:min(560px,90%);aspect-ratio:1;border-radius:50%;background:linear-gradient(135deg,#fff,#f5d5de);box-shadow:inset 0 -50px 90px rgba(185,74,90,.14),0 48px 120px rgba(185,74,90,.18)}
.showcase-orbit:after{content:"";position:absolute;inset:28px;border-radius:50%;border:1px solid rgba(185,74,90,.18)}
.hero-pack{position:absolute;width:240px;filter:drop-shadow(0 36px 48px rgba(18,13,11,.26));transition:.5s ease}.hero-pack-main{width:340px;z-index:3}.hero-pack-left{left:16px;bottom:92px;transform:rotate(-10deg);z-index:2}.hero-pack-right{right:8px;top:82px;transform:rotate(9deg);z-index:2}
.showcase-badge{position:absolute;right:12%;bottom:14%;background:#120d0b;color:#fff8ec;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 22px 60px rgba(18,13,11,.22);z-index:4}
.hero-strip{
  position:relative;
  overflow:hidden;
  background:#120d0b;
  color:#fff8ec;
  border-top:1px solid rgba(18,13,11,.12);
  border-bottom:1px solid rgba(255,248,236,.08);
}
.hero-strip-marquee{
  width:100%;
  overflow:hidden;
  direction:ltr;
}
.hero-strip-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:heroStripMarqueeLTR 28s linear infinite;
}
.hero-strip:hover .hero-strip-track{
  animation-play-state:paused;
}
.hero-strip-group{
  flex:0 0 auto;
  min-width:100vw;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:0;
  padding:18px 20px;
}
.hero-strip span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  padding:0 clamp(22px,3vw,46px);
  border-right:1px solid rgba(255,248,236,.18);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900;
}
.hero-strip span:last-child{border-right:0}
@keyframes heroStripMarqueeLTR{
  from{transform:translate3d(-50%,0,0)}
  to{transform:translate3d(0,0,0)}
}
@keyframes heroStripMarqueeRTL{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
body[dir="rtl"] .hero-strip-track{
  animation-name:heroStripMarqueeRTL;
}
body[dir="rtl"] .hero-strip-group{
  direction:rtl;
}
body[dir="rtl"] .hero-strip span{
  border-right:0;
  border-left:1px solid rgba(255,248,236,.18);
}
body[dir="rtl"] .hero-strip span:last-child{border-left:0}
.story-band{padding:86px 0;background:#fff8ec}.story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:stretch}.story-card{border-radius:36px;padding:42px;min-height:330px;display:flex;flex-direction:column;justify-content:space-between}.dark-story{background:#120d0b;color:#fff8ec;box-shadow:0 32px 80px rgba(18,13,11,.16)}.story-card span{color:#c8a45d;font-weight:900;text-transform:uppercase;letter-spacing:.18em}.story-card h2{font-family:var(--serif);font-size:clamp(36px,4.6vw,72px);line-height:1;letter-spacing:-.045em;margin:0}.story-text{background:#fff;border:1px solid rgba(18,13,11,.08);border-radius:36px;padding:42px;display:flex;flex-direction:column;justify-content:center;gap:18px}.story-text p{font-size:18px;color:rgba(18,13,11,.62);margin:0}.why-soft{background:#fff}.centered-head{text-align:center}.centered-head .eyebrow{justify-content:center}.centered-head .eyebrow:before{display:none}.centered-head .section-title{margin-inline:auto}.centered-head .section-copy{margin:22px auto 0}.why-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}.why-pills div{background:#fff8ec;border:1px solid rgba(18,13,11,.08);border-radius:28px;padding:28px;text-align:center;box-shadow:0 22px 48px rgba(18,13,11,.06)}.why-pills strong{font-family:var(--serif);font-size:clamp(34px,3vw,46px);line-height:1.05;color:#b94a5a;display:block}.why-pills span{font-weight:900;color:#120d0b}.family-section{padding:96px 0}.family-cream{background:#fff1d8}.family-dark{background:#120d0b;color:#fff8ec}.family-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:center}.family-grid.reverse{grid-template-columns:1.22fr .78fr}.family-copy h2{font-family:var(--serif);font-size:clamp(42px,5vw,78px);line-height:1;letter-spacing:-.045em;margin:16px 0}.family-copy p{font-size:18px;color:rgba(18,13,11,.66);margin:0 0 28px}.family-dark .family-copy p{color:rgba(255,248,236,.7)}.family-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-product{background:#fff;border:1px solid rgba(18,13,11,.08);border-radius:30px;padding:18px 18px 22px;box-shadow:0 26px 58px rgba(18,13,11,.09);transition:.28s ease;text-align:center}.mini-product:hover{transform:translateY(-6px)}.mini-product img{aspect-ratio:1/1.05;width:100%;object-fit:cover;border-radius:22px;background:#180f0c}.mini-product span{display:block;margin-top:16px;color:#b94a5a;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900}.mini-product h3{font-family:var(--serif);font-size:30px;line-height:1.05;margin:8px 0 14px}.mini-product a{display:inline-flex;border-radius:999px;background:#120d0b;color:#fff8ec;padding:10px 15px;font-weight:900;font-size:13px}.dark-mini{background:#fff8ec;color:#120d0b}.dark-mini a{background:#c8a45d;color:#120d0b}.popular-section{background:#fff8ec}.kechy-product-grid .product-card{background:#fff;border-radius:32px;box-shadow:0 24px 58px rgba(18,13,11,.08)}.kechy-product-grid .product-media{background:#f7efe3}.kechy-product-grid .product-media img{object-fit:cover}.card-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:16px}.mini-cta{display:inline-flex;align-items:center;border:1px solid rgba(18,13,11,.14);border-radius:999px;padding:9px 13px;font-weight:900;font-size:13px}.kechy-dealer{background:linear-gradient(135deg,#120d0b,#2a1714);}.kechy-dealer .form-card{background:#fff8ec}.kechy-dealer .form-card label{color:rgba(18,13,11,.52)}.kechy-dealer .form-card input,.kechy-dealer .form-card select,.kechy-dealer .form-card textarea{background:#a39d97;color:#2a241e;border-color:rgba(18,13,11,.10)}.kechy-dealer .form-card input::placeholder,.kechy-dealer .form-card textarea::placeholder{color:rgba(42,36,30,.70)}.kechy-dealer .form-card select option{color:#2a241e;background:#fff8ec}.kechy-dealer .form-card .form-note{color:rgba(18,13,11,.56)}.kechy-footer{background:#120d0b}.kechy-footer .footer-logo{background:transparent;box-shadow:none}
@media(max-width:1040px){.kechy-hero-grid,.story-grid,.family-grid,.family-grid.reverse{grid-template-columns:1fr}.kechy-showcase{min-height:520px}.hero-pack-left{left:5%}.hero-pack-right{right:5%}.why-pills{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.kechy-hero{padding-top:112px}.kechy-hero-grid{min-height:auto}.kechy-hero-copy .headline{font-size:50px}.kechy-showcase{min-height:420px}.hero-pack-main{width:260px}.hero-pack{width:180px}.hero-pack-left{bottom:55px}.hero-pack-right{top:45px}.hero-strip-group{min-width:120vw;padding:14px 12px}.hero-strip span{width:auto;border-right:1px solid rgba(255,248,236,.18);padding:0 20px;font-size:11px}.family-products,.products-grid{grid-template-columns:1fr}.why-pills{grid-template-columns:1fr}.story-card,.story-text{padding:28px;border-radius:28px}.nav-light .mobile-drawer{background:#fff8ec;color:#120d0b;border-color:rgba(18,13,11,.08)}}

/* Language/RTL fixes */
body[dir="rtl"] .menu, body[dir="rtl"] .hero-actions, body[dir="rtl"] .card-actions, body[dir="rtl"] .checks span{direction:rtl;}
body[dir="rtl"] .kechy-hero-copy, body[dir="rtl"] .family-copy, body[dir="rtl"] .deal-copy, body[dir="rtl"] .section-top, body[dir="rtl"] .story-text, body[dir="rtl"] .footer{ text-align:right; }
body[dir="rtl"] .eyebrow{letter-spacing:.06em;}
body[dir="rtl"] .eyebrow:before{order:2;}
body[dir="rtl"] .showcase-badge{right:auto;left:12%;}


/* Day / Night theme system */
.theme-toggle{
  border:1px solid rgba(18,13,11,.12);
  background:#fff;
  color:#120d0b;
  border-radius:999px;
  min-height:42px;
  padding:7px 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:900;
  cursor:pointer;
  transition:.25s ease;
  box-shadow:0 10px 24px rgba(18,13,11,.07);
}
.theme-toggle:hover{transform:translateY(-2px)}
.theme-toggle .theme-icon{font-size:15px;line-height:1}.theme-toggle .theme-moon{display:none}.theme-toggle .theme-label{font-size:12px;letter-spacing:.03em}
body.theme-dark .theme-toggle{background:#1b1210;color:#fff8ec;border-color:rgba(255,248,236,.16);box-shadow:0 12px 30px rgba(0,0,0,.28)}
body.theme-dark .theme-toggle .theme-sun{display:none}body.theme-dark .theme-toggle .theme-moon{display:inline}

body.theme-dark,
body.theme-dark.kechy-inspired{background:#090706;color:#fff8ec;}
body.theme-dark .nav-light{background:rgba(9,7,6,.9);color:#fff8ec;border-bottom-color:rgba(255,248,236,.1);box-shadow:0 18px 44px rgba(0,0,0,.35)}
body.theme-dark .nav-light.is-scrolled{background:rgba(9,7,6,.96);border-bottom-color:rgba(255,248,236,.12)}
body.theme-dark .nav-light .menu{color:rgba(255,248,236,.78)}
body.theme-dark .nav-light .menu a:hover{color:#c8a45d}
body.theme-dark .nav-light .lang{background:rgba(255,248,236,.06);border-color:rgba(255,248,236,.12)}
body.theme-dark .nav-light .lang button{color:rgba(255,248,236,.64)}
body.theme-dark .nav-light .lang button.active{background:#fff8ec;color:#120d0b}
body.theme-dark .nav-light .mobile-toggle{color:#fff8ec;border-color:rgba(255,248,236,.18)}
body.theme-dark .nav-light .logo{background:transparent;box-shadow:none}

body.theme-dark .kechy-hero{background:linear-gradient(135deg,#090706 0%,#1d1110 54%,#2a1614 100%)}
body.theme-dark .hero-soft-bg{background:radial-gradient(circle at 82% 18%,rgba(185,74,90,.18),transparent 30%),radial-gradient(circle at 12% 88%,rgba(200,164,93,.16),transparent 30%)}
body.theme-dark .kechy-hero-copy .headline{color:#fff8ec}
body.theme-dark .lead-dark{color:rgba(255,248,236,.72)}
body.theme-dark .showcase-orbit{background:linear-gradient(135deg,#211413,#0f0908);box-shadow:inset 0 -50px 90px rgba(200,164,93,.08),0 48px 120px rgba(0,0,0,.34)}
body.theme-dark .showcase-orbit:after{border-color:rgba(200,164,93,.18)}
body.theme-dark .showcase-badge{background:#fff8ec;color:#120d0b}
body.theme-dark .hero-strip{background:#050403;color:#fff8ec;border-top-color:rgba(255,248,236,.1);border-bottom-color:rgba(255,248,236,.08)}

body.theme-dark .story-band,
body.theme-dark .popular-section{background:#0d0908}
body.theme-dark .story-text,
body.theme-dark .why-soft,
body.theme-dark .mini-product,
body.theme-dark .kechy-product-grid .product-card,
body.theme-dark .qa,
body.theme-dark .catalog-card,
body.theme-dark .form-card{background:#140e0c;color:#fff8ec;border-color:rgba(255,248,236,.1);box-shadow:0 28px 70px rgba(0,0,0,.24)}
body.theme-dark .story-text p,
body.theme-dark .section-copy,
body.theme-dark .product-body p,
body.theme-dark .family-copy p{color:rgba(255,248,236,.68)}
body.theme-dark .why-soft{background:#100b0a}
body.theme-dark .why-pills div{background:#17100e;border-color:rgba(255,248,236,.1);box-shadow:0 22px 48px rgba(0,0,0,.22)}
body.theme-dark .why-pills span{color:#fff8ec}
body.theme-dark .family-cream{background:#160f0d;color:#fff8ec}
body.theme-dark .family-dark{background:#070504;color:#fff8ec}
body.theme-dark .mini-product{background:#1a1110}
body.theme-dark .dark-mini{background:#fff8ec;color:#120d0b}
body.theme-dark .mini-product a{background:#c8a45d;color:#120d0b}
body.theme-dark .kechy-product-grid .product-media{background:#1b1110}
body.theme-dark .badge{background:rgba(200,164,93,.16);color:#d9bb79}
body.theme-dark .filter{background:#16100e;color:rgba(255,248,236,.7);border-color:rgba(255,248,236,.12)}
body.theme-dark .filter.active,body.theme-dark .filter:hover{background:#c8a45d;color:#120d0b}
body.theme-dark .btn.darkline{color:#fff8ec;border-color:rgba(255,248,236,.22);background:rgba(255,248,236,.04)}
body.theme-dark .mini-cta{border-color:rgba(255,248,236,.18);color:#fff8ec}
body.theme-dark input,body.theme-dark select,body.theme-dark textarea{background:#100b0a!important;color:#fff8ec!important;border-color:rgba(255,248,236,.14)!important}
body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:rgba(255,248,236,.42)!important}
body.theme-dark .contact-strip{background:#070504;color:#fff8ec}
body.theme-dark .footer,body.theme-dark .kechy-footer{background:#050403;color:#fff8ec}
body.theme-dark .toast{background:#fff8ec;color:#120d0b}

body.theme-dark .detail-hero{background:#090706!important;color:#fff8ec!important}
body.theme-dark .detail-body{background:#100b0a!important;color:#fff8ec!important}
body.theme-dark .spec{background:#17100e!important;color:#fff8ec!important;border-color:rgba(255,248,236,.1)!important}
body.theme-dark .detail-image{border-color:rgba(255,248,236,.12)!important;box-shadow:0 42px 100px rgba(0,0,0,.42)!important}

@media(max-width:720px){
  .theme-toggle{min-height:38px;padding:6px 10px}.theme-toggle .theme-label{display:none}
  body.theme-dark .nav-light .mobile-drawer{background:#0d0908;color:#fff8ec;border-color:rgba(255,248,236,.1)}
}

/* Header responsiveness fix - prevents CTA/menu wrapping */
.nav .container,
.kechy-inspired .nav .container{
  width:min(1580px, calc(100% - 48px));
}
.nav-inner{
  gap:18px;
}
.logo{
  flex:0 0 auto;
  min-width:0;
}
.logo img{
  width:210px;
}
.nav-light .menu,
.menu{
  flex:1 1 auto;
  justify-content:center;
  gap:clamp(14px, 1.15vw, 23px);
  min-width:0;
}
.menu a,
.nav-actions .btn,
.theme-toggle,
.lang button{
  white-space:nowrap;
}
.nav-actions{
  flex:0 0 auto;
  gap:8px;
  min-width:max-content;
}
.nav-actions .btn.gold{
  min-height:54px;
  padding:12px 22px;
  border-radius:999px;
  line-height:1.1;
}
.theme-toggle{
  min-height:42px;
  padding:7px 12px;
}

@media (max-width:1380px){
  .nav .container,
  .kechy-inspired .nav .container{width:min(100% - 32px, 1320px)}
  .logo img{width:190px}
  .logo{padding:7px 12px}
  .nav-light .menu,.menu{gap:13px;font-size:13px}
  .nav-actions .btn.gold{padding:11px 16px;min-height:48px;font-size:14px}
  .lang{padding:4px}
  .lang button{padding:6px 8px;font-size:11px}
  .theme-toggle{min-height:38px;padding:6px 10px}
  .theme-toggle .theme-label{display:none}
}

@media (max-width:1180px){
  .menu,
  .nav-actions .btn{display:none}
  .mobile-toggle{display:flex}
  .nav-inner{height:76px}
  .mobile-drawer{display:block;position:fixed;inset:76px 14px auto;z-index:49;background:rgba(9,7,6,.96);border:1px solid rgba(248,239,227,.12);border-radius:26px;padding:18px;color:var(--cream);transform:translateY(-10px);opacity:0;pointer-events:none;transition:.22s ease;backdrop-filter:blur(20px)}
  .mobile-drawer.open{opacity:1;transform:none;pointer-events:auto}
  .mobile-drawer a{display:block;padding:13px 10px;border-bottom:1px solid rgba(248,239,227,.08)}
  .mobile-drawer .btn{display:flex;margin-top:14px;width:100%}
  .nav-light .mobile-drawer{background:#fff8ec;color:#120d0b;border-color:rgba(18,13,11,.08)}
}

@media (max-width:640px){
  .nav .container,
  .kechy-inspired .nav .container{width:min(100% - 24px, 1180px)}
  .logo img{width:172px}
  .logo{padding:6px 10px}
  .nav-actions{gap:6px}
}


/* Bulk products update */
.family-products-bulk{grid-template-columns:repeat(3,1fr)}
.family-products-bulk .mini-product img,
.kechy-product-grid .product-media img{object-fit:contain;background:#f6f1ea}
.kechy-product-grid{grid-template-columns:repeat(3,1fr)}
.products-more-wrap{display:flex;justify-content:center;margin-top:26px}
.more-products-toggle{appearance:none;border:0;border-radius:999px;background:#120d0b;color:#fff8ec;padding:14px 28px;font-weight:900;font-size:14px;letter-spacing:.01em;cursor:pointer;box-shadow:0 18px 38px rgba(18,13,11,.12);transition:.24s ease}
.more-products-toggle:hover{transform:translateY(-2px);box-shadow:0 22px 46px rgba(18,13,11,.18)}
.more-products-toggle[hidden]{display:none!important}
body.theme-dark .more-products-toggle{background:#c8a45d;color:#120d0b}
@media(max-width:1040px){.kechy-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.family-products-bulk,.kechy-product-grid{grid-template-columns:1fr}}


/* Cup products update */
.family-products-cup{grid-template-columns:repeat(4,1fr)}
.family-products-cup .mini-product img{object-fit:contain;background:#fff}
@media(max-width:1200px){.family-products-cup{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.family-products-cup{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.family-products-cup{grid-template-columns:1fr}}


/* Hero product image slider */
.product-hero-slider{
  position:relative;
  min-height:640px;
  display:grid;
  place-items:center;
  isolation:isolate;
}
.product-hero-slider .showcase-orbit{
  width:min(590px,92%);
  background:linear-gradient(135deg,#fff,#f6dce3);
  transition:background .45s ease, box-shadow .45s ease;
}
.hero-slider-window{
  position:relative;
  width:min(640px,100%);
  min-height:590px;
  z-index:3;
}
.hero-product-slide{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transform:translateX(34px) scale(.96);
  transition:opacity .62s ease, transform .62s ease;
}
.hero-product-slide.active{
  opacity:1;
  pointer-events:auto;
  transform:translateX(0) scale(1);
}
.hero-product-slide img{
  width:min(520px,94%);
  max-height:520px;
  object-fit:contain;
  filter:drop-shadow(0 44px 54px rgba(18,13,11,.25));
  transform:translateY(12px);
  transition:transform .62s ease, filter .62s ease;
}
.hero-product-slide.active img{
  transform:translateY(0);
}
.hero-slide-copy{
  position:absolute;
  left:20px;
  top:34px;
  z-index:4;
  max-width:260px;
  padding:18px 20px;
  border-radius:26px;
  background:rgba(255,248,236,.82);
  border:1px solid rgba(18,13,11,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 60px rgba(18,13,11,.1);
}
.hero-slide-copy span{
  display:block;
  color:#b94a5a;
  font-size:11px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:8px;
}
.hero-slide-copy h3{
  font-family:var(--serif);
  font-size:34px;
  line-height:1;
  letter-spacing:-.035em;
  margin:0 0 8px;
  color:#120d0b;
}
.hero-slide-copy p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:rgba(18,13,11,.62);
}
.hero-slider-controls{
  position:absolute;
  left:50%;
  bottom:26px;
  transform:translateX(-50%);
  z-index:6;
  display:flex;
  align-items:center;
  gap:12px;
  padding:8px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(18,13,11,.08);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 48px rgba(18,13,11,.12);
}
.hero-arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:0;
  background:#120d0b;
  color:#fff8ec;
  display:grid;
  place-items:center;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:.22s ease;
}
.hero-arrow:hover{transform:translateY(-2px);background:#c8a45d;color:#120d0b}
.hero-dots{display:flex;align-items:center;gap:7px}
.hero-dots button{
  width:9px;
  height:9px;
  border:0;
  border-radius:999px;
  background:rgba(18,13,11,.22);
  cursor:pointer;
  transition:.22s ease;
}
.hero-dots button.active{
  width:34px;
  background:#b94a5a;
}
body[dir="rtl"] .hero-slide-copy{left:auto;right:20px;text-align:right}
body.theme-dark .product-hero-slider .showcase-orbit{
  background:linear-gradient(135deg,#211413,#0f0908);
  box-shadow:inset 0 -50px 90px rgba(200,164,93,.08),0 48px 120px rgba(0,0,0,.34);
}
body.theme-dark .hero-slide-copy{
  background:rgba(20,14,12,.82);
  border-color:rgba(255,248,236,.1);
}
body.theme-dark .hero-slide-copy h3{color:#fff8ec}
body.theme-dark .hero-slide-copy p{color:rgba(255,248,236,.68)}
body.theme-dark .hero-slider-controls{
  background:rgba(15,10,8,.75);
  border-color:rgba(255,248,236,.1);
}
body.theme-dark .hero-dots button{background:rgba(255,248,236,.22)}
body.theme-dark .hero-dots button.active{background:#c8a45d}

@media(max-width:1040px){
  .product-hero-slider{min-height:560px}
  .hero-slider-window{min-height:520px}
  .hero-product-slide img{width:min(470px,92%);max-height:470px}
}
@media(max-width:720px){
  .product-hero-slider{min-height:520px}
  .hero-slider-window{min-height:480px}
  .hero-product-slide img{width:min(420px,96%);max-height:390px}
  .hero-slide-copy{
    left:50%;
    right:auto;
    top:0;
    transform:translateX(-50%);
    max-width:calc(100% - 28px);
    width:100%;
    text-align:center;
  }
  body[dir="rtl"] .hero-slide-copy{
    left:50%;
    right:auto;
    text-align:center;
  }
  .hero-slider-controls{bottom:4px}
  .showcase-badge{bottom:64px!important;right:50%!important;transform:translateX(50%);white-space:nowrap}
}

@media (prefers-reduced-motion: reduce){
  .hero-strip-track{animation:none;transform:none}
}

/* Cup mini-cards alignment fix */
.family-products-cup{align-items:stretch}
.family-products-cup .mini-product{
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  padding:22px 22px 26px;
}
.family-products-cup .mini-product img{
  width:100%;
  height:190px;
  aspect-ratio:auto;
  flex:0 0 190px;
  object-fit:contain;
  object-position:center bottom;
  background:#fff;
  margin:0 0 18px;
}
.family-products-cup .mini-product span{
  margin-top:0;
  min-height:1.4em;
  font-size:12px;
}
.family-products-cup .mini-product h3{
  width:100%;
  min-height:2.2em;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:clamp(28px,2.35vw,34px);
  line-height:1.04;
  margin:10px 0 18px;
}
.family-products-cup .mini-product a{
  margin-top:auto;
  padding:12px 22px;
  font-size:14px;
}
@media(max-width:1200px){
  .family-products-cup .mini-product img{height:176px;flex-basis:176px}
  .family-products-cup .mini-product h3{font-size:clamp(26px,3vw,32px)}
}
@media(max-width:720px){
  .family-products-cup .mini-product img{height:170px;flex-basis:170px}
  .family-products-cup .mini-product h3{min-height:auto}
}


/* About page */
.menu a.active{color:#b94a5a;font-weight:900}
body.theme-dark .menu a.active{color:#c8a45d}
.about-hero{position:relative;overflow:hidden;padding:150px 0 96px;background:#fff8ec;color:#120d0b}
.about-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 12%, rgba(200,164,93,.32), transparent 36%),linear-gradient(115deg,#fff8ec 0%,#f3dfb9 52%,#fff 100%)}
.about-hero-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.about-hero-copy .headline{font-size:clamp(64px,9vw,132px)}
.about-hero-media{position:relative;border-radius:46px;overflow:hidden;box-shadow:0 48px 110px rgba(18,13,11,.16);border:1px solid rgba(18,13,11,.08);background:#fff}
.about-hero-media img{width:100%;height:560px;object-fit:cover;display:block}
.about-media-label{position:absolute;left:28px;bottom:28px;border-radius:999px;background:rgba(18,13,11,.88);color:#fff8ec;padding:14px 20px;font-weight:900;backdrop-filter:blur(16px)}
.about-intro{background:#120d0b;color:#fff8ec}
.about-intro-grid{display:grid;grid-template-columns:.76fr 1.24fr;gap:28px;align-items:stretch}
.about-kicker{border-radius:36px;background:#fff8ec;color:#120d0b;padding:38px;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;box-shadow:0 30px 80px rgba(0,0,0,.16)}
.about-kicker span{font-weight:900;color:#b94a5a;letter-spacing:.2em;text-transform:uppercase}
.about-kicker strong{font-family:var(--serif);font-size:clamp(34px,4vw,62px);line-height:1;letter-spacing:-.04em}
.about-copy-panel{border-radius:36px;border:1px solid rgba(255,248,236,.12);background:rgba(255,248,236,.06);padding:42px;display:flex;flex-direction:column;justify-content:center;gap:16px;backdrop-filter:blur(18px)}
.about-copy-panel h2{font-family:var(--serif);font-size:clamp(42px,5vw,80px);line-height:1;letter-spacing:-.045em;margin:0 0 12px}
.about-copy-panel p{color:rgba(255,248,236,.72);font-size:18px;margin:0}
.about-gallery{background:#fff8ec}
.factory-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:300px;gap:18px;margin-top:38px}
.factory-photo{position:relative;margin:0;border-radius:34px;overflow:hidden;background:#fff;border:1px solid rgba(18,13,11,.08);box-shadow:0 24px 58px rgba(18,13,11,.09)}
.factory-photo-large{grid-row:span 2}
.factory-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:.45s ease}
.factory-photo:hover img{transform:scale(1.04)}
.factory-photo figcaption{position:absolute;left:18px;right:18px;bottom:18px;border-radius:999px;background:rgba(18,13,11,.88);color:#fff8ec;padding:12px 16px;font-weight:900;text-align:center;backdrop-filter:blur(14px)}
.about-quality{background:#fff}
.about-quality-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:start}
.quality-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.quality-cards article{border-radius:30px;background:#fff8ec;border:1px solid rgba(18,13,11,.08);padding:28px;box-shadow:0 22px 48px rgba(18,13,11,.06)}
.quality-cards span{font-family:var(--serif);font-size:42px;color:#b94a5a;font-weight:700}
.quality-cards h3{font-family:var(--serif);font-size:34px;line-height:1;margin:14px 0 10px;letter-spacing:-.03em}
.quality-cards p{font-size:15px;color:rgba(18,13,11,.62);margin:0}
.about-process{background:#120d0b;color:#fff8ec}
.about-process .section-copy{color:rgba(255,248,236,.68)}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px}
.process-steps div{border:1px solid rgba(255,248,236,.12);background:rgba(255,248,236,.06);border-radius:28px;padding:28px;min-height:180px;display:flex;flex-direction:column;justify-content:space-between}
.process-steps strong{font-family:var(--serif);font-size:46px;color:#c8a45d}
.process-steps span{font-weight:900;font-size:18px}
body.theme-dark .about-hero,body.theme-dark .about-gallery,body.theme-dark .about-quality{background:#0f0a09;color:#fff8ec}
body.theme-dark .about-hero-bg{background:radial-gradient(circle at 78% 12%, rgba(200,164,93,.18), transparent 36%),linear-gradient(115deg,#120d0b 0%,#201513 52%,#100b0a 100%)}
body.theme-dark .about-hero-media,body.theme-dark .factory-photo,body.theme-dark .quality-cards article{background:#1a1110;border-color:rgba(255,248,236,.1)}
body.theme-dark .quality-cards p{color:rgba(255,248,236,.68)}
body[dir="rtl"] .about-media-label,body[dir="rtl"] .factory-photo figcaption{left:auto;right:18px}
@media(max-width:1100px){.about-hero-grid,.about-intro-grid,.about-quality-grid{grid-template-columns:1fr}.factory-gallery-grid{grid-template-columns:1fr 1fr}.factory-photo-large{grid-row:span 1}.process-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.about-hero{padding-top:120px}.about-hero-media img{height:360px}.factory-gallery-grid,.quality-cards,.process-steps{grid-template-columns:1fr}.factory-gallery-grid{grid-auto-rows:260px}.about-copy-panel,.about-kicker{padding:28px}}

/* === Mobile production fix / cPanel upload === */
html,body{max-width:100%;overflow-x:hidden}
img,video,svg{max-width:100%;height:auto}

@media(max-width:1180px){
  .nav{padding:0;min-height:72px}
  .nav .container,.kechy-inspired .nav .container{width:calc(100% - 22px)!important}
  .nav-inner{height:72px!important;gap:8px!important}
  .logo{padding:0!important;min-width:0!important;max-width:145px!important}
  .logo img{width:145px!important;max-width:145px!important}
  .nav-actions{gap:5px!important;min-width:auto!important}
  .theme-toggle{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;justify-content:center!important}
  .theme-toggle .theme-label{display:none!important}
  .lang{padding:3px!important;gap:2px!important}
  .lang button{font-size:10px!important;padding:5px 6px!important;min-width:28px!important}
  .mobile-toggle{width:40px!important;height:40px!important;min-width:40px!important}
  .mobile-drawer{inset:78px 10px auto!important;max-height:calc(100svh - 92px);overflow:auto}
}

@media(max-width:720px){
  body{font-size:15px;line-height:1.55}
  .container{width:calc(100% - 24px)!important}
  .section{padding:58px 0!important}

  .kechy-hero{padding-top:96px!important;min-height:auto!important}
  .kechy-hero-grid{display:flex!important;flex-direction:column!important;gap:22px!important;min-height:auto!important;padding-bottom:28px!important}
  .kechy-hero-copy{width:100%;text-align:left}
  .kechy-hero-copy .headline{font-size:clamp(42px,13vw,62px)!important;line-height:.96!important;letter-spacing:-.045em!important;max-width:100%!important}
  .lead-dark,.lead,.section-copy,.family-copy p,.story-text p{font-size:16px!important;line-height:1.65!important}
  .hero-actions{gap:10px!important;margin-top:22px!important}
  .hero-actions .btn{width:100%!important;justify-content:center!important;min-height:48px!important;padding:13px 18px!important}

  .product-hero-slider{width:100%!important;min-height:430px!important;margin-top:6px!important}
  .hero-slider-window{min-height:410px!important;border-radius:30px!important}
  .hero-product-slide{padding:14px 12px 82px!important;align-items:center!important;justify-content:center!important}
  .hero-product-slide img{width:min(300px,86vw)!important;max-height:285px!important;object-fit:contain!important;margin-top:36px!important}
  .hero-slide-copy{left:16px!important;right:16px!important;bottom:54px!important;max-width:none!important;padding:14px!important;border-radius:18px!important}
  .hero-slide-copy h3{font-size:26px!important;line-height:1!important;margin:4px 0 6px!important}
  .hero-slide-copy p{font-size:13px!important;line-height:1.45!important;margin:0!important}
  .hero-slide-copy span{font-size:10px!important;letter-spacing:.14em!important}
  .hero-slider-controls{left:16px!important;right:16px!important;bottom:8px!important;padding:8px 10px!important}
  .showcase-badge{display:none!important}
  .hero-strip{margin-top:0!important}
  .hero-strip-group{min-width:max-content!important;padding:12px 8px!important}
  .hero-strip span{font-size:10px!important;padding:0 16px!important;white-space:nowrap!important}

  .story-grid,.family-grid,.family-grid.reverse,.deal-grid,.catalog-grid,.faq-grid,.contact-grid,.about-hero-grid,.about-intro-grid,.about-quality-grid{grid-template-columns:1fr!important;gap:22px!important}
  .story-card,.story-text,.form-card,.catalog-card,.contact-item,.about-copy-panel,.about-kicker{border-radius:24px!important;padding:24px!important}
  .story-card{min-height:240px!important}
  .story-card h2,.section-title,.family-copy h2,.headline{font-size:clamp(34px,10vw,52px)!important;line-height:1!important;word-break:normal!important}

  .why-pills{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .why-pills div{padding:18px 12px!important;border-radius:20px!important}
  .why-pills strong{font-size:30px!important}
  .why-pills span{font-size:13px!important}

  .family-section{padding:60px 0!important}
  .family-copy{order:1!important;text-align:left!important}
  .family-products{order:2!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
  .family-products .mini-product{border-radius:22px!important;padding:14px 12px 16px!important;min-height:auto!important}
  .family-products .mini-product img{height:150px!important;flex-basis:150px!important;object-fit:contain!important;border-radius:18px!important;margin-bottom:12px!important}
  .family-products .mini-product h3{font-size:23px!important;line-height:1.05!important;min-height:48px!important;margin:8px 0 12px!important}
  .family-products .mini-product span{font-size:9px!important;letter-spacing:.08em!important;min-height:auto!important;margin-top:0!important}
  .family-products .mini-product a{font-size:12px!important;padding:9px 12px!important;width:100%!important;justify-content:center!important}

  .section-top{display:block!important;text-align:left!important}
  .product-filters{display:flex!important;gap:8px!important;overflow:auto!important;padding:0 0 6px!important;margin-top:20px!important;-webkit-overflow-scrolling:touch!important}
  .filter{white-space:nowrap!important;flex:0 0 auto!important;padding:10px 14px!important;font-size:12px!important}
  .kechy-product-grid{grid-template-columns:1fr!important;gap:18px!important}
  .product-card{border-radius:24px!important;overflow:hidden!important}
  .product-media{height:260px!important;padding:16px!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .product-media img{width:100%!important;height:100%!important;object-fit:contain!important}
  .product-body{padding:18px!important}
  .product-body h3{font-size:32px!important;line-height:1!important;margin:8px 0!important}
  .product-body p{font-size:15px!important;line-height:1.55!important}
  .card-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  .card-link,.mini-cta{width:100%!important;justify-content:center!important;text-align:center!important}

  .products-more-wrap{margin-top:18px!important}
  .more-products-toggle{width:100%!important;max-width:320px!important;padding:13px 18px!important}

  .kechy-dealer .deal-copy{position:relative!important;top:auto!important}
  .checks{gap:10px!important}
  .checks span{font-size:14px!important;line-height:1.45!important}
  .form-grid{grid-template-columns:1fr!important;gap:12px!important}
  .field input,.field select,.field textarea{min-height:48px!important;font-size:16px!important;width:100%!important}
  textarea{min-height:126px!important}

  .contact-strip{padding:44px 0!important}
  .contact-item strong{font-size:18px!important;line-height:1.45!important;word-break:break-word!important}
  .footer{padding:52px 0 28px!important}
  .footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  .footer-logo{width:170px!important;margin-bottom:12px!important}
  .footer-bottom{display:block!important;line-height:1.8!important;margin-top:34px!important}

  .about-hero{padding-top:100px!important;padding-bottom:58px!important}
  .about-hero-media img{height:300px!important}
  .factory-gallery-grid,.quality-cards,.process-steps{grid-template-columns:1fr!important;gap:14px!important}
  .factory-gallery-grid{grid-auto-rows:auto!important}
  .factory-photo{height:auto!important;min-height:0!important}
  .factory-photo img{height:240px!important;object-fit:cover!important}
}

@media(max-width:420px){
  .logo{max-width:122px!important}
  .logo img{width:122px!important;max-width:122px!important}
  .lang button{font-size:9px!important;padding:5px 5px!important;min-width:25px!important}
  .theme-toggle{width:34px!important;height:34px!important;min-height:34px!important}
  .mobile-toggle{width:36px!important;height:36px!important;min-width:36px!important}
  .family-products{grid-template-columns:1fr!important}
  .family-products .mini-product img{height:180px!important;flex-basis:180px!important}
  .product-media{height:235px!important}
  .kechy-hero-copy .headline{font-size:41px!important}
  .hero-product-slide img{width:min(280px,86vw)!important;max-height:260px!important}
}

body[dir="rtl"] .kechy-hero-copy,body[dir="rtl"] .family-copy,body[dir="rtl"] .section-top,body[dir="rtl"] .deal-copy{text-align:right!important}

/* --- Mobile interaction hotfix: header, slider swipe and marquee --- */
.nav,
.nav *{
  -webkit-tap-highlight-color: transparent;
}
.mobile-drawer{
  overscroll-behavior: contain;
}
@media (max-width: 760px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  .nav{
    width:100vw!important;
    max-width:100vw!important;
  }
  .nav .container,
  .kechy-inspired .nav .container{
    width:100%!important;
    max-width:100%!important;
    padding-inline:10px!important;
    margin:0!important;
  }
  .nav-inner{
    width:100%!important;
    max-width:100%!important;
    height:72px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:space-between!important;
    align-items:center!important;
    gap:6px!important;
    overflow:visible!important;
  }
  .logo{
    flex:0 1 136px!important;
    width:136px!important;
    max-width:136px!important;
    min-width:0!important;
    padding:0!important;
  }
  .logo img{
    width:136px!important;
    max-width:136px!important;
    height:auto!important;
  }
  .nav-actions{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
    min-width:0!important;
    max-width:calc(100vw - 152px)!important;
    margin-inline-start:auto!important;
    overflow:visible!important;
  }
  .nav-actions .btn{display:none!important;}
  .lang{
    flex:0 0 auto!important;
    height:38px!important;
    padding:2px!important;
    gap:1px!important;
    transform:none!important;
  }
  .lang button{
    min-width:28px!important;
    height:32px!important;
    padding:4px 6px!important;
    font-size:10px!important;
    line-height:1!important;
  }
  .theme-toggle,
  .mobile-toggle{
    flex:0 0 38px!important;
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .theme-toggle .theme-label{display:none!important;}
  .mobile-toggle{
    font-size:20px!important;
    line-height:1!important;
  }
  .mobile-drawer{
    display:block!important;
    position:fixed!important;
    top:78px!important;
    left:10px!important;
    right:10px!important;
    bottom:auto!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100svh - 92px)!important;
    overflow:auto!important;
    z-index:999!important;
    transform:translateY(-8px)!important;
  }
  .mobile-drawer.open{
    transform:translateY(0)!important;
  }
  .mobile-drawer a{
    font-size:15px!important;
    padding:13px 12px!important;
  }
}
@media (max-width: 410px){
  .nav .container,
  .kechy-inspired .nav .container{padding-inline:8px!important;}
  .logo{flex-basis:124px!important;width:124px!important;max-width:124px!important;}
  .logo img{width:124px!important;max-width:124px!important;}
  .nav-actions{gap:3px!important;max-width:calc(100vw - 136px)!important;}
  .lang button{min-width:25px!important;padding:4px 4px!important;font-size:9px!important;}
  .theme-toggle,.mobile-toggle{flex-basis:34px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;}
}
@media (max-width: 350px){
  .logo{flex-basis:110px!important;width:110px!important;max-width:110px!important;}
  .logo img{width:110px!important;max-width:110px!important;}
  .nav-actions{transform:scale(.92);transform-origin:right center;max-width:calc(100vw - 112px)!important;}
}

.product-hero-slider,
.hero-slider-window,
.hero-product-slide,
.hero-slider-controls,
.hero-slider-controls button,
.hero-dots button{
  touch-action: pan-y;
  -webkit-user-select:none;
  user-select:none;
}
.product-hero-slider{cursor:grab;}
.product-hero-slider.is-dragging{cursor:grabbing;}
@media (max-width:720px){
  .product-hero-slider{min-height:470px!important;}
  .hero-slider-window{min-height:445px!important;}
  .hero-product-slide{padding:12px 10px 104px!important;}
  .hero-slide-copy{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    width:calc(100% - 34px)!important;
    max-width:430px!important;
    padding:12px 14px!important;
    z-index:7!important;
  }
  .hero-product-slide img{
    width:min(340px,90vw)!important;
    max-height:305px!important;
    margin-top:82px!important;
  }
  .hero-slider-controls{
    z-index:20!important;
    bottom:12px!important;
    left:50%!important;
    right:auto!important;
    width:calc(100% - 34px)!important;
    max-width:420px!important;
    transform:translateX(-50%)!important;
    pointer-events:auto!important;
  }
  .hero-arrow,.hero-dots button{pointer-events:auto!important;}
}

.hero-strip,
.hero-strip-marquee{
  width:100%!important;
  max-width:100vw!important;
  overflow:hidden!important;
}
.hero-strip-track{
  display:flex!important;
  width:max-content!important;
  min-width:max-content!important;
  will-change:transform!important;
  animation-duration:18s!important;
  animation-timing-function:linear!important;
  animation-iteration-count:infinite!important;
  transform:translate3d(0,0,0);
  -webkit-transform:translate3d(0,0,0);
}
body:not([dir="rtl"]) .hero-strip-track{
  animation-name:heroStripMarqueeLTR!important;
}
body[dir="rtl"] .hero-strip-track{
  animation-name:heroStripMarqueeRTL!important;
}
.hero-strip-group{
  flex:0 0 auto!important;
  width:max-content!important;
  min-width:max-content!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:16px 0!important;
}
.hero-strip span{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  padding:0 clamp(24px,5vw,54px)!important;
}
@media (hover:hover) and (pointer:fine){
  .hero-strip:hover .hero-strip-track{animation-play-state:paused!important;}
}
@media (hover:none), (pointer:coarse){
  .hero-strip:hover .hero-strip-track{animation-play-state:running!important;}
}
@media (prefers-reduced-motion: reduce){
  .hero-strip-track{animation-duration:26s!important;animation-name:heroStripMarqueeLTR!important;}
  body[dir="rtl"] .hero-strip-track{animation-name:heroStripMarqueeRTL!important;}
}
@media(max-width:1180px){body.drawer-open{overflow:hidden!important;}}


/* === Toroness mobile hard fix v4 - Safari/iPhone === */
@-webkit-keyframes heroStripMarqueeLTR{
  0%{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}
  100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@-webkit-keyframes heroStripMarqueeRTL{
  0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
  100%{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}
}

html,body{width:100%;max-width:100%;overflow-x:hidden!important;}
body.drawer-open{overflow:hidden!important;}

@media (max-width: 760px){
  .nav,
  .nav-light,
  body.theme-dark .nav-light{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    min-height:72px!important;
    z-index:9999!important;
    overflow:visible!important;
  }
  .nav .container,
  .kechy-inspired .nav .container{
    width:100%!important;
    max-width:100%!important;
    padding-left:10px!important;
    padding-right:10px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .nav-inner{
    width:100%!important;
    max-width:100%!important;
    height:72px!important;
    min-height:72px!important;
    display:grid!important;
    grid-template-columns:minmax(112px,1fr) auto!important;
    align-items:center!important;
    gap:6px!important;
    overflow:visible!important;
  }
  .logo{
    display:flex!important;
    align-items:center!important;
    width:clamp(116px,34vw,145px)!important;
    max-width:clamp(116px,34vw,145px)!important;
    min-width:0!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
    justify-self:start!important;
  }
  .logo img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    display:block!important;
  }
  .nav-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:4px!important;
    min-width:0!important;
    max-width:calc(100vw - 136px)!important;
    overflow:visible!important;
    justify-self:end!important;
    margin:0!important;
  }
  .nav-actions .btn{display:none!important;}
  .lang{
    flex:0 0 116px!important;
    width:116px!important;
    height:36px!important;
    min-height:36px!important;
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    align-items:center!important;
    gap:1px!important;
    padding:2px!important;
    border-radius:999px!important;
    transform:none!important;
  }
  .lang button{
    width:auto!important;
    min-width:0!important;
    height:30px!important;
    padding:0 5px!important;
    font-size:10px!important;
    line-height:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
  }
  .theme-toggle,
  .mobile-toggle{
    flex:0 0 36px!important;
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
  }
  .theme-toggle .theme-label{display:none!important;}
  .theme-toggle .theme-icon{font-size:18px!important;line-height:1!important;}
  .mobile-toggle{font-size:20px!important;line-height:1!important;}
  .mobile-drawer{
    display:block!important;
    position:fixed!important;
    top:78px!important;
    left:10px!important;
    right:10px!important;
    bottom:auto!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100dvh - 92px)!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
    z-index:9998!important;
    padding:14px!important;
    opacity:0!important;
    pointer-events:none!important;
    transform:translate3d(0,-10px,0)!important;
    transition:opacity .18s ease, transform .18s ease!important;
  }
  .mobile-drawer.open{
    opacity:1!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
  }
  .mobile-drawer a{
    display:block!important;
    font-size:15px!important;
    line-height:1.25!important;
    padding:13px 12px!important;
  }
  .kechy-hero{padding-top:90px!important;}
}

@media (max-width: 390px){
  .nav .container,
  .kechy-inspired .nav .container{padding-left:8px!important;padding-right:8px!important;}
  .nav-inner{grid-template-columns:minmax(104px,1fr) auto!important;gap:4px!important;}
  .logo{width:clamp(108px,32vw,124px)!important;max-width:clamp(108px,32vw,124px)!important;}
  .nav-actions{gap:3px!important;max-width:calc(100vw - 118px)!important;}
  .lang{flex-basis:104px!important;width:104px!important;height:34px!important;min-height:34px!important;}
  .lang button{height:28px!important;font-size:9px!important;padding:0 3px!important;}
  .theme-toggle,.mobile-toggle{flex-basis:34px!important;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;min-height:34px!important;}
}

/* Mobile slider interaction and layout */
.product-hero-slider,
.hero-slider-window{
  touch-action:pan-y pinch-zoom!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}
.hero-product-slide,
.hero-product-slide img{
  -webkit-user-drag:none!important;
  user-drag:none!important;
}
.hero-slide-copy{pointer-events:none!important;}
.hero-slider-controls,
.hero-slider-controls *,
.hero-arrow,
.hero-dots button{
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(0,0,0,0)!important;
}
@media (max-width: 720px){
  .product-hero-slider{min-height:500px!important;width:100%!important;overflow:visible!important;}
  .hero-slider-window{min-height:470px!important;width:100%!important;overflow:visible!important;}
  .hero-product-slide{padding:8px 8px 108px!important;}
  .hero-slide-copy{
    top:0!important;
    bottom:auto!important;
    left:50%!important;
    right:auto!important;
    width:calc(100% - 28px)!important;
    max-width:420px!important;
    transform:translateX(-50%)!important;
    z-index:10!important;
  }
  .hero-product-slide img{
    width:min(350px,88vw)!important;
    max-height:320px!important;
    margin-top:92px!important;
    object-fit:contain!important;
  }
  .hero-slider-controls{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    bottom:14px!important;
    width:calc(100% - 32px)!important;
    max-width:430px!important;
    transform:translateX(-50%)!important;
    z-index:80!important;
  }
}

/* Mobile marquee hard fix */
.hero-strip{width:100%!important;max-width:100vw!important;overflow:hidden!important;}
.hero-strip-marquee{width:100%!important;overflow:hidden!important;}
.hero-strip-track{
  display:flex!important;
  flex-wrap:nowrap!important;
  width:max-content!important;
  min-width:max-content!important;
  will-change:transform!important;
  -webkit-animation:heroStripMarqueeLTR 18s linear infinite!important;
  animation:heroStripMarqueeLTR 18s linear infinite!important;
  -webkit-transform:translate3d(-50%,0,0);
  transform:translate3d(-50%,0,0);
}
body[dir="rtl"] .hero-strip-track{
  -webkit-animation-name:heroStripMarqueeRTL!important;
  animation-name:heroStripMarqueeRTL!important;
}
.hero-strip-group{
  flex:0 0 auto!important;
  width:max-content!important;
  min-width:max-content!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:15px 0!important;
}
.hero-strip span{
  flex:0 0 auto!important;
  display:inline-flex!important;
  white-space:nowrap!important;
  padding:0 clamp(24px,5vw,58px)!important;
}
@media (hover:none), (pointer:coarse){
  .hero-strip:hover .hero-strip-track{
    -webkit-animation-play-state:running!important;
    animation-play-state:running!important;
  }
}
@media (prefers-reduced-motion: reduce){
  .hero-strip-track{
    -webkit-animation-duration:24s!important;
    animation-duration:24s!important;
  }
}

/* === Mobile product section center alignment fix === */
@media (max-width: 760px){
  .product-controls,
  .product-controls .section-top,
  .kechy-product-grid{
    text-align:center!important;
  }
  .product-filters{
    width:max-content!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:flex-start!important;
  }
  .kechy-product-grid{
    justify-items:center!important;
  }
  .kechy-product-grid .product-card{
    width:100%!important;
    max-width:420px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    display:block!important;
    text-align:center!important;
  }
  .kechy-product-grid .product-media{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:18px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .kechy-product-grid .product-media img{
    display:block!important;
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:320px!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
  .kechy-product-grid .product-body{
    width:100%!important;
    text-align:center!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .kechy-product-grid .badge{
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .kechy-product-grid .product-body h3,
  .kechy-product-grid .product-body p{
    width:100%!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .kechy-product-grid .card-actions{
    width:100%!important;
    justify-content:center!important;
    justify-items:center!important;
    align-items:center!important;
    text-align:center!important;
  }
}

/* === Toroness mobile product cards hard-center fix v2 ===
   Forces the popular product cards to be one-column, fully centered on mobile.
   Also prevents Safari/mobile cached old layout from keeping the media block at half width. */
@media (max-width: 760px){
  #popular .container.products-grid.kechy-product-grid,
  section#popular .container.products-grid.kechy-product-grid{
    display:grid!important;
    grid-template-columns:minmax(0, 1fr)!important;
    justify-content:center!important;
    justify-items:center!important;
    align-items:start!important;
    gap:18px!important;
    width:calc(100% - 24px)!important;
    max-width:430px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
    text-align:center!important;
  }

  #popular .kechy-product-grid > .product-card,
  section#popular .kechy-product-grid > article.product-card{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    grid-auto-columns:auto!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:420px!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  #popular .kechy-product-grid > .product-card > .product-media,
  section#popular .kechy-product-grid > article.product-card > div.product-media{
    display:flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    inline-size:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:255px!important;
    min-height:255px!important;
    max-height:255px!important;
    aspect-ratio:auto!important;
    padding:18px!important;
    margin:0!important;
    box-sizing:border-box!important;
    background:#f7efe3!important;
    text-align:center!important;
  }

  #popular .kechy-product-grid > .product-card > .product-media > img,
  section#popular .kechy-product-grid > article.product-card > div.product-media > img{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:92%!important;
    max-height:215px!important;
    min-width:0!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:auto!important;
    margin-bottom:auto!important;
    background:transparent!important;
    border-radius:0!important;
    transform:none!important;
  }

  #popular .kechy-product-grid > .product-card > .product-body,
  section#popular .kechy-product-grid > article.product-card > div.product-body{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    padding:22px 18px 20px!important;
    box-sizing:border-box!important;
    text-align:center!important;
  }

  #popular .kechy-product-grid .badge,
  #popular .kechy-product-grid .product-body h3,
  #popular .kechy-product-grid .product-body p,
  #popular .kechy-product-grid .card-actions{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  #popular .kechy-product-grid .card-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:10px!important;
  }

  #popular .kechy-product-grid .card-link,
  #popular .kechy-product-grid .mini-cta{
    width:100%!important;
    max-width:330px!important;
    justify-content:center!important;
    text-align:center!important;
  }

  #popular .product-filters{
    justify-content:center!important;
  }
}

@media (max-width: 420px){
  #popular .kechy-product-grid > .product-card > .product-media,
  section#popular .kechy-product-grid > article.product-card > div.product-media{
    height:235px!important;
    min-height:235px!important;
    max-height:235px!important;
  }
  #popular .kechy-product-grid > .product-card > .product-media > img,
  section#popular .kechy-product-grid > article.product-card > div.product-media > img{
    max-width:94%!important;
    max-height:198px!important;
  }
}


/* Mobile product-list limit v6: only first 4 products before "show more" */
@media (max-width: 767px) {
  .kechy-product-grid.products-expanded .product-card {
    display: flex;
  }

  .products-more-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 24px !important;
  }

  .more-products-toggle {
    min-width: 210px !important;
    min-height: 54px !important;
    padding: 15px 28px !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
    touch-action: manipulation !important;
  }
}

/* Strict mobile product limiter: overrides older mobile card display rules */
@media (max-width: 767px) {
  #popular .kechy-product-grid > .product-card.is-hidden-by-limit,
  section#popular .kechy-product-grid > article.product-card.is-hidden-by-limit {
    display: none !important;
  }
}
