:root{--ink:#20221d;--cream:#f5f0e7;--paper:#fdfbf7;--green:#68705a;--orange:#c66f47;--line:#ded8cc;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:15px}button,input,select{font:inherit}button,a{color:inherit}button{cursor:pointer}.announcement{background:var(--ink);color:#fff;text-align:center;font-size:11px;letter-spacing:.08em;padding:10px}.announcement span{margin:0 11px;color:#d0d0cb}.site-header{height:91px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5.5%;border-bottom:1px solid var(--line);background:var(--paper);position:sticky;top:0;z-index:5}.brand img,footer img{width:146px;height:53px;object-fit:cover;mix-blend-mode:multiply}.site-header nav{display:flex;gap:34px;font-size:13px}.site-header a{text-decoration:none}.header-actions{justify-self:end;display:flex;align-items:center;gap:11px}.icon-button,.cart-button{border:0;background:none;font-size:13px;padding:7px}.icon-button{font-size:24px;line-height:1}.cart-button span{display:inline-grid;place-items:center;color:#fff;background:var(--orange);border-radius:50%;font-size:10px;width:17px;height:17px;margin-left:4px}.search-bar{padding:18px 8%;background:#e9e4da;display:flex;gap:20px;align-items:center}.search-bar label{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.search-bar input{border:0;border-bottom:1px solid var(--ink);background:none;padding:8px;flex:1;outline:0}.hero{min-height:550px;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{padding:94px 12% 65px 14%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.15em;margin:0 0 15px;color:var(--green);font-weight:700}.hero h1,h2{font-family:var(--serif);font-weight:500;letter-spacing:-.04em}.hero h1{font-size:clamp(52px,6vw,86px);line-height:.98;margin:0 0 25px}.hero h1 em,h2 em{color:var(--orange)}.hero-copy>p:not(.eyebrow){max-width:390px;color:#54564e;line-height:1.7;margin:0 0 30px}.button{display:inline-flex;align-items:center;gap:19px;border:0;text-decoration:none;padding:14px 20px;font-size:12px;font-weight:600;letter-spacing:.03em;justify-content:center}.dark{background:var(--ink);color:#fff}.button span{font-size:20px;line-height:0}.hero-art{background:#d8c6ad;position:relative;overflow:hidden;min-height:450px}.sun{position:absolute;width:330px;height:330px;border-radius:50%;background:#e7a75e;top:50px;right:20%}.arch{position:absolute;width:220px;height:430px;background:#a56c4a;border-radius:120px 120px 0 0;bottom:-90px;left:30%}.vase{position:absolute;width:120px;height:150px;background:#e8dfcf;border-radius:45% 45% 16px 16px;bottom:75px;left:43%;box-shadow:inset 0 10px 0 #ccc1ae}.hero-art p{position:absolute;bottom:48px;right:9%;font:italic 20px var(--serif);line-height:1.2}.category-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-strip button{background:var(--paper);border:0;border-right:1px solid var(--line);text-align:left;padding:28px 10%;font:500 26px var(--serif)}.category-strip button:last-child{border:0}.category-strip span{float:right;color:var(--orange)}.collection{padding:105px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2,.story h2,.newsletter h2{font-size:42px;margin:0}.filters{display:flex;gap:9px}.filter{border:1px solid var(--line);border-radius:20px;background:none;padding:8px 14px;font-size:12px}.filter.active,.filter:hover{background:var(--ink);color:white;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0}.product-art{height:285px;position:relative;display:grid;place-items:center;overflow:hidden}.product-art .product-shape{width:42%;height:58%;background:var(--shape);border-radius:var(--radius,50% 50% 18% 18%);box-shadow:23px 17px 0 rgba(0,0,0,.05)}.product-art::before{content:'';position:absolute;width:70%;height:70%;border-radius:50%;border:1px solid rgba(255,255,255,.45)}.product-tag{position:absolute;top:12px;left:12px;background:var(--paper);font-size:10px;padding:6px 8px;text-transform:uppercase;letter-spacing:.08em}.add-product{position:absolute;bottom:12px;right:12px;border:0;border-radius:50%;width:38px;height:38px;background:var(--paper);font-size:20px}.product-info{padding:13px 2px}.product-info h3{font:500 17px var(--serif);margin:0 0 4px}.product-meta{font-size:11px;color:#77776f;text-transform:uppercase;letter-spacing:.08em;margin:0 0 7px}.product-price{font-size:13px;font-weight:600}.story{background:var(--green);color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:560px}.story-visual{position:relative;background:#879075;overflow:hidden}.story-card{position:absolute;top:30%;left:20%;z-index:1;background:var(--paper);color:var(--ink);padding:40px;font:29px/1.15 var(--serif);transform:rotate(-5deg);box-shadow:0 10px 25px #3e463755}.story-card em{color:var(--orange)}.story-leaf{position:absolute;border-radius:100% 0;background:#c7b17e;width:330px;height:170px;transform:rotate(40deg)}.leaf-one{top:7%;right:-10%}.leaf-two{bottom:-3%;left:-8%;background:#bc7957;transform:rotate(-35deg)}.story-copy{padding:100px 16%;display:flex;justify-content:center;flex-direction:column}.story .eyebrow{color:#e6d6b8}.story h2{font-size:50px}.story-copy>p:not(.eyebrow){line-height:1.75;color:#e6e7e0}.text-link{color:white;margin-top:18px;font-size:13px}.text-link span{color:#edaa70;margin-left:10px}.newsletter{text-align:center;padding:95px 20px;background:#eadfce}.newsletter h2{font-size:48px}.newsletter>p:not(.eyebrow){color:#67635a}.newsletter form{display:flex;max-width:440px;margin:25px auto 0}.newsletter input{padding:14px;border:1px solid var(--ink);flex:1;background:var(--paper);min-width:0}.form-message{height:17px;font-size:12px}footer{padding:48px 7%;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;background:var(--paper);font-size:12px}footer p{font:italic 18px var(--serif);justify-self:center}footer div{display:flex;gap:16px;justify-self:end}footer a{color:inherit}footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:19px;margin-top:30px;color:#73736d}.cart-drawer{position:fixed;z-index:20;right:0;top:0;height:100vh;width:min(440px,94vw);background:var(--paper);transform:translateX(102%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:25px;border-bottom:1px solid var(--line)}.drawer-header h2{margin:0;font-size:30px}.close{border:0;background:none;font-size:31px;line-height:1}.cart-items{padding:20px 25px;overflow:auto;flex:1}.cart-line{display:grid;grid-template-columns:70px 1fr auto;gap:13px;margin-bottom:20px}.cart-thumb{width:70px;height:80px;background:var(--card);display:grid;place-items:center}.cart-thumb div{background:var(--shape);width:38%;height:56%;border-radius:45% 45% 15% 15%}.cart-line h3{font:500 17px var(--serif);margin:0 0 6px}.cart-line p{font-size:12px;margin:0}.qty{margin-top:10px;display:flex;align-items:center;gap:10px;font-size:12px}.qty button{border:0;background:none;font-size:15px}.remove{border:0;background:none;font-size:12px;text-decoration:underline}.cart-footer{padding:20px 25px;border-top:1px solid var(--line)}.subtotal{display:flex;justify-content:space-between;font-size:14px;padding:4px 0 13px}.cart-footer p{font-size:11px;color:#75756e;margin:0 0 15px}.wide{width:100%}.overlay{position:fixed;inset:0;z-index:15;background:#1e211c55;opacity:0;visibility:hidden;transition:.25s}.overlay.show{opacity:1;visibility:visible}dialog{border:0;padding:0;width:min(900px,95vw);max-height:92vh;color:var(--ink);box-shadow:0 25px 80px #0005}dialog::backdrop{background:#1e211c88}.dialog-close{position:absolute;right:15px;top:13px;z-index:2}.checkout-layout{display:grid;grid-template-columns:1.25fr .75fr}.checkout-layout>section{padding:50px}.checkout-layout h2{font-size:34px;margin:0 0 12px}.checkout-note,.payment-placeholder{font-size:12px;line-height:1.6;color:#65645e}.checkout-layout form{display:grid;gap:13px;margin-top:25px}.checkout-layout label{font-size:11px;letter-spacing:.03em;font-weight:700;display:grid;gap:6px}.checkout-layout input,.checkout-layout select{border:1px solid var(--line);padding:11px;background:var(--paper);width:100%}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:11px}.order-summary{background:#eee8dc;padding:50px 30px}.checkout-summary-line{display:flex;justify-content:space-between;font:15px var(--serif);padding:11px 0;border-bottom:1px solid #d8d0c2}.toast{position:fixed;z-index:30;bottom:25px;left:50%;transform:translate(-50%,140px);background:var(--ink);color:#fff;padding:13px 19px;border-radius:2px;font-size:13px;transition:.3s}.toast.show{transform:translate(-50%,0)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:760px){.site-header{height:72px;padding:0 4%;grid-template-columns:1fr auto}.brand img{width:120px;height:44px}.site-header nav,.icon-button:first-child{display:none}.hero,.story{grid-template-columns:1fr}.hero-copy{padding:70px 10%}.hero-art{min-height:340px}.product-grid{grid-template-columns:repeat(2,1fr);gap:13px}.product-art{height:200px}.collection{padding:70px 5%}.section-heading{display:block}.filters{margin-top:20px;overflow:auto}.category-strip button{font-size:17px;padding:20px 6%}.story-copy{padding:70px 10%}.story-visual{min-height:320px}.newsletter h2,.story h2{font-size:38px}.newsletter form{display:block}.newsletter .button{margin-top:8px}.checkout-layout{grid-template-columns:1fr}.order-summary{padding:25px 35px;order:-1}footer{grid-template-columns:1fr;text-align:center;gap:12px}footer p,footer div{justify-self:center}footer small{margin-top:15px}.cart-drawer{width:100%}}
body{font-family:'Noto Sans TC','DM Sans',sans-serif}.hero h1,h2,.category-strip button,.story-card,.hero-art p,footer p,.product-info h3,.cart-line h3,.checkout-summary-line{font-family:'Noto Serif TC','Playfair Display',serif}
.product-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.product-art:has(.product-photo) .product-shape{display:none}.product-art:has(.product-photo)::before{z-index:2}.product-art:has(.product-photo) .product-tag,.product-art:has(.product-photo) .add-product{z-index:3}.image-preview{display:block;width:100%;height:170px;object-fit:cover;background:#f5f0e7;border:1px solid var(--line)}

body,button,input,select{font-family:'LXGW WenKai TC','Noto Sans TC',sans-serif}.hero h1,h2,.category-strip button,.story-card,.hero-art p,footer p,.product-info h3,.cart-line h3,.checkout-summary-line{font-family:'LXGW WenKai TC','Noto Serif TC',serif;font-weight:500}
.brand img{width:166px;height:60px}.site-header{height:98px}footer img{width:166px;height:60px}@media(max-width:760px){.site-header{height:78px}.brand img{width:137px;height:50px}}
.product-size-label{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:11px;color:#66675f}.product-size{padding:5px 7px;border:1px solid var(--line);background:var(--paper);font-size:11px}
