/* ==========================================================================
   RADOCO — radoco.co  |  dark "hardware" theme (WoodMart-inspired)
   ========================================================================== */
:root {
  --bg: #101010;
  --bg-2: #161616;
  --bg-3: #1c1c1c;
  --text: rgba(255, 255, 255, .8);
  --text-muted: rgba(255, 255, 255, .55);
  --title: #ffffff;
  --primary: #dd3333;
  --primary-dark: #c22b2b;
  --brd: rgba(255, 255, 255, .1);
  --brd-2: rgba(255, 255, 255, .2);
  --font-text: "Roboto", Arial, Helvetica, sans-serif;
  --font-title: "Montserrat", Arial, Helvetica, sans-serif;
  --font-alt: "Lato", Arial, Helvetica, sans-serif;
  --container: 1222px;
  --header-h: 110px;
  --topbar-h: 36px;
  --ease-expo: cubic-bezier(.19, 1, .22, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 400 14px/1.6 var(--font-text);
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--text); text-decoration: none; transition: color .25s; }
a:hover { color: #fff; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-title); font-weight: 600; color: var(--title); line-height: 1.25; margin: 0 0 15px; }
h1 { font-size: 32px; } h2 { font-size: 26px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; }
p { margin: 0 0 15px; }
ul, ol { margin: 0 0 15px; padding-left: 20px; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 15px; width: 100%; }
.text-center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* grid children must not expand to content (Swiper inside grid) */
.split > *, .product-layout > *, .blog-layout > *, .about-grid > *, .dealer-layout > * { min-width: 0; }
.swiper { width: 100%; max-width: 100%; }

/* Buttons ----------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 0 22px; height: 42px; border: 2px solid transparent; border-radius: 0;
  font: 600 13px/1 var(--font-text); text-transform: uppercase; letter-spacing: .3px;
  color: #fff; background: var(--primary);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
  transition: background .25s, color .25s, border-color .25s, transform .15s;
  cursor: pointer; white-space: nowrap;
}
.btn:hover { background: var(--primary-dark); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn.btn-outline { background: transparent; border-color: rgba(255, 255, 255, .35); box-shadow: none; }
.btn.btn-outline:hover { border-color: #fff; background: #fff; color: #111; }
.btn.btn-light { background: #f7f7f7; color: #333; border-radius: 35px; box-shadow: none; }
.btn.btn-light:hover { background: #fff; color: #111; }
.btn.btn-sm { height: 36px; padding: 0 16px; font-size: 12px; }
.btn.btn-lg { height: 50px; padding: 0 32px; font-size: 14px; }
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }

/* Section titles ----------------------------------------------------------- */
.sec-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.sec-title h2 { position: relative; margin: 0; padding-bottom: 12px; font-size: 26px; }
.sec-title h2::after { content: ""; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: var(--primary); }
.sec-title.centered { justify-content: center; text-align: center; flex-direction: column; align-items: center; }
.sec-title.centered h2::after { left: 50%; transform: translateX(-50%); }
.wd-title { margin-bottom: 30px; }
.wd-title .subtitle { display: block; font-family: var(--font-title); font-size: 26px; font-weight: 100; color: var(--text); line-height: 1.2; }
.wd-title .title { display: block; font-family: var(--font-title); font-size: 60px; font-weight: 600; color: #fff; line-height: 1.05; margin: 6px 0 12px; }
.wd-title .after { display: block; font-size: 16px; color: var(--text-muted); }

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 200; }
.topbar { height: var(--topbar-h); border-bottom: 1px solid var(--brd); font-size: 13px; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.topbar-tag { color: var(--text); font-weight: 400; }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-links { display: flex; gap: 0; }
.topbar-links a { padding: 0 12px; border-right: 1px solid var(--brd); color: var(--text); font-size: 12px; text-transform: uppercase; font-weight: 500; }
.topbar-links a:last-child { border-right: 0; }
.topbar-links a:hover { color: #fff; }
.social { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.social a { display: inline-flex; width: 26px; height: 26px; align-items: center; justify-content: center; color: rgba(255,255,255,.7); border-radius: 50%; }
.social a:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.social svg { width: 14px; height: 14px; fill: currentColor; }

.header-main { height: var(--header-h); transition: background .3s, box-shadow .3s, height .3s; }
.header-main .container { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 20px; }
.logo img { height: 46px; width: auto; transition: height .3s; }
.header-main.is-sticky { position: fixed; top: 0; left: 0; right: 0; height: 64px; background: var(--bg); box-shadow: 0 1px 12px rgba(0, 0, 0, .5); animation: slideDown .3s var(--ease-expo); }
.header-main.is-sticky .logo img { height: 36px; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

.main-nav { display: flex; align-items: center; margin: 0; padding: 0; list-style: none; gap: 2px; }
.main-nav > li { position: relative; }
.main-nav > li > a { display: flex; align-items: center; gap: 5px; padding: 0 14px; height: 50px; font: 700 14px/1 var(--font-text); text-transform: uppercase; color: rgba(255, 255, 255, .9); }
.main-nav > li > a:hover, .main-nav > li.active > a { color: var(--primary); }
.main-nav > li > a .caret { width: 8px; height: 8px; opacity: .6; }
.sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 220px; margin: 0; padding: 12px 0; list-style: none;
  background: #1a1a1a; border: 1px solid var(--brd); box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
  opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, transform .25s, visibility .25s; z-index: 50;
}
.main-nav > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu a { display: block; padding: 8px 22px; font-size: 13px; color: var(--text); white-space: nowrap; }
.sub-menu a:hover { color: #fff; padding-left: 26px; transition: padding .2s, color .2s; }

.header-actions { display: flex; align-items: center; gap: 4px; }
.header-actions a, .header-actions button { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 10px; color: #fff; background: none; border: 0; font: 700 13px/1 var(--font-text); text-transform: uppercase; }
.header-actions a:hover, .header-actions button:hover { color: var(--primary); }
.header-actions svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.icon-badge { position: relative; }
.icon-badge .count { position: absolute; top: 3px; right: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--primary); color: #fff; font: 700 10px/17px var(--font-text); text-align: center; }
.burger { display: none !important; }

/* Mobile nav ------------------------------------------------------------- */
.mobile-nav { position: fixed; top: 0; bottom: 0; left: 0; width: 320px; max-width: 90vw; background: #151515; z-index: 400; transform: translateX(-100%); transition: transform .35s var(--ease-expo); overflow-y: auto; padding: 20px 0; box-shadow: 0 0 40px rgba(0,0,0,.6); }
.mobile-nav.open { transform: none; }
.mobile-nav .close-nav { position: absolute; top: 12px; right: 12px; background: none; border: 0; color: #fff; font-size: 26px; line-height: 1; }
.mobile-nav ul { list-style: none; margin: 40px 0 0; padding: 0; }
.mobile-nav li a { display: block; padding: 13px 25px; border-bottom: 1px solid var(--brd); color: #fff; font: 600 14px/1 var(--font-text); text-transform: uppercase; }
.mobile-nav li li a { padding-left: 45px; font-weight: 400; text-transform: none; color: var(--text); }
.mobile-nav .mobile-social { display: flex; justify-content: center; gap: 6px; padding: 25px; }
.mobile-nav .mobile-social li a { border: 0; padding: 0; width: 34px; height: 34px; }
.mobile-nav li.has-children > a::after { content: "+"; float: right; opacity: .5; font-size: 16px; }
.overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .6); z-index: 350; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.overlay.show { opacity: 1; visibility: visible; }

/* Search overlay ---------------------------------------------------------- */
.search-panel { position: fixed; top: 0; left: 0; right: 0; background: #151515; z-index: 400; padding: 40px 0; transform: translateY(-110%); transition: transform .35s var(--ease-expo); box-shadow: 0 10px 40px rgba(0,0,0,.6); }
.search-panel.open { transform: none; }
.search-panel form { display: flex; gap: 10px; max-width: 800px; margin: 0 auto; }
.search-panel input { flex: 1; height: 50px; }
.search-panel .close-search { position: absolute; top: 14px; right: 20px; background: none; border: 0; color: #fff; font-size: 28px; }

/* Forms ---------------------------------------------------------------- */
input[type=text], input[type=email], input[type=tel], input[type=search], input[type=number], textarea, select {
  width: 100%; height: 46px; padding: 0 20px; border: 2px solid var(--brd-2); border-radius: 35px; background: transparent; color: #fff; font-size: 14px; outline: none; transition: border-color .25s;
}
textarea { height: auto; min-height: 140px; padding: 14px 20px; border-radius: 22px; resize: vertical; }
input:focus, textarea:focus { border-color: rgba(255, 255, 255, .5); }
input::placeholder, textarea::placeholder { color: rgba(255, 255, 255, .4); }
label { display: block; margin-bottom: 8px; font-weight: 600; color: #fff; }
.form-row { margin-bottom: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: 12px; color: var(--text-muted); margin-top: 10px; }
input[type=file] { color: var(--text); }

/* ==========================================================================
   PAGE TITLE (inner pages)
   ========================================================================== */
.page-title { position: relative; padding: calc(var(--topbar-h) + var(--header-h) + 50px) 0 60px; background: #333 center/cover no-repeat; text-align: center; color: #fff; }
.page-title::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(16, 16, 16, .55), rgba(16, 16, 16, .75)); }
.page-title .container { position: relative; }
.page-title h1 { margin: 0; font-size: 34px; text-transform: uppercase; letter-spacing: 1px; }
.breadcrumbs { margin-top: 10px; font-size: 13px; color: rgba(255, 255, 255, .75); }
.breadcrumbs a { color: rgba(255, 255, 255, .75); }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs span.sep { margin: 0 8px; opacity: .5; }
.page-content { padding: 50px 0 70px; }

/* ==========================================================================
   HERO SLIDER
   ========================================================================== */
.hero { position: relative; width: 100%; height: calc(900px * var(--hs, 1)); background: #101010; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .6s, visibility .6s; }
.hero-slide.active { opacity: 1; visibility: visible; z-index: 2; }
.hero-stage { position: absolute; top: 0; left: 50%; width: 1240px; height: 900px; transform: translateX(-50%) scale(var(--hs, 1)); transform-origin: top center; }
.hero-watermark { position: absolute; left: 4px; top: 120px; font: 800 150px/1 var(--font-title); color: rgba(255, 255, 255, .025); text-transform: lowercase; letter-spacing: 6px; pointer-events: none; }
.hero-img { position: absolute; opacity: 0; transition: transform 1.3s var(--ease-expo), opacity 1.1s var(--ease-expo); }
.hero-img img { width: 100%; height: auto; }
.hero-text { position: absolute; top: 50%; transform: translateY(-50%); max-width: 560px; }
.hero-text > * { opacity: 0; transform: translateY(80px); transition: transform 1.2s var(--ease-expo), opacity .9s var(--ease-expo); }
.hero-brand { font-family: var(--font-title); font-size: 80px; line-height: 1; color: #fff; margin: 0; letter-spacing: 1px; }
.hero-title { font-family: var(--font-title); font-size: 65px; line-height: 1.05; color: #fff; margin: 8px 0 0; font-weight: 600; }
.hero-desc { font-family: var(--font-alt); font-size: 19px; line-height: 1.5; color: rgba(255, 255, 255, .8); margin: 22px 0 0; }
.hero-cta { margin-top: 30px; }
/* per-slide layouts */
.hero-slide[data-layout="img-right"] .hero-img { right: 0; bottom: 66px; width: 1044px; transform: translateX(200px); }
.hero-slide[data-layout="img-right"] .hero-text { left: 64px; }
.hero-slide[data-layout="img-right"] .hero-brand { font-size: 70px; font-weight: 600; }
.hero-slide[data-layout="img-right"] .hero-title { font-size: 22px; font-weight: 600; margin-top: 14px; }
.hero-slide[data-layout="img-right"] .hero-desc { font-size: 20px; }
.hero-slide[data-layout="img-left"] .hero-img { left: -142px; bottom: -152px; width: 1008px; transform: translateX(-200px); }
.hero-slide[data-layout="img-left"] .hero-text { left: 709px; max-width: 500px; }
.hero-slide[data-layout="img-left"] .hero-brand { font-size: 87px; font-weight: 100; }
.hero-slide[data-layout="img-left"] .hero-title { font-size: 70px; }
.hero-slide[data-layout="img-left"] .hero-desc { font-size: 16px; }
.hero-slide[data-layout="img-right-mid"] .hero-img { right: 145px; top: 50%; width: 466px; transform: translate(200px, calc(-50% + 19px)); }
.hero-slide[data-layout="img-right-mid"] .hero-text { left: 58px; }
.hero-slide[data-layout="img-right-mid"] .hero-brand { font-size: 80px; font-weight: 100; }
.hero-slide[data-layout="img-right-mid"] .hero-title { font-size: 65px; }
.hero-slide[data-layout="img-right-mid"] .hero-desc { font-size: 19px; }
/* active state */
.hero-slide.active .hero-img { opacity: 1; transform: translateX(0); transition-delay: .5s; }
.hero-slide.active[data-layout="img-right-mid"] .hero-img { transform: translate(0, calc(-50% + 19px)); }
.hero-slide.active .hero-text > * { opacity: 1; transform: none; }
.hero-slide.active .hero-text > :nth-child(1) { transition-delay: 1s; }
.hero-slide.active .hero-text > :nth-child(2) { transition-delay: 1.15s; }
.hero-slide.active .hero-text > :nth-child(3) { transition-delay: 1.3s; }
.hero-slide.active .hero-text > :nth-child(4) { transition-delay: 1.45s; }
.hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 50px; height: 50px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .06); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s, background .3s; }
.hero-arrow svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }
.hero:hover .hero-arrow { opacity: 1; }
.hero-arrow:hover { background: var(--primary); }
.hero-arrow.prev { left: 20px; } .hero-arrow.next { right: 20px; }
.hero-dots { position: absolute; bottom: 24px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 5; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .3); padding: 0; transition: background .3s, transform .3s; }
.hero-dots button.active { background: var(--primary); transform: scale(1.3); }
@media (max-width: 767px) {
  .hero { height: auto; padding: calc(var(--topbar-h) + var(--header-h) + 10px) 0 50px; }
  .hero-slide { position: relative; display: none; }
  .hero-slide.active { display: block; }
  .hero-stage { position: static; width: auto; height: auto; transform: none; padding: 0 20px; }
  .hero-watermark { display: none; }
  .hero-slide .hero-img, .hero-slide[data-layout] .hero-img { position: static; width: 100%; max-width: 360px; margin: 0 auto 20px; transform: none !important; }
  .hero-slide .hero-text, .hero-slide[data-layout] .hero-text { position: static; transform: none; max-width: none; text-align: center; }
  .hero-slide[data-layout] .hero-brand { font-size: 44px; }
  .hero-slide[data-layout] .hero-title { font-size: 24px; }
  .hero-slide[data-layout] .hero-desc { font-size: 15px; }
  .hero-arrow { display: none; }
}

/* ==========================================================================
   PRODUCTS GRID / CARDS
   ========================================================================== */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 20px; }
.product-card { position: relative; text-align: center; min-width: 0; overflow: hidden; transition: background .3s, box-shadow .3s; }
.products-grid > * { min-width: 0; }
.product-card .thumb { position: relative; overflow: hidden; background: #161616; }
.product-card .thumb a { display: block; aspect-ratio: 1 / 1; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: contain; padding: 12px; transition: opacity .5s, transform .5s; }
.product-card .thumb img.hover { position: absolute; inset: 0; opacity: 0; }
.product-card:hover .thumb img.hover { opacity: 1; }
.product-card:hover .thumb img.main:not(:only-child) { opacity: 0; }
.product-card .labels { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.product-card .label { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font: 700 12px/1 var(--font-text); color: #fff; text-transform: uppercase; }
.label.new { background: #83b735; } .label.hot { background: var(--primary); } .label.sale { background: #fbbc34; color: #111; }
.product-card .quick-actions { position: absolute; top: 12px; right: 12px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(10px); transition: opacity .3s, transform .3s; z-index: 2; }
.product-card:hover .quick-actions { opacity: 1; transform: none; }
.product-card .quick-actions button { width: 36px; height: 36px; border-radius: 50%; border: 0; background: #202020; color: #fff; display: flex; align-items: center; justify-content: center; transition: background .25s, color .25s; }
.product-card .quick-actions button:hover { background: var(--primary); }
.product-card .quick-actions svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-card .quick-actions button.active { color: var(--primary); }
.product-card .info { padding: 15px 10px 18px; }
.product-card .cats { font-size: 12px; color: var(--text-muted); margin-bottom: 4px; }
.product-card .title { font: 600 14px/1.4 var(--font-text); color: #fff; margin: 0 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card .title a { color: #fff; }
.product-card .title a:hover { color: rgba(255, 255, 255, .65); }
.product-card .stars { color: #f0ad4e; font-size: 12px; letter-spacing: 1px; margin-bottom: 4px; }
.price { font: 700 16px/1 var(--font-text); color: var(--primary); }
.price del { color: var(--text-muted); font-weight: 400; font-size: 13px; margin-right: 6px; }
.product-card .actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 12px; opacity: 0; transform: translateY(10px); transition: opacity .3s, transform .3s; }
.product-card:hover .actions { opacity: 1; transform: none; }
.product-card .actions .btn { height: 36px; padding: 0 16px; font-size: 12px; }
.product-card:hover { background: #171717; box-shadow: 0 0 0 1px var(--brd); }
@media (hover: none) { .product-card .actions, .product-card .quick-actions { opacity: 1; transform: none; } }

/* Tabs ---------------------------------------------------------------- */
.tabs-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.tabs-nav { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.tabs-nav button { background: none; border: 0; padding: 8px 14px; font: 600 14px/1 var(--font-text); color: var(--text-muted); text-transform: uppercase; border-bottom: 2px solid transparent; transition: color .25s, border-color .25s; }
.tabs-nav button.active, .tabs-nav button:hover { color: #fff; border-color: var(--primary); }
.tab-pane { display: none; }
.tab-pane.active { display: block; animation: fadeIn .5s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Swiper arrows ------------------------------------------------------------ */
.swiper-button-prev, .swiper-button-next { width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .06); color: #fff; transition: background .25s; }
.swiper-button-prev::after, .swiper-button-next::after { font-size: 14px; font-weight: 900; }
.swiper-button-prev:hover, .swiper-button-next:hover { background: var(--primary); }
.swiper-pagination-bullet { background: rgba(255, 255, 255, .4); opacity: 1; }
.swiper-pagination-bullet-active { background: var(--primary); }
.arrows-inline { display: flex; gap: 8px; }
.arrows-inline button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--brd-2); background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; transition: background .25s, border-color .25s; }
.arrows-inline button:hover { background: var(--primary); border-color: var(--primary); }
.arrows-inline svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ==========================================================================
   HOME SECTIONS
   ========================================================================== */
.section { padding: 70px 0; }
.section-new-products { padding-top: 70px; }

/* Carbon video + text */
.section-carbon { position: relative; padding: 60px 0; margin-bottom: 10px; background: radial-gradient(ellipse at 20% 50%, #32273d 0%, #101010 62%); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.video-box { position: relative; background: #000; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.video-box video { width: 100%; height: auto; display: block; }
.section-carbon h2 { font-size: 34px; font-weight: 700; line-height: 1.3; }
.section-carbon .btn-row { display: flex; justify-content: flex-end; margin-top: 30px; }

/* Air fryer feature */
.section-airfryer { position: relative; padding: 90px 0 110px; background: #111 center/cover no-repeat; }
.section-airfryer::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(to bottom, rgba(16, 16, 16, 0), #101010); pointer-events: none; }
.section-airfryer .container { position: relative; z-index: 1; }
.section-airfryer .model { font: 400 50px/1 var(--font-title); color: #fff; margin: 0 0 8px; letter-spacing: 1px; }
.info-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 30px 0 35px; }
.info-box { display: flex; gap: 16px; align-items: flex-start; }
.info-box img { width: 52px; height: 52px; flex: 0 0 52px; opacity: .9; }
.info-box h5 { margin: 4px 0 4px; font-size: 15px; }
.info-box p { margin: 0; font-size: 13px; color: var(--text-muted); }

/* 360 viewer */
.viewer360 { position: relative; user-select: none; touch-action: pan-y; }
.viewer360 .frames { position: relative; aspect-ratio: 1 / 1; cursor: grab; }
.viewer360.dragging .frames { cursor: grabbing; }
.viewer360 .frames img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: none; pointer-events: none; }
.viewer360 .frames img.show { opacity: 1; }
.viewer360.wide .frames { aspect-ratio: 400 / 254; }
.viewer360 .v-controls { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 10px; }
.viewer360 .v-controls button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--brd-2); background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; transition: background .25s, border-color .25s; }
.viewer360 .v-controls button:hover { background: var(--primary); border-color: var(--primary); }
.viewer360 .v-controls svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 0; }
.viewer360 .v-controls .hint { font-size: 12px; color: var(--text-muted); margin-left: 8px; }
.viewer360 .v-controls .hint svg { width: 14px; height: 14px; vertical-align: -2px; fill: currentColor; }

/* Chopper video */
.section-chopper { padding: 40px 0 70px; }
.section-chopper .hero-brand-big { font: 100 80px/1 var(--font-title); color: #fff; margin: 0; }
.section-chopper .wd-title .title { font-size: 60px; }
.section-chopper .video-box { max-width: 560px; margin-left: auto; }

/* Dealers */
.section-dealers { padding: 30px 0 60px; }
.section-dealers .split { grid-template-columns: 1fr 1.1fr; align-items: center; }
.section-dealers h3 { font-size: 24px; }
.map-box { position: relative; max-width: 560px; margin: 0 auto; }
.map-box img { width: 100%; }
.hotspot { position: absolute; width: 18px; height: 18px; transform: translate(50%, -50%); }
.hotspot .dot { position: absolute; inset: 0; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 4px rgba(221, 51, 51, .35); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(221, 51, 51, .55); } 70% { box-shadow: 0 0 0 12px rgba(221, 51, 51, 0); } 100% { box-shadow: 0 0 0 0 rgba(221, 51, 51, 0); } }
.hotspot .tip { position: absolute; bottom: calc(100% + 10px); left: 50%; transform: translateX(-50%); background: #fff; color: #111; font-size: 12px; font-weight: 600; padding: 6px 12px; border-radius: 3px; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.hotspot .tip::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #fff; }
.hotspot:hover .tip, .hotspot.show .tip { opacity: 1; visibility: visible; }

/* Choppers grid */
.section-choppers { padding: 80px 0 60px; background: radial-gradient(ellipse at 50% 30%, #352941 0%, #101010 60%); }
.chopper-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 60px; }
.chopper-item { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: center; }
.chopper-item .img img { width: 100%; height: auto; }
.chopper-item .model { font-size: 15px; color: var(--text-muted); margin-bottom: 4px; }
.chopper-item h3 { font-size: 22px; margin-bottom: 12px; }
.chopper-item ul { list-style: none; padding: 0; margin: 0 0 18px; }
.chopper-item li { position: relative; padding-left: 22px; margin-bottom: 4px; font-size: 13px; }
.chopper-item li::before { content: ""; position: absolute; left: 0; top: 6px; width: 12px; height: 7px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); }

/* Air purifier */
.section-purifier { padding: 60px 0 40px; }
.section-purifier .heading { text-align: center; margin-bottom: 50px; }
.section-purifier .heading .subtitle { font-size: 26px; }
.section-purifier .heading .title { font-size: 60px; }

/* Titanium edition + gallery */
.section-titanium { position: relative; padding: 90px 0 380px; background: #111 center/cover no-repeat; }
.section-titanium::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(16,16,16,.2), #101010 85%); pointer-events: none; }
.section-titanium .container { position: relative; z-index: 1; }
.section-gallery { position: relative; margin-top: -350px; padding-bottom: 60px; z-index: 2; }
.gallery-swiper .swiper-slide { transition: transform .5s, opacity .5s; transform: scale(.85); opacity: .6; }
.gallery-swiper .swiper-slide-active { transform: scale(1); opacity: 1; }
.gallery-swiper .swiper-slide img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* About */
.section-about { position: relative; padding: 70px 0 0; background: #111 center/cover no-repeat; }
.section-about::before { content: ""; position: absolute; inset: 0; background: rgba(16, 16, 16, .55); }
.section-about .container { position: relative; }
.about-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 40px; align-items: end; }
.about-grid .photo img { width: 100%; height: 100%; object-fit: cover; }
.about-grid .products { display: flex; flex-direction: column; gap: 20px; padding-bottom: 40px; }
.about-grid .products img { width: 100%; }
.about-grid .text { padding-bottom: 60px; }
.about-grid .text .brand { font: 600 40px/1 var(--font-title); color: #fff; margin: 0 0 10px; }
.about-grid .text .tag { font: 100 30px/1.2 var(--font-title); color: #fff; margin: 0 0 20px; }
.about-grid .text p { color: rgba(255, 255, 255, .85); font-size: 15px; }
.signature { display: flex; align-items: center; gap: 15px; margin-top: 25px; }
.signature img { height: 60px; width: auto; }
.signature span { font: 600 15px/1 var(--font-title); color: #fff; }

/* Blog cards */
.section-blog { padding: 70px 0 60px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { background: transparent; }
.post-card .thumb { position: relative; }
.post-card .thumb > a { display: block; overflow: hidden; }
.post-card .thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s; }
.post-card:hover .thumb img { transform: scale(1.05); }
.post-card .date-badge { position: absolute; top: 12px; right: 12px; width: 52px; padding: 6px 0; text-align: center; background: #fff; color: #111; font: 700 18px/1 var(--font-title); }
.post-card .date-badge small { display: block; font: 500 10px/1 var(--font-text); text-transform: uppercase; margin-top: 3px; }
.post-card .cat-badge { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); background: var(--primary); color: #fff; font: 600 10px/1 var(--font-text); text-transform: uppercase; padding: 6px 12px; letter-spacing: .5px; white-space: nowrap; }
.post-card .body { padding: 28px 15px 10px; text-align: center; }
.post-card h3 { font-size: 17px; line-height: 1.4; margin-bottom: 8px; }
.post-card h3 a { color: #fff; }
.post-card h3 a:hover { color: var(--primary); }
.post-card .meta { font-size: 12px; color: var(--text-muted); margin-bottom: 10px; }
.post-card .meta span + span::before { content: "•"; margin: 0 8px; opacity: .5; }
.post-card .excerpt { font-size: 13px; color: var(--text-muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px; }
.read-more { font: 700 12px/1 var(--font-text); text-transform: uppercase; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; }
.read-more:hover { color: #fff; }
.blog-swiper .swiper-slide { height: auto; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: #000 url(../img/hardware-footer-bg.jpg) center top / cover no-repeat; border-top: 1px solid var(--brd); position: relative; }
.site-footer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.75)); }
.site-footer .container { position: relative; }
.footer-top { padding: 60px 0 30px; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 18px; }
.footer-brand p { font-size: 14px; color: var(--text-muted); max-width: 320px; }
.footer-col h5 { text-transform: uppercase; font-size: 15px; margin-bottom: 18px; letter-spacing: .5px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 9px; font-size: 13px; color: var(--text); }
.footer-col li img { width: 16px; height: 16px; opacity: .8; margin-top: 2px; }
.footer-posts { padding: 10px 0 40px; border-top: 1px solid var(--brd); }
.footer-posts h5 { text-transform: uppercase; font-size: 15px; margin: 30px 0 18px; }
.footer-posts .list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-posts .item { display: flex; gap: 14px; align-items: center; }
.footer-posts .item img { width: 70px; height: 70px; object-fit: cover; flex: 0 0 70px; }
.footer-posts .item a { font-weight: 600; color: #fff; font-size: 14px; display: block; }
.footer-posts .item a:hover { color: var(--primary); }
.footer-posts .item small { color: var(--text-muted); font-size: 12px; }
.footer-bottom { border-top: 1px solid var(--brd); padding: 20px 0; font-size: 13px; color: var(--text-muted); display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-bottom .social a { color: var(--text-muted); }
.scroll-top { position: fixed; right: 20px; bottom: 20px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 300; }
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2.2; }

/* ==========================================================================
   SHOP
   ========================================================================== */
.shop-cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 40px; padding: 0; list-style: none; }
.shop-cats a { display: flex; align-items: center; gap: 10px; padding: 8px 16px 8px 10px; border: 1px solid var(--brd); background: var(--bg-2); color: #fff; font-size: 13px; font-weight: 600; transition: border-color .25s, background .25s; }
.shop-cats a img { width: 28px; height: 28px; filter: invert(1); opacity: .85; }
.shop-cats a small { display: block; font-weight: 400; color: var(--text-muted); font-size: 11px; }
.shop-cats a:hover, .shop-cats a.active { border-color: var(--primary); background: #1b1b1b; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--text-muted); }
.shop-toolbar select { width: auto; height: 40px; padding: 0 40px 0 16px; background: var(--bg-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' fill='none' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 16px center; -webkit-appearance: none; appearance: none; color: #fff; }
.shop-toolbar select option { color: #111; }
.shop-empty { text-align: center; padding: 60px 0; color: var(--text-muted); }

/* ==========================================================================
   SINGLE PRODUCT
   ========================================================================== */
.product-single { padding: 50px 0 60px; }
.product-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: start; }
.gallery-main { background: #161616; margin-bottom: 12px; }
.gallery-main .swiper-slide img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.gallery-thumbs .swiper-slide { opacity: .5; cursor: pointer; border: 2px solid transparent; transition: opacity .25s, border-color .25s; background: #161616; }
.gallery-thumbs .swiper-slide-thumb-active { opacity: 1; border-color: var(--primary); }
.gallery-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.product-summary h1 { font-size: 26px; line-height: 1.3; margin-bottom: 12px; }
.product-summary .price { font-size: 24px; margin: 10px 0 20px; display: block; }
.product-summary .short { color: var(--text); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--brd); }
.product-summary .short ul { padding-left: 18px; }
.cart-row { display: flex; gap: 10px; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.qty { display: inline-flex; border: 2px solid var(--brd-2); border-radius: 35px; overflow: hidden; height: 44px; }
.qty button { width: 40px; border: 0; background: transparent; color: #fff; font-size: 18px; }
.qty input { width: 50px; height: 100%; border: 0; text-align: center; padding: 0; background: transparent; border-radius: 0; }
.product-meta { font-size: 13px; color: var(--text-muted); border-top: 1px solid var(--brd); padding-top: 18px; margin-top: 10px; }
.product-meta div { margin-bottom: 6px; }
.product-meta span { color: #fff; font-weight: 600; margin-right: 6px; }
.product-meta a { color: var(--text); }
.product-meta a:hover { color: var(--primary); }
.wish-compare { display: flex; gap: 18px; margin-bottom: 20px; }
.wish-compare button { background: none; border: 0; color: var(--text); font-size: 13px; display: inline-flex; align-items: center; gap: 6px; padding: 0; }
.wish-compare button:hover, .wish-compare button.active { color: var(--primary); }
.wish-compare svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.product-tabs { margin-top: 50px; }
.product-tabs .tabs-nav { justify-content: center; border-bottom: 1px solid var(--brd); margin-bottom: 30px; }
.product-tabs .tabs-nav button { padding: 14px 20px; margin-bottom: -1px; }
.attr-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.attr-table th, .attr-table td { padding: 12px 16px; border-bottom: 1px solid var(--brd); text-align: left; }
.attr-table th { color: #fff; font-weight: 600; width: 220px; }
.related { margin-top: 60px; }
.entry-content p { color: var(--text); }
.entry-content strong { color: #fff; }

/* Air fryer landing (product RD-1012W) */
.af-hero { position: relative; padding: 230px 15px 250px; background: #222 center/cover no-repeat; margin-top: -1px; }
.af-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(16,16,16,.85) 0%, rgba(16,16,16,.3) 60%, rgba(16,16,16,0) 100%); }
.af-hero .container { position: relative; }
.af-hero .wd-title { max-width: 40%; }
.af-hero .wd-title .subtitle { font-size: 30px; font-weight: 300; }
.af-hero .wd-title .title { font-size: 48px; }
.af-hero .wd-title .after { font-size: 16px; color: var(--text); }
.af-split { display: grid; grid-template-columns: 1fr 1fr; }
.af-split .img { min-height: 560px; background: #222 center top/cover no-repeat; }
.af-split .txt { padding: 10%; display: flex; flex-direction: column; justify-content: center; }
.af-split .txt .wd-title .subtitle { color: #777; font-size: 24px; font-weight: 300; }
.af-split .txt .wd-title .title { font-size: 42px; }
.af-split .txt .wd-title .after { font-size: 16px; color: var(--text); }
.af-heating { position: relative; padding: 160px 80px; background: #222 center/cover no-repeat; }
.af-heating::before { content: ""; position: absolute; inset: 0; background: rgba(16,16,16,.45); }
.af-heating .container { position: relative; }
.af-heating .video-box { max-width: 560px; }
.af-heating .txt .wd-title .subtitle { font-size: 24px; font-weight: 300; }
.af-heating .txt .wd-title .title { font-size: 42px; }
.af-control { padding: 80px 0 40px; }
.af-control .split { align-items: center; margin-bottom: 60px; }
.af-control h3 { font-size: 28px; }
.af-control .zoom { font-size: 12px; color: var(--text-muted); }
.af-control img { width: 100%; }

/* ==========================================================================
   BLOG
   ========================================================================== */
.blog-layout { display: grid; grid-template-columns: 1fr 300px; gap: 50px; align-items: start; }
.blog-list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 30px; }
.sidebar .widget { margin-bottom: 40px; }
.sidebar .widget h5 { text-transform: uppercase; font-size: 15px; letter-spacing: .5px; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid var(--brd); }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.sidebar li { padding: 7px 0; border-bottom: 1px dashed var(--brd); font-size: 13px; display: flex; justify-content: space-between; gap: 10px; }
.sidebar li:last-child { border-bottom: 0; }
.sidebar li a { color: var(--text); }
.sidebar li a:hover, .sidebar li a.active { color: var(--primary); }
.sidebar .count { color: var(--text-muted); }
.sidebar .recent .item { display: flex; gap: 12px; align-items: center; padding: 8px 0; }
.sidebar .recent img { width: 64px; height: 64px; object-fit: cover; flex: 0 0 64px; }
.sidebar .recent a { font-weight: 600; color: #fff; font-size: 13px; line-height: 1.35; }
.sidebar .recent small { display: block; color: var(--text-muted); font-size: 11px; margin-top: 3px; }
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.insta-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--brd-2); background: transparent; color: #fff; font-weight: 600; }
.pagination button.active, .pagination button:hover { background: var(--primary); border-color: var(--primary); }

/* Single post */
.post-single .post-header { text-align: center; max-width: 820px; margin: 0 auto 30px; }
.post-single .post-header .cat { display: inline-block; background: var(--primary); color: #fff; font: 600 10px/1 var(--font-text); text-transform: uppercase; padding: 6px 12px; margin-bottom: 15px; letter-spacing: .5px; }
.post-single h1 { font-size: 34px; line-height: 1.3; }
.post-single .meta { font-size: 13px; color: var(--text-muted); }
.post-single .meta span + span::before { content: "•"; margin: 0 8px; opacity: .5; }
.post-single .featured { max-width: 820px; margin: 0 auto 40px; }
.post-single .featured img { width: 100%; max-height: 520px; object-fit: cover; }
.entry-content { max-width: 820px; margin: 0 auto; font-size: 15px; line-height: 1.75; }
.entry-content h2 { font-size: 24px; margin-top: 35px; }
.entry-content h3 { font-size: 20px; margin-top: 30px; }
.entry-content h4 { font-size: 17px; margin-top: 25px; }
.entry-content ul, .entry-content ol { margin-bottom: 20px; }
.entry-content li { margin-bottom: 6px; }
.entry-content figure { margin: 25px 0; }
.entry-content figure img { width: 100%; }
.entry-content .post-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 25px 0; }
.entry-content .post-gallery figure { margin: 0; }
.entry-content .post-gallery img { aspect-ratio: 3 / 4; object-fit: cover; }
.post-nav { max-width: 820px; margin: 50px auto 0; display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid var(--brd); }
.post-nav a { max-width: 45%; font-weight: 600; color: #fff; font-size: 14px; }
.post-nav a small { display: block; color: var(--text-muted); font-weight: 400; font-size: 11px; text-transform: uppercase; margin-bottom: 4px; }
.post-nav a:hover { color: var(--primary); }
.post-nav a.next { text-align: right; margin-left: auto; }

/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
.pf-filter { display: flex; justify-content: center; gap: 6px; margin-bottom: 40px; list-style: none; padding: 0; }
.pf-filter button { background: none; border: 0; padding: 8px 16px; font: 600 13px/1 var(--font-text); text-transform: uppercase; color: var(--text-muted); border-bottom: 2px solid transparent; }
.pf-filter button.active, .pf-filter button:hover { color: #fff; border-color: var(--primary); }
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.pf-item { position: relative; overflow: hidden; background: #161616; }
.pf-item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .6s; }
.pf-item:hover img { transform: scale(1.06); }
.pf-item .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 20px 20px; background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,0)); }
.pf-item .cap h3 { font-size: 16px; margin: 0 0 4px; }
.pf-item .cap small { color: var(--primary); font-size: 11px; text-transform: uppercase; font-weight: 600; }
.pf-single .pf-hero { max-width: 900px; margin: 0 auto 40px; }
.pf-single .pf-hero img { width: 100%; }
.pf-related { margin-top: 60px; }

/* ==========================================================================
   ABOUT / CONTACT / FORMS
   ========================================================================== */
.about-page .split { grid-template-columns: 1fr 1fr; gap: 60px; }
.about-page .kicker { font: 100 22px/1.3 var(--font-title); color: var(--text); margin-bottom: 8px; }
.about-page h2 { font-size: 44px; margin-bottom: 25px; }
.about-page .credit { margin-top: 20px; font-size: 12px; color: var(--text-muted); }
.contact-info { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 50px 0; }
.contact-info .box { text-align: center; padding: 30px 20px; border: 1px solid var(--brd); background: var(--bg-2); }
.contact-info .box svg { width: 34px; height: 34px; stroke: var(--primary); fill: none; stroke-width: 1.5; margin-bottom: 14px; }
.contact-info .box h4 { font-size: 16px; text-transform: uppercase; margin-bottom: 8px; }
.contact-info .box p { margin: 0; font-size: 13px; color: var(--text); }
.buy-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 60px 0; }
.buy-banner .img { position: relative; }
.buy-banner .badge { position: absolute; top: 20px; left: 20px; width: 90px; height: 90px; border-radius: 50%; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; font: 700 16px/1.1 var(--font-title); text-align: center; box-shadow: 0 10px 30px rgba(221,51,51,.4); }
.buy-banner h3 { font-size: 30px; }
.buy-banner .big { font-size: 40px; margin: 20px 0 10px; }
.closing { display: flex; justify-content: space-between; align-items: center; padding: 30px 0; border-top: 1px solid var(--brd); font-family: var(--font-title); font-weight: 300; font-size: 18px; color: #fff; flex-wrap: wrap; gap: 10px; }
.closing .love { font-style: italic; color: var(--primary); }
.form-card { background: var(--bg-2); border: 1px solid var(--brd); padding: 40px; max-width: 760px; }
.form-card h2 { font-size: 28px; margin-bottom: 25px; }
.form-success { display: none; padding: 15px 20px; background: rgba(131, 183, 53, .15); border: 1px solid #83b735; color: #cfe8a8; margin-top: 15px; }
.dealer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.dealer-layout .form-card { max-width: none; }

/* ==========================================================================
   WISHLIST / COMPARE / CART pages
   ========================================================================== */
.cart-table { width: 100%; border-collapse: collapse; }
.cart-table th, .cart-table td { padding: 14px 12px; border-bottom: 1px solid var(--brd); text-align: left; vertical-align: middle; }
.cart-table th { font-size: 12px; text-transform: uppercase; color: var(--text-muted); font-weight: 600; }
.cart-table img { width: 70px; height: 70px; object-fit: contain; background: #161616; }
.cart-table .name { color: #fff; font-weight: 600; }
.cart-table .remove { background: none; border: 0; color: var(--text-muted); font-size: 20px; }
.cart-table .remove:hover { color: var(--primary); }
.cart-totals { margin-top: 30px; max-width: 420px; margin-left: auto; padding: 25px; border: 1px solid var(--brd); background: var(--bg-2); }
.cart-totals .row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--brd); }
.cart-totals .row.total { font-size: 18px; color: #fff; font-weight: 700; border: 0; }
.empty-state { text-align: center; padding: 80px 0; }
.empty-state svg { width: 70px; height: 70px; stroke: var(--text-muted); fill: none; stroke-width: 1.2; margin-bottom: 20px; }
.empty-state p { color: var(--text-muted); margin-bottom: 25px; }

/* Toast ---------------------------------------------------------------- */
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 20px); background: #222; color: #fff; padding: 12px 22px; border-left: 3px solid var(--primary); box-shadow: 0 10px 30px rgba(0,0,0,.5); font-size: 13px; opacity: 0; visibility: hidden; transition: opacity .3s, transform .3s, visibility .3s; z-index: 500; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* Reveal on scroll --------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease-expo), transform .8s var(--ease-expo); }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1240px) {
  .main-nav > li > a { padding: 0 10px; font-size: 13px; }
}
@media (max-width: 1024px) {
  .main-nav, .topbar-links, .header-actions .login-link, .header-actions .compare-link { display: none; }
  .burger { display: inline-flex !important; }
  :root { --header-h: 80px; }
  .logo img { height: 38px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .split, .section-dealers .split { grid-template-columns: 1fr; }
  .section-chopper .video-box { margin: 0 auto; }
  .chopper-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .about-grid .products { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .product-layout, .blog-layout, .dealer-layout { grid-template-columns: 1fr; }
  .af-hero .wd-title { max-width: 70%; }
  .af-split .img { min-height: 380px; }
  .af-heating { padding: 100px 0; }
  .contact-info { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  :root { --topbar-h: 32px; }
  .topbar-tag { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .topbar-right .social { display: none; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 12px; }
  .product-card .actions .btn-outline { display: none; }
  .product-card .actions .btn { height: 32px; padding: 0 12px; font-size: 11px; }
  .blog-grid, .blog-list, .pf-grid { grid-template-columns: 1fr; }
  .section { padding: 50px 0; }
  .wd-title .title, .section-purifier .heading .title { font-size: 38px; }
  .section-chopper .hero-brand-big { font-size: 56px; }
  .section-carbon h2 { font-size: 24px; }
  .section-airfryer .model { font-size: 36px; }
  .info-boxes { grid-template-columns: 1fr; }
  .chopper-item { grid-template-columns: 120px 1fr; }
  .section-titanium { padding-bottom: 300px; }
  .section-gallery { margin-top: -280px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid .text .tag { font-size: 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; padding-top: 40px; }
  .footer-posts .list { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
  .page-title h1 { font-size: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .af-hero { padding: 150px 0 120px; }
  .af-hero .wd-title { max-width: 100%; }
  .af-split { grid-template-columns: 1fr; }
  .af-split .img { min-height: 300px; order: -1; }
  .af-split .txt { padding: 40px 20px; }
  .af-heating { padding: 60px 0; }
  .buy-banner { grid-template-columns: 1fr; }
  .form-card { padding: 25px; }
  .about-page h2 { font-size: 32px; }
  .post-single h1 { font-size: 26px; }
  .cart-table th:nth-child(3), .cart-table td:nth-child(3) { display: none; }
}

/* ==========================================================================
   WORLD MAP / BRANCHES + AMAZON
   ========================================================================== */
.map-box.world { max-width: 100%; }
.world-map { display: block; width: 100%; height: auto; }
.world-map .wm-land { fill: #2b2b2b; stroke: #151515; stroke-width: .6; }
.world-map .wm-hl path { fill: rgba(221, 51, 51, .32); stroke: rgba(221, 51, 51, .6); stroke-width: .6; }
.map-box.world .hotspot { width: 14px; height: 14px; transform: translate(-50%, -50%); }
.map-box.world .hotspot .dot { animation-duration: 2.4s; }
.map-box.world .hotspot.hq .dot { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.3); }
.map-box.world .hotspot .tip { font-size: 12px; line-height: 1.3; text-align: center; padding: 7px 12px; }
.map-box.world .hotspot .tip small { display: block; font-weight: 400; color: #666; font-size: 11px; }
.branch-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; list-style: none; padding: 0; margin: 30px 0 0; }
.branch-list li { display: flex; flex-direction: column; gap: 2px; padding: 12px 14px; border: 1px solid var(--brd); background: var(--bg-2); border-left: 3px solid var(--primary); }
.branch-list strong { color: #fff; font-size: 14px; }
.branch-list small { color: var(--text-muted); font-size: 12px; }
.header-actions .amazon-link { color: #fff; }
.header-actions .amazon-link span { font-size: 12px; }
.btn-amazon { background: #ff9900; color: #111; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15); }
.btn-amazon:hover { background: #ffb340; color: #111; }
.btn-amazon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-brand .btn { margin-top: 6px; }
.footer-brand .btn svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.product-card .stars .rcount { color: var(--text-muted); font-size: 11px; letter-spacing: 0; margin-left: 4px; }
@media (max-width: 1024px) { .branch-list { grid-template-columns: repeat(3, 1fr); } .header-actions .amazon-link span { display: none; } }
@media (max-width: 767px) { .branch-list { grid-template-columns: 1fr 1fr; } }
/* header: keep everything on one line */
.main-nav > li > a, .header-actions a, .header-actions button { white-space: nowrap; }
@media (max-width: 1360px) { .header-actions .amazon-link span { display: none; } }
@media (max-width: 1240px) { .header-actions .login-link span { display: none; } .main-nav > li > a { padding: 0 9px; } }

/* Not available products */
.label.na { width: auto; height: auto; border-radius: 3px; padding: 6px 10px; background: #444; color: #fff; font-size: 10px; }
.price.na, .na { color: var(--text-muted); font-weight: 600; }
.btn.btn-disabled { background: #2a2a2a; color: var(--text-muted); box-shadow: none; cursor: not-allowed; pointer-events: none; }
.product-card.is-na .thumb img { filter: grayscale(.6); opacity: .8; }
