/*
Theme Name: 老蘇翡翠行
Theme URI: https://yingpojade.com/
Author: 老蘇翡翠行
Description: 老蘇翡翠行品牌展示與翡翠商城主題。
Version: 2.6.0
Text Domain: mcxjewel
*/

:root {
  --ink: #17211d;
  --jade-950: #0b2a22;
  --jade-900: #123d31;
  --jade-700: #2f6b55;
  --jade-500: #6f9d87;
  --celadon: #dfeae4;
  --mist: #f2f6f3;
  --porcelain: #fbfcfa;
  --gold: #b49a68;
  --line: rgba(18, 61, 49, .16);
  --serif: "Songti TC", "STSongti-TC", "Noto Serif CJK TC", "PMingLiU", Georgia, serif;
  --sans: "PingFang TC", "Microsoft JhengHei", "Noto Sans CJK TC", sans-serif;
  --utility: ui-monospace, SFMono-Regular, Menlo, monospace;
  --wrap: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--porcelain);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 252, 250, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.header-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: baseline; gap: 9px; text-decoration: none; }
.brand-mark { font: 600 30px/1 var(--serif); letter-spacing: -.04em; color: var(--jade-900); }
.brand-sub { font: 500 10px/1 var(--utility); letter-spacing: .28em; color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #304039; font-size: 14px; text-decoration: none; }
.main-nav a:hover { color: var(--jade-700); }
.nav-cta { padding: 10px 18px; color: var(--porcelain) !important; background: var(--jade-900); border-radius: 999px; }
.mobile-nav { display: none; }
.header-cart { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--jade-900); text-decoration: none; }
.header-cart svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-cart span { position: absolute; top: -4px; right: -3px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--jade-700); font-size: 10px; line-height: 1; }

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--jade-950);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 29, 23, .98) 0%, rgba(5, 29, 23, .84) 40%, rgba(5, 29, 23, .08) 78%), url("assets/images/hero-jade.jpg") center/cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(223, 234, 228, .24); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 680px; padding: 110px 0 100px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 500 11px/1 var(--utility); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1 { max-width: 630px; margin: 0; font: 500 clamp(48px, 6vw, 82px)/1.09 var(--serif); letter-spacing: -.045em; }
.hero-copy { max-width: 530px; margin: 28px 0 36px; color: rgba(255,255,255,.78); font-size: 17px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--jade-900);
  border-radius: 999px;
  color: white;
  background: var(--jade-900);
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.button:hover, .wp-element-button:hover { transform: translateY(-2px); background: var(--jade-700); }
.button-light { color: var(--jade-950); background: white; border-color: white; }
.button-ghost { color: white; background: transparent; border-color: rgba(255,255,255,.5); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin: 48px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.72); font-size: 13px; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.hero-facts li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.laosu-hero::before { background: linear-gradient(90deg, rgba(5,29,23,.97) 0%, rgba(5,29,23,.75) 48%, rgba(5,29,23,.18) 78%), url("assets/images/laosu/mine.jpg") center/cover no-repeat; }
.hero-lead { max-width: 620px; margin: 22px 0 0; color: #e7d6ac; font: 500 clamp(21px, 2.3vw, 29px)/1.45 var(--serif); }

.section { padding: 105px 0; }
.section-soft { background: var(--mist); }
.section-dark { color: white; background: var(--jade-950); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 48px; }
.section-head h2, .page-hero h1 { margin: 0; max-width: 720px; font: 500 clamp(36px, 4vw, 58px)/1.16 var(--serif); letter-spacing: -.035em; color: var(--jade-900); }
.section-dark .section-head h2 { color: white; }
.section-head p { max-width: 520px; margin: 0; color: #617169; }
.section-action { max-width: 520px; }
.section-action .text-link { display: inline-flex; margin-top: 12px; }
.text-link { color: var(--jade-700); font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 9px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.button-outline { color: var(--jade-900) !important; background: transparent !important; }
.home-shop-head { margin-bottom: 44px; }
.home-shop-head h2 { margin: 0; font: 600 clamp(30px, 3.2vw, 42px)/1.2 var(--sans); letter-spacing: -.035em; color: var(--ink); }
.home-shop-tabs { margin: 26px 0 0; padding-bottom: 0; }
.home-shop-tabs a { min-width: 88px; padding: 11px 20px; background: rgba(255,255,255,.72); }

/* 老蘇首頁 */
.split-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 92px); align-items: center; }
.feature-image { position: relative; }
.feature-image::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; z-index: -1; background: linear-gradient(135deg, #d9ebe1, #edf5f0); }
.feature-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.feature-copy h2, .craft-copy h2, .faq-layout h2, .location-heading h2 { margin: 0 0 26px; font: 500 clamp(38px, 4.6vw, 62px)/1.17 var(--serif); letter-spacing: -.035em; color: var(--jade-900); }
.feature-copy p { color: #56685f; }
.feature-copy .text-link { display: inline-flex; margin-top: 15px; }
.source-section { background: linear-gradient(145deg, #f4f8f5 0%, #e4f0e9 100%); }
.source-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.source-card { position: relative; min-height: 480px; overflow: hidden; color: var(--jade-900); background: #fff; border: 1px solid rgba(18,61,49,.1); box-shadow: 0 8px 24px rgba(18,61,49,.06); }
.source-card img { position: static; display: block; width: 100%; height: 350px; object-fit: cover; opacity: 1; }
.source-card::after { display: none; }
.source-card > div { position: static; padding: 22px 24px 24px; }
.source-card span { font: 500 10px/1 var(--utility); letter-spacing: .16em; color: var(--gold); }
.source-card h3 { margin: 13px 0 8px; font: 500 30px/1.2 var(--serif); color: var(--jade-900); }
.source-card p { margin: 0; color: #617169; font-size: 14px; }
.craft-section { color: white; background: var(--jade-950); }
.craft-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 7vw, 90px); align-items: center; }
.craft-copy h2 { color: white; }
.craft-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); }
.craft-steps { display: flex; align-items: center; gap: 10px; margin-top: 40px; color: rgba(255,255,255,.78); font-size: 13px; }
.craft-steps i { flex: 1; height: 1px; background: rgba(255,255,255,.22); }
.craft-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 240px 240px; gap: 12px; }
.craft-gallery img { width: 100%; height: 100%; object-fit: cover; }
.craft-gallery img:first-child { grid-row: 1 / 3; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 130px; }
.faq-layout > div:first-child > p:not(.eyebrow) { color: #64766d; }
.faq-layout .button { margin-top: 20px; }
.faq-layout .faq-list { margin-top: 0; }
.returns-section { background: #e9f3ed; }
.return-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border: 1px solid rgba(18,61,49,.16); background: rgba(255,255,255,.45); }
.return-steps li { min-height: 230px; display: flex; flex-direction: column; padding: 26px 22px; border-right: 1px solid rgba(18,61,49,.16); }
.return-steps li:last-child { border: 0; }
.return-steps b { color: var(--gold); font: 500 11px/1 var(--utility); }
.return-steps strong { margin-top: auto; color: var(--jade-900); font: 500 23px/1.3 var(--serif); }
.return-steps span { margin-top: 8px; color: #64766d; font-size: 13px; }
.location-section { color: white; background: #0a261f; }
.location-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.location-heading h2 { color: white; }
.location-heading > p:not(.eyebrow) { max-width: 420px; color: rgba(255,255,255,.58); }
.location-list { border-top: 1px solid rgba(255,255,255,.16); }
.location-list article { display: grid; grid-template-columns: 130px 1fr; gap: 8px 24px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.location-list span { grid-row: 1 / 3; color: var(--gold); font-size: 13px; }
.location-list h3, .location-list p { margin: 0; }
.location-list h3 { font: 500 20px/1.35 var(--serif); }
.location-list p { color: rgba(255,255,255,.5); font-size: 13px; }
.contact-card { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.2fr 1fr 1.2fr; gap: 18px; align-items: center; padding: 26px 30px; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); }
.contact-card small { color: var(--gold); letter-spacing: .12em; }
.contact-card a { text-decoration: none; }

.jade-workshop { padding: 72px 0 88px; background: #fbfcfa; }
.jade-workshop-head { margin-bottom: 34px; text-align: center; color: #306e47; }
.jade-workshop-head h2 { margin: 0; font: 700 34px/1.25 var(--sans); }
.jade-workshop-head p { margin: 8px 0 0; font-size: 17px; }
.jade-workshop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.jade-workshop-card { position: relative; isolation: isolate; min-height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; overflow: hidden; padding: 25px; border-radius: 5px; color: #fff; background: var(--card-image) center/cover no-repeat; }
.jade-workshop-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(45,45,45,.52); }
.jade-workshop-card h3 { margin: 0 0 8px; font: 700 24px/1.25 var(--sans); }
.jade-workshop-card p { margin: 0; font-size: 17px; line-height: 1.75; }
.jade-workshop-card a { display: inline-flex; align-items: center; min-height: 42px; margin-top: 12px; padding: 8px 16px 8px 14px; border: 2px solid #fff; border-radius: 999px; color: #fff; font-weight: 700; text-decoration: none; }
.jade-workshop-card a:hover { color: var(--jade-950); background: #fff; }

.compact-info-section { padding: 56px 0; background: #eef1ef; }
.compact-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-items: start; }
.compact-info-card { padding: 28px 30px; border: 1px solid rgba(18,61,49,.08); border-radius: 16px; background: #fff; box-shadow: 0 5px 18px rgba(7,31,25,.04); }
.compact-info-card h2 { margin: 0 0 22px; color: var(--jade-700); font: 700 22px/1.3 var(--sans); text-align: center; }
.compact-info-card h3 { margin: 0 0 3px; color: #26332e; font: 700 15px/1.45 var(--sans); }
.compact-info-card h3 span { display: inline-grid; min-width: 24px; margin-right: 3px; color: #d64232; font-weight: 800; }
.compact-qa { display: grid; gap: 14px; }
.compact-qa p { margin: 0; color: #45534c; font-size: 14px; line-height: 1.65; }
.compact-steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.compact-steps li, .compact-note { margin: 0; color: #36443d; font-size: 14px; line-height: 1.7; }
.compact-note { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.compact-addresses { display: grid; gap: 18px; color: #36443d; font-style: normal; }
.compact-addresses p { margin: 0; overflow-wrap: anywhere; font-size: 14px; line-height: 1.7; }
.compact-contact { display: grid; gap: 0; margin: 0; }
.compact-contact div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.compact-contact div:last-child { border-bottom: 0; }
.compact-contact dt { color: #5d6c64; font-size: 13px; }
.compact-contact dd { margin: 0; color: var(--jade-900); font-weight: 600; overflow-wrap: anywhere; }
.compact-contact a { color: var(--jade-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }

.contact-compact-hero { padding: 64px 0 42px; background: var(--mist); border-bottom: 1px solid var(--line); }
.contact-compact-hero h1 { margin: 4px 0 10px; color: var(--jade-900); font: 500 clamp(38px, 5vw, 58px)/1.15 var(--serif); }
.contact-compact-hero p:last-child { max-width: 650px; margin: 0; color: #5d6d65; }
.contact-compact-body { padding: 34px 0 70px; }
.contact-quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 38px; border: 1px solid var(--line); background: #fff; }
.contact-quick-grid > * { min-width: 0; display: grid; gap: 5px; padding: 18px 22px; border-right: 1px solid var(--line); text-decoration: none; }
.contact-quick-grid > *:last-child { border-right: 0; }
.contact-quick-grid button { appearance: none; margin: 0; border: 0; border-right: 1px solid var(--line); border-radius: 0; color: inherit; background: #fff; font: inherit; text-align: left; cursor: pointer; }
.contact-quick-grid a, .contact-copy-card { transition: background .2s ease, color .2s ease; }
.contact-quick-grid a:hover, .contact-copy-card:hover, .contact-copy-card.is-copied { background: var(--mist); }
.contact-quick-grid small { color: #77857e; font-size: 11px; letter-spacing: .08em; }
.contact-quick-grid strong { color: var(--jade-900); font: 600 17px/1.4 var(--sans); overflow-wrap: anywhere; }
.contact-copy-status { position: fixed; z-index: 220; left: 50%; bottom: 26px; margin: 0; padding: 10px 18px; border-radius: 999px; color: #fff; background: var(--jade-900); box-shadow: 0 8px 25px rgba(7,31,25,.22); font-size: 13px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s ease, transform .2s ease; }
.contact-copy-status.is-visible { opacity: 1; transform: translate(-50%, 0); }
.contact-form-head { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; margin-bottom: 18px; }
.contact-form-head h2 { margin: 6px 0 0; color: var(--jade-900); font: 500 36px/1.2 var(--serif); }
.contact-form-head > p { max-width: 520px; margin: 0; color: #66766e; }
.contact-compact-page .inquiry-form { margin-top: 0; padding: 24px; }
.contact-compact-page .form-full { margin-top: 14px; }
.contact-compact-page .consent { margin: 16px 0; }
.contact-compact-page .form-footnote { margin-top: 10px !important; }

.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { position: relative; min-height: 410px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 32px; border: 1px solid var(--line); color: white; background: var(--jade-900); text-decoration: none; }
.collection-card::before { content: ""; position: absolute; width: 310px; height: 310px; top: -76px; right: -82px; border-radius: 48% 52% 55% 45%; border: 48px solid rgba(223,234,228,.32); box-shadow: inset 0 0 52px rgba(255,255,255,.22), 0 30px 80px rgba(0,0,0,.25); transform: rotate(18deg); transition: transform .5s ease; }
.collection-card:nth-child(2) { color: var(--ink); background: #dbe7e0; }
.collection-card:nth-child(2)::before { border-color: rgba(111,157,135,.4); }
.collection-card:nth-child(3) { background: #233b33; }
.collection-card:hover::before { transform: rotate(26deg) scale(1.05); }
.collection-label { position: relative; z-index: 1; }
.collection-label span { display: block; margin-bottom: 8px; font: 500 10px/1 var(--utility); letter-spacing: .18em; text-transform: uppercase; opacity: .72; }
.collection-label strong { font: 500 34px/1.2 var(--serif); }

.observation { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.observation-window { position: relative; min-height: 540px; overflow: hidden; background: url("assets/images/hero-jade.jpg") 70% center/cover no-repeat; border-radius: 46% 54% 40% 60% / 58% 42% 58% 42%; box-shadow: inset 0 0 90px rgba(255,255,255,.22), 0 50px 100px rgba(11,42,34,.25); }
.observation-window::after { content: "自然光观察窗"; position: absolute; right: 24px; bottom: 24px; padding: 10px 14px; color: white; background: rgba(11,42,34,.76); font: 500 10px/1 var(--utility); letter-spacing: .16em; }
.observation-copy h2 { margin: 0 0 24px; font: 500 clamp(38px, 4vw, 58px)/1.16 var(--serif); }
.observation-copy > p { color: rgba(255,255,255,.68); }
.inspection-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.inspection-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.inspection-list b { font: 500 12px/1.5 var(--utility); color: var(--gold); }
.inspection-list strong { display: block; font: 500 20px/1.3 var(--serif); }
.inspection-list small { color: rgba(255,255,255,.58); }

.woocommerce ul.products, .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 18px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .product-card { width: auto !important; margin: 0 !important; padding: 0 0 22px; list-style: none; border-bottom: 1px solid var(--line); }
.woocommerce ul.products li.product a img, .product-card img { aspect-ratio: 4 / 5; width: 100%; margin: 0 0 20px !important; object-fit: cover; background: var(--celadon); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font: 500 22px/1.35 var(--serif); color: var(--jade-900); }
.woocommerce ul.products li.product .price { color: var(--gold); font-weight: 600; }
.woocommerce ul.products li.product .button { margin-top: 14px; min-height: 42px; padding: 9px 17px; color: var(--jade-900); background: transparent; }
.sample-chip { display: inline-block; margin-bottom: 10px; padding: 5px 8px; color: #6d5c38; background: #f2ead9; font: 500 10px/1 var(--utility); letter-spacing: .08em; }

.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.standard { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); }
.standard:last-child { border: 0; }
.standard b { display: block; margin-bottom: 42px; font: 500 11px/1 var(--utility); color: var(--gold); }
.standard h3 { margin: 0 0 12px; font: 500 24px/1.3 var(--serif); color: var(--jade-900); }
.standard p { margin: 0; color: #66776e; font-size: 14px; }

.journal-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.journal-card { position: relative; isolation: isolate; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.22); background: var(--journal-image) center/cover no-repeat; text-decoration: none; }
.journal-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg, rgba(66,132,99,.28), rgba(10,56,42,.66)); transition: background .25s ease; }
.journal-card:hover::before { background: linear-gradient(145deg, rgba(94,157,124,.2), rgba(10,56,42,.56)); }
.journal-card:hover { border-color: var(--gold); }
.journal-card span { font: 500 10px/1 var(--utility); letter-spacing: .16em; color: var(--gold); }
.journal-card h3 { margin: 60px 0 0; font: 500 27px/1.35 var(--serif); }

#jade-notes { color: var(--jade-950); background: linear-gradient(135deg, #f7fbf8 0%, #e6f3eb 38%, #cfe7da 72%, #edf7f1 100%); }
#jade-notes .section-head h2 { color: var(--jade-900); }
#jade-notes .eyebrow { color: var(--jade-700); }
#jade-notes .journal-card { color: #fff; border-color: rgba(30,92,68,.24); box-shadow: 0 18px 45px rgba(45,105,78,.12); }

.final-cta { padding: 90px 0; text-align: center; background: var(--celadon); }
.final-cta h2 { margin: 0 auto 16px; max-width: 760px; font: 500 clamp(36px, 5vw, 64px)/1.15 var(--serif); color: var(--jade-900); }
.final-cta p { margin: 0 auto 28px; max-width: 600px; color: #5d6f66; }

/* Editorial company pages */
.editorial-page { overflow: hidden; }
.editorial-hero { height: calc(100vh - 84px); min-height: 620px; max-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--mist); }
.editorial-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(40px, calc((100vw - 1180px) / 2)); padding-right: 8vw; }
.editorial-hero-copy h1 { margin: 0; font: 500 clamp(48px, 6vw, 82px)/1.08 var(--serif); letter-spacing: -.045em; color: var(--jade-900); }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 0; color: #53665c; font-size: 17px; }
.editorial-hero-image { position: relative; min-height: 0; overflow: hidden; background: var(--celadon); }
.editorial-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-hero-image::after { content: "MCX / NATURAL LIGHT"; position: absolute; right: 22px; bottom: 20px; padding: 9px 12px; color: white; background: rgba(11,42,34,.72); font: 500 10px/1 var(--utility); letter-spacing: .14em; }
.editorial-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.editorial-intro h2 { margin: 0; font: 500 clamp(34px, 4vw, 55px)/1.18 var(--serif); color: var(--jade-900); }
.editorial-intro-copy { max-width: 700px; }
.editorial-intro-copy > p:first-child { margin-top: 0; font-size: 19px; color: #34473e; }
.truth-note { margin-top: 30px; padding: 22px 24px; border-left: 3px solid var(--gold); background: var(--mist); color: #53665c; }

.star-ledger { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 500px; border: 1px solid var(--line); }
.star-ledger-score { display: flex; flex-direction: column; justify-content: space-between; padding: 48px; color: white; background: var(--jade-950); }
.star-ledger-score strong { font: 500 clamp(74px, 10vw, 140px)/.85 var(--serif); color: var(--gold); }
.star-ledger-score span { font: 500 15px/1.6 var(--utility); letter-spacing: .16em; }
.star-ledger-list { display: grid; grid-template-columns: 1fr 1fr; background: white; }
.review-standard { padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-standard:nth-child(2n) { border-right: 0; }
.review-standard:nth-last-child(-n+2) { border-bottom: 0; }
.review-standard:last-child { grid-column: 1 / -1; border-right: 0; }
.review-standard b { display: block; margin-bottom: 24px; color: var(--gold); font: 500 11px/1 var(--utility); letter-spacing: .14em; }
.review-standard h3 { margin: 0 0 8px; font: 500 23px/1.35 var(--serif); color: var(--jade-900); }
.review-standard p { margin: 0; color: #68776f; font-size: 14px; }
.review-gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 14px; }
.review-gallery a { overflow: hidden; background: var(--celadon); }
.review-gallery a:first-child { grid-row: 1 / 3; }
.review-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.review-gallery a:hover img { transform: scale(1.035); }

.story-opening { padding: 115px 0; color: white; background: var(--jade-950); }
.story-opening blockquote { max-width: 930px; margin: 0; font: 500 clamp(38px, 5vw, 68px)/1.3 var(--serif); letter-spacing: -.03em; }
.story-opening blockquote em { color: var(--gold); font-style: normal; }
.story-chapter { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.story-chapter:nth-child(even) .story-picture { order: 2; }
.story-picture { min-height: 610px; background: var(--celadon); }
.story-picture img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(35px, 7vw, 110px); }
.story-copy b { color: var(--gold); font: 500 11px/1 var(--utility); letter-spacing: .2em; }
.story-copy h2 { margin: 24px 0 18px; font: 500 clamp(38px, 4.5vw, 62px)/1.16 var(--serif); color: var(--jade-900); }
.story-copy p { max-width: 560px; color: #5d6d65; }
.story-principles { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.story-principles article { padding: 36px; border-right: 1px solid rgba(255,255,255,.16); }
.story-principles article:last-child { border: 0; }
.story-principles b { color: var(--gold); font: 500 11px/1 var(--utility); }
.story-principles h3 { margin: 38px 0 12px; font: 500 26px/1.3 var(--serif); }
.story-principles p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

/* 老蘇品牌故事 */
.brand-story-page .editorial-hero-image::after { content: "老蘇 / 瑞麗翡翠"; }
.brand-story-hero .editorial-hero-copy { position: relative; }
.brand-name-transition { display: flex; align-items: center; gap: 20px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line); }
.brand-name-transition span { display: grid; gap: 5px; }
.brand-name-transition small { color: #718078; font: 500 10px/1 var(--utility); letter-spacing: .16em; }
.brand-name-transition strong { color: var(--jade-900); font: 500 20px/1.3 var(--serif); }
.brand-name-transition i { color: var(--gold); font-style: normal; }
.route-label { margin: 0 0 24px; color: var(--gold); font: 500 11px/1 var(--utility); letter-spacing: .18em; }
.story-route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 20px; align-items: center; margin-top: 64px; }
.story-route span { color: rgba(255,255,255,.78); font: 500 clamp(18px, 2vw, 25px)/1.2 var(--serif); }
.story-route i { display: block; height: 1px; background: linear-gradient(90deg, rgba(180,154,104,.3), var(--gold), rgba(180,154,104,.3)); }
.brand-origin-section { background: var(--porcelain); }
.brand-address-section { padding: 110px 0; color: white; background: var(--jade-950); }
.brand-address-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: end; }
.brand-address-copy h2 { margin: 0 0 20px; font: 500 clamp(42px, 5vw, 70px)/1.12 var(--serif); }
.brand-address-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.62); }
.brand-address-copy address { margin: 32px 0; padding-left: 20px; border-left: 2px solid var(--gold); color: rgba(255,255,255,.86); font: normal 500 17px/1.8 var(--serif); }
.brand-address-copy .button { color: var(--jade-950); background: var(--gold); border-color: var(--gold); }
.brand-address-copy .button:hover { color: var(--jade-950); background: #c9b17e; border-color: #c9b17e; }

.live-hero { position: relative; min-height: 650px; display: grid; align-items: end; color: white; background: var(--jade-950); }
.live-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,31,25,.98) 0%, rgba(7,31,25,.76) 48%, rgba(7,31,25,.12) 78%), var(--live-image) center/cover no-repeat; }
.live-hero-inner { position: relative; z-index: 1; padding: 110px 0 90px; }
.live-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 26px; font: 600 11px/1 var(--utility); letter-spacing: .18em; color: #f1c985; }
.live-kicker::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #d96a55; box-shadow: 0 0 0 7px rgba(217,106,85,.16); }
.live-hero h1 { max-width: 820px; margin: 0; font: 500 clamp(54px, 7vw, 94px)/1.05 var(--serif); letter-spacing: -.05em; }
.live-hero p { max-width: 590px; margin: 28px 0 34px; color: rgba(255,255,255,.7); font-size: 17px; }
.live-status { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin-top: 40px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.2); background: rgba(7,31,25,.55); backdrop-filter: blur(12px); }
.live-status b { color: var(--gold); font: 500 11px/1 var(--utility); letter-spacing: .14em; }
.live-status span { color: rgba(255,255,255,.72); }
.live-status small { color: rgba(255,255,255,.46); }
.live-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.live-guide article { min-height: 260px; padding: 32px; border: 1px solid var(--line); background: white; }
.live-guide b { color: var(--gold); font: 500 11px/1 var(--utility); }
.live-guide h3 { margin: 42px 0 12px; font: 500 25px/1.3 var(--serif); color: var(--jade-900); }
.live-guide p { margin: 0; color: #65756d; font-size: 14px; }
.editorial-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 18px; }
.editorial-product { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.editorial-product img { width: 100%; aspect-ratio: 4/5; object-fit: cover; margin-bottom: 18px; background: var(--celadon); }
.editorial-product span { color: var(--gold); font: 500 10px/1 var(--utility); letter-spacing: .12em; }
.editorial-product h3 { margin: 9px 0 0; font: 500 22px/1.35 var(--serif); color: white; }
.live-checklist { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.live-checklist h2 { margin: 0; font: 500 clamp(38px, 4.5vw, 60px)/1.18 var(--serif); color: var(--jade-900); }
.live-checklist ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.live-checklist li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.live-checklist li b { color: var(--gold); font: 500 11px/1.7 var(--utility); }
.live-checklist li strong { display: block; color: var(--jade-900); font: 500 20px/1.35 var(--serif); }
.live-checklist li span { display: block; margin-top: 5px; color: #68776f; font-size: 14px; }

/* Authorized Vaner page material */
.authorized-page { padding: 30px 0 80px; background: #fff; }
.authorized-stack, .authorized-live-content { width: min(1180px, calc(100vw - 40px)); margin-inline: auto; }
.authorized-stack figure, .authorized-live-content figure { margin: 0; }
.authorized-stack img { width: 100%; height: auto; }
.authorized-live-content { display: grid; gap: 24px; }
.authorized-live-hero img { width: 100%; height: auto; }
.authorized-live-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.authorized-live-grid a, .authorized-live-grid span { display: block; overflow: hidden; background: var(--mist); }
.authorized-live-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.authorized-live-grid a:hover img { transform: scale(1.02); }

.page-hero { padding: 88px 0 58px; background: var(--mist); border-bottom: 1px solid var(--line); }
.page-hero p { max-width: 620px; margin: 18px 0 0; color: #617169; }
.content-wrap { width: min(960px, calc(100vw - 40px)); margin: 0 auto; padding: 72px 0 110px; }
.content-wrap h2 { margin-top: 48px; font: 500 34px/1.3 var(--serif); color: var(--jade-900); }
.content-wrap h3 { font: 500 24px/1.3 var(--serif); color: var(--jade-900); }
.content-wrap p, .content-wrap li { color: #47574f; }
.content-wrap > p:first-child { max-width: 820px; font-size: 18px; color: #34473e; }
.content-wrap blockquote { margin: 40px 0; padding: 24px 28px; border-left: 3px solid var(--gold); background: var(--mist); }
.content-wrap blockquote p { margin: 0; font: 500 25px/1.55 var(--serif); color: var(--jade-900); }

.info-grid, .process-grid, .principle-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 32px 0 52px; }
.info-card, .process-card, .principle-card { padding: 26px; border: 1px solid var(--line); background: white; }
.info-card h3, .process-card h3, .principle-card h3 { margin: 0 0 10px; font-size: 23px; }
.info-card p, .process-card p, .principle-card p { margin: 0; font-size: 15px; }
.process-card b { display: block; margin-bottom: 24px; color: var(--gold); font: 500 11px/1 var(--utility); letter-spacing: .14em; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 40px 0 54px; border: 1px solid var(--line); }
.trust-strip div { padding: 24px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { display: block; font: 500 22px/1.35 var(--serif); color: var(--jade-900); }
.trust-strip span { display: block; margin-top: 8px; color: #6a7971; font-size: 13px; }
.faq-list { margin: 28px 0 52px; border-top: 1px solid var(--line); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font: 500 20px/1.4 var(--serif); color: var(--jade-900); }
.faq-list details p { margin-bottom: 0; }

.inquiry-form { margin-top: 38px; padding: 34px; border: 1px solid var(--line); background: var(--mist); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.inquiry-form label { display: block; }
.inquiry-form label > span:first-child { display: block; margin-bottom: 8px; color: var(--jade-900); font-weight: 600; font-size: 14px; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(18,61,49,.24); border-radius: 0; color: var(--ink); background: white; }
.inquiry-form textarea { resize: vertical; }
.form-full { margin-top: 20px; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 22px 0; }
.consent input { width: 18px; min-height: 18px; margin-top: 4px; }
.consent span { margin: 0 !important; color: #55655d !important; font-weight: 400 !important; }
.form-footnote { margin: 14px 0 0 !important; font-size: 13px; color: #738078 !important; }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { display: grid; gap: 4px; margin: 24px 0; padding: 18px 20px; border-left: 3px solid var(--jade-700); background: var(--mist); }
.form-notice.error { border-color: #a44d3f; }
.form-notice span { color: #5d6d65; }

.woocommerce-page main.site-main, .woocommerce main.site-main { width: var(--wrap); margin: 0 auto; padding: 70px 0 110px; }
.woocommerce-products-header { margin-bottom: 34px; }
.woocommerce-products-header__title.page-title { margin: 0; font: 500 clamp(38px, 5vw, 60px)/1.16 var(--serif); color: var(--jade-900); }
.woocommerce .woocommerce-breadcrumb { color: #738078; font-size: 13px; }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product .product_title { font: 500 clamp(34px, 4vw, 52px)/1.18 var(--serif); color: var(--jade-900); }
.woocommerce div.product p.price { color: var(--gold); }
.mcx-inquiry { margin: 28px 0; padding: 22px; background: var(--mist); border-left: 3px solid var(--gold); }
.mcx-inquiry p { margin: 0 0 14px; color: #55655d; }
.woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce .quantity .qty { min-height: 46px; }
.shop-category-tabs { display: flex; gap: 8px; overflow-x: auto; margin: 0 0 42px; padding: 0 0 12px; scrollbar-width: thin; }
.shop-category-tabs a { flex: 0 0 auto; min-width: 88px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; color: #4f6359; background: white; text-align: center; text-decoration: none; }
.shop-category-tabs a:hover, .shop-category-tabs a.is-active { color: white; background: var(--jade-900); border-color: var(--jade-900); }
.woocommerce-cart .woocommerce { display: grid; gap: 32px; }
.woocommerce table.shop_table { border: 1px solid var(--line); border-radius: 0; background: white; }
.woocommerce table.shop_table th { color: var(--jade-900); }
.woocommerce-cart-form .product-thumbnail img { width: 90px; }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(520px, 100%); padding: 28px; background: var(--mist); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin-top: 0; font: 500 30px/1.3 var(--serif); color: var(--jade-900); }
.woocommerce .cart-empty { margin: 20px 0 12px; padding: 80px 24px 24px; border: 1px solid var(--line); background: white; text-align: center; font: 500 clamp(24px, 4vw, 38px)/1.3 var(--serif); color: var(--jade-900); }
.woocommerce .return-to-shop { text-align: center; }
.woocommerce .checkout-button { width: 100%; }
.price-pending { color: #8d7344; font-size: 14px; }
.price-inquiry { color: var(--jade-700); font-size: 14px; font-weight: 700; }
.product-facts { margin: 24px 0; border-top: 1px solid var(--line); }
.product-facts div { display: grid; grid-template-columns: 100px 1fr; padding: 12px 0; border-bottom: 1px solid var(--line); }
.product-facts dt { color: #75847c; }
.product-facts dd { margin: 0; color: var(--jade-900); }
.product-note { padding: 18px 20px; color: #596a61; background: var(--mist); }
.woocommerce .checkout-button.is-disabled { cursor: not-allowed; opacity: .58; }
.checkout-note { margin: 12px 0 0; color: #65756d; font-size: 13px; text-align: center; }
.mcx-pending-price .cart_totals .cart-subtotal, .mcx-pending-price .cart_totals .order-total { display: none; }
.mobile-bottom-nav { display: none; }

.site-footer { color: rgba(255,255,255,.76); background: #071f19; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; padding: 76px 0 54px; }
.footer-brand { font: 500 38px/1 var(--serif); color: white; }
.footer-note { max-width: 460px; margin-top: 20px; color: rgba(255,255,255,.55); }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.footer-social a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: rgba(255,255,255,.78); text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease, background .2s ease; }
.footer-social a:hover { color: var(--jade-950); border-color: var(--gold); background: var(--gold); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-social .social-facebook svg path:first-child, .footer-social .social-youtube svg path:first-child { fill: currentColor; stroke: none; }
.footer-social .social-youtube .social-play { fill: var(--jade-950); stroke: none; }
.footer-social .social-dot { fill: currentColor; stroke: none; }
.payment-strip { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 28px; padding: 20px 24px; color: var(--jade-950); background: #f4f4f4; }
.payment-strip-copy { display: grid; gap: 3px; flex: 0 0 auto; }
.payment-strip-copy strong { font: 600 16px/1.3 var(--sans); }
.payment-strip-copy small { color: #6d7772; font-size: 11px; }
.payment-logos { display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; gap: 13px 18px; }
.payment-logo { display: inline-block; flex: 0 0 auto; background-image: url("assets/images/payment/tw-payment-sprite.png"); background-repeat: no-repeat; background-size: 477px 183px; }
.payment-visa { width: 44px; height: 24px; background-position: -176px -68px; }
.payment-mastercard { width: 40px; height: 27px; background-position: -224px -67px; }
.payment-jkopay { width: 94px; height: 34px; background-position: -72px -100px; }
.payment-ecpay { width: 78px; height: 31px; background-position: -184px -99px; }
.payment-linepay { width: 88px; height: 32px; background-position: -278px -99px; }
.payment-ssl { width: 84px; height: 32px; background-position: -178px -142px; }
.footer-col h2 { margin: 0 0 18px; color: var(--gold); font: 500 10px/1 var(--utility); letter-spacing: .18em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-col li { margin: 10px 0; }
.footer-col a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }

@media (max-width: 900px) {
  .main-nav { display: none; }
  .header-cart { margin-left: auto; }
  .mobile-nav { display: none; }
  .mobile-nav summary { cursor: pointer; list-style: none; padding: 10px 0; font-weight: 600; }
  .mobile-nav nav { position: absolute; left: 0; right: 0; top: 84px; display: grid; gap: 0; padding: 18px 20px; background: var(--porcelain); border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 12px; text-decoration: none; }
  .hero { min-height: 620px; }
  .hero::before { background: linear-gradient(90deg, rgba(5,29,23,.95), rgba(5,29,23,.58)), url("assets/images/hero-jade.jpg") 60% center/cover no-repeat; }
  .laosu-hero::before { background: linear-gradient(90deg, rgba(5,29,23,.92), rgba(5,29,23,.46)), url("assets/images/laosu/mine.jpg") 56% center/cover no-repeat; }
  .collection-grid { grid-template-columns: 1fr; }
  .jade-workshop-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-card { min-height: 320px; }
  .observation { grid-template-columns: 1fr; }
  .observation-window { min-height: 440px; }
  .woocommerce ul.products, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
  .standard:nth-child(2) { border-right: 0; }
  .standard:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journal-grid { grid-template-columns: 1fr; }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .split-feature, .craft-layout, .faq-layout, .location-layout { grid-template-columns: 1fr; }
  .source-grid { grid-template-columns: 1fr 1fr; }
  .source-card-wide { grid-column: 1 / -1; }
  .source-card { min-height: 420px; }
  .faq-layout > div:first-child { position: static; }
  .return-steps { grid-template-columns: repeat(2, 1fr); }
  .return-steps li { border-bottom: 1px solid rgba(18,61,49,.16); }
  .contact-card { grid-template-columns: 1fr 1fr; }
  .payment-strip { align-items: flex-start; }
  .payment-logos { justify-content: flex-start; }
  .mobile-bottom-nav { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); min-height: 65px; padding: 7px 3px 5px; border: 1px solid rgba(18,61,49,.13); border-radius: 18px; background: rgba(251,252,250,.96); box-shadow: 0 12px 35px rgba(8,40,31,.18); backdrop-filter: blur(18px); }
  .mobile-bottom-nav a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #53655c; font-size: 10px; text-decoration: none; }
  .mobile-bottom-nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-cart-icon { position: relative; line-height: 0; }
  .mobile-cart-icon b { position: absolute; top: -7px; right: -10px; min-width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--jade-700); font-size: 9px; line-height: 1; }
  .mobile-cart-icon b.is-zero { display: none; }
  body { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .editorial-hero { grid-template-columns: 1fr; }
  .editorial-hero { height: auto; max-height: none; }
  .editorial-hero-copy { padding: 80px max(30px, calc((100vw - 720px) / 2)); }
  .editorial-hero-image { min-height: 520px; }
  .editorial-intro, .star-ledger, .live-checklist { grid-template-columns: 1fr; gap: 42px; }
  .star-ledger { gap: 0; }
  .review-gallery { grid-template-columns: 1fr 1fr; }
  .review-gallery a:first-child { grid-column: 1 / -1; grid-row: auto; }
  .story-chapter { grid-template-columns: 1fr; }
  .story-chapter:nth-child(even) .story-picture { order: 0; }
  .story-picture { min-height: 480px; }
  .story-principles, .live-guide { grid-template-columns: 1fr; }
  .story-principles article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .brand-address-layout { grid-template-columns: 1fr; gap: 54px; }
  .editorial-products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --wrap: min(100% - 30px, 1180px); }
  body { font-size: 16px; line-height: 1.72; }
  .header-row { min-height: 72px; }
  .brand-mark { font-size: 25px; }
  .hero { min-height: 560px; }
  .hero::after { inset: 9px; }
  .hero-content { padding: 62px 0 46px; }
  .hero h1 { font-size: clamp(39px, 11.5vw, 45px); line-height: 1.13; }
  .hero-copy { margin: 20px 0 26px; }
  .hero-facts { display: flex; gap: 8px 14px; margin-top: 26px; }
  .laosu-hero { min-height: 0; display: flex; flex-direction: column; color: var(--ink); background: #fff; }
  .laosu-hero::before { position: relative; inset: auto; width: 100%; height: 200px; flex: 0 0 200px; background: url("assets/images/laosu/mine.jpg") center/cover no-repeat; }
  .laosu-hero::after { display: none; }
  .laosu-hero .hero-content { width: var(--wrap); max-width: none; padding: 28px 0 30px; }
  .laosu-hero .eyebrow { margin-bottom: 14px; color: var(--gold); }
  .laosu-hero h1 { color: var(--jade-900); }
  .laosu-hero .hero-lead { margin-top: 10px; color: var(--jade-700); font-size: 20px; line-height: 1.5; }
  .laosu-hero .hero-copy { margin: 12px 0 18px; color: #53655c; }
  .laosu-hero .button-light { color: #fff; background: var(--jade-900); border-color: var(--jade-900); }
  .laosu-hero .button-ghost { color: var(--jade-900); background: transparent; border-color: rgba(18,61,49,.35); }
  .laosu-hero .hero-facts { margin-top: 18px; color: #5d6d65; }
  .section { padding: 56px 0; }
  .company-intro .split-feature { gap: 28px; }
  .company-intro .feature-image img { aspect-ratio: 16 / 9; }
  .company-intro .feature-copy h2 { margin-bottom: 18px; font-size: 35px; }
  .company-intro .feature-copy p { margin: 10px 0; }
  .jade-workshop { padding: 36px 0 56px; }
  .jade-workshop-head { margin-bottom: 26px; }
  .jade-workshop-head h2 { font-size: 28px; }
  .jade-workshop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .jade-workshop-card { min-height: 230px; padding: 18px; }
  .jade-workshop-card h3 { font-size: 21px; }
  .jade-workshop-card p { font-size: 15px; line-height: 1.65; }
  .jade-workshop-card a { min-height: 40px; padding: 7px 12px; font-size: 15px; }
  .compact-info-section { padding: 12px 0; }
  .compact-info-grid { width: 100%; grid-template-columns: 1fr; gap: 8px; }
  .compact-info-card { padding: 22px 15px; border-radius: 12px; box-shadow: none; }
  .compact-info-card h2 { margin-bottom: 18px; font-size: 18px; }
  .compact-info-card h3 { font-size: 16px; }
  .compact-qa { gap: 10px; }
  .compact-qa p, .compact-steps li, .compact-note, .compact-addresses p { font-size: 15px; line-height: 1.68; }
  .compact-contact div { grid-template-columns: 112px minmax(0, 1fr); gap: 10px; padding: 9px 0; font-size: 15px; }
  .compact-contact dt { font-size: 14px; }
  .contact-compact-hero { padding: 30px 0 22px; }
  .contact-compact-hero h1 { margin: 2px 0 7px; font-size: 34px; }
  .contact-compact-hero p:last-child { font-size: 16px; line-height: 1.68; }
  .contact-compact-body { padding: 16px 0 34px; }
  .contact-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 22px; }
  .contact-quick-grid > * { padding: 12px 7px; text-align: center; }
  .contact-copy-status { bottom: calc(88px + env(safe-area-inset-bottom)); white-space: nowrap; }
  .contact-quick-grid small { font-size: 12px; }
  .contact-quick-grid strong { font-size: 14px; }
  .contact-form-head { grid-template-columns: 1fr; gap: 6px; margin-bottom: 12px; }
  .contact-form-head h2 { font-size: 27px; }
  .contact-form-head > p { font-size: 14px; line-height: 1.6; }
  .contact-compact-page .inquiry-form { padding: 15px 12px; }
  .contact-compact-page .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .contact-compact-page .inquiry-form label > span:first-child { margin-bottom: 5px; font-size: 14px; }
  .contact-compact-page .inquiry-form input,
  .contact-compact-page .inquiry-form select,
  .contact-compact-page .inquiry-form textarea { min-height: 44px; padding: 8px 9px; font-size: 16px; }
  .contact-compact-page .inquiry-form textarea { height: 92px; }
  .contact-compact-page .form-full { margin-top: 10px; }
  .contact-compact-page .consent { margin: 12px 0; font-size: 13px; line-height: 1.55; }
  .contact-compact-page .form-footnote { font-size: 12px; }
  .section-head { display: block; }
  .source-section .section-head { margin-bottom: 26px; }
  .source-section .section-head h2 { font-size: 35px; }
  .source-section .section-head p { margin-top: 12px; }
  .source-section .source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .source-section .source-card { min-height: 0; }
  .source-section .source-card-wide { grid-column: 1 / -1; min-height: 0; }
  .source-section .source-card img { height: 165px; }
  .source-section .source-card-wide img { height: 225px; }
  .source-section .source-card > div { padding: 13px 12px 15px; }
  .source-section .source-card h3 { margin: 8px 0 5px; font-size: 23px; }
  .craft-layout { gap: 28px; }
  .craft-copy h2 { margin-bottom: 18px; font-size: 35px; }
  .craft-steps { margin-top: 24px; }
  .craft-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 150px; gap: 8px; }
  .craft-gallery img:first-child { grid-row: auto; }
  .home-shop-head { margin-bottom: 32px; }
  .home-shop-tabs { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; overflow: visible; margin-top: 22px; padding: 0; }
  .home-shop-tabs a { min-width: 0; padding: 10px 5px; font-size: 15px; }
  .section-head p { margin-top: 18px; }
  .observation-window { min-height: 330px; }
  .shop-preview .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
  .shop-preview .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; }
  .shop-preview .woocommerce ul.products li.product a img { margin-bottom: 13px !important; }
  .shop-preview .woocommerce ul.products li.product .button { min-height: 40px; margin-top: 10px; padding: 7px 11px; font-size: 15px; }
  .woocommerce ul.products li.product .price { font-size: 16px; line-height: 1.5; }
  .price-pending, .price-inquiry { font-size: 15px; }
  .woocommerce ul.products, .product-grid { grid-template-columns: 1fr; }
  .standards-grid { grid-template-columns: 1fr; }
  .standard { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .standard:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; padding: 48px 0 34px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-col h2 { margin-bottom: 12px; }
  .footer-col li { margin: 7px 0; font-size: 15px; line-height: 1.55; }
  .footer-bottom { display: block; }
  .payment-strip { display: grid; gap: 18px; padding: 20px; }
  .feature-image::before { inset: 14px -10px -14px 14px; }
  .source-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .source-card-wide { grid-column: 1 / -1; }
  .source-card { min-height: 0; }
  .craft-steps { gap: 6px; font-size: 13px; }
  .return-steps { grid-template-columns: 1fr; }
  .return-steps li { min-height: 150px; border-right: 0; }
  .location-list article { grid-template-columns: 1fr; }
  .location-list span { grid-row: auto; }
  .contact-card { grid-template-columns: 1fr; }
  .info-grid, .process-grid, .principle-grid, .form-grid { grid-template-columns: 1fr; }
  .inquiry-form { padding: 22px 18px; }
  .editorial-hero-copy { padding: 54px 24px; }
  .editorial-hero-image { min-height: 390px; }
  .editorial-intro { gap: 28px; }
  .star-ledger-score { min-height: 300px; padding: 30px; }
  .star-ledger-list { grid-template-columns: 1fr; }
  .review-standard { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .review-standard:last-child { border-bottom: 0 !important; }
  .review-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 330px); }
  .review-gallery a:first-child { grid-column: auto; }
  .story-opening { padding: 78px 0; }
  .story-picture { min-height: 390px; }
  .story-copy { padding: 48px 24px; }
  .brand-name-transition { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; }
  .brand-name-transition strong { font-size: 17px; }
  .story-route { grid-template-columns: 1fr; gap: 12px; margin-top: 46px; }
  .story-route i { width: 1px; height: 26px; margin-left: 12px; }
  .brand-address-section { padding: 78px 0; }
  .brand-address-copy address { font-size: 15px; }
  .live-hero { min-height: 700px; }
  .live-status { grid-template-columns: 1fr; }
  .editorial-products { grid-template-columns: 1fr; }
  .authorized-page { padding: 0 0 50px; }
  .authorized-stack, .authorized-live-content { width: 100%; }
  .authorized-live-content { gap: 8px; }
  .authorized-live-grid { gap: 6px; padding: 0 6px; }

  /* Mobile reading scale: keep body copy legible while spacing stays compact. */
  .hero-copy,
  .feature-copy p,
  .section-head > p,
  .craft-copy > p,
  .story-copy p,
  .editorial-hero-copy > p,
  .editorial-intro-copy p,
  .brand-address-copy > p:not(.eyebrow),
  .content-wrap p,
  .content-wrap li,
  .live-hero p { font-size: 16px; line-height: 1.72; }
  .source-card p,
  .review-standard p,
  .standard p,
  .story-principles p,
  .live-guide p,
  .live-checklist li span { font-size: 15px; line-height: 1.65; }
  .button,
  button,
  input,
  select,
  textarea { font-size: 16px; }
  .mobile-bottom-nav { min-height: 70px; padding-top: 8px; padding-bottom: 6px; }
  .mobile-bottom-nav a { gap: 4px; font-size: 13px; font-weight: 500; }
  .mobile-bottom-nav svg { width: 23px; height: 23px; }
  .footer-note { font-size: 15px; line-height: 1.7; }
  .payment-strip-copy small, .footer-bottom { font-size: 12px; line-height: 1.6; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 2.4.0 · MotionSites-inspired homepage motion, kept lightweight for mobile. */
.home-motion-hero {
  min-height: 650px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch;
  color: var(--ink);
  background: #eef5f1;
}
.home-motion-hero::before,
.home-motion-hero::after { display: none; }
.home-motion-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--celadon);
}
.home-motion-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-motion-visual small {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(8, 37, 29, .74);
  font: 500 10px/1 var(--utility);
  letter-spacing: .16em;
  backdrop-filter: blur(8px);
}
.home-jade-sheen {
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -58%;
  width: 24%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(187,255,215,.46), rgba(255,255,255,.52), transparent);
  filter: blur(14px);
  transform: skewX(-15deg);
  pointer-events: none;
}
.home-motion-copy {
  display: flex;
  width: auto;
  max-width: none;
  margin: 0;
  padding: clamp(52px, 6vw, 90px);
  flex-direction: column;
  justify-content: center;
}
.home-motion-copy h1 {
  max-width: 620px;
  color: var(--jade-900);
  font-size: clamp(42px, 4.5vw, 65px);
}
.home-motion-copy .hero-lead { color: var(--jade-700); }
.home-motion-copy .hero-copy { margin: 20px 0 28px; color: #53655c; }
.home-motion-copy .button-light {
  color: #fff;
  background: var(--jade-900);
  border-color: var(--jade-900);
}
.home-motion-copy .button-ghost {
  color: var(--jade-900);
  background: transparent;
  border-color: rgba(18,61,49,.35);
}
.home-motion-copy .hero-facts { margin-top: 32px; color: #5d6d65; }
.source-card img,
.craft-gallery img,
.woocommerce ul.products li.product img {
  transition: transform .75s cubic-bezier(.22, 1, .36, 1);
}
.source-card:hover img,
.craft-gallery img:hover,
.woocommerce ul.products li.product:hover img {
  transform: scale(1.025);
}
.source-card,
.woocommerce ul.products li.product {
  transition: transform .3s ease, box-shadow .3s ease;
}
.source-card:hover,
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(18,61,49,.1);
}
.mcx-motion-enabled .home-motion-visual {
  clip-path: inset(0 100% 0 0);
}
.mcx-motion-enabled.mcx-motion-loaded .home-motion-visual {
  animation: mcx-hero-reveal 1.15s cubic-bezier(.77, 0, .175, 1) .08s forwards;
}
.mcx-motion-enabled .home-motion-visual img { transform: scale(1.045); }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-visual img {
  animation: mcx-hero-scale 1.65s cubic-bezier(.22, 1, .36, 1) .08s forwards;
}
.mcx-motion-enabled.mcx-motion-loaded .home-jade-sheen {
  animation: mcx-jade-sheen 1.55s cubic-bezier(.23, 1, .32, 1) .78s both;
}
.mcx-motion-enabled .home-motion-copy > * {
  opacity: 0;
  transform: translateY(16px);
}
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > * {
  animation: mcx-copy-rise .72s cubic-bezier(.22, 1, .36, 1) forwards;
}
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(1) { animation-delay: .38s; }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(2) { animation-delay: .47s; }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(3) { animation-delay: .56s; }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(4) { animation-delay: .65s; }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(5) { animation-delay: .74s; }
.mcx-motion-enabled.mcx-motion-loaded .home-motion-copy > :nth-child(6) { animation-delay: .83s; }
.mcx-motion-enabled .motion-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .78s cubic-bezier(.22, 1, .36, 1), transform .78s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--motion-delay, 0ms);
}
.mcx-motion-enabled .motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.motion-delay-1 { --motion-delay: 90ms; }
.motion-delay-2 { --motion-delay: 180ms; }

@keyframes mcx-hero-reveal {
  to { clip-path: inset(0 0 0 0); }
}
@keyframes mcx-hero-scale {
  to { transform: scale(1); }
}
@keyframes mcx-copy-rise {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mcx-jade-sheen {
  0% { left: -58%; opacity: 0; }
  18% { opacity: .82; }
  100% { left: 130%; opacity: 0; }
}

@media (max-width: 900px) {
  .home-motion-hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .home-motion-visual {
    width: auto;
    min-height: 0;
    height: 260px;
    margin: 12px 15px 0;
  }
  .home-motion-copy {
    width: var(--wrap);
    padding: 30px 0 34px;
    margin-inline: auto;
  }
  .home-motion-copy h1 {
    font-size: clamp(38px, 10.5vw, 46px);
    line-height: 1.18;
  }
}

@media (max-width: 600px) {
  .home-motion-visual { height: 230px; }
  .home-motion-copy { padding: 26px 0 30px; }
  .home-motion-copy .eyebrow { margin-bottom: 13px; }
  .home-motion-copy .hero-lead { margin-top: 13px; font-size: 19px; }
  .home-motion-copy .hero-copy { margin: 11px 0 19px; }
  .home-motion-copy .hero-facts { margin-top: 18px; }
  .source-card:hover,
  .woocommerce ul.products li.product:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcx-motion-enabled .home-motion-visual,
  .mcx-motion-enabled .home-motion-visual img,
  .mcx-motion-enabled .home-motion-copy > *,
  .mcx-motion-enabled .motion-reveal {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
    animation: none !important;
  }
}
