:root {
  --ink: #171714;
  --cream: #f3efe7;
  --paper: #faf8f3;
  --gold: #a8874c;
  --line: rgba(23, 23, 20, 0.16);
  --muted: #706d66;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }

.announcement { min-height: 36px; padding: 8px 4.5vw; display: flex; justify-content: center; gap: 28px; align-items: center; background: var(--ink); color: #f7f2e9; font-size: 11px; letter-spacing: .16em; }
.announcement-detail { color: #bdb5a9; }
.site-header { height: 96px; padding: 0 4.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(250,248,243,.94); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; width: max-content; line-height: 0; }
.brand-logo { width: 240px; height: 54px; display: block; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.brand-main { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: .11em; }
.brand-sub { margin-top: 4px; color: var(--muted); font-size: 8px; letter-spacing: .28em; }
.site-header nav { display: flex; gap: 38px; font-size: 12px; letter-spacing: .12em; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; height: 1px; width: 0; background: var(--ink); position: absolute; left: 0; bottom: -7px; transition: width .25s ease; }
.site-header nav a:hover::after { width: 100%; }
.cart-button { justify-self: end; background: transparent; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .1em; }
.cart-button b { width: 22px; height: 22px; margin-left: 8px; display: inline-grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; font-weight: 400; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }
.language-switch { display: flex; align-items: center; gap: 7px; }
.language-switch button { padding: 3px 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; letter-spacing: .09em; }
.language-switch button.active { border-color: var(--ink); color: var(--ink); }
.language-switch i { width: 1px; height: 11px; background: var(--line); }

.hero { min-height: calc(100vh - 132px); display: grid; grid-template-columns: 47% 53%; }
.hero-copy { padding: 11vh 7vw 8vh 7vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--cream); }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .26em; }
.hero h1 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(46px, 5.3vw, 84px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.hero-lead { max-width: 520px; margin: 32px 0; color: #5b5953; font-size: 15px; letter-spacing: .055em; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.primary-action { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--ink); background: var(--ink); color: white; cursor: pointer; font-size: 12px; letter-spacing: .12em; transition: .25s ease; }
.primary-action:hover { background: transparent; color: var(--ink); }
.text-action { padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .1em; }
.hero-note { margin-top: 55px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.hero-note span:not(:last-child)::after { content: "·"; margin-left: 22px; color: var(--gold); }
.hero-visual { min-height: 620px; overflow: hidden; position: relative; background: #e9dfd2; }
.hero-visual::before, .hero-visual::after { content: none; }
.hero-track { width: 100%; height: 100%; display: flex; position: absolute; inset: 0; transition: transform .85s cubic-bezier(.65,0,.2,1); will-change: transform; }
.hero-slide { min-width: 100%; height: 100%; margin: 0; overflow: hidden; position: relative; flex: 0 0 100%; }
.hero-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; pointer-events: none; user-select: none; }
.image-credit { z-index: 3; position: absolute; right: 24px; top: 24px; color: rgba(23,23,20,.68); font-size: 8px; letter-spacing: .24em; writing-mode: vertical-rl; }
.floating-card { z-index: 3; width: 210px; padding: 20px; position: absolute; left: 0; bottom: 0; background: rgba(250,248,243,.95); backdrop-filter: blur(12px); }
.floating-card span { display: block; margin-bottom: 8px; color: var(--gold); font-size: 9px; letter-spacing: .18em; }
.floating-card strong { font-family: Georgia, "Songti SC", serif; font-size: 15px; font-weight: 400; }
.hero-carousel-controls { z-index: 4; position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; }
.hero-dots { height: 38px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(23,23,20,.38); backdrop-filter: blur(12px); }
.hero-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.hero-dots button.active { width: 22px; border-radius: 999px; background: #fff; }
.hero-arrow { width: 38px; height: 38px; padding: 0 0 3px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(23,23,20,.38); color: #fff; cursor: pointer; backdrop-filter: blur(12px); font-family: Georgia, serif; font-size: 25px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.hero-arrow:hover { background: rgba(23,23,20,.7); transform: translateY(-1px); }
.hero-arrow:focus-visible, .hero-dots button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.brand-line { min-height: 92px; padding: 20px 4.5vw; display: flex; align-items: center; justify-content: flex-start; gap: 28px; overflow-x: auto; border-bottom: 1px solid var(--line); background: #fff; font-family: Georgia, serif; font-size: 13px; letter-spacing: .13em; scrollbar-width: none; white-space: nowrap; }
.brand-line::-webkit-scrollbar { display: none; }
.brand-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.trust-strip { padding: 38px 4.5vw; display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip div { padding: 0 30px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip span { display: block; margin-bottom: 11px; color: var(--gold); font-family: Georgia, serif; font-size: 12px; }
.trust-strip strong { display: block; font-family: Georgia, "Songti SC", serif; font-size: 17px; font-weight: 400; }
.trust-strip p { margin: 7px 0 0; color: var(--muted); font-size: 11px; }

.collection { padding: 110px 4.5vw 130px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2, .assurance-copy h2, .concierge h2, .cart-header h2, .demo-modal h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.catalog-controls { margin: 48px 0 46px; padding: 22px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-block { min-width: 0; }
.filter-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
.category-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.category-filter button { padding: 10px 18px; border: 1px solid var(--line); border-radius: 100px; background: transparent; cursor: pointer; font-size: 11px; transition: .2s ease; }
.category-filter button.active, .category-filter button:hover { border-color: var(--ink); background: var(--ink); color: white; }
.product-sections { display: grid; gap: 78px; }
.brand-group { min-width: 0; }
.brand-group-heading { margin-bottom: 24px; padding-bottom: 15px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand-group-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px,2.2vw,36px); font-weight: 400; letter-spacing: .09em; }
.brand-group-heading span { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-card { min-width: 0; }
.product-image-wrap { aspect-ratio: 3/4; overflow: hidden; position: relative; background: #e8e3d9; }
.product-link { display: block; }
.product-image { width: 100%; height: 100%; padding: 22px; object-fit: contain; background: #f4f2ed; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image { transform: scale(1.035); }
.product-placeholder { width: 100%; height: 100%; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg,#eeeae2,#dcd5c9); text-align: center; }
.placeholder-mark { margin-bottom: 22px; color: rgba(23,23,20,.16); font-family: Georgia,serif; font-size: clamp(45px,5vw,76px); letter-spacing: -.08em; }
.product-placeholder strong { font-family: Georgia,"Times New Roman",serif; font-size: 12px; font-weight: 400; letter-spacing: .16em; }
.product-placeholder small { margin-top: 12px; color: var(--muted); font-size: 8px; letter-spacing: .2em; }
.product-tag { padding: 8px 10px; position: absolute; left: 12px; top: 12px; background: rgba(250,248,243,.9); font-size: 9px; letter-spacing: .11em; }
.quick-add { width: calc(100% - 24px); min-height: 46px; position: absolute; left: 12px; bottom: 12px; border: 0; background: rgba(20,20,18,.93); color: white; cursor: pointer; font-size: 11px; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.view-product { min-height: 46px; padding: 0 18px; position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; background: rgba(20,20,18,.93); color: white; font-size: 10px; letter-spacing: .12em; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-card:hover .view-product, .product-link:focus-visible .view-product { opacity: 1; transform: none; }
.product-info { padding: 18px 2px 0; display: flex; justify-content: space-between; gap: 12px; }
.product-info p { margin: 0 0 8px; color: var(--gold); font-size: 9px; letter-spacing: .16em; }
.product-info h3 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 17px; font-weight: 400; }
.price { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.price strong { font-size: 13px; font-weight: 500; }
.price span { margin-top: 6px; color: var(--muted); font-size: 9px; }
.card-add { width: 100%; margin-top: 16px; padding: 11px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .12em; transition: .2s ease; }
.card-add:hover { border-color: var(--ink); background: var(--ink); color: white; }
.official-source { display: inline-block; margin-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 4px; }
.official-source:hover { color: var(--ink); }
.selection-reference { display: block; margin-top: 12px; color: var(--muted); font-size: 8px; letter-spacing: .08em; line-height: 1.5; }
.detail-source { margin: 16px 0 0; }
.detail-reference { margin: 18px 0 0; }

.assurance { display: grid; grid-template-columns: 55% 45%; min-height: 720px; background: #dfdbd2; }
.assurance-image { min-height: 600px; display: flex; align-items: flex-end; padding: 34px; background: linear-gradient(0deg, rgba(0,0,0,.30), transparent 58%), url("assets/optimized/home/myvaren-assurance-handbag-v1.webp") center/cover; }
.assurance-image p { margin: 0; color: white; font-family: Georgia, serif; font-size: 13px; font-style: italic; letter-spacing: .06em; }
.assurance-copy { padding: 9vw 8vw; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.assurance-copy h2 { max-width: 540px; line-height: 1.18; }
.assurance-copy > p:not(.eyebrow) { margin: 28px 0; color: #5d5a54; font-size: 14px; line-height: 1.9; }
.assurance-copy ul { margin: 0 0 38px; padding: 0; list-style: none; }
.assurance-copy li { padding: 13px 0; border-bottom: 1px solid rgba(23,23,20,.12); font-size: 12px; letter-spacing: .04em; }
.assurance-copy li span { margin-right: 12px; color: var(--gold); }

.delivery { padding: 120px 4.5vw; background: var(--ink); color: white; }
.section-heading.light > p { color: #a7a49d; }
.delivery-steps { margin-top: 70px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.delivery-steps div { padding: 26px 34px 10px 0; border-right: 1px solid rgba(255,255,255,.18); }
.delivery-steps div:not(:first-child) { padding-left: 34px; }
.delivery-steps div:last-child { border: 0; }
.delivery-steps span { color: var(--gold); font-family: Georgia, serif; font-size: 12px; }
.delivery-steps h3 { margin: 46px 0 16px; font-family: Georgia, "Songti SC", serif; font-size: 22px; font-weight: 400; }
.delivery-steps p { margin: 0; color: #a7a49d; font-size: 12px; line-height: 1.8; }

.concierge { padding: 130px 20px; text-align: center; background: #e9e2d6; }
.concierge h2 { font-size: clamp(38px,5vw,66px); }
.concierge > p:not(.eyebrow) { max-width: 560px; margin: 24px auto 34px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.concierge .noticeButton { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; gap: 24px; border: 1px solid var(--ink); background: transparent; font-size: 11px; letter-spacing: .12em; }

.faq-preview { padding: 110px 4.5vw; background: #f8f5ef; }
.faq-preview-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.faq-preview-heading .eyebrow { margin-bottom: 14px; }
.faq-preview-heading h2 { max-width: 700px; margin: 0; font-family: Georgia,"Songti SC",serif; font-size: clamp(34px,4vw,58px); font-weight: 400; line-height: 1.16; }
.faq-preview-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.faq-preview-grid a { padding: 30px 38px 35px 0; border-right: 1px solid var(--line); }
.faq-preview-grid a:not(:first-child) { padding-left: 38px; }
.faq-preview-grid a:last-child { border: 0; }
.faq-preview-grid span { color: var(--gold); font-family: Georgia,serif; font-size: 11px; }
.faq-preview-grid h3 { margin: 34px 0 12px; font-family: Georgia,"Songti SC",serif; font-size: 21px; font-weight: 400; }
.faq-preview-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.faq-shop-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .08em; }
.faq-hero { padding: 120px 4.5vw 105px; background: var(--cream); text-align: center; }
.faq-hero h1 { margin: 0; font-family: Georgia,"Songti SC",serif; font-size: clamp(52px,7vw,96px); font-weight: 400; letter-spacing: -.045em; }
.faq-hero > p:last-child { margin: 25px auto 0; color: var(--muted); font-size: 13px; }
.faq-layout { padding: 95px 8vw 130px; display: grid; grid-template-columns: 220px minmax(0,760px); justify-content: center; gap: 9vw; }
.faq-nav { padding-top: 5px; display: flex; flex-direction: column; align-self: start; position: sticky; top: 125px; }
.faq-nav span { margin-bottom: 18px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.faq-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.faq-nav a:hover { color: var(--ink); }
.faq-group { padding: 0 0 78px; scroll-margin-top: 130px; }
.faq-group .eyebrow { margin-bottom: 12px; }
.faq-group h2 { margin: 0 0 30px; font-family: Georgia,"Songti SC",serif; font-size: 38px; font-weight: 400; }
.faq-group details { border-top: 1px solid var(--line); }
.faq-group details:last-child { border-bottom: 1px solid var(--line); }
.faq-group summary { padding: 22px 45px 22px 0; position: relative; cursor: pointer; list-style: none; font-family: Georgia,"Songti SC",serif; font-size: 17px; line-height: 1.5; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--gold); font-family: Arial,sans-serif; font-size: 21px; font-weight: 300; }
.faq-group details[open] summary::after { content: "–"; }
.faq-group details p { max-width: 680px; margin: 0; padding: 0 48px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.faq-contact { padding: 60px; background: #e9e2d6; text-align: center; }
.faq-contact h2 { margin: 0; font-family: Georgia,"Songti SC",serif; font-size: 38px; font-weight: 400; }
.faq-contact > p:not(.eyebrow) { margin: 18px 0 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }

footer { padding: 65px 4.5vw 28px; background: #0e0e0c; color: #e7e3db; }
.footer-brand { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 42px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand .brand-main { font-size: 25px; }
.footer-brand p { margin: 0; color: #8d8a84; font-size: 10px; }
.footer-links { padding: 32px 0 55px; display: flex; gap: 28px; }
.footer-links a, .footer-links button { padding: 0; border: 0; background: none; color: #aaa69e; cursor: pointer; font-size: 11px; }
.footer-legal { padding: 0 0 28px; color: #817e78; font-size: 9px; line-height: 1.75; }
.footer-legal p { margin: 0; }
.footer-legal address { font-style: normal; }
.copyright { margin: 0; color: #625f5a; font-size: 8px; letter-spacing: .16em; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(10,10,9,.45); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.drawer-backdrop.visible { opacity: 1; pointer-events: auto; }
.cart-drawer { width: min(520px,100%); height: 100%; padding: 40px; display: flex; flex-direction: column; position: fixed; z-index: 60; right: 0; top: 0; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.25,.8,.25,1); box-shadow: -20px 0 50px rgba(0,0,0,.14); }
.cart-drawer.open { transform: none; }
.cart-header { padding-bottom: 24px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 8px; }
.cart-header h2 { font-size: 38px; }
.cart-header > button, .modal-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 25px; font-weight: 200; }
.cart-items { flex: 1; overflow-y: auto; }
.empty-cart { padding: 70px 0; text-align: center; color: var(--muted); }
.empty-cart button { padding-bottom: 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 82px 1fr auto; gap: 16px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 100px; padding: 7px; object-fit: contain; background: #f4f2ed; }
.cart-placeholder { width: 82px; height: 100px; display: grid; place-items: center; background: linear-gradient(145deg,#eeeae2,#dcd5c9); color: rgba(23,23,20,.25); font-family: Georgia,serif; font-size: 19px; letter-spacing: -.05em; }
.cart-item p { margin: 4px 0 8px; color: var(--gold); font-size: 9px; letter-spacing: .14em; }
.cart-item h3 { margin: 0 0 14px; font-family: Georgia, "Songti SC", serif; font-size: 15px; font-weight: 400; }
.cart-item strong { font-size: 12px; }
.cart-item > button { align-self: end; padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--muted); background: transparent; color: var(--muted); cursor: pointer; font-size: 9px; }
.cart-summary { padding-top: 24px; border-top: 1px solid var(--ink); }
.cart-summary > div:first-child { display: flex; justify-content: space-between; }
.cart-summary > p { margin: 10px 0 20px; color: var(--muted); font-size: 10px; }
.cart-summary > button, .checkout-link { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 11px; letter-spacing: .12em; }
.payment-line { padding-top: 14px; display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 9px; }

.legal-hero { padding: 120px 6vw 105px; background: var(--cream); text-align: center; }
.legal-hero h1 { max-width: 980px; margin: 0 auto; font-family: Georgia,"Songti SC",serif; font-size: clamp(48px,6.4vw,90px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
.legal-hero > p:last-child { max-width: 760px; margin: 27px auto 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.legal-layout { padding: 95px 7vw 130px; display: grid; grid-template-columns: 230px minmax(0,820px); justify-content: center; gap: 8vw; }
.legal-nav { padding-top: 4px; display: flex; flex-direction: column; align-self: start; position: sticky; top: 125px; }
.legal-nav span { margin-bottom: 18px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.legal-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.legal-nav a:hover { color: var(--ink); }
.legal-section { padding: 0 0 85px; scroll-margin-top: 130px; }
.legal-section > .eyebrow { margin-bottom: 12px; }
.legal-section h2 { margin: 0 0 35px; font-family: Georgia,"Songti SC",serif; font-size: clamp(34px,4vw,48px); font-weight: 400; }
.legal-section h3 { margin: 32px 0 10px; font-family: Georgia,"Songti SC",serif; font-size: 19px; font-weight: 400; }
.legal-section p { margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.95; }
.legal-contact { padding: 58px; background: #e9e2d6; text-align: center; }
.legal-contact h2 { margin: 0; font-family: Georgia,"Songti SC",serif; font-size: 38px; font-weight: 400; }
.legal-contact > p:not(.eyebrow) { margin: 18px auto 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.about-grid { padding: 110px 8vw; display: grid; grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr); gap: 10vw; }
.about-statement h2 { max-width: 520px; margin: 0; font-family: Georgia,"Songti SC",serif; font-size: clamp(38px,4.8vw,64px); font-weight: 400; line-height: 1.15; }
.about-copy p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 2; }
.process-band { padding: 75px 5vw; display: grid; grid-template-columns: repeat(4,1fr); background: var(--ink); color: white; }
.process-band div { padding: 0 32px; border-right: 1px solid rgba(255,255,255,.16); }
.process-band div:last-child { border: 0; }
.process-band span { color: var(--gold); font-family: Georgia,serif; font-size: 11px; }
.process-band h3 { margin: 30px 0 12px; font-family: Georgia,"Songti SC",serif; font-size: 21px; font-weight: 400; }
.process-band p { margin: 0; color: #a7a49d; font-size: 11px; line-height: 1.8; }
.company-panel { padding: 100px 10vw; display: grid; grid-template-columns: 1fr 1.4fr; gap: 8vw; background: #f3efe7; }
.company-panel h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(42px,5vw,72px); font-weight: 400; }
.company-panel dl, .contact-card dl { margin: 0; }
.company-panel dl div, .contact-card dl div { padding: 17px 0; display: grid; grid-template-columns: 155px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.company-panel dt, .contact-card dt { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.company-panel dd, .contact-card dd { margin: 0; font-size: 12px; line-height: 1.7; }
.contact-layout { padding: 105px 8vw 65px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.contact-card { padding: 55px; border: 1px solid var(--line); background: #faf8f3; }
.contact-card h2 { margin: 0 0 35px; font-family: Georgia,"Songti SC",serif; font-size: 34px; font-weight: 400; }
.contact-note { margin: 28px 0 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.launch-field { padding: 8px 10px; display: inline-block; background: #f2dfbd; color: #704d17; font-weight: 600; }
.launch-alert { margin: 0 8vw 100px; padding: 28px 32px; border-left: 3px solid #a8762b; background: #fbf3e4; }
.launch-alert strong { font-size: 12px; letter-spacing: .08em; }
.launch-alert p { margin: 9px 0 0; color: #6e5a3c; font-size: 11px; line-height: 1.8; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; padding: 20px; display: grid; place-items: center; background: rgba(10,10,9,.65); }
.demo-modal { width: min(520px,100%); padding: 55px; position: relative; background: var(--paper); }
.demo-modal h2 { font-size: 38px; }
.demo-modal > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.modal-close { position: absolute; right: 18px; top: 18px; }
.site-toast { max-width: calc(100vw - 40px); padding: 12px 18px; position: fixed; z-index: 90; left: 50%; bottom: 24px; transform: translate(-50%,25px); border: 1px solid rgba(255,255,255,.16); background: rgba(20,20,18,.94); color: white; box-shadow: 0 12px 30px rgba(0,0,0,.18); opacity: 0; pointer-events: none; font-size: 11px; letter-spacing: .06em; transition: .25s ease; }
.site-toast.show { opacity: 1; transform: translate(-50%,0); }

.back-link { margin: 32px 4.5vw 0; display: inline-flex; gap: 10px; align-items: center; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.product-detail { padding: 45px 4.5vw 110px; display: grid; grid-template-columns: minmax(0,58%) minmax(330px,42%); gap: 7vw; }
.detail-gallery { min-height: 720px; position: relative; background: #e9e5dc; }
.detail-gallery > img, .detail-image-stage > img { width: 100%; height: 100%; min-height: 720px; padding: clamp(30px,6vw,90px); object-fit: contain; background: #fff; }
.detail-image-stage { min-height: 720px; background: #fff; }
.detail-thumbnails { padding: 12px; display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; background: #f4f2ed; }
.detail-thumbnail { aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid transparent; background: #fff; cursor: pointer; }
.detail-thumbnail.active { border-color: var(--ink); }
.detail-thumbnail img { width: 100%; height: 100%; display: block; object-fit: contain; }
.detail-placeholder { min-height: 720px; padding: 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(145deg,#eeeae2,#d6cfc3); text-align: center; }
.detail-placeholder span { color: rgba(23,23,20,.14); font-family: Georgia,serif; font-size: clamp(110px,16vw,230px); letter-spacing: -.08em; }
.detail-placeholder strong { margin-top: 28px; font-family: Georgia,"Times New Roman",serif; font-size: 18px; font-weight: 400; letter-spacing: .18em; }
.detail-placeholder small { margin-top: 14px; color: var(--muted); font-size: 9px; letter-spacing: .22em; }
.detail-gallery > span { padding: 10px 12px; position: absolute; left: 16px; bottom: 16px; background: rgba(250,248,243,.92); font-size: 8px; letter-spacing: .11em; }
.detail-copy { padding: 6vw 0; position: sticky; top: 96px; align-self: start; }
.detail-copy h1 { margin: 0; font-family: Georgia,"Songti SC",serif; font-size: clamp(40px,4.8vw,68px); font-weight: 400; line-height: 1.08; }
.detail-intro { margin: 25px 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.detail-price { display: flex; align-items: baseline; gap: 15px; }
.detail-price strong { font-family: Georgia,serif; font-size: 25px; font-weight: 400; }
.detail-price span, .sample-price { color: var(--muted); font-size: 10px; }
.sample-price { margin: 12px 0 26px; line-height: 1.6; }
.detail-add { width: 100%; min-height: 55px; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 11px; letter-spacing: .14em; }
.detail-copy ul { margin: 28px 0; padding: 0; list-style: none; }
.detail-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.detail-copy li span { margin-right: 11px; color: var(--gold); }
.detail-services { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-services div { padding: 16px; border: 1px solid var(--line); }
.detail-services b,.detail-services span { display: block; }
.detail-services b { margin-bottom: 8px; font-family: Georgia,"Songti SC",serif; font-size: 14px; font-weight: 400; }
.detail-services span { color: var(--muted); font-size: 9px; line-height: 1.5; }
.detail-note { padding: 100px 12vw; text-align: center; background: var(--cream); }
.detail-note h2 { margin: 0; font-family: Georgia,"Songti SC",serif; font-size: clamp(34px,4vw,56px); font-weight: 400; }
.detail-note > p:last-child { max-width: 660px; margin: 25px auto 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; order: 2; padding: 80px 7vw; }
  .hero-visual { min-height: 68vh; }
  .trust-strip { grid-template-columns: repeat(2,1fr); gap: 30px 0; }
  .trust-strip div:nth-child(2) { border: 0; }
  .product-grid { grid-template-columns: repeat(2,1fr); gap: 50px 18px; }
  .view-product { opacity: 1; transform: none; }
  .assurance { grid-template-columns: 1fr; }
  .assurance-copy { padding: 90px 8vw; }
  .delivery-steps { grid-template-columns: repeat(2,1fr); }
  .delivery-steps div:nth-child(2) { border-right: 0; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-copy { padding: 25px 0 0; position: static; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-nav { display: none; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { display: none; }
  .about-grid, .company-panel { grid-template-columns: 1fr; }
  .process-band { grid-template-columns: repeat(2,1fr); gap: 45px 0; }
  .process-band div:nth-child(2) { border-right: 0; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .announcement { justify-content: center; text-align: center; font-size: 9px; }
  .announcement-detail { display: none; }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-main { font-size: 17px; }
  .brand-logo { width: 172px; height: 42px; }
  .brand-sub { font-size: 6px; }
  .header-actions { gap: 12px; }
  .cart-button > span { display: none; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 56vh; }
  .hero-carousel-controls { right: 16px; bottom: 92px; }
  .hero-dots { height: 34px; padding: 0 11px; }
  .hero-arrow { width: 34px; height: 34px; }
  .image-credit { right: 16px; top: 16px; }
  .hero-copy { min-height: auto; padding: 65px 24px 70px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { margin: 25px 0; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { margin-top: 40px; gap: 10px; }
  .hero-note span:not(:last-child)::after { display: none; }
  .trust-strip { padding: 32px 20px; grid-template-columns: 1fr 1fr; }
  .trust-strip div { padding: 0 14px; }
  .trust-strip div:nth-child(odd) { padding-left: 0; }
  .trust-strip strong { font-size: 15px; }
  .trust-strip p { font-size: 9px; line-height: 1.5; }
  .collection { padding: 80px 20px 100px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .catalog-controls { grid-template-columns: 1fr; gap: 24px; }
  .category-filter { max-width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; }
  .category-filter button { flex: 0 0 auto; }
  .product-sections { gap: 62px; }
  .product-grid { grid-template-columns: 1fr; gap: 48px; }
  .product-image-wrap { aspect-ratio: 4/5; }
  .assurance-image { min-height: 70vh; }
  .assurance-copy { padding: 75px 24px; }
  .delivery { padding: 85px 24px; }
  .delivery-steps { grid-template-columns: 1fr; }
  .delivery-steps div, .delivery-steps div:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .delivery-steps h3 { margin: 24px 0 12px; }
  .concierge { padding: 90px 24px; }
  .faq-preview { padding: 80px 24px; }
  .faq-preview-heading { align-items: flex-start; flex-direction: column; }
  .faq-preview-grid { grid-template-columns: 1fr; }
  .faq-preview-grid a, .faq-preview-grid a:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .faq-preview-grid h3 { margin-top: 20px; }
  .faq-hero { padding: 85px 24px 75px; }
  .faq-layout { padding: 70px 24px 90px; }
  .faq-group { padding-bottom: 60px; }
  .faq-group h2 { font-size: 32px; }
  .faq-group summary { font-size: 16px; }
  .faq-contact { padding: 45px 24px; }
  .legal-hero { padding: 85px 24px 75px; }
  .legal-layout { padding: 70px 24px 90px; }
  .legal-section { padding-bottom: 65px; }
  .legal-contact { padding: 45px 24px; }
  .about-grid { padding: 75px 24px; gap: 45px; }
  .process-band { padding: 65px 24px; grid-template-columns: 1fr; }
  .process-band div, .process-band div:nth-child(2) { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .company-panel { padding: 75px 24px; }
  .company-panel dl div, .contact-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .contact-layout { padding: 75px 24px 45px; }
  .contact-card { padding: 38px 24px; }
  .launch-alert { margin: 0 24px 75px; }
  footer { padding: 55px 24px 25px; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-links { flex-wrap: wrap; }
  .cart-drawer { padding: 28px 20px; }
  .demo-modal { padding: 45px 28px 35px; }
  .brand-line { min-height: 70px; gap: 12px; font-size: 10px; }
  .back-link { margin-left: 20px; }
  .product-detail { padding: 28px 20px 75px; }
  .detail-gallery, .detail-gallery > img, .detail-image-stage, .detail-image-stage > img, .detail-placeholder { min-height: 520px; }
  .detail-note { padding: 75px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero-track { transition: none !important; }
}
