@font-face {
  font-family: "Jyunsai Kaai";
  src: url("assets/fonts/JyunsaiKaai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jyunsai Kaai";
  src: url("assets/fonts/JyunsaiKaai-Bold.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #fbf6ed;
  --paper: #fffdf8;
  --ink: #3c281c;
  --muted: #8d7867;
  --line: rgba(79, 50, 30, .14);
  --dark: #1a100b;
  --dark-soft: #2c1a11;
  --gold: #c79a4c;
  --gold-soft: #e9ca84;
  --shadow: 0 16px 35px rgba(56, 35, 20, .14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "PingFang SC", "PingFang TC", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans", Arial, sans-serif;
  --zh-serif: "Alibaba PuHuiTi 3.0", "Alibaba PuHuiTi", "PingFang SC", "PingFang TC", "Microsoft JhengHei", "Noto Sans CJK TC", sans-serif;
  --ar-serif: "Geeza Pro", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.45; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; max-width: 100%; }

.page-shell { width: 100%; min-height: 100vh; overflow: hidden; background: var(--cream); }
.site-header { height: 76px; padding: 0 clamp(32px, 5.8vw, 92px); display: grid; grid-template-columns: 190px 1fr 250px; align-items: center; color: #f8ead6; background: #170f0b; font-size: 12px; }
.brand { font-family: var(--serif); font-size: 24px; letter-spacing: .08em; line-height: .82; }
.brand span { display: block; margin-top: 4px; font-family: var(--sans); font-size: 12px; letter-spacing: .26em; color: rgba(248, 234, 214, .56); }
.main-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 34px); color: rgba(248, 234, 214, .78); white-space: nowrap; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 11px; color: rgba(248, 234, 214, .72); }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(248, 234, 214, .2); background: rgba(255, 248, 232, .06); }
.lang-button { min-height: 26px; padding: 0 8px; border: 0; background: transparent; color: rgba(248, 234, 214, .62); font-size: 10px; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.lang-button.is-active { background: var(--gold); color: #21130d; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 20px; border: 0; border-radius: 1px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.button-gold { background: var(--gold); color: #21130d; }
.button-dark { background: var(--dark); color: #f8ead6; }
.button-ghost { border: 1px solid rgba(248, 234, 214, .45); background: rgba(29, 16, 10, .34); color: #f8ead6; }

.hero { height: clamp(620px, 72vh, 780px); position: relative; color: #f8ead6; background: var(--hero-image) center / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 12, 8, .82) 0%, rgba(26, 15, 10, .56) 35%, rgba(19, 11, 7, .08) 72%); }
.hero-copy { position: relative; z-index: 1; width: min(640px, 46vw); padding: clamp(145px, 17vh, 210px) 0 0 clamp(48px, 7vw, 110px); }
.eyebrow { margin: 0 0 14px; color: var(--gold-soft); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; }
html[lang="zh-Hant"] h1, html[lang="zh-Hant"] h2, html[lang="zh-Hant"] h3 { font-family: var(--zh-serif); font-weight: 500; }
h1 { font-size: clamp(66px, 5.9vw, 98px); line-height: .93; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { width: min(500px, 40vw); margin: 24px 0 32px; font-size: clamp(17px, 1.25vw, 20px); line-height: 1.55; color: rgba(248, 234, 214, .82); }
.hero-actions { display: flex; gap: 8px; }

.floating-panel { position: relative; z-index: 2; width: min(1320px, calc(100% - 56px)); margin: -58px auto 0; padding: 30px 36px; background: rgba(255, 250, 242, .97); border: 1px solid var(--line); box-shadow: var(--shadow); }
.ritual-quiz { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: end; }
.ritual-quiz h2, .content-section h2, .dark-section h2 { font-size: clamp(36px, 3.15vw, 52px); line-height: 1; letter-spacing: -.02em; }
.ritual-quiz p, .section-heading p { max-width: 760px; margin: 8px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.quiz-form { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: end; }
.quiz-form label span { display: block; margin-bottom: 6px; color: #b68a45; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.quiz-form label span::before { content: ""; width: 5px; height: 5px; margin-right: 6px; display: inline-block; vertical-align: middle; border-radius: 50%; background: var(--gold); }
select, input { width: 100%; height: 46px; padding: 0 14px; border: 1px solid rgba(80, 51, 31, .15); background: #fffdf8; color: #51382a; font-size: 13px; }
.quiz-form .button { grid-column: 2 / 4; justify-self: center; min-width: 112px; }

.content-section, .dark-section { padding: clamp(78px, 7.5vw, 122px) clamp(28px, 5vw, 70px); border-bottom: 1px solid rgba(80, 51, 31, .1); }
.content-section.compact { padding-top: clamp(54px, 5vw, 82px); padding-bottom: clamp(54px, 5vw, 82px); }
.section-heading { max-width: 1320px; margin-left: auto; margin-right: auto; display: grid; grid-template-columns: minmax(310px, 390px) minmax(420px, 760px); justify-content: space-between; gap: 48px; align-items: start; margin-bottom: 42px; }
.section-link { display: inline-block; margin-top: 14px; color: #a7712d; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pathway-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.pathway-card { min-height: 202px; padding: 30px 22px; text-align: center; background: rgba(255, 250, 242, .78); border: 1px solid var(--line); }
.pathway-card span { width: 58px; height: 58px; margin: 0 auto 8px; display: grid; place-items: center; color: var(--gold); border: 1px solid rgba(199, 154, 76, .2); border-radius: 50%; background: #fff8ec; font-size: 26px; }
.pathway-card h3, .step-card h3, .member-card h3 { font-size: clamp(22px, 1.75vw, 27px); line-height: 1.12; }
.pathway-card p, .step-card p, .member-card p, .image-card p, .kit-card p, .gifting-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.step-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { min-height: 164px; padding: 30px 22px; text-align: center; background: rgba(255, 250, 242, .72); border: 1px solid var(--line); }
.step-card span { width: 52px; height: 52px; margin: 0 auto 7px; display: grid; place-items: center; color: #b98539; border-radius: 50%; border: 1px solid rgba(199, 154, 76, .26); background: #fff5df; font-family: var(--serif); font-size: 14px; }
.image-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.image-card { overflow: hidden; min-height: 372px; background: var(--paper); border: 1px solid var(--line); }
.image-card img { width: 100%; height: 250px; object-fit: cover; }
.image-card div { padding: 22px; }
.image-card h3, .kit-card h3 { font-size: clamp(23px, 1.75vw, 28px); line-height: 1.12; }
.kit-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.kit-card { overflow: hidden; min-height: 520px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); }
.kit-card img { height: 330px; width: 100%; object-fit: cover; }
.kit-card div { padding: 26px; display: flex; flex: 1; flex-direction: column; }
.tag { margin: 0 0 4px; color: #b27c34; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.kit-card a { align-self: start; margin-top: auto; padding: 5px 9px; background: var(--dark); color: #fff0dc; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.dark-section { color: #f8ead6; background: linear-gradient(90deg, rgba(22, 12, 8, .96), rgba(30, 17, 10, .78)), url('assets/generated/ambient.png') center / cover no-repeat; }
.dark-section h2 { color: #fff1dc; }
.dark-section .section-heading p { color: rgba(248, 234, 214, .66); }
.gifting-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gifting-card { min-height: 170px; padding: 24px 18px; background: rgba(255, 248, 232, .035); border: 1px solid rgba(231, 201, 133, .21); color: inherit; text-decoration: none; }
.gifting-card span { display: block; margin-bottom: 8px; color: var(--gold-soft); font-size: 26px; }
.gifting-card h3 { color: #fff1dc; font-size: 15px; line-height: 1.2; }
.gifting-card p { color: rgba(248, 234, 214, .62); }
.member-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.member-card { min-height: 150px; padding: 24px 18px; background: rgba(255, 250, 242, .66); border: 1px solid var(--line); }
.final-cta { padding: clamp(90px, 8vw, 140px) clamp(28px, 5vw, 70px); display: grid; grid-template-columns: minmax(420px, 600px) minmax(480px, 660px); justify-content: center; gap: 80px; align-items: center; color: #f8ead6; background: linear-gradient(90deg, rgba(26, 14, 9, .95), rgba(43, 25, 15, .88)), url('assets/generated/ambient.png') center / cover no-repeat; }
.final-cta h2 { color: #fff1dc; font-size: clamp(48px, 4.5vw, 72px); line-height: .96; }
.final-cta p { max-width: 520px; color: rgba(248, 234, 214, .72); font-size: 16px; line-height: 1.65; }
.contact-form { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.contact-form input:nth-of-type(2) { grid-column: span 2; }
.contact-form .button { grid-column: span 3; width: 100%; }
.site-footer { padding: 50px clamp(32px, 5.8vw, 92px); display: grid; grid-template-columns: 210px 1fr 220px; gap: 20px; background: #170e09; color: rgba(248, 234, 214, .55); font-size: 12px; }
.site-footer .brand { color: #f8ead6; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.footer-columns strong { display: block; margin-bottom: 6px; color: #f4d8a9; letter-spacing: .12em; text-transform: uppercase; }
.footer-columns a { display: block; margin: 6px 0; line-height: 1.35; }
.site-footer p { margin: 0; text-align: right; }



html[lang="zh-Hant"] body { font-family: var(--zh-serif); font-weight: 400; }
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3 { font-family: var(--zh-serif); letter-spacing: -.01em; }
html[lang="zh-Hant"] h1 { font-size: clamp(54px, 5.1vw, 82px); line-height: 1.08; }
html[lang="zh-Hant"] .hero-copy > p:not(.eyebrow),
html[lang="zh-Hant"] .section-heading p { line-height: 1.85; }
html[lang="zh-Hant"] .eyebrow,
html[lang="zh-Hant"] .button,
html[lang="zh-Hant"] .section-link,
html[lang="zh-Hant"] .tag { letter-spacing: .08em; }

html[dir="rtl"] body { font-family: "Geeza Pro", Tahoma, Arial, sans-serif; }
html[dir="rtl"] .site-header { grid-template-columns: 250px 1fr 190px; }
html[dir="rtl"] .main-nav,
html[dir="rtl"] .header-actions,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .language-switch { flex-direction: row-reverse; }
html[dir="rtl"] .hero { background-position: center; }
html[dir="rtl"] .hero::before { background: linear-gradient(270deg, rgba(20, 12, 8, .82) 0%, rgba(26, 15, 10, .56) 35%, rgba(19, 11, 7, .08) 72%); }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { font-family: var(--ar-serif); letter-spacing: 0; }
html[dir="rtl"] h1 { font-size: clamp(58px, 5.2vw, 86px); line-height: 1.08; }
html[dir="rtl"] .hero-copy { margin-left: 0; margin-right: auto; padding: clamp(145px, 17vh, 210px) clamp(48px, 7vw, 110px) 0 0; text-align: right; }
html[dir="rtl"] .hero-copy > p:not(.eyebrow), html[dir="rtl"] .section-heading p { line-height: 1.8; }
html[dir="rtl"] .section-heading,
html[dir="rtl"] .ritual-quiz,
html[dir="rtl"] .final-cta,
html[dir="rtl"] .site-footer { direction: rtl; }
html[dir="rtl"] .quiz-form label span::before { margin-right: 0; margin-left: 6px; }
html[dir="rtl"] .site-footer p { text-align: left; }

@media (max-width: 680px) {
  .page-shell { width: 100%; box-shadow: none; }
  .site-header { height: auto; grid-template-columns: 1fr auto; padding: 14px 16px; }
  .main-nav { display: none; }
  .header-actions { gap: 8px; }
  .language-switch { max-width: 142px; }
  .lang-button { padding: 0 6px; font-size: 9px; }
  .header-actions a:not(.button) { display: none; }
  .hero { height: 430px; background-position: center top; }
  .hero-copy { width: auto; padding: 96px 24px 0; }
  html[dir="rtl"] .hero-copy { padding: 96px 24px 0; }
  h1 { font-size: 44px; line-height: 1.02; }
  html[lang="zh-Hant"] h1, html[dir="rtl"] h1 { font-size: 38px; line-height: 1.14; }
  .hero-copy > p:not(.eyebrow) { width: min(310px, 86vw); font-size: 15px; line-height: 1.7; }
  .floating-panel { width: calc(100% - 28px); margin: -18px 14px 0; padding: 22px 18px; }
  .ritual-quiz, .section-heading, .final-cta, .site-footer { grid-template-columns: 1fr; gap: 20px; }
  .quiz-form, .contact-form { grid-template-columns: 1fr; }
  .quiz-form .button, .contact-form .button, .contact-form input:nth-of-type(2) { grid-column: auto; width: 100%; }
  .content-section, .dark-section, .final-cta { padding: 58px 18px; }
  .content-section.compact { padding-top: 44px; padding-bottom: 44px; }
  .section-heading { margin-bottom: 26px; }
  .ritual-quiz h2, .content-section h2, .dark-section h2 { font-size: 32px; }
  .ritual-quiz p, .section-heading p { font-size: 14px; }
  .pathway-grid, .step-grid, .member-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .image-grid { grid-template-columns: 1fr; gap: 16px; }
  .kit-grid { grid-template-columns: 1fr; }
  .gifting-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pathway-card, .step-card, .member-card { min-height: auto; padding: 22px 14px; }
  .image-card { min-height: auto; }
  .image-card img { height: 220px; }
  .kit-card img { height: 270px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .site-footer p, html[dir="rtl"] .site-footer p { text-align: left; }
}

/* Detail polish pass */
::selection { background: rgba(199, 154, 76, .32); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.main-nav a,
.header-actions > a,
.section-link,
.footer-columns a,
.kit-card a,
.button,
.lang-button { transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, opacity .22s ease; }
.main-nav a:hover,
.header-actions > a:hover,
.footer-columns a:hover { color: #f4d8a9; }
.button:hover,
.kit-card a:hover,
.lang-button:hover { transform: translateY(-1px); }
.button-gold:hover,
.lang-button.is-active:hover { background: #d5a85a; }
.button-ghost:hover { border-color: rgba(248, 234, 214, .76); background: rgba(255, 248, 232, .1); }
.section-link:hover { color: #7b4d1e; }

.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(180deg, transparent, rgba(20, 12, 8, .38)); pointer-events: none; }
.hero-copy { text-shadow: 0 2px 24px rgba(0, 0, 0, .28); }
.hero-actions { flex-wrap: wrap; }

.floating-panel { backdrop-filter: blur(14px); }
.quiz-form label { min-width: 0; }
select, input { border-radius: 2px; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
select:hover, input:hover { border-color: rgba(127, 78, 38, .32); }
select:focus, input:focus { outline: 0; border-color: rgba(199, 154, 76, .7); box-shadow: 0 0 0 3px rgba(199, 154, 76, .14); background: #fffaf0; }
input::placeholder { color: rgba(81, 56, 42, .48); }

.pathway-card,
.step-card,
.image-card,
.kit-card,
.member-card,
.gifting-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease; }
.pathway-card:hover,
.step-card:hover,
.image-card:hover,
.kit-card:hover,
.member-card:hover { transform: translateY(-4px); border-color: rgba(199, 154, 76, .32); box-shadow: 0 18px 38px rgba(57, 36, 21, .1); background: rgba(255, 253, 248, .94); }
.gifting-card:hover { transform: translateY(-4px); border-color: rgba(233, 202, 132, .42); background: rgba(255, 248, 232, .075); }
.pathway-card span,
.step-card span,
.gifting-card span { transition: transform .28s ease, border-color .28s ease, background .28s ease; }
.pathway-card:hover span,
.step-card:hover span,
.gifting-card:hover span { transform: scale(1.04); border-color: rgba(199, 154, 76, .42); }
.image-card img,
.kit-card img { transition: transform .5s ease, filter .5s ease; }
.image-card:hover img,
.kit-card:hover img { transform: scale(1.035); filter: saturate(1.04) contrast(1.02); }
.image-card,
.kit-card { isolation: isolate; }
.image-card img,
.kit-card img { transform-origin: center; }

.pathway-card p,
.step-card p,
.member-card p { max-width: 24ch; margin-left: auto; margin-right: auto; }
.image-card p,
.kit-card p { max-width: 34ch; }
.dark-section .eyebrow { color: rgba(233, 202, 132, .86); }
.dark-section .section-link { color: var(--gold-soft); }
.dark-section .section-link:hover { color: #ffe4a8; }
.final-cta { position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 30%, rgba(233, 202, 132, .16), transparent 30%); pointer-events: none; }
.final-cta > * { position: relative; z-index: 1; }
.contact-form { padding: 18px; border: 1px solid rgba(248, 234, 214, .18); background: rgba(25, 14, 9, .28); backdrop-filter: blur(10px); }
.contact-form select,
.contact-form input { background: rgba(255, 250, 242, .94); }

html[lang="zh-Hant"] .main-nav,
html[lang="zh-Hant"] .header-actions,
html[lang="zh-Hant"] .quiz-form label span,
html[lang="zh-Hant"] .footer-columns strong { letter-spacing: .04em; }
html[lang="zh-Hant"] .pathway-card p,
html[lang="zh-Hant"] .step-card p,
html[lang="zh-Hant"] .member-card p { max-width: 12em; }
html[lang="zh-Hant"] .image-card p,
html[lang="zh-Hant"] .kit-card p { max-width: 18em; }

html[dir="rtl"] .section-link,
html[dir="rtl"] .button,
html[dir="rtl"] .tag,
html[dir="rtl"] .footer-columns strong { letter-spacing: 0; }
html[dir="rtl"] .pathway-card p,
html[dir="rtl"] .step-card p,
html[dir="rtl"] .member-card p { max-width: 16em; }
html[dir="rtl"] .kit-card a { align-self: end; }
html[dir="rtl"] .contact-form { direction: rtl; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 170px 1fr 230px; }
  .main-nav { gap: 18px; font-size: 11px; }
  .hero-copy { width: min(590px, 52vw); }
  .ritual-quiz { grid-template-columns: 1fr; align-items: start; }
  .quiz-form .button { grid-column: 2 / 4; }
  .gifting-grid { grid-template-columns: repeat(3, 1fr); }
  .member-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .brand { font-size: 21px; }
  .brand span { font-size: 9px; }
  .button:hover,
  .kit-card a:hover,
  .lang-button:hover,
  .pathway-card:hover,
  .step-card:hover,
  .image-card:hover,
  .kit-card:hover,
  .member-card:hover,
  .gifting-card:hover { transform: none; }
  .hero::after { height: 48%; }
  .hero-actions .button { min-width: 132px; }
  .quiz-form label span { font-size: 10px; }
  select, input { height: 44px; }
  .pathway-card h3,
  .step-card h3,
  .member-card h3 { font-size: 20px; }
  .pathway-card p,
  .step-card p,
  .member-card p,
  .image-card p,
  .kit-card p,
  .gifting-card p { font-size: 13px; line-height: 1.5; }
  .image-card div,
  .kit-card div { padding: 18px; }
  .contact-form { padding: 14px; }
}

/* Typography and optical alignment refinement */
.section-heading {
  grid-template-columns: minmax(320px, 520px) minmax(360px, 600px);
  justify-content: center;
  align-items: center;
  column-gap: clamp(48px, 7vw, 120px);
}

.section-heading > p {
  justify-self: start;
  align-self: center;
  max-width: 600px;
  padding-top: 0;
  text-wrap: balance;
}

html[lang="zh-Hant"] body {
  font-family: var(--zh-serif);
  font-weight: 400;
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] .eyebrow {
  font-family: var(--zh-serif);
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2 {
  font-weight: 400;
  letter-spacing: -0.015em;
}

html[lang="zh-Hant"] .section-heading h2,
html[lang="zh-Hant"] .ritual-quiz h2,
html[lang="zh-Hant"] .dark-section h2 {
  line-height: 1.08;
}

html[lang="zh-Hant"] .section-heading p,
html[lang="zh-Hant"] .ritual-quiz p,
html[lang="zh-Hant"] .member-card p,
html[lang="zh-Hant"] .pathway-card p,
html[lang="zh-Hant"] .step-card p,
html[lang="zh-Hant"] .image-card p,
html[lang="zh-Hant"] .kit-card p,
html[lang="zh-Hant"] .gifting-card p,
html[lang="zh-Hant"] .journal-card p {
  font-family: var(--zh-serif);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.72;
}

html[lang="zh-Hant"] .member-card h3,
html[lang="zh-Hant"] .pathway-card h3,
html[lang="zh-Hant"] .step-card h3,
html[lang="zh-Hant"] .image-card h3,
html[lang="zh-Hant"] .kit-card h3,
html[lang="zh-Hant"] .gifting-card h3,
html[lang="zh-Hant"] .journal-card h3 {
  font-family: var(--zh-serif);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.28;
}

html[lang="zh-Hant"] .member-card h3 {
  font-size: clamp(22px, 1.45vw, 28px);
}

html[lang="zh-Hant"] .pathway-card h3,
html[lang="zh-Hant"] .step-card h3 {
  font-size: clamp(22px, 1.55vw, 30px);
}

.member-card,
.pathway-card,
.step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.member-card {
  min-height: 164px;
  padding: 28px 22px;
}

.member-card h3,
.pathway-card h3,
.step-card h3 {
  margin-bottom: 10px;
}

.member-card p,
.pathway-card p,
.step-card p {
  margin-inline: auto;
}

@media (max-width: 980px) {
  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
    justify-content: start;
    row-gap: 18px;
  }

  .section-heading > p {
    justify-self: start;
    max-width: 680px;
  }
}

/* Prevent awkward Chinese CTA title wrapping */
html[lang="zh-Hant"] .dark-section .section-heading {
  grid-template-columns: minmax(420px, 640px) minmax(360px, 600px);
}

html[lang="zh-Hant"] .dark-section h2 {
  max-width: 640px;
  font-size: clamp(40px, 3vw, 48px);
  letter-spacing: -0.025em;
}

@media (max-width: 980px) {
  html[lang="zh-Hant"] .dark-section .section-heading {
    grid-template-columns: 1fr;
  }
}

/* Balanced Chinese final CTA headline */
html[lang="zh-Hant"] .final-cta h2 {
  max-width: 470px;
  font-size: clamp(42px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

/* Replace harsh stacked-image cards with calm single-image editorial cards */
.image-grid {
  align-items: stretch;
}

.image-card {
  background: rgba(255, 250, 242, 0.68);
  overflow: hidden;
}

.image-card img {
  height: clamp(220px, 19vw, 310px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) contrast(1.04) brightness(0.9);
}

.image-card div {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-card:nth-child(2) img,
.image-card:nth-child(4) img {
  height: clamp(260px, 22vw, 360px);
}

.image-card:nth-child(2) {
  margin-top: clamp(22px, 3vw, 44px);
}

.image-card:nth-child(3) {
  margin-top: clamp(8px, 1.5vw, 22px);
}

.image-card:nth-child(4) {
  margin-top: clamp(34px, 4vw, 64px);
}

@media (max-width: 980px) {
  .image-card:nth-child(n) {
    margin-top: 0;
  }

  .image-card img,
  .image-card:nth-child(2) img,
  .image-card:nth-child(4) img {
    height: 240px;
  }
}

/* Product-object cards should display as objects, not cropped atmosphere photos */
.kit-card img {
  background: #f7efe4;
  object-fit: contain;
  padding: clamp(14px, 1.8vw, 26px);
  filter: saturate(0.96) contrast(1.02) brightness(0.98);
}

.kit-card:first-child img {
  background: #f6f0e8;
  object-position: center top;
}

/* Keep product cards object-led while allowing the final card to act as atmosphere */
.kit-card:nth-child(2) img {
  background: #fbf5ec;
}

.kit-card:nth-child(3) img {
  object-fit: cover;
  padding: 0;
  background: #1e130d;
}

.kit-card:first-child img {
  object-position: center;
}

/* Remove product-screenshot feeling: cards use either a clean object or full-bleed scene */
.kit-card:nth-child(2) img,
.kit-card:nth-child(3) img {
  object-fit: cover;
  padding: 0;
  background: #24150e;
}

.kit-card div {
  min-height: 230px;
}

/* Craft strip: separate material/packaging assets instead of collage-style product cards */
.craft-section {
  padding-top: clamp(56px, 5vw, 86px);
}

.craft-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .9fr .9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.craft-card {
  min-height: 310px;
  display: grid;
  grid-template-rows: 190px 1fr;
  overflow: hidden;
  background: rgba(255, 250, 242, .72);
  border: 1px solid var(--line);
}

.craft-card:first-child,
.craft-card:last-child {
  grid-template-rows: 235px 1fr;
}

.craft-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f6eee3;
  filter: saturate(.94) contrast(1.02) brightness(.98);
}

.craft-card div {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.craft-card h3 {
  margin-bottom: 8px;
  font-size: clamp(21px, 1.45vw, 26px);
  line-height: 1.14;
}

.craft-card p {
  margin-inline: auto;
  max-width: 24ch;
}

@media (max-width: 980px) {
  .craft-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .craft-grid {
    grid-template-columns: 1fr;
  }
}

/* Secondary pages: editable editorial architecture */
.secondary-shell {
  background: #f8f0e4;
}

.secondary-hero {
  min-height: clamp(610px, 72vh, 820px);
  position: relative;
  display: grid;
  align-items: center;
  color: #f8ead6;
  background: var(--secondary-hero-image) center / cover no-repeat;
  overflow: hidden;
}

.secondary-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(210, 156, 72, .22), transparent 32%),
    linear-gradient(90deg, rgba(19, 10, 7, .90) 0%, rgba(30, 17, 10, .72) 42%, rgba(30, 17, 10, .18) 100%);
}

.secondary-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(180deg, transparent, rgba(26, 14, 9, .62));
}

.secondary-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 52vw);
  padding: clamp(86px, 9vw, 150px) 0 clamp(84px, 9vw, 150px) clamp(48px, 7vw, 110px);
}

.secondary-hero-copy h1 {
  max-width: 9.6ch;
  font-size: clamp(64px, 6.2vw, 106px);
  line-height: .92;
  letter-spacing: -.045em;
}

.secondary-hero-copy > p:not(.eyebrow) {
  width: min(560px, 42vw);
  margin: 26px 0 34px;
  color: rgba(248, 234, 214, .78);
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.65;
}

.secondary-panel {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: clamp(22px, 3vw, 42px);
  align-items: end;
}

.secondary-panel h2,
.secondary-section h2,
.secondary-feature h2 {
  font-size: clamp(38px, 3.8vw, 66px);
  line-height: .95;
  letter-spacing: -.026em;
}

.secondary-panel p,
.secondary-section .section-heading p,
.secondary-feature p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.secondary-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.secondary-form label span {
  display: block;
  margin-bottom: 7px;
  color: #a8712e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.secondary-form .button {
  grid-column: 2 / 4;
  justify-self: center;
  min-width: 170px;
}

.secondary-feature {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(78px, 7.5vw, 126px) clamp(28px, 5vw, 70px);
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 0;
  align-items: stretch;
}

.feature-image {
  min-height: 560px;
  overflow: hidden;
  background: #22140d;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92) contrast(1.03) brightness(.94);
}

.feature-copy {
  padding: clamp(44px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fffaf2;
  border: 1px solid var(--line);
  border-left: 0;
}

.feature-copy h2 {
  margin: 8px 0 20px;
}

.secondary-section {
  padding: clamp(76px, 7vw, 120px) clamp(28px, 5vw, 70px);
  border-bottom: 1px solid rgba(80, 51, 31, .1);
}

.secondary-section .section-heading {
  margin-bottom: clamp(34px, 4vw, 58px);
}

.secondary-cards,
.secondary-products,
.secondary-materials,
.secondary-scenarios,
.secondary-articles,
.secondary-steps {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.secondary-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.secondary-image-card,
.secondary-product,
.material-card,
.scenario-card,
.article-card,
.secondary-step,
.secondary-feature-card {
  background: rgba(255, 250, 242, .76);
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(68, 42, 24, .06);
}

.secondary-image-card {
  min-height: 520px;
  display: grid;
  grid-template-rows: 300px 1fr;
  overflow: hidden;
}

.secondary-image-card img,
.secondary-product img,
.material-card img,
.scenario-card img,
.article-card img,
.secondary-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.02) brightness(.98);
}

.secondary-image-card div,
.secondary-product div,
.material-card div,
.scenario-card div,
.article-card div,
.secondary-feature-card div {
  padding: clamp(22px, 2.4vw, 34px);
}

.secondary-image-card h3,
.secondary-product h3,
.material-card h3,
.scenario-card h3,
.article-card h3,
.secondary-step h3,
.secondary-feature-card h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
}

.secondary-image-card p,
.secondary-product p,
.material-card p,
.scenario-card p,
.article-card p,
.secondary-step p,
.secondary-feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.secondary-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: ritual-step;
}

.secondary-step {
  min-height: 228px;
  padding: 30px 24px;
  position: relative;
}

.secondary-step::before {
  counter-increment: ritual-step;
  content: counter(ritual-step, decimal-leading-zero);
  display: block;
  margin-bottom: 34px;
  color: rgba(199, 154, 76, .74);
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
}

.secondary-tabs {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.secondary-tabs span {
  padding: 16px 22px;
  background: #fffaf2;
  border: 1px solid var(--line);
  color: #6f513d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
}

.secondary-products,
.secondary-materials {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.secondary-product {
  min-height: 500px;
  display: grid;
  grid-template-rows: 290px 1fr;
  overflow: hidden;
}

.secondary-feature-card {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  overflow: hidden;
  background: #1a100b;
  color: #f8ead6;
}

.secondary-feature-card img {
  min-height: 520px;
  filter: saturate(.9) contrast(1.04) brightness(.82);
}

.secondary-feature-card div {
  align-self: center;
}

.secondary-feature-card p {
  color: rgba(248, 234, 214, .68);
}

.secondary-materials {
  align-items: stretch;
}

.material-card {
  min-height: 430px;
  display: grid;
  grid-template-rows: 250px 1fr;
  overflow: hidden;
}

.secondary-scenarios {
  grid-template-columns: 1.15fr .85fr 1fr;
}

.scenario-card {
  min-height: 470px;
  display: grid;
  grid-template-rows: 290px 1fr;
  overflow: hidden;
}

.secondary-articles {
  grid-template-columns: 1.1fr .9fr .9fr;
}

.article-card {
  display: grid;
  grid-template-rows: 320px 1fr;
  min-height: 520px;
  overflow: hidden;
}

.article-card:first-child {
  grid-row: span 2;
  grid-template-rows: 500px 1fr;
}

.secondary-quote {
  padding: clamp(78px, 8vw, 130px) clamp(28px, 6vw, 90px);
  text-align: center;
  color: #fff1dc;
  background:
    radial-gradient(circle at 50% 0%, rgba(199, 154, 76, .18), transparent 35%),
    linear-gradient(135deg, #170e09, #2c1a11);
}

.secondary-quote blockquote {
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(36px, 4.2vw, 74px);
  line-height: 1.02;
  letter-spacing: -.03em;
}

.secondary-quote cite {
  display: block;
  margin-top: 22px;
  color: var(--gold-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.secondary-footer {
  grid-template-columns: 220px 1fr;
}

.secondary-footer p {
  justify-self: end;
}

html[dir="rtl"] .secondary-hero::before {
  background:
    radial-gradient(circle at 26% 18%, rgba(210, 156, 72, .22), transparent 32%),
    linear-gradient(270deg, rgba(19, 10, 7, .90) 0%, rgba(30, 17, 10, .72) 42%, rgba(30, 17, 10, .18) 100%);
}

html[dir="rtl"] .secondary-hero-copy {
  margin-left: 0;
  margin-right: auto;
  padding: clamp(86px, 9vw, 150px) clamp(48px, 7vw, 110px) clamp(84px, 9vw, 150px) 0;
  text-align: right;
}

html[dir="rtl"] .secondary-hero-copy h1 {
  margin-right: 0;
  margin-left: auto;
  max-width: 10.5ch;
  font-size: clamp(58px, 5.8vw, 94px);
  line-height: 1.04;
  letter-spacing: 0;
}

html[dir="rtl"] .secondary-hero-copy > p:not(.eyebrow) {
  margin-right: 0;
  margin-left: auto;
  line-height: 1.85;
}

html[dir="rtl"] .secondary-panel,
html[dir="rtl"] .secondary-feature,
html[dir="rtl"] .secondary-section .section-heading,
html[dir="rtl"] .secondary-feature-card,
html[dir="rtl"] .secondary-footer {
  direction: rtl;
}

html[dir="rtl"] .feature-copy {
  border-left: 1px solid var(--line);
  border-right: 0;
  text-align: right;
}

html[dir="rtl"] .secondary-section .section-heading,
html[dir="rtl"] .secondary-image-card div,
html[dir="rtl"] .secondary-product div,
html[dir="rtl"] .material-card div,
html[dir="rtl"] .scenario-card div,
html[dir="rtl"] .article-card div,
html[dir="rtl"] .secondary-step,
html[dir="rtl"] .secondary-feature-card div {
  text-align: right;
}

html[dir="rtl"] .secondary-tabs {
  direction: rtl;
  justify-content: flex-start;
}

html[dir="rtl"] .secondary-quote blockquote {
  font-family: var(--ar-serif);
  letter-spacing: 0;
  line-height: 1.2;
}

html[lang="zh-Hant"] .secondary-hero-copy h1,
html[lang="zh-Hant"] .secondary-panel h2,
html[lang="zh-Hant"] .secondary-section h2,
html[lang="zh-Hant"] .secondary-feature h2,
html[lang="zh-Hant"] .secondary-quote blockquote {
  font-family: var(--zh-serif);
  letter-spacing: -.01em;
  line-height: 1.12;
}

@media (max-width: 1100px) {
  .secondary-panel,
  .secondary-feature,
  .secondary-feature-card,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .secondary-form,
  .secondary-cards,
  .secondary-products,
  .secondary-materials,
  .secondary-scenarios,
  .secondary-articles,
  .secondary-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-copy {
    border-left: 1px solid var(--line);
    border-top: 0;
  }

  .article-card:first-child {
    grid-row: auto;
    grid-template-rows: 320px 1fr;
  }
}

@media (max-width: 680px) {
  .secondary-hero {
    min-height: 680px;
    align-items: end;
  }

  .secondary-hero-copy,
  html[dir="rtl"] .secondary-hero-copy {
    width: auto;
    padding: 120px 20px 74px;
  }

  .secondary-hero-copy h1,
  html[dir="rtl"] .secondary-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(48px, 15vw, 68px);
  }

  .secondary-hero-copy > p:not(.eyebrow) {
    width: auto;
  }

  .floating-panel.secondary-panel {
    width: calc(100% - 28px);
    margin-top: -32px;
    padding: 24px 18px;
  }

  .secondary-form,
  .secondary-cards,
  .secondary-products,
  .secondary-materials,
  .secondary-scenarios,
  .secondary-articles,
  .secondary-steps {
    grid-template-columns: 1fr;
  }

  .secondary-form .button,
  .contact-form .button,
  .contact-form input:nth-of-type(2) {
    grid-column: auto;
    width: 100%;
  }

  .secondary-feature,
  .secondary-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .feature-image,
  .secondary-feature-card img {
    min-height: 340px;
  }

  .secondary-image-card,
  .secondary-product,
  .material-card,
  .scenario-card,
  .article-card,
  .article-card:first-child {
    min-height: auto;
    grid-template-rows: 240px 1fr;
  }

  .secondary-footer {
    grid-template-columns: 1fr;
  }

  .secondary-footer p,
  html[dir="rtl"] .secondary-footer p {
    justify-self: start;
    text-align: start;
  }
}

.scenario-text-card {
  min-height: 260px;
  grid-template-rows: auto 1fr;
  padding: 28px 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .88), rgba(245, 235, 220, .62)),
    radial-gradient(circle at 12% 12%, rgba(199, 154, 76, .14), transparent 34%);
}

.scenario-text-card > span {
  display: block;
  margin-bottom: 40px;
  color: rgba(199, 154, 76, .78);
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1;
}

html[dir="rtl"] .scenario-text-card > span {
  font-family: var(--ar-serif);
}

.secondary-section.is-feature .section-heading {
  max-width: 1320px;
  grid-template-columns: minmax(320px, 430px) minmax(440px, 620px);
}

.secondary-section.is-feature .secondary-feature {
  padding: 0;
}

.secondary-section.is-feature .secondary-feature-card {
  grid-template-columns: 1.12fr .88fr;
  min-height: 430px;
}

.secondary-section.is-feature .secondary-feature-card img {
  min-height: 430px;
}

@media (max-width: 1100px) {
  .secondary-section.is-feature .secondary-feature-card {
    grid-template-columns: 1fr;
  }
}

.secondary-lists {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.list-card {
  min-height: 310px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 22px 0 0 !important;
}

.chip-list span {
  padding: 9px 12px;
  border: 1px solid rgba(113, 81, 58, .16);
  background: rgba(255, 250, 242, .72);
  color: #6f513d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

html[dir="rtl"] .chip-list {
  justify-content: flex-start;
}

@media (max-width: 1100px) {
  .secondary-lists {
    grid-template-columns: 1fr;
  }
}

/* Detail polish: CJK/RTL typography and dense editable pages */
html[lang="zh-Hant"] body {
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-variant-east-asian: proportional-width;
}

html[lang="zh-Hant"] .secondary-hero-copy {
  width: min(900px, 64vw);
}

html[lang="zh-Hant"] .secondary-hero-copy h1 {
  max-width: 8.6em;
  font-size: clamp(44px, 4vw, 68px);
  line-height: 1.24;
  letter-spacing: .01em;
  text-wrap: balance;
}

html[lang="zh-Hant"] .secondary-hero-copy > p:not(.eyebrow) {
  width: min(650px, 48vw);
  max-width: 34em;
  line-height: 1.82;
}

html[lang="zh-Hant"] .secondary-panel {
  grid-template-columns: minmax(420px, .9fr) 1.1fr;
  align-items: center;
}

html[lang="zh-Hant"] .secondary-panel h2,
html[lang="zh-Hant"] .secondary-section h2,
html[lang="zh-Hant"] .secondary-feature h2 {
  font-size: clamp(28px, 2.45vw, 42px);
  line-height: 1.32;
  letter-spacing: .01em;
  text-wrap: balance;
  overflow-wrap: normal;
}

html[lang="zh-Hant"] .feature-copy h2,
html[lang="zh-Hant"] .secondary-feature-card h3 {
  font-size: clamp(26px, 2.25vw, 38px);
  line-height: 1.3;
}

html[lang="zh-Hant"] .secondary-image-card h3,
html[lang="zh-Hant"] .secondary-product h3,
html[lang="zh-Hant"] .material-card h3,
html[lang="zh-Hant"] .scenario-card h3,
html[lang="zh-Hant"] .article-card h3,
html[lang="zh-Hant"] .secondary-step h3 {
  font-size: clamp(20px, 1.38vw, 26px);
  line-height: 1.34;
  letter-spacing: .01em;
}

html[lang="zh-Hant"] .secondary-panel p,
html[lang="zh-Hant"] .secondary-section .section-heading p,
html[lang="zh-Hant"] .secondary-feature p,
html[lang="zh-Hant"] .secondary-image-card p,
html[lang="zh-Hant"] .secondary-product p,
html[lang="zh-Hant"] .material-card p,
html[lang="zh-Hant"] .scenario-card p,
html[lang="zh-Hant"] .article-card p,
html[lang="zh-Hant"] .secondary-step p {
  line-height: 1.86;
}

.secondary-product,
.material-card,
.article-card {
  background: rgba(255, 250, 242, .82);
}

.secondary-product img,
.material-card img,
.article-card img {
  aspect-ratio: 1.28 / 1;
}

.secondary-form select,
.contact-form select,
.contact-form input {
  min-height: 46px;
}

.lang-button,
.button,
.secondary-tabs span,
.chip-list span {
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.lang-button:hover,
.button:hover,
.secondary-tabs span:hover,
.chip-list span:hover {
  transform: translateY(-1px);
}

html[dir="rtl"] .secondary-panel h2,
html[dir="rtl"] .secondary-section h2,
html[dir="rtl"] .secondary-feature h2,
html[dir="rtl"] .secondary-image-card h3,
html[dir="rtl"] .secondary-product h3,
html[dir="rtl"] .material-card h3,
html[dir="rtl"] .scenario-card h3,
html[dir="rtl"] .article-card h3,
html[dir="rtl"] .secondary-step h3 {
  line-height: 1.26;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  html[lang="zh-Hant"] .secondary-panel {
    grid-template-columns: 1fr;
  }

  html[lang="zh-Hant"] .secondary-hero-copy,
  html[lang="zh-Hant"] .secondary-hero-copy > p:not(.eyebrow) {
    width: auto;
  }
}

@media (max-width: 680px) {
  html[lang="zh-Hant"] .secondary-hero-copy h1 {
    max-width: 9.5em;
    font-size: clamp(42px, 12vw, 60px);
  }

  html[lang="zh-Hant"] .secondary-panel h2,
  html[lang="zh-Hant"] .secondary-section h2,
  html[lang="zh-Hant"] .secondary-feature h2 {
    font-size: clamp(30px, 9vw, 42px);
  }
}

/* Font correction: use Alibaba PuHuiTi-style sans for readable Chinese/English UI */
html[lang="zh-Hant"] body,
html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3,
html[lang="zh-Hant"] .eyebrow,
html[lang="zh-Hant"] .button,
html[lang="zh-Hant"] .section-link,
html[lang="zh-Hant"] .tag,
html[lang="zh-Hant"] select,
html[lang="zh-Hant"] input {
  font-family: var(--zh-serif);
}

html[lang="zh-Hant"] h1,
html[lang="zh-Hant"] h2,
html[lang="zh-Hant"] h3 {
  font-weight: 500;
  letter-spacing: .01em;
}

html[lang="zh-Hant"] .secondary-hero-copy h1 {
  max-width: 10em;
  font-size: clamp(42px, 3.65vw, 62px);
  line-height: 1.28;
}

html[lang="zh-Hant"] .secondary-panel h2,
html[lang="zh-Hant"] .secondary-section h2,
html[lang="zh-Hant"] .secondary-feature h2 {
  font-size: clamp(28px, 2.15vw, 38px);
  line-height: 1.36;
}

html[lang="zh-Hant"] .secondary-panel {
  grid-template-columns: minmax(480px, .95fr) 1.05fr;
}

html[lang="zh-Hant"] .feature-copy h2,
html[lang="zh-Hant"] .secondary-feature-card h3 {
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.36;
}

html[lang="zh-Hant"] .secondary-image-card h3,
html[lang="zh-Hant"] .secondary-product h3,
html[lang="zh-Hant"] .material-card h3,
html[lang="zh-Hant"] .scenario-card h3,
html[lang="zh-Hant"] .article-card h3,
html[lang="zh-Hant"] .secondary-step h3 {
  font-size: clamp(20px, 1.28vw, 24px);
  line-height: 1.38;
}

html[lang="zh-Hant"] .brand {
  font-family: var(--serif);
}

@media (max-width: 1100px) {
  html[lang="zh-Hant"] .secondary-panel {
    grid-template-columns: 1fr;
  }
}

/* Home reference redesign: immersive Gulf ritual platform */
.home-ref-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(219, 185, 128, .2), transparent 34%),
    linear-gradient(180deg, #1a100b 0 620px, #f7efe4 620px 100%);
  color: #352216;
}

.home-ref-page .page-shell {
  width: min(100%, 1720px);
  background: #f7efe4;
  box-shadow: 0 30px 90px rgba(25, 14, 8, .2);
}

.home-ref-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 88px;
  padding: 0 clamp(28px, 4vw, 58px);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr);
  color: #f6eee2;
  background: linear-gradient(180deg, rgba(19, 11, 7, .58), transparent);
}

.home-ref-page .brand {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2vw, 33px);
  letter-spacing: -.04em;
  color: #f7efe2;
}

.home-ref-page .brand span { display: none; }
.home-ref-page .main-nav { gap: clamp(24px, 3vw, 48px); }
.home-ref-page .main-nav a,
.home-ref-page .header-actions > a:not(.button) { color: rgba(249, 239, 225, .88); }
.home-ref-page .main-nav a:hover { color: #fff8ea; }
.home-ref-page .header-actions { justify-content: end; gap: 14px; }

.home-ref-page .language-switch {
  height: 42px;
  border: 0;
  background: transparent;
  color: #f7efe2;
}

.home-ref-page .lang-button {
  height: 34px;
  min-width: 38px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(249, 239, 225, .8);
}
.home-ref-page .lang-button.is-active {
  border-color: rgba(249, 239, 225, .38);
  background: rgba(249, 239, 225, .12);
  color: #fffaf0;
}

.home-ref-page .whatsapp-link {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249, 239, 225, .55);
  border-radius: 999px;
  font-size: 22px;
}

.home-ref-page .button {
  min-height: 50px;
  border-radius: 16px;
  padding: 0 30px;
  font-weight: 500;
  letter-spacing: .01em;
}
.home-ref-page .button-gold {
  color: #2d1b11;
  background: #fff8ee;
  border-color: rgba(255, 248, 238, .94);
}
.home-ref-page .button-dark {
  color: #fff7e9;
  background: #382312;
  border-color: #382312;
}
.home-ref-page .button-ghost {
  color: #fff4e4;
  background: rgba(255, 248, 236, .04);
  border-color: rgba(255, 248, 236, .48);
}
.home-ref-page .button-ghost-light {
  color: #3a2618;
  border: 1px solid rgba(68, 42, 24, .2);
  background: rgba(255, 250, 242, .62);
}

.home-ref-page .hero {
  height: min(86vh, 860px);
  min-height: 720px;
  background-image:
    linear-gradient(90deg, rgba(18, 10, 6, .88) 0%, rgba(18, 10, 6, .58) 35%, rgba(18, 10, 6, .1) 68%, rgba(18, 10, 6, .25) 100%),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}
.home-ref-page .hero::after {
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(17, 10, 6, .44));
}
.home-ref-page .hero-copy {
  width: min(760px, 58vw);
  padding: clamp(190px, 24vh, 270px) 0 0 clamp(44px, 5vw, 86px);
  color: #f8efe1;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .45);
}
.home-ref-page .hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(60px, 7.2vw, 112px);
  line-height: .98;
  letter-spacing: -.055em;
  margin: 0 0 28px;
  max-width: 780px;
}
.home-ref-page .hero-copy > p:not(.eyebrow) {
  width: min(590px, 45vw);
  color: rgba(250, 240, 225, .84);
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.8;
  letter-spacing: .08em;
}
.home-ref-page .eyebrow {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(195, 151, 88, .92);
}
.home-ref-page .hero-actions { gap: 12px; margin-top: 42px; }

.home-ref-page .floating-panel {
  position: relative;
  z-index: 10;
  width: calc(100% - clamp(54px, 7vw, 112px));
  max-width: 1580px;
  margin: -62px auto 0;
  border-radius: 22px;
  border: 1px solid rgba(94, 61, 35, .2);
  background: rgba(255, 250, 241, .92);
  box-shadow: 0 24px 60px rgba(47, 29, 16, .16);
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(520px, 1.8fr);
  align-items: center;
  gap: 32px;
  padding: 30px clamp(28px, 3vw, 56px);
}
.home-ref-page .ritual-quiz h2 {
  font-family: var(--serif);
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.05;
  margin-bottom: 8px;
}
.home-ref-page .ritual-quiz p { max-width: 54ch; color: #806a57; }
.home-ref-page .quiz-pills {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.home-ref-page .quiz-pills a:not(.button) {
  min-width: 140px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(74, 45, 25, .18);
  border-radius: 999px;
  color: #5e432f;
  background: rgba(255, 253, 248, .5);
}

.home-ref-page .content-section,
.home-ref-page .dark-section,
.home-ref-page .final-cta {
  padding-left: clamp(28px, 4vw, 58px);
  padding-right: clamp(28px, 4vw, 58px);
}
.home-ref-page .content-section { padding-top: 56px; padding-bottom: 24px; }
.home-ref-page .content-section.compact { padding-top: 18px; padding-bottom: 18px; }
.home-ref-page .home-heading {
  max-width: 1540px;
  margin-inline: auto;
  grid-template-columns: minmax(360px, 580px) minmax(360px, 650px);
  justify-content: space-between;
  margin-bottom: 28px;
}
.home-ref-page .home-heading h2,
.home-ref-page .scent-band h2,
.home-ref-page .object-copy h2,
.home-ref-page .gulf-band h2,
.home-ref-page .quiet-circle h2,
.home-ref-page .final-cta h2 {
  font-family: var(--serif);
  font-size: clamp(36px, 3.7vw, 62px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.home-ref-page .home-heading > p { color: #846f5d; font-size: 18px; line-height: 1.75; }

.ritual-card-row {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(86, 53, 30, .16);
  border-radius: 24px;
  background: rgba(255, 250, 241, .74);
}
.ritual-card {
  position: relative;
  height: clamp(250px, 24vw, 390px);
  border-radius: 16px;
  overflow: hidden;
  background: #25170e;
  isolation: isolate;
}
.ritual-card img,
.journal-strip img,
.gulf-cards img,
.home-product-card img,
.object-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ritual-card img { filter: saturate(.88) contrast(1.08) brightness(.82); }
.ritual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(18, 10, 6, .88));
  z-index: 1;
}
.ritual-card div {
  position: absolute;
  inset: auto 20px 18px;
  z-index: 2;
  color: #fff4e5;
}
.ritual-card h3 {
  font-family: var(--serif);
  font-size: clamp(25px, 2.2vw, 38px);
  line-height: 1;
  margin-bottom: 8px;
}
.ritual-card p { color: rgba(255, 244, 229, .74); font-size: 14px; line-height: 1.55; }

.scent-band,
.object-band,
.gulf-band,
.journal-strip,
.quiet-circle {
  max-width: 1540px;
  margin: 0 auto;
  border: 1px solid rgba(86, 53, 30, .16);
  border-radius: 24px;
  background: rgba(255, 250, 241, .78);
  overflow: hidden;
}
.scent-band {
  position: relative;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 250px;
  padding: clamp(28px, 3vw, 48px);
  background:
    linear-gradient(90deg, rgba(248, 239, 226, .98), rgba(248, 239, 226, .86)),
    url('assets/generated/scents-sheet.png') center / cover no-repeat;
}
.scent-band-copy h2 { margin-bottom: 14px; }
.scent-band-copy p { color: #7d6655; }
.ingredient-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(86px, 1fr));
  gap: 12px;
}
.ingredient-list article {
  min-height: 102px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 252, 246, .52);
  border: 1px solid rgba(77, 48, 29, .1);
  padding: 14px 10px;
}
.ingredient-list strong { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.ingredient-list span { margin-top: 6px; color: #826a57; font-size: 13px; }

.object-band {
  min-height: 310px;
  display: grid;
  grid-template-columns: 1.2fr .9fr 310px;
  align-items: stretch;
  background: linear-gradient(90deg, #2a180d, #452b18);
  color: #fff4e4;
}
.object-image { min-height: 310px; overflow: hidden; }
.object-image img { filter: saturate(.9) contrast(1.05) brightness(.82); }
.object-copy { padding: clamp(30px, 4vw, 58px); align-self: center; }
.object-copy p:not(.eyebrow) { color: rgba(255, 244, 228, .74); line-height: 1.75; }
.object-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
}
.object-links a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 239, 214, .24);
  color: #fff4e4;
}
.object-links small { grid-column: 1 / -1; color: rgba(255, 244, 228, .62); }

.home-product-grid {
  max-width: 1540px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.home-product-card {
  border-radius: 22px;
  border: 1px solid rgba(86, 53, 30, .15);
  background: rgba(255, 250, 241, .8);
  overflow: hidden;
}
.home-product-card img {
  height: 310px;
  object-fit: contain;
  padding: 24px;
  background: #efe2d2;
}
.home-product-card div { padding: 24px 26px 28px; }
.home-product-card h3 { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.home-product-card p { color: #806a57; }
.home-product-card a { color: #5b351b; border-bottom: 1px solid rgba(91, 53, 27, .28); }

.gulf-band {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 22px;
  padding: 30px;
  background: linear-gradient(90deg, #28160b, #4a2e18);
  color: #fff2df;
}
.gulf-band > div:first-child { align-self: center; }
.gulf-band p { color: rgba(255, 242, 223, .72); }
.gulf-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gulf-cards article {
  position: relative;
  min-height: 180px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 239, 214, .28);
}
.gulf-cards img { filter: saturate(.86) contrast(1.04) brightness(.74); }
.gulf-cards span,
.gulf-cards p {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 1;
}
.gulf-cards span { bottom: 48px; font-family: var(--serif); font-size: 26px; }
.gulf-cards p { bottom: 18px; margin: 0; font-size: 13px; }

.home-ref-page .dark-section {
  max-width: none;
  margin: 28px 0 0;
  padding-top: 56px;
  padding-bottom: 64px;
  background: #1e120b;
}
.home-ref-page .dark-section .home-heading,
.home-ref-page .dark-section .gifting-grid { max-width: 1540px; }
.home-ref-page .dark-section .home-heading h2,
.home-ref-page .dark-section .home-heading p { color: #fff2df; }
.home-ref-page .gifting-grid { margin: 0 auto; }

.journal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 210px;
  gap: 14px;
  padding: 18px;
}
.journal-strip > a:not(.button) {
  position: relative;
  min-height: 210px;
  border-radius: 16px;
  overflow: hidden;
  background: #27170e;
  color: inherit;
  text-decoration: none;
}
.journal-strip img { filter: saturate(.88) brightness(.76); }
.journal-strip > a:not(.button) div {
  position: absolute;
  inset: auto 18px 16px;
  color: #fff2df;
}
.journal-strip h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.journal-strip p { color: rgba(255, 242, 223, .72); margin: 5px 0 0; }
.journal-strip > .button { align-self: center; justify-self: center; color: #4a2d18; }

.quiet-circle {
  display: grid;
  grid-template-columns: 260px 1fr 360px;
  gap: 28px;
  align-items: center;
  padding: 30px 38px;
}
.quiet-circle p { color: #7f6754; }
.quiet-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quiet-items article {
  min-height: 98px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px solid rgba(86, 53, 30, .13);
  border-radius: 18px;
  padding: 14px;
}
.quiet-items strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.quiet-items span { color: #87705f; font-size: 13px; }
.quiet-circle form {
  display: grid;
  grid-template-columns: 1fr 54px;
  height: 60px;
  border: 1px solid rgba(86, 53, 30, .18);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 253, 248, .78);
}
.quiet-circle input { border: 0; background: transparent; padding: 0 24px; }
.quiet-circle button { border: 0; border-radius: 999px; margin: 6px; background: #3a2414; color: #fff3e4; font-size: 24px; }

.home-ref-page .final-cta {
  margin-top: 48px;
  background: linear-gradient(135deg, #25160d, #4b2c16);
}
.home-ref-page .site-footer {
  background: #f7efe4;
  color: #3b2618;
  border-top: 1px solid rgba(86, 53, 30, .12);
}
.home-ref-page .footer-columns a,
.home-ref-page .site-footer p { color: #806a57; }

html[dir="rtl"] .home-ref-page .hero-copy,
html[dir="rtl"] .hero-copy {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: clamp(44px, 5vw, 86px);
  text-align: right;
}
html[dir="rtl"] .home-ref-page .hero {
  background-image:
    linear-gradient(270deg, rgba(18, 10, 6, .88) 0%, rgba(18, 10, 6, .58) 35%, rgba(18, 10, 6, .1) 68%, rgba(18, 10, 6, .25) 100%),
    var(--hero-image);
}
html[dir="rtl"] .home-ref-page .site-header { direction: rtl; }
html[dir="rtl"] .home-ref-page .quiz-pills { justify-content: flex-start; }
html[dir="rtl"] .object-links a { grid-template-columns: auto 1fr; }
html[dir="rtl"] .object-links b { grid-column: 1; grid-row: 1; transform: rotate(180deg); }

html[lang="zh-Hant"] .home-ref-page .hero-copy h1,
html[lang="zh-Hant"] .home-ref-page .home-heading h2,
html[lang="zh-Hant"] .home-ref-page .scent-band h2,
html[lang="zh-Hant"] .home-ref-page .object-copy h2,
html[lang="zh-Hant"] .home-ref-page .gulf-band h2,
html[lang="zh-Hant"] .home-ref-page .quiet-circle h2,
html[lang="zh-Hant"] .home-ref-page .final-cta h2 {
  font-family: var(--zh-serif);
  letter-spacing: -.035em;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .home-ref-page .site-header { grid-template-columns: auto 1fr auto; }
  .home-ref-page .main-nav { display: none; }
  .ritual-card-row { grid-template-columns: repeat(3, 1fr); }
  .scent-band,
  .object-band,
  .gulf-band,
  .quiet-circle { grid-template-columns: 1fr; }
  .ingredient-list { grid-template-columns: repeat(3, 1fr); }
  .journal-strip { grid-template-columns: repeat(2, 1fr); }
  .journal-strip > .button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .home-ref-page .site-header { height: 72px; padding: 12px 16px; }
  .home-ref-page .header-actions .button { display: none; }
  .home-ref-page .hero { min-height: 640px; height: 72vh; background-position: 62% center; }
  .home-ref-page .hero-copy { width: auto; padding: 150px 22px 0; }
  .home-ref-page .hero-copy h1 { font-size: 48px; }
  .home-ref-page .hero-copy > p:not(.eyebrow) { width: auto; font-size: 15px; letter-spacing: .03em; }
  .home-ref-page .floating-panel { width: calc(100% - 28px); margin-top: -46px; grid-template-columns: 1fr; padding: 22px; }
  .home-ref-page .quiz-pills { justify-content: flex-start; }
  .home-ref-page .quiz-pills a:not(.button) { min-width: calc(50% - 8px); }
  .home-ref-page .home-heading { grid-template-columns: 1fr; }
  .ritual-card-row,
  .home-product-grid,
  .gulf-cards,
  .journal-strip,
  .quiet-items { grid-template-columns: 1fr; }
  .ingredient-list { grid-template-columns: repeat(2, 1fr); }
  .object-links { padding: 22px; }
  .home-product-card img { height: 260px; }
  .quiet-circle form { grid-template-columns: 1fr 52px; }
}

/* Ratio-matched image pass for the product and Gulf scene modules. */
.home-ref-page .home-product-card img {
  width: 100%;
  height: clamp(300px, 18vw, 370px);
  object-fit: cover;
  object-position: center;
  padding: 0;
  background: #24150e;
}

.home-ref-page .gulf-band {
  grid-template-columns: minmax(280px, .42fr) minmax(720px, 1fr);
  align-items: stretch;
}

.home-ref-page .gulf-band h2 {
  font-size: clamp(46px, 4.5vw, 82px);
  letter-spacing: -.055em;
}

.home-ref-page .gulf-cards {
  align-items: stretch;
}

.home-ref-page .gulf-cards article {
  min-height: clamp(430px, 36vw, 600px);
  background: #211208;
}

.home-ref-page .gulf-cards article::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 12, 6, 0) 42%, rgba(23, 12, 6, .78) 100%);
  pointer-events: none;
}

.home-ref-page .gulf-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.04) brightness(.72);
}

.home-ref-page .gulf-cards span,
.home-ref-page .gulf-cards p {
  z-index: 2;
}

@media (max-width: 1180px) {
  .home-ref-page .gulf-band { grid-template-columns: 1fr; }
  .home-ref-page .gulf-cards article { min-height: 420px; }
}

@media (max-width: 760px) {
  .home-ref-page .home-product-card img { height: 260px; }
  .home-ref-page .gulf-cards article { min-height: 390px; }
}

/* Secondary refactor: page-specific concept layouts */
.secondary-page-ritual .secondary-hero {
  min-height: clamp(690px, 78vh, 900px);
}

.secondary-page-ritual .secondary-hero::before {
  background:
    radial-gradient(circle at 72% 24%, rgba(232, 195, 127, .26), transparent 30%),
    radial-gradient(circle at 28% 68%, rgba(106, 65, 35, .34), transparent 36%),
    linear-gradient(90deg, rgba(18, 10, 7, .92) 0%, rgba(25, 14, 9, .66) 48%, rgba(25, 14, 9, .12) 100%);
}

.secondary-page-ritual .secondary-panel {
  border-radius: 34px 34px 120px 34px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 154, 76, .22), transparent 28%),
    rgba(255, 250, 242, .94);
}

.secondary-page-ritual .secondary-cards {
  grid-template-columns: 1.2fr .9fr .9fr;
  align-items: stretch;
}

.secondary-page-ritual .secondary-image-card {
  border-radius: 999px 999px 30px 30px;
  background: #21140d;
  color: #f8ead6;
}

.secondary-page-ritual .secondary-image-card:first-child {
  min-height: 620px;
}

.secondary-page-ritual .secondary-image-card img {
  filter: saturate(.82) contrast(1.06) brightness(.76);
}

.secondary-page-ritual .secondary-image-card p {
  color: rgba(248, 234, 214, .72);
}

.secondary-page-ritual .secondary-steps {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.secondary-page-ritual .secondary-step {
  min-height: 300px;
  padding-top: 48px;
  border-radius: 130px 130px 22px 22px;
  text-align: center;
}

.secondary-page-ritual .secondary-step::before {
  margin-bottom: 46px;
}

.secondary-page-journal .secondary-shell {
  background: #f6efe3;
}

.secondary-page-journal .secondary-hero {
  min-height: clamp(620px, 70vh, 820px);
}

.secondary-page-journal .secondary-hero::before {
  background:
    linear-gradient(90deg, rgba(25, 13, 8, .78) 0%, rgba(25, 13, 8, .42) 46%, rgba(25, 13, 8, .08) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.07) 0 1px, transparent 1px 140px);
}

.secondary-page-journal .secondary-panel {
  align-items: start;
  border-top: 3px solid #2b1a12;
  border-bottom: 1px solid rgba(43, 26, 18, .18);
  box-shadow: none;
}

.secondary-page-journal .secondary-feature {
  grid-template-columns: .82fr 1.18fr;
}

.secondary-page-journal .feature-copy {
  background: #fffdf6;
}

.secondary-page-journal .secondary-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(43, 26, 18, .18);
  border-left: 1px solid rgba(43, 26, 18, .18);
}

.secondary-page-journal .secondary-tabs span {
  padding: 22px 18px;
  border: 0;
  border-right: 1px solid rgba(43, 26, 18, .18);
  border-bottom: 1px solid rgba(43, 26, 18, .18);
  background: transparent;
}

.secondary-page-journal .secondary-articles {
  grid-template-columns: minmax(0, 1.28fr) repeat(2, minmax(0, .86fr));
  gap: 24px;
  align-items: start;
}

.secondary-page-journal .article-card {
  background: #fffdf6;
  border: 0;
  border-top: 2px solid #2b1a12;
  box-shadow: none;
}

.secondary-page-journal .article-card img {
  filter: grayscale(.13) sepia(.08) saturate(.86) contrast(1.04);
}

.secondary-page-journal .article-card:first-child {
  grid-row: span 2;
}

.secondary-page-collection .secondary-shell {
  background: #f4eadb;
}

.secondary-page-collection .secondary-hero::before {
  background:
    linear-gradient(90deg, rgba(18, 10, 7, .86) 0%, rgba(18, 10, 7, .52) 40%, rgba(18, 10, 7, .16) 100%),
    radial-gradient(circle at 82% 18%, rgba(199, 154, 76, .28), transparent 30%);
}

.secondary-page-collection .secondary-panel {
  border-radius: 0;
  background: #fffaf2;
}

.secondary-page-collection .secondary-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.secondary-page-collection .secondary-tabs span {
  min-height: 74px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #efe1cd;
}

.secondary-page-collection .secondary-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.secondary-page-collection .secondary-product {
  min-height: 450px;
  grid-template-rows: 260px 1fr;
  background: #fffaf2;
}

.secondary-page-collection .secondary-product img {
  object-fit: contain;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 44%, rgba(199, 154, 76, .16), transparent 36%),
    #23140d;
}

.secondary-page-collection .secondary-scenarios {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.secondary-page-collection .scenario-text-card {
  min-height: 330px;
  border-radius: 0 80px 0 0;
}

.secondary-page-custom .secondary-shell {
  background: #efe3d1;
}

.secondary-page-custom .secondary-hero::before {
  background:
    linear-gradient(90deg, rgba(20, 11, 7, .90) 0%, rgba(20, 11, 7, .64) 48%, rgba(20, 11, 7, .18) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.05) 0 1px, transparent 1px 96px);
}

.secondary-page-custom .secondary-panel {
  align-items: start;
  background: #1b120d;
  color: #f8ead6;
  border-color: rgba(255, 241, 220, .16);
}

.secondary-page-custom .secondary-panel p,
.secondary-page-custom .secondary-panel h2 {
  color: #f8ead6;
}

.secondary-page-custom .secondary-panel select {
  background: rgba(255, 250, 242, .08);
  border-color: rgba(255, 241, 220, .2);
  color: #f8ead6;
}

.secondary-page-custom .secondary-feature {
  grid-template-columns: .92fr 1.08fr;
}

.secondary-page-custom .feature-copy {
  background: #1b120d;
  color: #f8ead6;
  border-color: rgba(255, 241, 220, .14);
}

.secondary-page-custom .feature-copy p {
  color: rgba(248, 234, 214, .72);
}

.secondary-page-custom .secondary-section-scenarios .secondary-scenarios,
.secondary-page-custom .secondary-section-materials .secondary-materials {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.secondary-page-custom .scenario-text-card {
  min-height: 310px;
  background: #fffaf2;
  border-left: 5px solid #b07b38;
}

.secondary-page-custom .secondary-lists {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.secondary-page-custom .list-card {
  min-height: 360px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, .94), rgba(239, 225, 207, .74)),
    repeating-linear-gradient(0deg, rgba(80, 51, 31, .06) 0 1px, transparent 1px 34px);
}

.secondary-page-custom .material-card {
  min-height: 470px;
  grid-template-rows: 300px 1fr;
}

.secondary-page-custom .chip-list span {
  background: #1b120d;
  border-color: #1b120d;
  color: #f8ead6;
}

html[dir="rtl"] .secondary-page-ritual .secondary-hero::before,
html[dir="rtl"] .secondary-page-journal .secondary-hero::before,
html[dir="rtl"] .secondary-page-collection .secondary-hero::before,
html[dir="rtl"] .secondary-page-custom .secondary-hero::before {
  transform: scaleX(-1);
}

@media (max-width: 1180px) {
  .secondary-page-journal .secondary-tabs,
  .secondary-page-collection .secondary-tabs,
  .secondary-page-collection .secondary-products,
  .secondary-page-collection .secondary-scenarios,
  .secondary-page-custom .secondary-section-scenarios .secondary-scenarios,
  .secondary-page-custom .secondary-section-materials .secondary-materials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .secondary-page-ritual .secondary-cards,
  .secondary-page-ritual .secondary-steps,
  .secondary-page-journal .secondary-tabs,
  .secondary-page-journal .secondary-articles,
  .secondary-page-collection .secondary-tabs,
  .secondary-page-collection .secondary-products,
  .secondary-page-collection .secondary-scenarios,
  .secondary-page-custom .secondary-section-scenarios .secondary-scenarios,
  .secondary-page-custom .secondary-section-materials .secondary-materials,
  .secondary-page-custom .secondary-lists {
    grid-template-columns: 1fr;
  }

  .secondary-page-ritual .secondary-image-card,
  .secondary-page-ritual .secondary-step,
  .secondary-page-collection .scenario-text-card {
    border-radius: 24px;
  }
}

html[dir="rtl"] body.secondary-page-ritual .secondary-hero::before {
  background:
    radial-gradient(circle at 28% 24%, rgba(232, 195, 127, .26), transparent 30%),
    radial-gradient(circle at 72% 68%, rgba(106, 65, 35, .34), transparent 36%),
    linear-gradient(270deg, rgba(18, 10, 7, .92) 0%, rgba(25, 14, 9, .66) 48%, rgba(25, 14, 9, .12) 100%);
  transform: none;
}

html[dir="rtl"] body.secondary-page-journal .secondary-hero::before {
  background:
    linear-gradient(270deg, rgba(25, 13, 8, .78) 0%, rgba(25, 13, 8, .42) 46%, rgba(25, 13, 8, .08) 100%),
    repeating-linear-gradient(270deg, rgba(255,255,255,.07) 0 1px, transparent 1px 140px);
  transform: none;
}

html[dir="rtl"] body.secondary-page-collection .secondary-hero::before {
  background:
    linear-gradient(270deg, rgba(18, 10, 7, .86) 0%, rgba(18, 10, 7, .52) 40%, rgba(18, 10, 7, .16) 100%),
    radial-gradient(circle at 18% 18%, rgba(199, 154, 76, .28), transparent 30%);
  transform: none;
}

html[dir="rtl"] body.secondary-page-custom .secondary-hero::before {
  background:
    linear-gradient(270deg, rgba(20, 11, 7, .90) 0%, rgba(20, 11, 7, .64) 48%, rgba(20, 11, 7, .18) 100%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 96px),
    repeating-linear-gradient(270deg, rgba(255,255,255,.05) 0 1px, transparent 1px 96px);
  transform: none;
}


/* Mobile ref15: all-page phone presentation */
@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .home-ref-page .site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    height: auto;
    min-height: 76px;
    grid-template-columns: 1fr auto;
    gap: 10px 12px;
    align-items: start;
    padding: 10px 14px 12px;
  }

  .home-ref-page .brand {
    min-width: 0;
    font-size: 20px;
  }

  .home-ref-page .brand span {
    max-width: 24ch;
    font-size: 9px;
    letter-spacing: .16em;
    white-space: normal;
  }

  .home-ref-page .main-nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 2px 0 7px;
    overflow-x: auto;
    color: rgba(248, 234, 214, .82);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-ref-page .main-nav::-webkit-scrollbar {
    display: none;
  }

  .home-ref-page .main-nav a {
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(248, 234, 214, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    font-size: 12px;
  }

  .home-ref-page .header-actions {
    min-width: 0;
    justify-content: flex-end;
    gap: 6px;
  }

  .home-ref-page .language-switch {
    max-width: 124px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .home-ref-page .lang-button {
    min-width: 32px;
    white-space: nowrap;
  }

  .home-ref-page .hero {
    height: auto;
    min-height: auto;
    display: grid;
    align-items: end;
    background-position: 58% center;
  }

  .home-ref-page .hero::before {
    background: linear-gradient(180deg, rgba(20, 12, 8, .34) 0%, rgba(20, 12, 8, .74) 45%, rgba(20, 12, 8, .94) 100%);
  }

  .home-ref-page .hero-copy {
    width: auto;
    padding: clamp(122px, 24vh, 170px) 18px 74px;
  }

  .home-ref-page .hero-copy h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.03;
    letter-spacing: -.025em;
    text-wrap: balance;
  }

  .home-ref-page .hero-copy > p:not(.eyebrow) {
    width: auto;
    max-width: 34rem;
    font-size: 15px;
    line-height: 1.72;
  }

  .home-ref-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-ref-page .hero-actions .button {
    width: 100%;
    min-height: 46px;
  }

  .home-ref-page .floating-panel {
    width: calc(100% - 24px);
    margin-top: -30px;
    padding: 20px 18px;
    border-radius: 24px 24px 10px 10px;
  }

  .home-ref-page .quiz-pills {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-ref-page .quiz-pills a:not(.button) {
    min-width: 0;
  }

  .home-ref-page .content-section,
  .home-ref-page .dark-section,
  .home-ref-page .final-cta {
    padding: 56px 18px;
  }

  .home-ref-page .section-heading,
  .home-ref-page .home-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .home-ref-page .home-heading h2,
  .home-ref-page .scent-band h2,
  .home-ref-page .object-copy h2,
  .home-ref-page .gulf-band h2,
  .home-ref-page .quiet-circle h2,
  .home-ref-page .final-cta h2,
  .home-ref-page .content-section h2,
  .home-ref-page .dark-section h2 {
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.06;
    text-wrap: balance;
  }

  .home-ref-page .ritual-card-row,
  .home-ref-page .home-product-grid,
  .home-ref-page .gulf-cards,
  .home-ref-page .journal-strip,
  .home-ref-page .quiet-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .home-ref-page .ingredient-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-ref-page .ritual-card img,
  .home-ref-page .home-product-card img,
  .home-ref-page .gulf-card img,
  .home-ref-page .journal-strip img {
    height: 240px;
  }

  .home-ref-page .home-product-card div,
  .home-ref-page .ritual-card div,
  .home-ref-page .gulf-card div,
  .home-ref-page .journal-strip div {
    padding: 20px;
  }

  .home-ref-page .home-product-card h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .home-ref-page .object-links,
  .home-ref-page .quiet-circle form {
    padding: 20px;
  }

  .home-ref-page .quiet-circle form,
  .home-ref-page .final-cta {
    grid-template-columns: 1fr;
  }
}

/* Ref39: sync homepage navigation with lighter secondary IA */
.home-ref-page .site-header,
.site-header {
  min-height: 78px;
}

.home-ref-page .site-header {
  grid-template-columns: minmax(150px, .55fr) minmax(0, 1.9fr) auto;
  gap: clamp(14px, 2vw, 28px);
  background: rgba(24, 15, 10, .86);
  backdrop-filter: blur(18px);
}

.home-ref-page .main-nav {
  justify-content: center;
  gap: clamp(14px, 1.65vw, 30px);
  font-size: 13px;
}

.home-ref-page .main-nav a {
  min-height: 34px;
}

.home-ref-page .header-actions .button-gold {
  min-height: 44px;
  padding-inline: 22px;
  border-radius: 999px;
}

.home-ref-page .language-switch .lang-button,
.lang-button {
  text-transform: none;
}

@media (max-width: 1180px) {
  .home-ref-page .site-header {
    grid-template-columns: minmax(132px, auto) minmax(0, 1fr) auto;
  }

  .home-ref-page .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-ref-page .main-nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-ref-page .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    height: auto;
    padding: 10px 14px 12px;
  }

  .home-ref-page .brand {
    font-size: 22px;
  }

  .home-ref-page .main-nav {
    display: flex;
    order: 3;
    width: 100%;
    gap: 8px;
    padding: 0 0 2px;
  }

  .home-ref-page .main-nav a {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(247, 234, 212, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    white-space: nowrap;
  }

  .home-ref-page .header-actions {
    position: absolute;
    top: 9px;
    inset-inline-end: 12px;
  }

  .home-ref-page .header-actions .button,
  .home-ref-page .whatsapp-link {
    display: none;
  }
}
