:root {
  --paper: #f8f4ed;
  --paper-deep: #eee5d8;
  --ivory: #fffdf9;
  --white: #ffffff;
  --ink: #28241f;
  --ink-soft: #5f574f;
  --ink-muted: #81776d;
  --night: #25241f;
  --night-soft: #313029;
  --gold: #9d7b50;
  --gold-light: #d8bf9c;
  --gold-pale: #eadcc8;
  --rose: #efe2dc;
  --rose-deep: #b98576;
  --line: rgba(75, 58, 41, .14);
  --line-light: rgba(255, 255, 255, .15);
  --green: #8a6338;
  --jade: #8a6f50;
  --jade-deep: #6f573e;
  --jade-ink: #332c26;
  --serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --latin: "Cormorant Garamond", Georgia, serif;
  --shadow-sm: 0 10px 30px rgba(61, 48, 33, .08);
  --shadow-md: 0 24px 70px rgba(57, 43, 28, .12);
  --radius: 26px;
  --radius-sm: 16px;
  --header-h: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: .055em; }
ul { margin: 0; padding: 0; list-style: none; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--jade-deep);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
section[id] { scroll-margin-top: 96px; }
.section--paper { background: var(--ivory); }
.section--dark { color: #fff; background: var(--night); }
.section--rose { background: linear-gradient(140deg, #fbf5f1 0%, #f0e2dc 100%); }

.service-bar {
  position: relative;
  z-index: 120;
  color: #f7f0e5;
  background: var(--night);
  font-size: 13px;
  letter-spacing: .12em;
}
.service-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.service-bar a { color: var(--gold-light); font-weight: 600; }
.service-bar__toll-free { color: #fff !important; font-size: 15px; letter-spacing: .08em; }
.service-bar__divider { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.service-bar__address { margin-left: 18px; color: rgba(255,255,255,.65); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  background: rgba(248,244,237,.86);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  transition: height .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 72px; border-color: var(--line); background: rgba(255,253,249,.96); box-shadow: 0 10px 35px rgba(50,39,26,.07); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; flex: 0 0 auto; }
.wordmark__zh { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .18em; color: var(--ink); white-space: nowrap; }
.wordmark__en { margin-top: 8px; font: 600 9px/1 var(--latin); letter-spacing: .42em; color: var(--gold); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); }
.desktop-nav a { position: relative; padding: 10px 0; color: var(--ink-soft); font-size: 14px; font-weight: 500; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.desktop-nav a[aria-current="page"] { color: var(--jade-deep); }
.desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-call { color: var(--gold); font-size: 13px; font-weight: 600; white-space: nowrap; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--ivory); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-button span { width: 20px; height: 1px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: calc(36px + var(--header-h)) 0 auto; z-index: 105; padding: 16px 24px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,249,.98); box-shadow: var(--shadow-md); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 14px 2px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 18px; letter-spacing: .08em; }

.button {
  min-height: 52px;
  padding: 14px 27px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--gold);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .09em;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(126,93,54,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(126,93,54,.24); }
.button--small { min-height: 42px; padding: 10px 20px; font-size: 13px; }
.button--ghost { color: var(--ink); border-color: rgba(75,58,41,.25); background: rgba(255,255,255,.54); box-shadow: none; }
.button--ghost:hover { border-color: var(--gold); background: var(--white); }
.button--dark { color: #fff; border-color: var(--night); background: var(--night); }
.button--light { color: var(--night); border-color: #fff; background: #fff; }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; box-shadow: none; }
.button--line { color: #fff; border-color: var(--green); background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 6px 0; color: var(--gold); border-bottom: 1px solid rgba(157,123,80,.45); font-size: 15px; font-weight: 600; }
.text-link--muted { color: var(--ink-soft); border-color: var(--line); }

.hero { position: relative; padding: 0; overflow: hidden; isolation: isolate; color: #fff; background: var(--jade-ink); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(15,36,32,.96) 0%, rgba(15,36,32,.86) 38%, rgba(15,36,32,.52) 60%, rgba(15,36,32,.14) 82%); pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 0; inset: 0; background: url("../images/showroom/showroom-01.webp") center center / cover no-repeat; filter: saturate(.78) contrast(1.03) brightness(.88); pointer-events: none; }
.hero-orb { display: none; }
.hero-orb--one { width: 520px; height: 520px; right: -210px; top: -240px; background: rgba(216,191,156,.22); }
.hero-orb--two { width: 320px; height: 320px; left: -180px; bottom: 60px; border: 1px solid rgba(157,123,80,.13); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: minmax(0,700px); align-items: center; padding-top: 76px; padding-bottom: 82px; }
.hero-copy { max-width: 700px; padding: 28px 0; text-shadow: 0 3px 24px rgba(0,0,0,.24); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.hero .eyebrow { color: #ead7b9; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow--dark { color: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.hero h1 { max-width: 720px; color: #fff; font-size: clamp(40px, 4.3vw, 60px); line-height: 1.48; letter-spacing: .06em; white-space: nowrap; }
.hero h1 em { color: #ead7b9; font-style: normal; font-weight: 500; }
.hero-lead { max-width: 650px; margin-top: 28px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 2; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.hero .button--ghost { color: #fff; border-color: rgba(255,255,255,.46); background: rgba(255,255,255,.10); box-shadow: none; backdrop-filter: blur(8px); }
.hero .button--ghost:hover { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.18); }
.hero-checks { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 11px 22px; }
.hero-checks li { position: relative; padding-left: 18px; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 500; letter-spacing: .08em; }
.hero-checks li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border: 1px solid #ead7b9; border-radius: 50%; }
.hero-legal { margin-top: 18px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .08em; }
.trust-row { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-bottom: 0; border-radius: 20px 20px 0 0; background: rgba(25,23,20,.76); backdrop-filter: blur(14px); }
.trust-row > div { min-height: 112px; padding: 24px clamp(14px,2vw,28px); display: flex; align-items: center; gap: 16px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong { color: #ead7b9; font: 600 26px/1 var(--latin); }
.trust-row span { color: #fff; font-family: var(--serif); font-size: 15px; letter-spacing: .08em; line-height: 1.5; }
.trust-row small { color: rgba(255,255,255,.58); font: 400 11px/1.5 var(--sans); letter-spacing: .05em; }

.intro-section { padding: 110px 0; }
.intro-copy { max-width: 820px; text-align: center; }
.section-index { margin-bottom: 20px; color: var(--gold); font: 600 12px/1.4 var(--latin); letter-spacing: .34em; }
.section-index--light { color: var(--gold-light); }
.intro-copy h2, .section-copy h2, .section-heading h2, .paper-art-copy h2, .faq-heading h2, .visit-copy h2, .promise-copy h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.48; }
.intro-copy > p:not(.section-index) { max-width: 720px; margin: 30px auto 0; color: var(--ink-soft); }
.signature-line { margin-top: 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; color: var(--gold); }
.signature-line span { height: 1px; background: var(--gold-pale); }
.signature-line b { font-family: var(--serif); font-size: 13px; font-weight: 500; letter-spacing: .18em; }

.urn-section { background: #f3ede4; }
.split-grid { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(400px,.94fr); align-items: center; gap: clamp(54px,7vw,100px); }
.urn-stage { position: relative; min-height: 590px; padding: 38px 34px 34px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(117,88,54,.13); border-radius: var(--radius); background: radial-gradient(circle at 50% 38%,rgba(255,255,255,.78),rgba(240,229,213,.74) 58%,rgba(226,207,181,.38)); box-shadow: var(--shadow-sm); overflow: hidden; }
.urn-stage__halo { position: absolute; top: 6%; left: 50%; width: 62%; aspect-ratio: 1; border: 1px solid rgba(157,123,80,.18); border-radius: 50%; transform: translateX(-50%); }
.urn-stage__halo::before, .urn-stage__halo::after { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(157,123,80,.1); border-radius: 50%; }
.urn-stage__halo::after { inset: 17%; }
.urn-stage img { position: relative; z-index: 2; width: 100%; height: 440px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(78,58,34,.14)); }
.urn-stage p { position: relative; z-index: 2; margin-top: 16px; color: var(--ink-muted); text-align: center; font-size: 11px; line-height: 1.6; }
.section-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--ink-soft); }
.feature-list { margin-top: 36px; display: grid; grid-template-columns: repeat(2,1fr); gap: 22px 26px; }
.feature-list article { padding-top: 18px; border-top: 1px solid var(--line); }
.feature-list b { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 17px; letter-spacing: .09em; }
.feature-list span { display: block; color: var(--ink-muted); font-size: 13px; line-height: 1.75; }
.section-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 22px; }

.need-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(216,191,156,.24), transparent 28%),
    linear-gradient(180deg, #fffdf9 0%, #f7f1e8 100%);
}
.need-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; }
.need-heading h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.need-heading > p { padding-bottom: 8px; color: var(--ink-soft); }
.need-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.need-card {
  position: relative;
  min-height: 330px;
  padding: 30px 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(75,58,41,.13);
  border-radius: 21px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 15px 46px rgba(66,49,31,.065);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.need-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 130px; height: 130px; border: 1px solid rgba(157,123,80,.13); border-radius: 50%; }
.need-card:hover { transform: translateY(-5px); border-color: rgba(157,123,80,.38); box-shadow: 0 22px 58px rgba(66,49,31,.11); }
.need-card > span { color: var(--gold); font: 600 10px/1 var(--latin); letter-spacing: .18em; }
.need-card h3 { margin-top: 34px; font-size: 22px; line-height: 1.6; }
.need-card p { margin-top: 16px; color: var(--ink-muted); font-size: 13px; line-height: 1.85; }
.need-card b { position: relative; z-index: 1; margin-top: auto; padding-top: 25px; color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 600; letter-spacing: .06em; }
.need-card--urgent { color: #fff; border-color: var(--jade-deep); background: linear-gradient(145deg,#173b35,#285149); }
.need-card--urgent > span, .need-card--urgent b { color: var(--gold-light); }
.need-card--urgent p { color: rgba(255,255,255,.66); }
.need-card--urgent::after { border-color: rgba(255,255,255,.12); }

.urn-pricing-section { background: #ede5da; }
.urn-price-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.urn-price-card { min-height: 300px; padding: 32px 28px; display: flex; flex-direction: column; border: 1px solid rgba(82,63,43,.14); border-radius: 22px; background: rgba(255,253,249,.82); box-shadow: var(--shadow-sm); }
.urn-price-card > span { color: var(--gold); font: 600 10px/1 var(--latin); letter-spacing: .2em; }
.urn-price-card h3 { margin-top: 29px; font-size: 23px; }
.urn-price-card p { margin-top: 15px; color: var(--ink-muted); font-size: 13px; line-height: 1.85; }
.urn-price-card strong { margin-top: auto; padding-top: 26px; color: var(--jade-deep); font: 600 31px/1.2 var(--latin); letter-spacing: .02em; }
.urn-price-card strong small { display: block; margin-bottom: 8px; color: var(--ink-muted); font: 500 10px/1 var(--sans); letter-spacing: .1em; }
.urn-price-card--featured { color: #fff; border-color: var(--jade-deep); background: linear-gradient(145deg,#21483f,#173b35); }
.urn-price-card--featured > span, .urn-price-card--featured strong { color: var(--gold-light); }
.urn-price-card--featured p, .urn-price-card--featured strong small { color: rgba(255,255,255,.66); }
.urn-price-card--visit { border-color: rgba(157,123,80,.25); background: linear-gradient(145deg,#fffaf2,#eadcc8); }
.urn-price-card--visit a { margin-top: auto; padding-top: 24px; color: var(--jade-deep); font-family: var(--serif); font-weight: 600; }
.price-disclaimer { margin-top: 23px; padding-left: 15px; border-left: 2px solid var(--gold-light); color: var(--ink-muted); font-size: 11px; line-height: 1.8; }

.selection-section { color: #fff; background: radial-gradient(circle at 15% 20%,rgba(216,191,156,.14),transparent 34%), var(--jade-deep); overflow: hidden; }
.selection-layout { display: grid; grid-template-columns: .83fr 1.17fr; align-items: start; gap: clamp(55px,8vw,110px); }
.selection-intro { position: sticky; top: 108px; }
.selection-intro h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.selection-intro > p:not(.eyebrow) { margin-top: 25px; color: rgba(255,255,255,.64); }
.selection-intro .button { margin-top: 32px; }
.selection-steps { border-top: 1px solid rgba(255,255,255,.14); }
.selection-steps li { padding: 28px 0; display: grid; grid-template-columns: 60px 1fr; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.selection-steps li > span { color: var(--gold-light); font: 600 27px/1.25 var(--latin); }
.selection-steps h3 { font-size: 20px; }
.selection-steps p { margin-top: 8px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }

.plan-preview-section { background: linear-gradient(180deg,#fffdf9,#f3ece2); }
.plan-preview-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.plan-card { min-height: 325px; padding: 28px 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.76); }
.plan-card > span { color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.plan-card h3 { margin-top: 25px; font-size: 21px; }
.plan-card strong { margin-top: 10px; color: var(--jade-deep); font: 600 28px/1.3 var(--latin); }
.plan-card p { margin-top: 18px; color: var(--ink-muted); font-size: 12px; line-height: 1.85; }
.plan-card a { margin-top: auto; padding-top: 20px; color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 600; }
.plan-card--featured { color: #fff; border-color: var(--jade-deep); background: linear-gradient(145deg,#234a42,#173b35); box-shadow: 0 18px 48px rgba(23,59,53,.18); }
.plan-card--featured > span, .plan-card--featured strong, .plan-card--featured a { color: var(--gold-light); }
.plan-card--featured p { color: rgba(255,255,255,.62); }
.plan-fee-note { margin-top: 28px; padding: 27px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.78); }
.plan-fee-note > div { padding: 0 24px; border-right: 1px solid var(--line); }
.plan-fee-note > div:first-child { padding-left: 0; }
.plan-fee-note > div:last-child { padding-right: 0; border-right: 0; }
.plan-fee-note b { display: block; margin-bottom: 8px; color: var(--jade); font-family: var(--serif); font-size: 15px; }
.plan-fee-note span { display: block; color: var(--ink-muted); font-size: 11px; line-height: 1.8; }
.consumer-promise { margin-top: 18px; padding: 22px 26px; display: grid; grid-template-columns: repeat(4,1fr) auto; align-items: center; gap: 20px; border-radius: 19px; color: #fff; background: var(--night); }
.consumer-promise > div { display: flex; align-items: center; gap: 10px; }
.consumer-promise strong { color: var(--gold-light); font: 600 22px/1 var(--latin); }
.consumer-promise span { color: rgba(255,255,255,.62); font-size: 11px; }
.consumer-promise .button { min-height: 44px; padding: 10px 18px; border-color: var(--gold-light); background: transparent; box-shadow: none; font-size: 12px; }

.pricing-hero { position: relative; padding: 88px 0; color: #fff; background: var(--jade-ink); overflow: hidden; }
.pricing-hero::before { content: ""; position: absolute; left: -180px; bottom: -260px; width: 620px; height: 620px; border: 1px solid rgba(216,191,156,.15); border-radius: 50%; box-shadow: inset 0 0 0 80px rgba(216,191,156,.025), inset 0 0 0 160px rgba(216,191,156,.018); }
.pricing-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(48px,7vw,95px); }
.pricing-hero__copy h1 { font-size: clamp(44px,5.6vw,72px); line-height: 1.35; }
.pricing-hero__copy h1 em { color: var(--gold-light); font-style: normal; font-weight: 500; }
.pricing-hero__copy > p:not(.eyebrow) { max-width: 560px; margin-top: 25px; color: rgba(255,255,255,.68); }
.pricing-hero__copy > small { display: block; margin-top: 27px; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.7; }
.pricing-hero__actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.pricing-hero__visual { position: relative; padding: 18px 18px 52px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.06); }
.pricing-hero__visual img { width: 100%; height: 480px; object-fit: cover; border-radius: 17px; filter: saturate(.84) contrast(1.02); }
.pricing-hero__visual > div { position: absolute; left: 48px; right: 48px; bottom: 18px; min-height: 85px; padding: 18px 25px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(23,59,53,.92); backdrop-filter: blur(12px); }
.pricing-hero__visual strong { color: var(--gold-light); font: 600 37px/1 var(--latin); }
.pricing-hero__visual span { font-family: var(--serif); font-size: 14px; letter-spacing: .08em; line-height: 1.5; }
.pricing-hero__visual small { color: rgba(255,255,255,.5); font: 400 10px/1.5 var(--sans); letter-spacing: .05em; }
.pricing-principles { background: var(--night); }
.pricing-principles .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.pricing-principles .shell > div { min-height: 105px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.pricing-principles .shell > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.pricing-principles b { color: var(--gold-light); font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.pricing-principles span { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }

.pricing-catalog { background: var(--ivory); }
.pricing-detail-card { margin-top: 17px; padding: 38px; display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(35px,5vw,72px); border: 1px solid var(--line); border-radius: 23px; background: #f8f3eb; }
.pricing-detail-card__title > span { color: var(--gold); font: 600 10px/1 var(--latin); letter-spacing: .17em; }
.pricing-detail-card__title h3 { margin-top: 22px; font-size: 30px; }
.pricing-detail-card__title strong { display: block; margin-top: 10px; color: var(--jade-deep); font: 600 38px/1.2 var(--latin); }
.pricing-detail-card__title p { margin-top: 18px; color: var(--ink-muted); font-size: 13px; line-height: 1.8; }
.pricing-detail-card__content { padding-left: clamp(30px,4vw,60px); border-left: 1px solid var(--line); }
.pricing-detail-card__content h4 { margin: 0 0 15px; color: var(--jade); font-family: var(--serif); font-size: 16px; letter-spacing: .09em; }
.pricing-detail-card__content ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px 28px; }
.pricing-detail-card__content li { position: relative; padding-left: 17px; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.pricing-detail-card__content li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border: 1px solid var(--gold); border-radius: 50%; }
.pricing-detail-card__content small { display: block; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 10px; line-height: 1.75; }
.pricing-detail-card--featured { color: #fff; border-color: var(--jade-deep); background: linear-gradient(145deg,#254c44,#173b35); box-shadow: 0 22px 62px rgba(23,59,53,.18); }
.pricing-detail-card--featured .pricing-detail-card__title > span, .pricing-detail-card--featured .pricing-detail-card__title strong, .pricing-detail-card--featured .pricing-detail-card__content h4 { color: var(--gold-light); }
.pricing-detail-card--featured .pricing-detail-card__title p, .pricing-detail-card--featured .pricing-detail-card__content li, .pricing-detail-card--featured .pricing-detail-card__content small { color: rgba(255,255,255,.62); }
.pricing-detail-card--featured .pricing-detail-card__content { border-color: rgba(255,255,255,.16); }
.pricing-detail-card--featured .pricing-detail-card__content small { border-color: rgba(255,255,255,.14); }
.additional-fees-section { color: #fff; background: radial-gradient(circle at 12% 18%,rgba(216,191,156,.13),transparent 34%), var(--night); }
.additional-fees-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px,8vw,115px); }
.additional-fees-intro { position: sticky; top: 105px; align-self: start; }
.additional-fees-intro h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.additional-fees-intro > p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.58); }
.additional-fees-list { border-top: 1px solid rgba(255,255,255,.14); }
.additional-fees-list article { padding: 28px 0; display: grid; grid-template-columns: 55px 1fr; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.14); }
.additional-fees-list b { color: var(--gold-light); font: 600 24px/1.5 var(--latin); }
.additional-fees-list h3 { font-size: 19px; }
.additional-fees-list p { margin-top: 6px; color: rgba(255,255,255,.52); font-size: 13px; }
.contract-section { background: #efe6da; }
.contract-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.contract-card { min-height: 270px; padding: 31px 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,249,.82); }
.contract-card--lead { grid-column: span 2; grid-row: span 2; min-height: 555px; justify-content: center; padding: clamp(36px,5vw,65px); color: #fff; background: linear-gradient(145deg,#21483f,#173b35); }
.contract-card--lead h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.contract-card--lead > p:not(.section-index) { max-width: 580px; margin-top: 24px; color: rgba(255,255,255,.62); }
.contract-card--lead .button { align-self: flex-start; margin-top: 30px; border-color: var(--gold-light); background: transparent; box-shadow: none; }
.contract-card > strong { color: var(--gold); font: 600 29px/1 var(--latin); }
.contract-card h3 { margin-top: auto; padding-top: 34px; font-size: 20px; }
.contract-card > p { margin-top: 12px; color: var(--ink-muted); font-size: 13px; }

.subsidy-hero { position: relative; min-height: 610px; display: flex; align-items: center; color: #fff; background: var(--jade-ink); overflow: hidden; }
.subsidy-hero__image { position: absolute; inset: 0; background: url("../images/premium-heroes/subsidy-clear-planning.webp") center 45% / cover no-repeat; filter: saturate(.72) contrast(1.02); }
.subsidy-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(16,42,38,.96) 0%,rgba(16,42,38,.84) 46%,rgba(16,42,38,.3) 78%,rgba(16,42,38,.18) 100%); }
.subsidy-hero__copy { position: relative; z-index: 1; padding-top: 82px; padding-bottom: 82px; }
.subsidy-hero__copy h1 { max-width: 820px; font-size: clamp(42px,5.2vw,68px); line-height: 1.4; }
.subsidy-hero__copy h1 em { color: var(--gold-light); font-style: normal; font-weight: 500; }
.subsidy-hero__copy > p:not(.eyebrow) { max-width: 690px; margin-top: 26px; color: rgba(255,255,255,.72); }
.subsidy-hero__copy > div { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.subsidy-hero__copy > small { display: block; margin-top: 25px; color: rgba(255,255,255,.48); font-size: 10px; }
.subsidy-trust { background: var(--night); }
.subsidy-trust .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.subsidy-trust .shell > div { min-height: 105px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.1); }
.subsidy-trust .shell > div:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.subsidy-trust b { color: var(--gold-light); font-family: var(--serif); font-size: 15px; }
.subsidy-trust span { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }
.subsidy-guide-section { background: linear-gradient(180deg,#fffdf9,#f5eee5); }
.subsidy-guide-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(48px,7vw,95px); align-items: stretch; }
.subsidy-guide-intro h2, .subsidy-documents-intro h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.subsidy-guide-intro > p:not(.eyebrow) { margin-top: 24px; color: var(--ink-soft); }
.subsidy-guide-intro label { display: block; margin-top: 24px; margin-bottom: 7px; color: var(--jade-deep); font-family: var(--serif); font-size: 13px; font-weight: 600; }
.subsidy-guide-intro select { width: 100%; min-height: 54px; padding: 11px 45px 11px 16px; border: 1px solid rgba(75,58,41,.2); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.9); }
.subsidy-result { min-height: 500px; padding: clamp(32px,5vw,62px); display: flex; align-items: center; border: 1px solid rgba(47,91,82,.16); border-radius: 25px; background: rgba(255,255,255,.84); box-shadow: var(--shadow-md); }
.subsidy-result__placeholder span, .subsidy-result__content > span { color: var(--gold); font: 600 11px/1 var(--latin); letter-spacing: .22em; }
.subsidy-result h3 { margin-top: 22px; font-size: clamp(28px,3.4vw,43px); line-height: 1.5; }
.subsidy-result__placeholder p { margin-top: 20px; color: var(--ink-muted); }
.subsidy-result dl { margin: 28px 0 0; }
.subsidy-result dl > div { padding: 18px 0; border-top: 1px solid var(--line); }
.subsidy-result dt { color: var(--jade); font-family: var(--serif); font-size: 14px; font-weight: 600; }
.subsidy-result dd { margin: 7px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.85; }
.subsidy-result .button { margin-top: 25px; }
.subsidy-result__content > small { display: block; margin-top: 20px; color: var(--ink-muted); font-size: 10px; line-height: 1.7; }
.subsidy-official-section { background: #ede5da; }
.official-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.official-benefit-card { min-height: 395px; padding: 34px 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,253,249,.84); }
.official-benefit-card > span { color: var(--gold); font: 600 10px/1 var(--latin); letter-spacing: .18em; }
.official-benefit-card h3 { margin-top: 27px; font-size: 22px; line-height: 1.55; }
.official-benefit-card strong { margin-top: 14px; color: var(--jade-deep); font: 600 35px/1 var(--latin); }
.official-benefit-card p { margin-top: 21px; color: var(--ink-muted); font-size: 13px; }
.official-benefit-card a { margin-top: auto; padding-top: 23px; color: var(--gold); font-family: var(--serif); font-size: 13px; font-weight: 600; }
.official-benefit-card--featured { color: #fff; border-color: var(--jade-deep); background: linear-gradient(145deg,#224a41,#173b35); }
.official-benefit-card--featured > span, .official-benefit-card--featured strong, .official-benefit-card--featured a { color: var(--gold-light); }
.official-benefit-card--featured p { color: rgba(255,255,255,.62); }
.subsidy-source-note { margin-top: 22px; padding-left: 15px; border-left: 2px solid var(--gold-light); color: var(--ink-muted); font-size: 10px; }
.subsidy-documents-section { color: #fff; background: radial-gradient(circle at 12% 18%,rgba(216,191,156,.13),transparent 34%),var(--jade-deep); }
.subsidy-documents-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px,8vw,110px); }
.subsidy-documents-intro { position: sticky; top: 105px; align-self: start; }
.subsidy-documents-intro > p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.6); }
.subsidy-documents-intro .button { margin-top: 30px; }
.document-checklist { border-top: 1px solid rgba(255,255,255,.14); }
.document-checklist li { padding: 26px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.14); }
.document-checklist li > span { color: var(--gold-light); font: 600 25px/1.45 var(--latin); }
.document-checklist h3 { font-size: 19px; }
.document-checklist p { margin-top: 7px; color: rgba(255,255,255,.54); font-size: 13px; }
.taichung-resource-section { background: var(--ivory); }
.taichung-resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.taichung-resource-card { min-height: 300px; padding: 31px 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 21px; background: #f6efe6; }
.taichung-resource-card > span { color: var(--gold); font: 600 28px/1 var(--latin); }
.taichung-resource-card h3 { margin-top: 35px; font-size: 21px; }
.taichung-resource-card p { margin-top: 14px; color: var(--ink-muted); font-size: 13px; }
.taichung-resource-card b { margin-top: auto; padding-top: 25px; color: var(--gold); font-family: var(--serif); font-size: 13px; }
.taichung-resource-card--note { color: #fff; background: var(--night); }
.taichung-resource-card--note p { color: rgba(255,255,255,.58); }
.taichung-resource-card--note b, .taichung-resource-card--note > span { color: var(--gold-light); }

.showroom-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(216,191,156,.25), transparent 34%),
    linear-gradient(180deg, #fffdf9 0%, #f4eee5 100%);
}
.showroom-section::before {
  content: "";
  position: absolute;
  right: -240px;
  top: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(47,91,82,.09);
  border-radius: 50%;
  box-shadow: inset 0 0 0 68px rgba(47,91,82,.018), inset 0 0 0 138px rgba(157,123,80,.018);
  pointer-events: none;
}
.showroom-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: end;
  gap: clamp(40px,7vw,96px);
}
.showroom-heading h2 { font-size: clamp(36px,4.3vw,58px); line-height: 1.46; }
.showroom-intro { padding-bottom: 7px; }
.showroom-intro p { color: var(--ink-soft); }
.showroom-intro .text-link { margin-top: 24px; }
.showroom-proof {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid rgba(47,91,82,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 60px rgba(43,63,55,.07);
  overflow: hidden;
}
.showroom-proof > div {
  min-height: 116px;
  padding: 24px clamp(16px,2vw,28px);
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(47,91,82,.12);
}
.showroom-proof > div:last-child { border-right: 0; }
.showroom-proof strong { color: var(--jade); font: 600 clamp(17px,1.8vw,27px)/1 var(--latin); letter-spacing: .04em; }
.showroom-proof span { color: var(--ink); font-family: var(--serif); font-size: 15px; letter-spacing: .07em; line-height: 1.5; }
.showroom-proof small { color: var(--ink-muted); font: 400 10px/1.55 var(--sans); letter-spacing: .035em; }
.showroom-gallery {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 220px;
  gap: 12px;
}
.showroom-photo {
  grid-column: span 4;
  position: relative;
  min-width: 0;
  border: 1px solid rgba(47,91,82,.11);
  border-radius: 16px;
  background: #e8e2d9;
  box-shadow: 0 12px 36px rgba(35,46,41,.08);
  overflow: hidden;
}
.showroom-photo--hero { grid-column: span 8; grid-row: span 2; }
.showroom-photo--tall { grid-column: span 4; grid-row: span 2; }
.showroom-photo--wide { grid-column: span 8; }
.showroom-photo button { width: 100%; height: 100%; padding: 0; border: 0; display: block; color: #fff; background: transparent; cursor: zoom-in; }
.showroom-photo button::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(12,29,26,.72)); pointer-events: none; }
.showroom-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,.8,.2,1), filter .4s ease; }
.showroom-photo:hover img { transform: scale(1.035); filter: saturate(1.03); }
.showroom-photo span { position: absolute; z-index: 2; left: 18px; bottom: 14px; font-family: var(--serif); font-size: 13px; letter-spacing: .1em; text-shadow: 0 2px 15px rgba(0,0,0,.3); }
.showroom-note {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
  border: 1px solid rgba(47,91,82,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.84);
}
.showroom-note p { max-width: 700px; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.showroom-note b { margin-right: 10px; color: var(--jade); font-family: var(--serif); font-size: 15px; }
.showroom-note > div { display: flex; flex-wrap: wrap; gap: 10px; }
.showroom-note .button { min-height: 46px; padding: 11px 19px; font-size: 12px; }

.showroom-lightbox {
  width: min(1180px, calc(100% - 44px));
  max-width: none;
  max-height: 94vh;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  overflow: visible;
}
.showroom-lightbox::backdrop { background: rgba(24,22,19,.92); backdrop-filter: blur(10px); }
.showroom-lightbox figure { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #211e1b; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.showroom-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #211e1b; }
.showroom-lightbox figcaption { min-height: 58px; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.78); background: #211e1b; }
.showroom-lightbox figcaption span { color: var(--gold-light); font: 600 15px/1 var(--latin); letter-spacing: .15em; }
.showroom-lightbox figcaption b { font-family: var(--serif); font-size: 13px; letter-spacing: .09em; }
.showroom-lightbox__close, .showroom-lightbox__nav { position: fixed; z-index: 2; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(33,30,27,.88); cursor: pointer; }
.showroom-lightbox__close { right: 20px; top: 18px; font-size: 30px; line-height: 1; }
.showroom-lightbox__nav { top: 50%; transform: translateY(-50%); font: 300 36px/1 var(--sans); }
.showroom-lightbox__nav--prev { left: 18px; }
.showroom-lightbox__nav--next { right: 18px; }

.services-section { overflow: hidden; }
.services-section::before { content: "07"; position: absolute; right: -30px; top: -45px; color: rgba(255,255,255,.025); font: 600 430px/.8 var(--latin); }
.section-heading { position: relative; z-index: 1; margin-bottom: 58px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 70px; }
.section-heading > p { max-width: 520px; color: var(--ink-soft); }
.section-heading--light > p { color: rgba(255,255,255,.6); }
.section-heading--light h2 { color: #fff; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { min-height: 318px; padding: 30px 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: rgba(255,255,255,.015); transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: rgba(255,255,255,.055); transform: translateY(-4px); }
.service-card--feature { grid-column: span 2; background: linear-gradient(135deg, rgba(216,191,156,.13), rgba(255,255,255,.02)); }
.service-card--accent { background: var(--gold); }
.service-card__top { margin-bottom: 38px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.service-card__top span { color: var(--gold-light); font: 600 34px/1 var(--latin); }
.service-card--accent .service-card__top span { color: #fff; }
.service-card__top small { color: rgba(255,255,255,.37); font: 600 9px/1 var(--latin); letter-spacing: .2em; }
.service-card h3 { margin-bottom: 14px; font-size: 21px; }
.service-card p { color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.9; }
.service-card--accent p { color: rgba(255,255,255,.8); }
.service-card a { margin-top: auto; padding-top: 25px; color: var(--gold-light); font-size: 12px; font-weight: 600; letter-spacing: .09em; }
.service-card--accent a { color: #fff; }

.hall-section { background: var(--ivory); }
.hall-grid { display: grid; grid-template-columns: minmax(380px,.9fr) minmax(0,1.1fr); align-items: center; gap: clamp(55px,8vw,120px); }
.hall-image { position: relative; max-width: 560px; }
.hall-image::before { content: ""; position: absolute; inset: 28px -28px -28px 28px; border: 1px solid var(--gold-pale); border-radius: 220px 220px 24px 24px; }
.hall-image img { position: relative; z-index: 1; width: 100%; height: 670px; object-fit: cover; border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow-md); }
.hall-image__caption { position: absolute; z-index: 2; right: -34px; bottom: 42px; padding: 18px 24px; border-radius: 12px; background: rgba(37,36,31,.93); color: #fff; box-shadow: var(--shadow-sm); }
.hall-image__caption span, .hall-image__caption b { display: block; }
.hall-image__caption span { color: var(--gold-light); font-size: 10px; letter-spacing: .16em; }
.hall-image__caption b { margin-top: 5px; font-family: var(--serif); font-size: 16px; letter-spacing: .08em; }
.hall-copy { max-width: 550px; }
.hall-copy > p:not(.eyebrow) + p { margin-top: 16px; }
.plain-list { margin: 30px 0; display: grid; gap: 10px; }
.plain-list li { position: relative; padding-left: 22px; color: var(--ink-soft); font-size: 14px; }
.plain-list li::before { content: ""; position: absolute; left: 0; top: .9em; width: 8px; height: 1px; background: var(--gold); }

.jewelry-section { overflow: hidden; }
.jewelry-section::after { content: ""; position: absolute; left: 50%; top: 270px; width: 760px; height: 760px; border: 1px solid rgba(157,123,80,.1); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.jewelry-gallery { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 310px; gap: 18px; }
.jewelry-card { position: relative; min-width: 0; border: 1px solid rgba(118,86,55,.1); border-radius: 18px; background: radial-gradient(circle at 50% 42%,rgba(255,250,243,.72),rgba(236,221,202,.58) 72%,rgba(219,197,169,.34)); overflow: hidden; box-shadow: 0 12px 34px rgba(73,50,34,.06); }
.jewelry-card--large { grid-row: span 2; }
.jewelry-card--wide { grid-column: span 2; }
.jewelry-card img { width: 100%; height: 100%; object-fit: contain; padding: 30px; filter: drop-shadow(0 14px 13px rgba(68,48,28,.13)); transition: transform .45s ease; }
.jewelry-card:hover img { transform: scale(1.035); }
.jewelry-card figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 10px; background: rgba(255,253,249,.83); backdrop-filter: blur(10px); }
.jewelry-card figcaption b, .jewelry-card figcaption span { display: block; }
.jewelry-card figcaption b { font-family: var(--serif); font-size: 14px; }
.jewelry-card figcaption span { color: var(--ink-muted); font-size: 10px; }
.craft-story { position: relative; z-index: 2; margin-top: 76px; padding: 56px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; border: 1px solid rgba(126,90,55,.15); border-radius: var(--radius); background: rgba(255,253,249,.68); }
.craft-story__copy h3 { font-size: clamp(28px,3.2vw,42px); line-height: 1.55; }
.craft-story__copy > p:not(.section-index) { margin-top: 22px; color: var(--ink-soft); }
.craft-points { margin-top: 28px; display: grid; gap: 12px; }
.craft-points span { padding: 10px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.craft-points b { color: var(--gold); font: 600 18px/1.5 var(--latin); }
.craft-story__copy small { display: block; margin-top: 20px; color: var(--ink-muted); font-size: 11px; line-height: 1.7; }
.craft-story__images { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.craft-story__images figure { text-align: center; }
.craft-story__images img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: var(--shadow-sm); }
.craft-story__images figcaption { margin-top: 12px; color: var(--ink-muted); font-family: var(--serif); font-size: 12px; letter-spacing: .12em; }

.paper-art-section { background: var(--ivory); }
.paper-art-grid { display: grid; grid-template-columns: minmax(360px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(50px,7vw,100px); }
.paper-art-copy > p:not(.eyebrow) { margin-top: 24px; color: var(--ink-soft); }
.paper-art-copy blockquote { margin: 30px 0; padding: 18px 0 18px 24px; border-left: 2px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 17px; line-height: 1.9; }
.paper-art-gallery { position: relative; padding: 24px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 16px; border-radius: var(--radius); background: #f1eadf; }
.paper-art-gallery figure { position: relative; border-radius: 14px; background: radial-gradient(circle at 50% 46%,rgba(255,250,243,.76),rgba(235,219,198,.62) 74%,rgba(219,196,166,.34)); overflow: hidden; }
.paper-art-gallery__house { margin-bottom: 72px; }
.paper-art-gallery img { width: 100%; height: 300px; object-fit: contain; filter: drop-shadow(0 14px 13px rgba(68,48,28,.13)); }
.paper-art-gallery__house img { height: 410px; }
.paper-art-gallery figcaption { padding: 12px 14px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 11px; text-align: center; }

.boutique-section { background: #f1eadf; }
.boutique-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.boutique-card { min-height: 280px; padding: 30px 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,253,249,.72); }
.boutique-card > span { margin-bottom: 45px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .2em; }
.boutique-card h3 { margin-bottom: 14px; font-size: 20px; }
.boutique-card p { color: var(--ink-muted); font-size: 13px; }
.boutique-card--dark { color: #fff; border-color: var(--night); background: var(--night); }
.boutique-card--dark > span { color: var(--gold-light); }
.boutique-card--dark p { color: rgba(255,255,255,.58); }
.boutique-card--dark a { margin-top: auto; padding-top: 20px; color: var(--gold-light); font-family: var(--serif); font-size: 18px; }

.care-section { background: var(--ivory); }
.care-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px,8vw,120px); }
.care-mark { position: relative; min-height: 480px; padding: 58px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 240px 240px 26px 26px; background: linear-gradient(160deg,#d8c0a1,#9b7951); color: #fff; overflow: hidden; box-shadow: var(--shadow-md); }
.care-mark::before { content: ""; position: absolute; inset: 38px; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; }
.care-mark span { position: absolute; top: 90px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.42); font: 600 94px/1 var(--latin); letter-spacing: .04em; }
.care-mark b { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(26px,3vw,38px); font-weight: 500; line-height: 1.7; letter-spacing: .08em; }
.care-copy h2 { font-size: clamp(34px,4.2vw,56px); line-height: 1.48; }
.care-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--ink-soft); }
.care-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.care-copy > small { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-muted); font-size: 11px; line-height: 1.8; }

.promise-section { color: #fff; background: radial-gradient(circle at 15% 20%, rgba(216,191,156,.13), transparent 35%), var(--night); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.promise-copy p:not(.section-index) { max-width: 520px; margin-top: 26px; color: rgba(255,255,255,.58); }
.promise-contact { padding: 48px; border: 1px solid var(--line-light); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.promise-contact > span { color: var(--gold-light); font: 600 11px/1 var(--latin); letter-spacing: .26em; }
.promise-contact > a { display: block; margin-top: 17px; color: #fff; font: 500 clamp(38px,5vw,66px)/1.1 var(--latin); letter-spacing: .035em; }
.promise-contact > p { margin-top: 12px; color: rgba(255,255,255,.52); font-size: 13px; }
.promise-contact > div { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }

.faq-section { background: #f3ede4; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px,8vw,110px); }
.faq-heading { position: sticky; top: 105px; }
.faq-heading > p:not(.eyebrow) { margin-top: 22px; color: var(--ink-muted); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 48px 27px 0; font-family: var(--serif); font-size: 17px; font-weight: 600; letter-spacing: .06em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 16px; height: 1px; background: var(--gold); transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { padding: 0 48px 26px 0; color: var(--ink-soft); font-size: 14px; }

.visit-section { padding-top: 70px; background: #f3ede4; }
.visit-card { padding: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-radius: var(--radius); color: #fff; background: linear-gradient(135deg,#7b6248,#9c7b55 55%,#705842); box-shadow: var(--shadow-md); }
.visit-copy > p:not(.eyebrow) { margin-top: 24px; color: rgba(255,255,255,.72); }
.visit-info { display: grid; align-content: center; gap: 22px; }
.visit-info > div:not(.visit-buttons) { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.17); }
.visit-info small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .16em; }
.visit-info a { font-family: var(--serif); font-size: 19px; letter-spacing: .08em; }
.visit-info > div:first-child a { font: 500 42px/1.1 var(--latin); }
.visit-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.site-footer { padding: 82px 0 24px; color: rgba(255,255,255,.68); background: var(--jade-ink); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 60px; }
.wordmark--footer .wordmark__zh { color: #fff; }
.footer-brand p { margin-top: 22px; color: rgba(255,255,255,.52); font-family: var(--serif); font-size: 15px; letter-spacing: .08em; }
.footer-brand strong { display: block; margin-top: 24px; color: rgba(255,255,255,.78); font-size: 12px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-links b, .footer-contact b { margin-bottom: 12px; color: var(--gold-light); font-family: var(--serif); font-size: 14px; letter-spacing: .11em; }
.footer-links a, .footer-contact a { font-size: 12px; }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.footer-phone { color: #fff !important; font: 500 27px/1.4 var(--latin) !important; }
.footer-bottom { margin-top: 62px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom > div { display: flex; gap: 20px; }

.mobile-action-bar { display: none; }
.reveal.is-visible { animation: reveal-up .75s cubic-bezier(.22,.8,.2,1) both; }
.reveal--delay.is-visible { animation-delay: .12s; }
@keyframes reveal-up { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(157,123,80,.45); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: flex; }
  .hero-grid { min-height: 640px; grid-template-columns: minmax(0,620px); }
  .hero h1 { font-size: clamp(38px,4.7vw,50px); }
  .service-grid { grid-template-columns: repeat(3,1fr); }
  .service-card--feature { grid-column: span 1; }
  .boutique-grid { grid-template-columns: repeat(2,1fr); }
  .need-grid, .urn-price-grid { grid-template-columns: repeat(2,1fr); }
  .plan-preview-grid { grid-template-columns: repeat(3,1fr); }
  .plan-card--featured { grid-column: span 2; }
  .consumer-promise { grid-template-columns: repeat(4,1fr); }
  .consumer-promise .button { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .shell { width: min(100% - 36px, 760px); }
  .section { padding: 86px 0; }
  .service-bar__address { display: none; }
  .pricing-hero { padding: 70px 0; }
  .pricing-hero__grid { grid-template-columns: 1fr; }
  .pricing-hero__copy { max-width: 680px; }
  .pricing-hero__visual { max-width: 720px; }
  .pricing-principles .shell { grid-template-columns: repeat(2,1fr); }
  .pricing-principles .shell > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); }
  .pricing-principles .shell > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .subsidy-hero { min-height: 600px; }
  .subsidy-hero__overlay { background: linear-gradient(90deg,rgba(16,42,38,.94),rgba(16,42,38,.62)); }
  .subsidy-trust .shell { grid-template-columns: repeat(2,1fr); }
  .subsidy-trust .shell > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.1); }
  .subsidy-trust .shell > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .subsidy-guide-grid, .subsidy-documents-grid { grid-template-columns: 1fr; }
  .subsidy-guide-intro, .subsidy-documents-intro { position: static; max-width: 680px; }
  .official-benefit-grid, .taichung-resource-grid { grid-template-columns: repeat(2,1fr); }
  .header-call, .header-actions > .button { display: none; }
  .hero { padding-top: 0; }
  .hero::before { background: linear-gradient(90deg, rgba(30,27,23,.88), rgba(30,27,23,.50)); }
  .hero::after { background-size: cover; background-position: 68% center; }
  .hero-grid { min-height: 680px; grid-template-columns: 1fr; padding-top: 62px; padding-bottom: 62px; }
  .hero-copy { width: min(100%,650px); margin: 0 auto; padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(28,25,22,.72); text-align: left; box-shadow: 0 24px 70px rgba(0,0,0,.18); backdrop-filter: blur(5px); }
  .hero-copy .eyebrow { justify-content: flex-start; }
  .hero-lead { margin-inline: 0; }
  .hero-actions, .hero-checks { justify-content: flex-start; }
  .trust-row { width: 100%; grid-template-columns: repeat(2,1fr); }
  .trust-row > div { border-bottom: 1px solid var(--line); }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .split-grid, .hall-grid, .paper-art-grid, .care-grid, .promise-grid, .faq-grid { grid-template-columns: 1fr; }
  .need-heading, .selection-layout { grid-template-columns: 1fr; gap: 34px; }
  .pricing-detail-card, .additional-fees-grid { grid-template-columns: 1fr; }
  .pricing-detail-card__content { padding: 27px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .pricing-detail-card--featured .pricing-detail-card__content { border-color: rgba(255,255,255,.16); }
  .additional-fees-intro { position: static; max-width: 650px; }
  .contract-grid { grid-template-columns: repeat(2,1fr); }
  .contract-card--lead { grid-column: 1 / -1; grid-row: auto; min-height: 460px; }
  .need-heading > p { max-width: 650px; }
  .selection-intro { position: static; max-width: 650px; }
  .plan-preview-grid { grid-template-columns: repeat(2,1fr); }
  .plan-card--featured { grid-column: span 1; }
  .plan-fee-note { grid-template-columns: 1fr; }
  .plan-fee-note > div, .plan-fee-note > div:first-child, .plan-fee-note > div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .plan-fee-note > div:first-child { padding-top: 0; }
  .plan-fee-note > div:last-child { padding-bottom: 0; border-bottom: 0; }
  .showroom-heading { grid-template-columns: 1fr; gap: 24px; }
  .showroom-proof { grid-template-columns: repeat(2,1fr); }
  .showroom-proof > div:nth-child(2) { border-right: 0; }
  .showroom-proof > div:nth-child(-n+2) { border-bottom: 1px solid rgba(47,91,82,.12); }
  .showroom-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 240px; }
  .showroom-photo, .showroom-photo--tall, .showroom-photo--wide { grid-column: span 1; grid-row: span 1; }
  .showroom-photo--hero { grid-column: span 2; grid-row: span 2; }
  .showroom-note { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 650px; }
  .hall-image { max-width: 620px; margin-inline: auto; }
  .hall-copy { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .jewelry-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 300px; }
  .jewelry-card--large { grid-row: auto; }
  .jewelry-card--wide { grid-column: span 1; }
  .craft-story { grid-template-columns: 1fr; padding: 42px; }
  .paper-art-copy { max-width: 650px; }
  .paper-art-gallery { max-width: 720px; }
  .care-mark { max-width: 580px; min-height: 430px; }
  .faq-heading { position: static; }
  .visit-card { grid-template-columns: 1fr; padding: 52px; gap: 44px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .mobile-action-bar { position: fixed; z-index: 9997; left: 0; right: 0; bottom: 0; min-height: calc(68px + env(safe-area-inset-bottom)); padding: 8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; border-top: 1px solid var(--line); background: rgba(255,253,249,.95); box-shadow: 0 -10px 35px rgba(41,31,21,.12); backdrop-filter: blur(16px); }
  .mobile-action-bar a, .mobile-action-bar button { min-width: 0; min-height: 52px; padding: 7px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(110,82,52,.14); border-radius: 13px; color: var(--ink); background: var(--white); text-align: center; cursor: pointer; }
  .mobile-action-bar a:first-child { color: #fff; background: var(--night); }
  .mobile-action-bar__line { color: #fff !important; border-color: var(--green) !important; background: var(--green) !important; }
  .mobile-action-bar button { color: #fff; background: var(--gold); }
  .mobile-action-bar span { font-size: 13px; font-weight: 700; letter-spacing: .04em; }
  .mobile-action-bar small { margin-top: 2px; font-size: 9px; opacity: .7; }
  .ai-launcher-entry { display: none !important; }
}

@media (max-width: 620px) {
  :root { --header-h: 66px; --radius: 20px; }
  body { font-size: 16px; line-height: 1.8; }
  .shell { width: calc(100% - 30px); }
  .section { padding: 70px 0; }
  .service-bar__inner { min-height: 34px; gap: 10px; font-size: 11px; letter-spacing: .06em; }
  .header-inner { gap: 16px; }
  .wordmark__zh { font-size: 21px; }
  .wordmark__en { margin-top: 6px; font-size: 8px; }
  .menu-button { width: 42px; height: 42px; }
  .mobile-menu { inset: calc(34px + var(--header-h)) 0 auto; max-height: calc(100dvh - 100px); overflow-y: auto; }
  .service-bar__label, .service-bar__primary-divider, .service-bar__address { display: none; }
  .service-bar__inner { min-height: 40px; gap: 8px; font-size: 10px; letter-spacing: .035em; }
  .pricing-hero { padding: 56px 0; }
  .pricing-hero__copy h1 { font-size: clamp(39px,12vw,52px); }
  .pricing-hero__actions { display: grid; grid-template-columns: 1fr; }
  .pricing-hero__actions .button { width: 100%; }
  .pricing-hero__visual { padding: 10px 10px 45px; }
  .pricing-hero__visual img { height: 330px; }
  .pricing-hero__visual > div { left: 22px; right: 22px; bottom: 12px; padding: 15px 18px; }
  .pricing-principles .shell { width: 100%; }
  .pricing-principles .shell > div { min-height: 95px; padding: 18px 15px; }
  .pricing-principles b { font-size: 13px; }
  .pricing-detail-card { padding: 28px 22px; }
  .pricing-detail-card__title h3 { font-size: 26px; }
  .pricing-detail-card__title strong { font-size: 34px; }
  .pricing-detail-card__content ul { grid-template-columns: 1fr; }
  .additional-fees-list article { grid-template-columns: 45px 1fr; gap: 14px; }
  .contract-grid { grid-template-columns: 1fr; }
  .contract-card--lead { grid-column: auto; min-height: 420px; }
  .contract-card { min-height: 235px; }
  .subsidy-hero { min-height: 650px; align-items: flex-end; }
  .subsidy-hero__image { background-position: 62% center; }
  .subsidy-hero__overlay { background: linear-gradient(180deg,rgba(16,42,38,.2),rgba(16,42,38,.96) 62%); }
  .subsidy-hero__copy { padding-top: 240px; padding-bottom: 52px; }
  .subsidy-hero__copy h1 { font-size: clamp(36px,10.5vw,48px); }
  .subsidy-hero__copy > div { display: grid; grid-template-columns: 1fr; }
  .subsidy-hero__copy .button { width: 100%; }
  .subsidy-trust .shell { width: 100%; }
  .subsidy-trust .shell > div { min-height: 95px; padding: 18px 15px; }
  .subsidy-result { min-height: 460px; padding: 31px 23px; }
  .official-benefit-grid, .taichung-resource-grid { grid-template-columns: 1fr; }
  .official-benefit-card { min-height: 360px; }
  .document-checklist li { grid-template-columns: 44px 1fr; gap: 14px; }
  .hero { padding-top: 0; }
  .hero::before { background: linear-gradient(180deg, rgba(28,25,22,.12) 0%, rgba(28,25,22,.44) 38%, rgba(28,25,22,.96) 100%); }
  .hero::after { background-size: cover; background-position: 72% center; filter: saturate(.78) contrast(1.02) brightness(.9); }
  .hero-grid { min-height: 690px; align-items: end; padding-top: 300px; padding-bottom: 40px; }
  .hero-copy { width: 100%; padding: 26px 22px; border-radius: 20px; background: rgba(29,26,23,.82); }
  .hero h1 { font-size: clamp(34px,10.8vw,47px); line-height: 1.48; letter-spacing: .055em; }
  .hero h1 { white-space: normal; }
  .hero-lead { margin-top: 22px; font-size: 15px; text-align: left; }
  .hero-legal { margin-top: 16px; font-size: 10px; line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-checks { display: grid; grid-template-columns: repeat(2,auto); justify-content: center; text-align: left; }
  .trust-row > div { min-height: 96px; padding: 18px 12px; gap: 10px; }
  .trust-row strong { font-size: 22px; }
  .trust-row span { font-size: 13px; }
  .intro-section { padding: 78px 0; }
  .intro-copy h2, .section-copy h2, .section-heading h2, .paper-art-copy h2, .faq-heading h2, .visit-copy h2, .promise-copy h2, .care-copy h2 { font-size: clamp(29px,8vw,38px); }
  .intro-copy > p:not(.section-index) { margin-top: 22px; text-align: left; }
  .signature-line { grid-template-columns: 24px 1fr 24px; gap: 12px; }
  .signature-line b { font-size: 11px; }
  .urn-stage { min-height: 380px; padding: 20px 12px; }
  .urn-stage img { height: 290px; }
  .feature-list { grid-template-columns: 1fr; gap: 16px; }
  .need-heading { margin-bottom: 34px; }
  .need-grid, .urn-price-grid, .plan-preview-grid { grid-template-columns: 1fr; }
  .need-card { min-height: 280px; padding: 27px 23px; }
  .urn-price-card { min-height: 270px; }
  .selection-steps li { grid-template-columns: 48px 1fr; gap: 17px; }
  .selection-steps li > span { font-size: 23px; }
  .plan-card { min-height: 285px; }
  .consumer-promise { grid-template-columns: repeat(2,1fr); padding: 22px 20px; }
  .consumer-promise > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .consumer-promise .button { width: 100%; }
  .showroom-heading h2 { font-size: clamp(30px,8.3vw,40px); }
  .showroom-proof { grid-template-columns: 1fr 1fr; margin-top: 36px; }
  .showroom-proof > div { min-height: 100px; padding: 18px 14px; gap: 10px; }
  .showroom-proof strong { font-size: 17px; }
  .showroom-proof span { font-size: 13px; }
  .showroom-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 9px; }
  .showroom-photo, .showroom-photo--hero, .showroom-photo--tall, .showroom-photo--wide { grid-column: span 1; grid-row: span 1; }
  .showroom-photo button { aspect-ratio: 4 / 3; }
  .showroom-photo--tall button { aspect-ratio: 3 / 4; }
  .showroom-note { padding: 24px 20px; }
  .showroom-note > div { display: grid; grid-template-columns: 1fr; }
  .showroom-note .button { width: 100%; }
  .showroom-lightbox { width: calc(100% - 18px); }
  .showroom-lightbox figure { border-radius: 14px; }
  .showroom-lightbox img { max-height: 76vh; }
  .showroom-lightbox figcaption { padding: 12px 14px; align-items: flex-start; flex-direction: column; gap: 6px; }
  .showroom-lightbox__close { right: 8px; top: 8px; width: 42px; height: 42px; }
  .showroom-lightbox__nav { position: fixed; top: auto; bottom: 16px; width: 44px; height: 44px; transform: none; }
  .showroom-lightbox__nav--prev { left: 14px; }
  .showroom-lightbox__nav--next { right: 14px; }
  .section-actions { flex-direction: column; align-items: flex-start; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; padding: 26px 24px; }
  .services-section::before { font-size: 280px; }
  .hall-image::before { inset: 18px -10px -18px 10px; }
  .hall-image img { height: 520px; border-radius: 150px 150px 20px 20px; }
  .hall-image__caption { right: -4px; bottom: 24px; padding: 14px 18px; }
  .jewelry-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; gap: 10px; }
  .jewelry-card img { padding: 18px; }
  .jewelry-card figcaption { left: 8px; right: 8px; bottom: 8px; padding: 9px 10px; }
  .jewelry-card figcaption span { display: none; }
  .craft-story { margin-top: 48px; padding: 28px 20px; }
  .craft-story__copy h3 { font-size: 27px; }
  .craft-story__images { gap: 10px; }
  .paper-art-gallery { padding: 12px; grid-template-columns: 1fr; }
  .paper-art-gallery__house { margin-bottom: 0; }
  .paper-art-gallery img, .paper-art-gallery__house img { height: 280px; }
  .boutique-grid { grid-template-columns: 1fr; }
  .boutique-card { min-height: 245px; }
  .care-mark { min-height: 350px; padding: 38px; border-radius: 180px 180px 22px 22px; }
  .care-mark::before { inset: 24px; }
  .care-mark span { top: 65px; font-size: 70px; }
  .care-actions { align-items: flex-start; flex-direction: column; }
  .promise-contact { padding: 30px 22px; }
  .promise-contact > div { display: grid; grid-template-columns: 1fr; }
  .promise-contact .button { width: 100%; }
  .faq-list summary { padding-right: 38px; font-size: 16px; }
  .visit-section { padding-top: 36px; }
  .visit-card { width: calc(100% - 22px); padding: 36px 23px; gap: 34px; }
  .visit-info > div:first-child a { font-size: 36px; }
  .visit-buttons { display: grid; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom > div { flex-wrap: wrap; }
  .mobile-action-bar { gap: 5px; padding-inline: 6px; }
  .mobile-action-bar a, .mobile-action-bar button { border-radius: 11px; }
}

@media (max-width: 380px) {
  .mobile-action-bar span { font-size: 12px; }
  .mobile-action-bar small { font-size: 8px; }
  .hero-checks { gap: 9px 14px; }
  .jewelry-gallery { grid-template-columns: 1fr; grid-auto-rows: 270px; }
}

/* V172 — 暖白精品主題與骨灰罐透明去背主視覺 */
.service-bar {
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(157,123,80,.14);
  background: #f3ecdf;
}
.service-bar a { color: var(--gold); }
.service-bar__toll-free { color: var(--ink) !important; }
.service-bar__divider { background: rgba(75,58,41,.22); }
.service-bar__address { color: var(--ink-muted); }

.hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 23%,rgba(224,201,170,.20),transparent 31%),
    linear-gradient(135deg,#fff 0%,#fffdf9 62%,#f3eadf 100%);
}
.hero::before {
  background: linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 40%,rgba(255,255,255,.56) 59%,rgba(255,255,255,.04) 81%);
}
.hero::after {
  background: url("../images/eternal/urn-collection-cutout.webp") right 1vw center / min(58vw,860px) auto no-repeat;
  filter: saturate(.88) contrast(1.02);
}
.hero-grid { grid-template-columns: minmax(0,650px); }
.hero-copy { max-width: 650px; text-shadow: none; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: var(--ink); }
.hero h1 em { color: var(--gold); }
.hero-lead { color: var(--ink-soft); }
.hero .button--ghost { color: var(--ink); border-color: rgba(157,123,80,.38); background: rgba(255,255,255,.86); }
.hero .button--ghost:hover { border-color: var(--gold); background: #fff; }
.hero-checks li { color: var(--ink-soft); }
.hero-checks li::before { border-color: var(--gold); }
.hero-legal { color: var(--ink-muted); }
.trust-row {
  border-color: rgba(157,123,80,.22);
  border-bottom: 0;
  background: rgba(255,255,255,.92);
  box-shadow: 0 -12px 45px rgba(72,53,33,.08);
}
.trust-row > div { border-color: var(--line); }
.trust-row strong { color: var(--gold); }
.trust-row span { color: var(--ink); }
.trust-row small { color: var(--ink-muted); }

.need-card--urgent,
.urn-price-card--featured,
.plan-card--featured,
.pricing-detail-card--featured,
.official-benefit-card--featured,
.contract-card--lead {
  color: var(--ink);
  border-color: rgba(157,123,80,.34);
  background: linear-gradient(145deg,#fff 0%,#f3e6d3 100%);
  box-shadow: 0 18px 48px rgba(96,72,43,.11);
}
.need-card--urgent > span,
.need-card--urgent b,
.urn-price-card--featured > span,
.urn-price-card--featured strong,
.plan-card--featured > span,
.plan-card--featured strong,
.plan-card--featured a,
.pricing-detail-card--featured .pricing-detail-card__title > span,
.pricing-detail-card--featured .pricing-detail-card__title strong,
.pricing-detail-card--featured .pricing-detail-card__content h4,
.official-benefit-card--featured > span,
.official-benefit-card--featured strong,
.official-benefit-card--featured a { color: var(--gold); }
.need-card--urgent p,
.urn-price-card--featured p,
.urn-price-card--featured strong small,
.plan-card--featured p,
.pricing-detail-card--featured .pricing-detail-card__title p,
.pricing-detail-card--featured .pricing-detail-card__content li,
.pricing-detail-card--featured .pricing-detail-card__content small,
.official-benefit-card--featured p,
.contract-card--lead > p:not(.section-index) { color: var(--ink-muted); }
.need-card--urgent::after { border-color: rgba(157,123,80,.18); }
.pricing-detail-card--featured .pricing-detail-card__content { border-color: var(--line); }
.pricing-detail-card--featured .pricing-detail-card__content small { border-color: var(--line); }
.contract-card--lead .button { color: #fff; border-color: var(--gold); background: var(--gold); }

.selection-section,
.subsidy-documents-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 18%,rgba(216,191,156,.22),transparent 34%),
    linear-gradient(145deg,#fff 0%,#f8f2e9 100%);
}
.selection-intro > p:not(.eyebrow),
.subsidy-documents-intro > p:not(.eyebrow) { color: var(--ink-soft); }
.selection-steps,
.subsidy-documents-section .document-checklist { border-color: var(--line); }
.selection-steps li,
.subsidy-documents-section .document-checklist li { border-color: var(--line); }
.selection-steps li > span,
.subsidy-documents-section .document-checklist li > span { color: var(--gold); }
.selection-steps p,
.subsidy-documents-section .document-checklist p { color: var(--ink-muted); }
.selection-section .eyebrow--light,
.subsidy-documents-section .eyebrow--light { color: var(--gold); }
.selection-section .button--light,
.subsidy-documents-section .button--light { color: #fff; border-color: var(--gold); background: var(--gold); }

.services-section.section--dark {
  color: var(--ink);
  background: linear-gradient(145deg,#fffdf9 0%,#f4ecdf 100%);
}
.services-section::before { color: rgba(157,123,80,.055); }
.services-section .section-heading--light h2 { color: var(--ink); }
.services-section .section-heading--light > p { color: var(--ink-soft); }
.services-section .eyebrow--light { color: var(--gold); }
.service-grid { border-color: var(--line); }
.service-card { border-color: var(--line); background: rgba(255,255,255,.72); }
.service-card:hover { background: #fff; }
.service-card--feature { background: linear-gradient(135deg,#fff,#f2e4d1); }
.service-card--accent { color: #fff; background: linear-gradient(145deg,#d1ae7d,#a47d50); }
.service-card__top span { color: var(--gold); }
.service-card__top small { color: var(--ink-muted); }
.service-card p { color: var(--ink-muted); }
.service-card a { color: var(--gold); }
.service-card--accent .service-card__top span,
.service-card--accent .service-card__top small,
.service-card--accent p,
.service-card--accent a { color: #fff; }

.consumer-promise {
  color: var(--ink);
  border: 1px solid rgba(157,123,80,.22);
  background: rgba(255,255,255,.82);
}
.consumer-promise strong { color: var(--gold); }
.consumer-promise span { color: var(--ink-muted); }
.consumer-promise .button { color: var(--ink); border-color: var(--gold); }

.promise-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 20%,rgba(216,191,156,.22),transparent 35%),
    linear-gradient(135deg,#fffdf9,#f4eadc);
}
.promise-section .eyebrow--light { color: var(--gold); }
.promise-copy p:not(.section-index) { color: var(--ink-soft); }
.promise-contact { border-color: rgba(157,123,80,.25); background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); }
.promise-contact > span { color: var(--gold); }
.promise-contact > a { color: var(--ink); }
.promise-contact > p { color: var(--ink-muted); }
.promise-section .button--outline-light { color: var(--ink); border-color: var(--gold); }

.pricing-hero {
  color: var(--ink);
  background: linear-gradient(135deg,#fff 0%,#f5ecdf 100%);
}
.pricing-hero::before { border-color: rgba(157,123,80,.18); }
.pricing-hero__copy h1 em { color: var(--gold); }
.pricing-hero .eyebrow--light { color: var(--gold); }
.pricing-hero__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.pricing-hero__copy > small { color: var(--ink-muted); }
.pricing-hero__visual { border-color: rgba(157,123,80,.22); background: rgba(255,255,255,.72); }
.pricing-hero__visual > div { color: var(--ink); border-color: rgba(157,123,80,.28); background: rgba(255,253,249,.94); }
.pricing-hero__visual strong { color: var(--gold); }
.pricing-hero__visual small { color: var(--ink-muted); }
.pricing-hero .button--outline-light { color: var(--ink); border-color: var(--gold); }
.pricing-principles,
.subsidy-trust { border-block: 1px solid var(--line); background: #fffdf9; }
.pricing-principles .shell > div,
.subsidy-trust .shell > div { border-color: var(--line); }
.pricing-principles b,
.subsidy-trust b { color: var(--gold); }
.pricing-principles span,
.subsidy-trust span { color: var(--ink-muted); }

.subsidy-hero { color: var(--ink); background: #fffdf9; }
.subsidy-hero__image { filter: saturate(.58) contrast(1.02) brightness(1.08); }
.subsidy-hero__overlay { background: linear-gradient(90deg,rgba(255,253,249,.98) 0%,rgba(255,253,249,.91) 47%,rgba(255,253,249,.36) 78%,rgba(255,253,249,.14) 100%); }
.subsidy-hero__copy h1 em { color: var(--gold); }
.subsidy-hero__copy > p:not(.eyebrow) { color: var(--ink-soft); }
.subsidy-hero__copy > small { color: var(--ink-muted); }
.subsidy-hero .button--outline-light { color: var(--ink); border-color: var(--gold); }

.site-footer {
  color: var(--ink-muted);
  border-top: 1px solid var(--line);
  background: #fffdf9;
}
.wordmark--footer .wordmark__zh { color: var(--ink); }
.footer-brand p { color: var(--ink-soft); }
.footer-brand strong { color: var(--ink); }
.footer-links b,
.footer-contact b { color: var(--gold); }
.footer-links a:hover,
.footer-contact a:hover { color: var(--gold); }
.footer-phone { color: var(--ink) !important; }
.footer-bottom { border-color: var(--line); color: var(--ink-muted); }

@media (max-width: 900px) {
  .hero::before { background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 45%,rgba(255,255,255,.55) 72%,rgba(255,255,255,.12) 100%); }
  .hero::after { background-size: min(76vw,700px) auto; background-position: right -8vw center; filter: saturate(.86) contrast(1.02); }
  .hero-grid { min-height: 660px; padding-top: 62px; padding-bottom: 62px; }
  .hero-copy {
    width: min(65%,620px);
    margin: 0;
    padding: 32px;
    border: 1px solid rgba(157,123,80,.24);
    background: rgba(255,255,255,.86);
    box-shadow: 0 24px 70px rgba(81,61,37,.10);
    backdrop-filter: blur(8px);
  }
  .trust-row > div { border-color: var(--line); }
  .pricing-detail-card--featured .pricing-detail-card__content { border-color: var(--line); }
  .subsidy-hero__overlay { background: linear-gradient(90deg,rgba(255,253,249,.97),rgba(255,253,249,.66)); }
  .pricing-principles .shell > div:nth-child(3),
  .pricing-principles .shell > div:nth-child(-n+2),
  .subsidy-trust .shell > div:nth-child(3),
  .subsidy-trust .shell > div:nth-child(-n+2) { border-color: var(--line); }
}

@media (max-width: 620px) {
  .hero::before { background: linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.16) 31%,rgba(255,255,255,.91) 52%,#fff 67%,#fff 100%); }
  .hero::after { background-size: 112% auto; background-position: center 18px; filter: saturate(.86) contrast(1.02); }
  .hero-grid { min-height: auto; align-items: end; padding-top: 315px; padding-bottom: 34px; }
  .hero-copy {
    width: 100%;
    padding: 25px 20px;
    border-color: rgba(157,123,80,.24);
    background: rgba(255,255,255,.96);
  }
  .hero h1 { line-height: 1.45; }
  .subsidy-hero__overlay { background: linear-gradient(180deg,rgba(255,253,249,.10),rgba(255,253,249,.97) 61%); }
}
