:root{--color-bg: #ffffff;--color-bg-muted: #f6f5f2;--color-text: #1f1c1a;--color-text-muted: #756e67;--color-border: #eae7e2;--color-accent: #2a2521;--color-accent-hover: #000000;--color-status-available: #5e6d4f;--color-status-available-bg: #eef2e7;--color-status-confirm: #857050;--color-status-confirm-bg: #f4eee2;--color-status-out: #8b3a3a;--color-status-out-bg: #fceeee;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .06);--container: min(1120px, calc(100% - 2rem) );--header-height: 64px;--font: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}ul{margin:0;padding:0;list-style:none}.app{min-height:100vh}.container{width:var(--container);margin-inline:auto}.header{position:sticky;top:0;z-index:100;height:var(--header-height);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.logo{border:none;background:none;padding:0;font-size:1.2rem;font-weight:600;letter-spacing:.06em;color:var(--color-text);text-transform:none}.nav{display:none;gap:.25rem}.nav--open{display:flex;flex-direction:column;position:absolute;top:var(--header-height);left:0;right:0;padding:1rem;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-card)}.nav__link{border:none;background:none;padding:.75rem 1rem;text-align:left;font-size:.95rem;color:var(--color-text-muted);border-radius:var(--radius-sm)}.nav__link:hover{color:var(--color-text);background:var(--color-bg-muted)}.nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:0;border:none;background:none}.nav-toggle span{display:block;width:22px;height:2px;margin-inline:auto;background:var(--color-text);border-radius:1px}@media(min-width:768px){.nav{display:flex;flex-direction:row;position:static;padding:0;background:none;border:none;box-shadow:none}.nav--open{flex-direction:row}.nav__link{text-align:center;padding:.5rem .85rem}.nav-toggle{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:999px;border:1px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--full{width:100%}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-hover)}.btn--secondary{background:var(--color-bg);color:var(--color-text);border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-text-muted)}.btn--outline{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn--outline:hover{border-color:var(--color-text);background:var(--color-bg-muted)}.cart-fab{border:none;border-radius:999px;padding:.58rem 1rem;font-size:.85rem;background:var(--color-accent);color:#fff;white-space:nowrap}.cart-fab--header{display:none}.cart-fab--mobile{position:fixed;z-index:110;right:1rem;bottom:1rem;box-shadow:0 10px 28px #1c16123d}@media(min-width:768px){.cart-fab--header{display:inline-flex;align-items:center;justify-content:center}.cart-fab--mobile{display:none}}.hero{position:relative;overflow:hidden;padding:5.25rem 0 4.5rem;background:radial-gradient(circle at 78% 18%,#efe6dc94,#efe6dc00 46%),radial-gradient(circle at 14% 86%,#f4eee7d1,#f4eee700 54%),linear-gradient(155deg,#fbfaf7,#f7f1eb)}.hero:before,.hero:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.hero:before{width:min(36vw,420px);height:min(36vw,420px);background:#d8c8b838;top:-180px;right:-60px}.hero:after{width:min(26vw,280px);height:min(26vw,280px);background:#f4eee7cc;bottom:-110px;left:-50px}.hero__inner{position:relative;z-index:1;display:grid;gap:1.8rem;margin-inline:auto;align-items:center}.hero__content{max-width:560px}.hero__eyebrow{margin:0 0 .9rem;font-size:.78rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#6d655e}.hero__title{margin:0 0 .55rem;font-size:clamp(3rem,9vw,5.2rem);font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#111}.hero__subtitle-en{margin:0 0 1.05rem;max-width:460px;font-size:clamp(1rem,2.8vw,1.26rem);letter-spacing:.015em;color:#39332f}.hero__subtitle{margin:0 0 1.1rem;max-width:500px;font-size:1.03rem;color:#5f564f;line-height:1.7}.hero__pills{margin-bottom:1.45rem;display:flex;flex-wrap:wrap;gap:.55rem}.hero__pills span{padding:.45rem .9rem;border-radius:999px;border:1px solid #e8ddd1;background:#f4eee7;font-size:.8rem;color:#3f3832}.hero__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.2rem}.hero__meta{margin:0;font-size:.875rem;letter-spacing:.08em;color:#7d7369}.hero__visual{position:relative;min-height:360px;width:min(100%,500px);justify-self:center}.hero__visual-main,.hero__visual-accent{overflow:hidden;border-radius:34px;box-shadow:0 16px 44px #2b251f24;border:1px solid rgba(255,255,255,.85);background:#f6efe8}.hero__visual-main{width:82%;margin-left:auto;aspect-ratio:4 / 5}.hero__visual-accent{position:absolute;width:50%;left:0;bottom:2%;aspect-ratio:3 / 4}.hero__visual img{width:100%;height:100%;object-fit:cover}@media(min-width:480px){.hero__actions{flex-direction:row;flex-wrap:wrap}}@media(min-width:768px){.hero{padding:6.2rem 0 5.4rem}.hero__inner{grid-template-columns:1.05fr .95fr;gap:2rem}.hero__visual{min-height:470px;width:100%}.hero__visual-main{width:84%}.hero__visual-accent{width:46%;bottom:4%}}@media(min-width:1100px){.hero{padding:7rem 0 6rem}.hero__inner{gap:2.8rem}}.section{padding:4rem 0}.section--muted{background:var(--color-bg-muted)}.section-header{margin-bottom:2.5rem;max-width:560px}.section-header__title{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);font-weight:600;letter-spacing:-.02em}.section-header__subtitle{margin:0;color:var(--color-text-muted);line-height:1.7}.category-filter{display:flex;gap:.6rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:-.4rem 0 1.35rem;padding:.35rem 0 .75rem}.category-filter__button{border:1px solid var(--color-border);background:#fff;color:var(--color-text);border-radius:999px;padding:.5rem .95rem;font-size:.85rem;white-space:nowrap}.category-filter__button.is-active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.card-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.card-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.card{background:var(--color-bg);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);border:1px solid var(--color-border)}.card:hover{box-shadow:0 10px 28px #231e1914}.section--muted .card{border-color:transparent}.card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-bg-muted)}.card__media img{width:100%;height:100%;object-fit:cover}.card__body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.card__brand{margin:0;font-size:.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.card__title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.35}.card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;font-size:.875rem;color:var(--color-text-muted);background:var(--color-bg-muted)}.card__details{display:grid;gap:.5rem;margin:.5rem 0 1rem;flex:1}.card__details div{display:grid;grid-template-columns:3rem 1fr;gap:.5rem;align-items:baseline;font-size:.875rem}.card__details dt{margin:0;color:var(--color-text-muted);font-weight:500}.card__details dd{margin:0;color:var(--color-text)}.card__price{margin:0;font-size:.95rem;font-weight:500}.card__reason{margin:.25rem 0 .75rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.6;flex:1}.card__meta{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.card__meta-label{display:block;font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.15rem}.product-card,.outfit-card{display:flex;flex-direction:column}.product-card{cursor:pointer}.item-list{margin:.25rem 0 .5rem}.item-list li{position:relative;padding-left:1rem;font-size:.875rem;color:var(--color-text-muted);line-height:1.7}.item-list li:before{content:"·";position:absolute;left:0;color:var(--color-text-muted)}.cart-action-btn{margin-top:.15rem}.add-cart-panel{margin-top:.35rem;border:1px solid var(--color-border);border-radius:12px;background:#fdfbf9;padding:.75rem;display:grid;gap:.5rem}.add-cart-panel label{display:grid;gap:.28rem;font-size:.8rem;color:var(--color-text-muted)}.add-cart-panel select,.add-cart-panel input{border:1px solid var(--color-border);border-radius:10px;padding:.52rem .58rem;background:#fff}.inline-toast{margin:.2rem 0 0;font-size:.82rem;color:#4b7b57}.status-badge{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;border-radius:999px}.status-badge--available{background:var(--color-status-available-bg);color:var(--color-status-available)}.status-badge--confirm{background:var(--color-status-confirm-bg);color:var(--color-status-confirm)}.status-badge--out_of_stock{background:var(--color-status-out-bg);color:var(--color-status-out)}.steps{display:grid;gap:1.5rem;margin:0;padding:0;list-style:none}@media(min-width:768px){.steps{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:960px){.steps{grid-template-columns:repeat(4,1fr)}}.step{display:flex;gap:1rem;padding:1.5rem;background:var(--color-bg-muted);border-radius:var(--radius-md);border:1px solid var(--color-border)}.section--muted+.section .step,.section:not(.section--muted) .step{background:var(--color-bg)}.step__number{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;border-radius:50%;background:var(--color-accent);color:#fff}.step__title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.step__desc{margin:0;font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:.75rem;max-width:720px}.faq-item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.section--muted .faq-item{border-color:transparent;box-shadow:var(--shadow-card)}.faq-item__question{padding:1.15rem 1.25rem;font-weight:500;cursor:pointer;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__question:after{content:"+";float:right;font-weight:400;color:var(--color-text-muted)}.faq-item[open] .faq-item__question:after{content:"−"}.faq-item__answer{margin:0;padding:0 1.25rem 1.15rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.7}#contact{background:linear-gradient(180deg,#fbfaf7,#faf7f2)}#contact .container{max-width:1100px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.contact-hero{width:100%;padding:2.25rem 1.6rem;border-radius:32px;border:1px solid #efe6dc;background:linear-gradient(170deg,#faf7f2,#fdfbf8);text-align:center}.contact-hero__title{margin:0;font-size:clamp(2rem,5.8vw,3rem);letter-spacing:.02em;color:#111}.contact-hero__eyebrow{margin:.45rem 0 0;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:#7f756c}.contact-hero__subtitle{max-width:640px;margin:1rem auto 0;font-size:1rem;line-height:1.7;color:#38322d}.contact-hero__meta{margin:.85rem 0 0;font-size:.87rem;color:#8e8277}.contact-hero__chips{margin-top:1.2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.contact-hero__chips span{padding:.45rem .9rem;border-radius:999px;background:#f4eee7;border:1px solid #e7ddd1;font-size:.8rem;color:#453d35}.contacts-grid{display:grid;gap:1.25rem;width:100%;max-width:980px}.contacts-grid--compact{max-width:820px}@media(min-width:640px){.contacts-grid{grid-template-columns:repeat(2,1fr)}}.contact-card{display:flex;flex-direction:column;align-items:center;gap:.85rem;padding:1.65rem 1.35rem;background:#fffdfa;border-radius:28px;border:1px solid #efe6dc;box-shadow:0 6px 24px #19140e0f}#contact .contact-card,.contact-card--compact{background:#fffdfa}.contacts-grid--compact .contact-card{padding:1.2rem 1rem;border-radius:22px}.contact-card__name{margin:0;font-size:.92rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#2f2923}.contact-card__qr{width:clamp(170px,45vw,200px);height:clamp(170px,45vw,200px);border-radius:20px;overflow:hidden;background:#fff;border:1px solid #ebe2d8}.contact-card__qr img,.contact-card__qr .card__placeholder{width:100%;height:100%;min-height:0}.contact-card__info{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.contact-card__label{margin:0;font-size:.8rem;color:#8e8277;letter-spacing:.04em}.contact-card__id{margin:0 0 .25rem;font-size:1rem;font-weight:600;letter-spacing:.02em;word-break:break-all;color:#111}#contact .contacts-grid{justify-items:stretch}.contact-card__hint{margin:.2rem 0 0;font-size:.82rem;color:#6f645a}.order-flow{width:100%}.order-flow__title{margin:0 0 .9rem;text-align:center;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:#332d28}.order-flow__grid{display:grid;gap:.8rem}.order-flow__card{border:1px solid #e8ded3;border-radius:20px;background:#fffdf9;padding:1rem 1rem .95rem}.order-flow__index{margin:0;font-size:.75rem;letter-spacing:.12em;color:#8e8277}.order-flow__text{margin:.45rem 0 0;font-size:.92rem;color:#2f2923}.contact-note{width:100%;border:1px solid #e8ded3;border-radius:22px;background:#f7f1e9;padding:1rem 1.1rem;font-size:.9rem;color:#564b41;line-height:1.7}@media(min-width:760px){.order-flow__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:639px){#contact .container{gap:1.1rem}.contact-hero{padding:1.7rem 1rem;border-radius:24px}}.footer{padding:2.5rem 0;border-top:1px solid var(--color-border);background:var(--color-bg-muted)}.footer__disclaimer{margin:0 0 .4rem;max-width:780px;font-size:.73rem;color:#93887d;line-height:1.6}.footer__copy{margin:0;font-size:.8rem;color:var(--color-text-muted)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#0006}.modal{position:relative;width:100%;max-width:720px;max-height:92vh;overflow-y:auto;padding:2rem 1.5rem 1.5rem;background:var(--color-bg);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -8px 40px #0000001f}.modal--detail{max-width:980px}@media(min-width:480px){.modal-backdrop{align-items:center;padding:1rem}.modal{border-radius:var(--radius-lg);max-height:90vh}}.modal__close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:var(--color-bg-muted);border-radius:50%;font-size:1.5rem;line-height:1;color:var(--color-text-muted)}.modal__close:hover{color:var(--color-text)}.modal__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;padding-right:2rem}.modal__hint{margin:0 0 1.5rem;font-size:.875rem;color:var(--color-text-muted)}.inquiry-box{margin-top:1.5rem;padding:1.25rem;background:var(--color-bg-muted);border-radius:var(--radius-md);border:1px solid var(--color-border)}.inquiry-box__label{margin:0 0 .5rem;font-size:.8rem;font-weight:500;color:var(--color-text-muted)}.inquiry-box__text{margin:0 0 1rem;font-size:.95rem;line-height:1.6;color:var(--color-text)}.detail-grid{display:grid;gap:1.5rem}.detail-gallery__main{border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);background:var(--color-bg-muted);aspect-ratio:4 / 5}.detail-gallery__main img{width:100%;height:100%;object-fit:cover}.detail-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));gap:.5rem;margin-top:.75rem}.detail-thumb{padding:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg)}.detail-thumb img{width:100%;height:64px;object-fit:cover}.detail-thumb--active{border-color:var(--color-accent)}.detail-info{display:flex;flex-direction:column}.detail-info__title{margin:0 0 .5rem;font-size:1.5rem;line-height:1.25}.card__details--detail{margin-top:0}@media(min-width:900px){.detail-grid{grid-template-columns:1.2fr 1fr;align-items:start}}.cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;background:#13100d66;display:flex;justify-content:flex-end}.cart-drawer{width:min(100%,520px);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-8px 0 36px #00000024}.cart-drawer__header{padding:1rem 1rem .8rem;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.cart-drawer__header h2{margin:0;font-size:1.15rem}.cart-drawer__close{border:none;background:var(--color-bg-muted);width:34px;height:34px;border-radius:50%;font-size:1.5rem}.cart-drawer__content{flex:1;overflow:auto;padding:.95rem 1rem;display:grid;gap:.8rem}.cart-empty{margin:.5rem 0;color:var(--color-text-muted)}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:.75rem;border:1px solid var(--color-border);border-radius:16px;padding:.6rem}.cart-item__image{border-radius:12px;overflow:hidden;background:var(--color-bg-muted);aspect-ratio:4 / 5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info h3{margin:0;font-size:.92rem;line-height:1.35}.cart-item__info p{margin:.25rem 0 0;font-size:.82rem;color:var(--color-text-muted)}.cart-item__actions{margin-top:.55rem;display:flex;align-items:end;gap:.5rem}.cart-item__actions label{font-size:.78rem;color:var(--color-text-muted);display:grid;gap:.2rem}.cart-item__actions input{width:72px;border:1px solid var(--color-border);border-radius:10px;padding:.45rem .5rem}.cart-drawer__footer{border-top:1px solid var(--color-border);padding:.95rem 1rem 1rem;display:grid;gap:.7rem}.cart-total{margin:0;font-size:1.05rem;font-weight:600}.cart-footer__actions{display:flex;gap:.6rem}.cart-wechat-hint{margin:0;font-size:.82rem;color:var(--color-text-muted)}.cart-contacts{display:grid;gap:.55rem;grid-template-columns:repeat(2,minmax(0,1fr))}.cart-contact{border:1px solid var(--color-border);border-radius:14px;background:#fffcf8;padding:.6rem}.cart-contact p{margin:0;font-size:.78rem}.cart-contact p+p{color:var(--color-text-muted);margin-top:.2rem}.cart-contact img{margin-top:.45rem;width:100%;border-radius:10px}
