:root {
  --ink: #1b1b1a;
  --muted: #686660;
  --ivory: #f4f2ed;
  --paper: #faf9f6;
  --sand: #dedbd4;
  --gold: #8b7655;
  --dark: #1b1b1a;
  --line: #d8d5ce;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.main-nav-list, .main-nav-list > li { display: contents; margin: 0; padding: 0; list-style: none; }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { display: block; width: auto; max-width: 190px; max-height: 48px; }
.header-actions a { display: inline-flex; align-items: center; justify-content: center; }
.search-icon { font-size: 24px; line-height: .5; transform: rotate(-15deg); }
body.admin-bar .site-header { top: 32px; }

.site-header {
  height: 88px;
  padding: 0 clamp(24px, 4vw, 72px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(27,27,26,.12);
  background: rgba(250,249,246,.94);
  backdrop-filter: blur(12px);
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  color: var(--ink);
}
.wordmark { font-size: 15px; letter-spacing: .2em; font-weight: 600; width: max-content; }
.main-nav { display: flex; gap: clamp(24px, 3vw, 48px); font-size: 12px; letter-spacing: .08em; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .3s; }
.main-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-actions button, .header-actions a { background: none; color: inherit; border: 0; padding: 2px; font-size: 14px; cursor: pointer; }
.header-actions button:first-child { font-size: 24px; line-height: .5; transform: rotate(-15deg); }
.account-icon { font-size: 11px !important; }
.bag-icon { letter-spacing: .08em; text-transform: uppercase; font-size: 10px !important; }
.bag-icon sup { opacity: .7; margin-left: 2px; }
.menu-toggle { display: none; }

.hero {
  min-height: 820px;
  height: min(900px, 100vh);
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 48% 0 0;
  background: var(--paper);
}
.hero-copy { z-index: 2; align-self: center; padding: 120px clamp(40px, 7vw, 126px) 50px; }
.eyebrow, .section-kicker { font-size: 10px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow { color: var(--gold); margin: 0 0 38px; }
h1, h2, h3 { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(62px, 6.2vw, 108px); line-height: .88; letter-spacing: -.055em; max-width: 740px; }
.hero h1 em, .section-title-row h2 em { font-weight: 400; color: var(--gold); }
.hero-intro { max-width: 465px; color: var(--muted); line-height: 1.75; margin: 38px 0 32px; font-size: 15px; }
.text-cta { display: inline-flex; gap: 34px; align-items: center; padding-bottom: 9px; border-bottom: 1px solid var(--ink); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; }
.text-cta span { font-size: 15px; transition: transform .25s; }
.text-cta:hover span { transform: translate(3px, 3px); }
.hero-visual { position: relative; min-width: 0; overflow: hidden; }
.hero-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% center; filter: saturate(.7) contrast(.96); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,249,246,.12), transparent 24%); pointer-events: none; }
.image-note { position: absolute; left: 36px; bottom: 30px; z-index: 2; margin: 0; font-size: 9px; letter-spacing: .2em; background: rgba(250,249,246,.88); padding: 10px 13px; }
.image-note span { font-family: Baskerville, serif; font-size: 22px; margin-right: 10px; }
.hero-side-note { position: absolute; right: 18px; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); z-index: 3; font-size: 8px; letter-spacing: .23em; opacity: .75; }

