:root{
  --bg:#fbf8f3;
  --paper:#ffffff;
  --ink:#1f1c18;
  --muted:#756d64;
  --gold:#c99a45;
  --gold-dark:#9b6f26;
  --line:#eadfce;
  --dark:#14110d;
  --shadow:0 20px 50px rgba(31,28,24,.10);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(251,248,243,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,223,206,.8)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:12px;font-family:Georgia,serif;font-size:28px;font-weight:700;letter-spacing:.03em}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--dark),#42311d);color:#f9d990;font-size:16px;box-shadow:0 8px 22px rgba(0,0,0,.15)}.main-nav{display:flex;align-items:center;gap:26px;font-size:15px}.main-nav a{position:relative;color:#3d352b;display: block;}.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}.main-nav a:hover::after{transform:scaleX(1)}.nav-toggle{display:none;border:0;background:var(--dark);color:white;border-radius:12px;padding:8px 12px;font-size:22px}.hero{height:660px;min-height:70vh}.slider,.slide{height:100%;position:relative}.slide{display:none;background-size:cover;background-position:center;isolation:isolate}.slide::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,13,.82),rgba(20,17,13,.42),rgba(20,17,13,.08));z-index:-1}.slide-first::before{display: none;}.slide.active{display:block}.slide-content{height:100%;display:flex;flex-direction:column;justify-content:center;color:white;max-width:1180px}.eyebrow,.section-kicker{letter-spacing:.22em;text-transform:uppercase;color:#f4c878;font-size:13px;font-weight:700}.slide h1,.slide h2{font-family:Georgia,serif;font-size:clamp(44px,7vw,82px);line-height:1.03;margin:12px 0}.slide p:not(.eyebrow){font-size:20px;max-width:620px;color:#f7efe2}.btn{display:inline-flex;align-items:center;justify-content:center;width:max-content;border-radius:999px;padding:13px 24px;font-weight:800;transition:.25s;border:1px solid transparent}.btn-primary{background:linear-gradient(135deg,#f2cf7a,var(--gold));color:#25190b;box-shadow:0 16px 30px rgba(201,154,69,.32)}.btn-primary:hover,.btn-light:hover{transform:translateY(-2px)}.btn-light{background:#fff;color:var(--dark);box-shadow:0 16px 30px rgba(0,0,0,.18)}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.16);color:white;font-size:38px;cursor:pointer}.slider-arrow.prev{left:24px}.slider-arrow.next{right:24px}.slider-dots{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:10px}.slider-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.45);cursor:pointer}.slider-dots button.active{width:32px;border-radius:99px;background:#f2cf7a}.intro-section{padding:76px 0 36px}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end}.intro-grid h2,.cta h2{font-family:Georgia,serif;font-size:42px;line-height:1.15;margin:8px 0}.intro-grid p{color:var(--muted)}.product-section{padding:78px 0}.product-section.alt{background:#fff7ea}.section-heading{text-align:center;margin-bottom:34px}.section-heading span{color:var(--gold-dark);font-weight:800;letter-spacing:.18em;text-transform:uppercase;font-size:12px}.section-heading h2{font-family:Georgia,serif;font-size:42px;margin:6px 0}.notice{margin:-12px auto 28px;padding:12px 18px;border:1px solid #eadfce;border-radius:16px;background:#fffdf8;color:#8a5f20;text-align:center;max-width:780px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.28s}.product-card:hover{transform:translateY(-6px);box-shadow:0 26px 70px rgba(31,28,24,.16)}.product-img{aspect-ratio:4/3;background:#f3ebdf;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-info{padding:22px}.product-category{font-size:12px;color:var(--gold-dark);font-weight:900;letter-spacing:.16em;text-transform:uppercase}.product-info h3{font-size:20px;margin:8px 0 6px}.price{font-size:18px;font-weight:900;color:#2c2116;margin-bottom:16px}.consult-btn{width:100%;padding:11px 18px;border-radius:16px;border:1px solid var(--dark);background:var(--dark);color:white;font-weight:800;cursor:pointer}.consult-btn:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.cta{padding:86px 0;background:linear-gradient(135deg,#17130e,#3d2b18);color:white}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta p{color:#f3e5cc;max-width:660px}.site-footer{background:#0f0d0a;color:#e9decd;padding:56px 0 24px}.footer-inner{display:grid;grid-template-columns:1fr 1.5fr;gap:34px}.footer-brand{color:white}.site-footer p{color:#a99d8d}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.footer-nav a{color:#e9decd}.footer-nav a:hover{color:#f2cf7a}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:20px;color:#8f8374;font-size:14px}.floating-contact{position:fixed;right:22px;bottom:22px;z-index:60}.floating-contact a{display:block;background:linear-gradient(135deg,#f2cf7a,var(--gold));color:#1a130a;border-radius:999px;padding:13px 20px;font-weight:900;box-shadow:0 14px 38px rgba(0,0,0,.25)}
.slide-first{background-image:url('assets/images/banner.webp');background-size: cover;}
@media(max-width:900px){.nav-toggle{display:block}.slide-first{background-image:url('assets/images/banner-md.webp')}.main-nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:flex-start;padding:22px;background:white;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.hero{height:580px}.slider-arrow{display:none}.intro-grid,.footer-inner,.cta-inner{grid-template-columns:1fr;display:grid}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.slide-first{background-image:url('assets/images/banner-sm.webp')}.brand{font-size:24px}.hero{height:560px}.slide-content{padding-top:40px}.slide p:not(.eyebrow){font-size:17px}.intro-grid h2,.cta h2,.section-heading h2{font-size:32px}.product-grid{grid-template-columns:1fr}.footer-nav{grid-template-columns:1fr}.cta-inner{align-items:start}.btn{width:100%}.floating-contact{left:16px;right:16px;text-align:center}}

.page-hero{min-height:420px;background-size:cover;background-position:center;position:relative;isolation:isolate;display:flex;align-items:center}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,17,13,.86),rgba(20,17,13,.52),rgba(20,17,13,.16));z-index:-1}.page-hero.simple{background:linear-gradient(135deg,#17130e,#4b351c)}.page-hero-content{color:white;padding:90px 0}.page-hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,72px);line-height:1.05;margin:10px 0}.page-hero p:not(.eyebrow){max-width:720px;font-size:19px;color:#f3e5cc}.inner-page-products{padding-top:70px}.mini-cta{padding:62px 0}.content-page{padding:78px 0;background:var(--bg)}.narrow{max-width:880px}.content-page h2{font-family:Georgia,serif;font-size:34px;margin:0 0 14px}.content-page p{color:var(--muted);font-size:17px}.content-page h2:not(:first-child){margin-top:42px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.info-grid>div,.faq-list details{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.info-grid b{display:block;margin-bottom:8px;color:#2c2116}.clean-list{padding-left:22px;color:var(--muted);font-size:17px}.clean-list li{margin-bottom:12px}.faq-list{display:grid;gap:16px}.faq-list summary{cursor:pointer;font-weight:900;font-size:18px;color:#2c2116}.faq-list p{margin-bottom:0}
@media(max-width:900px){.info-grid{grid-template-columns:1fr}.page-hero{min-height:360px}}
