
:root{
  --yellow:#ffd100;
  --yellow-2:#ffbf00;
  --black:#090909;
  --black-2:#111111;
  --black-3:#171717;
  --white:#fafaf7;
  --muted:rgba(255,255,255,.72);
  --muted-2:rgba(255,255,255,.54);
  --border:rgba(255,255,255,.11);
  --shadow:0 18px 45px rgba(0,0,0,.28);
  --radius:22px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--black);color:var(--white);line-height:1.55;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1280px,calc(100% - 2rem));margin:0 auto}
.section{padding:110px 0;position:relative}
.section-dark{background:var(--black-2)}
.section-soft{background:linear-gradient(180deg,#111 0%,#0b0b0b 100%)}
.overline{display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;letter-spacing:3px;text-transform:uppercase;color:var(--yellow);font-weight:800;margin-bottom:1rem}
.overline::before{content:'';width:26px;height:2px;background:var(--yellow)}
.section-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.35rem,4.6vw,4rem);line-height:.95;letter-spacing:.04em;margin-bottom:1rem}
.section-copy{font-size:1rem;color:var(--muted);max-width:760px}
.muted{color:var(--muted-2)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 1.5rem;border-radius:999px;font-weight:700;letter-spacing:.02em;transition:.25s ease;border:1px solid transparent}
.btn-primary{background:var(--yellow);color:#111;box-shadow:0 12px 28px rgba(255,209,0,.18)}
.btn-primary:hover{transform:translateY(-2px);background:#ffda3f}
.btn-secondary{border-color:rgba(255,255,255,.22);color:var(--white);background:rgba(255,255,255,.02)}
.btn-secondary:hover{border-color:var(--yellow);color:var(--yellow)}
.btn-dark{background:#111;color:var(--yellow)}
.chip{display:inline-flex;align-items:center;padding:.5rem .9rem;border-radius:999px;border:1px solid rgba(255,209,0,.18);background:rgba(255,209,0,.06);color:var(--white);font-size:.85rem}
.grid{display:grid;gap:1.35rem}
.site-header{position:sticky;top:0;z-index:90;background:rgba(8,8,8,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;min-height:92px}
.brand{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.brand-badge{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .75rem;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.brand img{height:58px;width:auto;object-fit:contain}
.brand-copy strong{display:block;font-size:1rem;line-height:1.1}
.brand-copy span{display:block;font-size:.8rem;color:var(--muted-2);letter-spacing:.12em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:.72rem;list-style:none}
.nav-links a{display:inline-flex;align-items:center;justify-content:center;padding:.48rem .78rem;border-radius:999px;background:rgba(255,255,255,.96);color:#111;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(255,209,0,.38);box-shadow:0 7px 18px rgba(0,0,0,.22);transition:.2s ease}
.nav-links a:hover{background:var(--yellow);color:#111;transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,209,0,.25)}
.nav-cta{display:flex;align-items:center;gap:.8rem}
.mobile-toggle{display:none;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:#fff;align-items:center;justify-content:center;cursor:pointer}
.hero{position:relative;overflow:hidden;padding:48px 0 36px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:3rem;align-items:center;min-height:calc(100vh - 130px)}
.hero-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero-particles span{position:absolute;width:5px;height:5px;border-radius:50%;background:rgba(255,209,0,.95);box-shadow:0 0 16px rgba(255,209,0,.95),0 0 32px rgba(255,209,0,.4);animation:floatParticle linear infinite}
@keyframes floatParticle{0%{transform:translate3d(0,0,0);opacity:0}12%{opacity:1}88%{opacity:1}100%{transform:translate3d(var(--tx),var(--ty),0) scale(.6);opacity:0}}
.hero-glow{position:absolute;inset:auto auto 0 50%;width:48vw;height:48vw;transform:translateX(-8%);background:radial-gradient(circle at center, rgba(255,209,0,.16), rgba(255,209,0,.04) 36%, transparent 72%);filter:blur(12px);pointer-events:none}
.hero-copy{position:relative;z-index:2}
.hero-kicker{display:inline-flex;align-items:center;gap:.75rem;padding:.7rem 1rem;border-radius:999px;border:1px solid rgba(255,209,0,.18);background:rgba(255,209,0,.05);font-size:.76rem;letter-spacing:.2em;text-transform:uppercase;color:var(--yellow);font-weight:700;margin-bottom:1.35rem}
.hero-logo-plate{display:inline-flex;align-items:center;gap:.85rem;padding:.9rem 1.15rem;border-radius:24px;background:#fff;box-shadow:var(--shadow);margin-bottom:1rem}
.hero-logo-plate img{height:84px}
.hero-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(4rem,8vw,7.2rem);line-height:.9;letter-spacing:.03em;margin-bottom:1.15rem}
.hero-title .accent{color:var(--yellow)}
.hero-text{font-size:1.05rem;color:var(--muted);max-width:620px;margin-bottom:1.85rem}
.hero-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;margin-bottom:2rem}
.hero-bullet{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.1rem;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.hero-bullet strong{display:block;font-size:.95rem}
.hero-bullet span{display:block;color:var(--muted-2);font-size:.84rem}
.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.hero-visual{position:relative;min-height:660px;display:flex;align-items:center;justify-content:center}
.orbit-wrap{position:relative;width:min(660px,100%);height:660px}
.hero-card-main{position:absolute;inset:50% auto auto 50%;width:min(370px,72vw);aspect-ratio:1/1;transform:translate(-50%,-50%);border-radius:32px;overflow:hidden;background:#0f0f0f;box-shadow:0 30px 70px rgba(0,0,0,.35);border:1px solid rgba(255,209,0,.16)}
.hero-card-main img{width:100%;height:100%;object-fit:cover}
.hero-card-overlay{position:absolute;inset:auto 18px 18px 18px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:22px;background:rgba(7,7,7,.76);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}
.hero-card-overlay img{height:42px;width:auto;object-fit:contain;background:#fff;border-radius:12px;padding:.28rem .48rem}
.hero-card-overlay p{font-size:.88rem;color:var(--muted);max-width:180px}
.orbit-ring{position:absolute;inset:50% auto auto 50%;width:560px;height:560px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,209,0,.18)}
.orbit-ring::before,.orbit-ring::after{content:'';position:absolute;inset:32px;border-radius:50%;border:1px dashed rgba(255,209,0,.12)}
.orbit-ring::after{inset:110px;border-style:solid;border-color:rgba(255,255,255,.05)}
.orbit-track{position:absolute;inset:0;animation:spin 28s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.orbit-item{position:absolute;width:160px;height:206px;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 22px 42px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12)}
.orbit-item::after{content:'';position:absolute;inset:auto 0 0 0;height:46%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88))}
.orbit-item img{width:100%;height:100%;object-fit:cover}
.orbit-item .label{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;font-weight:700;font-size:.8rem;line-height:1.25}
.orbit-item:nth-child(1){top:-10px;left:50%;transform:translateX(-50%)}
.orbit-item:nth-child(2){right:8px;top:50%;transform:translateY(-50%)}
.orbit-item:nth-child(3){bottom:12px;left:52px}
.orbit-item:nth-child(4){left:18px;top:42%}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.8rem}
.stat-card{padding:1.25rem 1.35rem;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.stat-number{display:block;font-family:'Bebas Neue',sans-serif;font-size:2.3rem;line-height:1;color:var(--yellow)}
.stat-label{display:block;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-top:.4rem}
.two-col{display:grid;grid-template-columns:1.03fr .97fr;gap:2.2rem;align-items:center}
.image-card{position:relative;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);min-height:460px;background:#111}
.image-card img{width:100%;height:100%;object-fit:cover}
.image-badge{position:absolute;left:24px;bottom:24px;padding:1rem 1.1rem;border-radius:20px;background:rgba(9,9,9,.82);border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px)}
.image-badge strong{display:block;font-family:'Bebas Neue',sans-serif;font-size:2rem;line-height:1;color:var(--yellow)}
.image-badge span{font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}
.feature-list{display:grid;gap:1rem;margin-top:1.6rem}
.feature-item{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:1.05rem 1.1rem;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.feature-num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,209,0,.12);color:var(--yellow);font-weight:800}
.feature-item h4{font-size:1rem;margin-bottom:.25rem}
.feature-item p{font-size:.92rem;color:var(--muted-2)}
.value-grid,.category-grid,.benefit-grid,.logo-grid,.expo-grid,.product-grid,.contact-grid,.detail-grid,.gallery-grid,.related-grid,.spec-grid,.market-grid,.process-grid,.faq-grid{display:grid;gap:1.35rem}
.value-grid{grid-template-columns:repeat(3,1fr);margin-top:2.25rem}
.value-card,.category-card,.benefit-card,.logo-card,.expo-card,.product-card,.contact-card,.faq-card{padding:1.35rem;border-radius:24px;background:#121212;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}
.value-card h3,.category-card h3,.benefit-card h3,.logo-card strong,.expo-card h3,.product-card h3,.faq-card h3{font-size:1.08rem;margin-bottom:.55rem}
.value-card p,.category-card p,.benefit-card p,.logo-card p,.expo-card p,.product-card p,.faq-card p{color:var(--muted-2);font-size:.92rem}
.icon-plate{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:rgba(255,209,0,.1);color:var(--yellow);font-size:1.35rem;margin-bottom:.95rem;border:1px solid rgba(255,209,0,.18)}
.category-grid{grid-template-columns:repeat(4,1fr);margin-top:2rem}
.category-card{padding:0;overflow:hidden}
.category-card img{width:100%;aspect-ratio:4/4.8;object-fit:cover}
.category-card .content{padding:1.1rem 1.15rem 1.2rem}
.category-card .content .chip{margin-bottom:.85rem}
.product-grid{grid-template-columns:repeat(4,1fr);margin-top:2rem}
.product-card{display:flex;flex-direction:column;overflow:hidden;padding:0}
.product-thumb{position:relative;aspect-ratio:4/5;overflow:hidden}
.product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.product-card:hover .product-thumb img{transform:scale(1.04)}
.product-thumb::after{content:'';position:absolute;inset:auto 0 0 0;height:52%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.88))}
.product-code{position:absolute;left:14px;top:14px;z-index:2;padding:.45rem .75rem;border-radius:999px;background:rgba(0,0,0,.72);border:1px solid rgba(255,255,255,.14);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}
.product-body{display:flex;flex-direction:column;flex:1;padding:1.2rem 1.2rem 1.3rem}
.product-body h3{font-size:1.18rem;margin-bottom:.35rem}
.product-body .summary{font-size:.92rem;color:var(--muted-2);margin-bottom:1rem}
.product-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}
.product-meta span{display:inline-flex;padding:.45rem .7rem;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:.72rem;color:var(--muted)}
.product-link{margin-top:auto;display:inline-flex;align-items:center;gap:.45rem;color:var(--yellow);font-weight:700}
.benefit-grid{grid-template-columns:repeat(4,1fr);margin-top:2.25rem}
.process-grid{grid-template-columns:repeat(4,1fr);margin-top:2.2rem}
.process-card{padding:1.25rem;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.process-step{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--yellow);color:#111;font-weight:800;margin-bottom:.85rem}
.cert-strip{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.7rem}
.cert-pill{padding:.8rem 1rem;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-weight:700}
.market-grid{grid-template-columns:1.15fr .85fr;align-items:start;margin-top:2rem}
.logo-grid{grid-template-columns:repeat(4,1fr)}
.logo-card{display:grid;place-items:center;min-height:112px;text-align:center;background:linear-gradient(180deg,#161616,#0f0f0f)}
.logo-card strong{font-family:'Bebas Neue',sans-serif;font-size:2.1rem;letter-spacing:.04em;margin:0;color:#fff}
.logo-card small{display:block;color:var(--muted-2);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;margin-top:.5rem}
.market-copy-card{padding:1.5rem;border-radius:28px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.market-copy-card .pill-row{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}
.expo-grid{grid-template-columns:repeat(4,1fr);margin-top:2rem}
.contact-band{padding:90px 0;background:linear-gradient(135deg,var(--yellow),#ffdb43);color:#0b0b0b}
.contact-band .section-title,.contact-band .section-copy{color:#111}
.contact-band .overline{color:rgba(0,0,0,.62)}
.contact-band .overline::before{background:rgba(0,0,0,.62)}
.contact-grid{grid-template-columns:repeat(5,1fr);margin-top:2rem}
.contact-card{background:rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.06);padding:1.3rem;border-radius:24px}
.contact-card h4{font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(0,0,0,.56);margin-bottom:.55rem}
.contact-card p,.contact-card a{font-weight:700;color:#111}
.contact-card small{display:block;margin-top:.35rem;color:rgba(0,0,0,.7);line-height:1.55}
.footer{padding:1.4rem 0;border-top:1px solid rgba(255,255,255,.08);background:#080808}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:.8rem}
.footer-brand .brand-badge img{height:42px}
.footer small{color:var(--muted-2)}

.product-hero{padding:56px 0 36px;position:relative;overflow:hidden}
.product-hero .hero-glow{width:42vw;height:42vw;left:auto;right:-8vw;transform:none}
.product-top{display:grid;grid-template-columns:1.05fr .95fr;gap:2.2rem;align-items:start}
.gallery-main{border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#0d0d0d;box-shadow:var(--shadow)}
.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}
.gallery-grid{grid-template-columns:repeat(3,1fr);margin-top:1rem}
.gallery-thumb{border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);cursor:pointer;background:#111}
.gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-detail-card{padding:1.7rem;border-radius:28px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.product-eyebrow{display:inline-flex;align-items:center;padding:.5rem .85rem;border-radius:999px;background:rgba(255,209,0,.08);border:1px solid rgba(255,209,0,.18);color:var(--yellow);font-weight:700;font-size:.8rem;margin-bottom:1rem}
.product-page-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(2.8rem,5.4vw,4.7rem);line-height:.95;letter-spacing:.04em;margin-bottom:1rem}
.product-detail-card p{color:var(--muted);font-size:1rem}
.detail-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem;margin:1.35rem 0 1.5rem}
.detail-meta .item{padding:1rem;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.detail-meta .item span{display:block;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2);margin-bottom:.32rem}
.detail-meta .item strong{display:block;font-size:1rem}
.detail-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.55rem}
.detail-grid{grid-template-columns:1fr 1fr;align-items:start;margin-top:2rem}
.detail-panel{padding:1.45rem;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.detail-panel h3{font-size:1.15rem;margin-bottom:.9rem}
.detail-list{display:grid;gap:.7rem}
.detail-list li{list-style:none;position:relative;padding-left:1.15rem;color:var(--muted)}
.detail-list li::before{content:'';position:absolute;left:0;top:.68rem;width:7px;height:7px;border-radius:50%;background:var(--yellow)}
.spec-grid{grid-template-columns:repeat(2,1fr);margin-top:.2rem}
.spec-item{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.spec-item span{color:var(--muted-2)}
.spec-item strong{text-align:right}
.related-grid{grid-template-columns:repeat(3,1fr);margin-top:1.5rem}
.breadcrumb{display:flex;gap:.6rem;align-items:center;color:var(--muted-2);font-size:.9rem;margin-bottom:1rem;flex-wrap:wrap}
.breadcrumb a:hover{color:var(--yellow)}
.faq-grid{grid-template-columns:repeat(2,1fr);margin-top:2rem}
.faq-card{padding:1.25rem 1.3rem}

@media (max-width:1180px){
  .hero-grid,.two-col,.market-grid,.product-top,.detail-grid{grid-template-columns:1fr}
  .hero-visual{min-height:620px}
  .orbit-wrap{height:620px}
  .value-grid,.benefit-grid,.category-grid,.product-grid,.logo-grid,.expo-grid,.process-grid,.contact-grid,.related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:920px){
  .nav-links,.nav-cta{display:none}
  .mobile-toggle{display:inline-flex}
  .mobile-menu{position:fixed;inset:92px 0 auto 0;background:rgba(10,10,10,.98);border-top:1px solid rgba(255,255,255,.08);padding:1rem 1rem 1.35rem;display:none;z-index:88}
  .mobile-menu.active{display:block}
  .mobile-menu a{display:block;padding:1rem;border-radius:18px;border:1px solid rgba(255,209,0,.22);background:#fff;color:#111;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.8rem;box-shadow:0 8px 18px rgba(0,0,0,.22)}
  .hero-bullets,.stats-grid,.detail-meta,.faq-grid{grid-template-columns:1fr}
  .section{padding:88px 0}
}
@media (max-width:760px){
  .container{width:min(100% - 1.2rem, 100%)}
  .navbar{min-height:84px}
  .brand img{height:52px}
  .hero{padding-top:26px}
  .hero-visual{min-height:530px}
  .orbit-wrap{height:520px}
  .orbit-ring{width:340px;height:340px}
  .hero-card-main{width:250px;border-radius:24px}
  .hero-card-overlay{padding:.8rem;border-radius:18px}
  .hero-card-overlay img{height:34px}
  .orbit-item{width:98px;height:130px;border-radius:18px}
  .orbit-item:nth-child(2){right:0}
  .orbit-item:nth-child(3){left:22px;bottom:22px}
  .orbit-item:nth-child(4){left:0;top:42%}
  .orbit-item .label{font-size:.7rem;left:8px;right:8px;bottom:8px}
  .value-grid,.benefit-grid,.category-grid,.product-grid,.logo-grid,.expo-grid,.process-grid,.contact-grid,.gallery-grid,.related-grid,.spec-grid{grid-template-columns:1fr}
  .category-card img,.product-thumb{aspect-ratio:4/4.7}
  .contact-grid{gap:1rem}
  .product-page-title{font-size:2.7rem}
}

.product-category-block{margin-top:2.4rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.08)}
.product-category-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.product-category-head h3{font-family:'Bebas Neue',sans-serif;font-size:2rem;letter-spacing:.04em;color:var(--yellow)}
.product-category-head p{color:var(--muted-2);max-width:720px;font-size:.95rem}
.category-quick-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}
.category-quick-links a{display:inline-flex;padding:.65rem 1rem;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);color:var(--muted);font-weight:700;font-size:.85rem;transition:.2s ease}
.category-quick-links a:hover{color:#111;background:var(--yellow);border-color:var(--yellow)}
.logo-card img{max-width:120px;max-height:54px;object-fit:contain;filter:grayscale(1) brightness(1.8);opacity:.9;margin-bottom:.5rem}
.logo-card:hover img{filter:none;opacity:1}
.logo-note{font-size:.78rem;color:var(--muted-2);margin-top:1rem;line-height:1.6}
.category-hero{padding:68px 0 30px;background:radial-gradient(circle at 70% 20%,rgba(255,209,0,.14),transparent 38%),#0a0a0a}
.category-title{font-family:'Bebas Neue',sans-serif;font-size:clamp(3rem,6vw,5.4rem);line-height:.95;letter-spacing:.04em;margin-bottom:1rem}
.category-layout{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:start}
.category-side{position:sticky;top:110px;padding:1.25rem;border-radius:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08)}
.category-side a{display:block;padding:.8rem .95rem;border-radius:16px;color:var(--muted);border:1px solid transparent}
.category-side a:hover,.category-side a.active{color:#111;background:var(--yellow)}
@media(max-width:1180px){.category-layout{grid-template-columns:1fr}.category-side{position:relative;top:auto}.category-side a{display:inline-block;margin:.25rem}}


/* Final publish fix: keep SSW401, SSWC601 and SSPV801 product visuals proportional */
.product-card:has(img[alt*="SSW401"]),
.product-card:has(img[alt*="SSWC601"]),
.product-card:has(img[alt*="SSPV801"]) {
  max-width: 100%;
}

.product-card:has(img[alt*="SSW401"]) .product-thumb,
.product-card:has(img[alt*="SSWC601"]) .product-thumb,
.product-card:has(img[alt*="SSPV801"]) .product-thumb {
  aspect-ratio: 4 / 5;
  max-height: 360px;
}

.product-card:has(img[alt*="SSW401"]) .product-thumb img,
.product-card:has(img[alt*="SSWC601"]) .product-thumb img,
.product-card:has(img[alt*="SSPV801"]) .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fallback for product code classes/text-based layouts */
.ssw401 img,
.sswc601 img,
.sspv801 img,
[data-model="SSW401"] img,
[data-model="SSWC601"] img,
[data-model="SSPV801"] img {
  max-height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.collection-card img,
.category-card img,
.product-card img {
  object-fit: cover;
}


/* Final clean publish fix */
.nav-links li:has(a[href*="exhibition"]),
.nav-links li:has(a[href*="trade"]),
.nav-links a[href*="exhibition"],
.nav-links a[href*="trade"],
.mobile-menu a[href*="exhibition"],
.mobile-menu a[href*="trade"] {
  display: none !important;
}

/* Keep homepage product/collection images regular and proportional */
.category-card img,
.collection-card img,
.product-card .product-thumb,
.product-thumb {
  max-height: 340px !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
}

.category-card img,
.collection-card img,
.product-card .product-thumb img,
.product-thumb img,
.product-card img {
  width: 100% !important;
  height: 100% !important;
  max-height: 340px !important;
  object-fit: cover !important;
}

/* Prevent specific oversized new variant images from dominating the homepage */
.product-card.ssw401,
.product-card.sswc601,
.product-card.sspv801,
.ssw401,
.sswc601,
.sspv801 {
  max-width: 100% !important;
}

.ssw401 img,
.sswc601 img,
.sspv801 img,
img[alt*="SSW401"],
img[alt*="SSWC601"],
img[alt*="SSPV801"] {
  max-height: 340px !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (min-width: 1181px) {
  .category-grid,
  .product-grid {
    align-items: stretch !important;
  }
  .category-card,
  .product-card {
    height: auto !important;
  }
}
