
:root{
  --cream:#f7f1e8;
  --ivory:#fbf8f2;
  --wood:#8a6544;
  --brown:#4b382a;
  --gold:#c8a06b;
  --line:#ded3c5;
  --text:#332820;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans TC",system-ui,sans-serif;
  background:var(--ivory);
  color:var(--text);
}
img{display:block;width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
.announcement{
  background:#eee5da;
  color:#5d4c3d;
  padding:8px 12px;
  text-align:center;
  font-size:12px;
  letter-spacing:.06em;
}
.site-header{
  position:sticky;top:0;z-index:20;
  height:78px;
  background:rgba(251,248,242,.96);
  backdrop-filter:blur(8px);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 18px;border-bottom:1px solid rgba(75,56,42,.08);
}
.icon-button{
  border:0;background:transparent;font-size:22px;padding:8px;cursor:pointer;color:var(--brown)
}
.brand{display:flex;flex-direction:column;align-items:center;line-height:1}
.brand-mark{font-family:"Cormorant Garamond",serif;font-size:38px;letter-spacing:.08em}
.brand-sub{font-family:"Cormorant Garamond",serif;font-size:12px;letter-spacing:.32em;margin-top:4px}
.cart-button{position:relative}
.cart-count{
  position:absolute;right:0;top:0;background:var(--gold);color:white;
  min-width:18px;height:18px;padding:0 4px;border-radius:999px;
  font-size:11px;display:grid;place-items:center;
}
.hero{
  position:relative;
  min-height:72vh;
  overflow:hidden;
  background:#d7c2aa;
}
.hero img{
  width:100%;height:72vh;object-fit:cover;
  object-position:center;
  filter:saturate(.9) contrast(.96);
}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(48,32,18,.58) 0%,rgba(48,32,18,.20) 50%,rgba(48,32,18,.06) 100%);
}
.hero-overlay{
  position:absolute;z-index:2;left:8%;bottom:10%;color:white;max-width:430px;
}
.eyebrow{font-family:"Cormorant Garamond",serif;letter-spacing:.18em;font-size:14px}
.hero h1,.section h2,.story-section h2{
  font-family:"Cormorant Garamond","Noto Serif TC",serif;
  font-weight:500;
}
.hero h1{font-size:clamp(42px,10vw,76px);line-height:.95;margin:14px 0 18px}
.hero p{line-height:1.8}
.primary-button,.secondary-button{
  border:0;border-radius:999px;padding:14px 22px;cursor:pointer;
  transition:.2s ease;font-weight:500;
}
.primary-button{background:var(--gold);color:#fff;display:inline-block}
.primary-button:hover{transform:translateY(-1px);filter:brightness(.97)}
.secondary-button{background:transparent;color:var(--brown);border:1px solid var(--brown)}
.full{width:100%;text-align:center}
.brand-values{
  display:grid;grid-template-columns:repeat(3,1fr);
  max-width:1100px;margin:auto;padding:28px 18px;border-bottom:1px solid var(--line);
}
.brand-values div{text-align:center;padding:8px 10px;display:flex;flex-direction:column;gap:5px}
.brand-values span{font-family:"Cormorant Garamond",serif;font-size:28px}
.brand-values strong{font-family:"Noto Serif TC",serif}
.brand-values small{color:#8a7969}
.section{max-width:1180px;margin:auto;padding:72px 20px}
.section-heading{text-align:center;margin-bottom:36px}
.section-heading h2{font-size:38px;margin:6px 0 4px}
.section-heading>p:last-child{color:#8a7969}
.product-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:42px;align-items:start}
.product-media img{border-radius:18px}
.product-info{position:sticky;top:110px}
.product-copy{font-family:"Noto Serif TC",serif;line-height:1.9;color:#5e4e42}
.option-group{margin:28px 0}
.option-title{font-weight:600;margin-bottom:10px}
.segmented{display:flex;gap:10px;flex-wrap:wrap}
.segmented button{
  border:1px solid #cdbdaa;background:#fff;padding:11px 18px;border-radius:999px;cursor:pointer
}
.segmented button.active{background:var(--brown);color:white;border-color:var(--brown)}
.price-row{
  display:flex;align-items:center;justify-content:space-between;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:18px 0;margin:24px 0
}
.price-row strong{font-family:"Cormorant Garamond",serif;font-size:30px}
.note{font-size:13px;color:#8a7969;margin-bottom:18px}
.purchase-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
details{border-bottom:1px solid var(--line);padding:18px 0}
summary{cursor:pointer;font-weight:600}
details p{color:#716052;line-height:1.8}
.story-section{
  background:linear-gradient(120deg,#e8ded2,#c9ad8f);
  padding:76px 20px;
}
.story-section>div{max-width:860px;margin:auto}
.story-section h2{font-size:42px;margin:8px 0 18px}
.story-section p{line-height:1.9;max-width:640px}
.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.journal article{background:#fff;padding:28px;border:1px solid #ebe1d6;border-radius:18px}
.journal article span{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:28px}
.journal h3{font-family:"Noto Serif TC",serif;font-weight:500}
.journal p{color:#806f60;line-height:1.7}
footer{text-align:center;padding:50px 20px;background:#f0e7db}
.footer-brand{display:inline-flex}
footer p{font-family:"Cormorant Garamond",serif;font-size:22px}
footer small{color:#8d7e70}
.cart-drawer{
  position:fixed;z-index:50;right:0;top:0;height:100vh;width:min(420px,92vw);
  background:#fff;transform:translateX(100%);transition:.25s ease;
  display:flex;flex-direction:column;box-shadow:-18px 0 50px rgba(0,0,0,.14)
}
.cart-drawer.open{transform:translateX(0)}
.cart-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--line)}
.cart-header h2{font-family:"Noto Serif TC",serif;font-weight:500}
.cart-items{padding:20px;flex:1;overflow:auto}
.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}
.cart-item img{width:74px;height:74px;object-fit:cover;border-radius:10px}
.cart-item h4{margin:0 0 6px;font-size:14px}
.cart-item p{margin:2px 0;color:#7c6c5e;font-size:12px}
.remove-item{background:none;border:0;cursor:pointer;color:#9d7d64}
.cart-footer{padding:20px;border-top:1px solid var(--line)}
.cart-total{display:flex;justify-content:space-between;margin-bottom:14px}
.cart-footer small{display:block;margin-top:10px;color:#8a7969;text-align:center}
.scrim{position:fixed;z-index:40;inset:0;background:rgba(0,0,0,.28);opacity:0;pointer-events:none;transition:.25s}
.scrim.show{opacity:1;pointer-events:auto}

@media (max-width:760px){
  .site-header{height:66px}
  .brand-mark{font-size:32px}
  .hero,.hero img{min-height:68vh;height:68vh}
  .hero-overlay{left:7%;right:7%;bottom:8%}
  .hero h1{font-size:48px}
  .brand-values{grid-template-columns:1fr 1fr 1fr;padding:20px 10px}
  .brand-values small{font-size:10px}
  .brand-values strong{font-size:13px}
  .section{padding:54px 16px}
  .section-heading h2{font-size:32px}
  .product-layout{grid-template-columns:1fr;gap:24px}
  .product-info{position:static}
  .purchase-actions{grid-template-columns:1fr}
  .journal-grid{grid-template-columns:1fr}
  .story-section h2{font-size:34px}
}
