:root {
  --navy: #1c2a38;
  --navy-2: #263b4d;
  --navy-3: #dfe9ee;
  --ink: #15202a;
  --muted: #697681;
  --canvas: #f4f6f5;
  --surface: #fff;
  --line: #e4e9e8;
  --orange: #ff6417;
  --radius-card: 28px;
  --radius-pill: 999px;
  --shadow: 0 18px 50px rgba(28, 42, 56, .09);
  --shadow-soft: 0 5px 18px rgba(28, 42, 56, .08);
  --rail: 74px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Noto Sans TC", "PingFang TC", system-ui, sans-serif; font-size: 15px; line-height: 1.55; letter-spacing: -.018em; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.icon,
.lucide { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.eyebrow { display: block; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }

.side-rail { display: none; }
.rail-mark { width: 46px; height: 46px; overflow: hidden; border-radius: 16px; display: grid; place-items: center; background: #fff; box-shadow: inset 0 0 0 1px rgba(28,42,56,.08); }
.rail-mark img { width: 296px; max-width: none; height: auto; transform: translateX(0); }
.side-rail nav { display: grid; gap: 10px; width: 100%; margin-top: 58px; }
.rail-link, .rail-account { position: relative; width: 100%; min-height: 61px; display: grid; justify-items: center; align-content: center; gap: 4px; color: #a5afb5; font-size: 10px; font-weight: 600; transition: color .2s, background .2s; }
.rail-link.active, .rail-link:hover, .rail-account:hover { color: var(--navy); }
.rail-link.active::before { content: ""; position: absolute; left: 0; top: 13px; bottom: 13px; width: 3px; border-radius: 0 3px 3px 0; background: var(--orange); }
.rail-link b, .cart-shortcut b { position: absolute; top: 5px; right: 13px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 99px; background: var(--orange); color: #fff; font-size: 10px; line-height: 1; }
.rail-account { margin-top: auto; }
.site-shell { min-height: 100vh; padding-left: 0; }
.notice-bar { height: 34px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; font-size: 11px; letter-spacing: .04em; }
.site-header { position: sticky; z-index: 10; top: 0; min-height: 82px; padding: 15px max(24px, calc((100vw - var(--max)) / 2)) 13px; display: flex; align-items: center; gap: 28px; background: rgba(244, 246, 245, .94); border-bottom: 1px solid rgba(228, 233, 232, .82); backdrop-filter: blur(18px); }
.brand { min-width: 205px; display: flex; align-items: center; gap: 10px; }
.brand img { width: 42px; height: 42px; object-fit: cover; object-position: left center; border-radius: 13px; box-shadow: inset 0 0 0 1px rgba(28,42,56,.08); background: #fff; }
.brand > span { color: var(--navy); font-size: 10px; font-weight: 700; line-height: 1.08; letter-spacing: .08em; }
.brand > span b { font-size: 10px; }
.desktop-nav { display: flex; align-items: center; gap: 19px; flex: 1; }
.desktop-nav a { position: relative; color: var(--muted); font-size: 13px; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--navy); }
.desktop-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; border-radius: 2px; background: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.search-form { width: min(280px, 24vw); height: 44px; padding: 4px 4px 4px 16px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-pill); background: var(--surface); box-shadow: var(--shadow-soft); }
.search-form input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; }
.search-form input::placeholder { color: #97a0a5; }
.search-form button { width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: #fff; }
.search-form button .icon,
.search-form button .lucide { width: 17px; height: 17px; }
.header-icon { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--navy); }
.header-icon:hover { background: var(--navy); color: #fff; }
.cart-shortcut b { top: -5px; right: -4px; }
.flash, .alert { margin-top: 16px; }
.flash { width: fit-content; padding: 10px 17px; border-radius: var(--radius-pill); background: var(--navy); color: #fff; box-shadow: var(--shadow-soft); }
.alert { padding: 12px 16px; border: 1px solid #f1a58d; border-radius: 16px; background: #fff5f1; color: #a83e24; }

.discover-hero { min-height: 486px; padding-block: 66px 52px; display: grid; grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr); gap: 48px; align-items: center; }
.hero-copy { max-width: 540px; }
.hero-copy .eyebrow { color: var(--orange); }
.hero-copy h1 { max-width: 520px; margin: 17px 0 18px; color: var(--navy); font-size: clamp(38px, 4.8vw, 72px); font-weight: 700; letter-spacing: -.09em; line-height: 1.08; }
.hero-copy p { max-width: 480px; margin: 0; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 13px; font-weight: 700; line-height: 1.2; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button .icon,
.button .lucide { width: 17px; height: 17px; }
.button-dark { background: var(--navy); color: #fff; box-shadow: 0 8px 22px rgba(28, 42, 56, .18); }
.button-dark:hover { background: #0d1823; }
.button-light { border-color: var(--line); background: #fff; color: var(--navy); }
.button-danger { border-color: #f0c8bf; background: #fff4f1; color: #a83e24; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--navy); }
.button-whatsapp { background: #1e8f62; color: #fff; }
.button.full { width: 100%; }
.hero-note { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; color: var(--muted); font-size: 11px; }
.hero-note span { padding: 6px 10px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: rgba(255,255,255,.7); }
.hero-collage { position: relative; min-height: 370px; }
.hero-tile { position: absolute; width: 45%; overflow: hidden; border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow); transition: transform .25s; }
.hero-tile:hover { transform: translateY(-7px) rotate(0deg); }
.hero-tile.tile-1 { top: 0; left: 6%; transform: rotate(-5deg); }
.hero-tile.tile-2 { top: 64px; right: 2%; transform: rotate(5deg); }
.hero-tile.tile-3 { bottom: 0; left: 27%; transform: rotate(-1deg); }
.hero-tile.tile-1:hover, .hero-tile.tile-2:hover, .hero-tile.tile-3:hover { transform: translateY(-7px) rotate(0); }
.hero-tile .product-visual { aspect-ratio: 1.15; }
.hero-tile-name { display: block; min-height: 43px; padding: 10px 13px 12px; overflow: hidden; color: var(--navy); font-size: 12px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hero-seal { position: absolute; right: 31%; bottom: 17px; width: 68px; height: 68px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(255,100,23,.6); border-radius: 50%; background: var(--orange); color: #fff; font-size: 20px; font-weight: 800; line-height: .8; text-align: center; transform: rotate(11deg); box-shadow: 0 10px 25px rgba(255,100,23,.22); }
.hero-seal span { margin-top: 7px; font-size: 8px; letter-spacing: .16em; }
.category-pills { display: flex; gap: 9px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
.category-pills::-webkit-scrollbar { display: none; }
.category-pills a { flex: 0 0 auto; min-height: 42px; padding: 8px 11px 8px 16px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: #fff; color: var(--navy); font-size: 12px; font-weight: 600; box-shadow: var(--shadow-soft); }
.category-pills a:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.category-pills .icon,
.category-pills .lucide { width: 15px; height: 15px; }

.category-section, .product-section, .shelf-section { padding-top: 76px; }
.site-shell main > .product-section:last-child { padding-bottom: 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { margin: 7px 0 4px; color: var(--navy); font-size: clamp(25px, 3vw, 40px); letter-spacing: -.07em; line-height: 1.12; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 12px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--orange); }
.text-link .icon,
.text-link .lucide { width: 16px; height: 16px; }
.category-mosaic { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 176px 176px; gap: 16px; }
.category-feature { position: relative; min-width: 0; overflow: hidden; padding: 26px; display: flex; flex-direction: column; justify-content: end; border-radius: 34px; background: linear-gradient(135deg, rgba(28,42,56,.18), rgba(28,42,56,.03)), var(--category-image) center / cover; color: #fff; isolation: isolate; box-shadow: 0 18px 42px rgba(28,42,56,.10); transition: transform .22s ease, box-shadow .22s ease; }
.category-feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 14% 18%, rgba(255,255,255,.12), transparent 26%), linear-gradient(180deg, rgba(9,18,28,.06) 0%, rgba(9,18,28,.18) 34%, rgba(9,18,28,.72) 100%); }
.category-feature::after { content: ""; position: absolute; inset: auto 0 0 0; height: 52%; background: linear-gradient(180deg, rgba(7,15,22,0) 0%, rgba(7,15,22,.78) 100%); }
.category-feature:hover { transform: translateY(-4px); box-shadow: 0 24px 50px rgba(28,42,56,.16); }
.category-feature > * { position: relative; z-index: 1; }
.category-feature-1 { grid-row: span 2; }
.category-feature-2 { background-color: #617583; }
.category-feature-3 { background-color: #bf7d5e; }
.category-feature-4 { grid-column: span 2; background-color: #827b6d; }
.category-feature .eyebrow { margin-bottom: 10px; color: rgba(233,240,245,.62); font-size: 13px; letter-spacing: .08em; }
.category-feature strong { max-width: 72%; margin-top: 0; font-size: clamp(26px, 2vw, 34px); font-weight: 800; letter-spacing: -.075em; line-height: 1.02; text-shadow: 0 6px 16px rgba(0,0,0,.18); }
.category-feature small { max-width: 420px; margin-top: 10px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.45; text-shadow: 0 4px 10px rgba(0,0,0,.16); }
.category-arrow { position: absolute; top: 20px; right: 20px; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 rgba(255,255,255,.18); }
.category-arrow .icon,
.category-arrow .lucide { width: 18px; height: 18px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.product-grid-shelf { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(228,233,232,.78); border-radius: var(--radius-card); background: var(--surface); box-shadow: var(--shadow-soft); transition: transform .24s, box-shadow .24s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-media { display: block; padding: 8px; padding-bottom: 0; }
.product-visual { position: relative; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 21px; background: #edf1f0; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-visual img { transform: scale(1.045); }
.product-visual.hero { border-radius: 20px 20px 0 0; }
.product-visual.thumb { width: 105px; aspect-ratio: 1; }
.visual-badge { position: absolute; left: 11px; bottom: 10px; padding: 4px 8px; border-radius: var(--radius-pill); background: rgba(28,42,56,.84); color: #fff; font-size: 10px; font-weight: 600; }
.visual-empty { display: grid; place-items: center; background: var(--navy-3); color: var(--navy); }
.product-card-body { padding: 14px 15px 16px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--muted); font-size: 10px; }
.product-meta b { padding: 4px 7px; border-radius: var(--radius-pill); background: #fff0e9; color: #c94b1b; font-size: 10px; font-weight: 700; }
.product-card h3 { min-height: 44px; margin: 9px 0 5px; font-size: 15px; letter-spacing: -.045em; line-height: 1.45; }
.product-card h3 a:hover { color: var(--orange); }
.product-card p { min-height: 42px; margin: 0; display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card small { min-height: 33px; margin-top: 9px; display: block; overflow: hidden; color: #899398; font-size: 10px; line-height: 1.45; }
.product-card-footer { min-height: 44px; margin-top: 13px; display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.price-stack { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.price-stack strong { color: var(--navy); font-size: 20px; letter-spacing: -.055em; }
.price-stack del { color: #a3abad; font-size: 11px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: #fff; }
.icon-button:hover { background: var(--orange); }
.icon-button .icon,
.icon-button .lucide { width: 17px; height: 17px; }
.promise-section { margin-top: 82px; padding: 76px 0; background: var(--navy); color: #fff; }
.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.promise-grid .eyebrow { color: #f3a47d; }
.promise-grid h2 { max-width: 500px; margin: 12px 0 15px; font-size: clamp(28px, 4vw, 50px); letter-spacing: -.08em; line-height: 1.12; }
.promise-grid > div > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.promise-grid .button { margin-top: 25px; background: #fff; color: var(--navy); }
.promise-list { display: grid; gap: 0; }
.promise-list > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.promise-list b { grid-row: span 2; color: #f3a47d; font-size: 12px; }
.promise-list h3 { margin: 0; font-size: 18px; }
.promise-list p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }

.page-heading { padding-top: 62px; padding-bottom: 26px; }
.page-heading h1 { margin: 12px 0 10px; color: var(--navy); font-size: clamp(34px, 5vw, 60px); letter-spacing: -.08em; line-height: 1.1; }
.page-heading p { max-width: 620px; margin: 0; color: var(--muted); }
.page-heading.compact { padding-top: 42px; padding-bottom: 0; }
.page-heading.compact h1 { margin-bottom: 6px; }
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: 24px; padding-bottom: 90px; }
.cart-panel, .checkout-form, .summary-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; box-shadow: var(--shadow-soft); }
.support-page { padding-bottom: 88px; }
.support-hero { padding-top: 52px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: 24px; align-items: stretch; }
.support-hero-copy { padding: 34px; border-radius: 36px; background: linear-gradient(135deg, #1c2a38 0%, #263b4d 100%); color: #fff; box-shadow: 0 26px 56px rgba(28,42,56,.18); }
.support-hero-copy .eyebrow { color: rgba(255,255,255,.62); }
.support-hero-copy h1 { margin: 10px 0 14px; font-size: clamp(38px, 4.2vw, 64px); letter-spacing: -.08em; line-height: 1.03; }
.support-hero-copy p { max-width: 580px; margin: 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.75; }
.support-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.support-points span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; }
.support-contact-card { padding: 30px; border-radius: 32px; background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%); border: 1px solid rgba(228,233,232,.92); box-shadow: 0 18px 42px rgba(28,42,56,.08); }
.support-contact-card h2 { margin: 8px 0 12px; color: var(--navy); font-size: 30px; letter-spacing: -.06em; line-height: 1.08; }
.support-contact-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.support-contact-meta { margin-top: 18px; display: grid; gap: 12px; }
.support-contact-meta div { padding: 14px 16px; border-radius: 20px; background: #f5f8f8; }
.support-contact-meta span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.support-contact-meta strong { color: var(--navy); font-size: 14px; line-height: 1.5; }
.support-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 24px; padding-top: 28px; }
.support-info-panel { min-width: 0; }
.support-info-card { position: sticky; top: 104px; padding: 26px; border: 1px solid rgba(228,233,232,.92); border-radius: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.support-info-card h3 { margin: 8px 0 12px; color: var(--navy); font-size: 28px; letter-spacing: -.05em; }
.support-info-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.support-form-card { padding: 28px; border-radius: 32px; box-shadow: 0 20px 42px rgba(28,42,56,.07); }
.support-form-head { margin-bottom: 18px; }
.support-form-head h2 { margin: 8px 0 10px; color: var(--navy); font-size: 32px; letter-spacing: -.06em; line-height: 1.08; }
.support-form-head p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.cart-line { display: grid; grid-template-columns: 105px minmax(0, 1fr) 68px 90px; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line:last-of-type { border-bottom: 0; }
.cart-line h3 { margin: 4px 0 5px; font-size: 15px; line-height: 1.4; }
.cart-line h3 a:hover { color: var(--orange); }
.cart-line p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-line > strong { color: var(--navy); text-align: right; }
.qty-label input { width: 60px; height: 38px; padding: 0 8px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); text-align: center; }
.text-button { margin-top: 7px; padding: 0; border: 0; background: none; color: var(--orange); font-size: 11px; }
.cart-actions { display: flex; gap: 10px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.summary-card { align-self: start; position: sticky; top: 102px; }
.summary-card h2 { margin: 8px 0 22px; color: var(--navy); font-size: 25px; letter-spacing: -.06em; }
.summary-row, .summary-total, .summary-product { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.summary-total { margin-top: 8px; padding-top: 17px; border-bottom: 0; color: var(--navy); font-weight: 700; }
.summary-total strong { font-size: 23px; }
.muted, .fine-print { color: var(--muted); }
.fine-print { margin: 15px 0 0; font-size: 11px; }
.empty-state { min-height: 250px; padding: 45px 20px; display: grid; place-items: center; align-content: center; gap: 17px; text-align: center; }
.empty-state h2 { margin: 0; color: var(--navy); font-size: 23px; }
.empty-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-3); color: var(--navy); }
.checkout-form > label, .checkout-form .form-grid label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy); font-size: 12px; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.checkout-form input, .checkout-form textarea, .checkout-form select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: #fbfcfb; color: var(--ink); font-size: 13px; font-weight: 400; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(28,42,56,.1); }
.checkout-form textarea { resize: vertical; }
.form-static { padding: 12px 13px; border: 1px solid var(--line); border-radius: 14px; background: #f0f3f2; color: var(--muted); font-size: 13px; font-weight: 400; }
.summary-product { align-items: start; font-size: 11px; }
.success-page { max-width: 700px; min-height: 500px; padding-top: 100px; padding-bottom: 120px; text-align: center; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 25px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 32px; }
.success-page h1 { margin: 14px 0; color: var(--navy); font-size: 48px; letter-spacing: -.08em; }
.success-page p { color: var(--muted); }
.order-code { max-width: 360px; margin: 26px auto; padding: 16px; display: grid; gap: 4px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-soft); }
.order-code span { color: var(--muted); font-size: 11px; }
.order-code strong { color: var(--navy); font-size: 22px; letter-spacing: .08em; }
.config-notice { margin: 25px auto; padding: 13px; border-radius: 14px; background: #fff4f1; color: #a83e24; }

footer { margin-top: 0; padding: 55px 0 20px; background: #111c25; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr 1fr; gap: 55px; }
.footer-brand { display: inline-flex; align-items: center; justify-content: center; width: 88px; height: 88px; padding: 10px; margin-bottom: 18px; border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.16); }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; filter: none; opacity: 1; }
.footer-grid p { max-width: 350px; margin: 9px 0; color: rgba(255,255,255,.6); font-size: 12px; }
.footer-grid h3 { margin: 8px 0 15px; font-size: 17px; }
.footer-grid .eyebrow { color: #f3a47d; }
.footer-contact { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: #fff; font-size: 12px; font-weight: 700; }
.footer-contact .icon,
.footer-contact .lucide { width: 15px; height: 15px; }
.footer-bottom { margin-top: 45px; padding-top: 17px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 10px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--orange); }
.breadcrumbs strong { max-width: 440px; overflow: hidden; color: var(--navy); font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(26px, 4.5vw, 58px); align-items: start; padding-top: 30px; padding-bottom: 85px; }
.detail-media-panel { position: sticky; top: 104px; }
.detail-media { min-width: 0; padding: 18px; border: 1px solid rgba(228,233,232,.9); border-radius: 36px; background: linear-gradient(180deg, #ffffff 0%, #f7faf9 100%); box-shadow: 0 24px 52px rgba(28,42,56,.10); }
.product-visual.detail { min-height: 580px; display: flex; align-items: center; justify-content: center; border-radius: 28px; background: #eef3f2; }
.product-visual.detail img { width: auto; height: auto; max-width: min(100%, 540px); max-height: 520px; padding: 0; margin: 0 auto; object-fit: contain; }
.detail-copy { display: grid; gap: 16px; padding-top: 6px; }
.detail-summary-card { padding: 28px; border: 1px solid rgba(228,233,232,.9); border-radius: 32px; background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%); box-shadow: 0 20px 42px rgba(28,42,56,.07); }
.detail-copy h1 { max-width: 640px; margin: 13px 0 16px; color: var(--navy); font-family: "Noto Sans TC", "PingFang TC", sans-serif; font-size: clamp(22px, 2.2vw, 28px); font-weight: 600; letter-spacing: -.02em; line-height: 1.35; }
.detail-description { max-width: 600px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.detail-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin: 26px 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.detail-price strong { color: var(--navy); font-size: 38px; letter-spacing: -.06em; }
.detail-price del { color: #9aa3a7; font-size: 15px; }
.detail-price span { color: var(--orange); font-size: 11px; font-weight: 700; }
.detail-info-grid { display: grid; gap: 16px; }
.detail-spec,
.detail-note-card { margin: 0; padding: 20px 22px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fff 0%, #fbfcfc 100%); box-shadow: 0 10px 28px rgba(28, 42, 56, .04); }
.detail-spec .eyebrow,
.detail-note-card .eyebrow { color: #7b8790; }
.detail-spec p { margin: 9px 0 0; color: var(--ink); font-size: 14px; line-height: 1.7; }
.stock-note { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.detail-add-form { display: flex; align-items: end; gap: 12px; margin-top: 8px; }
.detail-add-form label { display: grid; gap: 6px; color: var(--navy); font-size: 11px; font-weight: 700; }
.detail-add-form input { width: 88px; height: 54px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); text-align: center; font-size: 18px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.6); }
.detail-add-form .button { min-height: 54px; padding-inline: 34px; font-size: 16px; }
.detail-links { display: grid; gap: 12px; margin-top: 18px; }
.button-wide { width: 100%; min-height: 58px; justify-content: center; border-width: 1px; border-radius: 999px; font-size: 16px; }
.related-section { padding-bottom: 85px; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.related-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.related-card .product-visual.related { min-height: 190px; border-radius: 0; }
.related-card .product-visual.related img { object-fit: contain; padding: 16px; }
.related-card > div { padding: 13px 15px 17px; }
.related-card > div > span { color: var(--muted); font-size: 10px; }
.related-card h3 { min-height: 48px; margin: 7px 0 13px; color: var(--navy); font-size: 14px; line-height: 1.4; }
.related-card h3 a:hover { color: var(--orange); }
.related-card strong { color: var(--navy); font-size: 17px; }
.product-gallery { min-width: 0; }
.product-gallery-main { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f2efed; }
.product-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.product-gallery-main .visual-badge { z-index: 1; }
.product-gallery-thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 78px; gap: 8px; overflow-x: auto; padding: 10px 2px 2px; scrollbar-width: thin; }
.gallery-thumb { width: 78px; height: 78px; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: #f2efed; cursor: pointer; }
.gallery-thumb[aria-current="true"] { border: 2px solid #000; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.topbar { background: var(--navy); color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .05em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.page-hero-member { max-width: 720px; padding-top: 42px; padding-bottom: 24px; }
.page-hero-member h1 { margin: 10px 0 14px; color: var(--navy); font-size: clamp(42px, 5vw, 68px); letter-spacing: -.09em; line-height: 1.02; }
.page-hero-member p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.member-layout { padding-bottom: 88px; }
.member-auth-shell { max-width: 560px; margin: 0 auto; padding: 32px; border: 1px solid rgba(228,233,232,.88); border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,249,.96) 100%); box-shadow: 0 22px 50px rgba(28,42,56,.08); }
.member-auth-intro { margin-bottom: 22px; }
.member-auth-intro h2 { margin: 8px 0 10px; color: var(--navy); font-size: 34px; letter-spacing: -.06em; line-height: 1.08; }
.member-auth-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.member-tabs { margin-bottom: 18px; padding: 5px; display: inline-grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 6px; border-radius: 999px; background: #eef2f3; }
.member-tabs a { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; }
.member-tabs a.active { background: var(--surface); color: var(--navy); box-shadow: 0 10px 24px rgba(28,42,56,.08); }
.member-auth-card { padding: 0; border: 0; background: transparent; box-shadow: none; }
.member-auth-card h2 { margin: 8px 0 18px; color: var(--navy); font-size: 24px; letter-spacing: -.05em; }
.member-auth-card .button.full { margin-top: 8px; }
.member-switch-link { margin-top: 14px; justify-content: center; }
.member-dashboard { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 22px; align-items: start; }
.member-profile { position: sticky; top: 106px; }
.member-orders { min-width: 0; }
.member-order-list { display: grid; gap: 14px; }
.member-order-row { padding: 20px 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; border: 1px solid rgba(228,233,232,.88); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.member-order-row:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.member-order-row-main strong { color: var(--navy); font-size: 18px; }
.member-order-row-summary { display: block; margin-top: 6px; color: var(--ink); font-size: 14px; }
.member-order-row-main small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.member-order-row-side { display: grid; justify-items: end; align-content: center; gap: 8px; text-align: right; }
.member-order-row-total { color: var(--navy); font-size: 22px; letter-spacing: -.04em; }
.member-order-row-cta { color: var(--orange); font-size: 12px; font-weight: 700; }
.member-order-count { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-size: 15px; font-weight: 700; }
.member-order-detail { padding: 24px; border: 1px solid rgba(228,233,232,.88); border-radius: 30px; background: #fff; box-shadow: var(--shadow-soft); }
.member-order-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.member-order-head strong { color: var(--navy); font-size: 26px; letter-spacing: -.05em; }
.member-order-head small { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.member-order-meta { margin: 18px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.member-order-meta div { padding: 16px 18px; border-radius: 22px; background: #f6f8f8; }
.member-order-meta dt { margin-bottom: 6px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.member-order-meta dd { margin: 0; color: var(--navy); font-size: 14px; line-height: 1.6; }
.member-detail-label { margin: 24px 0 12px; color: var(--navy); font-size: 18px; }
.member-order-items { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.member-order-items li { padding: 14px 0; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); color: var(--ink); }
.member-order-total { margin-top: 18px; padding-top: 18px; display: flex; justify-content: space-between; gap: 12px; color: var(--navy); font-size: 16px; font-weight: 700; }
.member-status { padding: 8px 12px; border-radius: 999px; background: #eef2f3; color: var(--navy); font-size: 11px; font-weight: 700; }
.member-status-new, .member-status-confirmed, .member-status-shipping, .member-status-completed, .member-status-cancelled { background: #eef2f3; }
.member-empty { min-height: 220px; border: 1px dashed var(--line); border-radius: 26px; background: rgba(255,255,255,.75); }
.mobile-nav { display: none; }
.mn-dock { display: none; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 12px; }
  .brand { min-width: 170px; }
  .search-form { width: 210px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 840px) {
  :root { --rail: 0px; }
  .side-rail { display: none; }
  .site-header { padding: 12px 18px; gap: 12px; }
  .desktop-nav { display: none; }
  .brand { min-width: 0; flex: 1; }
  .brand > span { font-size: 8px; }
  .brand > span b { font-size: 8px; }
  .header-actions { gap: 6px; }
  .search-form { width: min(44vw, 220px); }
  .header-icon { width: 39px; height: 39px; }
  .discover-hero { grid-template-columns: 1fr; padding-top: 46px; }
  .hero-copy h1 { font-size: clamp(38px, 9vw, 58px); }
  .hero-collage { min-height: 340px; width: min(100%, 560px); margin: 0 auto; }
  .support-hero,
  .support-layout { grid-template-columns: 1fr; }
  .support-info-card { position: static; }
  .cart-layout, .checkout-layout, .promise-grid { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .member-dashboard { grid-template-columns: 1fr; }
  .member-profile { position: static; }
  .member-order-meta { grid-template-columns: 1fr; }
  .product-detail-layout { grid-template-columns: 1fr; padding-top: 18px; }
  .detail-media-panel { position: static; }
  .product-visual.detail { min-height: 430px; }
  .detail-copy { padding-top: 0; }
  .detail-add-form { flex-wrap: wrap; }
  .detail-add-form label { width: 100%; max-width: 110px; }
  .detail-add-form .button { flex: 1; min-width: 210px; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .mobile-nav { display: none !important; }
  .mn-dock {
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 58px;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid rgba(28, 42, 56, .12);
    border-radius: 0;
    background: rgba(251, 248, 246, .94);
    box-shadow: none;
    backdrop-filter: blur(14px);
  }
  .mn-item {
    position: relative;
    min-width: 0;
    min-height: 46px;
    padding: 4px 2px 2px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 3px;
    color: #8a9390;
    text-align: center;
    border-radius: 0;
    background: transparent;
    transition: color .2s ease;
  }
  .mn-item::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: transparent;
    transform: translateX(-50%);
    transition: background .2s ease, width .2s ease;
  }
  .mn-item.is-active {
    color: #14261e;
    background: transparent;
  }
  .mn-item.is-active::before {
    width: 22px;
    background: #1c3a2d;
  }
  .mn-ico-wrap {
    position: relative;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
  }
  .mn-ico {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .mn-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.1;
    white-space: nowrap;
  }
  .mn-badge {
    position: absolute;
    top: -5px;
    right: -9px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #1c3a2d;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    box-shadow: none;
  }
  .mn-cart.is-active .mn-badge {
    background: #0f1f18;
  }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  footer { display: none; }
  .notice-bar { height: 31px; padding-inline: 14px; font-size: 9px; }
  .notice-bar span:last-child { display: none; }
  .brand img { width: 37px; height: 37px; border-radius: 0; background: transparent; box-shadow: none; }
  .header-actions .header-icon,
  .header-actions .cart-shortcut { display: none; }
  .search-form { width: 40px; padding: 4px; border: 0; box-shadow: none; background: transparent; }
  .search-form input { position: absolute; width: 1px; height: 1px; opacity: 0; }
  .search-form button { width: 40px; height: 40px; border-radius: 999px; }
  .header-icon { width: 37px; height: 37px; border: 0; background: transparent; }
  .support-page { padding-bottom: 56px; }
  .support-hero { padding-top: 34px; gap: 16px; }
  .support-hero-copy,
  .support-contact-card,
  .support-info-card,
  .support-form-card { padding: 20px; border-radius: 24px; }
  .support-hero-copy h1,
  .support-form-head h2 { font-size: 32px; }
  .support-info-card h3 { font-size: 24px; }
  .support-layout { gap: 16px; padding-top: 16px; }
  .topbar-inner span:last-child { display: none; }
  .page-hero-member { padding-top: 34px; padding-bottom: 18px; }
  .page-hero-member h1 { font-size: 34px; }
  .page-hero-member p { font-size: 14px; }
  .member-layout { padding-bottom: 56px; }
  .member-auth-shell { padding: 18px; border-radius: 24px; }
  .member-auth-intro h2 { font-size: 26px; }
  .member-tabs { width: 100%; grid-template-columns: 1fr 1fr; }
  .member-tabs a { min-height: 42px; padding-inline: 10px; font-size: 12px; }
  .member-order-row { grid-template-columns: 1fr; padding: 18px; }
  .member-order-row-side { justify-items: start; text-align: left; }
  .member-order-row-total { font-size: 20px; }
  .member-order-detail { padding: 18px; border-radius: 24px; }
  .member-order-head { flex-direction: column; }
  .discover-hero { min-height: 0; padding-block: 45px 32px; gap: 30px; }
  .hero-copy p { font-size: 14px; }
  .hero-collage { min-height: 285px; transform: scale(.94); transform-origin: top center; margin-bottom: -18px; }
  .hero-tile { width: 48%; }
  .hero-seal { right: 25%; bottom: 4px; transform: scale(.83) rotate(11deg); }
  .category-mosaic { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .category-feature,
  .category-feature-1,
  .category-feature-4 { grid-column: auto; grid-row: auto; min-height: 188px; }
  .category-feature { padding: 20px; border-radius: 24px; }
  .category-feature strong { max-width: 100%; font-size: 28px; }
  .category-feature small { max-width: 100%; font-size: 14px; }
  .category-arrow { width: 46px; height: 46px; }
  .section-heading { align-items: start; flex-direction: column; gap: 8px; }
  .section-heading h2 { font-size: 30px; }
  .product-grid, .product-grid-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .product-card { border-radius: 20px; }
  .product-card-media { padding: 5px; padding-bottom: 0; }
  .product-visual { border-radius: 15px; }
  .product-card-body { padding: 10px; }
  .product-card h3 { min-height: 63px; font-size: 13px; }
  .product-card p { display: none; }
  .product-card small { min-height: 29px; font-size: 9px; }
  .price-stack strong { font-size: 17px; }
  .icon-button { width: 34px; height: 34px; }
  .cart-line { grid-template-columns: 70px minmax(0, 1fr) 66px; gap: 10px; }
  .cart-line .thumb { width: 70px; }
  .cart-line > strong { grid-column: 2 / 4; grid-row: 2; text-align: left; }
  .qty-label { grid-column: 3; grid-row: 1; }
  .cart-actions { flex-direction: column; }
  .cart-actions .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .cart-panel, .checkout-form, .summary-card { padding: 16px; border-radius: 22px; }
  .page-heading { padding-top: 42px; }
  .page-heading.compact { padding-top: 28px; }
  .page-heading h1, .success-page h1 { font-size: 38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .breadcrumbs { padding-top: 19px; font-size: 11px; }
  .product-detail-layout { gap: 20px; padding-bottom: 55px; }
  .detail-summary-card { padding: 20px; border-radius: 24px; }
  .detail-media { padding: 12px; border-radius: 24px; }
  .product-visual.detail { min-height: 330px; border-radius: 19px; }
  .product-visual.detail img { max-width: 100%; max-height: 300px; }
  .detail-copy h1 { font-size: 22px; }
  .detail-price strong { font-size: 29px; }
  .detail-add-form { align-items: stretch; }
  .detail-add-form .button { flex: 1; }
  .related-section { padding-bottom: 55px; }
  .related-grid { gap: 9px; }
  .related-card .product-visual.related { min-height: 145px; }
  .related-card > div { padding: 10px; }
  .related-card h3 { min-height: 63px; font-size: 13px; }
}

.product-category-label { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.detail-brand { margin: -6px 0 16px; color: var(--muted); font-size: 14px; }

/* Support desk: a dedicated service workflow, separate from storefront cards */
.support-page {
  padding: 56px 0 96px;
  background: #f4f1eb;
}
.support-console {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.55fr);
  align-items: stretch;
  max-width: 1180px;
  padding: 0;
  background: transparent;
}
.support-rail {
  position: relative;
  display: flex;
  min-height: 720px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 42px 34px 30px;
  background: #1c2a38;
  color: #fff;
}
.support-rail::after {
  position: absolute;
  right: -64px;
  bottom: 92px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(213,181,43,.48);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(213,181,43,.08), 0 0 0 44px rgba(213,181,43,.05);
  content: "";
}
.support-rail-intro { position: relative; z-index: 1; }
.support-rail .eyebrow { color: #d5b52b; }
.support-rail h1 {
  max-width: 230px;
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -.08em;
  line-height: 1;
}
.support-rail-intro p { max-width: 240px; margin: 0; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.8; }
.support-route { position: relative; z-index: 1; display: grid; gap: 0; margin: 48px 0; }
.support-route-step { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 0 0 28px; }
.support-route-step:not(:last-child)::before { position: absolute; top: 29px; left: 15px; width: 1px; height: calc(100% - 18px); background: rgba(255,255,255,.23); content: ""; }
.support-route-step > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: rgba(255,255,255,.58); font-size: 10px; }
.support-route-step.is-current > span { border-color: #d5b52b; background: #d5b52b; color: #1c2a38; }
.support-route-step b { display: block; margin: 3px 0 5px; color: #fff; font-size: 14px; font-weight: 600; }
.support-route-step small { display: block; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.5; }
.support-rail-contact { position: relative; z-index: 1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.support-rail-contact .eyebrow { display: block; margin-bottom: 10px; color: rgba(255,255,255,.55); }
.support-rail-contact strong { display: block; color: #fff; font-size: 22px; font-weight: 500; letter-spacing: .02em; }
.support-rail-contact p { margin: 5px 0 18px; color: rgba(255,255,255,.58); font-size: 12px; }
.support-rail-contact a { color: #d5b52b; font-size: 13px; font-weight: 600; }
.support-desk { min-width: 0; padding: 40px 46px 42px; border: 1px solid #dfe1dd; border-left: 0; background: #fff; }
.support-desk-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid #dfe1dd; }
.support-desk-head .eyebrow { color: #7a858d; }
.support-desk-head h2 { margin: 10px 0 0; color: #1c2a38; font-size: clamp(28px, 3.2vw, 43px); letter-spacing: -.07em; line-height: 1.08; }
.support-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid #dfe1dd; color: #51616e; font-size: 11px; white-space: nowrap; }
.support-status i { width: 7px; height: 7px; border-radius: 50%; background: #d5b52b; }
.support-intent-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0 8px; }
.support-intent-list span { padding: 7px 10px; background: #f1eee7; color: #586773; font-size: 11px; }
.support-request-form { margin-top: 12px; }
.support-field-block { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 16px; padding: 26px 0; border-bottom: 1px solid #e6e8e4; }
.support-field-number { display: grid; place-items: center; width: 30px; height: 30px; background: #1c2a38; color: #d5b52b; font-size: 12px; font-weight: 700; }
.support-field-content h3 { margin: 2px 0 18px; color: #1c2a38; font-size: 17px; font-weight: 600; letter-spacing: -.04em; }
.support-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.support-request-form label { display: grid; gap: 8px; color: #53616c; font-size: 12px; font-weight: 600; }
.support-request-form input, .support-request-form select, .support-request-form textarea { width: 100%; border: 1px solid #dfe3df; border-radius: 0; background: #fbfbf9; color: #1c2a38; font: inherit; font-size: 14px; font-weight: 400; outline: 0; transition: border-color .2s, background .2s; }
.support-request-form input, .support-request-form select { min-height: 46px; padding: 11px 13px; }
.support-request-form textarea { min-height: 150px; padding: 13px; resize: vertical; }
.support-request-form input:focus, .support-request-form select:focus, .support-request-form textarea:focus { border-color: #1c2a38; background: #fff; box-shadow: 0 0 0 3px rgba(28,42,56,.08); }
.support-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; }
.support-submit-row p { max-width: 300px; margin: 0; color: #78848d; font-size: 12px; line-height: 1.6; }
.support-submit-row .button { min-width: 176px; border-radius: 0; background: #1c2a38; }
.support-service-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; border-top: 1px solid #d5d9d5; border-bottom: 1px solid #d5d9d5; }
.support-service-strip > div { min-height: 140px; padding: 24px 28px; border-right: 1px solid #d5d9d5; }
.support-service-strip > div:last-child { border-right: 0; }
.support-service-strip span { display: block; margin-bottom: 18px; color: #9b7510; font-size: 11px; font-weight: 700; }
.support-service-strip strong { display: block; color: #1c2a38; font-size: 16px; }
.support-service-strip p { margin: 8px 0 0; color: #75818a; font-size: 12px; line-height: 1.6; }
@media (max-width: 840px) {
  .support-page { padding: 30px 0 76px; }
  .support-console { grid-template-columns: 1fr; }
  .support-rail { min-height: auto; padding: 30px 24px 25px; }
  .support-rail::after { right: -55px; bottom: 35px; width: 150px; height: 150px; }
  .support-rail h1 { max-width: none; font-size: 48px; }
  .support-rail-intro p { max-width: 450px; }
  .support-route { grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 34px 0 28px; }
  .support-route-step { grid-template-columns: 31px 1fr; gap: 8px; padding: 0; }
  .support-route-step:not(:last-child)::before { top: 15px; left: 31px; width: calc(100% - 18px); height: 1px; }
  .support-route-step b { font-size: 12px; }
  .support-route-step small { font-size: 10px; }
  .support-desk { border-left: 1px solid #dfe1dd; padding: 30px 24px; }
}
@media (max-width: 560px) {
  .support-page { padding-top: 18px; }
  .support-rail { padding: 26px 20px 22px; }
  .support-rail h1 { margin-top: 14px; font-size: 42px; }
  .support-route { display: block; margin: 28px 0 24px; }
  .support-route-step { padding-bottom: 18px; }
  .support-route-step:not(:last-child)::before { top: 29px; left: 15px; width: 1px; height: calc(100% - 10px); }
  .support-desk { padding: 24px 18px 25px; }
  .support-desk-head { display: block; }
  .support-desk-head h2 { font-size: 30px; }
  .support-status { margin-top: 16px; }
  .support-form-grid { grid-template-columns: 1fr; gap: 13px; }
  .support-field-block { grid-template-columns: 28px minmax(0, 1fr); gap: 11px; padding: 22px 0; }
  .support-field-number { width: 27px; height: 27px; font-size: 11px; }
  .support-field-content h3 { font-size: 16px; }
  .support-submit-row { display: block; }
  .support-submit-row p { margin-bottom: 16px; }
  .support-submit-row .button { width: 100%; }
  .support-service-strip { grid-template-columns: 1fr; }
  .support-service-strip > div { min-height: 0; padding: 18px 20px; border-right: 0; border-bottom: 1px solid #d5d9d5; }
  .support-service-strip > div:last-child { border-bottom: 0; }
}

/* AUC layout refresh: a stronger editorial composition for every journey */
.notice-bar, .topbar { display: none; }
.site-header {
  min-height: 92px;
  padding: 18px max(32px, calc((100vw - var(--max)) / 2));
  background: #1c2a38;
  color: #fff;
  border-bottom: 0;
}
.brand { min-width: 242px; }
.brand img { width: 52px; height: 52px; padding: 7px; border-radius: 50%; background: #fff; }
.brand > span, .brand > span b { color: #fff; font-weight: 500; }
.desktop-nav a { color: rgba(255,255,255,.7); }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; }
.desktop-nav a.active::after { bottom: -31px; background: #d5b52b; }
.search-form { border-color: rgba(255,255,255,.3); }
.search-form input { color: #111; }
.header-icon { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.header-icon:hover { background: #fff; color: #1c2a38; }
.site-shell { background: #fbf8f6; }
.discover-hero { padding-top: 82px; }
.hero-collage { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); min-height: 470px; }
.hero-tile, .hero-tile.tile-1, .hero-tile.tile-2, .hero-tile.tile-3, .hero-tile.tile-4 { border-radius: 0; border: 0; background: #e6e0d7; }
.hero-tile .product-visual { height: calc(100% - 44px); }
.hero-tile-name { min-height: 44px; background: #fff; }
.hero-seal { right: 43%; bottom: 20px; background: #d5b52b; color: #1c2a38; }
.category-feature { border-radius: 0; }
.product-card { border-radius: 0; }
.product-card-media { padding: 0; }
.product-visual { border-radius: 0; }
.product-card-body { padding: 17px 16px 18px; }
.product-meta b { background: #1c2a38; color: #fff; }
.icon-button { border-radius: 0; background: #1c2a38; }
.icon-button:hover { background: #d5b52b; color: #1c2a38; }

/* Product detail: image-first, with no outer picture frame */
.detail-media { padding: 0; border: 0; border-radius: 0; background: transparent; }
.product-gallery-main { background: #e7e7e3; }
.product-gallery-thumbs { padding-inline: 0; }
.gallery-thumb { border-radius: 0; background: #e7e7e3; }
.gallery-thumb[aria-current="true"] { border-color: #1c2a38; }

/* Cart, checkout and order confirmation use a different split-panel system */
body:has(.cart-layout) .page-heading,
body:has(.checkout-layout) .page-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 74px max(32px, calc((100vw - var(--max)) / 2)) 68px;
  background: #d8c37a;
}
body:has(.cart-layout) .page-heading h1,
body:has(.checkout-layout) .page-heading h1 { max-width: 720px; margin-top: 14px; color: #1c2a38; font-size: clamp(42px, 5vw, 72px); }
body:has(.cart-layout) .page-heading p,
body:has(.checkout-layout) .page-heading p { max-width: 650px; color: #1c2a38; }
.cart-layout, .checkout-layout { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; gap: 0; padding-top: 42px; }
.cart-panel, .checkout-form { border: 0; border-radius: 0; box-shadow: none; background: #fff; }
.cart-panel { padding: 30px 34px; }
.summary-card { border: 0; border-radius: 0; background: #1c2a38; color: #fff; box-shadow: none; }
.summary-card h2, .summary-card .summary-total, .summary-card strong { color: #fff; }
.summary-card .summary-row, .summary-card .summary-product { border-color: rgba(255,255,255,.22); }
.summary-card .muted, .summary-card .fine-print { color: rgba(255,255,255,.7); }
.summary-card .button-dark { background: #d5b52b; color: #1c2a38; }
.cart-line { grid-template-columns: 105px minmax(0, 1fr) 68px 100px; padding: 18px 0; }
.cart-line .product-visual { border: 1px solid #dadada; }
.cart-line-main p { display: none; }
.cart-actions { border-top: 2px solid #1c2a38; }
body:has(.checkout-layout) .checkout-layout { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: stretch; }
body:has(.checkout-layout) .checkout-form { border-right: 1px solid #dadada; padding: 34px; }
body:has(.checkout-layout) .checkout-summary { position: static; padding: 34px; }
.order-confirmation { max-width: 850px; min-height: 540px; margin-inline: auto; padding: 90px 30px 120px; text-align: left; }
.order-confirmation .success-mark { margin: 0 0 26px; border-radius: 0; background: #d5b52b; color: #1c2a38; }
.order-confirmation h1 { font-size: clamp(44px, 6vw, 76px); }
.order-confirmation .order-code { margin-inline: 0; text-align: left; border-left: 4px solid #1c2a38; border-radius: 0; box-shadow: none; }

/* Support is a contact studio rather than another product card page */
.support-page { padding-bottom: 100px; background: #f0ebe4; }
.support-hero { grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); padding-top: 70px; gap: 0; }
.support-contact-card { order: -1; display: flex; flex-direction: column; justify-content: center; min-height: 410px; padding: 42px; border: 0; border-radius: 0; background: #1c2a38; color: #fff; }
.support-contact-card h2, .support-contact-card strong { color: #fff; }
.support-contact-card p, .support-contact-card .eyebrow, .support-contact-meta span { color: rgba(255,255,255,.7); }
.support-contact-card .button-dark { background: #d5b52b; color: #1c2a38; }
.support-contact-meta div { border-radius: 0; background: rgba(255,255,255,.08); }
.support-hero-copy { min-height: 410px; padding: 52px; border-radius: 0; background: #d8c37a; color: #1c2a38; box-shadow: none; }
.support-hero-copy h1 { color: #1c2a38; }
.support-hero-copy p, .support-hero-copy .eyebrow { color: #1c2a38; }
.support-points span { border-radius: 0; border-color: rgba(28,42,56,.25); background: transparent; color: #1c2a38; }
.support-layout { grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 0; padding-top: 46px; }
.support-info-card { position: static; min-height: 310px; padding: 32px; border: 0; border-radius: 0; background: #c5d0c3; box-shadow: none; }
.support-info-card h3 { color: #1c2a38; }
.support-form-card { padding: 38px; border: 0; border-top: 5px solid #1c2a38; border-radius: 0; background: #fff; box-shadow: none; }

footer { padding: 68px 0 26px; border-top: 8px solid #d5b52b; background: #111820; }
.footer-grid { grid-template-columns: 1.35fr 1fr 1fr; gap: 28px; }
.footer-grid > div { padding-right: 26px; border-right: 1px solid rgba(255,255,255,.18); }
.footer-grid > div:last-child { border-right: 0; }
.footer-brand { margin-bottom: 18px; }
.footer-brand img { width: 72px; height: 72px; padding: 8px; border-radius: 50%; background: #fff; }
.footer-grid h3 { color: #d5b52b; }
.footer-bottom { margin-top: 44px; }

@media (max-width: 840px) {
  .site-header { min-height: 78px; padding: 12px 18px; }
  .brand { min-width: 0; }
  .hero-collage { min-height: 380px; }
  body:has(.cart-layout) .page-heading, body:has(.checkout-layout) .page-heading { padding: 52px 20px 46px; }
  .cart-layout, .checkout-layout { width: min(calc(100% - 32px), var(--max)); }
  .support-hero, .support-layout { grid-template-columns: 1fr; }
  .support-contact-card, .support-hero-copy { min-height: 0; }
  .footer-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding-bottom: 22px; }
  .footer-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .site-header { padding-inline: 14px; }
  .brand img { width: 43px; height: 43px; }
  .hero-collage { min-height: 292px; gap: 7px; }
  .hero-tile-name { min-height: 36px; padding: 8px; font-size: 9px; }
  .cart-layout, .checkout-layout { width: calc(100% - 28px); }
  .cart-panel, body:has(.checkout-layout) .checkout-form, body:has(.checkout-layout) .checkout-summary { padding: 20px; }
  .cart-line { grid-template-columns: 72px minmax(0, 1fr) 58px; gap: 10px; }
  .cart-line > strong { grid-column: 2 / 4; grid-row: 2; text-align: left; }
  .order-confirmation { padding: 64px 20px 90px; }
  .support-hero-copy, .support-contact-card, .support-info-card, .support-form-card { padding: 25px; }
}

/* AUC / DESIGN (3) editorial system ------------------------------------ */
:root {
  --navy: #1c2a38;
  --navy-2: #28333a;
  --navy-3: #ece9e5;
  --ink: #111111;
  --muted: #6c6a6a;
  --canvas: #fbf8f6;
  --surface: #ffffff;
  --line: #dadada;
  --orange: #b88a00;
  --radius-card: 4px;
  --radius-pill: 40px;
  --shadow: none;
  --shadow-soft: none;
  --max: 1280px;
}

html { background: var(--canvas); }
body {
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, "Noto Sans TC", "PingFang TC", system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: .009em;
}
h1, h2, .page-heading h1, .section-heading h2, .support-hero-copy h1,
.support-contact-card h2, .support-form-head h2, .member-auth-intro h2, .member-auth-card h2,
.success-page h1 { font-family: "Noto Serif TC", "Songti TC", Georgia, serif; font-weight: 400; letter-spacing: 0; }
.detail-copy h1 { font-family: "Noto Sans TC", "PingFang TC", sans-serif; }
.wrap { width: min(calc(100% - 64px), var(--max)); }
.eyebrow { color: var(--muted); font-weight: 400; letter-spacing: .12em; }
.notice-bar, .topbar {
  height: 34px;
  background: var(--canvas);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.notice-bar { padding-inline: max(32px, calc((100vw - var(--max)) / 2)); }
.site-header {
  position: sticky;
  top: 0;
  min-height: 84px;
  padding: 16px max(32px, calc((100vw - var(--max)) / 2));
  gap: 32px;
  background: rgba(251,248,246,.98);
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
}
.brand { min-width: 250px; gap: 12px; }
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand > span { color: var(--ink); font-size: 11px; font-weight: 400; letter-spacing: .13em; line-height: 1.08; }
.brand > span b { font-size: 11px; font-weight: 400; }
.desktop-nav { gap: 18px; }
.desktop-nav a { color: var(--charcoal, #333); font-size: 13px; font-weight: 400; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { bottom: -27px; height: 2px; border-radius: 0; background: var(--ink); }
.header-actions { gap: 8px; }
.search-form {
  width: min(330px, 27vw);
  height: 44px;
  padding: 4px 4px 4px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  background: var(--surface);
  box-shadow: none;
}
.search-form input { color: var(--ink); font-size: 14px; letter-spacing: .009em; }
.search-form input::placeholder { color: var(--muted); }
.search-form button { width: 36px; height: 36px; background: #000; border-radius: 50%; }
.header-icon { width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.header-icon:hover { background: #000; color: #fff; }
.flash { background: #000; color: #fff; border-radius: 4px; box-shadow: none; }
.alert { border-radius: 4px; box-shadow: none; }

.shop-toast {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: 50%;
  z-index: 80;
  width: min(calc(100% - 32px), 420px);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  transform: translateX(-50%);
  animation: shop-toast-in .35s ease both, shop-toast-out .4s ease 2.8s forwards;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}
.shop-toast-msg {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.4;
}
.shop-toast-link {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.shop-toast-link:hover { opacity: .65; }
.shop-toast.is-hiding {
  animation: shop-toast-out .35s ease forwards;
}
@keyframes shop-toast-in {
  from { opacity: 0; transform: translate(-50%, -12px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes shop-toast-out {
  to { opacity: 0; transform: translate(-50%, -10px); pointer-events: none; }
}
@media (max-width: 720px) {
  .shop-toast {
    top: auto;
    bottom: calc(64px + env(safe-area-inset-bottom));
    animation: shop-toast-in-up .35s ease both, shop-toast-out-up .4s ease 2.8s forwards;
  }
  .shop-toast.is-hiding {
    animation: shop-toast-out-up .35s ease forwards;
  }
  @keyframes shop-toast-in-up {
    from { opacity: 0; transform: translate(-50%, 12px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }
  @keyframes shop-toast-out-up {
    to { opacity: 0; transform: translate(-50%, 10px); pointer-events: none; }
  }
}

.discover-hero {
  min-height: 500px;
  padding-block: 72px 56px;
  grid-template-columns: minmax(0, .86fr) minmax(440px, 1.14fr);
  gap: 64px;
}
.hero-copy { max-width: 560px; }
.hero-copy .eyebrow { color: var(--muted); }
.hero-copy h1 {
  max-width: 560px;
  margin: 18px 0 18px;
  color: var(--ink);
  font-size: clamp(42px, 5.1vw, 70px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.23;
}
.hero-copy p { max-width: 510px; color: #333; font-size: 16px; line-height: 1.65; }
.hero-actions { gap: 12px; margin-top: 30px; }
.button {
  min-height: 44px;
  padding: 10px 23px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .009em;
  box-shadow: none;
}
.button:hover { transform: none; }
.button-dark { background: #000; color: #fff; box-shadow: none; }
.button-dark:hover { background: #333; }
.button-light, .button-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button-danger { border-color: #c9bdb8; background: #fff; color: #333; }
.hero-note { gap: 8px; margin-top: 24px; font-size: 12px; }
.hero-note span { padding: 7px 12px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: #fff; }
.hero-collage {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.hero-tile,
.hero-tile.tile-1,
.hero-tile.tile-2,
.hero-tile.tile-3,
.hero-tile.tile-4 {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  transform: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}
.hero-tile.tile-1 { grid-row: auto; }
.hero-tile:hover,
.hero-tile.tile-1:hover, .hero-tile.tile-2:hover, .hero-tile.tile-3:hover { transform: none; }
.hero-tile .product-visual { height: calc(100% - 44px); aspect-ratio: auto; border-radius: 0; }
.hero-tile-name { min-height: 44px; padding: 11px 13px; color: var(--ink); font-size: 12px; font-weight: 400; }
.hero-seal { right: 42%; bottom: 22px; width: 68px; height: 68px; border: 0; background: #000; box-shadow: none; transform: none; font-size: 16px; }
.category-pills { gap: 12px; padding-bottom: 4px; }
.category-pills a { min-height: 42px; padding: 9px 18px; border: 1px solid var(--line); border-radius: var(--radius-pill); background: #fff; color: #333; font-size: 13px; font-weight: 400; box-shadow: none; }
.category-pills a:hover { border-color: #000; background: #000; color: #fff; }

.category-section, .product-section, .shelf-section { padding-top: 72px; }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { margin: 7px 0 4px; color: var(--ink); font-size: clamp(28px, 3vw, 42px); line-height: 1.25; }
.section-heading p { color: var(--muted); font-size: 14px; }
.text-link { color: #333; font-size: 13px; font-weight: 400; }
.text-link:hover, .product-card h3 a:hover, .cart-line h3 a:hover, .related-card h3 a:hover { color: #000; text-decoration: underline; text-underline-offset: 3px; }
.category-mosaic { grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 190px 190px; gap: 16px; }
.category-feature,
.category-feature-1, .category-feature-2, .category-feature-3, .category-feature-4 {
  border-radius: 4px;
  box-shadow: none;
  background-color: #333;
}
.category-feature { padding: 26px; }
.category-feature::before { background: rgba(0,0,0,.22); }
.category-feature::after { height: 46%; background: rgba(0,0,0,.48); }
.category-feature:hover { transform: none; box-shadow: none; }
.category-feature .eyebrow { color: rgba(255,255,255,.76); font-weight: 400; }
.category-feature strong { font-family: "Noto Serif TC", "Songti TC", Georgia, serif; font-size: clamp(28px, 2.4vw, 42px); font-weight: 400; letter-spacing: 0; text-shadow: none; }
.category-feature small { color: rgba(255,255,255,.9); font-size: 14px; text-shadow: none; }
.category-arrow { top: 18px; right: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(0,0,0,.14); backdrop-filter: none; box-shadow: none; }

.product-grid { gap: 16px; }
.product-card { border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.product-card:hover { transform: none; box-shadow: none; }
.product-card-media { padding: 4px 4px 0; }
.product-visual { border-radius: 4px; background: #f2efed; }
.product-card:hover .product-visual img { transform: none; }
.visual-badge { left: 10px; bottom: 10px; padding: 5px 9px; border-radius: var(--radius-pill); background: rgba(0,0,0,.72); font-size: 10px; }
.product-card-body { padding: 15px 16px 17px; }
.product-meta { color: var(--muted); font-size: 11px; }
.product-meta b { padding: 4px 8px; border-radius: var(--radius-pill); background: #f5f0df; color: #6c5200; font-weight: 400; }
.product-card h3 { min-height: 44px; margin: 10px 0 6px; font-size: 15px; font-weight: 400; letter-spacing: 0; line-height: 1.45; }
.product-card p { color: #555; font-size: 12px; }
.product-card small { color: var(--muted); font-size: 10px; }
.price-stack strong { color: var(--ink); font-size: 20px; font-weight: 400; }
.price-stack del { color: var(--muted); }
.icon-button { width: 38px; height: 38px; border-radius: 50%; background: #000; color: #fff; }
.icon-button:hover { background: #333; }
.promise-section { margin-top: 84px; padding: 72px 0; background: #342126; }
.promise-grid .eyebrow { color: #f1f29f; }
.promise-grid h2 { font-size: clamp(30px, 4vw, 50px); font-weight: 400; letter-spacing: 0; }
.promise-grid .button { background: #fff; color: #000; }
.promise-list > div { border-bottom-color: rgba(255,255,255,.28); }
.promise-list b { color: #f1f29f; font-weight: 400; }
.promise-list h3 { font-weight: 400; }

.page-heading { padding-top: 58px; padding-bottom: 26px; }
.page-heading h1 { color: var(--ink); font-size: clamp(38px, 5vw, 58px); }
.cart-layout, .checkout-layout { gap: 32px; }
.cart-panel, .checkout-form, .summary-card, .support-contact-card, .support-info-card, .member-order-row, .member-order-detail {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}
.checkout-form input, .checkout-form textarea, .checkout-form select, .form-static { border-radius: 4px; background: #fff; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: #000; box-shadow: 0 0 0 2px rgba(0,0,0,.08); }
.support-hero { padding-top: 58px; gap: 32px; }
.support-hero-copy { padding: 42px; border-radius: 4px; background: #1c2a38; box-shadow: none; }
.support-hero-copy h1 { font-size: clamp(38px, 4.2vw, 62px); }
.support-contact-card { padding: 32px; }
.support-contact-meta div, .member-order-meta div { border-radius: 4px; background: #f5f2f0; }
.support-layout { gap: 32px; padding-top: 32px; }
.support-info-card { padding: 28px; }
.support-form-card { padding: 32px; box-shadow: none; }

footer { padding: 64px 0 24px; background: #1c2a38; }
.footer-grid { gap: 64px; }
.footer-brand { width: auto; height: auto; padding: 0; margin-bottom: 22px; border-radius: 0; background: transparent; box-shadow: none; }
.footer-brand img { width: 78px; height: 78px; object-fit: contain; }
.footer-grid p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }
.footer-grid h3 { font-weight: 400; }
.footer-grid .eyebrow { color: #f1f29f; }
.footer-contact { color: #fff; font-size: 13px; font-weight: 400; }
.footer-bottom { margin-top: 52px; padding-top: 18px; border-top-color: rgba(255,255,255,.25); font-size: 11px; }

.breadcrumbs { padding-top: 26px; color: var(--muted); }
.breadcrumbs strong { color: var(--ink); font-weight: 400; }
.product-detail-layout { gap: 48px; padding-top: 32px; }
.detail-media-panel { position: sticky; top: 112px; }
.detail-media { padding: 4px; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.product-visual.detail { min-height: 600px; border-radius: 4px; background: #f2efed; }
.detail-summary-card { padding: 34px; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.detail-copy h1 { margin: 14px 0 18px; color: var(--ink); font-family: "Noto Sans TC", "PingFang TC", sans-serif; font-size: clamp(22px, 2.2vw, 28px); font-weight: 600; letter-spacing: -.02em; line-height: 1.35; }
.detail-description { color: #333; font-size: 15px; line-height: 1.85; white-space: normal; }
.detail-price { margin: 28px 0 22px; border-bottom-color: var(--line); }
.detail-price strong { color: var(--ink); font-size: 40px; font-weight: 400; }
.detail-price span { color: #6c5200; font-weight: 400; }
.detail-add-form input { border-radius: 4px; box-shadow: none; }
.detail-add-form .button { border-radius: 4px; }
.button-wide { border-radius: 4px; }
.detail-spec, .detail-note-card { border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: none; }
.detail-spec p, .stock-note { color: #333; }
.related-section { padding-bottom: 88px; }
.related-card { border-radius: 4px; }
.related-card .product-visual.related { border-radius: 0; }

.page-hero-member { padding-top: 58px; }
.page-hero-member h1 { color: var(--ink); font-size: clamp(40px, 5vw, 58px); }
.member-auth {
  width: min(100%, 440px);
  margin: 0 auto 48px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.member-mode {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.member-mode a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.member-mode a.is-active {
  color: var(--ink);
  border-bottom-color: var(--ink);
}
.member-form {
  display: grid;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.member-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
}
.member-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
}
.member-form input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .08);
}
.member-submit {
  margin-top: 6px;
  min-height: 50px;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
}
.member-submit:hover { background: #1c3a2d; }
.member-order-row:hover { transform: none; box-shadow: none; }
.member-order-row-main strong, .member-order-row-total, .member-order-head strong, .member-order-meta dd, .member-detail-label { color: var(--ink); font-weight: 400; }
.member-order-count { border-radius: 50%; background: #000; }
.member-status { border-radius: var(--radius-pill); background: #f0ece9; color: #333; font-weight: 400; }

.mobile-nav { display: none !important; }

@media (max-width: 840px) {
  .wrap { width: min(calc(100% - 32px), var(--max)); }
  .site-header { padding: 12px 16px; min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand > span, .brand > span b { font-size: 9px; }
  .search-form { width: min(44vw, 230px); }
  .discover-hero { padding-block: 52px 42px; gap: 38px; }
  .hero-copy h1 { font-size: clamp(38px, 9vw, 58px); }
  .hero-collage { min-height: 360px; }
  .category-mosaic { grid-template-rows: 180px 180px; }
  .support-hero, .support-layout { gap: 16px; }
  .product-visual.detail { min-height: 460px; }
}
@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .notice-bar, .topbar { height: 30px; padding-inline: 14px; font-size: 10px; }
  .site-header { min-height: 68px; padding: 10px 14px; }
  .brand img { width: 42px; height: 42px; }
  .brand > span, .brand > span b { font-size: 8px; letter-spacing: .1em; }
  .header-actions { margin-left: auto; }
  .search-form { width: 42px; height: 42px; padding: 3px; border: 0; background: transparent; }
  .search-form input { position: absolute; width: 1px; height: 1px; opacity: 0; }
  .search-form button { width: 42px; height: 42px; }
  .discover-hero { padding-block: 42px 34px; gap: 28px; }
  .hero-collage { min-height: 300px; gap: 9px; }
  .hero-tile .product-visual { height: calc(100% - 38px); }
  .hero-tile-name { min-height: 38px; padding: 9px; font-size: 10px; }
  .hero-seal { right: 39%; bottom: 12px; width: 54px; height: 54px; font-size: 12px; }
  .category-section, .product-section, .shelf-section { padding-top: 50px; }
  .category-mosaic { grid-template-columns: 1fr; grid-template-rows: none; gap: 10px; }
  .category-feature, .category-feature-1, .category-feature-4 { grid-column: auto; grid-row: auto; min-height: 180px; }
  .category-feature strong { font-size: 31px; }
  .product-grid, .product-grid-shelf { gap: 10px; }
  .product-card { border-radius: 4px; }
  .product-card-body { padding: 11px; }
  .product-card h3 { font-size: 13px; }
  .product-card small { font-size: 9px; }
  .support-hero { padding-top: 38px; }
  .support-hero-copy, .support-contact-card, .support-info-card, .support-form-card { padding: 22px; border-radius: 4px; }
  .support-hero-copy h1, .support-form-head h2 { font-size: 34px; }
  .detail-summary-card { padding: 22px; }
  .product-visual.detail { min-height: 330px; }
  .product-gallery-main { min-height: 330px; }
  .product-gallery-thumbs { grid-auto-columns: 64px; }
  .gallery-thumb { width: 64px; height: 64px; }
  .detail-copy h1 { font-size: 20px; }
  footer { display: none; }
  body { padding-bottom: 88px; }
}

/* Storefront hero — commerce-first split stage */
.store-hero {
  width: 100%;
  min-height: min(70vh, 640px);
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(0, 1.18fr);
  background: #102018;
  color: #fff;
  overflow: hidden;
}
.store-hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  padding: 56px max(28px, calc((100vw - var(--max)) / 2 * .35)) 56px max(28px, calc((100vw - var(--max)) / 2));
  animation: store-hero-in .7s cubic-bezier(.22, 1, .36, 1) both;
}
.store-hero-brand {
  margin: 0 0 14px;
  color: #7dcaa8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.store-hero-title {
  margin: 0;
  max-width: 8em;
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.12;
}
.store-hero-text {
  max-width: 30em;
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}
.store-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.store-hero-buy {
  border-radius: 0;
  background: #fff;
  color: #102018;
}
.store-hero-buy:hover {
  background: #7dcaa8;
  color: #102018;
  transform: none;
}
.store-hero-help {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.28);
  background: transparent;
  color: #fff;
}
.store-hero-help:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
  transform: none;
}
.store-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  letter-spacing: .04em;
}
.store-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.store-hero-points li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #7dcaa8;
}
.store-hero-stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 100%;
  animation: store-hero-in .7s .08s cubic-bezier(.22, 1, .36, 1) both;
}
.store-hero-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  min-height: 180px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16,32,24,.15) 0%, rgba(16,32,24,.78) 100%),
    var(--tile-image, linear-gradient(135deg, #1d3b30, #0f1c16));
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: filter .25s ease, transform .25s ease;
}
.store-hero-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(8,16,12,.82) 100%);
  pointer-events: none;
}
.store-hero-tile-label,
.store-hero-tile-go {
  position: relative;
  z-index: 1;
}
.store-hero-tile-label {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: -.03em;
}
.store-hero-tile-go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 600;
}
.store-hero-tile-go .icon { width: 14px; height: 14px; transition: transform .2s ease; }
.store-hero-tile:hover { filter: brightness(1.08); }
.store-hero-tile:hover .store-hero-tile-go { color: #fff; }
.store-hero-tile:hover .store-hero-tile-go .icon { transform: translateX(3px); }
.store-hero-tile.tile-1 { border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.store-hero-tile.tile-2 { border-bottom: 1px solid rgba(255,255,255,.08); }
.store-hero-tile.tile-3 { border-right: 1px solid rgba(255,255,255,.08); }

@keyframes store-hero-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .store-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .store-hero-panel {
    padding: 42px 24px 36px;
  }
  .store-hero-stage {
    min-height: 420px;
  }
}
@media (max-width: 560px) {
  .store-hero-panel { padding: 34px 18px 28px; }
  .store-hero-title { max-width: none; font-size: 34px; }
  .store-hero-buy,
  .store-hero-help { width: 100%; justify-content: center; }
  .store-hero-stage { min-height: 360px; }
  .store-hero-tile { min-height: 150px; padding: 16px; }
  .store-hero-tile-label { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .store-hero-panel,
  .store-hero-stage { animation: none !important; }
}

/* Hide legacy atmosphere hero if present */
.shop-hero { display: none !important; }


/* ========== AUC Shop chrome v3: header / footer / cards / product detail ========== */
body.auc-shop {
  --auc-ink: #12241c;
  --auc-muted: #5d6b64;
  --auc-line: #d7dfd9;
  --auc-surface: #ffffff;
  --auc-canvas: #eef2ef;
  --auc-accent: #0f6b57;
  --auc-accent-2: #163a4a;
  background: var(--auc-canvas);
  color: var(--auc-ink);
}
body.auc-shop .side-rail,
body.auc-shop .notice-bar,
body.auc-shop .topbar,
body.auc-shop > .site-shell > .site-header,
body.auc-shop footer:not(.auc-footer) { display: none !important; }
body.auc-shop .site-shell { padding-left: 0; background: var(--auc-canvas); }

/* Header */
.auc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--auc-line);
  backdrop-filter: blur(16px);
}
.auc-header-top {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
}
.auc-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 0;
}
.auc-logo img {
  width: 42px;
  height: 42px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}
.auc-logo-text {
  display: grid;
  gap: 3px;
  line-height: 1.05;
}
.auc-logo-text strong {
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--auc-ink);
}
.auc-logo-text small {
  color: var(--auc-muted);
  font-size: 11px;
  letter-spacing: .06em;
}
.auc-search {
  width: min(100%, 520px);
  height: 44px;
  margin-inline: auto;
  padding: 0 6px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  background: #f7f9f8;
}
.auc-search-icon {
  display: grid;
  place-items: center;
  color: var(--auc-muted);
}
.auc-search-icon .icon {
  width: 16px;
  height: 16px;
}
.auc-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--auc-ink);
  font-size: 14px;
}
.auc-search input::placeholder { color: #8a9690; }
.auc-search button {
  flex: 0 0 auto;
  height: 32px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  background: var(--auc-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}
.auc-search button:hover { background: #1c3a2d; }
.auc-lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 4px;
  padding: 2px;
  border: 1px solid var(--auc-line);
  background: #fff;
}
.auc-lang-btn {
  min-width: 32px;
  height: 28px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--auc-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
}
.auc-lang-btn:hover { color: var(--auc-ink); }
.auc-lang-btn.is-active {
  background: var(--auc-ink);
  color: #fff;
}
.auc-actions {
  display: flex;
  align-items: center;
  gap: 2px;
}
.auc-action {
  position: relative;
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--auc-ink);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.auc-action .icon { width: 18px; height: 18px; }
.auc-action:hover,
.auc-action.is-active { color: var(--auc-accent); }
.auc-cart-ico {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}
.auc-cart b {
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: 1;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--auc-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}
.auc-cats {
  border-top: 1px solid rgba(18, 36, 28, .06);
  background: #fff;
}
.auc-cats-inner {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.auc-cats-inner::-webkit-scrollbar { display: none; }
.auc-cats-inner a {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  color: var(--auc-muted);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.auc-cats-inner a:hover { color: var(--auc-ink); }
.auc-cats-inner a.is-active {
  color: var(--auc-ink);
  border-bottom-color: var(--auc-ink);
}
.auc-nav,
.auc-header-bar,
.auc-header-tools { display: none !important; }

/* Footer */
.auc-footer {
  margin-top: 64px;
  padding: 28px 0;
  border-top: 1px solid var(--auc-line);
  background: #fff;
}
.auc-footer-inner {
  display: block;
}
.auc-footer-copy {
  margin: 0;
  color: #8a9690;
  font-size: 12px;
  text-align: center;
}

/* Product cards */
body.auc-shop .product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.pcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  transition: transform .25s ease;
}
.pcard:hover { transform: translateY(-3px); }
.pcard-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f6f5;
}
.pcard-media .product-visual,
.pcard-media .product-visual.card {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  background: #f4f6f5;
}
.pcard-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .45s ease;
}
.pcard:hover .pcard-media img { transform: none; }
.pcard-body {
  display: grid;
  gap: 8px;
  padding: 14px 2px 4px;
  background: transparent;
}
.pcard-kicker {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--auc-muted);
  font-size: 11px;
  letter-spacing: .04em;
}
.pcard-title {
  margin: 0;
  min-height: 2.7em;
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.01em;
}
.pcard-title a:hover { color: var(--auc-accent); }
.pcard-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 2px;
}
.pcard-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pcard-price strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.pcard-price del {
  color: #8a9690;
  font-size: 12px;
}
.pcard-add {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: var(--auc-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  transition: background .2s, opacity .2s;
}
.pcard-add:hover {
  background: #1c3a2d;
  color: #fff;
}

/* Product detail */
.pd-page { padding-bottom: 48px; }
.pd-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 22px;
  color: var(--auc-muted);
  font-size: 12px;
}
.pd-crumb a:hover { color: var(--auc-ink); }
.pd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 48px;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 48px;
}
.pd-media { min-width: 0; }
.pd-gallery { display: grid; gap: 12px; }
.pd-gallery-main {
  position: relative;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #f4f6f5;
  cursor: zoom-in;
}
.pd-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  pointer-events: none;
}
.pd-gallery-zoom-hint {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  background: rgba(18, 36, 28, .82);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  pointer-events: none;
}
.pd-gallery-thumbs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px;
  gap: 8px;
  overflow-x: auto;
}
.pd-thumb {
  width: 72px;
  height: 72px;
  padding: 0;
  border: 1px solid transparent;
  background: #e5ebe7;
  cursor: pointer;
}
.pd-thumb[aria-current="true"] { border-color: var(--auc-ink); }
.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd-buy {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 8px 0 0;
}
.pd-kicker {
  margin: 0;
  color: var(--auc-muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pd-title {
  margin: 0;
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.35;
}
.pd-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--auc-line);
}
.pd-price strong {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.03em;
}
.pd-price del { color: #8a9690; font-size: 14px; }
.pd-price span { color: var(--auc-accent); font-size: 12px; }
.pd-form {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-top: 6px;
}
.pd-qty {
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
}
.pd-qty input {
  width: 84px;
  height: 48px;
  border: 1px solid var(--auc-line);
  border-radius: 4px;
  text-align: center;
  background: #fff;
  font-size: 16px;
}
.pd-add {
  flex: 1;
  min-height: 48px;
  border-radius: 4px;
  background: var(--auc-ink);
}
.pd-add:hover { background: #1c3a2d; transform: none; }
.pd-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid var(--auc-line);
  border-radius: 4px;
  background: #fff;
  color: var(--auc-ink);
  font-size: 14px;
}
.pd-wa:hover { border-color: var(--auc-ink); }
.pd-note {
  margin: 0;
  color: var(--auc-muted);
  font-size: 12px;
  line-height: 1.65;
}
.pd-desc {
  margin: 0 0 16px;
  color: var(--auc-muted);
  font-size: 14px;
  line-height: 1.75;
}
.pd-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.pd-features li {
  padding: 6px 10px;
  border: 1px solid var(--auc-line);
  background: #f7faf8;
  color: var(--auc-ink);
  font-size: 12px;
  font-weight: 500;
}
.pd-facts {
  display: grid;
  gap: 0;
  margin: 0;
}
.pd-fact {
  display: grid;
  grid-template-columns: minmax(120px, 38%) minmax(0, 1fr);
  gap: 12px 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--auc-line);
}
.pd-fact:last-child { border-bottom: 0; }
.pd-fact dt {
  margin: 0;
  color: var(--auc-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.pd-fact dd {
  margin: 0;
  color: var(--auc-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  word-break: break-word;
}
.pd-facts-compact {
  margin-bottom: 18px;
  padding: 4px 0 2px;
  border-top: 1px solid var(--auc-line);
  border-bottom: 1px solid var(--auc-line);
}
.pd-facts-compact .pd-fact { padding: 9px 0; }
.pd-facts-compact .pd-fact dt { font-size: 11px; }
.pd-facts-compact .pd-fact dd { font-size: 13px; }
.pd-specs {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
  gap: 28px;
  padding-block: 28px 40px;
  border-top: 1px solid var(--auc-line);
}
.pd-specs h2 {
  margin: 0 0 14px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.pd-specs-main {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--auc-line);
}
.pd-specs-side p,
.pd-specs p {
  margin: 0;
  color: var(--auc-muted);
  font-size: 14px;
  line-height: 1.75;
}
.pd-desc-empty {
  margin: 0;
  color: var(--auc-muted);
  font-size: 14px;
}
.pd-related-section { padding-block: 20px 48px; }
.pd-related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.pd-related-head h2 {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.pd-related-head a {
  color: var(--auc-muted);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pd-related-head a:hover { color: var(--auc-ink); }
.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pd-related {
  display: grid;
  gap: 10px;
  min-width: 0;
}
.pd-related-media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f6f5;
  display: grid;
  place-items: center;
}
.pd-related-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.pd-related-body {
  display: grid;
  gap: 4px;
}
.pd-related-body span {
  color: var(--auc-muted);
  font-size: 11px;
}
.pd-related-body strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pd-related-body b { font-size: 14px; }
.pd-empty { padding: 72px 0; }
.pd-empty h1 {
  margin: 10px 0 12px;
  font-size: 32px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width: 980px) {
  body.auc-shop .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pd-layout { grid-template-columns: 1fr; gap: 28px; }
  .pd-buy { position: static; }
  .pd-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 840px) {
  .auc-header-top {
    width: min(calc(100% - 28px), var(--max));
    min-height: 58px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .auc-search { display: none !important; }
  .auc-logo-text small { display: none; }
  .auc-logo-text strong { font-size: 14px; }
  .auc-action[href="/shop/support"] { display: none; }
  .auc-action-label { display: none; }
  .auc-lang { margin-right: 0; }
  .auc-lang-btn { min-width: 28px; height: 26px; padding: 0 6px; font-size: 11px; }
  .auc-action { padding: 0 10px; }
  .auc-cats-inner {
    width: min(calc(100% - 28px), var(--max));
    gap: 0;
  }
  .auc-cats-inner a { padding: 0 12px; font-size: 12px; }
}
@media (max-width: 640px) {
  body.auc-shop .product-grid,
  body.auc-shop .product-grid.product-grid-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .pcard-title { font-size: 13px; min-height: 2.8em; }
  .pcard-add { padding: 0 10px; font-size: 12px; }
  .pcard-add span:last-child { display: none; }
  .pcard-add span:first-child { font-size: 16px; line-height: 1; }
  .pd-specs { grid-template-columns: 1fr; }
  .pd-form { flex-direction: column; align-items: stretch; }
  .pd-qty input { width: 100%; }
  .auc-header-top {
    grid-template-columns: 1fr auto;
  }
}

/* Help / support page v2 */
.help-page { padding-bottom: 56px; }
.help-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, .7fr);
  gap: 28px;
  align-items: end;
  padding-top: 42px;
  padding-bottom: 28px;
}
.help-eyebrow {
  margin: 0 0 10px;
  color: var(--auc-muted);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.help-hero-copy h1 {
  margin: 0 0 12px;
  font-family: "Noto Serif TC", "Songti TC", serif;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -.04em;
  line-height: 1.15;
}
.help-hero-copy p {
  max-width: 42ch;
  margin: 0;
  color: var(--auc-muted);
  font-size: 15px;
  line-height: 1.75;
}
.help-hero-side {
  padding: 22px 24px;
  border-left: 3px solid var(--auc-accent);
  background: #fff;
}
.help-side-label {
  margin: 0 0 8px;
  color: var(--auc-muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.help-hero-side strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.02em;
}
.help-hero-side small {
  display: block;
  margin-top: 6px;
  color: var(--auc-muted);
  font-size: 12px;
}
.help-wa {
  display: inline-flex;
  margin-top: 16px;
  color: var(--auc-accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.help-mail {
  display: block;
  margin-top: 12px;
  color: var(--auc-ink);
  font-size: 13px;
  font-weight: 500;
  word-break: break-all;
}
.help-mail:hover { color: var(--auc-accent); }
.help-address {
  margin: 10px 0 0;
  color: var(--auc-muted);
  font-size: 12px;
  line-height: 1.55;
}
.help-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 28px;
  border: 1px solid var(--auc-line);
  background: #fff;
}
.help-steps > div {
  display: grid;
  gap: 6px;
  padding: 22px 24px;
  border-right: 1px solid var(--auc-line);
}
.help-steps > div:last-child { border-right: 0; }
.help-steps em {
  color: var(--auc-accent);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.help-steps strong {
  font-size: 16px;
  font-weight: 600;
}
.help-steps span {
  color: var(--auc-muted);
  font-size: 13px;
  line-height: 1.55;
}
.help-form-shell {
  padding: 34px 36px 40px;
  background: #fff;
  border: 1px solid var(--auc-line);
}
.help-form-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--auc-line);
}
.help-form-head h2 {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
}
.help-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
.help-tags li {
  padding: 6px 10px;
  border: 1px solid var(--auc-line);
  color: var(--auc-muted);
  font-size: 12px;
  background: var(--auc-canvas);
}
.help-form { display: grid; gap: 18px; }
.help-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.help-form label,
.help-full {
  display: grid;
  gap: 8px;
  color: var(--auc-ink);
  font-size: 12px;
  font-weight: 600;
}
.help-form input,
.help-form select,
.help-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  background: #fbfcfb;
  color: var(--auc-ink);
  font: inherit;
  font-weight: 400;
  font-size: 14px;
}
.help-form textarea { min-height: 160px; resize: vertical; }
.help-form input:focus,
.help-form select:focus,
.help-form textarea:focus {
  outline: 2px solid rgba(15, 107, 87, .25);
  border-color: var(--auc-accent);
  background: #fff;
}
.help-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 8px;
}
.help-submit p {
  margin: 0;
  color: var(--auc-muted);
  font-size: 13px;
}
.help-submit .button {
  min-height: 48px;
  border-radius: 0;
  background: var(--auc-ink);
}
.help-submit .button:hover { background: #1c3a2d; transform: none; }

@media (max-width: 840px) {
  .help-hero,
  .help-steps,
  .help-grid { grid-template-columns: 1fr; }
  .help-steps > div { border-right: 0; border-bottom: 1px solid var(--auc-line); }
  .help-steps > div:last-child { border-bottom: 0; }
  .help-form-head { flex-direction: column; align-items: start; }
  .help-tags { justify-content: start; }
  .help-form-shell { padding: 24px 20px 28px; }
  .help-submit { flex-direction: column; align-items: stretch; }
}

/* Show full product images (no crop) */
body.auc-shop .product-visual,
body.auc-shop .pcard-media,
body.auc-shop .pd-gallery-main,
body.auc-shop .pd-related-media,
body.auc-shop .bag-thumb {
  background: #f4f6f5;
}
body.auc-shop .product-visual img,
body.auc-shop .pcard-media img,
body.auc-shop .pd-gallery-main img,
body.auc-shop .pd-related-media img,
body.auc-shop .bag-thumb img,
body.auc-shop .gallery-thumb img {
  object-fit: contain !important;
  object-position: center;
}
body.auc-shop .pcard:hover .pcard-media img,
body.auc-shop .product-card:hover .product-visual img {
  transform: none;
}

/* ========== Cart bag redesign ========== */
body.auc-shop .bag-page {
  padding: 48px 0 88px;
}
body.auc-shop .bag-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--auc-line);
}
body.auc-shop .bag-kicker {
  margin: 0 0 8px;
  color: var(--auc-muted);
  font-size: 11px;
  letter-spacing: .14em;
}
body.auc-shop .bag-head h1 {
  margin: 0 0 8px;
  color: var(--auc-ink);
  font-family: "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.15;
}
body.auc-shop .bag-head p {
  margin: 0;
  color: var(--auc-muted);
  font-size: 14px;
  line-height: 1.6;
}
body.auc-shop .bag-continue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--auc-ink);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.auc-shop .bag-continue .icon { width: 15px; height: 15px; }
body.auc-shop .bag-empty {
  min-height: 360px;
  padding: 56px 20px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--auc-line);
}
body.auc-shop .bag-empty-ico {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 6px;
  border: 1px solid var(--auc-line);
  color: var(--auc-ink);
}
body.auc-shop .bag-empty-ico .icon { width: 24px; height: 24px; }
body.auc-shop .bag-empty h2 {
  margin: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
body.auc-shop .bag-empty p {
  margin: 0 0 10px;
  color: var(--auc-muted);
  font-size: 14px;
}
body.auc-shop .bag-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
body.auc-shop .bag-list.cart-panel {
  margin: 0;
  padding: 8px 20px 20px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}
body.auc-shop .bag-item.cart-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid var(--auc-line);
  border-radius: 0;
  background: transparent;
}
body.auc-shop .bag-item.cart-line:last-of-type { border-bottom: 0; }
body.auc-shop .bag-thumb {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #f4f6f5;
}
body.auc-shop .bag-thumb .product-visual,
body.auc-shop .bag-thumb .product-visual.thumb {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
}
body.auc-shop .bag-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.auc-shop .bag-info { min-width: 0; }
body.auc-shop .bag-info.cart-line-main p.bag-unit { display: block; }
body.auc-shop .bag-cat {
  display: block;
  margin-bottom: 6px;
  color: var(--auc-muted);
  font-size: 11px;
  letter-spacing: .04em;
}
body.auc-shop .bag-info h2 {
  margin: 0 0 6px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.01em;
}
body.auc-shop .bag-info h2 a:hover { color: var(--auc-accent); }
body.auc-shop .bag-unit {
  margin: 0 0 10px;
  color: var(--auc-muted);
  font-size: 12px;
}
body.auc-shop .bag-remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--auc-muted);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
body.auc-shop .bag-remove:hover { color: #8a2e2e; }
body.auc-shop .bag-qty.qty-label {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--auc-line);
  background: #fff;
}
body.auc-shop .bag-qty-btn {
  width: 36px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--auc-ink);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
body.auc-shop .bag-qty-btn:hover { background: #f3f6f4; }
body.auc-shop .bag-qty input {
  width: 48px;
  height: 40px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--auc-line);
  border-right: 1px solid var(--auc-line);
  border-radius: 0;
  background: #fff;
  color: var(--auc-ink);
  font-size: 14px;
  text-align: center;
  box-shadow: none;
}
body.auc-shop .bag-line-total {
  min-width: 88px;
  color: var(--auc-ink);
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
body.auc-shop .bag-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 8px;
  padding-top: 16px;
}
body.auc-shop .bag-update,
body.auc-shop .bag-clear {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  background: #fff;
  color: var(--auc-ink);
  font-size: 13px;
  cursor: pointer;
}
body.auc-shop .bag-update:hover { border-color: #000; background: #000; color: #fff; }
body.auc-shop .bag-clear { color: #8a2e2e; border-color: #e2cfcf; }
body.auc-shop .bag-clear:hover { background: #8a2e2e; border-color: #8a2e2e; color: #fff; }
body.auc-shop .bag-sum.summary-card {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  background: #fff;
  color: var(--auc-ink);
  box-shadow: none;
}
body.auc-shop .bag-sum-kicker {
  margin: 0 0 18px;
  color: var(--auc-muted);
  font-size: 12px;
  letter-spacing: .08em;
}
body.auc-shop .bag-sum .summary-row,
body.auc-shop .bag-sum .summary-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--auc-line);
  color: var(--auc-ink);
  font-size: 14px;
}
body.auc-shop .bag-sum .summary-row .muted { color: var(--auc-muted); }
body.auc-shop .bag-sum .summary-total {
  margin-bottom: 18px;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
body.auc-shop .bag-sum .summary-total strong,
body.auc-shop .bag-sum .summary-row strong {
  color: var(--auc-ink);
  font-weight: 600;
}
body.auc-shop .bag-checkout.button {
  min-height: 48px;
  border-radius: 0;
  background: var(--auc-ink);
  color: #fff;
}
body.auc-shop .bag-checkout.button .icon,
body.auc-shop .bag-checkout.button .lucide {
  stroke: currentColor;
  color: #fff;
}
body.auc-shop .bag-checkout.button:hover { background: #1c3a2d; color: #fff; transform: none; }
body.auc-shop .bag-note {
  margin: 14px 0 0;
  color: var(--auc-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Checkout (match bag chrome; fix legacy white-on-white summary text) */
body.auc-shop .checkout-page .checkout-layout {
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 22px;
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
}
body.auc-shop .checkout-form {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  border-right: 1px solid var(--auc-line);
  background: #fff;
  box-shadow: none;
  color: var(--auc-ink);
}
body.auc-shop .checkout-form-kicker {
  margin: 0 0 18px;
  color: var(--auc-muted);
  font-size: 12px;
  letter-spacing: .08em;
}
body.auc-shop .checkout-form > label,
body.auc-shop .checkout-form .form-grid label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--auc-ink);
  font-size: 13px;
  font-weight: 600;
}
body.auc-shop .checkout-form input,
body.auc-shop .checkout-form textarea,
body.auc-shop .checkout-form select,
body.auc-shop .checkout-form .form-static {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--auc-line);
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--auc-ink);
  font-size: 14px;
  font-weight: 400;
}
body.auc-shop .checkout-form .form-static {
  display: block;
  background: #f5f7f6;
}
body.auc-shop .checkout-form input:focus,
body.auc-shop .checkout-form textarea:focus,
body.auc-shop .checkout-form select:focus {
  border-color: var(--auc-ink);
  box-shadow: 0 0 0 2px rgba(18, 36, 28, .08);
}
body.auc-shop .checkout-form textarea { resize: vertical; min-height: 88px; }
body.auc-shop .checkout-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
body.auc-shop .checkout-submit.button {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  border-radius: 0;
  background: var(--auc-ink);
  color: #fff;
}
body.auc-shop .checkout-submit.button .icon,
body.auc-shop .checkout-submit.button .lucide {
  stroke: currentColor;
  color: #fff;
}
body.auc-shop .checkout-submit.button:hover { background: #1c3a2d; color: #fff; transform: none; }
body.auc-shop .checkout-summary.summary-card,
body.auc-shop .checkout-summary.bag-sum {
  color: var(--auc-ink);
  background: #fff;
}
body.auc-shop .checkout-summary h2,
body.auc-shop .checkout-summary strong,
body.auc-shop .checkout-summary .summary-total,
body.auc-shop .checkout-summary .summary-product,
body.auc-shop .checkout-summary .summary-row {
  color: var(--auc-ink);
}
body.auc-shop .checkout-lines {
  display: grid;
  gap: 0;
  margin-bottom: 8px;
}
body.auc-shop .checkout-line {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--auc-line);
  color: var(--auc-ink);
  text-decoration: none;
}
body.auc-shop .checkout-line:hover strong { color: var(--auc-accent); }
body.auc-shop .checkout-line-thumb,
body.auc-shop .checkout-line-thumb .product-visual,
body.auc-shop .checkout-line-thumb .product-visual.thumb {
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  border-radius: 0;
  overflow: hidden;
  background: #f3f6f4;
}
body.auc-shop .checkout-line-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.auc-shop .checkout-line-info {
  display: grid;
  gap: 4px;
  min-width: 0;
}
body.auc-shop .checkout-line-info strong {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--auc-ink);
}
body.auc-shop .checkout-line-info span {
  color: var(--auc-muted);
  font-size: 12px;
}
body.auc-shop .checkout-line-price {
  color: var(--auc-ink);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 900px) {
  body.auc-shop .bag-layout { grid-template-columns: 1fr; }
  body.auc-shop .bag-sum.summary-card { position: static; }
  body.auc-shop .checkout-page .checkout-layout { grid-template-columns: 1fr; }
  body.auc-shop .checkout-form { border-right: 1px solid var(--auc-line); }
}
@media (max-width: 640px) {
  body.auc-shop .bag-page { padding: 28px 0 96px; }
  body.auc-shop .bag-head { align-items: start; flex-direction: column; }
  body.auc-shop .bag-list.cart-panel { padding: 4px 14px 16px; }
  body.auc-shop .bag-item.cart-line {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
  }
  body.auc-shop .bag-thumb { width: 76px; height: 76px; }
  body.auc-shop .bag-qty { grid-column: 2; justify-self: start; }
  body.auc-shop .bag-line-total {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
    text-align: left;
  }
  body.auc-shop .checkout-form .form-grid { grid-template-columns: 1fr; }
  body.auc-shop .checkout-form { padding: 16px; }
  body.auc-shop .checkout-line {
    grid-template-columns: 56px minmax(0, 1fr);
  }
  body.auc-shop .checkout-line-price {
    grid-column: 2;
  }
}

/* Image lightbox */
body.lightbox-open { overflow: hidden; }
.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: auto;
  background: rgba(10, 16, 14, .88);
  -webkit-overflow-scrolling: touch;
}
.img-lightbox[hidden] { display: none !important; }
.img-lightbox-panel {
  position: relative;
  width: min(1100px, 100%);
  margin: auto;
}
.img-lightbox-stage {
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
}
.img-lightbox-stage img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.img-lightbox-close {
  position: sticky;
  top: 8px;
  float: right;
  z-index: 2;
  width: 40px;
  height: 40px;
  margin: 0 0 8px 8px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #12241c;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.img-lightbox-nav {
  position: fixed;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  background: rgba(255, 255, 255, .92);
  color: #12241c;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.img-lightbox-nav.prev { left: 12px; }
.img-lightbox-nav.next { right: 12px; }
.img-lightbox-nav[hidden],
.img-lightbox-count[hidden] { display: none !important; }
.img-lightbox-count {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  text-align: center;
}
@media (max-width: 640px) {
  .img-lightbox { padding: 10px; }
  .img-lightbox-nav { width: 38px; height: 38px; font-size: 24px; }
  .pd-gallery-zoom-hint { font-size: 10px; padding: 5px 8px; }
}
