:root{--background: #F5F2ED;--foreground: #1C1916;--card: #FFFFFF;--secondary: #EAE6E0;--muted: #EAE6E0;--muted-foreground: #8A867F;--accent: #C4A882;--primary-foreground: #F5F2ED;--border: rgba(28, 25, 22, .1);--radius: .25rem;--font-serif: "Shippori Mincho", "Noto Serif TC", serif;--font-sans: "Noto Sans JP", "DM Sans", "Noto Sans TC", sans-serif;--page-max: 80rem}*,*:before,*:after{box-sizing:border-box}html{font-size:15px;-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-weight:300;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}ul{list-style:none;margin:0;padding:0}.serif{font-family:var(--font-serif)}.uppercase{text-transform:uppercase}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.page-width{max-width:var(--page-max);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}.page-width--narrow{max-width:56rem}.page-width--mid{max-width:64rem}@media(min-width:640px){.page-width{padding-left:2rem;padding-right:2rem}}.section-rule{display:flex;align-items:center;gap:1.5rem}.section-rule .line{flex:1;height:1px;background:var(--border)}.eyebrow{font-size:9px;letter-spacing:.3em;color:var(--muted-foreground);font-weight:300;text-transform:uppercase}.btn-outline{display:inline-block;border:1px solid var(--foreground);color:var(--foreground);font-size:11px;letter-spacing:.25em;padding:.75rem 2.5rem;font-weight:300;text-transform:uppercase;transition:all .25s;background:transparent}.btn-outline:hover{background:var(--foreground);color:var(--primary-foreground)}.btn-solid{display:block;width:100%;background:var(--foreground);color:var(--primary-foreground);font-size:11px;letter-spacing:.25em;padding:1rem;font-weight:300;text-transform:uppercase;transition:opacity .25s}.btn-solid:hover{opacity:.8}.btn-solid:disabled{opacity:.4;cursor:not-allowed}.announcement{background:var(--foreground);color:var(--primary-foreground);text-align:center;font-size:12px;padding:.5rem 1rem;letter-spacing:.15em;font-weight:300}.site-header{position:sticky;top:0;z-index:50;background:#f5f2edf2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border)}.header-inner{max-width:var(--page-max);margin:0 auto;padding:0 1.25rem;height:3.5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:640px){.header-inner{padding:0 2rem}}.logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.logo .name{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;letter-spacing:.12em}.logo .tag{font-size:9px;letter-spacing:.25em;color:var(--muted-foreground);font-weight:300;text-transform:uppercase;margin-top:2px}.main-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.main-nav{display:flex}}.main-nav a{font-size:11px;letter-spacing:.2em;font-weight:300;text-transform:uppercase;color:var(--muted-foreground);transition:color .2s;padding-bottom:2px}.main-nav a:hover{color:var(--foreground)}.main-nav a.is-active{color:var(--foreground);border-bottom:1px solid var(--foreground)}.main-nav{align-self:stretch}.nav-item{position:relative;display:flex;align-items:center;align-self:stretch}.nav-item>a{display:flex;align-items:center;gap:.3rem;height:100%}.nav-chevron{transition:transform .2s;flex-shrink:0}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:11rem;background:var(--background);border:1px solid var(--border);list-style:none;padding:.375rem 0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s,visibility .18s;z-index:200}.nav-item:hover .nav-dropdown,.nav-item.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown a{display:block;padding:.5rem 1.25rem;border-bottom:none;white-space:nowrap}.nav-dropdown a:hover{background:var(--muted)}.header-actions{display:flex;align-items:center;gap:.25rem}@media(max-width:767px){.header-inner{position:relative}.logo{position:absolute;left:50%;transform:translate(-50%)}}.icon-btn{padding:.5rem;transition:opacity .2s;position:relative;display:inline-flex}.icon-btn:hover{opacity:.6}.cart-count{position:absolute;top:4px;right:4px;background:var(--foreground);color:var(--primary-foreground);font-size:9px;font-weight:500;border-radius:9999px;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.menu-toggle{display:inline-flex}@media(min-width:768px){.menu-toggle{display:none}}.header-search{border-top:1px solid var(--border);background:var(--background);padding:.75rem 1.25rem}.header-search[hidden]{display:none}.header-search .inner{max-width:32rem;margin:0 auto;display:flex;align-items:center;gap:.75rem}.header-search input{width:100%;background:transparent;border:none;outline:none;font-size:.875rem;font-weight:300}.header-search input::placeholder{color:var(--muted-foreground)}.mobile-menu{border-top:1px solid var(--border);background:var(--background);padding:1.5rem 1.25rem;flex-direction:column;gap:.25rem}.mobile-menu[hidden]{display:none}.mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border)}.mobile-sub-link{padding-left:1.25rem!important}.mobile-sub-link .zh{font-size:.8125rem;color:var(--muted-foreground)}.mobile-menu .zh{font-size:.875rem;font-weight:300}.mobile-menu .en{font-size:10px;letter-spacing:.15em;color:var(--muted-foreground);text-transform:uppercase}.hero{position:relative;overflow:hidden;height:85vh;min-height:480px}.hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c191633}.hero .content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;gap:1.25rem}.hero .kicker{font-size:10px;letter-spacing:.35em;color:#fffc;font-weight:300;text-transform:uppercase}.hero h1{font-family:var(--font-serif);font-size:3rem;font-weight:500;color:#fff;line-height:1.15;letter-spacing:.03em;margin:0}.hero h1 .it{font-style:italic;font-weight:400}.hero .sub{color:#ffffffbf;font-size:.875rem;font-weight:300;letter-spacing:.15em;max-width:20rem}.hero .btn-outline{border-color:#fff;color:#fff;margin-top:.5rem}.hero .btn-outline:hover{background:#fff;color:var(--foreground)}@media(min-width:640px){.hero h1{font-size:4.5rem}}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.collection-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.collection-card{position:relative;overflow:hidden;aspect-ratio:4 / 5;background:var(--muted);display:block}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.collection-card:hover img{transform:scale(1.05)}.collection-card .veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c191640;transition:background .3s}.collection-card:hover .veil{background:#1c191659}.collection-card .label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:1.5rem;gap:.25rem}.collection-card .en{color:#fff;font-size:9px;letter-spacing:.3em;font-weight:300}.collection-card .zh{font-family:var(--font-serif);color:#fff;font-size:1.25rem;font-weight:500}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.product-grid{gap:1.25rem}}.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.product-grid--4{grid-template-columns:repeat(4,1fr)}}.product-card{display:flex;flex-direction:column;gap:.75rem}.product-card .media{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--muted);cursor:pointer;display:block}.product-card .media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s}.product-card .media .img-hover,.product-card .media:hover .img-main{opacity:0}.product-card .media:hover .img-hover{opacity:1}.badge{position:absolute;top:.75rem;left:.75rem;font-size:9px;letter-spacing:.2em;background:var(--foreground);color:var(--primary-foreground);padding:.25rem .625rem;font-weight:300}.wishlist-btn{position:absolute;top:.75rem;right:.75rem;padding:.375rem;background:#f5f2edcc;transition:background .2s;line-height:0}.wishlist-btn:hover{background:var(--background)}.wishlist-btn.is-active svg{fill:var(--foreground)}.quick-add{position:absolute;bottom:0;left:0;right:0;transform:translateY(.5rem);opacity:0;transition:all .3s}.product-card .media:hover .quick-add{transform:translateY(0);opacity:1}.quick-add button{width:100%;background:#1c1916e6;color:var(--primary-foreground);font-size:10px;letter-spacing:.25em;padding:.75rem;font-weight:300;text-transform:uppercase;transition:background .2s}.quick-add button:hover{background:var(--foreground)}.product-card .info{display:flex;flex-direction:column;gap:.125rem;padding:0 2px}.product-card .ptype{font-size:9px;letter-spacing:.2em;color:var(--muted-foreground);font-weight:300;text-transform:uppercase}.product-card .title{font-size:.875rem;font-weight:300;line-height:1.35;text-align:left;transition:opacity .2s}.product-card .title:hover{opacity:.7}.price-row{display:flex;align-items:center;gap:.5rem;margin-top:2px}.price{font-size:.875rem;font-weight:300}.price--compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.section-pad{padding-top:4rem;padding-bottom:4rem}.section-pad-lg{padding-top:5rem;padding-bottom:5rem}.center-actions{display:flex;justify-content:center;margin-top:3rem}.split{display:grid;min-height:480px}@media(min-width:768px){.split{grid-template-columns:1fr 1fr}}.split .media{position:relative;overflow:hidden;min-height:300px}.split .media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.split .panel{background:var(--secondary);display:flex;flex-direction:column;justify-content:center;padding:3.5rem 2.5rem;gap:1.5rem}@media(min-width:640px){.split .panel{padding:3.5rem 4rem}}.split .panel h2{font-family:var(--font-serif);font-size:1.875rem;font-weight:500;line-height:1.5;margin:0}@media(min-width:640px){.split .panel h2{font-size:2.25rem}}.split .panel p{font-size:.875rem;font-weight:300;color:var(--muted-foreground);line-height:1.7;max-width:24rem;margin:0}.split .panel .btn-outline{align-self:flex-start;padding:.625rem 1.75rem;letter-spacing:.2em}.testimonials{max-width:64rem;margin:0 auto;text-align:center}.testimonial-grid{display:grid;gap:2rem}@media(min-width:640px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial{display:flex;flex-direction:column;align-items:center;gap:1rem}.testimonial img{width:3.5rem;height:3.5rem;border-radius:9999px;object-fit:cover;filter:grayscale(1);opacity:.8}.testimonial p{font-size:.875rem;font-weight:300;color:var(--muted-foreground);line-height:1.7;margin:0}.testimonial .who{font-size:10px;letter-spacing:.15em;font-weight:500}.collection-head{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}@media(min-width:640px){.collection-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.collection-head h1{font-family:var(--font-serif);font-size:1.875rem;font-weight:500;margin:0}.search-inline{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--foreground);padding-bottom:.25rem;width:100%}@media(min-width:640px){.search-inline{width:13rem}}.search-inline input{background:transparent;border:none;outline:none;font-size:.875rem;font-weight:300;width:100%}.search-inline input::placeholder{color:var(--muted-foreground)}.filter-tabs{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1px;margin-bottom:2.5rem;border-bottom:1px solid var(--border)}.filter-tabs a{flex-shrink:0;font-size:11px;letter-spacing:.2em;font-weight:300;padding-bottom:.75rem;text-transform:uppercase;color:var(--muted-foreground);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s}.filter-tabs a:hover{color:var(--foreground)}.filter-tabs a.is-active{color:var(--foreground);border-bottom-color:var(--foreground)}.empty-state{text-align:center;padding:6rem 0;color:var(--muted-foreground);display:flex;flex-direction:column;align-items:center;gap:.75rem}.empty-state p{font-size:.875rem;font-weight:300;letter-spacing:.05em}.product-detail{display:grid;gap:2.5rem;align-items:flex-start}@media(min-width:768px){.product-detail{grid-template-columns:1fr 1fr;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-main{position:relative;overflow:hidden;background:var(--muted);aspect-ratio:3 / 4}.gallery-main .slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.gallery-main .slide.is-active{opacity:1}.gallery-main>svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:#f5f2edd9;transition:background .2s}.gallery-nav:hover{background:var(--background)}.gallery-nav.prev{left:.75rem}.gallery-nav.next{right:.75rem}.gallery-nav.next svg{transform:rotate(180deg)}.gallery-thumbs{display:flex;gap:.625rem;flex-wrap:wrap}.gallery-thumb{width:3rem;height:3rem;border-radius:9999px;overflow:hidden;flex-shrink:0;padding:0;border:1px solid var(--border);transition:all .2s;opacity:.55}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{opacity:.85}.gallery-thumb.is-active{opacity:1;border-color:var(--foreground);box-shadow:0 0 0 1px var(--foreground)}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:11px;letter-spacing:.15em;color:var(--muted-foreground);margin-bottom:2.5rem;text-transform:uppercase;font-weight:300;transition:color .2s}.back-link:hover{color:var(--foreground)}.product-info{display:flex;flex-direction:column;gap:1.75rem;padding-top:.5rem}.product-info h1{font-family:var(--font-serif);font-size:1.875rem;font-weight:500;line-height:1.2;margin:0}.product-info .name-en{font-size:.875rem;font-weight:300;color:var(--muted-foreground);letter-spacing:.03em}.product-info .price-big{font-family:var(--font-serif);font-size:1.875rem;font-weight:500}.product-info .desc{font-size:.875rem;font-weight:300;color:var(--muted-foreground);line-height:1.8}.hr{height:1px;background:var(--border)}.qty-stepper{display:inline-flex;align-items:center;gap:1rem;border:1px solid var(--border);width:fit-content}.qty-stepper button{padding:.5rem .75rem;transition:background .2s;line-height:0}.qty-stepper button:hover{background:var(--muted)}.qty-stepper .val{width:2rem;text-align:center;font-size:.875rem;font-weight:300}.product-perks{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;font-weight:300;color:var(--muted-foreground)}.product-perks span{display:flex;align-items:center;gap:.5rem}.product-perks .dot{width:4px;height:4px;border-radius:9999px;background:var(--muted-foreground);display:inline-block}.about-hero{position:relative;overflow:hidden;height:50vh;min-height:320px}.about-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.about-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c19164d}.about-hero .content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem}.about-hero .kicker{font-size:9px;letter-spacing:.4em;color:#ffffffb3;font-weight:300;text-transform:uppercase}.about-hero h1{font-family:var(--font-serif);font-size:2.25rem;font-weight:500;color:#fff;margin:0}@media(min-width:640px){.about-hero h1{font-size:3rem}}.about-body{display:flex;flex-direction:column;gap:4rem}.about-intro{display:grid;gap:2.5rem;align-items:flex-start}@media(min-width:768px){.about-intro{grid-template-columns:1fr 1fr}}.about-intro h2{font-family:var(--font-serif);font-size:1.5rem;font-weight:500;line-height:1.6;margin:0}.about-intro p{font-size:.875rem;font-weight:300;color:var(--muted-foreground);line-height:1.9;margin:0}.about-intro img{width:100%;object-fit:cover;aspect-ratio:4 / 3}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stats .item{text-align:center;display:flex;flex-direction:column;gap:.5rem}.stats .n{font-family:var(--font-serif);font-size:2.25rem;font-weight:500}.stats .l{font-size:10px;letter-spacing:.15em;color:var(--muted-foreground);font-weight:300}.values{display:grid;gap:1.25rem}@media(min-width:640px){.values{grid-template-columns:repeat(2,1fr)}}.value-card{border:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.value-card .t{font-size:10px;letter-spacing:.15em;color:var(--muted-foreground);font-weight:300;text-transform:uppercase}.value-card p{font-size:.875rem;font-weight:300;line-height:1.6;margin:0}.brand-hero{position:relative;overflow:hidden;height:55vh;min-height:360px}.brand-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.brand-hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c191659}.brand-hero .content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.brand-hero h1{font-family:var(--font-serif);font-size:2.25rem;font-weight:500;color:#fff;text-align:center;line-height:1.5;padding:0 1rem;margin:0}@media(min-width:640px){.brand-hero h1{font-size:3rem}}.brand-body{display:flex;flex-direction:column;gap:2.5rem}.brand-body p{font-size:.875rem;font-weight:300;color:var(--muted-foreground);line-height:1.8;margin:0}.brand-body p strong{color:var(--foreground);font-weight:500}.timeline{border-top:1px solid var(--border);padding-top:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.timeline-row{display:flex;gap:2rem;align-items:baseline}.timeline-row .year{font-family:var(--font-serif);font-size:.875rem;font-weight:500;width:2.5rem;flex-shrink:0}.timeline-row .event{font-size:.875rem;font-weight:300;color:var(--muted-foreground)}.brand-quote{border-left:2px solid var(--foreground);padding:.5rem 0 .5rem 1.5rem}.brand-quote p{font-family:var(--font-serif);font-size:1.25rem;font-weight:500;line-height:1.6;font-style:italic;color:var(--foreground);margin:0}.brand-quote footer{font-size:10px;letter-spacing:.15em;color:var(--muted-foreground);margin-top:.75rem;font-weight:300;text-transform:uppercase}.contact-head{display:flex;flex-direction:column;gap:.25rem;margin-bottom:3.5rem}.contact-head h1{font-family:var(--font-serif);font-size:2.25rem;font-weight:500;margin:0}.contact-grid{display:grid;gap:3.5rem}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-row{display:flex;align-items:flex-start;gap:1.25rem;border-bottom:1px solid var(--border);padding-bottom:1.5rem}.contact-row svg{color:var(--muted-foreground);margin-top:.25rem;flex-shrink:0}.contact-row .label{font-size:9px;letter-spacing:.3em;color:var(--muted-foreground);font-weight:300}.contact-row .value{font-size:.875rem;font-weight:300}.contact-hours p{font-size:.875rem;font-weight:300;color:var(--muted-foreground);margin:.25rem 0 0}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:9px;letter-spacing:.3em;color:var(--muted-foreground);font-weight:300}.field input,.field textarea{border:none;border-bottom:1px solid rgba(28,25,22,.3);padding:.5rem 0;font-size:.875rem;font-weight:300;background:transparent;outline:none;transition:border-color .2s;font-family:inherit;resize:none}.field input:focus,.field textarea:focus{border-bottom-color:var(--foreground)}.field input::placeholder,.field textarea::placeholder{color:#8a867f99}.contact-form .btn-outline{align-self:flex-start;margin-top:.5rem}.form-note{font-size:.8rem;font-weight:300;padding:.75rem 1rem;border:1px solid var(--border)}.form-note.success{border-color:var(--accent)}.site-footer{background:var(--foreground);color:var(--primary-foreground)}.footer-grid{max-width:var(--page-max);margin:0 auto;padding:3.5rem 1.25rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(4,1fr);padding:3.5rem 2rem}}.footer-brand{grid-column:span 2;display:flex;flex-direction:column;gap:1.25rem}@media(min-width:640px){.footer-brand{grid-column:span 1}}.footer-brand .name{font-family:var(--font-serif);font-size:1.125rem;font-weight:500;letter-spacing:.12em;color:#fff}.footer-brand .tag{font-size:9px;letter-spacing:.25em;color:#ffffff80;font-weight:300;text-transform:uppercase}.footer-brand p{font-size:.75rem;font-weight:300;color:#ffffff80;line-height:1.6;margin:0}.social{display:flex;gap:.75rem}.social a{padding:.375rem;border:1px solid rgba(255,255,255,.2);transition:border-color .2s;line-height:0}.social a:hover{border-color:#fff9}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-col .ftitle{font-size:9px;letter-spacing:.3em;color:#fff6;font-weight:300}.footer-col ul{display:flex;flex-direction:column;gap:.625rem}.footer-col a{font-size:.75rem;font-weight:300;color:#fff9;transition:color .2s;letter-spacing:.03em}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.5rem;font-size:10px;font-weight:300;color:#ffffff4d;letter-spacing:.03em}@media(min-width:640px){.footer-bottom{flex-direction:row;padding:1.25rem 2rem}}.footer-bottom .links{display:flex;gap:1.25rem}.footer-bottom a:hover{color:#fff9}.overlay-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#1c191666;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.overlay-bg.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:51;width:100%;max-width:24rem;background:var(--background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.drawer-head .eyebrow{display:block;margin-bottom:2px}.drawer-head .ttl{font-family:var(--font-serif);font-size:1.125rem;font-weight:500}.drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-empty{text-align:center;padding:4rem 0;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:var(--muted-foreground)}.cart-empty p{font-size:.875rem;font-weight:300}.cart-line{display:flex;gap:1rem;align-items:center}.cart-line img{width:4rem;height:5rem;object-fit:cover;background:var(--muted);flex-shrink:0}.cart-line .meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-line .lname{font-size:.875rem;font-weight:300;line-height:1.3}.cart-line .lprice{font-size:.75rem;font-weight:300;color:var(--muted-foreground)}.cart-line .stepper{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);flex-shrink:0}.cart-line .stepper button{padding:.375rem .5rem;transition:background .2s;line-height:0}.cart-line .stepper button:hover{background:var(--muted)}.cart-line .stepper .v{width:1.25rem;text-align:center;font-size:.75rem;font-weight:300}.drawer-foot{padding:1.25rem 1.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.subtotal-row{display:flex;justify-content:space-between;align-items:center}.subtotal-row .lbl{font-size:.75rem;font-weight:300;color:var(--muted-foreground);letter-spacing:.03em}.subtotal-row .amt{font-family:var(--font-serif);font-size:1.125rem;font-weight:500}.ship-hint{font-size:.75rem;font-weight:300;color:var(--muted-foreground)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:51;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.modal.is-open{opacity:1;visibility:visible}.modal .box{position:relative;background:var(--background);width:100%;max-width:20rem;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.modal .box .ttl{font-family:var(--font-serif);font-size:1.25rem;font-weight:500}.modal .box .head{display:flex;align-items:flex-start;justify-content:space-between}.modal .box .alt{text-align:center;font-size:.75rem;font-weight:300;color:var(--muted-foreground)}.modal .box .alt a{text-decoration:underline;text-underline-offset:2px;color:var(--foreground)}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.pagination a,.pagination span{font-size:11px;letter-spacing:.15em;font-weight:300;padding:.5rem .75rem;color:var(--muted-foreground)}.pagination a:hover{color:var(--foreground)}.pagination .current{color:var(--foreground);border-bottom:1px solid var(--foreground)}.rte{font-size:.95rem;font-weight:300;line-height:1.8;color:var(--foreground)}.rte h2,.rte h3{font-family:var(--font-serif);font-weight:500}.rte a{text-decoration:underline;text-underline-offset:2px}.rte img{margin:1.5rem 0}.anim-on [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .75s cubic-bezier(.22,.61,.36,1),transform .75s cubic-bezier(.22,.61,.36,1);transition-delay:calc(var(--reveal-d, 0) * .11s);will-change:opacity,transform}.anim-on [data-reveal].is-visible{opacity:1;transform:none}.anim-on .collection-card[data-reveal],.anim-on .product-card[data-reveal]{transform:none;transition:opacity .75s cubic-bezier(.22,.61,.36,1);transition-delay:calc(var(--reveal-d, 0) * .11s)}.anim-on [data-parallax]{will-change:transform}@media(prefers-reduced-motion:reduce){.anim-on [data-reveal]{opacity:1!important;transform:none!important;transition:none!important}.anim-on [data-parallax]{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
