:root {
  --lsh-ink: #172026;
  --lsh-muted: #687078;
  --lsh-rose: #b84962;
  --lsh-rose-dark: #8d3146;
  --lsh-cream: #fbf7f2;
  --lsh-paper: #fff;
  --lsh-line: #e8e1dc;
  --lsh-green: #2d7154;
  --lsh-shadow: 0 16px 45px rgba(39, 25, 21, .09);
  --lsh-radius: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfaf8;
  color: var(--lsh-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { width: min(100% - 32px, 1180px); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 100000; top: 12px; left: 12px; width: auto; height: auto; padding: 10px 14px; clip: auto; background: #fff; }

.announcement-bar { padding: 7px 16px; background: #26363b; color: #fff; text-align: center; font-size: 13px; letter-spacing: .06em; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251,250,248,.94); border-bottom: 1px solid rgba(89,65,56,.1); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 66px; display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; }
.site-branding { min-width: 0; }
.custom-logo { max-height: 48px; width: auto; }
.site-title { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; white-space: nowrap; }
.site-title span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lsh-rose); color: #fff; }
.menu-toggle { min-height: 44px; padding: 8px 12px; border: 1px solid var(--lsh-line); border-radius: 12px; background: #fff; color: var(--lsh-ink); font-weight: 700; }
.primary-navigation { display: none; position: absolute; inset: 67px 16px auto; padding: 10px; border: 1px solid var(--lsh-line); border-radius: 15px; background: #fff; box-shadow: var(--lsh-shadow); }
.primary-navigation.is-open { display: block; }
.primary-navigation ul { margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: block; min-height: 44px; padding: 9px 12px; border-radius: 9px; text-decoration: none; font-weight: 650; }
.primary-navigation a:hover, .primary-navigation a:focus-visible { background: var(--lsh-cream); }
.site-cart { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; color: var(--lsh-ink); text-decoration: none; font-size: 14px; font-weight: 750; }
.site-cart__count { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 5px; border-radius: 999px; background: var(--lsh-rose); color: #fff; font-size: 12px; }

.button, button.button, input.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 11px 20px; border: 0; border-radius: 12px; background: var(--lsh-rose); color: #fff; font-weight: 800; line-height: 1.2; text-decoration: none; box-shadow: none;
}
.button:hover, .button:focus-visible, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--lsh-rose-dark); color: #fff; }

.home-hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #f4e7e5 0%, #f8f2ec 58%, #f0e1dc 100%); }
.home-hero::after { content: ""; position: absolute; right: -120px; bottom: -170px; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.45); }
.home-hero__inner { position: relative; z-index: 1; display: grid; gap: 30px; padding-block: 54px; }
.home-eyebrow, .section-header p { margin: 0 0 10px; color: var(--lsh-rose-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.home-hero h1 { max-width: 720px; margin: 0; font-size: clamp(36px, 9vw, 68px); line-height: 1.08; letter-spacing: -.045em; }
.home-hero__copy > p:not(.home-eyebrow) { max-width: 600px; margin: 18px 0 26px; color: #5f5551; font-size: 17px; }
.home-hero__button { min-width: 156px; }
.home-hero__visual { display: grid; place-items: center; align-content: center; min-height: 230px; padding: 25px; border: 1px solid rgba(255,255,255,.75); border-radius: 30px; background: rgba(255,255,255,.48); box-shadow: var(--lsh-shadow); transform: rotate(1.5deg); }
.home-hero__visual span { color: var(--lsh-rose-dark); font-weight: 800; }
.home-hero__visual strong { margin: 6px 0; font-size: clamp(44px, 13vw, 76px); line-height: 1; letter-spacing: -.07em; }
.home-hero__visual small { letter-spacing: .28em; }
.home-benefits { display: grid; gap: 10px; padding-block: 22px; }
.home-benefits div { display: flex; min-height: 62px; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--lsh-line); border-radius: 14px; background: #fff; }
.home-benefits strong { color: var(--lsh-rose); font-size: 22px; }
.home-benefits span { font-size: 14px; font-weight: 750; }
.home-campaigns { padding-block: 45px 70px; }
.section-header h2 { margin: 0 0 22px; font-size: clamp(28px, 7vw, 43px); line-height: 1.15; letter-spacing: -.035em; }
.campaign-grid { display: grid; gap: 18px; }
.campaign-card { overflow: hidden; border: 1px solid var(--lsh-line); border-radius: var(--lsh-radius); background: #fff; box-shadow: 0 9px 30px rgba(52,35,30,.05); }
.campaign-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #f1ece8; }
.campaign-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.campaign-card:hover .campaign-card__image img { transform: scale(1.025); }
.campaign-card__body { padding: 17px; }
.campaign-card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.3; }
.campaign-card h3 a { text-decoration: none; }
.campaign-card__price { margin-bottom: 14px; color: var(--lsh-rose-dark); font-size: 20px; font-weight: 850; }
.campaign-card .button { width: 100%; }
.empty-campaigns, .home-content { padding: 25px; border: 1px dashed #ccbdb5; border-radius: var(--lsh-radius); background: #fff; }

.site-main:not(.woocommerce) { min-height: 55vh; }
.content-card { margin-block: 35px 70px; padding: clamp(22px, 5vw, 48px); border: 1px solid var(--lsh-line); border-radius: var(--lsh-radius); background: #fff; }
.entry-title { margin-top: 0; line-height: 1.15; letter-spacing: -.035em; }
.woocommerce .site-main, .woocommerce-page .site-main { width: min(100% - 32px, 1180px); margin: 34px auto 75px; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 32px; }
.woocommerce div.product .product_title { font-size: clamp(28px, 7vw, 46px); line-height: 1.15; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 22px; color: var(--lsh-muted); font-size: 13px; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-radius: 12px; background: #fff; box-shadow: none; }
.woocommerce-message { border-top-color: var(--lsh-green); }
.woocommerce table.shop_table { border-color: var(--lsh-line); border-radius: 14px; background: #fff; }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { padding: 12px 10px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
  min-height: 48px; padding: 10px 12px; border: 1px solid #cfc8c3; border-radius: 10px; background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px; }
.woocommerce-checkout #payment { border-radius: 15px; background: #f4efeb; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; }
.woocommerce ul.products li.product a img { border-radius: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; }
.woocommerce ul.products li.product .price { color: var(--lsh-rose-dark); font-weight: 800; }
.lsh-bundle-product div.product div.summary { width: 56%; }
.lsh-bundle-product div.product div.images { width: 39%; }

.site-footer { padding: 45px 0 22px; background: #26363b; color: rgba(255,255,255,.82); }
.site-footer__grid { display: grid; gap: 28px; }
.site-footer__brand { color: #fff; font-size: 22px; }
.site-footer p { max-width: 460px; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer a { color: #fff; }
.site-footer__bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; }

@media (min-width: 680px) {
  .home-benefits { grid-template-columns: repeat(3, 1fr); }
  .campaign-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; min-height: 76px; }
  .menu-toggle { display: none; }
  .primary-navigation { position: static; display: block; justify-self: center; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .primary-navigation ul { display: flex; gap: 6px; }
  .primary-navigation a { padding-inline: 14px; }
  .home-hero__inner { grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); align-items: center; min-height: 590px; padding-block: 72px; }
  .home-benefits { margin-top: -30px; position: relative; z-index: 3; }
  .home-benefits div { box-shadow: 0 12px 35px rgba(41,28,23,.08); }
  .campaign-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 768px) {
  .lsh-bundle-product div.product div.summary, .lsh-bundle-product div.product div.images { float: none; width: 100%; }
}
@media (max-width: 430px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .site-cart > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .home-hero__inner { padding-block: 42px; }
  .woocommerce .site-main, .woocommerce-page .site-main { width: min(100% - 24px, 1180px); margin-top: 24px; }
  .woocommerce table.shop_table_responsive tr { margin-bottom: 16px; border: 1px solid var(--lsh-line); border-radius: 12px; background: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
