:root {
  --ink: #131310;
  --ink-2: #1b1b17;
  --paper: #f2f0e9;
  --paper-2: #e8e5dc;
  --line: rgba(19, 19, 16, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --muted: #6f7069;
  --muted-dark: #a4a59d;
  --steel: #c5c7c4;
  --orange: #ff5b2e;
  --orange-dark: #df4318;
  --lime: #d8ff56;
  --radius: 26px;
  --shell: min(1380px, calc(100vw - 64px));
  --shadow: 0 24px 70px rgba(9, 9, 8, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, "SF Pro Display", "Segoe UI", Arial, "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
[data-lang="ja"] body { font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", "Segoe UI", Arial, sans-serif; }
[data-lang="ko"] body { font-family: "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Nanum Gothic", "Segoe UI", Arial, sans-serif; }
body::selection { background: var(--orange); color: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 12px 18px; background: #fff; color: #000; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; color: #fff; transition: background .25s, padding .25s, border-color .25s; border-bottom: 1px solid transparent; }
.site-header.scrolled { padding: 10px 0; background: rgba(19, 19, 16, .9); backdrop-filter: blur(16px); border-color: var(--line-dark); }
body:not(.home):not(.front-page) .site-header { background: var(--ink); border-bottom-color: var(--line-dark); }
.header-inner { height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; line-height: 1; gap: 4px; }
.brand strong { font-size: 18px; letter-spacing: -.04em; }
.brand small { font-size: 8px; letter-spacing: .42em; padding-left: 1px; opacity: .7; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); margin-left: auto; }
.desktop-nav a { font-size: 13px; color: rgba(255,255,255,.72); transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle { min-width: 52px; height: 42px; padding: 0 12px; color: #fff; background: transparent; border: 1px solid var(--line-dark); border-radius: 999px; cursor: pointer; }
.lang-toggle:hover { border-color: rgba(255,255,255,.5); }
.lang-toggle.lang-select { appearance: none; -webkit-appearance: none; font-size: 13px; line-height: 1; }
.lang-toggle.lang-select option { color: #111; background: #fff; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .instagram-link > svg:last-child, .mobile-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding-inline: 18px; background: #fff; color: var(--ink); }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(255,91,46,.28); }
.button-primary:hover { background: var(--orange-dark); }
.button-outline { color: var(--ink); border-color: var(--line); }
.button-outline:hover { border-color: var(--ink); }
.button-on-dark { color: #fff; border-color: rgba(255,255,255,.42); }
.button-on-dark:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-large { min-height: 62px; padding-inline: 28px; }
.button:disabled, .mobile-cta button:disabled { cursor: wait; opacity: .78; transform: none; }

.hero { min-height: 920px; position: relative; display: flex; align-items: center; overflow: hidden; padding: 130px 0 86px; color: #fff; background: radial-gradient(circle at 72% 32%, #35352e 0, #1d1d19 30%, #11110f 70%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .11; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 62%); }
.hero-grid { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 4vw; }
.hero-copy { position: relative; z-index: 3; padding-top: 30px; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow > span:first-child { width: 32px; height: 1px; background: currentColor; flex: 0 0 auto; }
.hero h1, .section h2 { margin: 0; font-size: clamp(54px, 6.2vw, 100px); line-height: .94; letter-spacing: -.065em; font-weight: 650; }
.hero h1 em, .section h2 em { color: var(--orange); font-style: normal; }
[data-lang="zh"] .hero h1,
[data-lang="zh"] .section h2,
[data-lang="zh"] .commerce-heading h1,
[data-lang="zh"] .commerce-layout > h1,
[data-lang="zh"] .commerce-layout article > h1,
[data-lang="zh"] .not-found h1 { line-height: 1.1; letter-spacing: -.045em; }
[data-lang="zh"] .zero-equation strong,
[data-lang="zh"] .feature-copy h3,
[data-lang="zh"] .warranty-card strong { line-height: 1.12; letter-spacing: -.03em; }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.hero-actions .button svg { width: 21px; height: 21px; stroke-width: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 4px; }
.hero-facts { list-style: none; padding: 0; margin: 58px 0 0; display: flex; gap: 0; }
.hero-facts li { display: grid; gap: 5px; min-width: 126px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line-dark); }
.hero-facts li:last-child { border-right: 0; margin-right: 0; }
.hero-facts strong { font-size: 25px; letter-spacing: -.04em; }
.hero-facts strong span { font-size: 13px; margin-left: 2px; }
.hero-facts li > span { color: var(--muted-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-visual { position: relative; z-index: 2; min-width: 0; }
.hero-visual::after { content: ""; position: absolute; inset: 8% 4% 0; background: radial-gradient(ellipse, rgba(255,91,46,.25), transparent 64%); filter: blur(40px); z-index: -1; }
.hero-visual picture { display: block; position: relative; z-index: 2; border-radius: 36% 36% 30px 30px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.5); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.hero-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.hero-orbit { position: absolute; inset: -9% -5%; z-index: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-12deg); }
.hero-orbit::before, .hero-orbit span { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); }
.hero-orbit::before { inset: 8%; }
.hero-orbit span:first-child { width: 10px; height: 10px; top: 15%; right: 15%; background: var(--orange); border: none; box-shadow: 0 0 30px var(--orange); }
.hero-orbit span:last-child { width: 6px; height: 6px; bottom: 9%; left: 24%; background: #fff; border: none; }
.hero-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 10px 14px; background: rgba(17,17,15,.76); border: 1px solid var(--line-dark); backdrop-filter: blur(12px); border-radius: 999px; font-size: 11px; font-weight: 700; }
.hero-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,91,46,.15); }
.hero-note-one { top: 10%; left: -2%; }
.hero-note-two { right: -2%; bottom: 17%; }
.scroll-cue { position: absolute; left: 50%; bottom: 20px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.46); transform: translateX(-50%); }
.scroll-cue span { width: 20px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; position: relative; }
.scroll-cue span::after { content: ""; width: 3px; height: 6px; position: absolute; top: 6px; left: 7.5px; background: var(--orange); border-radius: 3px; animation: scroll 1.8s infinite; }
.scroll-cue small { font-size: 8px; letter-spacing: .18em; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(13px); } }

.proof-bar { background: var(--orange); color: #fff; }
.proof-list { min-height: 78px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-list p { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; min-height: 34px; border-right: 1px solid rgba(255,255,255,.28); font-size: 13px; font-weight: 650; }
.proof-list p:last-child { border: 0; }
.proof-list svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.5; }

.section { padding: 140px 0; }
.section-heading { margin-bottom: 70px; }
.section-heading .heading-row { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 10vw; }
.section h2 { font-size: clamp(46px, 5.2vw, 78px); }
.heading-row > p, .split-copy > p, .specs-copy > p, .motion-copy > p, .included-copy > p, .quote-card > div > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.feature { min-height: 410px; position: relative; overflow: hidden; border-radius: var(--radius); background: #222; color: #fff; }
.feature-main { grid-row: span 2; min-height: 842px; }
.feature picture, .feature img { width: 100%; height: 100%; }
.feature img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.feature-main .product-cutout { display: block; background: radial-gradient(circle at 50% 40%, #e7e2d8, #aaa296 76%); }
.feature-main .product-cutout img { padding: clamp(18px,3vw,48px); object-fit: contain; }
.feature:hover img { transform: scale(1.025); }
.feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82), transparent 52%); }
.feature-copy { position: absolute; z-index: 2; inset: auto 30px 28px; }
.feature-copy > span { display: block; margin-bottom: 12px; color: var(--orange); font-size: 11px; letter-spacing: .15em; }
.feature-copy h3 { margin: 0 0 8px; font-size: clamp(24px, 2.5vw, 40px); letter-spacing: -.04em; }
.feature-copy p { max-width: 500px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; }

.split-feature { padding-top: 0; background: var(--ink); color: #fff; }
.split-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding-top: 140px; }
.split-grid-reverse { grid-template-columns: .92fr 1.08fr; }
.split-grid-reverse .split-image { order: 2; }
.split-image { position: relative; overflow: hidden; border-radius: var(--radius); background: #292924; }
.split-image > picture img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-index { position: absolute; left: 18px; bottom: 18px; z-index: 4; padding: 7px 10px; border-radius: 999px; background: rgba(0,0,0,.55); backdrop-filter: blur(10px); font-size: 10px; letter-spacing: .12em; }
.split-copy h2 { margin-bottom: 30px; }
.split-copy > p { color: var(--muted-dark); }
.detail-points { margin-top: 38px; border-top: 1px solid var(--line-dark); }
.detail-points div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.detail-points strong { font-size: 14px; }
.detail-points span { color: var(--muted-dark); font-size: 13px; line-height: 1.5; }
.jaw-compare { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.jaw-compare picture, .jaw-compare img { display: block; width: 100%; height: 100%; }
.jaw-compare img { object-fit: cover; }
.compare-overlay { position: absolute; inset: 0; clip-path: inset(0 0 0 52%); }
.jaw-compare input { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.compare-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: 52%; width: 2px; background: #fff; pointer-events: none; }
.compare-line::after { content: "↔"; position: absolute; left: 50%; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--orange); color: #fff; font-size: 18px; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
.compare-label { position: absolute; z-index: 2; top: 18px; padding: 7px 10px; border-radius: 999px; background: rgba(0,0,0,.6); backdrop-filter: blur(10px); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.compare-label-a { left: 18px; }
.compare-label-b { right: 18px; }
.interaction-hint { display: flex; align-items: center; gap: 9px; margin-top: 28px !important; font-size: 12px !important; }
.interaction-hint svg { width: 22px; height: 22px; fill: none; stroke: var(--orange); stroke-width: 1.8; }

.craft-section { background: var(--ink); color: #fff; padding-top: 180px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.craft-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.craft-gallery figure { margin: 0; overflow: hidden; background: #23231f; border-radius: var(--radius); }
.craft-gallery picture { display: block; overflow: hidden; }
.craft-gallery img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.craft-gallery figure:hover img { transform: scale(1.025); }
.craft-gallery figcaption { display: grid; gap: 7px; padding: 22px 24px 25px; }
.craft-gallery b { font-size: 17px; }
.craft-gallery span { color: var(--muted-dark); font-size: 13px; }

.specs-section { background: var(--paper-2); }
.specs-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.specs-copy h2 { margin-bottom: 30px; }
.spec-list { margin: 42px 0 34px; border-top: 1px solid var(--line); }
.spec-list div { display: flex; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 13px; }
.spec-list dd { margin: 0; font-size: 15px; font-weight: 750; }
.drawing-card { min-height: 680px; position: relative; display: grid; place-items: center; padding: 40px; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.drawing-card img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.drawing-badge { position: absolute; right: 18px; top: 18px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.9); color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }

.motion-section { background: var(--paper); }
.motion-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.motion-card { position: relative; overflow: hidden; border-radius: var(--radius); background: #222; }
.motion-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: brightness(.75); transition: transform .7s, filter .4s; }
.motion-card:hover img { transform: scale(1.025); filter: brightness(.62); }
.play-link { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; color: #fff; }
.play-link > span { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); box-shadow: 0 15px 40px rgba(0,0,0,.3); transition: transform .25s; }
.play-link:hover > span { transform: scale(1.08); }
.play-link svg { width: 30px; height: 30px; fill: currentColor; stroke: none; }
.play-link b { font-size: 13px; }
.motion-copy h2 { margin-bottom: 30px; }
.instagram-link { margin-top: 38px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; transition: border .2s, transform .2s; }
.instagram-link:hover { border-color: var(--ink); transform: translateY(-2px); }
.instagram-link > svg:first-child { width: 28px; height: 28px; fill: none; stroke: var(--orange); stroke-width: 1.8; }
.instagram-link span { display: grid; gap: 3px; margin-right: auto; }
.instagram-link small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.instagram-link b { font-size: 14px; }
.instagram-embeds:not(:empty) { margin-top: 80px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.instagram-embeds .instagram-media { min-width: 0 !important; width: 100% !important; margin: 0 !important; }

.included-section { background: var(--ink); color: #fff; }
.included-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 160px); align-items: start; }
.included-copy { position: sticky; top: 120px; }
.included-copy h2 { margin-bottom: 30px; }
.included-copy > p { color: var(--muted-dark); }
.shipping-note { display: flex; align-items: center; gap: 12px; margin-top: 34px !important; padding: 16px 18px; border-radius: 16px; background: rgba(255,91,46,.09); border: 1px solid rgba(255,91,46,.28); color: #fff !important; font-size: 13px !important; }
.shipping-note svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: var(--orange); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.box-list { border-top: 1px solid var(--line-dark); }
.box-list > div { min-height: 104px; display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-dark); }
.box-list > div > span { color: var(--orange); font-size: 11px; letter-spacing: .1em; }
.box-list p { display: grid; gap: 7px; margin: 0; }
.box-list b { font-size: clamp(18px, 1.8vw, 26px); font-weight: 620; letter-spacing: -.025em; }
.box-list small { color: var(--muted-dark); font-size: 12px; }
.box-list-visual { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 22px; border-top: 0; }
.box-list-visual > div { min-height: 118px; grid-template-columns: 28px 88px minmax(0,1fr); gap: 12px; border-top: 1px solid var(--line-dark); }
.box-icon { width: 88px; height: 70px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 13px; background: #f2efe8; }
.box-icon img { width: 100%; height: 100%; object-fit: contain; transform: scale(.9); }
.box-list-visual b { font-size: clamp(15px,1.25vw,19px); }

.quote-section { background: var(--orange); color: #fff; }
.quote-card { min-height: 430px; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: clamp(38px, 5vw, 76px); border-radius: 34px; background: #171713; overflow: hidden; position: relative; }
.quote-card::after { content: ""; position: absolute; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -120px; top: -200px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); pointer-events: none; }
.quote-card > div { position: relative; z-index: 2; }
.quote-card h2 { font-size: clamp(38px, 4.6vw, 70px); margin-bottom: 26px; }
.quote-card > div > p { max-width: 730px; color: var(--muted-dark); }
.quote-card > .button { position: relative; z-index: 2; white-space: nowrap; }

.site-footer { padding: 70px 0 25px; background: var(--ink); color: #fff; }
.footer-top { display: grid; grid-template-columns: .65fr .8fr 1.15fr; align-items: start; gap: 70px; padding-bottom: 58px; }
.footer-top > p { margin: 4px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.7; }
.footer-meta-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px 24px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 26px; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: transparent; color: var(--muted-dark); font: inherit; font-size: 13px; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: #fff; }
.footer-social { display: flex; align-items: center; gap: 8px; padding-left: 22px; border-left: 1px solid var(--line-dark); }
.footer-social-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--muted-dark); transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease; }
.footer-social-link:hover { border-color: rgba(255,91,46,.68); background: rgba(255,91,46,.1); color: #fff; transform: translateY(-2px); }
.footer-social-link:focus-visible { outline: 3px solid rgba(255,91,46,.36); outline-offset: 2px; }
.footer-social-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-social-link .social-icon-dot { fill: currentColor; stroke: none; }
.footer-social-instagram,
.footer-social-whatsapp { border-color: transparent; background: transparent; }
.footer-social-instagram:hover,
.footer-social-whatsapp:hover { border-color: transparent; background: transparent; }
.footer-social-instagram svg { width: 27px; height: 27px; stroke: url(#footer-instagram-gradient); }
.footer-social-instagram .social-icon-dot { fill: url(#footer-instagram-gradient); }
.footer-social-whatsapp { color: #25d366; }
.footer-social-whatsapp:hover { color: #32e578; }
.footer-social-whatsapp svg { width: 26px; height: 26px; }
.footer-social-wechat { padding: 0; border-color: transparent; background: transparent; color: #07c160; cursor: pointer; }
.footer-social-wechat:hover { border-color: transparent; background: transparent; color: #16d474; }
.footer-social-wechat svg { width: 29px; height: 29px; }
.footer-social-wechat circle { fill: currentColor; stroke: none; }
.footer-bottom { display: grid; grid-template-columns: auto minmax(150px,1fr) auto; align-items: center; gap: 18px 28px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: #777870; font-size: 11px; }
.footer-origin { text-align: center; }
.footer-payment { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 7px 9px; }
.footer-payment-label { color: #94958c; font-size: 10px; font-weight: 650; white-space: nowrap; }
.footer-payment small { color: #676861; font-size: 8px; white-space: nowrap; }
.payment-marks { display: flex; align-items: center; gap: 5px; }
.payment-mark { height: 23px; min-width: 35px; display: inline-grid; place-items: center; padding: 0 6px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: #f7f7f5; color: #151515; font-size: 8px; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.payment-visa { color: #1434cb; font-size: 10px; font-style: italic; letter-spacing: -.08em; }
.payment-mastercard { min-width: 38px; padding: 0 3px; background: #f7f7f5; }
.payment-mastercard svg { width: 30px; height: 19px; }
.payment-mastercard circle:first-child { fill: #eb001b; }
.payment-mastercard circle:last-child { fill: #f79e1b; fill-opacity: .88; }
.payment-amex { background: #2671b9; color: #fff; }
.payment-jcb { background: linear-gradient(90deg,#1474bd 0 33%,#d9272e 33% 66%,#169b62 66%); color: #fff; }
.payment-unionpay { min-width: 49px; background: linear-gradient(115deg,#d92332 0 28%,#1675b9 28% 68%,#159772 68%); color: #fff; font-size: 7px; }
.mobile-cta { display: none; }

@media (min-width: 821px) {
  .footer-top { grid-template-columns: auto minmax(0,1fr) auto; gap: clamp(20px, 2.5vw, 48px); }
  .footer-brand { gap: 8px; }
  .footer-brand .brand-mark { width: 34px; height: 34px; }
  .footer-brand strong { font-size: 14px; }
  .footer-brand small { font-size: 7px; }
  [data-lang="zh"] .footer-top > p { white-space: nowrap; font-size: 12px; letter-spacing: -.01em; }
  .footer-meta-links { flex-wrap: nowrap; gap: clamp(8px, 1vw, 16px); }
  .footer-links { flex-wrap: nowrap; gap: clamp(10px, 1.1vw, 18px); }
  .footer-links a, .footer-links button { flex: 0 0 auto; white-space: nowrap; font-size: clamp(11px, .8vw, 12px); }
  .footer-social { flex: 0 0 auto; gap: 4px; padding-left: clamp(10px, 1vw, 14px); }
}

@media (min-width: 821px) and (max-width: 880px) {
  .footer-top { gap: 16px; }
  .footer-brand > span { display: none; }
  .footer-brand .brand-mark { width: 32px; height: 32px; }
  .footer-meta-links { gap: 6px; }
  .footer-links { gap: 8px; }
  .footer-links a, .footer-links button { font-size: 10.5px; }
  .footer-social { gap: 3px; padding-left: 8px; }
}

.whatsapp-float { position: fixed; z-index: 95; right: 24px; bottom: 24px; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 8px 17px 8px 10px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; background: #1eae60; color: #fff; box-shadow: 0 14px 42px rgba(0,0,0,.24); font-size: 12px; font-weight: 800; transition: transform .2s, background .2s, opacity .2s, visibility .2s; }
.whatsapp-float:hover { transform: translateY(-2px); background: #168d4d; }
.whatsapp-float svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cookie-preferences-open .whatsapp-float { opacity: 0; visibility: hidden; pointer-events: none; }
@media (min-width: 769px) {
  .whatsapp-float.is-footer-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }
}

.wechat-dialog { width: min(calc(100% - 32px), 420px); max-height: min(90vh, 720px); margin: auto; padding: 0; overflow: visible; border: 0; border-radius: 22px; background: #f7f5ef; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.wechat-dialog::backdrop { background: rgba(8,8,7,.76); backdrop-filter: blur(5px); }
.wechat-dialog-panel { position: relative; display: grid; gap: 20px; padding: 28px; }
.wechat-dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #73736d; font-size: 29px; line-height: 1; cursor: pointer; }
.wechat-dialog-close:hover { color: var(--ink); }
.wechat-dialog-close:focus-visible { outline: 3px solid rgba(7,193,96,.32); outline-offset: 1px; border-radius: 10px; }
.wechat-dialog-heading { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; gap: 13px; padding-right: 38px; }
.wechat-dialog-heading > svg { width: 38px; height: 38px; fill: none; stroke: #07c160; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wechat-dialog-heading circle { fill: #07c160; stroke: none; }
.wechat-dialog-heading strong { display: block; font-size: 20px; line-height: 1.2; }
.wechat-dialog-heading p { margin: 5px 0 0; color: #6c6b65; font-size: 12px; line-height: 1.5; }
.wechat-qr-image { width: min(100%, 310px); height: auto; display: block; margin: 0 auto; border-radius: 12px; background: #fff; }
.wechat-id-row { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px 12px; min-width: 0; padding-top: 16px; border-top: 1px solid #ddd9cf; }
.wechat-id-row > span { color: #77756e; font-size: 11px; }
.wechat-id-row > strong { overflow-wrap: anywhere; font-size: 15px; letter-spacing: .02em; }
.wechat-id-row button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 999px; background: #07c160; color: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.wechat-id-row button:hover { background: #059b4d; }
.wechat-id-row button:focus-visible { outline: 3px solid rgba(7,193,96,.3); outline-offset: 2px; }
.wechat-mobile-hint { margin: -7px 0 0; color: #77756e; font-size: 10px; line-height: 1.5; text-align: center; }
body.wechat-dialog-open { overflow: hidden; }

@media (max-width: 540px) {
  .wechat-dialog { width: min(calc(100% - 24px), 390px); max-height: calc(100dvh - 24px); border-radius: 18px; }
  .wechat-dialog-panel { gap: 16px; padding: 22px 20px 20px; }
  .wechat-dialog-heading { grid-template-columns: 36px minmax(0,1fr); }
  .wechat-dialog-heading > svg { width: 33px; height: 33px; }
  .wechat-dialog-heading strong { font-size: 18px; }
  .wechat-qr-image { width: min(100%, 286px); }
  .wechat-id-row { grid-template-columns: auto minmax(0,1fr); }
  .wechat-id-row button { grid-column: 1 / -1; width: 100%; }
}

.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 220; left: 18px; bottom: 18px; right: auto; width: min(calc(100% - 36px), 400px); padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(20,20,17,.97); color: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.38); backdrop-filter: blur(18px); opacity: 0; transform: translateY(24px); transition: opacity .2s, transform .22s; }
.cookie-banner.is-open { opacity: 1; transform: translateY(0); }
.cookie-banner strong { display: block; margin-bottom: 5px; font-size: 13px; }
.cookie-banner p { margin: 0; color: #b4b5ae; font-size: 10px; line-height: 1.5; }
.cookie-banner > div > a { display: inline-block; margin-top: 6px; color: #fff; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 8px; margin-top: 12px; }
.cookie-actions .button { min-height: 38px; padding: 0 14px; border: 1px solid rgba(255,255,255,.28); color: #fff; white-space: nowrap; cursor: pointer; font-size: 12px; }
.cookie-actions .cookie-essential { background: transparent; }
.cookie-close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border: 0; border-radius: 50%; background: transparent; color: #fff; font-size: 18px; line-height: 1; cursor: pointer; opacity: .7; }
.cookie-close:hover { opacity: 1; }
.cookie-banner { pointer-events: none; }
.cookie-banner .cookie-actions, .cookie-banner .cookie-close, .cookie-banner a { pointer-events: auto; }

.legal-shell { min-height: 75vh; padding: 170px 0 120px; background: var(--paper); color: var(--ink); }
.legal-heading { max-width: 1080px; }
.legal-heading h1 { max-width: 900px; margin: 0; font-size: clamp(52px,7vw,92px); line-height: .95; letter-spacing: -.06em; }
[data-lang="zh"] .legal-heading h1 { line-height: 1.08; letter-spacing: -.045em; }
.legal-heading > p:not(.eyebrow) { max-width: 760px; margin: 28px 0 10px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-heading > small { color: #8d887e; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.legal-layout { max-width: 1080px; display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 48px; align-items: start; margin-top: 54px; }
.legal-nav { position: sticky; top: 112px; display: grid; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.58); }
.legal-nav a { padding: 11px 12px; border-radius: 10px; color: var(--muted); font-size: 11px; font-weight: 750; }
.legal-nav a:hover, .legal-nav a.is-active { background: var(--ink); color: #fff; }
.legal-card { padding: clamp(28px,5vw,64px); border-radius: 26px; background: #fff; box-shadow: 0 18px 60px rgba(20,19,16,.07); }
.legal-card section + section { margin-top: 44px; padding-top: 40px; border-top: 1px solid var(--line); }
.legal-card h2 { margin: 0 0 18px; font-size: clamp(23px,2.8vw,35px); line-height: 1.15; letter-spacing: -.035em; }
.legal-card p { margin: 0; color: #5f5b53; font-size: 13px; line-height: 1.82; }
.legal-card p + p { margin-top: 14px; }
.legal-card p a { color: var(--orange-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-company-card { display: grid; gap: 8px; margin-top: 52px; padding: 22px; border-radius: 16px; background: var(--paper-2); }
.legal-company-card strong { color: var(--orange-dark); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.legal-company-card span { font-size: 14px; font-weight: 800; }
.legal-company-card small { color: var(--muted); font-size: 10px; line-height: 1.55; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 40px, 980px); }
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; padding-top: 40px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 850px; width: 100%; justify-self: center; }
  .scroll-cue { display: none; }
  .section-heading .heading-row { gap: 50px; }
  .split-grid, .split-grid-reverse, .specs-grid, .motion-grid, .included-grid { gap: 60px; }
  .quote-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); --radius: 20px; }
  .site-header { padding: 10px 0; background: rgba(19,19,16,.88); backdrop-filter: blur(16px); border-bottom-color: var(--line-dark); }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 16px; }
  .header-actions .button { display: none; }
  .lang-toggle { position: fixed; top: 17px; right: 16px; height: 38px; background: rgba(19,19,16,.72); backdrop-filter: blur(10px); }
  .hero { padding: 110px 0 72px; }
  .hero-grid { gap: 50px; }
  .hero-copy { padding-top: 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 76px); }
  [data-lang="zh"] .hero h1 { font-size: clamp(43px, 12.2vw, 62px); line-height: 1.1; }
  .hero-lede { font-size: 16px; }
  .hero-facts { margin-top: 40px; }
  .hero-facts li { min-width: 0; flex: 1; padding-right: 14px; margin-right: 14px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts li > span { font-size: 9px; }
  .hero-note { display: none; }
  .hero-visual picture { border-radius: 24px; transform: none; }
  .proof-list { grid-template-columns: 1fr; padding-block: 14px; }
  .proof-list p { justify-content: flex-start; border-right: 0; }
  .section { padding: 90px 0; }
  .section h2 { font-size: clamp(42px, 11vw, 62px); }
  .section-heading { margin-bottom: 45px; }
  .section-heading .heading-row { grid-template-columns: 1fr; align-items: start; gap: 28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-main, .feature { min-height: 470px; grid-row: auto; }
  .feature img { min-height: 470px; }
  .split-grid, .split-grid-reverse, .specs-grid, .motion-grid, .included-grid { grid-template-columns: 1fr; gap: 42px; padding-top: 90px; }
  .split-grid-reverse .split-image { order: 0; }
  .craft-section { padding-top: 110px; }
  .craft-gallery { grid-template-columns: 1fr; }
  .craft-gallery img { aspect-ratio: 4 / 3; }
  .drawing-card { min-height: 540px; padding: 25px; }
  .included-copy { position: static; }
  .quote-section { padding-bottom: 120px; }
  .quote-card { min-height: 0; padding: 36px 26px; gap: 38px; border-radius: 24px; }
  .quote-card > .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-meta-links, .footer-links { justify-content: flex-start; }
  .footer-social { padding-left: 0; border-left: 0; }
  .footer-bottom { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .footer-origin { text-align: left; }
  .footer-payment { justify-content: flex-start; }
  .whatsapp-float { right: 14px; bottom: 110px; min-width: 52px; min-height: 52px; padding: 8px; }
  .whatsapp-float span { display: none; }
  .cookie-banner { bottom: 12px; left: 12px; right: 12px; width: auto; padding: 16px; transform: translateY(18px); }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button { width: 100%; }
  .legal-shell { padding: 120px 0 90px; }
  .legal-layout { grid-template-columns: 1fr; gap: 24px; margin-top: 38px; }
  .legal-nav { position: static; display: flex; overflow-x: auto; padding: 7px; scrollbar-width: thin; }
  .legal-nav a { flex: 0 0 auto; }
  .legal-card { padding: 26px 20px; border-radius: 20px; }
  .mobile-cta { position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 12px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 750; font-size: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.35); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(80px); transition: opacity .2s ease, transform .25s ease, visibility .25s; }
  .mobile-cta.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .mobile-cta button { width: 100%; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: inherit; cursor: pointer; touch-action: manipulation; }
}

@media (max-width: 540px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { padding-right: 10px; margin-right: 10px; }
  .feature-main, .feature, .feature img { min-height: 390px; }
  .feature-copy { inset-inline: 22px; bottom: 22px; }
  .detail-points div { grid-template-columns: 1fr; gap: 8px; }
  .box-list > div { grid-template-columns: 44px 1fr; }
  .instagram-embeds:not(:empty) { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .reveal { opacity: 1 !important; transform: none !important; }
  .mobile-cta { display: none !important; }
}

/* Commerce edition ------------------------------------------------------- */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.header-price { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 750; white-space: nowrap; }
.header-price ins { text-decoration: none; }
.cart-link { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; }
.cart-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; right: -4px; top: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--orange); color: #fff; font-size: 9px; font-weight: 800; }
.account-link { display: flex; align-items: center; gap: 8px; height: 42px; padding: 0 16px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 13px; font-weight: 650; white-space: nowrap; text-decoration: none; color: inherit; transition: border-color .2s ease, background-color .2s ease; }
.account-link:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.account-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.hero-price-row { margin-top: 32px; display: flex; align-items: center; gap: 18px; }
.hero-price-row > div { display: grid; gap: 5px; }
.hero-price-row small { color: var(--muted-dark); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.hero-price-row strong { font-size: 25px; letter-spacing: -.04em; }
.hero-price-row strong ins { text-decoration: none; }
.hero-price-row > span { color: var(--orange); font-size: 20px; }
.hero-price-only { display: block; }
.buy-now-form { margin: 0; }
.buy-now-form button { font-family: inherit; }
.price-note { margin: 16px 0 0; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.55; }
.hero-visual picture { display: grid; place-items: center; aspect-ratio: 4 / 3; background: #d6d0c3; border-radius: 30px; }
.hero-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-spin { position: relative; isolation: isolate; width: 100%; aspect-ratio: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 30px; background: radial-gradient(circle at 50% 38%, #f4f1e9 0, #d9d3c7 64%, #beb6a8 100%); box-shadow: 0 40px 100px rgba(0,0,0,.5); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); outline: none; }
.hero-spin::before { content: ""; position: absolute; inset: 10% 12% 7%; z-index: -1; border-radius: 50%; background: radial-gradient(ellipse, rgba(35,32,27,.18), transparent 68%); filter: blur(28px); pointer-events: none; }
.hero-spin:focus-visible { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,91,46,.22), 0 40px 100px rgba(0,0,0,.5); }
.hero-spin-stage { position: absolute; inset: 0; display: grid; place-items: center; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.hero-spin.is-dragging .hero-spin-stage { cursor: grabbing; }
.hero-spin img { width: 100%; height: 100%; object-fit: contain; object-position: center; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.spin-controls { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 3; display: grid; grid-template-columns: 44px minmax(0,auto) 44px; justify-content: center; align-items: center; gap: 9px; pointer-events: none; }
.spin-nav, .spin-hint { min-height: 44px; border: 1px solid rgba(255,255,255,.16); background: rgba(17,17,15,.82); color: #fff; backdrop-filter: blur(14px); box-shadow: 0 8px 26px rgba(0,0,0,.2); }
.spin-nav { width: 44px; padding: 0; display: grid; place-items: center; border-radius: 50%; cursor: pointer; pointer-events: auto; }
.spin-nav:hover { border-color: rgba(255,91,46,.72); background: rgba(255,91,46,.92); }
.spin-nav:focus-visible { outline: 3px solid rgba(255,91,46,.42); outline-offset: 2px; }
.spin-nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.spin-hint { margin: 0; padding: 0 16px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; font-size: 11px; font-weight: 760; letter-spacing: .015em; white-space: nowrap; pointer-events: auto; }
.spin-hint > svg { width: 17px; height: 17px; fill: none; stroke: var(--orange); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.spin-hint small { display: inline-flex; align-items: baseline; gap: 1px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; }
.spin-hint b { color: #fff; font-size: 11px; }
.proof-list-four { grid-template-columns: repeat(4,1fr); }
.proof-list-four p { display: grid; grid-template-columns: auto 1fr; text-align: left; }
.proof-list-four strong { font-size: 16px; }
.proof-list-four span { font-size: 11px; }

.zero-section { background: var(--paper); }
.zero-grid { display: grid; grid-template-columns: 1fr .62fr 1fr; gap: 22px; align-items: stretch; }
.zero-card { overflow: hidden; border-radius: var(--radius); background: #dedbd2; }
.zero-card picture { display: block; overflow: hidden; background: radial-gradient(circle at 50% 40%, #f1eee6, #d8d3c8 72%); }
.zero-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.zero-card > div { padding: 25px 28px 30px; }
.zero-card > div > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.zero-card h3 { margin: 12px 0 8px; font-size: clamp(24px,2vw,34px); letter-spacing: -.04em; }
.zero-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.zero-equation { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 35px 24px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.zero-equation .target-icon { width: 76px; height: 76px; position: relative; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 0 0 13px rgba(255,91,46,.08), 0 0 0 27px rgba(255,255,255,.04); }
.target-icon::before, .target-icon::after { content: ""; position: absolute; background: rgba(255,255,255,.4); }
.target-icon::before { width: 108px; height: 1px; }
.target-icon::after { width: 1px; height: 108px; }
.target-icon i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px var(--orange); }
.zero-equation small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.zero-equation strong { margin: 14px 0; font-size: clamp(30px,3vw,47px); line-height: .95; letter-spacing: -.05em; }
.zero-equation p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.55; }
.zero-reference-note { margin-top: 22px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.52); }
.zero-reference-mark { width: 52px; height: 52px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,91,46,.35); border-radius: 50%; }
.zero-reference-mark::before, .zero-reference-mark::after { content: ""; position: absolute; background: var(--orange); opacity: .7; }
.zero-reference-mark::before { width: 70px; height: 1px; }
.zero-reference-mark::after { width: 1px; height: 70px; }
.zero-reference-mark i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,91,46,.1); }
.zero-reference-note strong { display: block; margin-bottom: 7px; font-size: 16px; }
.zero-reference-note p { max-width: 820px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.zero-reference-note dl { display: flex; gap: 24px; margin: 0; }
.zero-reference-note dl div { min-width: 100px; }
.zero-reference-note dt { color: var(--muted); font-size: 10px; }
.zero-reference-note dd { margin: 5px 0 0; font-size: 17px; font-weight: 800; }

.dark-section { padding-top: 0; background: var(--ink); color: #fff; }
.dark-section .split-grid:first-child { padding-top: 140px; }
.dark-section .split-copy > p { color: var(--muted-dark); }
.dark-section .interaction-hint { color: var(--muted-dark); }
.split-image > picture img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.stage-showcase { padding-top: 140px; }
.stage-heading { display: grid; grid-template-columns: 1.1fr .68fr; align-items: end; gap: clamp(50px,9vw,140px); margin-bottom: 54px; }
.stage-heading h2 { margin: 0; }
.stage-heading > p { margin: 0 0 6px; color: var(--muted-dark); font-size: 16px; line-height: 1.7; }
.stage-comparison { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.stage-card { margin: 0; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 20px; background: #272620; }
.stage-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: radial-gradient(circle at 50% 42%, #ece8df, #cbc5b9 76%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.stage-card:hover img { transform: scale(1.025); }
.stage-card figcaption { min-height: 84px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; padding: 15px 16px; }
.stage-card figcaption > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.stage-card figcaption > div { display: grid; gap: 4px; }
.stage-card b { font-size: 14px; }
.stage-card small { color: var(--muted-dark); font-size: 10px; line-height: 1.4; }
.stage-support { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; border: 1px solid rgba(255,91,46,.3); border-radius: 18px; background: rgba(255,91,46,.08); }
.stage-support strong { font-size: 14px; }
.stage-support span { color: var(--muted-dark); font-size: 12px; line-height: 1.55; text-align: right; }

.drawing-card { aspect-ratio: 1 / 1.06; min-height: 0; }
.drawing-card img { object-fit: contain; }

.shipping-section { background: var(--paper); }
.shipping-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.shipping-gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: #dad7ce; }
.shipping-gallery picture { display: block; background: #dad7ce; }
.shipping-gallery img { width: 100%; height: auto; aspect-ratio: 16 / 10; padding: 10px; object-fit: contain; }
.shipping-gallery figcaption { padding: 18px 22px 21px; color: var(--muted); font-size: 12px; font-weight: 700; }
.shipping-rate { margin-top: 22px; display: grid; grid-template-columns: .72fr .55fr 1.2fr; align-items: center; gap: 40px; padding: 34px 38px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.shipping-rate > div:first-child { display: grid; gap: 5px; }
.shipping-rate small { color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.shipping-rate strong { font-size: 38px; letter-spacing: -.05em; }
.shipping-rate > div:first-child span { color: var(--muted-dark); font-size: 11px; }
.carrier-list { display: flex; gap: 8px; flex-wrap: wrap; }
.carrier-list span { padding: 10px 14px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 13px; font-weight: 800; }
html[data-lang="zh"] .carrier-list span:nth-child(n+2) { display: none; }
.shipping-rate p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.65; }
.shipping-rate-details { grid-template-columns: .72fr .55fr 1.2fr; }

.buy-section { background: var(--orange); }
.buy-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.buy-visual { position: relative; overflow: hidden; min-height: 760px; border-radius: 32px; background: #d7d2c7; }
.buy-visual picture, .buy-visual img { width: 100%; height: 100%; }
.buy-visual img { object-fit: cover; }
.buy-visual-full { background: radial-gradient(circle at 50% 42%, #f0ede5, #cec8bc 72%); }
.buy-visual-full img { padding: clamp(18px,4vw,58px); object-fit: contain; }
.buy-visual > span { position: absolute; left: 22px; bottom: 22px; padding: 9px 13px; border-radius: 999px; background: rgba(17,17,15,.75); backdrop-filter: blur(10px); color: #fff; font-size: 11px; font-weight: 700; }
.buy-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(35px,5vw,72px); border-radius: 32px; background: var(--ink); color: #fff; }
.buy-panel h2 { margin-bottom: 34px; font-size: clamp(40px,4.2vw,66px); }
.order-summary { margin-bottom: 28px; border-top: 1px solid var(--line-dark); }
.order-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
.order-summary span { color: var(--muted-dark); font-size: 12px; }
.order-summary strong { font-size: 15px; }
.order-summary strong ins { text-decoration: none; }
.order-summary .order-total { padding: 21px 0; }
.order-summary .order-total span { color: #fff; font-weight: 700; }
.order-summary .order-total strong { color: var(--orange); font-size: 26px; }
.buy-now-form-full .button { width: 100%; border: 0; }
.out-of-stock-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    padding: 16px 28px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid var(--line-dark);
    color: var(--muted);
    font-weight: 700;
    text-align: center;
}
.out-of-stock-notice span { color: #fff; opacity: .7; }
.coupon-box { margin-top: 18px; padding: 18px; border: 1px solid var(--line-dark); border-radius: 18px; }
.coupon-box > div { display: flex; align-items: center; gap: 11px; }
.coupon-box > div svg { width: 24px; height: 24px; fill: none; stroke: var(--orange); stroke-width: 1.7; }
.coupon-box > div span { display: grid; gap: 3px; }
.coupon-box b { font-size: 13px; }
.coupon-box small { color: var(--muted-dark); font-size: 10px; }
.coupon-box form { margin-top: 14px; display: grid; grid-template-columns: 1fr auto; }
.coupon-box input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid var(--line-dark); border-right: 0; border-radius: 12px 0 0 12px; background: rgba(255,255,255,.06); color: #fff; text-transform: uppercase; outline: 0; }
.coupon-box input:focus { border-color: var(--orange); }
.coupon-box button { padding: 0 18px; border: 0; border-radius: 0 12px 12px 0; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; }
.payment-assurance { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted-dark); font-size: 10px; }
.payment-assurance li::before { content: "✓"; margin-right: 5px; color: var(--orange); }
.buy-payment-icons { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.buy-payment-icons li { display: flex; align-items: center; justify-content: center; height: 30px; padding: 0 9px; background: #fff; border-radius: 8px; }
.buy-payment-icons img { height: 18px; width: auto; display: block; }
label[for="payment_method_airwallex_card"],
label[for="payment_method_airwallex_main"] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 4px;
}
label[for="payment_method_airwallex_card"] .airwallex-card-icon,
label[for="payment_method_airwallex_main"] .airwallex-card-icon {
    height: 22px;
    width: auto;
    max-height: 1.5em;
    margin: 0;
    object-fit: contain;
}

@media (max-width: 540px) {
  .woocommerce-checkout #payment .wc_payment_method > label {
    line-height: 1.35;
  }
  .woocommerce-checkout #payment label[for="payment_method_airwallex_card"] {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;
    white-space: nowrap;
  }
  .woocommerce-checkout #payment label[for="payment_method_airwallex_card"] .airwallex-card-icon {
    flex: 0 0 auto;
    width: auto;
    height: 18px;
    max-width: 28px;
    margin: 0;
    object-fit: contain;
  }
  .woocommerce-checkout #payment label[for="payment_method_airwallex_klarna"] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .woocommerce-checkout #payment label[for="payment_method_airwallex_klarna"] .airwallex-card-icon {
    width: auto;
    height: 20px;
    margin: 0;
    object-fit: contain;
  }
  .woocommerce-checkout #payment #awx-apm-logos-in-content {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .woocommerce-checkout #payment #awx-apm-logos-in-content .airwallex-logo-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .woocommerce-checkout #payment #awx-apm-logos-in-content .airwallex-card-icon {
    width: 100%;
    height: 20px;
    max-width: none;
    margin: 0;
    object-fit: contain;
  }
  .woocommerce-checkout #payment .payment_method_airwallex_main .payment_box p {
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .woocommerce-checkout #payment label[for="payment_method_airwallex_card"] {
    gap: 3px;
  }
  .woocommerce-checkout #payment label[for="payment_method_airwallex_card"] .airwallex-card-icon {
    height: 16px;
    max-width: 25px;
  }
}

/* ===================== My Account (card UI) ===================== */
.cq-account { padding: 10px 0 0; }
.cq-account-layout { display: grid; grid-template-columns: 1fr; gap: 18px; }

/* Override WooCommerce's default 30%/68% float split on My Account pages */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

.cq-account-nav { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 10px; }
.cq-account-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.cq-account-nav li { margin: 0; }
.cq-account-nav li a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 12px; color: var(--muted-dark); font-size: 13px; font-weight: 600; transition: background .18s, color .18s; }
.cq-account-nav li a:hover { background: rgba(255,255,255,.07); color: #fff; }
.cq-account-nav li.is-active a { background: var(--orange); color: #fff; }
.cq-account-nav svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.cq-account-content { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); box-shadow: 0 12px 34px rgba(9,9,8,.06); min-width: 0; }

.cq-dashboard { display: grid; gap: 22px; }
.cq-dashboard-welcome { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; padding: clamp(22px, 3vw, 34px); background: var(--ink); color: #fff; border-radius: 20px; }
.cq-dashboard-welcome .cq-kicker { margin: 0 0 10px; }
.cq-dashboard-welcome h2 { margin: 0 0 8px; font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.04em; line-height: 1.05; }
.cq-dashboard-welcome p { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.6; max-width: 46ch; }
.cq-dashboard-welcome .button-light { background: #fff; color: var(--ink); }
.cq-dashboard-welcome .button-light:hover { background: var(--orange); color: #fff; }

.cq-account-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cq-account-card { position: relative; display: grid; gap: 8px; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.cq-account-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: rgba(255,91,46,.45); }
.cq-account-card-icon { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--ink); color: var(--orange); }
.cq-account-card-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cq-account-card b { font-size: 17px; letter-spacing: -.02em; }
.cq-account-card small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.cq-account-card-count { position: absolute; top: 18px; right: 18px; min-width: 26px; height: 26px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 800; font-style: normal; }

.cq-account-empty { text-align: center; padding: 46px 20px; }
.cq-account-empty-icon { width: 64px; height: 64px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; border-radius: 18px; background: var(--paper); color: var(--orange); }
.cq-account-empty-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cq-account-empty h2 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.03em; }
.cq-account-empty p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }

.cq-orders-list { display: grid; gap: 14px; }
.cq-order-card { padding: 20px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; display: grid; gap: 16px; }
.cq-order-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.cq-order-card-label { display: block; font-size: 10px; letter-spacing: .14em; color: var(--muted); text-transform: uppercase; margin-bottom: 3px; }
.cq-order-card-head strong { font-size: 18px; letter-spacing: -.02em; }
.cq-order-status { padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; background: #e7e9e4; color: #4a4d47; white-space: nowrap; }
.cq-order-status--processing, .cq-order-status--on-hold { background: #fff1d6; color: #8a5a00; }
.cq-order-status--completed, .cq-order-status--awaiting-shipping { background: #e3f2e3; color: #1f6b2f; }
.cq-order-status--cancelled, .cq-order-status--failed, .cq-order-status--refunded { background: #fde7e5; color: #a13a30; }
.cq-order-card-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cq-order-card-meta span { display: block; font-size: 11px; color: var(--muted); margin-bottom: 4px; }
.cq-order-card-meta b { font-size: 14px; }
.cq-order-card-actions { display: flex; flex-wrap: wrap; gap: 8px; }

.cq-auth { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.cq-auth-card { padding: clamp(24px, 3vw, 36px); background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.cq-auth-card-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: var(--ink); color: var(--orange); margin-bottom: 16px; }
.cq-auth-card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cq-auth-card h2 { margin: 0 0 8px; font-size: 26px; letter-spacing: -.03em; }
.cq-auth-sub, .cq-auth-note { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0 0 20px; }
.cq-auth-card .woocommerce-form { display: grid; gap: 14px; }
.cq-auth-card label { display: block; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.cq-auth-card .input-text { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: 14px; outline: 0; }
.cq-auth-card .input-text:focus { border-color: var(--orange); }
.cq-auth-card .woocommerce-form-login__rememberme { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.cq-auth-card .woocommerce-form-login__rememberme input { accent-color: var(--orange); }
.cq-auth-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 4px 0 0; }
.cq-auth-card .lost_password { margin: 0; }
.cq-auth-card .lost_password a { color: var(--orange); font-weight: 600; font-size: 13px; }
.cq-auth-card .woocommerce-form-register { gap: 14px; }
.cq-auth-card .button { width: 100%; justify-content: center; }
.cq-auth .nsl-container { margin-top: 16px; }
.cq-auth .nsl-button { width: 100%; justify-content: center; }

.cq-account-content h2 { font-size: 24px; letter-spacing: -.03em; margin: 0 0 18px; }
.cq-account-content .woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cq-account-content .woocommerce-Addresses::before,
.cq-account-content .woocommerce-Addresses::after { display: none !important; }
.cq-account-content .woocommerce-Addresses .u-column1,
.cq-account-content .woocommerce-Addresses .u-column2 {
    float: none !important;
    width: 100% !important;
}
.cq-account-content .woocommerce-Addresses .u-column1 { grid-column: 1; }
.cq-account-content .woocommerce-Addresses .u-column2 { grid-column: 2; }
.cq-account-content .woocommerce-Address { padding: 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.cq-account-content .woocommerce-Address address { font-style: normal; color: var(--muted); font-size: 14px; line-height: 1.7; margin: 12px 0; }
.cq-account-content .woocommerce-Address .edit { color: var(--orange); font-weight: 700; font-size: 13px; }
.cq-account-content .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.cq-account-content .woocommerce-Address-title h2 { margin: 0; font-size: 17px; }
.cq-account-content .woocommerce-Address-title .edit { white-space: nowrap; }
.cq-account-content .woocommerce-EditAccountForm, .cq-account-content .woocommerce-address-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cq-account-content .woocommerce-EditAccountForm .form-row, .cq-account-content .woocommerce-address-fields .form-row { margin: 0; grid-column: 1 / -1; }
.cq-account-content .woocommerce-EditAccountForm .form-row-first,
.cq-account-content .woocommerce-EditAccountForm .form-row-last,
.cq-account-content .woocommerce-address-fields .form-row-first,
.cq-account-content .woocommerce-address-fields .form-row-last { grid-column: span 1; }
.cq-account-content .woocommerce-EditAccountForm .clear,
.cq-account-content .woocommerce-address-fields .clear { display: none; }
.cq-account-content label { font-size: 12px; font-weight: 700; margin-bottom: 6px; display: block; }
.cq-account-content input.input-text, .cq-account-content input[type=text], .cq-account-content input[type=email], .cq-account-content input[type=password], .cq-account-content select, .cq-account-content textarea { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-size: 14px; outline: 0; }
.cq-account-content textarea { height: auto; padding: 12px 14px; }
.cq-account-content .input-text:focus, .cq-account-content input:focus, .cq-account-content select:focus, .cq-account-content textarea:focus { border-color: var(--orange); }
.cq-account-content .button { margin-top: 14px; }
.cq-account-content a.button, .cq-account-content .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.cq-account-content .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cq-account-content .cq-add-method-btn { margin-top: 18px; }
.cq-account-content .cq-account-table-wrap { overflow-x: auto; }
.cq-account-content .woocommerce-MyAccount-paymentMethods {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 14px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
}
.cq-account-content .woocommerce-MyAccount-paymentMethods th {
    background: #fbfaf7;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
}
.cq-account-content .woocommerce-MyAccount-paymentMethods th, .cq-account-content .woocommerce-MyAccount-paymentMethods td {
    padding: 12px 14px;
    text-align: left;
}
.cq-account-content .woocommerce-MyAccount-paymentMethods tbody tr { border-bottom: 1px solid rgba(19,19,16,.06); }
.cq-account-content .woocommerce-MyAccount-paymentMethods tbody tr:last-child { border-bottom: 0; }
.cq-account-content .woocommerce-pagination { margin-top: 22px; }

@media (max-width: 900px) {
    .cq-account-cards { grid-template-columns: 1fr; }
    .cq-order-card-meta { grid-template-columns: 1fr; gap: 10px; }
    .cq-auth { grid-template-columns: 1fr; }
    .cq-account-content .woocommerce-Addresses { grid-template-columns: 1fr; }
    .cq-dashboard-welcome { flex-direction: column; }
}

/* ===================== Author archive page ===================== */
.cq-author { max-width: 1080px; }
.cq-author-card { display: flex; align-items: center; gap: clamp(22px, 4vw, 40px); background: var(--ink); color: #fff; border-radius: var(--radius); padding: clamp(26px, 4vw, 48px); margin-bottom: 22px; }
.cq-author-avatar { flex: 0 0 auto; }
.cq-author-avatar img { display: block; width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 4px solid rgba(255,255,255,.14); }
.cq-author-info .eyebrow { margin: 0 0 12px; }
.cq-author-info h1 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; }
.cq-author-bio { margin: 0; color: var(--muted-dark); font-size: 14px; line-height: 1.7; max-width: 60ch; }
.cq-author-heading { margin: 8px 0 18px; font-size: 24px; letter-spacing: -.03em; }
.cq-author-posts { display: grid; gap: 12px; }
.cq-author-post { display: flex; align-items: center; gap: 18px; padding: 18px 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .18s, box-shadow .18s, border-color .18s; }
.cq-author-post:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: rgba(255,91,46,.4); }
.cq-author-post-date { color: var(--muted); font-size: 12px; flex: 0 0 auto; }
.cq-author-post strong { font-size: 16px; letter-spacing: -.01em; }
.cq-author-post-arrow { margin-left: auto; color: var(--orange); }
.cq-author-post-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 640px) {
    .cq-author-card { flex-direction: column; text-align: center; }
    .cq-author-bio { max-width: none; }
}

/* ===================== Static page content typography ===================== */
.cq-page-content { max-width: 760px; }
.cq-page-content h2 { margin: 2em 0 .8em; font-size: 24px; letter-spacing: -.03em; }
.cq-page-content p { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0 0 1em; }
.cq-page-content ul { margin: 0 0 1.4em; padding-left: 1.2em; color: var(--muted); font-size: 15px; line-height: 1.8; }
.cq-page-content li { margin-bottom: .4em; }
.cq-page-content a { color: var(--orange); }
.cq-page-content a:hover { color: var(--orange-dark); }
.cq-page-content hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* ===================== Shop archive ===================== */
.cq-shop .commerce-heading { margin-bottom: 30px; }
.cq-shop-sub { color: var(--muted); font-size: 15px; margin: 14px 0 0; }
.cq-shop-grid { display: grid; gap: 24px; }
.cq-shop-card { display: grid; grid-template-columns: 46% 1fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.cq-shop-card-media { display: block; background: var(--paper-2); }
.cq-shop-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cq-shop-card-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding: clamp(26px, 4vw, 52px); }
.cq-shop-card-body .cq-kicker { margin: 0; }
.cq-shop-card-title { margin: 0; font-size: clamp(26px, 3.4vw, 40px); letter-spacing: -.04em; line-height: 1.05; }
.cq-shop-card-title a { color: inherit; }
.cq-shop-card-title a:hover { color: var(--orange); }
.cq-shop-card-price { font-size: 24px; font-weight: 800; letter-spacing: -.02em; color: var(--ink); }
.cq-shop-card-price .amount { color: inherit; }
.cq-shop-card-stock { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: #1f6b2f; }
.cq-shop-stock-dot { width: 8px; height: 8px; border-radius: 50%; background: #2f9e44; display: inline-block; }
.cq-shop-card-btn { margin-top: 6px; }
@media (max-width: 720px) {
    .cq-shop-card { grid-template-columns: 1fr; }
}

.care-section { background: var(--paper-2); }
.care-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px,10vw,160px); align-items: center; }
.care-copy h2 { margin-bottom: 28px; }
.care-copy > p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.warranty-card { padding: clamp(32px,4vw,58px); border-radius: var(--radius); background: var(--ink); color: #fff; }
.warranty-card > span { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.warranty-card strong { display: block; margin: 22px 0; font-size: clamp(28px,3vw,44px); line-height: 1.05; letter-spacing: -.04em; }
.warranty-card p { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.7; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px,10vw,150px); }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 18px; font-weight: 700; cursor: pointer; }
.faq-item button i { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 2px; top: 10px; width: 18px; height: 2px; background: var(--orange); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-item > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 50px 26px 0; }

.commerce-shell { min-height: 70vh; padding: 150px 0 110px; background: var(--paper); }
.commerce-layout { max-width: 1080px; }
.commerce-heading { margin-bottom: 42px; }
.commerce-heading h1, .commerce-layout > h1, .commerce-layout article > h1 { margin: 0; font-size: clamp(46px,7vw,82px); line-height: .96; letter-spacing: -.055em; }
.commerce-content { padding: clamp(24px,4vw,52px); border-radius: var(--radius); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.commerce-content .woocommerce { color: var(--ink); }
.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error { border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 12px; background: #f8f7f3; }
.woocommerce .woocommerce-error { border-top-color: #c53b2d; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 750; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--orange); color: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 13px; border: 1px solid #d7d3ca; border-radius: 10px; background: #fff; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--line); border-radius: 14px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 15px; }
.woocommerce-checkout #payment { border-radius: 16px; background: #efede7; }
.woocommerce-checkout #payment div.payment_box { background: #fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.checkout-assurance { margin: 18px 0; display: grid; gap: 6px; padding: 16px 18px; border: 1px solid rgba(255,91,46,.3); border-radius: 13px; background: rgba(255,91,46,.07); }
.checkout-assurance strong { font-size: 13px; }
.checkout-assurance span { color: var(--muted); font-size: 11px; line-height: 1.55; }
.invoice-download-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; margin: 26px 0; padding: 18px; border: 1px solid rgba(255,91,46,.28); border-radius: 16px; background: rgba(255,91,46,.065); }
.invoice-download-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--orange); color: #fff; }
.invoice-download-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.invoice-download-card > div { display: grid; gap: 5px; }
.invoice-download-card strong { font-size: 13px; }
.invoice-download-card small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.invoice-download-card .button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.woocommerce-checkout-review-order-table .order-total .amount { color: var(--orange); font-size: 20px; }
.woocommerce form.checkout_coupon { border-radius: 14px; }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 150px 0 100px; background: var(--ink); color: #fff; text-align: center; }
.not-found h1 { margin: 0 0 20px; font-size: clamp(60px,12vw,150px); letter-spacing: -.07em; }
.not-found p { color: var(--muted-dark); }

/* Product detail */
.single-product .commerce-shell { padding: 118px 0 0; }
.single-product .commerce-layout { max-width: 1240px; }
.cq-product { color: var(--ink); }
.cq-product img { display: block; max-width: 100%; }
.cq-product-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; color: #77736b; font-size: 11px; }
.cq-product-breadcrumb a:hover { color: var(--orange); }
.cq-product-hero { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: clamp(38px,5.2vw,72px); align-items: start; padding-bottom: 108px; }
.cq-product-gallery { min-width: 0; }
.cq-product-main-image { position: relative; overflow: hidden; margin: 0; border-radius: 28px; background: #f0efe9; }
.cq-product-main-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: clamp(20px,3.5vw,56px); }
.cq-product-main-image figcaption { position: absolute; left: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(17,17,15,.72); color: #fff; backdrop-filter: blur(10px); font-size: 10px; font-weight: 700; }
.cq-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,91,46,.18); }
.cq-detail-slider { position: relative; display: flex; align-items: center; gap: 8px; margin-top: 14px; }
.cq-product-detail-images { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; flex: 1; min-width: 0; }
.cq-product-detail-images::-webkit-scrollbar { display: none; }
.cq-product-detail-images figure { overflow: hidden; position: relative; margin: 0; border-radius: 14px; background: #ddd7cd; flex: 0 0 calc(25% - 7.5px); scroll-snap-align: start; }
.cq-product-detail-images img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; display: block; }
.cq-product-detail-images figcaption { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; background: rgba(17,17,15,.74); color: #fff; font-size: 9px; font-weight: 700; }
.cq-detail-nav { flex: 0 0 auto; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: .35; transition: opacity .18s; }
.cq-detail-nav:hover { opacity: 1; }
.cq-detail-nav.is-hidden { opacity: 0; pointer-events: none; }
.cq-detail-nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Click-to-zoom badge on product gallery images */
.cq-zoom { position: relative; display: block; cursor: zoom-in; }
.cq-zoom::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(17,17,15,.72) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") center / 17px no-repeat;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}
.cq-zoom:hover::after { opacity: 1; }

/* Lightbox */
.cq-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(9,9,8,.94);
    display: none;
    align-items: center;
    justify-content: center;
}
.cq-lightbox.is-open { display: flex; }
.cq-lightbox-img { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.cq-lightbox-close, .cq-lightbox-prev, .cq-lightbox-next {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background .18s;
}
.cq-lightbox-close:hover, .cq-lightbox-prev:hover, .cq-lightbox-next:hover { background: rgba(255,255,255,.22); }
.cq-lightbox-close { top: 18px; right: 18px; }
.cq-lightbox-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.cq-lightbox-next { right: 18px; top: 50%; transform: translateY(-50%); }
.cq-lightbox-count { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.8); font-size: 13px; }
body.cq-lightbox-lock { overflow: hidden; }
@media (max-width: 640px) {
    .cq-lightbox-prev { left: 8px; }
    .cq-lightbox-next { right: 8px; }
}
.cq-product-summary { position: sticky; top: 118px; padding-top: 10px; }
.cq-kicker { margin: 0 0 20px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.cq-product-summary h1 { margin: 0; font-size: clamp(48px,5vw,74px); line-height: .96; letter-spacing: -.06em; font-weight: 650; }
[data-lang="zh"] .cq-product-summary h1 { line-height: 1.08; letter-spacing: -.045em; }
.cq-product-intro { margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.cq-price-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 0; padding: 22px 0; border-block: 1px solid var(--line); }
.cq-price-row > div { display: grid; gap: 7px; }
.cq-price-row > div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.cq-price-row small { color: #7d786e; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.cq-price-row strong { font-size: 25px; letter-spacing: -.035em; }
.cq-price-row > div:first-child strong { color: var(--orange); }
.cq-purchase-facts { list-style: none; display: grid; gap: 0; margin: 0; padding: 0; }
.cq-purchase-facts li { min-height: 72px; display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 12px; border-bottom: 1px solid var(--line); }
.cq-purchase-facts svg { width: 24px; height: 24px; fill: none; stroke: var(--orange); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cq-purchase-facts span { display: grid; gap: 4px; }
.cq-purchase-facts b { font-size: 13px; }
.cq-purchase-facts small { color: var(--muted); font-size: 11px; }
.cq-buy-form { margin-top: 24px; }
.cq-buy-form .button { width: 100%; border: 0; cursor: pointer; }
.cq-payment-note { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 16px; color: #77736b; font-size: 9px; font-weight: 750; letter-spacing: .04em; }
.cq-payment-note span::before { content: "✓"; margin-right: 5px; color: var(--orange); }
.cq-sku { margin: 14px 0 0; color: #918d84; font-size: 9px; }
.cq-stock-note { margin-top: 24px; }

.cq-product-section { padding: 116px 0; border-top: 1px solid var(--line); }
.cq-section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,.72fr); column-gap: clamp(50px,8vw,120px); align-items: end; }
.cq-section-heading .cq-kicker { grid-column: 1 / -1; }
.cq-section-heading h2, .cq-feature-copy h2, .cq-order-details h2, .cq-delivery-card h2 { margin: 0; font-size: clamp(44px,5.5vw,76px); line-height: .98; letter-spacing: -.055em; font-weight: 650; }
[data-lang="zh"] .cq-section-heading h2, [data-lang="zh"] .cq-feature-copy h2, [data-lang="zh"] .cq-order-details h2, [data-lang="zh"] .cq-delivery-card h2 { line-height: 1.1; letter-spacing: -.04em; }
.cq-section-heading > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.cq-benefit-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 56px; }
.cq-benefit-grid article { min-height: 250px; display: flex; flex-direction: column; padding: 28px; border-radius: 22px; background: #fff; box-shadow: 0 14px 40px rgba(20,19,16,.055); }
.cq-benefit-grid article > span { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.cq-benefit-grid h3 { margin: auto 0 12px; font-size: clamp(20px,2vw,27px); letter-spacing: -.035em; }
.cq-benefit-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.cq-feature-band { display: grid; grid-template-columns: 1.03fr .97fr; padding: 0; overflow: hidden; border: 0; border-radius: 30px; background: var(--ink); color: #fff; }
.cq-feature-image { min-height: 670px; background: radial-gradient(circle at 48% 40%,#e6e0d5,#a9a093 78%); }
.cq-feature-image img { width: 100%; height: 100%; object-fit: contain; padding: 40px; }
.cq-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,5vw,76px); }
.cq-feature-copy .cq-kicker { margin-bottom: 24px; }
.cq-feature-copy ul { list-style: none; display: grid; gap: 0; margin: 38px 0 0; padding: 0; border-top: 1px solid var(--line-dark); }
.cq-feature-copy li { display: grid; gap: 6px; padding: 19px 0; border-bottom: 1px solid var(--line-dark); }
.cq-feature-copy b { font-size: 14px; }
.cq-feature-copy li span { color: var(--muted-dark); font-size: 11px; line-height: 1.6; }

.cq-heading-compact { grid-template-columns: 1fr; }
.cq-specification-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(50px,8vw,110px); align-items: center; margin-top: 58px; }
.cq-spec-table { margin: 0; border-top: 1px solid var(--line); }
.cq-spec-table > div { min-height: 66px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.cq-spec-table dt { color: var(--muted); font-size: 12px; }
.cq-spec-table dd { margin: 0; font-size: 14px; font-weight: 800; }
.cq-drawing-card { overflow: hidden; margin: 0; border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgba(20,19,16,.08); }
.cq-drawing-card img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: contain; padding: 24px; }
.cq-drawing-card figcaption { padding: 15px 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .06em; }

.cq-delivery-section { border-top: 0; }
.cq-delivery-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px,8vw,120px); align-items: end; padding: clamp(40px,6vw,82px); border-radius: 30px; background: var(--orange); color: #fff; }
.cq-delivery-card .cq-kicker { color: #fff; opacity: .75; }
.cq-delivery-card > div > p:last-child { max-width: 700px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.75; }
.cq-delivery-card dl { margin: 0; border-top: 1px solid rgba(255,255,255,.28); }
.cq-delivery-card dl > div { min-height: 68px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.28); }
.cq-delivery-card dt { font-size: 11px; }
.cq-delivery-card dd { margin: 0; font-size: 15px; font-weight: 850; text-align: right; }
.cq-delivery-footnote { margin: 14px 10px 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.cq-order-details { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(42px,7vw,90px); align-items: start; }
.cq-order-details h2 { font-size: clamp(38px,4.2vw,60px); }
.cq-included-list { list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 22px; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--line); }
.cq-included-list li { min-height: 66px; display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.cq-included-list span { color: var(--orange); font-size: 9px; font-weight: 850; }
.cq-included-list b { font-size: 12px; line-height: 1.45; }
.cq-warranty-card { padding: clamp(38px,5vw,64px); border-radius: 28px; background: var(--ink); color: #fff; }
.cq-warranty-card h2 { font-size: clamp(34px,3.7vw,52px); }
.cq-warranty-card > p:not(.cq-kicker) { margin: 28px 0; color: var(--muted-dark); font-size: 12px; line-height: 1.75; }
.cq-warranty-card .button-light { background: #fff; color: var(--ink); }
.cq-warranty-card .button-light:hover { background: var(--orange); color: #fff; }

@media (max-width: 980px) {
  .cq-product-hero { grid-template-columns: 1fr; }
  .cq-product-summary { position: static; max-width: 720px; }
  .cq-section-heading, .cq-feature-band, .cq-specification-grid, .cq-delivery-card, .cq-order-details { grid-template-columns: 1fr; }
  .cq-section-heading { align-items: start; gap: 26px; }
  .cq-section-heading .cq-kicker { grid-column: auto; margin-bottom: 0; }
  .cq-feature-image { min-height: 560px; }
  .cq-delivery-card dl { margin-top: 20px; }
}

@media (max-width: 680px) {
  .single-product .commerce-shell { padding-top: 92px; }
  .cq-product-breadcrumb { overflow: hidden; white-space: nowrap; }
  .cq-product-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .cq-product-hero { gap: 32px; padding-bottom: 76px; }
  .cq-product-main-image { border-radius: 20px; }
  .cq-product-main-image figcaption { left: 10px; bottom: 10px; }
  .cq-detail-slider { gap: 6px; margin-top: 8px; }
  .cq-product-detail-images { gap: 8px; }
  .cq-product-detail-images figure { border-radius: 13px; }
  .cq-product-detail-images figcaption { display: none; }
  @media (max-width: 720px) {
    .cq-product-detail-images figure { flex-basis: calc(50% - 4px); }
  }
  .cq-product-summary h1 { font-size: clamp(43px,13vw,60px); }
  .cq-product-intro { font-size: 14px; }
  .cq-price-row strong { font-size: 20px; }
  .cq-price-row > div + div { padding-left: 12px; }
  .cq-product-section { padding: 78px 0; }
  .cq-section-heading h2, .cq-feature-copy h2, .cq-order-details h2, .cq-delivery-card h2 { font-size: clamp(38px,11.5vw,54px); }
  .cq-benefit-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .cq-benefit-grid article { min-height: 210px; }
  .cq-feature-band { border-radius: 20px; }
  .cq-feature-image { min-height: 390px; }
  .cq-feature-image img { padding: 22px; }
  .cq-feature-copy { padding: 38px 24px 44px; }
  .cq-specification-grid { margin-top: 38px; gap: 36px; }
  .cq-drawing-card { border-radius: 18px; }
  .cq-delivery-card { gap: 28px; padding: 38px 24px; border-radius: 20px; }
  .cq-delivery-card dl > div { grid-template-columns: 1fr; align-content: center; gap: 5px; }
  .cq-delivery-card dd { text-align: left; }
  .cq-included-list { grid-template-columns: 1fr; }
  .cq-warranty-card { padding: 38px 24px; border-radius: 20px; }
}

html:not(.js) .reveal { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .header-price { display: none; }
  .zero-grid { grid-template-columns: 1fr 1fr; }
  .zero-equation { grid-column: 1 / -1; grid-row: 2; min-height: 360px; }
  .zero-reference-note { grid-template-columns: auto minmax(0,1fr); }
  .zero-reference-note dl { grid-column: 2; }
  .stage-comparison { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shipping-rate { grid-template-columns: 1fr 1fr; }
  .shipping-rate p { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .header-actions .button, .header-price { display: none; }
  .account-link span { display: none; }
  .account-link { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border-radius: 50%; }
  .cart-link { position: fixed; top: 15px; right: 78px; background: rgba(19,19,16,.72); backdrop-filter: blur(10px); }
  .hero { padding-top: 120px; }
  .hero-price-row { gap: 12px; }
  .hero-price-row strong { font-size: 21px; }
  .hero-actions .buy-now-form, .hero-actions .button { width: 100%; }
  .hero-grid, .hero-visual, .hero-spin { min-width: 0; max-width: 100%; }
  .hero-visual { order: -1; width: 100%; }
  .hero-visual picture { border-radius: 22px; }
  .hero-spin { width: 100%; border-radius: 22px; transform: none; }
  .hero-orbit { display: none; }
  .proof-list-four { grid-template-columns: 1fr 1fr; gap: 0; }
  .proof-list-four p { border-bottom: 1px solid rgba(255,255,255,.24); border-right: 0; }
  .proof-list-four p:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.24); }
  .zero-grid { grid-template-columns: 1fr; }
  .zero-equation { grid-column: auto; grid-row: auto; min-height: 330px; }
  .zero-reference-note { grid-template-columns: 1fr; }
  .zero-reference-mark { display: none; }
  .zero-reference-note dl { grid-column: auto; }
  .stage-showcase { padding-top: 90px; }
  .stage-heading { grid-template-columns: 1fr; align-items: start; gap: 24px; margin-bottom: 38px; }
  .stage-support { align-items: flex-start; flex-direction: column; gap: 7px; }
  .stage-support span { text-align: left; }
  .shipping-gallery, .buy-grid, .care-grid, .faq-grid { grid-template-columns: 1fr; }
  .shipping-rate { grid-template-columns: 1fr; padding: 28px 24px; }
  .shipping-rate p { grid-column: auto; }
  .buy-visual { min-height: 480px; }
  .faq-heading { position: static; }
  .faq-item button { min-height: 74px; font-size: 16px; }
  .commerce-shell { padding: 110px 0 100px; }
  .commerce-content { padding: 20px 16px; border-radius: 16px; }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100%; float: none; }
  .invoice-download-card { grid-template-columns: auto minmax(0,1fr); }
  .invoice-download-card .button { grid-column: 1 / -1; width: 100%; }
}

@media (max-width: 540px) {
  .hero-copy h1 { font-size: 48px; }
  [data-lang="zh"] .hero-copy h1 { font-size: 43px; line-height: 1.1; }
  .hero-price-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-price-only { display: block; }
  .hero-price-row > span { display: none; }
  .hero-actions { width: 100%; }
  .spin-controls { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 44px minmax(0,1fr) 44px; }
  .spin-hint { min-width: 0; overflow: hidden; padding-inline: 10px; }
  .spin-hint span { overflow: hidden; text-overflow: ellipsis; }
  .spin-hint > svg { display: none; }
  .zero-card > div { padding: 22px; }
  .zero-reference-note { padding: 22px; }
  .zero-reference-note dl { width: 100%; justify-content: space-between; gap: 14px; }
  .stage-comparison { display: flex; overflow-x: auto; margin-right: -16px; padding: 0 16px 10px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .stage-card { flex: 0 0 min(82vw,360px); scroll-snap-align: start; }
  .box-list-visual { grid-template-columns: 1fr; }
  .box-list-visual > div { grid-template-columns: 30px 78px minmax(0,1fr); gap: 12px; }
  .box-icon { width: 78px; height: 68px; }
  .buy-panel { padding: 32px 22px; }
  .coupon-box form { grid-template-columns: 1fr; gap: 8px; }
  .coupon-box input, .coupon-box button { height: 44px; border: 1px solid var(--line-dark); border-radius: 10px; }
  .order-summary .order-total { align-items: flex-end; }
  .shipping-gallery figcaption { padding: 15px 18px; }
}

/* Product reviews */
.cq-reviews-section { padding: 72px 0; background: #f5f4ef; }
.cq-reviews-inner { max-width: 900px; }
.cq-reviews-section .woocommerce-Reviews-title { color: #11110f; font-size: 28px; margin-bottom: 8px; }
.cq-reviews-section .woocommerce-Reviews-title small { color: #6b6a63; font-weight: 400; }
.cq-reviews-section .woocommerce-noreviews { color: #5a5953; background: #fff; border: 1px dashed #d3d2ca; border-radius: 10px; padding: 18px 20px; margin: 18px 0; }
.cq-reviews-section .woocommerce-Reviews .comment-text { border-left: 2px solid var(--orange); padding-left: 14px; margin: 14px 0 22px; }
.cq-reviews-section .woocommerce-Reviews .comment-text p { color: #2e2e2a; }
.cq-reviews-section .woocommerce-Reviews .comment-text .meta { color: #6b6a63; }
.cq-reviews-section .star-rating span::before { color: var(--orange); }
.cq-reviews-section #review_form_wrapper { margin-top: 26px; padding: 26px; background: #ffffff; border: 1px solid #e2e1da; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.cq-reviews-section #review_form .comment-reply-title { color: #11110f; font-size: 20px; }
.cq-reviews-section #review_form .comment-notes { color: #6b6a63; }
.cq-reviews-section #review_form .comment-notes .required { color: #b32d2e; }
.cq-reviews-section #review_form label { color: #11110f; display: block; margin: 14px 0 6px; font-weight: 600; }
.cq-reviews-section #review_form input[type="text"], .cq-reviews-section #review_form input[type="email"], .cq-reviews-section #review_form textarea { width: 100%; max-width: 620px; background: #fff; color: #11110f; border: 1px solid #c9c8bf; border-radius: 8px; padding: 10px 12px; font-size: 15px; }
.cq-reviews-section #review_form input:focus, .cq-reviews-section #review_form textarea:focus { border-color: var(--orange); outline: none; }
.cq-reviews-section #review_form .comment-form-rating { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cq-reviews-section #review_form .comment-form-rating label { margin: 0; }
.cq-reviews-section #review_form .stars a { color: #8c8b83; }
.cq-reviews-section #review_form .comment-form-cookies-consent label { color: #6b6a63; font-weight: 400; display: inline; }
.cq-reviews-section #review_form .comment-form-cookies-consent input { width: auto; margin-right: 6px; }
.cq-reviews-section #review_form .submit { background: var(--orange); color: #fff; border: 0; border-radius: 999px; padding: 13px 30px; font-weight: 700; cursor: pointer; margin-top: 16px; font-size: 15px; }
.cq-reviews-section #review_form .submit:hover { background: var(--orange-dark); }

/* Product gallery: thumbnails swap the main image instead of opening the lightbox. */
.cq-thumb-swap { position: relative; display: block; cursor: pointer; }
.cq-thumb-swap.is-active { box-shadow: inset 0 0 0 2px var(--orange); border-radius: 14px; }
.cq-product-detail-images img { transition: opacity .18s; }
.cq-thumb-swap:hover img { opacity: .82; }

/* Empty-cart notice should look informational, not like an error. */
.woocommerce .woocommerce-info { border-top-color: var(--line); }

/* Header cart badge: hide when the cart is empty. */
.cart-count[data-cart-count="0"] { display: none; }

/* Cart coupon row: roomy input and clearly visible buttons. */
.woocommerce-cart-form .coupon { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 20px; }
.woocommerce-cart-form .coupon input#coupon_code { flex: 1 1 240px; min-width: 240px; height: 46px; padding: 0 14px; border: 1px solid #d7d3ca; border-radius: 10px; background: #fff; color: var(--ink); }
.woocommerce-cart-form .coupon .button { min-height: 46px; white-space: nowrap; }
.woocommerce .woocommerce-cart-form button[name="update_cart"] { background: var(--ink); color: #fff; border: 1px solid transparent; }
.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled { background: #e5e2da; color: #8b8a83; border-color: #e5e2da; opacity: 1; cursor: not-allowed; }

/* Keep purchase decisions together in the dedicated buy section. */
.buy-actions { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 10px; }
.buy-actions .buy-now-form-full, .buy-actions .button { width: 100%; }
.buy-actions .button { min-width: 0; }
.buy-product-link { border-color: rgba(255,255,255,.34); color: #fff; }
.buy-product-link:hover { border-color: #fff; }
.buy-price-note { margin: 13px 0 0; }

@media (max-width: 540px) {
  .buy-actions { grid-template-columns: 1fr; }
}

/* Final mobile header layout: keep controls in one flex row instead of
   mixing normal flow with fixed positioning. */
@media (max-width: 820px) {
  .header-inner { gap: 10px; }
  .header-actions { gap: 8px; flex: 0 0 auto; }
  .header-actions .account-link { display: none; }
  .lang-toggle { position: static; top: auto; right: auto; min-width: 50px; width: 50px; height: 44px; padding: 0 8px; background: rgba(255,255,255,.06); backdrop-filter: none; touch-action: manipulation; }
  .cart-link { position: relative; top: auto; right: auto; width: 44px; height: 44px; background: rgba(255,255,255,.06); backdrop-filter: none; touch-action: manipulation; }
  .hero-visual { order: 0; }
}

/* D2O is the seller; ChunQi remains the product brand. Keep that relationship
   visible across every template without crowding the mobile commerce controls. */
.authorized-sales-brand { gap: 10px; }
.authorized-sales-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.authorized-sales-brand strong { letter-spacing: .04em; }
.authorized-sales-brand small {
  max-width: 176px;
  letter-spacing: .14em;
  line-height: 1.25;
  opacity: .82;
}
.authorized-sales-note {
  width: 100%;
  max-width: 610px;
  box-sizing: border-box;
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.55;
}
.authorized-sales-note span { min-width: 0; overflow-wrap: anywhere; }
.authorized-sales-note img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.footer-brand .authorized-sales-mark { width: 34px; height: 34px; flex-basis: 34px; }

@media (max-width: 1100px) {
  .authorized-sales-brand small { max-width: 132px; font-size: 7px; letter-spacing: .1em; }
}

@media (max-width: 820px) {
  .authorized-sales-brand { min-width: 0; gap: 8px; }
  .authorized-sales-mark { width: 36px; height: 36px; flex-basis: 36px; }
  .authorized-sales-brand strong { font-size: 16px; }
  .site-header .authorized-sales-brand small { display: none; }
  .authorized-sales-note { margin-top: 18px; align-items: flex-start; font-size: 11px; }
}

@media (max-width: 390px) {
  .authorized-sales-brand small { max-width: 92px; }
}
