:root {
  --ink: #100c09;
  --ink-2: #17110c;
  --walnut: #24160e;
  --walnut-light: #2f1d12;
  --paper: #f4ead4;
  --paper-dim: #d4c4a8;
  --muted: #a99a82;
  --gold: #d6ae65;
  --gold-bright: #f1d28e;
  --gold-soft: rgba(214, 174, 101, .22);
  --red: #b84a36;
  --red-bright: #de775b;
  --line: rgba(214, 174, 101, .2);
  --green: #25d366;
  --shadow: 0 22px 70px rgba(0, 0, 0, .3);
  --serif: "Noto Serif TC", "Songti SC", serif;
  --sans: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .35; background: radial-gradient(circle at 78% 12%, rgba(184, 74, 54, .12), transparent 28%), radial-gradient(circle at 12% 72%, rgba(214, 174, 101, .08), transparent 28%); }
body::after { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .06; background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 4px); mix-blend-mode: soft-light; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, .btn, .nav-link, .service-card, .package-card { cursor: pointer; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(214, 174, 101, .13); background: rgba(16, 12, 9, .88); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.brand-seal { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold-bright); font-family: var(--serif); font-size: 12px; line-height: 1; letter-spacing: .04em; transform: rotate(-7deg); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { color: var(--paper); font-family: var(--serif); font-size: 18px; font-weight: 700; letter-spacing: .06em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-link { position: relative; padding: 27px 0; color: var(--muted); font-size: 13px; transition: color .2s ease; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--gold); transition: right .2s ease; }
.nav-link:hover, .nav-link.is-current { color: var(--paper); }
.nav-link:hover::after, .nav-link.is-current::after { right: 0; }
.nav-link.nav-contact { padding: 9px 14px; border: 1px solid var(--line); color: var(--gold-bright); }
.nav-link.nav-contact::after { display: none; }
.nav-link.nav-contact:hover { border-color: var(--gold); background: rgba(214, 174, 101, .1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: transparent; }
.nav-toggle span { display: block; width: 21px; height: 1px; margin: 5px auto; background: var(--paper); transition: transform .2s ease, opacity .2s ease; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { padding: 84px 0 98px; }
.hero-home { position: relative; overflow: hidden; }
.hero-grid, .page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); align-items: center; gap: 72px; }
.hero-copy { max-width: 600px; }
.eyebrow { margin: 0; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; }
h1 { margin: 20px 0 25px; color: var(--paper); font-size: clamp(48px, 5.8vw, 82px); line-height: 1.18; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold-bright); font-style: normal; }
h2 { margin: 14px 0 18px; color: var(--paper); font-size: clamp(36px, 4.2vw, 60px); line-height: 1.25; letter-spacing: -.045em; }
h3 { margin: 0; color: var(--paper); line-height: 1.35; }
.lead { max-width: 580px; margin: 0; color: var(--paper-dim); font-size: 18px; line-height: 1.9; }
.section-copy { max-width: 620px; color: var(--paper-dim); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 18px; border: 1px solid transparent; font-size: 13px; font-weight: 600; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { border-color: var(--gold); background: var(--gold); color: #1c130a; }
.btn-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.btn-outline { border-color: rgba(214, 174, 101, .45); background: transparent; color: var(--paper); }
.btn-outline:hover { border-color: var(--gold); background: rgba(214, 174, 101, .08); }
.btn-red { border-color: var(--red-bright); background: var(--red); color: var(--paper); }
.btn-red:hover { border-color: #f09a7b; background: #c95b43; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 30px 0 0; color: var(--muted); font-size: 12px; }
.note-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 0 5px rgba(184, 74, 54, .14); }
.hero-media, .page-hero-media { position: relative; overflow: hidden; border: 1px solid var(--gold-soft); background: var(--walnut); box-shadow: var(--shadow); }
.hero-media { aspect-ratio: 3 / 2; }
.hero-media picture, .hero-media img, .page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::before, .page-hero-media::before { content: ""; position: absolute; inset: 14px; z-index: 1; border: 1px solid rgba(244, 234, 212, .23); pointer-events: none; }
.media-caption { position: absolute; right: 24px; bottom: 23px; z-index: 2; display: grid; gap: 2px; padding: 10px 12px; border-left: 2px solid var(--gold); background: rgba(16, 12, 9, .72); }
.media-caption span { color: var(--paper); font-family: var(--serif); font-size: 17px; }
.media-caption small { color: var(--paper-dim); font-size: 10px; }

.proof-bar { border-block: 1px solid rgba(214, 174, 101, .16); background: rgba(36, 22, 14, .72); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 104px; display: grid; align-content: center; gap: 3px; padding: 16px 20px; border-right: 1px solid rgba(214, 174, 101, .14); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; padding-right: 0; }
.proof-grid strong { color: var(--paper); font-family: var(--serif); font-size: 16px; }
.proof-grid span { color: var(--muted); font-size: 11px; }

.section { padding: 112px 0; border-top: 1px solid rgba(214, 174, 101, .13); }
.section-tint { background: linear-gradient(105deg, rgba(36, 22, 14, .76), rgba(16, 12, 9, .28)); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.profile-grid, .credentials-grid, .split-section, .two-column { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 80px; align-items: center; }
.profile-image { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border: 1px solid var(--gold-soft); background: var(--walnut); box-shadow: var(--shadow); }
.profile-image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; right: 18px; bottom: 18px; padding: 7px 10px; border-left: 2px solid var(--red-bright); background: rgba(16, 12, 9, .75); color: var(--paper); font-family: var(--serif); font-size: 16px; }
.profile-copy p { max-width: 650px; margin: 0 0 17px; color: var(--paper-dim); }
blockquote { margin: 30px 0; padding: 19px 22px; border-left: 2px solid var(--red); background: rgba(184, 74, 54, .09); color: var(--paper); font-family: var(--serif); font-size: 20px; line-height: 1.8; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list span { padding: 6px 10px; border: 1px solid var(--line); color: var(--paper-dim); font-size: 12px; }
.foundation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.foundation-card { min-height: 230px; padding: 25px 22px; border-top: 2px solid var(--gold); background: linear-gradient(150deg, rgba(214, 174, 101, .1), rgba(16, 12, 9, .35)); }
.card-index, .package-label { display: block; margin-bottom: 35px; color: var(--red-bright); font-size: 12px; letter-spacing: .12em; }
.foundation-card h3 { margin-bottom: 12px; font-size: 22px; }
.foundation-card p, .service-body > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: rgba(36, 22, 14, .54); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--gold); background: rgba(47, 29, 18, .72); }
.service-image { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-number { position: absolute; left: 17px; top: 16px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(244, 234, 212, .5); background: rgba(16, 12, 9, .68); color: var(--gold-bright); font-family: var(--serif); font-size: 13px; }
.service-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px 23px 25px; }
.service-body h3 { margin: 8px 0 11px; font-size: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: var(--gold-bright); font-size: 12px; letter-spacing: .06em; }
.text-link b { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.service-card:hover .text-link b { transform: translate(3px, -3px); }
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.step:first-child { border-top: 1px solid var(--line); }
.step > span { color: var(--gold); font-family: var(--serif); font-size: 20px; }
.step h3 { margin-bottom: 5px; font-size: 21px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }
.credentials-grid { align-items: start; }
.credential-list { border-top: 1px solid var(--line); }
.credential-list > div { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.credential-list strong { color: var(--gold-bright); font-family: var(--serif); font-size: 18px; }
.credential-list span { color: var(--paper-dim); font-size: 13px; }
.section-cta { padding-top: 20px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: 44px 50px; border: 1px solid var(--gold); background: linear-gradient(110deg, rgba(184, 74, 54, .24), rgba(214, 174, 101, .09), rgba(36, 22, 14, .3)); }
.cta-panel h2 { margin: 10px 0 9px; font-size: clamp(29px, 3.4vw, 46px); }
.cta-panel p:last-child { margin: 0; color: var(--paper-dim); }
.cta-panel-red { background: linear-gradient(110deg, rgba(184, 74, 54, .35), rgba(36, 22, 14, .48)); border-color: rgba(222, 119, 91, .68); }
.service-notice, .legal-note { color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-notice { max-width: 940px; margin: 22px auto 0; text-align: center; }
.footer { padding: 42px 0 112px; border-top: 1px solid rgba(214, 174, 101, .14); color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; align-items: start; justify-content: space-between; gap: 25px; }
.footer strong { color: var(--paper); font-family: var(--serif); font-size: 18px; }
.footer p { margin: 5px 0 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-nav a:hover { color: var(--gold-bright); }

.page-hero { padding-top: 72px; padding-bottom: 90px; }
.page-hero-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.page-hero h1 { max-width: 640px; }
.page-hero h1 em { display: block; }
.page-hero-media { aspect-ratio: 3 / 2; }
.page-hero-red { background: radial-gradient(circle at 85% 12%, rgba(184, 74, 54, .18), transparent 32%); }
.page-hero-bracelet { background: radial-gradient(circle at 86% 12%, rgba(214, 174, 101, .16), transparent 32%); }
.insight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.insight-card { padding: 27px 25px; border: 1px solid var(--line); background: rgba(36, 22, 14, .43); }
.insight-card > span { color: var(--red-bright); font-size: 11px; letter-spacing: .12em; }
.insight-card h3 { margin: 15px 0 9px; font-size: 23px; }
.insight-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.align-center { align-items: center; }
.prose { max-width: 660px; color: var(--paper-dim); }
.prose p { margin: 0 0 18px; }
.prose blockquote { margin-bottom: 0; }
.page-visual, .product-visual { overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid var(--line); box-shadow: var(--shadow); }
.page-visual img, .product-visual img { width: 100%; height: 100%; object-fit: cover; }
.package-grid { display: grid; gap: 14px; }
.package-grid-three { grid-template-columns: repeat(3, 1fr); }
.package-grid-four { grid-template-columns: repeat(4, 1fr); }
.package-card { position: relative; display: flex; min-height: 295px; flex-direction: column; padding: 25px 22px 22px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(214, 174, 101, .09), rgba(16, 12, 9, .4)); transition: transform .2s ease, border-color .2s ease; }
.package-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.package-card-featured { border-color: var(--gold); background: linear-gradient(150deg, rgba(184, 74, 54, .28), rgba(214, 174, 101, .1)); }
.package-card h3 { margin: 0 0 12px; font-size: 24px; }
.package-card p { flex: 1; margin: 0 0 21px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.package-card .btn { width: 100%; }
.package-badge { position: absolute; top: 17px; right: 17px; padding: 3px 7px; background: var(--gold); color: #1c130a; font-size: 10px; letter-spacing: .08em; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.signal-card { padding: 26px 24px; border-top: 2px solid var(--red); background: rgba(184, 74, 54, .1); }
.signal-card > span, .custom-card > span { display: block; margin-bottom: 30px; color: var(--red-bright); font-family: var(--serif); font-size: 18px; }
.signal-card h3 { margin-bottom: 10px; font-size: 21px; }
.signal-card p { margin: 0; color: var(--paper-dim); font-size: 13px; line-height: 1.8; }
.ritual-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 48px; }
.ritual-image { min-height: 450px; overflow: hidden; border: 1px solid var(--line); }
.ritual-image img { width: 100%; height: 100%; object-fit: cover; }
.ritual-copy { padding: 15px 0; }
.mini-process { margin-top: 28px; border-top: 1px solid var(--line); }
.mini-process > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.mini-process span { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.mini-process p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.mini-process strong { color: var(--paper); font-family: var(--serif); font-size: 16px; }
.custom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.custom-card { min-height: 220px; padding: 25px 22px; border: 1px solid var(--line); background: rgba(36, 22, 14, .48); }
.custom-card h3 { margin-bottom: 10px; font-size: 21px; }
.custom-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: inline-flex; align-items: center; gap: 9px; min-height: 53px; padding: 10px 17px 10px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: var(--green); box-shadow: 0 14px 35px rgba(0,0,0,.35); color: #062a13; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(37, 211, 102, .25); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.reveal { opacity: 1; transform: none; }
body.reveal-ready .reveal { opacity: 0; transform: translateY(15px); transition: opacity .55s ease, transform .55s ease; }
body.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s !important; }
.reveal-delay-2 { transition-delay: .16s !important; }
.reveal-delay-3 { transition-delay: .24s !important; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 48px, 960px); }
  .hero-grid, .page-hero-grid { gap: 42px; }
  .profile-grid, .credentials-grid, .split-section, .two-column { gap: 48px; }
  .foundation-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid-four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 76px; font-size: 15px; }
  .shell { width: calc(100% - 32px); }
  .site-header { position: sticky; }
  .nav-wrap { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-copy small { font-size: 9px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: rgba(23, 17, 12, .98); box-shadow: var(--shadow); }
  body.nav-open .nav-links { display: flex; }
  .nav-link, .nav-link.nav-contact { padding: 12px 13px; border-bottom: 1px solid rgba(214, 174, 101, .12); }
  .nav-link::after { display: none; }
  .nav-link.nav-contact { margin-top: 5px; border: 1px solid var(--gold); text-align: center; }
  .hero, .page-hero { padding: 60px 0 72px; }
  .hero-grid, .page-hero-grid, .profile-grid, .credentials-grid, .split-section, .two-column, .ritual-layout { display: flex; flex-direction: column; align-items: stretch; gap: 34px; }
  .hero-copy, .page-hero .hero-copy { max-width: none; }
  h1 { margin: 17px 0 20px; font-size: clamp(40px, 12vw, 60px); }
  h2 { font-size: 36px; }
  .lead { font-size: 16px; line-height: 1.85; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .hero-actions .btn { width: 100%; }
  .hero-media { width: 100%; aspect-ratio: 2 / 3; }
  .hero-media::before, .page-hero-media::before { inset: 10px; }
  .media-caption { right: 16px; bottom: 16px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div, .proof-grid > div:first-child, .proof-grid > div:last-child { min-height: 92px; padding: 14px 12px; border-right: 1px solid rgba(214, 174, 101, .14); border-bottom: 1px solid rgba(214, 174, 101, .14); }
  .proof-grid > div:nth-child(2n) { border-right: 0; }
  .proof-grid > div:nth-child(n+3) { border-bottom: 0; }
  .proof-grid strong { font-size: 14px; }
  .proof-grid span { font-size: 10px; line-height: 1.5; }
  .section { padding: 75px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 15px; }
  .profile-image { max-width: 440px; width: 100%; margin-inline: auto; }
  .foundation-grid, .service-grid, .insight-grid, .signal-grid, .custom-grid, .package-grid-three, .package-grid-four { grid-template-columns: 1fr; }
  .foundation-card { min-height: auto; padding: 22px; }
  .card-index, .package-label { margin-bottom: 23px; }
  .service-body { padding: 22px; }
  .service-body h3 { font-size: 26px; }
  .page-hero-media { aspect-ratio: 3 / 2; }
  .page-visual, .product-visual { aspect-ratio: 3 / 2; width: 100%; }
  .two-column .page-visual, .two-column .product-visual { order: 2; }
  .two-column > :not(.page-visual):not(.product-visual) { order: 1; }
  .ritual-image { min-height: auto; aspect-ratio: 3 / 2; }
  .ritual-copy { padding: 0; }
  .custom-card { min-height: auto; }
  .package-card { min-height: 250px; }
  .cta-panel { display: block; padding: 32px 24px; }
  .cta-panel .btn { width: 100%; margin-top: 25px; }
  .credential-list > div { grid-template-columns: 105px 1fr; gap: 12px; }
  .footer { padding-bottom: 28px; }
  .footer-inner { display: block; }
  .footer-nav { margin: 18px 0; }
  .whatsapp-float { left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom)); justify-content: center; }
}

@media (max-width: 420px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child, .proof-grid > div:last-child { border-right: 0; border-bottom: 1px solid rgba(214, 174, 101, .14); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .brand-copy strong { font-size: 16px; }
  h1 { font-size: 41px; }
  h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  body.reveal-ready .reveal, body.reveal-ready .reveal.is-visible { opacity: 1; transform: none; }
}
