:root {
  --red: #8f1d1d;
  --red-dark: #641111;
  --red-soft: #f3ded8;
  --gold: #c9943d;
  --ink: #271d18;
  --muted: #74675e;
  --cream: #fbf6ec;
  --paper: #fffdf8;
  --line: #e8ded0;
  --green: #178448;
  --shadow: 0 18px 55px rgba(64, 37, 20, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { height: 78px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(251,246,236,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(143,29,29,.08); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: 126px; height: auto; display: block; mix-blend-mode: multiply; }
.header-action { padding: 10px 18px; border: 1px solid var(--red); color: var(--red); border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; }
.header-nav { display: flex; align-items: center; gap: 18px; }
.header-nav > a:not(.header-action) { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 700; }

.hero { min-height: 660px; max-width: 1180px; margin: 0 auto; padding: 70px 24px 76px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 42px; align-items: center; }
.eyebrow { color: var(--red); letter-spacing: .18em; font-weight: 800; font-size: 12px; margin: 0 0 14px; }
h1 { font-family: "Noto Serif TC", "Songti TC", serif; font-size: clamp(50px, 6.2vw, 82px); line-height: 1.13; letter-spacing: -.045em; margin: 0; font-weight: 800; }
h1 em { color: var(--red); font-style: normal; position: relative; }
h1 em::after { content: ""; position: absolute; left: 2%; right: -4%; height: 9px; bottom: 4px; background: rgba(201,148,61,.36); z-index: -1; transform: rotate(-1deg); border-radius: 50%; }
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.9; max-width: 560px; margin: 26px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.primary-button { display: inline-flex; padding: 14px 26px; border-radius: 3px 18px 3px 18px; color: white; background: var(--red); text-decoration: none; font-weight: 800; box-shadow: 0 9px 24px rgba(143,29,29,.22); }
.text-button { text-decoration: none; font-weight: 750; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.trust-list { list-style: none; padding: 0; margin: 46px 0 0; display: flex; gap: 0; }
.trust-list li { display: grid; padding-right: 30px; margin-right: 30px; border-right: 1px solid var(--line); }
.trust-list li:last-child { border: 0; }
.trust-list b { font-family: serif; font-size: 27px; color: var(--red); }
.trust-list span { color: var(--muted); font-size: 12px; margin-top: 2px; }

.hero-visual { height: 510px; position: relative; border-radius: 180px 12px 180px 12px; background: var(--red-dark); overflow: hidden; box-shadow: var(--shadow); isolation: isolate; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,10,5,.05) 45%, rgba(40,10,5,.72)); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stamp { position: absolute; top: 28px; right: 30px; z-index: 2; width: 72px; height: 72px; border: 2px solid rgba(255,236,199,.9); color: #ffedc4; border-radius: 50%; display: grid; place-items: center; text-align: center; line-height: 1.2; font-family: serif; transform: rotate(9deg); text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.hero-photo-caption { position: absolute; left: 28px; bottom: 22px; z-index: 2; color: #fff; font-weight: 800; letter-spacing: .12em; margin: 0; text-shadow: 0 2px 12px rgba(0,0,0,.45); }

.order-section { background: var(--paper); padding: 78px max(24px, calc((100vw - 1180px)/2)) 90px; border-radius: 56px 56px 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 30px; }
.section-heading h2, .contact-section h2 { font: 800 clamp(34px,4vw,52px)/1.2 "Noto Serif TC", serif; margin: 0; letter-spacing: -.025em; }
.section-heading > p { color: var(--muted); max-width: 390px; line-height: 1.7; margin: 0; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 30px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.product-card { min-height: 224px; border: 1px solid var(--line); background: #fff; padding: 15px; border-radius: 18px; display: flex; flex-direction: column; transition: .2s ease; position: relative; overflow: hidden; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(73,44,26,.09); border-color: #d6c4b0; }
.product-photo { height: 96px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: rgba(70,45,26,.75); position: relative; overflow: hidden; background: linear-gradient(145deg, var(--flavor-light), var(--flavor)); }
.product-photo::before, .product-photo::after { content:""; width: 54px; height: 30px; background: rgba(255,249,226,.9); border-radius: 60% 60% 45% 45% / 85% 85% 30% 30%; transform: rotate(-12deg); box-shadow: 0 6px 10px rgba(76,48,20,.16); }
.product-photo::after { margin-left: -7px; margin-top: 22px; transform: rotate(16deg); }
.product-photo.has-photo::before, .product-photo.has-photo::after { display: none; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.product-card:hover .product-photo img { transform: scale(1.04); }
.photo-label { position: absolute; right: 7px; bottom: 5px; font-size: 8px; background: rgba(255,255,255,.75); padding: 3px 5px; border-radius: 4px; color: #6f5a4a; }
.product-copy { margin-top: 12px; display: flex; justify-content: space-between; align-items: flex-end; gap: 8px; flex: 1; }
.product-category { display: inline-flex; margin: 0 0 5px; padding: 3px 7px; border-radius: 999px; background: var(--red-soft); color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.product-name { margin: 0; font-size: 16px; line-height: 1.35; }
.product-meta { color: var(--muted); font-size: 11px; margin: 5px 0 0; }
.product-price { color: var(--red); font: 900 18px/1.2 serif; margin: 8px 0 0; }
.counter { display: flex; align-items: center; background: var(--cream); border-radius: 999px; flex: 0 0 auto; }
.counter button { width: 34px; height: 34px; border: 0; background: transparent; border-radius: 50%; font-size: 22px; color: var(--red); cursor: pointer; display: grid; place-items: center; }
.counter button:hover { background: var(--red); color: white; }
.counter output { min-width: 25px; text-align: center; font-weight: 800; font-size: 13px; }

.needs-card { margin-top: 22px; padding: 26px; background: var(--cream); border: 1px solid var(--line); border-radius: 22px; }
.card-heading { display: flex; gap: 14px; align-items: flex-start; }
.card-heading > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; font-weight: 800; }
.card-heading h3 { margin: 0; font: 800 23px/1.3 "Noto Serif TC", serif; }
.card-heading p { color: var(--muted); margin: 5px 0 0; font-size: 13px; }
.need-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; }
.need-option { cursor: pointer; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 13px; display: flex; gap: 10px; align-items: flex-start; transition: .2s; }
.need-option input { position: absolute; opacity: 0; pointer-events: none; }
.need-option.selected { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); background: #fffafa; }
.need-icon { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; background: var(--red-soft); color: var(--red); font-size: 12px; font-weight: 900; }
.need-option b, .need-option small { display: block; }.need-option b { font-size: 14px; }.need-option small { color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 3px; }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.details-grid label { display: grid; gap: 7px; }.details-grid label.full { grid-column: 1/-1; }.details-grid span { font-size: 12px; font-weight: 750; }
.details-grid input, .details-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: #fff; color: var(--ink); outline: none; resize: vertical; }
.details-grid input:focus, .details-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(143,29,29,.08); }
.form-heading { display: flex; gap: 14px; align-items: flex-start; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-heading > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; background: var(--red); border-radius: 50%; font-size: 12px; font-weight: 800; }
.form-heading h3 { margin: 0; font: 800 23px/1.3 "Noto Serif TC", serif; }
.form-heading p { color: var(--muted); margin: 5px 0 0; font-size: 13px; }
.payment-fieldset { border: 0; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.payment-fieldset legend { width: 100%; margin-bottom: 8px; font-size: 12px; font-weight: 750; }
.payment-option { display: flex; gap: 10px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.payment-option.selected { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); background: #fffafa; }
.payment-option input { accent-color: var(--red); }
.payment-option b, .payment-option small { display: block; }.payment-option b { font-size: 14px; }.payment-option small { color: var(--muted); margin-top: 2px; font-size: 10px; }
.bank-details { margin-top: 12px; padding: 15px; border: 1px solid #e7c777; border-radius: 12px; background: #fff6dc; }
.bank-details b { color: var(--red); }.bank-details p { margin: 7px 0; line-height: 1.7; font-size: 13px; }.bank-details small { color: var(--muted); }
.consent-row { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: var(--muted); font-size: 11px; line-height: 1.6; cursor: pointer; }.consent-row input { margin-top: 3px; accent-color: var(--red); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.summary-card { position: sticky; top: 98px; background: #2b211b; color: #fffdf6; border-radius: 8px 30px 8px 30px; padding: 27px; box-shadow: var(--shadow); }
.summary-top { display: flex; justify-content: space-between; color: #d8c9b9; font-size: 11px; letter-spacing: .14em; }
.summary-top button { color: #d8c9b9; border: 0; border-bottom: 1px solid #897568; background: transparent; padding: 0; cursor: pointer; }
.summary-card h3 { font: 800 28px/1.2 "Noto Serif TC", serif; margin: 10px 0 18px; }
.summary-empty { min-height: 178px; display: grid; align-content: center; justify-items: center; text-align: center; border: 1px dashed #6c5d51; border-radius: 12px; color: #cbbbac; }
.empty-bowl { font-size: 32px; filter: grayscale(1); opacity: .75; }.summary-empty p { margin: 10px 0 3px; color: #fff; font-size: 13px; }.summary-empty small { font-size: 10px; }
.summary-content ul { margin: 0; padding: 0 0 13px; list-style: none; border-bottom: 1px solid #51443b; max-height: 230px; overflow: auto; }
.summary-content li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 13px; }.summary-content li span:last-child { color: #decbb8; white-space: nowrap; }
.totals { margin: 12px 0 0; }.totals div { display: flex; justify-content: space-between; align-items: baseline; padding: 5px 0; }.totals dt { color: #c2b2a3; font-size: 12px; }.totals dd { margin: 0; font-size: 12px; }.totals strong { font-size: 22px; color: #f0c870; }
.totals .grand-total { margin-top: 8px; padding-top: 12px; border-top: 1px solid #6a594c; }
.totals .grand-total dt { color: #fff; font-weight: 800; }
.totals .grand-total strong { font-size: 26px; }
.quote-note { display: flex; gap: 9px; margin: 17px 0; padding: 11px; border-radius: 9px; background: rgba(255,255,255,.07); color: #d3c5b9; font-size: 10px; line-height: 1.55; }.quote-note span { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #8f7f71; border-radius: 50%; flex: 0 0 auto; }.quote-note p { margin: 0; }
.submit-order-button, .copy-button, .line-button { width: 100%; min-height: 50px; border: 0; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; }
.submit-order-button { background: #f2c96f; color: #2b211b; flex-direction: column; }.submit-order-button small { font-size: 9px; font-weight: 500; opacity: .72; }.submit-order-button:disabled { opacity: .35; cursor: not-allowed; }.submit-order-button.sending { cursor: wait; }
.copy-button { background: #f2c96f; color: #2b211b; flex-direction: column; }.copy-button small { font-size: 9px; font-weight: 500; opacity: .7; }.copy-button:disabled { opacity: .35; cursor: not-allowed; }
.copy-button.secondary { margin-top: 9px; border: 1px solid #8f7f71; background: transparent; color: #eadaca; }
.line-button { margin-top: 9px; border: 1px solid #3f8; color: #70e898; background: transparent; gap: 8px; }.line-button.disabled { opacity: .35; pointer-events: none; }.line-dot { background: var(--green); color: #fff; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.privacy-note { text-align: center; color: #8e8177; font-size: 9px; margin: 12px 0 0; }
.order-success { margin: 0 0 18px; padding: 14px; border: 1px solid rgba(112,232,152,.45); border-radius: 12px; background: rgba(23,132,72,.2); display: grid; gap: 4px; }.order-success b { color: #80eea5; font-size: 17px; }.order-success span { font-size: 12px; }.order-success small { color: #c9dfd0; line-height: 1.5; }

.shipping-section { padding: 74px max(24px, calc((100vw - 1180px)/2)); background: #f8efe2; }
.shipping-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.shipping-grid article { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: grid; gap: 8px; }
.shipping-grid b { font-size: 15px; }.shipping-grid strong { color: var(--red); font: 900 28px/1.2 serif; }.shipping-grid small { color: var(--muted); }
.shipping-grid .local-delivery { background: var(--red); color: #fff; }.shipping-grid .local-delivery strong { color: #f5d188; }.shipping-grid .local-delivery small { color: #f2d9d1; }
.contact-section { padding: 78px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: center; background: #efe4d4; }
.contact-section > div:first-child > p:last-child { color: var(--muted); line-height: 1.8; max-width: 600px; }
.contact-card { padding: 32px; background: var(--red); color: #fff; border-radius: 100px 12px 100px 12px; display: grid; text-align: center; justify-items: center; box-shadow: var(--shadow); }
.contact-card p { font-family: serif; font-size: 19px; letter-spacing: .1em; margin: 0 0 10px; }.contact-card a { font-size: 27px; font-weight: 900; text-decoration: none; }.contact-card span { color: #efc9bd; margin-top: 10px; font-size: 11px; letter-spacing: .08em; }
.contact-card .secondary-phone { font-size: 18px; margin-top: 4px; }.contact-card .contact-line { color: #fff; font-size: 14px; margin-top: 14px; padding: 9px 15px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: #1f1915; color: #fff; padding: 12px 18px; border-radius: 999px; opacity: 0; pointer-events: none; transition: .25s; z-index: 100; box-shadow: var(--shadow); font-size: 13px; }.toast.show { opacity: 1; transform: translate(-50%,0); }
.mobile-cart { display: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr 1fr; }.hero-visual { height: 460px; }.plate { transform: translate(-50%,-50%) scale(.86); }
  .order-layout { grid-template-columns: 1fr 310px; }.product-grid { grid-template-columns: repeat(2,1fr); }.need-options { grid-template-columns: 1fr; }.shipping-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 66px; padding: 0 18px; }.brand img { width: 112px; }.header-action { font-size: 12px; padding: 8px 13px; }
  .header-nav > a:not(.header-action) { display: none; }
  .hero { min-height: 0; padding: 47px 20px 58px; display: flex; flex-direction: column; gap: 36px; overflow: hidden; }.hero-copy { width: 100%; }.eyebrow { font-size: 10px; } h1 { font-size: clamp(44px,14vw,62px); }.hero-text { font-size: 15px; line-height: 1.8; }.hero-actions { gap: 18px; }.primary-button { padding: 13px 20px; }.text-button { font-size: 13px; }.trust-list { margin-top: 36px; justify-content: space-between; }.trust-list li { flex: 1; padding-right: 16px; margin-right: 16px; }.trust-list b { font-size: 24px; }
  .hero-visual { width: 100%; height: 380px; border-radius: 110px 8px 110px 8px; }.plate { transform: translate(-50%,-50%) scale(.85); }
  .order-section { padding: 58px 16px 100px; border-radius: 34px 34px 0 0; }.section-heading { display: block; margin-left: 4px; }.section-heading > p { margin-top: 14px; font-size: 13px; }.section-heading h2, .contact-section h2 { font-size: 36px; }.order-layout { display: block; }.product-grid { gap: 10px; }.product-card { min-height: 205px; padding: 10px; }.product-photo { height: 86px; }.product-name { font-size: 14px; }.product-meta { font-size: 10px; }.counter button { width: 31px; height: 31px; }.counter output { min-width: 18px; }
  .needs-card { padding: 19px; }.card-heading h3, .form-heading h3 { font-size: 20px; }.details-grid, .payment-fieldset { grid-template-columns: 1fr; }.details-grid label.full { grid-column: auto; }
  .summary-card { position: relative; top: auto; margin-top: 20px; border-radius: 8px 24px 8px 24px; }.shipping-section { padding: 58px 20px; }.shipping-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.shipping-grid article { padding: 17px; }.shipping-grid strong { font-size: 23px; }.contact-section { padding: 58px 20px 110px; grid-template-columns: 1fr; gap: 30px; }.contact-card { border-radius: 70px 8px 70px 8px; }.contact-card a { font-size: 24px; }
  .mobile-cart { display: flex; position: fixed; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 55; background: #281e18; color: white; border-radius: 15px; padding: 12px 14px; align-items: center; justify-content: space-between; box-shadow: 0 15px 45px rgba(20,10,5,.35); font-size: 13px; }.mobile-cart a { color: #1d1712; background: #f2c96f; padding: 8px 13px; border-radius: 9px; text-decoration: none; font-weight: 800; }
  .toast { bottom: 82px; }
}

@media (max-width: 380px) { .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 185px; }.product-photo { height: 74px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
