:root {--cream: #FDF8EC;--cream-deep: #F7EAD0;--paper: #FFFFFF;--ink: #3B2A18;--ink-soft: #6F5738;--ink-faint: #A08D71;--brand: #8B5E34;--brand-dark: #6B4522;--honey: #F0B429;--honey-soft: #FBE3A6;--accent: #F0B429;--rouge: #C8402F;--danger: #C8402F;--leaf: #6F8A4E;--line-green: #06C755;--border: #EBDCC1;--radius: 14px;--radius-lg: 22px;--shadow: 0 1px 2px rgba(59, 42, 24, .05), 0 8px 24px rgba(59, 42, 24, .08);--max: 1180px;}* { box-sizing: border-box; }html { -webkit-text-size-adjust: 100%; }body {margin: 0;background: var(--cream);color: var(--ink);font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", sans-serif;font-size: 15px;line-height: 1.7;}a { color: inherit; text-decoration: none; }img { max-width: 100%; display: block; }h1, h2, h3, h4 { margin: 0; font-weight: 700; letter-spacing: .02em; }.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }.announce {background: var(--honey);color: #4A3418;font-weight: 500;font-size: 13px;text-align: center;padding: 8px 20px;letter-spacing: .04em;}.site-header {background: var(--cream);border-bottom: 1px solid var(--border);position: sticky;top: 0;z-index: 40;}.header-main {display: grid;grid-template-columns: 1fr auto 1fr;align-items: center;gap: 16px;padding: 14px 20px;max-width: var(--max);margin: 0 auto;}.header-left { font-size: 13px; color: var(--ink-soft); }.brand { display: flex; align-items: center; gap: 10px; justify-self: center; }.brand-mark {width: 40px; height: 40px; border-radius: 50%;background: var(--honey); color: #4A3418;display: grid; place-items: center; font-size: 20px;}.brand-name { font-size: 21px; font-weight: 800; letter-spacing: .06em; }.brand-sub { display: block; font-size: 11px; color: var(--ink-faint); letter-spacing: .12em; font-weight: 400; }.header-actions { display: flex; align-items: center; gap: 6px; justify-self: end; }.icon-btn {display: inline-flex; align-items: center; gap: 6px;padding: 7px 12px; border-radius: 999px; font-size: 13px;color: var(--ink-soft); border: 1px solid transparent;transition: background .15s, color .15s;}.icon-btn:hover { background: var(--cream-deep); color: var(--ink); }.cart-badge {background: var(--rouge); color: #fff; font-size: 11px; font-weight: 700;min-width: 19px; height: 19px; border-radius: 999px;display: inline-grid; place-items: center; padding: 0 5px;}.site-nav { border-top: 1px solid var(--border); background: var(--paper); }.site-nav ul {display: flex; justify-content: center; flex-wrap: wrap; gap: 4px;list-style: none; margin: 0 auto; padding: 0 20px; max-width: var(--max);}.site-nav a {display: block; padding: 13px 18px; font-size: 14.5px; font-weight: 500;color: var(--ink-soft); border-bottom: 2px solid transparent;}.site-nav a:hover, .site-nav a.active { color: var(--brand); border-bottom-color: var(--brand); }.hero { padding: 28px 0 8px; }.hero-track {display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;padding-bottom: 8px; scrollbar-width: none;}.hero-track::-webkit-scrollbar { display: none; }.hero-slide {flex: 0 0 100%; scroll-snap-align: center;border-radius: var(--radius-lg); overflow: hidden;min-height: 320px; display: grid; grid-template-columns: 1.1fr .9fr;align-items: center; color: #fff; position: relative;}.hero-copy { padding: 44px 48px; }.hero-copy h2 { font-size: 32px; line-height: 1.35; margin-bottom: 12px; }.hero-copy p { margin: 0 0 22px; white-space: pre-line; opacity: .92; }.hero-art { font-size: 130px; text-align: center; opacity: .9; }.hero-dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }.hero-dots button {width: 8px; height: 8px; border-radius: 50%; border: 0; padding: 0;background: var(--border); cursor: pointer;}.hero-dots button.active { background: var(--honey); width: 22px; border-radius: 999px; }.btn {display: inline-flex; align-items: center; justify-content: center; gap: 8px;padding: 12px 26px; border-radius: 999px; border: 1px solid transparent;font-size: 14.5px; font-weight: 600; cursor: pointer;transition: transform .12s, background .15s, box-shadow .15s;font-family: inherit;}.btn:active { transform: translateY(1px); }.btn-primary { background: var(--brand); color: #fff; }.btn-primary:hover { background: var(--brand-dark); }.btn-light { background: #fff; color: var(--ink); }.btn-light:hover { box-shadow: var(--shadow); }.btn-outline { border-color: var(--border); color: var(--ink); background: transparent; }.btn-outline:hover { background: var(--cream-deep); }.btn-honey { background: var(--honey); color: #4A3418; }.btn-honey:hover { filter: brightness(.95); }.btn-line { background: var(--line-green); color: #fff; }.btn-line:hover { filter: brightness(.94); }.btn-block { width: 100%; }.btn-sm { padding: 8px 16px; font-size: 13px; }.btn[disabled] { opacity: .45; cursor: not-allowed; }.section { padding: 46px 0; }.section-head { text-align: center; margin-bottom: 28px; }.section-head h2 { font-size: 24px; letter-spacing: .08em; }.section-head p { margin: 6px 0 0; color: var(--ink-faint); font-size: 14px; }.cat-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px;}.cat-tile {background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius);padding: 22px 14px; text-align: center; transition: transform .15s, box-shadow .15s;}.cat-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }.cat-tile .emoji { font-size: 34px; }.cat-tile strong { display: block; margin-top: 8px; font-size: 15px; }.cat-tile span { font-size: 12px; color: var(--ink-faint); }.product-grid {display: grid; grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); gap: 20px;}.product-card {background: var(--paper); border-radius: var(--radius); overflow: hidden;border: 1px solid var(--border); display: flex; flex-direction: column;transition: transform .15s, box-shadow .15s;}.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.product-thumb {aspect-ratio: 1 / 1; display: grid; place-items: center; font-size: 62px; position: relative;}.product-body { padding: 14px 15px 16px; display: flex; flex-direction: column; flex: 1; }.product-body h3 { font-size: 15px; line-height: 1.5; }.product-body .sub { font-size: 12.5px; color: var(--ink-faint); margin: 4px 0 10px; flex: 1;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }.price { font-size: 17px; font-weight: 700; color: var(--brand-dark); }.price s { font-size: 13px; color: var(--ink-faint); font-weight: 400; margin-left: 6px; }.tag {position: absolute; top: 10px; left: 10px; background: rgba(51,41,31,.78); color: #fff;font-size: 11px; padding: 3px 9px; border-radius: 999px; letter-spacing: .06em;}.tag-sale { background: var(--rouge); }.tag-out { background: var(--ink-faint); }.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 34px 0; }.detail-media { border-radius: var(--radius-lg); aspect-ratio: 1/1; display: grid; place-items: center; font-size: 150px; }.detail h1 { font-size: 26px; line-height: 1.45; }.detail .sub { color: var(--ink-soft); margin: 8px 0 18px; }.detail .price { font-size: 26px; }.variant-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 6px; }.variant-opt { position: relative; }.variant-opt input { position: absolute; opacity: 0; }.variant-opt span {display: block; padding: 9px 16px; border: 1px solid var(--border); border-radius: 999px;font-size: 13.5px; cursor: pointer; background: var(--paper);}.variant-opt input:checked + span { border-color: var(--brand); background: var(--brand); color: #fff; }.variant-opt input:disabled + span { opacity: .4; cursor: not-allowed; text-decoration: line-through; }.qty { display: inline-flex; align-items: center; border: 1px solid var(--border); border-radius: 999px; overflow: hidden; background: var(--paper); }.qty button { border: 0; background: none; width: 38px; height: 42px; font-size: 17px; cursor: pointer; color: var(--ink-soft); }.qty input { width: 46px; height: 42px; border: 0; text-align: center; font-size: 15px; background: none; font-family: inherit; }.spec-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: 14px; }.spec-table th, .spec-table td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--border); vertical-align: top; }.spec-table th { width: 88px; color: var(--ink-faint); font-weight: 500; }.accordion { border-top: 1px solid var(--border); margin-top: 26px; }.accordion details { border-bottom: 1px solid var(--border); }.accordion summary { padding: 15px 2px; cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary::after { content: '＋'; color: var(--ink-faint); }.accordion details[open] summary::after { content: '－'; }.accordion .content { padding: 0 2px 16px; color: var(--ink-soft); white-space: pre-line; }.toolbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin-bottom: 22px; }.chips { display: flex; flex-wrap: wrap; gap: 8px; }.chip {padding: 7px 15px; border-radius: 999px; border: 1px solid var(--border);background: var(--paper); font-size: 13.5px; color: var(--ink-soft);}.chip.active { background: var(--brand); border-color: var(--brand); color: #fff; }.field { margin-bottom: 16px; }.field label { display: block; font-size: 13px; color: var(--ink-soft); margin-bottom: 6px; font-weight: 500; }.field .req { color: var(--danger); }input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=search], select, textarea {width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 10px;background: var(--paper); font-size: 14.5px; font-family: inherit; color: var(--ink);}textarea { min-height: 90px; resize: vertical; }input:focus, select:focus, textarea:focus { outline: 2px solid rgba(140,106,79,.35); outline-offset: 1px; border-color: var(--brand); }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.card { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; }.card + .card { margin-top: 18px; }.card h3 { font-size: 16px; margin-bottom: 14px; }.checkout-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: start; padding: 30px 0 60px; }.line-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: center; }.line-thumb { width: 74px; height: 74px; border-radius: 12px; display: grid; place-items: center; font-size: 34px; }.line-item .name { font-size: 14.5px; font-weight: 600; }.line-item .meta { font-size: 12.5px; color: var(--ink-faint); }.summary-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14px; color: var(--ink-soft); }.summary-row.total { border-top: 1px solid var(--border); margin-top: 10px; padding-top: 14px; font-size: 19px; font-weight: 700; color: var(--ink); }.sticky { position: sticky; top: 130px; }.badge { display: inline-block; padding: 3px 11px; border-radius: 999px; font-size: 12px; font-weight: 600; }.badge-pending { background: #FBE9BE; color: #8A6416; }.badge-paid { background: #E7EFD5; color: #4E6630; }.badge-processing { background: #DDE7F3; color: #3C5A80; }.badge-shipped { background: #E0E1F2; color: #4A4C87; }.badge-completed { background: #E7EFD5; color: #4E6630; }.badge-cancelled { background: #EEE7E4; color: #8A7A73; }.badge-unpaid { background: #FBE3DE; color: #A5412F; }.badge-failed { background: #FBE3DE; color: #A5412F; }.badge-refunded { background: #EDE7F3; color: #6B5487; }.alert { padding: 12px 18px; border-radius: 10px; margin: 16px 0; font-size: 14px; }.alert-ok { background: #EDF1DA; color: #4E6630; }.alert-err { background: #FBE3DE; color: #A5412F; }.alert-info { background: #FDF0D5; color: #7A5B12; }.empty { text-align: center; padding: 70px 20px; color: var(--ink-faint); }.empty .emoji { font-size: 54px; }.empty p { margin: 12px 0 20px; }.site-footer { background: var(--brand-dark); color: #E8DBCB; margin-top: 40px; padding: 46px 0 26px; font-size: 13.5px; }.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 30px; }.site-footer h4 { font-size: 14px; margin-bottom: 12px; color: #fff; letter-spacing: .08em; }.site-footer ul { list-style: none; margin: 0; padding: 0; }.site-footer li { margin-bottom: 7px; opacity: .85; }.site-footer a:hover { text-decoration: underline; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 30px; padding-top: 18px; text-align: center; opacity: .7; font-size: 12.5px; }.demo-bar {background: #FCEDE6; color: #A5412F; font-size: 12.5px; text-align: center;padding: 7px 20px; border-bottom: 1px solid #F2D6CB;}.demo-bar a { text-decoration: underline; }@media (max-width: 900px) {.hero-slide { grid-template-columns: 1fr; min-height: 0; text-align: center; }.hero-copy { padding: 30px 24px 10px; }.hero-copy h2 { font-size: 24px; }.hero-art { font-size: 84px; padding-bottom: 26px; }.detail { grid-template-columns: 1fr; gap: 24px; }.checkout-grid { grid-template-columns: 1fr; }.sticky { position: static; }.footer-grid { grid-template-columns: 1fr 1fr; }.header-main { grid-template-columns: auto 1fr auto; padding: 10px 16px; }.header-left { display: none; }.brand { justify-self: start; }.site-nav ul { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }.site-nav a { white-space: nowrap; padding: 12px 14px; }.field-row { grid-template-columns: 1fr; }}@media (max-width: 560px) {.hide-sm { display: none; }.icon-btn { padding: 7px 8px; }.product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }.product-thumb { font-size: 46px; }.footer-grid { grid-template-columns: 1fr; }.section { padding: 32px 0; }}.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; letter-spacing: .02em; }.order-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--border); }.order-row:last-child { border-bottom: 0; }.product-thumb.has-img, .line-thumb.has-img, .detail-media.has-img { background: var(--cream-deep); overflow: hidden; }.product-thumb.has-img img, .line-thumb.has-img img, .detail-media.has-img img { width: 100%; height: 100%; object-fit: cover; display: block; }.line-thumb-sm { width: 44px; height: 44px; font-size: 22px; }.gallery-thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; padding-bottom: 4px; }.gallery-thumbs button { flex: 0 0 72px; height: 72px; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; background: var(--cream-deep); cursor: pointer; }.gallery-thumbs button.active { border-color: var(--brand); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }.hero-slide.has-img { grid-template-columns: 1fr 1.1fr; }.hero-img { height: 100%; min-height: 320px; }.hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }@media (max-width: 900px) {.hero-slide.has-img { grid-template-columns: 1fr; }.hero-slide.has-img .hero-copy { order: 2; padding: 22px 24px 28px; }.hero-img { order: 1; min-height: 200px; max-height: 260px; }}