:root { --ink:#17352d; --cream:#f5f1e8; --sand:#ded3c1; --accent:#bc704c; --white:#fff; font-family: Inter, "Noto Sans TC", system-ui, sans-serif; color:var(--ink); background:var(--cream); }
* { box-sizing:border-box; }
body { margin:0; }
button, a { font:inherit; }
.site-header { height:76px; padding:0 clamp(20px,5vw,72px); display:flex; align-items:center; justify-content:space-between; background:rgba(245,241,232,.94); position:sticky; top:0; z-index:10; backdrop-filter:blur(12px); border-bottom:1px solid rgba(23,53,45,.1); }
.brand { color:var(--ink); text-decoration:none; font-family:Georgia,serif; font-size:22px; letter-spacing:.12em; }.brand span { font-size:10px; letter-spacing:.2em; }
nav { display:flex; align-items:center; gap:14px; }
.button { display:inline-flex; border:0; border-radius:999px; background:var(--ink); color:white; padding:12px 20px; text-decoration:none; cursor:pointer; align-items:center; justify-content:center; }.button:hover { background:#285748; }.button.secondary { background:transparent; color:var(--ink); border:1px solid var(--ink); }.button.full { width:100%; }
.text-button { border:0; background:none; color:var(--ink); cursor:pointer; }.hero { min-height:72vh; padding:clamp(70px,11vw,150px) clamp(24px,9vw,140px); background:linear-gradient(90deg,rgba(16,42,35,.82),rgba(16,42,35,.18)),url("https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=2000&q=85") center/cover; color:white; }
.hero h1 { font:clamp(44px,7vw,92px)/1.08 Georgia,serif; margin:16px 0 24px; max-width:900px; }.hero>p:not(.eyebrow) { max-width:560px; line-height:1.8; margin-bottom:34px; }.hero .button { background:var(--cream); color:var(--ink); }
.eyebrow { letter-spacing:.22em; font-size:12px; font-weight:700; }.section { padding:90px clamp(20px,6vw,90px) 120px; }.section-heading h2 { font:44px Georgia,serif; margin:8px 0 42px; }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }.product-card { background:white; border-radius:4px; overflow:hidden; box-shadow:0 10px 35px rgba(23,53,45,.08); }.product-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }.product-body { padding:24px; }.product-body h3 { font:26px Georgia,serif; margin:0 0 8px; }.product-body p { color:#597069; line-height:1.6; min-height:52px; }.product-footer { display:flex; justify-content:space-between; align-items:center; gap:12px; }
dialog { border:0; border-radius:12px; padding:38px; width:min(440px,calc(100% - 32px)); color:var(--ink); box-shadow:0 30px 100px rgba(0,0,0,.25); }dialog::backdrop { background:rgba(10,25,21,.62); }.close { position:absolute; right:14px; top:10px; border:0; background:none; font-size:30px; cursor:pointer; }.oauth { display:block; border:1px solid #ccc; border-radius:8px; padding:14px; margin-top:12px; text-align:center; text-decoration:none; color:#222; cursor:pointer; }.oauth.line { color:white; background:#06c755; border-color:#06c755; }
.drawer { margin-right:0; height:100%; max-height:100%; border-radius:0; }.cart-row,.order-row { display:grid; grid-template-columns:1fr auto; gap:8px; padding:16px 0; border-bottom:1px solid var(--sand); }.cart-row button { border:0; background:none; color:#a34f39; cursor:pointer; }.cart-total { display:flex; justify-content:space-between; padding:24px 0; font-size:20px; }.muted { color:#6f7e79; font-size:13px; }#toast { position:fixed; left:50%; bottom:28px; transform:translate(-50%,20px); opacity:0; background:var(--ink); color:white; padding:12px 20px; border-radius:999px; transition:.2s; z-index:20; }#toast.show { opacity:1; transform:translate(-50%,0); }
.order-actions { display:flex; gap:12px; margin-top:10px; }.text-button.danger { color:#a34f39; }
.consent { position:fixed; left:20px; right:20px; bottom:20px; z-index:30; max-width:680px; margin:auto; padding:18px 20px; background:white; border:1px solid var(--sand); border-radius:12px; box-shadow:0 16px 60px rgba(10,25,21,.2); align-items:center; justify-content:space-between; gap:20px; }.consent:not([hidden]) { display:flex; }.consent p { margin:0; line-height:1.5; }.consent div { display:flex; align-items:center; gap:10px; flex:none; }
@media (max-width:760px) { .product-grid { grid-template-columns:1fr; }.site-header { padding:0 16px; }.brand span,#member-name,#orders-button { display:none; }nav { gap:7px; }.button { padding:10px 13px; }.hero { min-height:65vh; }.section { padding-top:64px; }.consent { align-items:flex-start; flex-direction:column; } }
