:root {
  --paper: #fbf7ed;
  --paper-deep: #f3ead6;
  --ivory: #fffdf7;
  --gold: #b78a3d;
  --gold-light: #dbc391;
  --gold-pale: #ecdfc1;
  --ink: #443729;
  --muted: #7d705f;
  --line: rgba(151, 112, 48, .23);
  --brown: #5b432b;
  --shadow: 0 24px 70px rgba(95, 72, 38, .12);
  --serif: Georgia, "Noto Serif TC", "Songti TC", serif;
  --sans: system-ui, -apple-system, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E"); }
a { color: inherit; }
button, input, select { font: inherit; }

.site-header { position: relative; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 30px; width: min(100% - 48px, 1320px); min-height: 94px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.brand { display: block; width: clamp(210px, 21vw, 310px); line-height: 0; }
.brand img { display: block; width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav>a:not(.icon-link) { position: relative; padding: 34px 0 31px; color: var(--muted); font-size: .9rem; font-weight: 650; text-decoration: none; letter-spacing: .035em; }
.site-nav>a:not(.icon-link)::after { content: ""; position: absolute; right: 50%; bottom: -1px; left: 50%; height: 2px; background: var(--gold); transition: left .2s ease, right .2s ease; }
.site-nav>a:hover,.site-nav>a.is-active { color: var(--ink); }
.site-nav>a:hover::after,.site-nav>a.is-active::after { right: 0; left: 0; }
.nav-divider { width: 1px; height: 24px; background: var(--line); }
.icon-link { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, border .2s; }
.icon-link:hover { border-color: var(--gold); background: var(--ivory); }
.icon-link svg { width: 19px; fill: none; stroke: var(--brown); stroke-width: 1.5; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(280px, .78fr) minmax(540px, 1.22fr); align-items: center; gap: clamp(40px, 5vw, 84px); width: min(100% - 48px, 1280px); min-height: 760px; margin: 0 auto; padding: 72px 0 100px; }
.hero::before { content: ""; position: absolute; z-index: -3; top: 45px; right: 33%; width: 600px; height: 600px; border: 1px solid rgba(183, 138, 61, .13); border-radius: 50%; box-shadow: 0 0 0 46px rgba(183, 138, 61, .025), 0 0 0 108px rgba(183, 138, 61, .018); }
.hero-glow { position: absolute; z-index: -3; top: 5%; right: -16%; width: 62%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(225, 203, 154, .28), rgba(225, 203, 154, 0) 67%); }
.hero-art { position: absolute; z-index: -2; top: 14px; right: -260px; width: 800px; opacity: .23; mix-blend-mode: multiply; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28%, #000 82%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 28%, #000 82%, transparent 100%); }
.hero-copy { align-self: start; padding-top: 92px; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-family: var(--serif); font-size: .75rem; font-weight: 700; letter-spacing: .2em; }
.eyebrow span { margin: 0 7px; font-size: .7rem; }
.hero-copy h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.85rem, 4.8vw, 5.15rem); font-weight: 400; line-height: 1.02; letter-spacing: -.05em; }
.hero-copy h1 em { color: var(--gold); font-weight: 400; }
.hero-copy>p:last-child { max-width: 500px; margin: 30px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }

.chart-card { position: relative; padding: clamp(30px, 4vw, 52px); overflow: hidden; border: 1px solid rgba(183, 138, 61, .34); border-radius: 4px 72px 4px 72px; background: rgba(255, 253, 247, .91); box-shadow: var(--shadow); backdrop-filter: blur(7px); }
.chart-card::before,.chart-card::after { content: "✦"; position: absolute; color: var(--gold-light); font-size: 1.15rem; }
.chart-card::before { top: 18px; right: 24px; }
.chart-card::after { bottom: 17px; left: 23px; }
.card-heading { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 17px; margin-bottom: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.mini-compass { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 1.6rem; }
.card-heading p { margin: 0; color: var(--gold); font-family: var(--serif); font-size: .68rem; letter-spacing: .17em; }
.card-heading h2 { margin: 2px 0 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.birth-form { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-wide { grid-column: 1 / -1; }
.field>span { color: var(--ink); font-size: .86rem; font-weight: 700; }
.field small { margin-left: 5px; color: #a2937d; font-weight: 400; }
.field input,.field select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 2px; outline: 0; background: rgba(255,255,255,.72); color: var(--ink); transition: border .2s, box-shadow .2s; }
.field input:focus,.field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,138,61,.1); }
.time-row { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.time-row b { color: var(--gold); font-weight: 400; }
.form-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 8px; }
.form-actions button { min-height: 54px; padding: 11px 16px; border-radius: 2px 18px 2px 18px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.form-actions button:hover { transform: translateY(-2px); }
.primary-button { border: 1px solid var(--gold); background: var(--gold); color: #fffdf8; box-shadow: 0 10px 24px rgba(128, 92, 37, .18); }
.outline-button { border: 1px solid var(--gold-light); background: transparent; color: var(--brown); }
.form-actions span { margin-left: 8px; }
.privacy { margin: -1px 0 0; color: #998a74; font-size: .74rem; text-align: center; }
.privacy span { color: var(--gold); }
.demo-link { justify-self: center; width: max-content; padding: 1px 0 4px; border: 0; border-bottom: 1px solid var(--gold-light); background: transparent; color: var(--gold); font-size: .78rem; font-weight: 700; cursor: pointer; }
.preview-note { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 15px 17px; border: 1px solid var(--line); background: var(--paper); }
.preview-note .spinner { width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--gold-light); border-top-color: var(--gold); border-radius: 50%; }
.preview-note.is-loading .spinner { animation: spin .8s linear infinite; }
.preview-note strong { font-family: var(--serif); }
.preview-note p { margin: 0; color: var(--muted); font-size: .82rem; }
.scroll-cue { position: absolute; bottom: 30px; left: 0; display: flex; align-items: center; gap: 15px; color: #98886f; font-size: .64rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 48px; background: linear-gradient(var(--gold),transparent); }

.result-preview { grid-column: 1/-1; margin-top: 16px; padding: clamp(25px,4vw,50px); border: 1px solid rgba(183,138,61,.32); border-radius: 4px 72px 4px 72px; background: rgba(255,253,247,.94); box-shadow: 0 30px 80px rgba(95,72,38,.12); scroll-margin-top: 24px; }
.result-preview[hidden] { display: none; }
.result-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.result-heading .eyebrow { margin-bottom: 4px; }
.result-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem,3.5vw,3.4rem); font-weight: 400; line-height: 1.2; }
.result-heading div>p:last-child { margin: 8px 0 0; color: var(--muted); }
.result-mark { display: grid; place-items: center; width: 62px; height: 62px; flex: 0 0 auto; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-size: 1.8rem; }
.result-stage { display: grid; grid-template-columns: 1fr; gap: 26px; padding: 30px 0; }
.bodygraph-card,.chart-summary { position: relative; padding: 24px; border: 1px solid var(--line); background: rgba(250,246,236,.72); }
.bodygraph-card { overflow: hidden; border-radius: 3px 45px 3px 45px; background: rgba(255,253,247,.66); }
.chart-summary { border-radius: 45px 3px 45px 3px; }
.stage-label { margin: 0 0 15px; color: var(--gold); font-family: var(--serif); font-size: .68rem; font-weight: 700; letter-spacing: .18em; }
.bodygraph-canvas { position: relative; width: 100%; aspect-ratio: 3/2; overflow: hidden; background: transparent; }
.graph-base,.bodygraph {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(3%) scale(1.46);
  transform-origin: 50% 45%;
}
.graph-base {
  z-index: 0;
  object-fit: contain;
  opacity: .36;
  -webkit-mask-image: radial-gradient(ellipse 72% 90% at 50% 48%, #000 0 8%, rgba(0,0,0,.93) 25%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.42) 70%, rgba(0,0,0,.14) 88%, transparent 100%);
  mask-image: radial-gradient(ellipse 72% 90% at 50% 48%, #000 0 8%, rgba(0,0,0,.93) 25%, rgba(0,0,0,.72) 48%, rgba(0,0,0,.42) 70%, rgba(0,0,0,.14) 88%, transparent 100%);
}
.bodygraph { z-index: 1; overflow: visible; }
.channel-route { fill: none; stroke: rgba(78,65,50,.84); stroke-width: 3.2; stroke-linecap: round; stroke-dasharray: 5 6; }
.channel-active { fill: none; stroke-width: 5; stroke-linecap: round; }
.channel-active.personality { stroke: #2e2924; }
.channel-active.design { stroke: #b54b3d; }
.centers .center>*:first-child { fill: #fffdf7; stroke: #4f4031; stroke-width: 2.4; }
.centers .center.is-defined>*:first-child { fill: #d7b873; }
.centers .center.g-center>*:first-child { fill: #c99c52; }
.centers .center text { fill: #3f3429; font-family: var(--sans); font-size: 14px; font-weight: 800; text-anchor: middle; pointer-events: none; }
.centers .center text tspan { dominant-baseline: middle; }
.centers .center .gate { fill: rgba(72,63,52,.58); font-size: 11.5px; font-weight: 650; }
.centers .center .gate.is-active { font-size: 12.5px; font-weight: 900; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 2px; }
.centers .center .gate.is-active.personality { fill: #201d19; }
.centers .center .gate.is-active.design { fill: #a7332f; }
.graph-legend { position: absolute; right: 24px; bottom: 20px; z-index: 3; display: grid; grid-template-columns: repeat(2,max-content); gap: 7px 13px; padding: 10px 12px; border: 1px solid rgba(183,138,61,.25); border-radius: 14px 2px 14px 2px; background: rgba(255,253,247,.9); color: var(--muted); font-size: .69rem; box-shadow: 0 8px 24px rgba(85,62,32,.08); }
.graph-legend span { display: flex; align-items: center; gap: 6px; }
.graph-legend i { display: block; width: 13px; height: 13px; border: 1px solid var(--brown); background: white; }
.graph-legend i.defined { background: #d5b46f; }
.graph-legend b { display: block; width: 18px; height: 4px; border-radius: 8px; background: var(--gold); }
.graph-legend b.inactive { height: 0; border-top: 2px dashed rgba(143,124,96,.7); border-radius: 0; background: none; }
.graph-legend u { min-width: 18px; color: rgba(72,63,52,.56); font-weight: 700; text-align: center; text-decoration: none; }
.graph-legend u.gate-on { color: #a7332f; font-weight: 900; text-decoration: underline; text-underline-offset: 2px; }
.bodygraph-legacy { display: none!important; }
.human-design-board { display: grid; grid-template-columns: minmax(136px,178px) minmax(420px,1fr) minmax(136px,178px); align-items: center; gap: clamp(14px,2.2vw,30px); width: min(100%,1080px); margin: 4px auto 0; }
.activation-column { align-self: center; padding: 11px 13px 16px; border: 1px solid rgba(151,112,48,.15); border-radius: 28px 4px 28px 4px; background: rgba(255,249,237,.72); box-shadow: 0 14px 35px rgba(79,57,29,.045); }
.activation-column.personality { border-radius: 4px 28px 4px 28px; }
.activation-column h3 { margin: 0 0 10px; padding: 9px 6px; border-radius: 18px 3px 18px 3px; background: linear-gradient(100deg,#dfaa68,#d96b65); color: #fffdf8; font-family: var(--serif); font-size: .76rem; font-weight: 500; letter-spacing: .08em; text-align: center; white-space: nowrap; }
.activation-column.personality h3 { border-radius: 3px 18px 3px 18px; background: linear-gradient(100deg,#6a5842,#302a23); }
.activation-list { display: grid; gap: 1px; }
.activation-row { display: grid; grid-template-columns: 1fr 30px; align-items: center; min-height: 29px; color: #a9473f; }
.activation-row+.activation-row { border-top: 1px solid rgba(151,112,48,.055); }
.activation-column.design .planet-glyph { order: 2; }
.activation-column.design output { order: 1; text-align: right; }
.activation-column.personality .activation-row { grid-template-columns: 30px 1fr; color: #302a23; }
.activation-column.personality .planet-glyph { order: 1; }
.activation-column.personality output { order: 2; text-align: left; }
.planet-glyph { color: #a9473f; font-family: Georgia,serif; font-size: 1.25rem; line-height: 1; text-align: center; }
.personality .planet-glyph { color: #3b332a; }
.activation-row output { font-family: var(--serif); font-size: .88rem; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.bodygraph-figure { position: relative; min-width: 0; padding: 4px 0 62px; }
.bodygraph-svg-shell { display: grid; min-height: 560px; place-items: center; }
.bodygraph-svg { display: block; width: min(100%,465px); height: auto; margin: auto; overflow: visible; }
.bodygraph-master #Channels > * { fill: #d4d3cf!important; stroke: #d4d3cf!important; stroke-width: 1!important; }
.bodygraph-master #Channels > .channel-half.is-active.personality { fill: #2f2a24!important; stroke: #2f2a24!important; }
.bodygraph-master #Channels > .channel-half.is-active.design { fill: #bd5148!important; stroke: #bd5148!important; }
.bodygraph-master #Channels > .channel-half.is-active.both { fill: url(#dual-gate-fill)!important; stroke: #71504a!important; }
.bodygraph-master #Centers > .center > :first-child { fill: #fffdf7!important; }
.bodygraph-master #Centers > .center > :last-child { fill: #66523b!important; }
.bodygraph-master #Centers > #Ajna.is-defined > :first-child { fill: #aee8b8!important; }
.bodygraph-master #Centers > #Throat.is-defined > :first-child,
.bodygraph-master #Centers > #Spleen.is-defined > :first-child,
.bodygraph-master #Centers > #Solar_Plexus.is-defined > :first-child,
.bodygraph-master #Centers > #Root.is-defined > :first-child { fill: #eec665!important; }
.bodygraph-master #Centers > #Sacral.is-defined > :first-child { fill: #f7931e!important; }
.bodygraph-master .gate-marker[hidden] { display: none!important; }
.bodygraph-master .gate-marker.is-active > * { fill: #b98a36!important; stroke: #fffdf7!important; stroke-width: 1.5!important; }
.bodygraph-master .gate { fill: #243644!important; font-family: var(--sans)!important; font-weight: 760!important; text-decoration: none!important; }
.bodygraph-master .gate.is-active { fill: #fffdf7!important; font-weight: 900!important; text-decoration: none!important; }
.bodygraph-load-error { margin: auto; color: var(--muted); text-align: center; }
.graph-legend.new-legend { position: static; right: auto; bottom: auto; left: auto; display: grid; grid-template-columns: repeat(3,max-content); width: max-content; max-width: 100%; margin: 8px auto 0; transform: none; }
.graph-legend.new-legend b:not(.inactive) { background: repeating-linear-gradient(90deg,#2f2a24 0 5px,#bd5148 5px 10px); }
.graph-legend.new-legend u.gate-on { display: inline-grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #b98a36; color: #fff; text-decoration: none; }
.graph-legend.new-legend b.inactive { height: 6px; border: 0; border-radius: 8px; background: #d7d6d2; }
.summary-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 12px; }
.summary-grid article { display: flex; min-height: 108px; flex-direction: column; align-items: center; justify-content: center; padding: 15px; border: 1px solid rgba(183,138,61,.18); background: rgba(255,253,247,.85); text-align: center; }
.summary-grid article { grid-column: span 3; }
.summary-grid article:nth-child(n+5) { grid-column: span 4; }
.summary-grid article:nth-child(odd) { border-radius: 2px 22px 2px 22px; }
.summary-grid article:nth-child(even) { border-radius: 22px 2px 22px 2px; }
.summary-grid article.wide { border-radius: 2px 26px 2px 26px; }
.summary-grid span { color: var(--muted); font-size: .72rem; }
.summary-grid strong { margin-top: 7px; font-family: var(--serif); font-size: 1.1rem; font-weight: 500; }
.summary-grid small { margin-top: 7px; color: var(--gold); letter-spacing: .2em; }
.result-tabs { display: flex; gap: 4px; overflow-x: auto; padding: 8px; border: 1px solid var(--line); border-radius: 2px 28px 2px 28px; background: var(--paper-deep); scrollbar-width: thin; }
.result-tabs button { flex: 1 0 auto; min-width: 100px; padding: 11px 14px; border: 0; background: transparent; color: var(--muted); font-size: .84rem; font-weight: 700; cursor: pointer; }
.result-tabs button:nth-child(odd) { border-radius: 2px 14px 2px 14px; }
.result-tabs button:nth-child(even) { border-radius: 14px 2px 14px 2px; }
.result-tabs button.is-active { background: var(--brown); color: #fff9ea; }
.result-panel { margin-top: 16px; padding: clamp(23px,3vw,38px); border: 1px solid var(--line); background: #fffefa; }
.result-panel[hidden] { display: none; }
.panel-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.panel-title>div { display: flex; align-items: baseline; gap: 14px; }
.panel-title span { color: var(--gold); font-family: var(--serif); }
.panel-title h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.panel-title>p { max-width: 460px; margin: 0; color: var(--muted); font-size: .84rem; text-align: right; }
.activation-table { max-width: 780px; margin: auto; border: 1px solid var(--line); }
.activation-table>div { display: grid; grid-template-columns: 1fr 1fr 1fr; text-align: center; }
.activation-table>div>* { padding: 12px; border-bottom: 1px solid var(--line); font-style: normal; }
.activation-table>div:not(.table-head)>*:not(:last-child) { border-right: 1px solid var(--line); }
.activation-table .table-head { background: var(--brown); color: #fff9e8; }
.activation-table .table-head b { font-size: .8rem; }
.activation-table strong { color: #a64c3d; }
.analysis-preview { padding: 28px; border-left: 3px solid var(--gold); background: var(--paper); }
.analysis-kicker { margin: 0 0 9px; color: var(--gold); font-family: var(--serif); font-size: .68rem; letter-spacing: .17em; }
.analysis-preview h4 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.analysis-preview>p:last-child { margin: 0; color: var(--muted); }
.deep-preview { margin-top: 12px; border: 1px solid var(--line); }
.deep-preview summary { position: relative; padding: 17px 50px 17px 18px; color: var(--brown); font-weight: 700; cursor: pointer; list-style: none; }
.deep-preview summary::-webkit-details-marker { display: none; }
.deep-preview summary::after { content: "＋"; position: absolute; top: 50%; right: 18px; color: var(--gold); font-size: 1.3rem; transform: translateY(-50%); }
.deep-preview[open] summary::after { content: "−"; }
.deep-preview summary span { margin-right: 8px; color: var(--gold); }
.deep-preview>div { padding: 0 18px 17px; color: var(--muted); }
.deep-preview>div p { margin: 0; }
.placeholder-panel { padding: 65px 25px; text-align: center; }
.placeholder-panel>span { color: var(--gold); font-size: 1.5rem; }
.placeholder-panel h3 { margin: 10px 0 7px; font-family: var(--serif); font-size: 1.6rem; font-weight: 500; }
.placeholder-panel p { margin: 0; color: var(--muted); }
.result-footer { display: flex; align-items: center; justify-content: center; gap: 14px; padding-top: 28px; color: var(--muted); text-align: center; }
.result-footer>span { color: var(--gold); }
.result-footer p { margin: 0; }
.result-footer button { padding: 5px 0; border: 0; border-bottom: 1px solid var(--gold-light); background: transparent; color: var(--gold); font-weight: 700; cursor: pointer; }

.celestial-divider { position: relative; height: clamp(170px, 24vw, 310px); margin: 0 calc(50% - 50vw); overflow: hidden; opacity: .65; }
.celestial-divider::before,.celestial-divider::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 20%; }
.celestial-divider::before { left: 0; background: linear-gradient(90deg,var(--paper),transparent); }
.celestial-divider::after { right: 0; background: linear-gradient(-90deg,var(--paper),transparent); }
.celestial-divider img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; }

.intro-section { position: relative; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: clamp(52px, 8vw, 120px); width: min(100% - 48px, 1120px); margin: 90px auto 190px; }
.intro-number { position: absolute; z-index: -1; top: -125px; left: 31%; color: rgba(183, 138, 61, .08); font-family: var(--serif); font-size: 13rem; line-height: 1; }
.intro-section .section-copy { position: relative; isolation: isolate; padding: 48px 30px 48px 0; }
.intro-section .section-copy>*:not(.intro-sun-bg) { position: relative; z-index: 1; }
.intro-sun-bg { position: absolute; z-index: 0; top: 8%; left: 0; width: min(760px,145%); opacity: .095; mix-blend-mode: multiply; transform: translate(-34%,-34%); pointer-events: none; }
.section-copy h2,.section-heading h2,.final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.15rem, 3.65vw, 3.75rem); font-weight: 400; line-height: 1.16; letter-spacing: -.035em; }
.section-copy>p:not(.eyebrow) { margin: 23px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.95; }
.text-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: var(--brown); font-weight: 750; text-decoration: none; }
.quote-card { position: relative; padding: 46px 32px; border: 1px solid var(--line); border-radius: 90px 4px 90px 4px; background: var(--ivory); text-align: center; box-shadow: 0 20px 52px rgba(95,72,38,.08); }
.quote-star { color: var(--gold); font-size: 1.7rem; }
.quote-card p { margin: 22px 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.7; }
.quote-card small { color: var(--gold); font-size: .66rem; letter-spacing: .2em; }

.use-section { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: clamp(50px, 9vw, 130px); width: min(100% - 48px, 1180px); margin: 0 auto 190px; }
.use-number { position: absolute; z-index: -1; top: -95px; right: 2%; color: rgba(183,138,61,.08); font-family: var(--serif); font-size: 13rem; line-height: 1; }
.use-section { position: relative; }
.use-art-wrap { position: relative; display: grid; place-items: center; min-height: 620px; overflow: hidden; border: 1px solid var(--line); border-radius: 220px 220px 10px 10px; background: #f7f0df; box-shadow: var(--shadow); }
.use-art-wrap::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(183,138,61,.18); border-radius: inherit; pointer-events: none; }
.use-art-wrap img { display: block; width: 92%; max-height: 570px; object-fit: contain; mix-blend-mode: multiply; }
.benefit-list { margin-top: 35px; border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.benefit-list article>span { color: var(--gold); font-family: var(--serif); font-size: .85rem; }
.benefit-list h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.articles-section { position: relative; padding: 130px max(24px,calc((100vw - 1180px)/2)); overflow: hidden; background: #f1e6cf; }
.wheel-art { position: absolute; top: -20px; right: -270px; width: 860px; opacity: .13; mix-blend-mode: multiply; transform: rotate(-8deg); }
.section-heading { position: relative; max-width: 690px; margin-bottom: 50px; }
.section-heading>p:last-child { max-width: 590px; margin: 22px 0 0; color: var(--muted); }
.article-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid rgba(152,114,52,.2); border-radius: 3px 36px 3px 36px; background: rgba(255,253,247,.82); transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(91,67,43,.12); }
.article-visual { position: relative; height: 230px; overflow: hidden; background: #e9dcc0; }
.article-visual img { width: 100%; height: 100%; padding: 13px; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s ease; }
.article-visual:not(.warm) img { object-position: center; transform: scale(1.03); }
.article-visual.warm img { object-position: center 38%; }
.article-card:hover .article-visual img { transform: scale(1.08); }
.article-card:hover .article-visual.warm img { transform: scale(1.05); }
.article-visual i { position: absolute; top: 20px; right: 23px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(122,85,31,.28); border-radius: 50%; background: rgba(255,252,242,.75); color: var(--gold); font-style: normal; font-size: 1rem; backdrop-filter: blur(4px); }
.article-content { padding: 27px; }
.article-content .tag { margin: 0 0 9px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.article-content h3 { margin: 0; font-family: var(--serif); font-size: 1.42rem; font-weight: 500; line-height: 1.5; }
.article-content>p:not(.tag) { color: var(--muted); font-size: .9rem; }
.article-content a { display: inline-flex; gap: 10px; align-items: center; color: var(--brown); font-size: .84rem; font-weight: 750; text-decoration: none; }
.all-articles { display: flex; align-items: center; justify-content: center; gap: 14px; width: max-content; margin: 42px auto 0; padding: 12px 24px; border: 1px solid var(--gold); border-radius: 2px 18px 2px 18px; color: var(--brown); font-weight: 750; text-decoration: none; }

.final-cta { position: relative; width: min(100% - 48px, 1100px); margin: 150px auto; padding: clamp(64px,8vw,105px) 24px; overflow: hidden; border: 1px solid var(--gold-light); border-radius: 160px 4px 160px 4px; background: var(--ivory); text-align: center; box-shadow: var(--shadow); }
.final-cta::before,.final-cta::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(183,138,61,.22); border-radius: 50%; }
.final-cta::before { top: -170px; left: -70px; box-shadow: 0 0 0 25px rgba(183,138,61,.035); }
.final-cta::after { right: -100px; bottom: -190px; box-shadow: 0 0 0 38px rgba(183,138,61,.03); }
.cta-kicker { color: var(--gold); font-family: var(--serif); font-size: .72rem; letter-spacing: .2em; }
.final-cta h2 { margin-top: 34px; }
.final-cta p { margin: 22px 0 30px; color: var(--muted); }
.final-cta>a { position: relative; display: inline-flex; align-items: center; gap: 15px; padding: 15px 28px; border-radius: 2px 20px 2px 20px; background: var(--gold); color: white; font-weight: 750; text-decoration: none; box-shadow: 0 12px 28px rgba(113,80,31,.2); }
.cta-stars { margin-top: 31px; color: var(--gold-light); letter-spacing: .2em; }

.site-footer { padding: 75px max(24px,calc((100vw - 1240px)/2)) 25px; background: #4a3a27; color: #efe3c8; }
.footer-top { display: grid; grid-template-columns: 1.5fr .72fr .72fr .8fr; gap: clamp(36px,6vw,90px); padding-bottom: 60px; }
.footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-brand img { width: min(100%,300px); filter: brightness(1.35); }
.footer-brand p { max-width: 330px; margin: 25px auto 0; color: #cfc0a3; }
.footer-links h2 { margin: 0 0 17px; color: #d8bb7d; font-family: var(--serif); font-size: .8rem; letter-spacing: .16em; }
.footer-links a { display: block; width: fit-content; margin: 8px 0; color: #e9ddc4; font-size: .88rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-note { align-self: start; padding: 25px; border: 1px solid rgba(226,198,139,.25); border-radius: 60px 3px 60px 3px; text-align: center; }
.footer-note p { margin: 0; color: #d8c9aa; font-family: var(--serif); font-size: 1.05rem; }
.social-links { display: flex; align-items: center; justify-content: center; gap: 11px; margin-top: 19px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(226,198,139,.3); border-radius: 50%; color: #e1c98f; transition: border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease; }
.social-links a:hover { border-color: #e1c98f; background: rgba(255,255,255,.06); color: #fff5dd; transform: translateY(-2px); }
.social-links svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.social-links svg path { fill: currentColor; stroke: none; }
.social-links svg .social-play { fill: currentColor; }
.social-links svg .social-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(226,198,139,.18); color: #b9a98b; font-size: .7rem; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.footer-bottom a { text-decoration: none; }

/* Geometric visual system below the chart */
.geometric-divider { position: relative; width: min(100% - 48px,1180px); height: 180px; margin: 0 auto 28px; }
.geometric-divider::before,.geometric-divider::after { content: ""; position: absolute; top: 50%; width: 38%; height: 1px; background: linear-gradient(90deg,transparent,var(--line)); }
.geometric-divider::before { left: 0; }
.geometric-divider::after { right: 0; transform: rotate(180deg); }
.geometric-divider .axis-line { position: absolute; top: 50%; left: 50%; width: 180px; height: 180px; border: 1px solid rgba(183,138,61,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.geometric-divider .axis-line::before { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(183,138,61,.28); transform: rotate(45deg); }
.geometric-divider i,.geometric-divider b,.geometric-divider em,.geometric-divider strong { position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%,-50%); }
.geometric-divider i { width: 13px; height: 13px; border: 1px solid var(--gold); border-radius: 50%; background: var(--paper); }
.geometric-divider b,.geometric-divider em { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.geometric-divider b { margin-left: -156px; }
.geometric-divider em { margin-left: 156px; }
.geometric-divider strong { width: 1px; height: 132px; background: linear-gradient(transparent,var(--gold-light),transparent); }
.intro-section { grid-template-columns: 1fr .92fr; margin-top: 40px; }
.intro-section .section-copy { isolation: auto; }
.geometry-panel { position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(255,253,247,.62); box-shadow: 0 24px 70px rgba(95,72,38,.08); }
.intro-geometry { min-height: 480px; border-radius: 3px 110px 3px 110px; }
.geo-axis { position: absolute; background: linear-gradient(90deg,transparent,rgba(183,138,61,.35),transparent); }
.geo-axis-x { top: 50%; left: 8%; width: 84%; height: 1px; }
.geo-axis-y { top: 8%; left: 50%; width: 1px; height: 84%; background: linear-gradient(transparent,rgba(183,138,61,.35),transparent); }
.geo-ring { position: absolute; top: 45%; left: 50%; border: 1px solid rgba(183,138,61,.3); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 270px; height: 270px; }.ring-two { width: 170px; height: 170px; border-style: dashed; }
.geo-diamond { position: absolute; top: 45%; left: 50%; width: 92px; height: 92px; border: 1px solid var(--gold); background: rgba(236,223,193,.28); transform: translate(-50%,-50%) rotate(45deg); }
.geo-point { position: absolute; width: 9px; height: 9px; border: 2px solid var(--ivory); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.point-a { top: 18%; left: 29%; }.point-b { top: 59%; right: 19%; }.point-c { bottom: 22%; left: 39%; }
.intro-geometry p { position: absolute; z-index: 2; right: 0; bottom: 54px; left: 0; margin: 0; padding: 0 28px; font-family: var(--serif); font-size: 1.28rem; line-height: 1.65; text-align: center; }
.intro-geometry small { position: absolute; right: 0; bottom: 25px; left: 0; color: var(--gold); font-size: .58rem; letter-spacing: .16em; text-align: center; }
.use-geometry { min-height: 590px; border-radius: 150px 3px 150px 3px; background: linear-gradient(145deg,rgba(255,253,247,.9),rgba(236,223,193,.42)); }
.use-geometry::before { content: ""; position: absolute; top: 50%; left: 50%; width: 330px; height: 330px; border: 1px solid rgba(183,138,61,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.use-geometry::after { content: ""; position: absolute; top: 10%; bottom: 10%; left: 50%; width: 1px; background: linear-gradient(transparent,rgba(183,138,61,.32),transparent); }
.route-line { position: absolute; z-index: 1; height: 1px; background: rgba(183,138,61,.38); transform-origin: left center; }
.route-one { top: 31%; left: 23%; width: 54%; transform: rotate(26deg); }.route-two { top: 70%; left: 20%; width: 60%; transform: rotate(-31deg); }
.route-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid var(--gold-light); border-radius: 50%; background: var(--ivory); box-shadow: 0 10px 35px rgba(95,72,38,.09); }
.route-node span { color: var(--gold); font-family: var(--serif); font-size: .65rem; }.route-node b { font-family: var(--serif); font-size: .9rem; font-weight: 500; }
.node-one { top: 18%; left: 14%; }.node-two { top: 24%; right: 11%; }.node-three { right: 14%; bottom: 14%; }
.route-core { position: absolute; z-index: 3; top: 52%; left: 45%; display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid var(--gold); background: rgba(255,253,247,.95); transform: translate(-50%,-50%) rotate(45deg); }
.route-core>* { transform: rotate(-45deg); }.route-core i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }.route-core strong { margin-top: -12px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }.route-core small { margin-top: -20px; color: var(--gold); font-size: .5rem; letter-spacing: .13em; }
.articles-section { background: linear-gradient(180deg,#f4ead6,#f0e2c8); }
.articles-section::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(183,138,61,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(183,138,61,.12) 1px,transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent); mask-image: linear-gradient(90deg,transparent,#000 28%,#000 72%,transparent); }
.article-orbit { position: absolute; top: -170px; right: -170px; width: 470px; height: 470px; border: 1px solid rgba(183,138,61,.18); border-radius: 50%; }
.article-orbit::before,.article-orbit::after { content: ""; position: absolute; border: 1px solid rgba(183,138,61,.15); border-radius: 50%; }.article-orbit::before { inset: 42px; }.article-orbit::after { inset: 105px; }
.article-orbit i,.article-orbit b,.article-orbit span { position: absolute; display: block; border-radius: 50%; background: var(--gold); }.article-orbit i { bottom: 76px; left: 31px; width: 7px; height: 7px; }.article-orbit b { top: 54%; left: 50%; width: 11px; height: 11px; }.article-orbit span { right: 68px; bottom: 40%; width: 5px; height: 5px; }
.article-visual { height: 220px; border-bottom: 1px solid var(--line); background: rgba(236,223,193,.58); }
.geo-visual::before,.geo-visual::after,.geo-visual span,.geo-visual i,.geo-visual b,.geo-visual em { content: ""; position: absolute; display: block; transition: transform .45s ease; }
.geo-visual::before { top: 50%; left: 50%; width: 132px; height: 132px; border: 1px solid rgba(132,92,33,.42); transform: translate(-50%,-50%); }
.geo-visual::after { top: 50%; left: 50%; width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%; transform: translate(-50%,-50%); }
.geo-visual span { top: 50%; left: 11%; width: 78%; height: 1px; background: rgba(132,92,33,.35); }.geo-visual i { top: 10%; left: 50%; width: 1px; height: 80%; background: rgba(132,92,33,.28); }.geo-visual b,.geo-visual em { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(255,253,247,.8),0 0 0 6px rgba(183,138,61,.24); }.geo-visual b { top: 27%; left: 23%; }.geo-visual em { right: 21%; bottom: 24%; }
.geo-visual.decision::before { border-radius: 50%; transform: translate(-50%,-50%) scaleX(1.45); }.geo-visual.decision::after { border-radius: 0; transform: translate(-50%,-50%) rotate(45deg); }.geo-visual.decision span { transform: rotate(-12deg); }
.geo-visual.relation::before { width: 150px; height: 150px; border-radius: 50%; }.geo-visual.relation::after { width: 112px; height: 112px; }.geo-visual.relation i { transform: rotate(45deg); transform-origin: center; }.geo-visual.relation b { top: 50%; left: 38%; }.geo-visual.relation em { right: 36%; bottom: 47%; }
.article-card:hover .geo-visual::before { transform: translate(-50%,-50%) rotate(8deg); }.article-card:hover .geo-visual.decision::before { transform: translate(-50%,-50%) scaleX(1.45) rotate(8deg); }
.final-cta { border-radius: 3px 120px 3px 120px; }
.final-cta::before,.final-cta::after { top: 50%; width: 30%; height: 1px; border: 0; border-radius: 0; background: linear-gradient(90deg,transparent,rgba(183,138,61,.28)); box-shadow: none; }
.final-cta::before { top: 50%; left: 0; }.final-cta::after { right: 0; bottom: auto; transform: rotate(180deg); }
.cta-geometry { position: absolute; top: 50%; left: 50%; width: 390px; height: 390px; border: 1px solid rgba(183,138,61,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.cta-geometry::before,.cta-geometry::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(183,138,61,.13); transform: translate(-50%,-50%) rotate(45deg); }.cta-geometry::before { width: 245px; height: 245px; }.cta-geometry::after { width: 160px; height: 160px; border-radius: 50%; }
.cta-geometry i,.cta-geometry b,.cta-geometry span,.cta-geometry em { position: absolute; display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-light); }.cta-geometry i { top: 5%; left: 50%; }.cta-geometry b { top: 50%; right: 5%; }.cta-geometry span { bottom: 5%; left: 50%; }.cta-geometry em { top: 50%; left: 5%; }
.cta-coordinates { position: relative; margin-top: 31px; color: var(--gold-light); font-family: var(--serif); font-size: .62rem; letter-spacing: .18em; }

/* Content-led sections: quiet typography, generous space, no decorative artwork */
.section-divider { position: relative; display: flex; align-items: center; gap: 24px; width: min(100% - 48px,1180px); margin: 30px auto 115px; color: #9c896b; }
.section-divider span { height: 1px; flex: 1; background: var(--line); }
.section-divider p { margin: 0; font-family: var(--serif); font-size: .76rem; letter-spacing: .18em; white-space: nowrap; }

.intro-section { grid-template-columns: minmax(0,1fr) minmax(360px,.92fr); margin-top: 0; isolation: isolate; }
.intro-section::before { content: ""; position: absolute; z-index: -1; top: -80px; right: -110px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle,rgba(220,192,132,.2),rgba(220,192,132,0) 70%); }
.reading-card { position: relative; padding: clamp(28px,4vw,46px); overflow: hidden; border: 1px solid var(--line); border-radius: 3px 64px 3px 64px; background: rgba(255,253,247,.94); box-shadow: 0 22px 60px rgba(95,72,38,.08); }
.reading-card::after { content: none; }
.reading-label { margin: 0 0 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: var(--gold); font-family: var(--serif); font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.reading-list article { display: grid; grid-template-columns: 25px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid rgba(151,112,48,.15); }
.reading-list article>span { padding-top: 3px; color: var(--gold-light); font-family: var(--serif); font-size: .72rem; }
.reading-list h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 1.12rem; font-weight: 500; }
.reading-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.reading-card blockquote { margin: 25px 0 0; color: var(--brown); font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; text-align: center; }

.use-section { display: block; width: min(100% - 48px,1180px); isolation: isolate; }
.use-heading { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: clamp(45px,8vw,110px); align-items: end; padding: 0; }
.use-heading .eyebrow { grid-column: 1/-1; }
.use-heading h2 { max-width: 560px; }
.use-heading>p:last-child { margin: 0; padding-bottom: 7px; }
.use-section .benefit-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 54px; border: 1px solid var(--line); background: rgba(255,253,247,.42); }
.use-section .benefit-list article { position: relative; display: flex; min-height: 300px; flex-direction: column; gap: 0; padding: 34px 32px 28px; border: 0; }
.use-section .benefit-list article::after { content: ""; position: absolute; right: 18px; bottom: 18px; width: 90px; height: 90px; border-radius: 50%; background: radial-gradient(circle,rgba(219,195,145,.16),transparent 70%); }
.use-section .benefit-list article+article { border-left: 1px solid var(--line); }
.use-section .benefit-list h3 { margin-bottom: 12px; font-size: 1.35rem; }
.use-section .benefit-list p { font-size: .94rem; line-height: 1.8; }
.use-section .benefit-list small { margin-top: auto; padding-top: 28px; color: #aa987c; font-family: var(--serif); font-size: .62rem; letter-spacing: .16em; }

.articles-section { isolation: isolate; background: linear-gradient(155deg,#f5ecd9 0%,#f0e2c7 100%); }
.articles-section::before { content: none; }
.articles-section::after { content: ""; position: absolute; z-index: -1; bottom: -210px; left: -140px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle,rgba(255,253,247,.7),rgba(255,253,247,0) 68%); }
.article-grid { gap: 18px; }
.article-card { min-height: 365px; border-radius: 3px 32px 3px 32px; background: rgba(255,253,247,.76); }
.article-content { position: relative; display: flex; min-height: 365px; flex-direction: column; padding: 34px 30px 29px; overflow: hidden; }
.article-content .tag { position: relative; margin-bottom: 34px; }
.article-content h3 { position: relative; font-size: 1.48rem; }
.article-content>p:not(.tag) { position: relative; margin-top: 16px; line-height: 1.75; }
.article-content a { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(151,112,48,.16); }

.final-cta { isolation: isolate; padding-right: clamp(26px,8vw,95px); padding-left: clamp(26px,8vw,95px); border-radius: 3px 72px 3px 72px; background: linear-gradient(135deg,#fffdf7,#f2e3c4); }
.final-cta::before,.final-cta::after { content: none; }
.cta-note { margin-top: 31px; color: #9b896c; font-family: var(--serif); font-size: .82rem; letter-spacing: .08em; }

/* One wandering line of light connects the full page */
main { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 74% 12%,rgba(239,214,157,.2),transparent 18%),radial-gradient(circle at 27% 38%,rgba(232,198,126,.14),transparent 19%),radial-gradient(circle at 70% 67%,rgba(238,211,153,.16),transparent 22%),linear-gradient(180deg,#fbf7ed 0%,#f9f2e4 54%,#fbf7ee 100%); }
main>.hero,main>.intro-section,main>.use-section,main>.articles-section,main>.final-cta,main>.section-divider { position: relative; z-index: 1; }
main>.hero.ls-hd-host-menu-open { z-index:2147483000; }
.light-route { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.page-light-haze,.page-light-line { fill: none; stroke: url(#route-gold); vector-effect: non-scaling-stroke; }
.page-light-haze { stroke-width: 46; opacity: .09; filter: url(#route-glow); }
.page-light-line { stroke-width: 1.45; opacity: .42; filter: drop-shadow(0 0 5px rgba(224,176,82,.38)); }
.hero::before { top: -20px; right: -70px; left: auto; width: 670px; height: 670px; border: 0; background: radial-gradient(circle,rgba(255,249,218,.78),rgba(225,190,116,.12) 38%,transparent 70%); box-shadow: none; }
.hero-glow { top: -10%; right: -12%; left: auto; width: 72%; background: radial-gradient(circle,rgba(255,245,199,.38),rgba(225,203,154,0) 67%); transform: none; }

.reading-card { background: rgba(255,253,247,.82); backdrop-filter: blur(7px); }
.reading-card::before { content: ""; position: absolute; top: 0; bottom: 0; left: 49%; width: 90px; background: linear-gradient(90deg,transparent,rgba(255,246,204,.16),transparent); pointer-events: none; }
.reading-card>* { position: relative; }
.use-section .benefit-list { gap: 18px; border: 0; background: transparent; }
.use-section .benefit-list article { border: 1px solid rgba(151,112,48,.18); border-radius: 3px 34px 3px 34px; background: rgba(255,253,247,.74); box-shadow: 0 18px 48px rgba(95,72,38,.045); backdrop-filter: blur(8px); }
.use-section .benefit-list article+article { border-left: 1px solid rgba(151,112,48,.22); }
.use-section .benefit-list article:nth-child(2) { transform: translateY(28px); }
.use-section .benefit-list article::before { content: ""; display: block; width: 62px; height: 2px; margin-bottom: 42px; background: linear-gradient(90deg,var(--gold),rgba(183,138,61,0)); box-shadow: 0 0 14px rgba(210,166,82,.35); }

.section-divider span { background: linear-gradient(90deg,transparent,rgba(151,112,48,.28),transparent); }
.intro-section { margin-bottom: 155px; }
.use-section { margin-bottom: 145px; }
.articles-section { background: linear-gradient(180deg,rgba(242,227,198,.1),rgba(243,226,193,.42) 40%,rgba(248,238,216,.3) 78%,rgba(251,247,238,0)); }
.article-card { background: rgba(255,253,247,.76); box-shadow: 0 14px 38px rgba(91,67,43,.035); backdrop-filter: blur(8px); }
.article-card:nth-child(2) { margin-top: 34px; margin-bottom: -34px; }
.article-content::before { content: ""; width: 48px; height: 1px; margin-bottom: 28px; background: var(--gold); box-shadow: 0 0 12px rgba(210,166,82,.45); }
.article-content .tag { margin-bottom: 22px; }

.all-articles { margin-top: 72px; background: rgba(255,253,247,.42); transition: color .2s ease,background .2s ease,transform .2s ease; }
.all-articles:hover { background: rgba(255,253,247,.82); color: var(--gold); transform: translateY(-2px); }
.final-cta { margin-top: 85px; background: linear-gradient(120deg,rgba(255,253,247,.94),rgba(255,249,226,.82) 52%,rgba(255,253,247,.94)); box-shadow: 0 24px 72px rgba(124,91,43,.09),0 0 44px rgba(229,190,109,.045); }
.light-end { position: absolute; z-index: -1; top: 50%; left: 50%; width: min(66vw,620px); height: min(66vw,620px); border-radius: 50%; background: radial-gradient(circle,rgba(255,255,239,.38) 0%,rgba(236,201,122,.07) 34%,rgba(236,201,122,0) 70%); transform: translate(-50%,-50%); }

@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 1040px) {
  .site-header { width: min(100% - 32px,1320px); }
  .menu-toggle { display: grid; grid-template-columns: 26px auto; align-items: center; gap: 3px 10px; padding: 13px 0; cursor: pointer; }
  .menu-toggle span { grid-column: 1; display: block; width: 25px; height: 1px; background: var(--ink); }
  .menu-toggle b { grid-column: 2; grid-row: 1/4; font-size: .75rem; letter-spacing: .1em; }
  .site-nav { position: absolute; top: 94px; right: 0; left: 0; display: none; align-items: stretch; padding: 18px 24px 25px; border-bottom: 1px solid var(--line); background: rgba(251,247,237,.98); box-shadow: 0 20px 40px rgba(95,72,38,.08); }
  .site-nav.is-open { display: grid; grid-template-columns: 1fr 1fr; }
  .site-nav>a:not(.icon-link) { padding: 11px 0; }
  .nav-divider { display: none; }
  .icon-link { display: inline-grid; }
  .hero { grid-template-columns: 1fr; width: min(100% - 36px,740px); padding-top: 45px; }
  .hero-copy { padding-top: 15px; text-align: center; }
  .hero-copy>p:last-child { margin-right: auto; margin-left: auto; }
  .hero-art { top: -10px; right: -310px; opacity: .14; }
  .scroll-cue { display: none; }
  .intro-section { grid-template-columns: 1fr 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-note { grid-column: 1/-1; }
  .human-design-board { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 16px; }
  .bodygraph-figure { grid-column: 1/-1; grid-row: 1; width: min(100%,590px); margin: auto; }
  .activation-column.design { grid-column: 1; grid-row: 2; }
  .activation-column.personality { grid-column: 2; grid-row: 2; }
}
@media (max-width: 720px) {
  .site-header { min-height: 78px; }
  .brand { width: 205px; }
  .site-nav { top: 78px; grid-template-columns: 1fr!important; }
  .hero { width: min(100% - 26px,620px); min-height: 0; padding: 44px 0 80px; }
  .light-route { opacity: .76; }
  .page-light-haze { stroke-width: 30; opacity: .07; }
  .page-light-line { stroke-width: 1.25; opacity: .34; }
  .hero::before { width: 520px; height: 520px; }
  .hero-copy h1 { font-size: clamp(2.8rem,13vw,4rem); }
  .hero-copy>p:last-child { font-size: 1rem; }
  .chart-card { padding: 28px 19px; border-radius: 3px 42px 3px 42px; }
  .card-heading { grid-template-columns: 45px 1fr; }
  .mini-compass { width: 44px; height: 44px; }
  .birth-form,.form-actions { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .section-divider { gap: 14px; width: calc(100% - 32px); margin: 22px auto 85px; }
  .section-divider p { font-size: .68rem; letter-spacing: .11em; }
  .geometric-divider { height: 120px; margin-bottom: 16px; }
  .geometric-divider .axis-line { width: 118px; height: 118px; }
  .geometric-divider .axis-line::before { inset: 18px; }
  .geometric-divider b { margin-left: -105px; }
  .geometric-divider em { margin-left: 105px; }
  .geometric-divider strong { height: 88px; }
  .celestial-divider { height: 140px; }
  .intro-section,.use-section { grid-template-columns: 1fr; width: min(100% - 32px,560px); margin-bottom: 120px; }
  .intro-number { display: none; }
  .section-copy { text-align: center; }
  .section-copy h2,.section-heading h2,.final-cta h2 { font-size: clamp(2.2rem,10vw,3.05rem); }
  .result-preview { padding: 24px 15px; border-radius: 3px 42px 3px 42px; }
  .result-heading,.panel-title,.result-footer { align-items: flex-start; flex-direction: column; }
  .result-mark { display: none; }
  .panel-title>p { text-align: left; }
  .summary-grid { grid-template-columns: 1fr; }
  .summary-grid article,.summary-grid article:nth-child(n+5) { grid-column: auto; }
  .bodygraph-figure { padding-bottom: 54px; }
  .graph-legend.new-legend { grid-template-columns: repeat(2,max-content); gap: 6px 11px; font-size: .64rem; }
  .activation-column { padding-right: 9px; padding-left: 9px; }
  .activation-row { grid-template-columns: 1fr 27px; min-height: 27px; }
  .activation-column.personality .activation-row { grid-template-columns: 27px 1fr; }
  .activation-row output { font-size: .8rem; }
  .planet-glyph { font-size: 1.12rem; }
  .result-footer { align-items: center; }
  .quote-card { padding: 38px 22px; }
  .reading-card { text-align: left; }
  .reading-card blockquote { text-align: center; }
  .use-heading { display: block; text-align: center; }
  .use-heading>p:last-child { margin-top: 20px; }
  .use-section .benefit-list { grid-template-columns: 1fr; }
  .use-section .benefit-list article { min-height: 0; padding: 28px 26px; }
  .use-section .benefit-list article+article { border-top: 1px solid var(--line); border-left: 0; }
  .use-section .benefit-list article:nth-child(2) { transform: none; }
  .use-section .benefit-list article>span { margin-bottom: 22px; }
  .use-section .benefit-list small { padding-top: 18px; }
  .intro-geometry { min-height: 430px; }
  .use-geometry { width: 100%; min-height: 500px; max-width: 430px; margin: auto; }
  .route-core { width: 126px; height: 126px; }
  .use-art-wrap { max-width: 430px; margin: auto; }
  .benefit-list { text-align: left; }
  .articles-section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { text-align: center; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card,.article-content { min-height: 330px; }
  .article-card:nth-child(2) { margin-top: 0; margin-bottom: 0; }
  .all-articles { margin-top: 54px; }
  .final-cta { width: calc(100% - 28px); margin: 95px auto; border-radius: 3px 68px 3px 68px; }
  .final-cta h2 { margin-top: 27px; }
  .final-cta::before,.final-cta::after { width: 18%; }
  .cta-geometry { width: 310px; height: 310px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand,.footer-note { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 430px) {
  .brand { width: 170px; }
  .menu-toggle b { display: none; }
  .hero-copy h1 { font-size: 2.85rem; }
  .card-heading h2 { font-size: 1.35rem; }
  .reading-card { padding: 26px 21px; border-radius: 3px 42px 3px 42px; }
  .reading-list article { grid-template-columns: 25px 1fr; }
  .intro-geometry { min-height: 390px; }
  .ring-one { width: 225px; height: 225px; }
  .ring-two { width: 142px; height: 142px; }
  .use-geometry { min-height: 450px; }
  .route-node { width: 66px; height: 66px; }
  .node-one { left: 8%; }.node-two { right: 7%; }.node-three { right: 9%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand,.footer-note { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; transition-duration: .01ms!important; }
}
