:root {
  --ink: #18211d;
  --ink-muted: #52605a;
  --paper: #f5f1e8;
  --paper-deep: #eae4d8;
  --surface: #fffdf8;
  --line: #d8d0c2;
  --jade: #135f52;
  --jade-dark: #0d4239;
  --jade-pale: #dbeee5;
  --gold: #c88a2f;
  --gold-pale: #f7e8c7;
  --error: #a94234;
  --serif: 'Iowan Old Style', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 20px 50px rgba(45, 46, 35, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .68; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 17px; font-weight: 780; letter-spacing: -.03em; text-decoration: none; }
.brand-mark { display: inline-grid; width: 30px; height: 30px; place-items: center; color: #fffdf8; background: var(--jade); border-radius: 48% 48% 42% 48%; font-family: var(--serif); font-size: 17px; font-weight: 400; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a, .text-cta { color: var(--ink-muted); font-size: 13px; font-weight: 680; text-decoration: none; }
nav a:hover, .text-cta:hover { color: var(--jade); }
.text-cta { color: var(--jade); padding-left: 14px; border-left: 1px solid var(--line); }
.text-cta span { margin-left: 5px; }
.hero { min-height: 595px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 35px; padding: 56px 0 84px; overflow: hidden; }
.eyebrow { margin: 0 0 13px; color: var(--jade); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.25; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; line-height: 1.04; }
h1 { max-width: 640px; margin-bottom: 22px; font-size: clamp(52px, 6.6vw, 82px); }
h1 em, h2 em { color: var(--jade); font-weight: 400; }
.hero-intro { max-width: 550px; margin-bottom: 30px; color: var(--ink-muted); font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 18px; border: 1px solid transparent; border-radius: 4px; color: var(--ink); font-size: 14px; font-weight: 760; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: var(--jade); box-shadow: 0 8px 20px rgba(19, 95, 82, .18); }
.button-primary:hover { background: var(--jade-dark); }
.button-quiet { color: var(--jade); border-color: transparent; background: transparent; }
.button-quiet:hover { background: var(--jade-pale); }
.button-outline { border-color: var(--jade); color: var(--jade); background: transparent; }
.button-outline:hover { background: var(--jade-pale); }
.button-wide { width: 100%; }
.microcopy { margin: 16px 0 0; color: #78827c; font-size: 12px; }
.hero-orbit { position: relative; width: min(440px, 100%); aspect-ratio: 1; justify-self: end; }
.orbit { position: absolute; inset: 8%; border: 1px solid rgba(19, 95, 82, .22); border-radius: 50%; }
.orbit-one { transform: rotate(-33deg) scaleY(.46); }
.orbit-two { transform: rotate(31deg) scaleY(.46); }
.orbit-three { inset: 20%; border-color: rgba(200, 138, 47, .75); }
.hero-seal { position: absolute; inset: 0; margin: auto; width: 146px; height: 146px; display: grid; place-content: center; border-radius: 50%; color: white; background: var(--jade); box-shadow: 0 0 0 13px rgba(19, 95, 82, .07), 0 20px 42px rgba(19, 95, 82, .22); text-align: center; }
.hero-seal span { font-family: var(--serif); font-size: 66px; line-height: .9; }
.hero-seal small { margin-top: 11px; letter-spacing: .2em; font-size: 9px; }
.orbit-label { position: absolute; color: #7c837c; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.orbit-label.top { top: 3%; left: 44%; }.orbit-label.right { right: 0; top: 48%; }.orbit-label.bottom { bottom: 5%; left: 41%; }.orbit-label.left { left: 0; top: 52%; }.orbit-label.upper { top: 20%; left: 11%; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eee9dd; }
.trust-items { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 27px; color: #576159; font-size: 12px; font-weight: 720; letter-spacing: .04em; }
.trust-items i { display: block; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.chart-section { padding: 118px 0 110px; }
.section-heading { max-width: 630px; margin-bottom: 45px; }.section-heading h2, .insight-heading h2 { margin-bottom: 13px; font-size: clamp(37px, 4.2vw, 56px); }.section-heading > p:last-child { color: var(--ink-muted); font-size: 16px; }.centered { margin-right: auto; margin-left: auto; text-align: center; }
.chart-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(290px, .58fr); gap: 0; align-items: stretch; }
.birth-card { padding: 36px; border: 1px solid var(--line); border-radius: 12px 0 0 12px; background: var(--surface); box-shadow: var(--shadow); }
.form-header { display: flex; gap: 15px; align-items: flex-start; padding-bottom: 26px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }.form-header h3 { margin: 0 0 3px; font-size: 18px; letter-spacing: -.02em; }.form-header p { margin: 0; color: var(--ink-muted); font-size: 12px; }.step, .aside-number { display: inline-grid; width: 29px; height: 29px; place-items: center; flex: 0 0 auto; background: var(--gold-pale); border-radius: 50%; color: #805c20; font-size: 11px; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-row { margin-bottom: 19px; }.form-row label { display: flex; justify-content: space-between; margin-bottom: 7px; color: #405048; font-size: 12px; font-weight: 750; }.form-row label span { color: #7b847f; font-weight: 550; }
input, select { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cfc7b9; border-radius: 5px; color: var(--ink); background: #fffefa; outline: none; transition: border-color .16s ease, box-shadow .16s ease; } input:focus, select:focus { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(19, 95, 82, .12); } input:disabled { color: #868d89; background: #efede6; }
.checkbox-row { display: flex; align-items: center; gap: 8px; margin: -7px 0 19px; color: var(--ink-muted); font-size: 12px; }.checkbox-row input { width: 15px; height: 15px; accent-color: var(--jade); }.field-help { margin: 7px 0 0; color: #7d8581; font-size: 11px; line-height: 1.45; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 1px 0 17px; padding: 11px 12px; border-radius: 5px; background: #f1f4ee; }.consent p { margin: 0; color: #5b655e; font-size: 11px; line-height: 1.45; }.lock { color: var(--jade); font-size: 16px; line-height: 1; }.form-error { margin: 0 0 12px; color: var(--error); font-size: 12px; font-weight: 700; }.form-footnote { margin: 13px 0 0; color: #7b847f; font-size: 10px; text-align: center; }
.form-aside { display: flex; flex-direction: column; padding: 37px 32px; border-radius: 0 12px 12px 0; color: #e9efe9; background: var(--jade-dark); }.form-aside h3 { margin: 25px 0 20px; color: white; font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: -.04em; }.form-aside ul { margin: 0; padding: 0; list-style: none; }.form-aside li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); color: #d2e2db; font-size: 12px; line-height: 1.55; }.form-aside li span { color: #eac176; font-size: 10px; font-weight: 800; }.form-aside blockquote { margin: auto 0 0; padding-top: 28px; color: #94b5aa; font-family: var(--serif); font-size: 17px; font-style: italic; line-height: 1.5; }
.result-section { padding: 0 0 118px; }.result-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }.result-header h2 { margin: 0; font-size: clamp(38px, 4.5vw, 61px); }.reset-button { padding: 8px 0; border: 0; border-bottom: 1px solid var(--jade); color: var(--jade); background: none; font-size: 12px; font-weight: 750; }.result-notice { margin: 0 0 23px; padding: 11px 13px; border-left: 2px solid var(--gold); color: #60685f; background: #f3ead7; font-size: 12px; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 12px; }.pillar { min-height: 184px; display: flex; flex-direction: column; padding: 19px; border: 1px solid var(--line); background: var(--surface); }.pillar-label { color: var(--jade); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.pillar-hanzi { margin: auto 0 7px; font-family: var(--serif); font-size: 54px; font-weight: 400; line-height: 1; }.pillar-element { color: var(--ink-muted); font-size: 11px; }
.result-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px; }.day-master-card, .reading-card { min-height: 270px; padding: 28px; border-radius: 8px; background: var(--jade-pale); }.master-value { margin-bottom: 10px; color: var(--jade); font-family: var(--serif); font-size: 44px; line-height: 1; }.day-master-card > p:not(.eyebrow), .reading-card > p { max-width: 530px; color: var(--ink-muted); font-size: 13px; }.element-bars { margin-top: 21px; }.element-row { display: grid; grid-template-columns: 47px 1fr 16px; align-items: center; gap: 8px; margin: 7px 0; color: #536158; font-size: 11px; }.bar-track { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(19,95,82,.15); }.bar { display: block; height: 100%; border-radius: inherit; background: var(--jade); }.bar-fire { background: #c75a38; }.bar-earth { background: #ad824a; }.bar-metal { background: #8a9692; }.bar-water { background: #4a7a8c; }.element-row b { color: var(--jade); font-size: 11px; }.reading-card { color: #e5efeb; background: var(--jade-dark); }.reading-card h3 { margin: 0 0 10px; color: white; font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.04em; line-height: 1.12; }.reading-card > p { color: #b9d2c8; }.reading-card a { display: inline-block; margin-top: 8px; color: #f1cf8d; font-size: 12px; font-weight: 760; text-decoration: none; }.reading-card a span { margin-left: 5px; }
.insight-heading { margin-top: 75px; }.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.insight-card { position: relative; min-height: 248px; padding: 25px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); overflow: hidden; }.insight-index { position: absolute; right: 20px; top: 18px; color: #c6beb0; font-size: 12px; font-weight: 800; }.insight-card .eyebrow { padding-right: 28px; }.insight-card h3 { max-width: 250px; margin-bottom: 12px; font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: -.04em; line-height: 1.12; }.insight-card > p:last-child { color: var(--ink-muted); font-size: 13px; line-height: 1.65; }
.knowledge-trace { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; margin-top: 48px; padding: 33px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.knowledge-trace h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.04em; }.knowledge-trace p:not(.eyebrow) { color: var(--ink-muted); font-size: 13px; }.source-list { display: grid; gap: 8px; }.source-item { position: relative; display: grid; gap: 3px; padding: 13px 33px 13px 14px; border: 1px solid var(--line); border-radius: 6px; background: #fcfaf4; text-decoration: none; transition: border-color .18s ease, background .18s ease; }.source-item:hover { border-color: var(--jade); background: white; }.source-item strong { color: var(--jade); font-size: 13px; }.source-item span { color: var(--ink-muted); font-size: 11px; }.source-item i { position: absolute; right: 14px; top: calc(50% - 10px); color: var(--gold); font-style: normal; font-size: 17px; }
.method-section { padding: 105px 0; background: #e8e1d5; }.method-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 80px; }.method-grid h2 { margin: 0; font-size: clamp(38px, 4.3vw, 60px); }.method-steps { display: grid; gap: 0; }.method-steps article { display: grid; grid-template-columns: 45px 1fr; column-gap: 18px; padding: 17px 0 22px; border-bottom: 1px solid #cfc6b8; }.method-steps span { grid-row: span 2; color: var(--gold); font-size: 12px; font-weight: 800; }.method-steps h3 { margin: 0 0 5px; font-size: 15px; }.method-steps p { margin: 0; color: var(--ink-muted); font-size: 13px; }
.pricing-section { padding: 116px 0; }.pricing-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); }.pricing-copy { padding: 43px; }.price-kicker { display: inline-block; margin-bottom: 17px; padding: 4px 8px; border-radius: 2px; color: #86611d; background: var(--gold-pale); font-size: 10px; font-weight: 850; letter-spacing: .1em; }.pricing-copy h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.05em; line-height: 1; }.pricing-copy > p { max-width: 520px; color: var(--ink-muted); font-size: 14px; }.pricing-copy ul { display: grid; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; color: #4f5a52; font-size: 12px; }.pricing-copy li::before { content: '✓'; display: inline-block; margin-right: 9px; color: var(--jade); font-weight: 900; }.price-box { display: flex; flex-direction: column; justify-content: center; padding: 39px; color: #e2eee9; background: var(--jade-dark); }.price-box > p { margin-bottom: 1px; color: #9dbbb0; font-size: 12px; }.price-box strong { margin-bottom: 23px; color: white; font-family: var(--serif); font-size: 53px; font-weight: 400; letter-spacing: -.06em; }.price-box strong small { color: #9dbbb0; font-family: var(--sans); font-size: 11px; letter-spacing: 0; }.price-box .button { margin: 5px 0; }.price-box .button-primary { background: #e1b761; color: #26382f; box-shadow: none; }.price-box .button-primary:hover { background: #f1cc80; }.price-box .button-outline { border-color: #b8d1c7; color: #e6f1ed; }.payment-note { min-height: 35px; margin: 11px 0 0; color: #a5c1b7; font-size: 10px; line-height: 1.45; text-align: center; }
.closing { padding: 66px 0 88px; text-align: center; }.closing h2 { margin: 0 0 10px; font-size: clamp(40px, 4.5vw, 64px); }.closing > p:not(.eyebrow) { max-width: 490px; margin: 0 auto 16px; color: var(--ink-muted); font-size: 14px; }
footer { color: #aebfb7; background: #173c33; }.footer-row { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-row .brand { color: white; }.footer-row .brand-mark { color: #173c33; background: #e1b761; }.footer-row p, .footer-row > span { margin: 0; font-size: 10px; }.footer-row p { max-width: 400px; text-align: center; }.footer-row a { text-decoration: none; }.footer-row a:hover { color: white; }
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #f5f1e8 0%, #e6ede7 100%); }.success-card { width: min(760px, 100%); padding: 45px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }.success-card .brand { margin-bottom: 55px; }.success-card h1 { margin-bottom: 17px; font-size: clamp(43px, 7vw, 67px); }.success-card > p:not(.eyebrow) { max-width: 620px; color: var(--ink-muted); }.success-card .success-note { margin-top: 37px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; }.report-day-master { margin: 24px 0 14px; color: var(--jade) !important; font-family: var(--serif); font-size: 25px; }.report-sections { display: grid; gap: 10px; margin-top: 20px; }.report-section { padding: 20px; border: 1px solid var(--line); border-radius: 7px; background: #fcfaf4; }.report-section h3 { margin-bottom: 7px; color: var(--jade); font-family: var(--serif); font-size: 23px; font-weight: 400; }.report-section p { margin: 0; color: var(--ink-muted); font-size: 13px; }
@media (max-width: 820px) { .shell { width: min(100% - 34px, 1160px); }.site-header { height: 72px; }.site-header nav { display: none; }.text-cta { margin-left: auto; }.hero { min-height: auto; grid-template-columns: 1fr; padding: 56px 0 68px; }.hero-orbit { width: min(315px, 76vw); justify-self: center; order: -1; }.hero-seal { width: 112px; height: 112px; }.hero-seal span { font-size: 53px; }.hero-copy { text-align: center; }.hero-intro { margin-right: auto; margin-left: auto; }.hero-actions { justify-content: center; }.trust-items { gap: 10px; justify-content: space-between; font-size: 9px; }.trust-items i { display: none; }.chart-section, .pricing-section { padding: 78px 0; }.chart-layout, .result-grid, .method-grid, .pricing-card, .knowledge-trace { grid-template-columns: 1fr; }.birth-card { border-radius: 12px 12px 0 0; }.form-aside { min-height: 265px; border-radius: 0 0 12px 12px; }.form-aside h3 { margin-top: 18px; }.form-aside blockquote { display: none; }.pillars { grid-template-columns: repeat(2, 1fr); }.pillar { min-height: 145px; }.pillar-hanzi { font-size: 46px; }.insight-grid { grid-template-columns: 1fr; }.method-grid { gap: 36px; }.knowledge-trace { gap: 28px; padding: 27px 0; }.pricing-copy, .price-box { padding: 30px; }.footer-row { min-height: 120px; flex-direction: column; justify-content: center; gap: 10px; text-align: center; } }
@media (max-width: 460px) { .form-grid { grid-template-columns: 1fr; gap: 0; }.birth-card { padding: 24px 18px; }.form-aside { padding: 28px 22px; }.result-header { align-items: flex-start; flex-direction: column; }.result-grid { gap: 8px; }.trust-items { overflow: hidden; justify-content: center; gap: 16px; white-space: nowrap; }.trust-items span:nth-of-type(3) { display: none; }.price-box strong { font-size: 46px; } }
@media print { .site-header, .hero, .trust-strip, .chart-section, .method-section, .pricing-section, .closing, footer, .reset-button { display: none !important; }.result-section { display: block !important; padding: 0; }.shell { width: 100%; }.result-grid, .insight-grid, .knowledge-trace { break-inside: avoid; } }
