
:root{
  --ink:#111212; --paper:#f5f3ef; --white:#fff; --muted:#777169;
  --line:#d9d5ce; --brand:#9d005c; --brand2:#5a0037; --sand:#b7895b;
  --max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,"Helvetica Neue","PingFang SC","Microsoft YaHei",sans-serif}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.site-header{height:82px;position:sticky;top:0;z-index:70;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(17,18,18,.06)}
.nav-wrap{max-width:var(--max);height:100%;margin:auto;padding:0 34px;display:flex;align-items:center;gap:34px}
.brand img{width:290px;height:58px;object-fit:contain;object-position:left center}
.nav{margin-left:auto;display:flex;align-items:center;gap:29px;font-size:13px}
.nav a{white-space:nowrap}.nav a:hover{color:var(--brand)}
.nav-cta{border:1px solid var(--ink);border-radius:999px;padding:11px 18px}
.lang-switch{display:flex;gap:7px;align-items:center;font-size:12px}
.lang-btn{border:0;background:none;color:#8d8881;cursor:pointer;padding:6px 1px}
.lang-btn.active{color:var(--brand);font-weight:800}
.mobile-menu{display:none}

.hero{position:relative;min-height:calc(100vh - 82px);overflow:hidden;background:#d9d5ce}
.hero-media{position:absolute;inset:0;background:url("assets/hero-showroom.webp") center center/cover no-repeat;transform:scale(1.01)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,9,8,.84) 0%,rgba(8,9,8,.62) 26%,rgba(8,9,8,.24) 58%,rgba(8,9,8,.08) 100%),linear-gradient(0deg,rgba(7,8,7,.20),transparent 65%)}
.hero-inner{position:relative;z-index:2;max-width:var(--max);margin:auto;padding:145px 34px 100px;color:#fff}
.kicker{font-size:11px;letter-spacing:.22em;font-weight:800;color:#e1bd97;text-transform:uppercase}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:82px;line-height:.94;font-weight:400;letter-spacing:-.045em;max-width:720px;margin:24px 0 28px}
.hero-copy{font-size:18px;line-height:1.8;max-width:650px;color:rgba(255,255,255,.86)}
.hero-actions{display:flex;gap:12px;margin-top:34px}
.btn{height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;font-size:13px;font-weight:800}
.btn-light{background:#fff;color:#111}.btn-light:hover{background:var(--brand);color:#fff}
.btn-line{border:1px solid rgba(255,255,255,.55);color:#fff}
.hero-facts{display:flex;flex-wrap:wrap;margin-top:58px;max-width:760px}
.hero-facts span{width:25%;min-width:145px;border-top:1px solid rgba(255,255,255,.32);padding:13px 15px 0 0;font-size:12px;color:rgba(255,255,255,.78)}
.hero-note{position:absolute;right:34px;bottom:28px;color:rgba(255,255,255,.72);font-size:10px;letter-spacing:.15em;text-transform:uppercase;background:rgba(255,255,255,.08);padding:10px 14px;border:1px solid rgba(255,255,255,.12)}

.marquee{overflow:hidden;background:#111;color:#fff;border-top:1px solid rgba(255,255,255,.08)}
.marquee-track{display:flex;width:max-content;animation:marquee 26s linear infinite}
.marquee-track span{padding:18px 38px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.marquee-track span::after{content:"•";margin-left:38px;color:var(--brand)}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{max-width:var(--max);margin:auto;padding:116px 34px}
.section-head{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-bottom:54px}
.section-label{font-size:10px;font-weight:800;letter-spacing:.18em;color:var(--brand);text-transform:uppercase;margin-bottom:19px}
.section h2,.brand-editorial h2,.contact h2{font-family:Georgia,"Times New Roman",serif;font-size:58px;line-height:1.05;font-weight:400;letter-spacing:-.03em;margin:0}
.section-head p{color:var(--muted);line-height:1.8;margin:0;font-size:15px}
.text-link{display:inline-block;margin-top:18px;color:var(--brand);font-size:12px;font-weight:800}

.featured-products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);overflow:hidden}
.product-card-image{aspect-ratio:1/1;overflow:hidden;background:#eae7e1}
.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.product-card:hover .product-card-image img{transform:scale(1.025)}
.product-info{padding:20px 21px 23px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}
.product-info small{display:block;color:var(--muted);font-size:10px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}
.product-info h3{font-size:16px;margin:0}
.product-arrow{width:38px;height:38px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:16px}
.product-card:hover .product-arrow{background:var(--brand);color:#fff;border-color:var(--brand)}

.collection-cta{margin-top:22px;background:#171817;color:#fff;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.collection-cta b{font-family:Georgia,serif;font-size:28px;font-weight:400}
.collection-cta span{font-size:12px;color:rgba(255,255,255,.62)}

.brand-banner{max-width:var(--max);margin:auto;padding:0 34px 116px}
.brand-banner-inner{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line)}
.brand-banner-inner img{width:100%;max-height:720px;object-fit:cover}
.brand-banner-caption{position:absolute;left:30px;bottom:28px;background:rgba(17,18,18,.88);color:#fff;padding:16px 18px;max-width:360px}
.brand-banner-caption strong{display:block;font-family:Georgia,serif;font-size:25px;font-weight:400}
.brand-banner-caption span{display:block;margin-top:6px;font-size:11px;color:rgba(255,255,255,.67)}

.manufacturing{max-width:none;background:#151614;color:#fff;padding:0;display:grid;grid-template-columns:1fr 1fr}
.manufacturing-copy{padding:110px max(34px,calc((100vw - var(--max))/2 + 34px))}
.manufacturing-copy h2{font-family:Georgia,serif;font-size:58px;line-height:1.05;font-weight:400;margin:0 0 26px}
.manufacturing-copy>p{max-width:710px;color:rgba(255,255,255,.7);line-height:1.85;font-size:16px}
.manufacturing-list{margin-top:44px;display:grid;grid-template-columns:1fr 1fr;gap:20px}
.manufacturing-list div{border-top:1px solid rgba(255,255,255,.22);padding-top:15px}
.manufacturing-list b{display:block;font-size:12px;margin-bottom:7px}.manufacturing-list span{font-size:11px;color:rgba(255,255,255,.57);line-height:1.5}
.manufacturing-art{position:relative;min-height:640px;background:radial-gradient(circle at 70% 30%,#bd0a72 0%,#910056 30%,#420027 72%,#220014 100%);overflow:hidden}
.manufacturing-art::before,.manufacturing-art::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}
.manufacturing-art::before{width:640px;height:640px;right:-140px;top:20px}
.manufacturing-art::after{width:420px;height:420px;right:-20px;top:140px}
.made-stamp{position:absolute;left:55px;bottom:60px;z-index:2}
.made-stamp small{display:block;letter-spacing:.2em;font-size:10px}.made-stamp strong{display:block;font-family:Georgia,serif;font-size:58px;font-weight:400;margin:6px 0}.made-stamp span{font-size:11px;letter-spacing:.22em}

.dealer-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.dealer-card{background:#fff;min-height:235px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.dealer-card small{color:var(--brand);font-weight:800}.dealer-card h3{margin:56px 0 10px;font-size:18px}.dealer-card p{color:var(--muted);font-size:12px;line-height:1.65}

.brand-editorial{display:grid;grid-template-columns:.78fr 1.22fr;background:#fff;min-height:760px}
.ambassador-photo{background:#f2f0ec;overflow:hidden}.ambassador-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.brand-editorial-copy{padding:90px 8vw;display:flex;flex-direction:column;justify-content:center}
.brand-editorial-copy .brand-lockup{width:300px;max-height:78px;object-fit:contain;object-position:left center;margin:0 0 34px}
.brand-editorial h2{max-width:760px;margin-bottom:25px}
.brand-editorial-copy p{max-width:720px;color:var(--muted);line-height:1.85;font-size:15px}
.brand-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.brand-tags span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:10px}

.partnership-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line)}
.partner-card{background:#fff;padding:25px;min-height:255px;border-right:1px solid var(--line)}
.partner-card:last-child{border-right:0}.partner-card small{color:var(--sand);font-weight:800}.partner-card h3{margin:82px 0 9px;font-size:18px}.partner-card p{font-size:11px;line-height:1.6;color:var(--muted)}

.contact{background:#171817;color:#fff;padding:110px max(34px,calc((100vw - var(--max))/2 + 34px));display:grid;grid-template-columns:.8fr 1.2fr;gap:65px}
.contact h2{margin-bottom:24px}.contact-intro p{color:rgba(255,255,255,.65);line-height:1.8}
.contact-lines{margin-top:38px}.contact-lines div{border-top:1px solid rgba(255,255,255,.2);padding:14px 0;display:flex;justify-content:space-between;font-size:12px}.contact-lines span{color:rgba(255,255,255,.45)}
.form{background:#f6f3ed;color:#111;padding:32px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form label>span{display:block;font-size:10px;font-weight:800;margin-bottom:7px}
.form input,.form select,.form textarea{width:100%;border:1px solid #cec8bf;background:#fff;padding:13px 14px;border-radius:0;outline:none}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--brand)}
.form textarea{min-height:112px;resize:vertical}.message{display:block;margin-top:15px}.submit{width:100%;border:0;background:var(--brand);color:#fff;padding:15px;margin-top:15px;font-weight:800;cursor:pointer}
.form-note{display:block;color:#777269;font-size:10px;margin-top:9px}

.footer{background:#fff;padding:38px max(34px,calc((100vw - var(--max))/2 + 34px));display:grid;grid-template-columns:.7fr 1.4fr .9fr;gap:30px;align-items:center;border-top:1px solid var(--line)}
.footer img{width:245px;max-height:60px;object-fit:contain;object-position:left center}.footer-legal{font-size:11px;display:flex;flex-direction:column;gap:6px}.footer-legal .zh-legal{font-family:"Microsoft JhengHei","PingFang TC",sans-serif}
.footer-meta{font-size:10px;color:var(--muted);text-align:right;line-height:1.7}

/* Product listing */
.page-hero{padding:86px 34px 52px;max-width:var(--max);margin:auto}.page-hero h1{font-family:Georgia,serif;font-size:65px;font-weight:400;letter-spacing:-.04em;margin:12px 0}.page-hero p{color:var(--muted);max-width:690px;line-height:1.75}
.filters{max-width:var(--max);padding:0 34px 28px;margin:auto;display:flex;gap:8px}.filter-btn{border:1px solid var(--line);background:#fff;padding:9px 14px;border-radius:999px;cursor:pointer;font-size:11px}.filter-btn.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.all-products{max-width:var(--max);margin:auto;padding:0 34px 100px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}

/* Product detail */
.product-detail{max-width:var(--max);margin:auto;padding:72px 34px 105px}
.back-link{display:inline-block;font-size:11px;color:var(--muted);margin-bottom:24px}
.product-top{display:grid;grid-template-columns:1.18fr .82fr;gap:54px;align-items:start}
.product-main-image{background:#e9e6e0;border:1px solid var(--line);position:sticky;top:110px}.product-main-image img{width:100%;aspect-ratio:1/1;object-fit:cover}
.product-summary{padding-top:14px}.product-summary .category{font-size:10px;letter-spacing:.18em;color:var(--brand);font-weight:800;text-transform:uppercase}
.product-summary h1{font-family:Georgia,serif;font-size:52px;line-height:1.04;font-weight:400;letter-spacing:-.035em;margin:14px 0 10px}.product-ref{font-size:11px;color:var(--muted);margin-bottom:28px}
.product-lead{font-size:15px;color:var(--muted);line-height:1.8}
.spec-box{border-top:1px solid var(--line);margin-top:34px}.spec-row{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid var(--line);font-size:12px}.spec-row span:first-child{color:var(--muted)}
.product-cta{display:flex;gap:10px;margin-top:28px}.product-cta .btn{border-radius:0}.btn-dark{background:var(--ink);color:#fff}.btn-brand{background:var(--brand);color:#fff}
.detail-blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:70px}.detail-block{background:#fff;border:1px solid var(--line);padding:27px}.detail-block small{color:var(--brand);font-weight:800}.detail-block h3{font-size:18px;margin:38px 0 9px}.detail-block p{color:var(--muted);font-size:12px;line-height:1.65}
.related{margin-top:80px}.related h2{font-family:Georgia,serif;font-size:36px;font-weight:400}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}

/* responsive */
@media(max-width:1100px){
 .nav{display:none}.brand img{width:210px}.hero h1{font-size:68px}.featured-products{grid-template-columns:1fr 1fr}.manufacturing{grid-template-columns:1fr}.manufacturing-art{min-height:420px}
 .dealer-grid{grid-template-columns:1fr 1fr}.brand-editorial{grid-template-columns:1fr 1fr}.partnership-grid{grid-template-columns:1fr 1fr}.partner-card{border-bottom:1px solid var(--line)}
 .contact{grid-template-columns:1fr}.all-products{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
 .site-header{height:68px}.nav-wrap{padding:0 18px}.brand img{width:180px;height:44px}.hero{min-height:700px}.hero-media{background-position:67% center}.hero-overlay{background:linear-gradient(90deg,rgba(8,9,8,.88),rgba(8,9,8,.55) 72%,rgba(8,9,8,.38))}
 .hero-inner{padding:110px 22px 80px}.hero h1{font-size:49px;max-width:560px}.hero-copy{font-size:15px}.hero-facts span{width:50%}.hero-note{display:none}
 .section{padding:80px 20px}.section-head{grid-template-columns:1fr;gap:22px}.section h2,.brand-editorial h2,.contact h2{font-size:43px}
 .featured-products{grid-template-columns:1fr}.collection-cta{align-items:flex-start;flex-direction:column}.brand-banner{padding:0 20px 80px}
 .manufacturing-copy{padding:80px 22px}.manufacturing-copy h2{font-size:43px}.manufacturing-list{grid-template-columns:1fr}.dealer-grid{grid-template-columns:1fr}
 .brand-editorial{grid-template-columns:1fr}.ambassador-photo{height:580px}.brand-editorial-copy{padding:65px 24px}.partnership-grid{grid-template-columns:1fr}.partner-card{border-right:0}
 .contact{padding:80px 22px}.form-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.footer-meta{text-align:left}
 .all-products{grid-template-columns:1fr 1fr;padding:0 20px 80px}.page-hero{padding:60px 20px 35px}.page-hero h1{font-size:49px}.filters{padding:0 20px 22px}
 .product-detail{padding:45px 20px 80px}.product-top{grid-template-columns:1fr}.product-main-image{position:static}.product-summary h1{font-size:43px}.detail-blocks{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}
}


.contact-showcase{margin-top:34px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.12);padding:14px}
.contact-showcase img{width:100%;height:auto;display:block}
.contact-showcase small{display:block;margin-top:10px;color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.16em;text-transform:uppercase}
.contact-showcase strong{display:block;margin-top:6px;font-family:Georgia,serif;font-size:26px;font-weight:400;line-height:1.2}
@media(max-width:720px){
 .brand img{width:210px;height:48px}
 .contact-showcase strong{font-size:22px}
}


/* ==========================================================
   V7 LIVE / INTERACTIVE HERO
   Visual target: approved homepage screenshot
   ========================================================== */

/* Header */
.site-header{
  height:80px;
  background:rgba(255,255,255,.98);
  border-bottom:1px solid rgba(0,0,0,.04);
  box-shadow:none;
}
.nav-wrap{
  max-width:none;
  width:100%;
  padding:0 5.5vw;
  gap:28px;
}
.brand{
  min-width:360px;
}
.brand img{
  width:315px;
  height:58px;
  object-fit:contain;
  object-position:left center;
}
.nav{
  margin-left:auto;
  gap:34px;
  font-size:13px;
  color:#111;
}
.nav-cta{
  padding:11px 22px;
  border:1px solid #222;
  border-radius:999px;
}
.lang-switch{
  margin-left:6px;
  gap:8px;
}
.lang-btn.active{
  color:#b00069;
}

/* Full hero structure */
.hero-v7{
  display:grid;
  grid-template-columns:minmax(0, 74.5%) minmax(310px, 25.5%);
  width:100%;
  height:632px;
  min-height:632px;
  background:#fff;
  color:#fff;
  overflow:hidden;
  position:relative;
}

/* Left image area */
.hero-v7-left{
  position:relative;
  min-width:0;
  height:100%;
  overflow:hidden;
  background:#ddd;
}
.hero-v7-scene{
  position:absolute;
  inset:0;
  background-image:url("assets/hero-scene-v7.webp");
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:43% center;
  transform:scale(1.002);
}
.hero-v7-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(21,20,16,.83) 0%,
      rgba(21,20,16,.72) 17%,
      rgba(21,20,16,.52) 31%,
      rgba(21,20,16,.24) 47%,
      rgba(21,20,16,.06) 66%,
      rgba(21,20,16,0) 84%);
}

/* Left text block */
.hero-v7-content{
  position:relative;
  z-index:3;
  width:480px;
  max-width:46%;
  margin-left:5.5vw;
  padding-top:82px;
}
.hero-v7-kicker{
  font-size:12px;
  letter-spacing:.16em;
  font-weight:700;
  color:#d8ad74;
  margin-bottom:18px;
}
.hero-v7 h1{
  margin:0 0 21px;
  max-width:470px;
  font-family:Georgia,"Times New Roman","Noto Serif SC","Songti SC",serif;
  font-weight:400;
  font-size:57px;
  line-height:1.11;
  letter-spacing:-.025em;
  color:#fff;
}
.hero-v7-copy{
  margin:0;
  max-width:455px;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.9);
}
.hero-v7-actions{
  display:flex;
  gap:14px;
  margin-top:30px;
}
.hero-v7-btn{
  min-width:122px;
  height:48px;
  padding:0 22px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  transition:.22s ease;
}
.hero-v7-btn-primary{
  background:#fff;
  color:#111;
  border:1px solid #fff;
}
.hero-v7-btn-primary:hover{
  background:#b00069;
  border-color:#b00069;
  color:#fff;
}
.hero-v7-btn-secondary{
  background:rgba(0,0,0,.04);
  color:#fff;
  border:1px solid rgba(255,255,255,.62);
}
.hero-v7-btn-secondary:hover{
  background:#fff;
  color:#111;
}

/* Four lower selling points */
.hero-v7-facts{
  width:560px;
  max-width:46vw;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:40px;
}
.hero-v7-facts span{
  border-top:1px solid rgba(255,255,255,.42);
  padding:14px 12px 0 0;
  min-height:42px;
  font-size:11px;
  color:rgba(255,255,255,.94);
  white-space:nowrap;
}

/* Right live marketing panel */
.hero-v7-panel{
  background:#fff;
  color:#151515;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  position:relative;
}
.hero-v7-panel::before{
  content:"";
  position:absolute;
  left:-1px;
  top:0;
  bottom:0;
  width:58px;
  background:linear-gradient(90deg,rgba(255,255,255,0),#fff 82%);
  transform:translateX(-58px);
  pointer-events:none;
}
.hero-v7-panel-inner{
  width:88%;
  text-align:center;
  padding:0 18px 4px;
}
.hero-v7-panel-title{
  font-size:31px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.02em;
  text-transform:uppercase;
  color:#151515;
}
.hero-v7-panel-sub{
  margin-top:32px;
  font-size:17px;
  line-height:1.35;
  font-weight:700;
}
.hero-v7-panel-small{
  margin-top:34px;
  font-size:14px;
  line-height:1.45;
  color:#363636;
}

/* Product section directly below hero */
.section-head-v7{
  display:block;
  text-align:center;
  margin-bottom:48px;
}
.section-head-v7 .section-label{
  display:none;
}
.section-head-v7 h2{
  font-family:Georgia,"Times New Roman","Noto Serif SC",serif;
  font-size:35px;
  line-height:1.2;
  margin:0;
}
.section-sub-v7{
  margin:10px auto 0 !important;
  color:#555 !important;
  font-size:15px !important;
  line-height:1.6 !important;
}
.section-head-v7 > div:nth-child(2){
  display:none;
}
#collections.section{
  padding-top:56px;
}

/* Responsive */
@media(max-width:1250px){
  .brand{min-width:290px}
  .brand img{width:260px}
  .nav{gap:22px;font-size:12px}
  .hero-v7{
    grid-template-columns:minmax(0, 72%) minmax(300px, 28%);
  }
  .hero-v7-content{
    margin-left:4vw;
    max-width:52%;
  }
  .hero-v7 h1{
    font-size:50px;
  }
  .hero-v7-facts{
    width:520px;
    max-width:54vw;
  }
  .hero-v7-panel-title{font-size:26px}
  .hero-v7-panel-sub{font-size:15px}
  .hero-v7-panel-small{font-size:12px}
}

@media(max-width:1000px){
  .site-header{height:72px}
  .nav-wrap{padding:0 22px}
  .brand{min-width:0}
  .brand img{width:225px;height:50px}
  .nav{display:none}

  .hero-v7{
    display:block;
    height:auto;
    min-height:0;
  }
  .hero-v7-left{
    height:650px;
  }
  .hero-v7-scene{
    background-size:auto 100%;
    background-position:44% center;
  }
  .hero-v7-content{
    width:470px;
    max-width:68%;
    margin-left:32px;
    padding-top:78px;
  }
  .hero-v7 h1{font-size:51px}
  .hero-v7-facts{
    max-width:650px;
    width:100%;
  }
  .hero-v7-panel{
    min-height:270px;
    padding:54px 20px;
  }
  .hero-v7-panel::before{display:none}
  .hero-v7-panel-inner{width:100%}
  .hero-v7-panel-title{font-size:28px}
}

@media(max-width:650px){
  .brand img{width:195px}
  .lang-switch{margin-left:auto}

  .hero-v7-left{height:690px}
  .hero-v7-scene{
    background-size:auto 100%;
    background-position:41% center;
  }
  .hero-v7-shade{
    background:linear-gradient(90deg,
      rgba(20,19,16,.86) 0%,
      rgba(20,19,16,.73) 52%,
      rgba(20,19,16,.30) 86%,
      rgba(20,19,16,.08) 100%);
  }
  .hero-v7-content{
    width:auto;
    max-width:none;
    margin:0;
    padding:74px 22px 0;
  }
  .hero-v7-kicker{font-size:10px}
  .hero-v7 h1{
    font-size:43px;
    max-width:390px;
  }
  .hero-v7-copy{
    max-width:390px;
    font-size:14px;
  }
  .hero-v7-facts{
    grid-template-columns:1fr 1fr;
    width:100%;
    max-width:100%;
    margin-top:32px;
  }
  .hero-v7-facts span{
    padding-top:10px;
    margin-top:5px;
  }
  .hero-v7-panel{
    min-height:245px;
    padding:45px 20px;
  }
  .hero-v7-panel-title{font-size:24px}
  .hero-v7-panel-sub{font-size:14px;margin-top:24px}
  .hero-v7-panel-small{font-size:12px;margin-top:24px}
}

/* V8 inquiry storage */
.inquiry-hp{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip:rect(1px,1px,1px,1px) !important;
  white-space:nowrap !important;
}
.inquiry-status{
  min-height:22px;
  margin-top:12px;
  font-size:12px;
  line-height:1.5;
}
.inquiry-status.success{color:#19713f}
.inquiry-status.error{color:#b3261e}
.submit[disabled]{opacity:.58;cursor:not-allowed}

/* V13 pillow product enhancements */
.product-price{
  display:inline-block;
  margin-top:10px;
  font-size:14px;
  font-weight:800;
  color:var(--brand);
}
.product-price-line{
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin:16px 0 8px;
}
.product-price-line strong{
  font-size:32px;
  line-height:1;
  color:var(--brand);
}
.product-price-line span{
  font-size:12px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.12em;
}
.product-gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}
.gallery-thumb{
  border:1px solid var(--line);
  background:#fff;
  padding:0;
  cursor:pointer;
  overflow:hidden;
}
.gallery-thumb img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.gallery-thumb.active{
  border-color:var(--brand);
  box-shadow:0 0 0 1px var(--brand) inset;
}
.product-story{
  margin-top:72px;
}
.product-story-head{
  max-width:760px;
  margin-bottom:24px;
}
.product-story-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.story-card{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
}
.story-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.story-card p{
  margin:0;
  padding:14px 16px 18px;
  color:var(--muted);
  line-height:1.65;
  font-size:12px;
}
@media(max-width:720px){
  .product-gallery-thumbs{grid-template-columns:repeat(4,1fr)}
  .product-story-grid{grid-template-columns:1fr}
  .product-price-line strong{font-size:28px}
}