.calculator-section { padding: 130px clamp(24px, 6vw, 100px) 150px; background: var(--white); position: relative; overflow: hidden; }
.calculator-section::before { content: "NUMBER WITHIN"; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); font-family: Baskerville, serif; font-size: clamp(70px, 13vw, 210px); letter-spacing: -.06em; color: rgba(27,27,26,.025); white-space: nowrap; }
.calculator-heading { text-align: center; position: relative; z-index: 1; }
.section-kicker { color: var(--gold); margin: 0 0 20px; }
.calculator-heading h2 { font-size: clamp(52px, 6vw, 82px); letter-spacing: -.04em; line-height: 1; }
.calculator-heading > p:last-child { color: var(--muted); max-width: 560px; margin: 22px auto 0; line-height: 1.7; font-size: 14px; }
.calculator-stage { max-width: 1120px; min-height: 530px; margin: 75px auto 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.number-orbit { width: 380px; height: 380px; border-radius: 50%; position: relative; justify-self: center; background: radial-gradient(circle at center, rgba(139,118,85,.06), transparent 55%); }
.number-orbit::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(27,27,26,.08); border-radius: 50%; box-shadow: inset 0 0 45px rgba(27,27,26,.025); }
.orbit-line { position: absolute; border: 1px solid rgba(27,27,26,.2); border-radius: 50%; pointer-events: none; }
.orbit-line-outer { inset: 20px; }
.orbit-line-inner { inset: 63px; border-style: dashed; border-color: rgba(27,27,26,.16); transform: rotate(-8deg); }
.orbit-line-equator { inset: 102px -16px; border-color: rgba(139,118,85,.48); transform: rotate(-12deg); }
.orbit-line-tilt { inset: 32px 89px; border-color: rgba(27,27,26,.13); transform: rotate(36deg); }
.number-orbit > span { position: absolute; z-index: 2; width: 28px; height: 28px; left: calc(50% - 14px); top: calc(50% - 14px); display: grid; place-items: center; font-family: Baskerville, serif; font-size: 13px; color: #55534e; background: var(--white); border-radius: 50%; }
.number-orbit > span:nth-of-type(7) { color: var(--gold); font-size: 22px; }
.orbit-stars { position: absolute; inset: 0; pointer-events: none; }
.orbit-star { position: absolute; color: var(--gold); font-style: normal; line-height: 1; }
.star-one { top: 18px; left: 84px; font-size: 16px; }
.star-two { top: 85px; right: 18px; font-size: 21px; }
.star-three { bottom: 36px; right: 88px; font-size: 11px; }
.star-four { bottom: 78px; left: 18px; width: 5px; height: 5px; border-radius: 50%; background: var(--ink); }
.orbit-center { position: absolute; inset: 88px; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 18px 55px rgba(27,27,26,.08); display: flex; flex-direction: column; align-items: center; justify-content: center; backdrop-filter: blur(10px); border: 1px solid rgba(27,27,26,.1); }
.mystic-eye { width: 126px; height: 66px; position: relative; display: grid; place-items: center; margin: 9px 0; }
.mystic-eye::before { content: ""; position: absolute; width: 82px; height: 82px; border: 1px solid rgba(27,27,26,.58); border-radius: 100% 0 100% 0; transform: rotate(45deg); }
.mystic-eye::after { content: ""; position: absolute; width: 42px; height: 42px; border: 1px solid rgba(139,118,85,.65); border-radius: 50%; }
.orbit-center strong { position: relative; z-index: 1; font-family: Baskerville, serif; font-size: 46px; line-height: .9; font-weight: 400; color: var(--ink); }
.orbit-center small { letter-spacing: .22em; font-size: 7px; color: var(--muted); }
.birth-form { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(244,242,237,.58)); border: 1px solid rgba(27,27,26,.16); padding: 36px; box-shadow: 0 18px 45px rgba(27,27,26,.045); }
.birth-form::before { content: ""; position: absolute; left: 36px; top: -1px; width: 82px; height: 2px; background: var(--gold); }
.birth-form > :not(.form-celestial) { position: relative; z-index: 1; }
.form-celestial { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.form-celestial i { position: absolute; display: block; border: 1px solid rgba(139,118,85,.14); border-radius: 50%; }
.form-celestial i:first-child { width: 270px; height: 270px; right: -176px; top: -165px; }
.form-celestial i:nth-child(2) { width: 350px; height: 112px; right: -212px; top: 18px; transform: rotate(28deg); border-color: rgba(27,27,26,.08); }
.form-celestial span { position: absolute; right: 34px; top: 82px; color: rgba(139,118,85,.5); font-size: 12px; }
.form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid rgba(27,27,26,.13); }
.form-heading p { margin: 0 0 10px; color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .24em; }
.form-heading h3 { font-size: 30px; letter-spacing: -.025em; }
.form-heading > span { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border: 1px solid rgba(27,27,26,.15); border-radius: 50%; background: rgba(255,255,255,.58); color: var(--muted); font-size: 7px; letter-spacing: .14em; }
.date-field-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; margin: 26px 0; border: 1px solid rgba(27,27,26,.16); background: rgba(255,255,255,.56); }
.date-field-grid label { min-width: 0; min-height: 138px; display: flex; flex-direction: column; justify-content: space-between; padding: 17px 18px; border-right: 1px solid rgba(27,27,26,.13); transition: background .25s, box-shadow .25s; }
.date-field-grid label:last-child { border-right: 0; }
.date-field-grid label:focus-within { background: rgba(244,242,237,.8); box-shadow: inset 0 -2px var(--gold); }
.field-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.field-heading > span { color: var(--muted); font-size: 8px; font-weight: 600; text-transform: uppercase; letter-spacing: .19em; }
.field-heading i { color: var(--gold); font-family: Baskerville, serif; font-size: 12px; font-style: normal; }
.birth-form select { width: 100%; height: 72px; appearance: none; border: 0; outline: 0; background-color: transparent; font-family: Baskerville, serif; color: var(--ink); font-size: 29px; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 5px) calc(50% + 3px), 100% calc(50% + 3px); background-size: 5px 5px; background-repeat: no-repeat; }
.form-action { padding-top: 24px; border-top: 1px solid rgba(27,27,26,.13); }
.primary-button { margin-top: 15px; width: 100%; height: 66px; padding: 0 18px 0 24px; display: flex; justify-content: space-between; align-items: center; background: var(--dark); color: #fff; border: 1px solid var(--dark); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; cursor: pointer; transition: background .25s, color .25s; }
.primary-button:hover { background: transparent; color: var(--dark); }
.primary-button span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 15px; transition: border-color .25s; }
.primary-button:hover span { border-color: var(--ink); }
.form-note { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 8px; letter-spacing: .06em; }
.form-note span { color: var(--gold); font-size: 5px; }
.result-card { max-width: 1080px; margin: 0 auto; background: var(--dark); color: #fff; display: grid; grid-template-columns: 42% 58%; min-height: 0; height: 0; opacity: 0; overflow: hidden; transform: translateY(28px); transition: opacity .7s, transform .7s, min-height .7s, height .7s; }
.result-card.visible { min-height: 430px; height: auto; opacity: 1; transform: translateY(0); }
.result-number { display: grid; place-items: center; position: relative; background: #20201f; }
.result-number::before, .result-number::after { content: ""; position: absolute; width: 230px; height: 230px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.result-number::after { width: 175px; height: 175px; border-style: dashed; }
.result-number span { font-family: Baskerville, serif; font-size: 170px; color: #c1b08f; line-height: 1; z-index: 1; }
.result-copy { padding: 74px 72px; border-left: 1px solid rgba(255,255,255,.13); }
.result-copy h3 { font-size: 54px; letter-spacing: -.04em; }
.result-copy > p:not(.section-kicker):not(.result-traits) { max-width: 500px; color: rgba(255,255,255,.58); line-height: 1.7; font-size: 14px; }
.result-traits { color: #c1b08f; letter-spacing: .08em; margin: 12px 0 26px; font-size: 12px; }
.result-actions { display: flex; gap: 38px; margin-top: 34px; }
.result-actions a { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }

.paths-section { background: var(--ivory); padding: 145px clamp(24px, 6vw, 100px); }
.section-title-row { max-width: 1260px; margin: auto; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.section-title-row h2 { font-size: clamp(55px, 6.5vw, 96px); line-height: .9; letter-spacing: -.05em; }
.section-title-row > p { max-width: 480px; margin: 0 0 8px; color: var(--muted); line-height: 1.75; font-size: 14px; }
.section-title-row h2 em { color: var(--gold); }
.path-grid { max-width: 1260px; margin: 90px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card { min-height: 142px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 18px; padding: 25px 30px; background: rgba(255,255,255,.52); border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; color: var(--ink); cursor: pointer; transition: background .3s, color .3s; }
.path-card:hover { background: var(--dark); color: #fff; }
.path-card.master { background: #eceae5; }
.path-card.master:hover { background: var(--dark); }
.path-number { font-family: Baskerville, serif; color: var(--gold); font-size: 26px; }
.path-card:hover .path-number { color: #c4b08f; }
.path-content { display: flex; flex-direction: column; gap: 9px; }
.path-content strong { font-family: Baskerville, serif; font-size: 24px; font-weight: 400; }
.path-content small { color: var(--muted); font-size: 9px; letter-spacing: .06em; }
.path-card:hover small { color: rgba(255,255,255,.58); }
.path-arrow { align-self: start; opacity: .45; font-size: 16px; }
.master-note { max-width: 1260px; margin: 22px auto 0; text-align: right; color: var(--muted); font-size: 8px; letter-spacing: .2em; }

.meaning-section {
  background: var(--dark);
  color: #fff;
  padding: 145px clamp(24px, 7vw, 120px);
  display: grid;
  grid-template-columns: 90px 1fr 1fr;
  gap: clamp(35px, 6vw, 100px);
  align-items: start;
}
.meaning-index { color: #b9a889; font-family: Baskerville, serif; font-size: 22px; padding-top: 4px; }
.meaning-copy h2 { font-size: clamp(56px, 6vw, 90px); line-height: .94; letter-spacing: -.05em; }
.meaning-body { max-width: 520px; padding-top: 38px; }
.meaning-body p { color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.14); margin: 0; padding: 20px 0; font-size: 14px; line-height: 1.7; }
.dark-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; padding: 12px 0; border-bottom: 1px solid currentColor; }
.meaning-body .dark-link { margin-top: 25px; }

.collection-section { display: grid; grid-template-columns: 55% 45%; min-height: 780px; background: var(--white); border-bottom: 1px solid var(--line); }
.collection-image-wrap { position: relative; overflow: hidden; min-height: 650px; }
.collection-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.collection-image-label { position: absolute; left: 30px; bottom: 28px; font-size: 8px; letter-spacing: .22em; background: rgba(255,255,255,.92); padding: 12px 15px; }
.collection-copy { background: var(--paper); color: var(--ink); display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 115px); border-left: 1px solid var(--line); }
.collection-copy .section-kicker { color: var(--gold); }
.collection-copy h2 { font-size: clamp(67px, 7vw, 110px); letter-spacing: -.055em; line-height: .83; }
.collection-copy h2 em, .materials-heading h2 em, .card-copy h2 em, .journal-heading h2 em, .faq-heading h2 em { font-weight: 400; color: var(--gold); }
.collection-copy blockquote { margin: 55px 0; padding-left: 22px; border-left: 1px solid var(--line); max-width: 440px; font-family: Baskerville, serif; font-size: 19px; font-style: italic; line-height: 1.55; color: var(--muted); }
.product-line { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.product-line h3 { font-size: 25px; }
.product-line p { margin: 7px 0 0; font-size: 9px; letter-spacing: .14em; opacity: .68; text-transform: uppercase; }
.product-line > strong { font-family: Baskerville, serif; font-size: 28px; font-weight: 400; }
.light-button { height: 58px; margin-top: 32px; padding: 0 22px; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; transition: background .25s, color .25s; }
.light-button:hover { background: var(--ink); color: #fff; }
.light-button span { font-size: 17px; }

.materials-section { background: var(--white); padding: 145px clamp(24px, 6vw, 100px); }
.materials-heading { max-width: 1260px; margin: 0 auto 80px; }
.materials-heading h2 { font-size: clamp(57px, 6vw, 90px); line-height: .9; letter-spacing: -.05em; }
.materials-heading h2 em { color: var(--gold); }
.material-grid { max-width: 1260px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.material-grid article { min-height: 420px; padding: 45px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.material-symbol { width: 92px; height: 92px; border: 1px solid rgba(139,118,85,.45); border-radius: 50%; display: grid; place-items: center; font-family: Baskerville, serif; font-size: 34px; color: var(--gold); margin-bottom: auto; }
.card-symbol { border-radius: 2px; }
.material-grid small { font-size: 8px; letter-spacing: .2em; color: var(--gold); margin: 42px 0 13px; }
.material-grid h3 { font-size: 30px; }
.material-grid p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 16px 0 0; }

.card-section { display: grid; grid-template-columns: 42% 58%; min-height: 760px; background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-copy { padding: clamp(65px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.card-copy h2 { font-size: clamp(60px, 6.3vw, 98px); line-height: .88; letter-spacing: -.055em; }
.card-copy h2 em { color: var(--gold); }
.card-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.8; font-size: 14px; max-width: 430px; margin: 40px 0; }
.card-example { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 0; display: flex; align-items: center; gap: 24px; max-width: 460px; }
.card-example > span { font-family: Baskerville, serif; font-size: 38px; color: var(--gold); }
.card-example div { display: flex; flex-direction: column; gap: 8px; }
.card-example strong { font-family: Baskerville, serif; font-size: 20px; font-weight: 400; letter-spacing: .08em; }
.card-example small { color: var(--muted); font-size: 9px; letter-spacing: .06em; }
.card-image-wrap { overflow: hidden; min-height: 620px; }
.card-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.journal-section { padding: 145px clamp(24px, 6vw, 100px); background: var(--white); }
.journal-heading { max-width: 1260px; margin: auto; display: flex; justify-content: space-between; align-items: end; }
.journal-heading h2 { font-size: clamp(58px, 6vw, 92px); line-height: .88; letter-spacing: -.05em; }
.journal-heading h2 em { color: var(--gold); }
.journal-grid { max-width: 1260px; margin: 80px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.journal-card { border-top: 1px solid var(--line); padding-top: 18px; }
.journal-art { height: 320px; position: relative; overflow: hidden; margin-bottom: 22px; display: grid; place-items: center; background: #eceae5; color: var(--gold); }
.journal-art::before, .journal-art::after { content: ""; position: absolute; border: 1px solid rgba(27,27,26,.18); border-radius: 50%; }
.journal-art-one { background: #eceae5; }
.journal-art-one::before { width: 260px; height: 260px; }
.journal-art-one::after { width: 180px; height: 180px; border-style: dashed; }
.journal-art-one span { position: absolute; top: 40px; font-size: 8px; letter-spacing: .24em; }
.journal-art-one strong { font-family: Baskerville, serif; font-size: 120px; font-weight: 400; z-index: 1; }
.journal-art-two { background: var(--dark); color: #c1b08f; display: flex; gap: 25px; }
.journal-art-two::before { width: 240px; height: 240px; border-color: rgba(214,190,149,.24); }
.journal-art-two::after { width: 170px; height: 170px; border-color: rgba(214,190,149,.15); }
.journal-art-two strong, .journal-art-two span, .journal-art-two i { font-family: Baskerville, serif; font-size: 55px; font-weight: 400; font-style: normal; z-index: 1; }
.journal-art-two span { transform: translateY(-55px); }
.journal-art-two i { transform: translateY(55px); }
.journal-art-three { background: #d9d6cf; color: var(--ink); display: flex; flex-direction: column; gap: 2px; }
.journal-art-three::before { width: 220px; height: 220px; border-color: rgba(27,27,26,.2); }
.journal-art-three::after { width: 155px; height: 155px; border-color: rgba(27,27,26,.14); border-style: dashed; }
.journal-art-three strong { font-family: Baskerville, serif; font-size: 110px; font-weight: 400; z-index: 1; line-height: .8; }
.journal-art-three span { font-size: 8px; letter-spacing: .28em; z-index: 1; }
.journal-post-image { height: 320px; overflow: hidden; display: block; margin-bottom: 22px; background: #eceae5; }
.journal-post-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.journal-post-image:hover img { transform: scale(1.025); }
.journal-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 8px; letter-spacing: .15em; }
.journal-card h3 { font-size: 30px; line-height: 1.18; margin: 17px 0 28px; min-height: 108px; }
.journal-card > a { display: inline-block; text-transform: uppercase; font-size: 8px; letter-spacing: .18em; border-bottom: 1px solid currentColor; padding-bottom: 7px; }

.faq-section { padding: 145px clamp(24px, 7vw, 120px); background: var(--ivory); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 170px); }
.faq-heading h2 { font-size: clamp(58px, 6vw, 92px); line-height: .88; letter-spacing: -.05em; }
.faq-heading h2 em { color: var(--gold); }
.faq-heading > p:last-child { color: var(--muted); margin-top: 36px; font-size: 13px; }
.faq-heading > p a { border-bottom: 1px solid currentColor; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; font-family: Baskerville, serif; font-size: 22px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: Arial, sans-serif; font-size: 18px; font-weight: 300; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); line-height: 1.75; font-size: 13px; max-width: 650px; margin: -4px 50px 27px 0; }

.site-footer { background: var(--dark); color: #fff; padding: 100px clamp(24px, 6vw, 100px) 30px; }
.footer-intro { max-width: 1260px; margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 55px; align-items: start; padding-bottom: 80px; }
.footer-wordmark { font-size: 18px; letter-spacing: .21em; font-weight: 600; }
.footer-intro > p { margin: 0; color: rgba(255,255,255,.48); font-family: Baskerville, serif; font-size: 23px; max-width: 280px; line-height: 1.4; }
.newsletter { justify-self: end; width: 100%; max-width: 390px; }
.newsletter label { display: block; font-family: Baskerville, serif; font-size: 30px; margin-bottom: 18px; }
.newsletter > div { border-bottom: 1px solid rgba(255,255,255,.45); display: flex; }
.newsletter input { height: 46px; flex: 1; min-width: 0; background: none; border: 0; outline: 0; color: #fff; font-size: 12px; }
.newsletter input::placeholder { color: rgba(255,255,255,.35); }
.newsletter button { width: 40px; background: none; color: #fff; border: 0; font-size: 18px; cursor: pointer; }
.footer-links { max-width: 1260px; margin: auto; padding: 60px 0 75px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; color: #b8a789; margin-bottom: 12px; }
.footer-links a { font-size: 12px; color: rgba(255,255,255,.55); }
.footer-links a:hover { color: #fff; }
.footer-menu { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 13px; }
.footer-menu li { margin: 0; padding: 0; }
.footer-bottom { max-width: 1260px; margin: auto; border-top: 1px solid rgba(255,255,255,.12); padding-top: 27px; display: flex; justify-content: space-between; gap: 35px; color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .18em; }
.footer-bottom div { display: flex; gap: 25px; }

.nw-content-page { min-height: 70vh; padding: 175px clamp(24px, 7vw, 120px) 130px; background: var(--paper); }
.nw-article, .nw-content-header, .nw-entry-content, .nw-post-grid, .nw-shop > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
.nw-content-header { margin-bottom: 70px; }
.nw-content-header h1 { max-width: 920px; font-size: clamp(56px, 7vw, 100px); line-height: .92; letter-spacing: -.05em; }
.nw-content-header h1 em { color: var(--gold); font-weight: 400; }
.nw-content-header > p:not(.section-kicker) { max-width: 560px; color: var(--muted); line-height: 1.75; }
.nw-entry-content { font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif; font-size: 19px; line-height: 1.8; }
.nw-entry-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.nw-entry-content > .alignwide { max-width: 1080px; }
.nw-entry-content > .alignfull { max-width: none; }
.nw-entry-content h2 { margin-top: 2em; font-size: clamp(38px, 4vw, 56px); line-height: 1; }
.nw-entry-content h3 { margin-top: 1.8em; font-size: 31px; }
.nw-entry-content a { border-bottom: 1px solid currentColor; }
.nw-archive-intro { margin-top: -30px; margin-bottom: 70px; }
.nw-featured-image { max-width: 1080px; margin: -25px auto 70px; }
.nw-featured-image img { width: 100%; display: block; }
.nw-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.nw-post-card { padding-top: 18px; border-top: 1px solid var(--line); }
.nw-post-card img { aspect-ratio: 4 / 3; object-fit: cover; display: block; margin-bottom: 25px; }
.nw-post-card h2 { font-size: 31px; line-height: 1.15; }
.nw-post-card > p:not(.section-kicker) { color: var(--muted); line-height: 1.7; font-size: 13px; }
.nw-error-page { display: grid; place-items: center; text-align: center; }
.nw-error-page .nw-content-header { margin-bottom: 0; }
.nw-error-page .dark-link { margin-top: 32px; }
.nw-shop .woocommerce { font-family: Inter, "Helvetica Neue", Arial, sans-serif; }
.nw-shop button, .nw-shop .button { border-radius: 0 !important; }

@keyframes rise { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.reveal-up { animation: rise 1s .1s both; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .menu-toggle { display: grid; width: 28px; height: 24px; place-content: center; gap: 6px; justify-self: end; background: none; border: 0; color: var(--ink); z-index: 3; }
  .menu-toggle span { width: 22px; height: 1px; background: currentColor; display: block; }
  .main-nav { position: fixed; inset: 0; background: var(--paper); color: var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 32px; font-family: Baskerville, serif; font-size: 34px; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 34px; padding-right: 30px; }
  .calculator-stage { grid-template-columns: 1fr; gap: 55px; }
  .birth-form { max-width: 580px; width: 100%; margin: auto; }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .meaning-section { grid-template-columns: 55px 1fr; }
  .meaning-body { grid-column: 2; }
  .collection-section { grid-template-columns: 1fr 1fr; }
  .collection-copy { padding: 55px 42px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid article { min-height: 340px; }
  .material-symbol { margin-bottom: 55px; }
  .card-section { grid-template-columns: 1fr 1.2fr; }
  .card-copy { padding: 65px 42px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .faq-section { grid-template-columns: 1fr; }
  .nw-post-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { padding: 0 20px; }
  .hero { height: auto; min-height: 760px; grid-template-columns: 1fr; grid-template-rows: 1.1fr .9fr; }
  .hero::before { inset: 0 0 45%; }
  .hero-copy { padding: 130px 24px 55px; align-self: end; }
  .hero h1 { font-size: 58px; }
  .hero-intro { font-size: 13px; margin-top: 25px; }
  .hero-visual { min-height: 350px; }
  .hero-side-note { display: none; }
  .calculator-section, .paths-section { padding: 95px 20px; }
  .calculator-heading h2 { font-size: 48px; }
  .number-orbit { width: 320px; height: 320px; }
  .number-orbit > span { transform: none !important; display: none; }
  .orbit-center { inset: 72px; }
  .orbit-line-outer { inset: 10px; }
  .orbit-line-inner { inset: 44px; }
  .birth-form { padding: 26px 18px; }
  .birth-form::before { left: 18px; width: 68px; }
  .form-celestial i:first-child { right: -205px; }
  .form-celestial i:nth-child(2) { right: -245px; }
  .form-celestial span { right: 20px; top: 74px; }
  .form-heading h3 { font-size: 27px; }
  .date-field-grid { margin: 22px 0; }
  .date-field-grid label { min-height: 122px; padding: 12px 10px; }
  .field-heading > span { font-size: 7px; }
  .field-heading i { font-size: 10px; }
  .birth-form select { height: 62px; font-size: 23px; }
  .result-card, .result-card.visible { grid-template-columns: 1fr; }
  .result-number { min-height: 260px; }
  .result-number span { font-size: 120px; }
  .result-number::before { width: 180px; height: 180px; }
  .result-number::after { width: 135px; height: 135px; }
  .result-copy { padding: 48px 28px; border-left: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .result-copy h3 { font-size: 42px; }
  .result-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .section-title-row { grid-template-columns: 1fr; gap: 35px; }
  .section-title-row h2 { font-size: 54px; }
  .path-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .path-card { min-height: 120px; padding: 20px; }
  .master-note { text-align: left; line-height: 1.7; }
  .meaning-section { padding: 95px 24px; grid-template-columns: 1fr; gap: 30px; }
  .meaning-index { display: none; }
  .meaning-body { grid-column: auto; padding-top: 15px; }
  .meaning-copy h2 { font-size: 53px; }
  .collection-section, .card-section { grid-template-columns: 1fr; }
  .collection-image-wrap { min-height: 470px; }
  .collection-copy { padding: 80px 24px; }
  .collection-copy h2 { font-size: 68px; }
  .collection-copy blockquote { margin: 40px 0; }
  .materials-section, .journal-section { padding: 95px 20px; }
  .materials-heading h2 { font-size: 53px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-grid article { min-height: 330px; padding: 35px 28px; }
  .card-copy { padding: 85px 24px; }
  .card-copy h2 { font-size: 59px; }
  .card-image-wrap { min-height: 430px; }
  .journal-heading { display: block; }
  .journal-heading .dark-link { margin-top: 35px; }
  .journal-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .journal-card:last-child { grid-column: auto; max-width: none; }
  .journal-card h3 { min-height: auto; }
  .faq-section { padding: 95px 24px; gap: 55px; }
  .faq-heading h2 { font-size: 56px; }
  .faq-list summary { font-size: 19px; }
  .site-footer { padding: 75px 24px 28px; }
  .footer-intro { grid-template-columns: 1fr; padding-bottom: 60px; }
  .newsletter { justify-self: start; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; line-height: 1.7; }
  .nw-content-page { padding: 130px 24px 90px; }
  .nw-content-header { margin-bottom: 45px; }
  .nw-content-header h1 { font-size: 55px; }
  .nw-entry-content { font-size: 17px; }
  .nw-post-grid { grid-template-columns: 1fr; }
}
