@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@400;500;600;700&display=swap');
:root{--paper:#f8f4f1;--ink:#35292d;--olive:#6d3442;--muted:#93848a;--line:#e6dcd9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Noto Sans SC',sans-serif;font-size:14px}button,a,input,select{-webkit-tap-highlight-color:transparent}button,input,select{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--olive);outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.45}svg{width:23px;height:23px;vertical-align:middle}img{display:block;width:100%;object-fit:cover}.announcement{text-align:center;background:var(--olive);color:#f2f2e9;font-size:10px;letter-spacing:2px;padding:10px 12px}.announcement span{margin-left:24px;letter-spacing:3px}header{height:106px;max-width:1440px;padding:0 64px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:20px}.brand b{font:italic 54px Georgia,serif;letter-spacing:-4px}.brand b span{color:var(--olive)}.brand>span{font-size:16px;letter-spacing:3px}.brand small{display:block;font-size:8px;letter-spacing:2px;margin-top:5px}.desktop-nav{display:flex;gap:40px;height:100%;align-items:center}.desktop-nav button{height:100%;font-size:13px;position:relative}.desktop-nav button.active:after{content:'';height:2px;background:var(--olive);position:absolute;bottom:25px;left:6px;right:6px}.header-actions{display:flex;gap:24px;align-items:center}.icon-button{padding:7px;position:relative}.icon-button i{position:absolute;top:-2px;right:-3px;background:var(--olive);color:white;border-radius:50%;min-width:18px;height:18px;font-size:10px;font-style:normal}.avatar{width:33px;height:33px;background:#eee2e1;border-radius:50%;font-family:Georgia,serif}main{max-width:1312px;margin:auto}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:510px;background:#ede2dd}.hero-copy{padding:62px 60px 30px;display:flex;flex-direction:column;align-items:flex-start}.season{font-size:10px;letter-spacing:2px;display:flex;gap:10px;align-items:center}.season span{width:6px;height:6px;background:var(--olive);border-radius:50%}h1,h2,h3,p{margin-top:0}.hero h1{font:500 clamp(36px,4.3vw,60px)/1.5 'Noto Serif SC',serif;letter-spacing:4px;margin:29px 0 21px}.hero h1 span{color:#9d6c78}.hero p{font-size:13px;line-height:2.2;color:#857078;letter-spacing:1px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;background:var(--olive);color:#fff;padding:16px 24px;font-size:13px;min-height:50px;transition:background .2s}.primary:hover{background:#502432}.primary svg{width:20px}.hero .primary{margin-top:12px}.hero-bottom{display:flex;justify-content:space-between;width:100%;font-size:10px;letter-spacing:2px;color:#967982;margin-top:auto;padding-top:40px}.hero-photo{position:relative;overflow:hidden;min-height:510px}.hero-photo>img{height:100%;position:absolute;object-position:50% 35%;filter:brightness(.88) saturate(.65)}.photo-caption{position:absolute;bottom:42px;left:40px;color:white}.photo-caption span{font-size:9px;letter-spacing:3px;display:block;margin-bottom:12px}.photo-caption b{font:500 21px 'Noto Serif SC',serif;letter-spacing:3px}.photo-number{position:absolute;right:25px;top:27px;color:white;font-size:10px;letter-spacing:2px;writing-mode:vertical-rl}.values{display:flex;justify-content:space-around;padding:29px 0;border-bottom:1px solid var(--line);color:#8e777f;font-size:11px;letter-spacing:1px}.values i{font:italic 16px Georgia,serif;margin-right:14px;color:#ae959b}.catalog{padding:65px 0 45px;scroll-margin-top:20px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px}.eyebrow{font-size:9px;letter-spacing:2.3px;color:var(--muted)}.section-heading h2{font:500 29px 'Noto Serif SC',serif;letter-spacing:2px;margin:13px 0 0}.section-note{font-size:12px;color:var(--muted);letter-spacing:1px}.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.categories{display:flex;gap:8px}.categories button{min-width:62px;padding:10px 17px;font-size:12px}.categories button.active{background:var(--olive);color:white}.sort{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:11px}.sort select{border:0;background:none;color:#75565f;font-size:11px;padding:8px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}.product-image{position:relative;aspect-ratio:4/4.8;background:#e9e2dc;overflow:hidden}.image-link{padding:0;width:100%;height:100%;display:block}.image-link img{height:100%;transition:transform .6s;filter:saturate(.68)}.image-link:hover img{transform:scale(1.04)}.product-tag{position:absolute;top:16px;left:16px;font-size:10px;background:#f8f4f1ef;padding:6px 10px;pointer-events:none}.favorite{position:absolute;right:12px;top:12px;width:34px;height:34px;background:#f8f4f1de;border-radius:50%;display:grid;place-items:center}.favorite svg{width:17px;height:17px}.favorite.saved{color:var(--olive)}.favorite.saved svg{fill:var(--olive)}.quick-add{position:absolute;bottom:0;left:0;right:0;background:#f8f4f1ed;text-align:left;padding:15px 20px;font-size:11px;transform:translateY(100%);transition:transform .2s}.quick-add span{float:right}.product-image:hover .quick-add,.product-image:focus-within .quick-add{transform:translateY(0)}.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:1.8px;color:var(--muted);margin-top:19px}.swatches{display:flex;gap:5px}.swatches i{display:block;width:10px;height:10px;border-radius:50%;border:1px solid #00000010}.product-name{padding:9px 0;font-size:14px}.price{font-size:14px;letter-spacing:.5px}.price small{color:#998890;font-size:10px;margin-left:12px;letter-spacing:0}.journal{text-align:center;border-top:1px solid var(--line);padding:68px 16px 65px;margin-top:20px}.journal h2{font:400 35px 'Noto Serif SC',serif;margin:23px 0}.journal h2 em{color:var(--olive);font-style:normal}.journal p{color:var(--muted);font-size:12px;line-height:2.2}.journal>span:last-child{font-size:8px;letter-spacing:2px;display:block;margin-top:30px}footer{border-top:1px solid var(--line);padding:32px 64px;display:flex;align-items:center;justify-content:space-between;color:var(--muted)}footer .brand b{font-size:34px}footer .brand>span,footer>span,footer small{font-size:9px;letter-spacing:1px}.mobile-nav{display:none}.search-form{display:flex;border-bottom:1px solid var(--line);padding:12px 0;margin-bottom:28px;gap:15px}.search-form input{flex:1;min-width:0;background:none;border:0;padding:9px;outline:none}.search-form label{display:flex;align-items:center}.search-form button{background:var(--olive);color:white;padding:8px 24px}.inner-page{padding:65px 0;min-height:65vh}.inner-page>h1{font:500 36px 'Noto Serif SC',serif;margin:20px 0 38px}.inner-page h1 small{font-size:20px;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:70px}.cart-row{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid var(--line);position:relative}.cart-row img{width:115px;height:150px}.cart-row h3{font-size:15px;font-weight:500;margin:3px 0 10px}.cart-row p{font-size:12px;color:var(--muted)}.cart-row b{font-weight:500}.quantity{display:flex;align-items:center;border:1px solid var(--line);width:108px;justify-content:space-between;margin-top:15px}.quantity button{width:34px;height:30px}.remove{margin-left:auto;align-self:flex-start}.remove svg{width:17px}.summary{background:#f0e7e2;padding:30px;height:fit-content}.summary h2{font:500 23px 'Noto Serif SC',serif;margin-bottom:30px}.summary p{display:flex;justify-content:space-between;color:#927a82;font-size:12px}.total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:24px 0;margin-top:24px}.total b{font-size:23px;font-weight:500}.summary .primary{width:100%}.summary small,.detail-info>small{display:block;font-size:10px;line-height:1.8;color:var(--muted);margin-top:15px;text-align:center}.empty{text-align:center;padding:70px 15px}.empty>svg{width:45px;height:45px;color:#a98b95;margin-bottom:24px}.empty h2{font:400 25px 'Noto Serif SC',serif}.empty p{color:var(--muted);line-height:1.8}.empty .primary{margin-top:15px}.account{max-width:760px;margin:auto}.account>p{color:var(--muted)}.account-links{margin:40px 0}.account-links button{display:flex;width:100%;align-items:center;padding:23px 0;border-bottom:1px solid var(--line);gap:22px}.account-links button span{flex:1;text-align:left}.demo-note{padding:22px;background:#f0e7e2;font-size:13px;color:#8b6d78;line-height:1.9}.demo-note h3{font-size:15px}.demo-note p{margin:0}dialog{width:min(850px,94vw);max-height:90dvh;padding:0;border:0;background:var(--paper);color:var(--ink);overflow:auto}dialog::backdrop{background:#23261f70;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:12px;top:12px;background:var(--paper);width:34px;height:34px;border-radius:50%;z-index:2}.dialog-close svg{width:18px}.detail-layout{display:grid;grid-template-columns:1fr 1fr}.detail-photo{height:100%;min-height:550px;filter:saturate(.7)}.detail-info{padding:50px 30px 30px}.detail-info h2{font:500 24px/1.7 'Noto Serif SC',serif;margin:16px 0}.detail-price{font-size:22px;margin-bottom:20px}.detail-info p{font-size:12px;line-height:2;color:var(--muted)}.material{font-size:11px;padding:12px 0;border-top:1px solid var(--line)}fieldset{border:0;padding:0;margin:22px 0}legend{font-size:12px;margin-bottom:12px}.choices{display:flex;gap:8px}.choices button{border:1px solid var(--line);padding:9px 15px;min-width:43px;font-size:12px}.choices button.chosen{border-color:var(--olive);background:#eddee2}.detail-info .size-note{font-size:10px}.add-cart{width:100%}.checkout{padding:55px 40px 35px;max-width:550px;margin:auto}.checkout h2{font:500 28px 'Noto Serif SC',serif;margin-top:20px}.checkout>p{color:var(--muted);line-height:2}.checkout .primary{width:100%;margin-top:25px}#toast{position:fixed;bottom:40px;left:50%;transform:translate(-50%,20px);background:var(--olive);color:white;padding:15px 25px;font-size:12px;opacity:0;transition:.2s;pointer-events:none;z-index:10;max-width:90vw;width:max-content}#toast.visible{opacity:1;transform:translate(-50%,0)}@media(min-width:1450px){main{max-width:1312px}}@media(max-width:1440px){main{margin:0 64px}}@media(max-width:1000px){header{padding:0 32px}.desktop-nav{gap:20px}main{margin:0 32px}.hero-copy{padding:42px 32px 25px}.hero,.hero-photo{min-height:465px}.hero h1{font-size:43px}.brand{gap:12px}.section-note{display:none}.cart-layout{gap:25px}footer{padding:25px 32px}footer>span{display:none}}@media(max-width:650px){body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.announcement{font-size:8px;padding:8px 0;letter-spacing:1.4px}.announcement span{margin-left:12px;font-size:8px;letter-spacing:1px}header{height:80px;padding:0 20px}.brand b{font-size:42px}.brand>span{font-size:12px;letter-spacing:2px}.brand small{font-size:6px}.desktop-nav,.avatar{display:none}.header-actions{gap:13px}.icon-button{padding:4px}.icon-button svg{width:21px}main{margin:0 20px}.hero{display:flex;flex-direction:column;min-height:0}.hero-copy{padding:30px 26px}.season{font-size:8px;letter-spacing:1.5px}.hero h1{font-size:36px;line-height:1.5;margin:20px 0 14px;letter-spacing:2px}.hero p{font-size:11px;line-height:2}.hero .primary{padding:13px 19px;min-height:44px;font-size:11px;margin-top:5px}.hero-bottom{display:none}.hero-photo{height:260px;min-height:260px}.hero-photo>img{object-position:50% 35%}.photo-caption{bottom:24px;left:25px}.photo-caption b{font-size:17px}.photo-caption span{font-size:7px}.values{padding:22px 0;font-size:8px;letter-spacing:0;gap:12px;justify-content:space-between}.values i{display:none}.catalog{padding:35px 0}.section-heading{margin-bottom:23px}.section-heading h2{font-size:23px;letter-spacing:1px}.eyebrow{font-size:8px;letter-spacing:1.6px}.catalog-toolbar{display:block;margin-bottom:18px}.categories{gap:3px;justify-content:space-between}.categories button{min-width:0;padding:8px 12px;font-size:11px}.sort{justify-content:space-between;margin-top:12px}.product-grid{grid-template-columns:1fr 1fr;gap:27px 13px}.product-tag{top:10px;left:8px;font-size:8px;padding:5px 7px}.favorite{width:28px;height:28px;top:7px;right:7px}.favorite svg{width:14px}.product-meta{font-size:6px;letter-spacing:.7px;margin-top:12px}.swatches i{width:8px;height:8px}.product-name{font-size:11px;text-align:left;padding:8px 0;line-height:1.6}.price{font-size:13px}.price small{font-size:8px;margin-left:7px}.quick-add{display:none}.journal{padding:38px 0;margin:0}.journal h2{font-size:23px;line-height:1.8}.journal p{font-size:11px}footer{padding:25px 20px;display:block;text-align:center}footer .brand{justify-content:center}footer .brand>span{font-size:9px}footer small{display:block;margin-top:17px;font-size:8px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#f8f4f1f7;border-top:1px solid var(--line);backdrop-filter:blur(10px);display:flex;justify-content:space-around;padding:10px 0 calc(9px + env(safe-area-inset-bottom));z-index:3}.mobile-nav button{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:62px;color:#a08992;font-size:9px}.mobile-nav button.active{color:var(--olive)}.mobile-nav svg{width:21px;height:21px}.inner-page{padding:36px 0}.inner-page>h1{font-size:28px;line-height:1.7;margin:14px 0 22px}.cart-layout{display:block}.cart-row{gap:15px}.cart-row img{width:85px;height:125px}.cart-row h3{font-size:12px;padding-right:5px}.cart-row p{font-size:10px}.summary{margin-top:28px;padding:22px}.empty{padding:60px 5px}.empty p{font-size:12px}.empty h2{font-size:22px}.detail-layout{display:block}.detail-photo{height:240px;min-height:0;object-position:50% 35%}.detail-info{padding:25px}.detail-info h2{font-size:23px}.detail-info .eyebrow{font-size:8px}.detail-info p{margin-bottom:12px}.detail-price{margin-bottom:12px}fieldset{margin:18px 0}dialog{width:calc(100vw - 24px);max-height:90dvh}.checkout{padding:50px 24px 25px}.checkout h2{font-size:23px}#toast{bottom:90px;font-size:11px}.search-form input{font-size:12px}.search-form button{padding:8px 14px}.account>p{font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}

/* Intimates collection: preserve the complete garment in product photography. */
.brand b{font-size:44px;letter-spacing:-2.6px}.brand>span{letter-spacing:4px}.hero-photo>img{filter:none;object-fit:cover;object-position:center}.hero-photo{background:#e9e2dc}.hero-photo:after{content:'';position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#39232b65);pointer-events:none}.photo-caption{z-index:1}.photo-number{color:#6d3442}.image-link img,.detail-photo{filter:none;object-fit:contain}.product-image{background:#e9e2dc;aspect-ratio:4/5}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-meta{letter-spacing:1px}.material{line-height:2.1}.detail-photo{background:#e9e2dc}.cart-row img{object-fit:contain;background:#e9e2dc}.brand small{letter-spacing:1.7px}.section-heading h2{letter-spacing:1px}footer .brand b{font-size:31px}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand>span{font-size:13px}.desktop-nav{gap:14px}}
@media(max-width:650px){.brand b{font-size:36px}.brand>span{font-size:12px;letter-spacing:3px}.brand small{font-size:6px;letter-spacing:1px}.hero-copy{padding:27px 25px}.hero-photo{height:300px;min-height:300px}.hero-photo>img{object-fit:contain;object-position:center}.photo-caption b{font-size:15px}.photo-caption{bottom:20px}.categories{gap:2px}.categories button{padding:9px 8px;font-size:10px}.values{font-size:8px;gap:6px}.product-meta{letter-spacing:.4px;font-size:6px}.product-grid{gap:26px 12px}.detail-photo{height:260px;object-position:center}.section-heading h2{font-size:23px}footer .brand b{font-size:30px}}

.categories{flex-wrap:wrap}.choices{flex-wrap:wrap}.product-name{overflow-wrap:anywhere}.detail-info p,.material{white-space:pre-line;overflow-wrap:anywhere}.hero h1,.hero p{overflow-wrap:anywhere}.hero-photo .photo-caption b{overflow-wrap:anywhere}.stock-note{color:var(--olive)!important}
