:root {
  --cream: #f8f3eb;
  --warm-white: #fffaf5;
  --sage: #8a9277;
  --sage-light: #dfe2d4;
  --olive: #59604e;
  --deep-olive: #3f463a;
  --terra: #c98978;
  --terra-dark: #a86455;
  --blush: #e4b7aa;
  --brown: #6b5142;
  --charcoal: #34372f;
  --gold: #b8996d;
  --line: rgba(89, 96, 78, .18);
  --shadow: 0 24px 60px rgba(74, 60, 48, .12);
  --shadow-soft: 0 12px 35px rgba(74, 60, 48, .08);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(228,183,170,.18), transparent 28rem),
    radial-gradient(circle at 85% 22%, rgba(138,146,119,.12), transparent 30rem),
    var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--blush); color: var(--deep-olive); }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(248,243,235,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(89,96,78,.12);
}
.nav {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.brand { text-decoration: none; display: flex; align-items: center; gap: 12px; min-width: 220px; }
.brand-mark {
  width: 44px; height: 44px; border: 1px solid rgba(184,153,109,.6); border-radius: 50%;
  display: grid; place-items: center; color: var(--terra-dark); background: rgba(255,250,245,.7); position: relative;
}
.brand-mark::before { content: "✝"; font-size: 20px; font-family: Georgia, serif; transform: translateY(-1px); }
.brand-mark::after { content: ""; width: 24px; height: 15px; position: absolute; bottom: 4px; border-bottom: 1px solid var(--sage); border-radius: 50%; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name strong { font-family: var(--serif); font-weight: 500; font-size: 19px; letter-spacing: .02em; }
.brand-name span { color: var(--brown); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin-top: 6px; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { text-decoration: none; font-size: 14px; padding: 10px 12px; border-radius: 999px; transition: .2s ease; }
.nav-links a:hover, .nav-links a.active { background: rgba(138,146,119,.12); color: var(--deep-olive); }
.nav-cta { background: var(--deep-olive)!important; color: var(--warm-white)!important; padding-inline: 17px!important; }
.nav-cta:hover { background: var(--brown)!important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1.5px; background: var(--charcoal); margin: 5px 0; }

.eyebrow { color: var(--terra-dark); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; }
.display { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.04em; margin: 0; }
.display em { color: var(--terra-dark); font-family: var(--script); font-weight: 400; font-style: normal; letter-spacing: -.02em; }
.section-title { font-family: var(--serif); font-size: clamp(38px, 5vw, 66px); line-height: 1.02; font-weight: 400; letter-spacing: -.035em; margin: 10px 0 18px; }
.section-title em { font-family: var(--script); color: var(--terra-dark); font-style: normal; }
.lead { font-size: clamp(18px, 2vw, 22px); color: #55564f; line-height: 1.6; }
.muted { color: #66685f; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 14px; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--deep-olive); color: white; box-shadow: 0 12px 28px rgba(63,70,58,.22); }
.btn-primary:hover { background: var(--brown); }
.btn-secondary { border-color: rgba(89,96,78,.28); background: rgba(255,250,245,.58); }
.btn-secondary:hover { border-color: var(--sage); background: var(--warm-white); }
.btn-ghost { color: var(--deep-olive); padding-inline: 0; border-radius: 0; border-bottom: 1px solid rgba(89,96,78,.45); min-height: 34px; }

.hero { min-height: calc(100vh - 78px); display: grid; align-items: center; padding: 70px 0 84px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy h1 { font-size: clamp(58px, 7.2vw, 104px); max-width: 760px; }
.hero-copy .lead { max-width: 650px; margin: 24px 0 0; }
.hero-verse { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; color: var(--brown); font-family: var(--serif); font-style: italic; }
.hero-verse::before { content: ""; width: 52px; height: 1px; background: var(--terra); }

.hero-orbit { position: relative; aspect-ratio: 1; width: min(100%, 540px); margin-inline: auto; display: grid; place-items: center; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; inset: 4%; border-radius: 50%; border: 1px solid rgba(184,153,109,.5); }
.hero-orbit::after { inset: 11%; border-color: rgba(201,137,120,.45); border-style: dashed; animation: spin 32s linear infinite; }
.logo-disc { width: 72%; aspect-ratio: 1; border-radius: 50%; overflow: hidden; box-shadow: var(--shadow); background: #fbf4ee; z-index: 2; border: 9px solid rgba(255,250,245,.78); }
.logo-disc img { width: 100%; height: 100%; object-fit: cover; }
.orbit-label { position: absolute; z-index: 4; background: var(--warm-white); border: 1px solid rgba(89,96,78,.17); box-shadow: var(--shadow-soft); border-radius: 999px; padding: 10px 16px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--deep-olive); }
.orbit-label:nth-of-type(1) { left: -2%; top: 22%; }
.orbit-label:nth-of-type(2) { right: -3%; top: 42%; }
.orbit-label:nth-of-type(3) { left: 10%; bottom: 9%; }
.orbit-sprig { position: absolute; right: -4%; bottom: 8%; width: 140px; opacity: .42; transform: rotate(18deg); }

@keyframes spin { to { transform: rotate(360deg); } }

.mantra { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0; background: rgba(255,250,245,.42); overflow: hidden; }
.mantra-track { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px 24px; color: var(--olive); font-family: var(--serif); font-size: clamp(15px, 2vw, 18px); text-transform: uppercase; letter-spacing: .12em; }
.mantra-track i { width: 5px; height: 5px; background: var(--terra); border-radius: 50%; }

.section { padding: 110px 0; position: relative; }
.section-soft { background: rgba(255,250,245,.58); border-top: 1px solid rgba(89,96,78,.08); border-bottom: 1px solid rgba(89,96,78,.08); }
.section-dark { background: var(--deep-olive); color: var(--warm-white); }
.section-dark .muted, .section-dark .lead { color: rgba(255,250,245,.74); }
.section-dark .eyebrow { color: var(--blush); }
.section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: end; margin-bottom: 56px; }
.section-head p { margin: 0; max-width: 630px; }

.triad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.triad-card { background: var(--warm-white); border: 1px solid rgba(89,96,78,.13); border-radius: 28px; padding: 30px; min-height: 285px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.triad-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-soft); }
.triad-card::after { content: attr(data-number); position: absolute; right: 20px; bottom: -42px; font-family: var(--serif); font-size: 150px; line-height: 1; color: rgba(138,146,119,.07); }
.triad-icon { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(201,137,120,.45); display: grid; place-items: center; color: var(--terra-dark); margin-bottom: 42px; font-family: var(--serif); font-size: 22px; }
.triad-card h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; margin: 0 0 10px; }
.triad-card p { margin: 0; color: #64655f; position: relative; z-index: 2; }

.pathway { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.path-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.path-ring { width: min(440px, 86vw); aspect-ratio: 1; border: 1px solid rgba(184,153,109,.48); border-radius: 50%; position: relative; display: grid; place-items: center; }
.path-ring::before { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(201,137,120,.34); border-radius: 50%; }
.path-center { width: 58%; aspect-ratio: 1; background: var(--sage-light); border-radius: 50%; display: grid; place-items: center; text-align: center; padding: 30px; }
.path-center span { font-family: var(--serif); font-size: 29px; line-height: 1.1; color: var(--deep-olive); }
.path-node { position: absolute; width: 112px; height: 112px; border-radius: 50%; background: var(--warm-white); border: 1px solid rgba(89,96,78,.17); box-shadow: var(--shadow-soft); display: grid; place-items: center; text-align: center; padding: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: var(--brown); }
.path-node.one { top: 2%; left: 12%; }
.path-node.two { right: -3%; top: 38%; }
.path-node.three { bottom: -2%; left: 24%; }

.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.step-num { font-family: var(--serif); color: var(--terra-dark); font-size: 24px; }
.step h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.step p { margin: 0; color: #64655f; }

.temperament-wrap { display: grid; grid-template-columns: .84fr 1.16fr; gap: 64px; align-items: start; }
.temperament-wrap > * { min-width: 0; max-width: 100%; }
.temperament-menu { min-width: 0; max-width: 100%; width: 100%; }
.temp-panel { min-width: 0; max-width: 100%; width: 100%; box-sizing: border-box; }

.temperament-menu { display: grid; gap: 8px; position: sticky; top: 115px; }
.temp-button { border: 1px solid rgba(89,96,78,.14); background: rgba(255,250,245,.5); padding: 18px 20px; border-radius: 18px; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: .2s ease; color: var(--charcoal); }
.temp-button:hover, .temp-button.active { background: var(--warm-white); border-color: rgba(201,137,120,.45); box-shadow: var(--shadow-soft); }
.temp-button strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.temp-button span { font-size: 12px; color: var(--terra-dark); }
.temp-panel { min-height: 490px; padding: 48px; border-radius: 32px; background: var(--deep-olive); color: var(--warm-white); position: relative; overflow: hidden; }
.temp-panel::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; border: 1px solid rgba(255,250,245,.18); right: -100px; top: -90px; }
.temp-panel .symbol { font-size: 48px; opacity: .85; }
.temp-panel h3 { font-family: var(--serif); font-size: clamp(42px, 6vw, 70px); font-weight: 400; margin: 28px 0 10px; }
.temp-panel p { color: rgba(255,250,245,.77); font-size: 18px; max-width: 620px; }
.temp-panel small { display: block; margin-top: 28px; color: var(--blush); text-transform: uppercase; letter-spacing: .13em; }

.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: stretch; }
.feature-card { border-radius: 32px; overflow: hidden; min-height: 530px; position: relative; border: 1px solid rgba(89,96,78,.13); background: var(--warm-white); box-shadow: var(--shadow-soft); }
.feature-card img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { padding: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.feature-copy .kicker { color: var(--terra-dark); text-transform: uppercase; font-size: 11px; letter-spacing: .18em; font-weight: 700; }
.feature-copy h3 { font-family: var(--serif); font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: 1.04; margin: 14px 0; }
.feature-copy p { color: #62635c; }

.meet-donna { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.story-card { background: var(--warm-white); border-radius: 36px; padding: clamp(36px, 6vw, 70px); border: 1px solid rgba(89,96,78,.12); box-shadow: var(--shadow-soft); position: relative; }
.story-card::before { content: "“"; position: absolute; top: -35px; left: 34px; font-family: Georgia, serif; font-size: 130px; color: rgba(201,137,120,.18); line-height: 1; }
.story-card blockquote { font-family: var(--serif); font-size: clamp(28px, 3.5vw, 44px); line-height: 1.22; margin: 0 0 24px; color: var(--deep-olive); }
.donna-monogram { min-height: 530px; display: grid; place-items: center; position: relative; }
.donna-seal { width: min(390px, 82vw); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(184,153,109,.5); display: grid; place-items: center; position: relative; }
.donna-seal::before, .donna-seal::after { content: ""; position: absolute; border-radius: 50%; }
.donna-seal::before { inset: 12%; border: 1px solid rgba(201,137,120,.38); }
.donna-seal::after { inset: 24%; background: linear-gradient(145deg, var(--sage-light), #efe4d7); box-shadow: var(--shadow-soft); }
.donna-initial { font-family: var(--script); font-size: 120px; color: var(--terra-dark); position: relative; z-index: 2; transform: translateY(-3px); }
.donna-label { position: absolute; bottom: 7%; background: var(--warm-white); border: 1px solid var(--line); border-radius: 999px; padding: 10px 18px; font-family: var(--serif); z-index: 4; box-shadow: var(--shadow-soft); }

.testimonial { text-align: center; width: min(900px, calc(100% - 40px)); margin-inline: auto; }
.testimonial .quote-mark { font-family: Georgia, serif; font-size: 82px; color: var(--terra); line-height: .5; }
.testimonial blockquote { font-family: var(--serif); font-size: clamp(28px, 4vw, 46px); line-height: 1.25; margin: 24px auto; }
.testimonial cite { font-style: normal; color: rgba(255,250,245,.68); }

.cta-band { padding: 86px 0; }
.cta-shell { border-radius: 38px; padding: clamp(38px, 7vw, 80px); background: linear-gradient(135deg, #f0dfd5, #e4e3d5 55%, #f8ede6); border: 1px solid rgba(201,137,120,.24); display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; position: relative; overflow: hidden; }
.cta-shell::after { content: "♡"; position: absolute; right: 3%; bottom: -80px; font-family: var(--serif); font-size: 300px; color: rgba(255,255,255,.32); }
.cta-shell h2 { font-family: var(--serif); font-size: clamp(43px, 5.5vw, 72px); line-height: 1.02; font-weight: 400; margin: 0; position: relative; z-index: 2; }
.cta-shell p { max-width: 550px; position: relative; z-index: 2; }
.cta-actions { position: relative; z-index: 2; justify-self: end; }

.page-hero { padding: 105px 0 72px; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 60px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(56px, 8vw, 100px); line-height: .96; letter-spacing: -.045em; font-weight: 400; margin: 10px 0 0; }
.page-hero h1 em { font-family: var(--script); color: var(--terra-dark); font-style: normal; }
.page-hero-aside { border-left: 1px solid var(--line); padding-left: 34px; color: #62635c; }

.services-list { display: grid; gap: 20px; }
.service-row { display: grid; grid-template-columns: 82px 1.4fr 1fr; gap: 28px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.service-number { font-family: var(--serif); color: var(--terra-dark); font-size: 25px; }
.service-row h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(32px, 4vw, 50px); line-height: 1.05; margin: 0; }
.service-row p { margin: 0; color: #62635c; }
.service-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.tag { border: 1px solid rgba(89,96,78,.16); border-radius: 999px; padding: 6px 10px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--olive); }

.pricing-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.price-note { position: sticky; top: 118px; align-self: start; }
.price-note p { color: #62635c; }
.price-cards { display: grid; gap: 18px; }
.price-card { border: 1px solid rgba(89,96,78,.14); border-radius: 28px; background: rgba(255,250,245,.62); padding: 32px; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.price-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 0 0 8px; }
.price-card p { margin: 0; color: #62635c; }
.price-status { color: var(--terra-dark); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }

.magazine-cover { aspect-ratio: .78; max-width: 430px; margin-inline: auto; background: linear-gradient(165deg, #f6eee7 0%, #e2e4d5 70%, #d5c4ae 100%); border: 1px solid rgba(89,96,78,.14); box-shadow: 0 35px 70px rgba(74,60,48,.18); padding: 34px; position: relative; overflow: hidden; }
.magazine-cover::before { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(89,96,78,.2); border-radius: 50%; right: -180px; bottom: -110px; }
.magazine-cover::after { content: "✝"; position: absolute; right: 54px; bottom: 74px; color: rgba(89,96,78,.26); font-family: Georgia,serif; font-size: 90px; }
.magazine-cover .issue { font-size: 10px; text-transform: uppercase; letter-spacing: .24em; color: var(--brown); }
.magazine-cover h2 { font-family: var(--serif); font-size: 76px; font-weight: 400; line-height: .85; margin: 75px 0 20px; color: var(--deep-olive); letter-spacing: -.05em; }
.magazine-cover h2 em { font-family: var(--script); font-size: 48px; display: block; color: var(--terra-dark); margin-top: 12px; }
.magazine-cover p { max-width: 240px; color: var(--brown); }
.magazine-cover .bottom { position: absolute; left: 34px; right: 34px; bottom: 28px; border-top: 1px solid rgba(89,96,78,.24); padding-top: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

.mag-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.author-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.author-step { border: 1px solid rgba(89,96,78,.14); border-radius: 20px; padding: 20px; background: rgba(255,250,245,.55); }
.author-step strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; margin-bottom: 6px; }
.author-step span { font-size: 13px; color: #6a6b64; }

.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-card { background: var(--deep-olive); color: white; border-radius: 30px; padding: 38px; position: sticky; top: 118px; }
.contact-card h2 { font-family: var(--serif); font-weight: 400; font-size: 38px; margin: 0 0 18px; }
.contact-card p, .contact-card a { color: rgba(255,250,245,.76); }
.contact-card a { text-decoration-color: rgba(255,250,245,.25); }
.contact-list { display: grid; gap: 18px; margin-top: 30px; }
.contact-list div { border-top: 1px solid rgba(255,255,255,.14); padding-top: 15px; }
.contact-list small { display: block; color: var(--blush); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; margin-bottom: 5px; }
.form-shell { background: var(--warm-white); border: 1px solid rgba(89,96,78,.13); border-radius: 30px; padding: clamp(28px, 5vw, 52px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1/-1; }
.field label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--olive); font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(89,96,78,.2); background: #fffdf9; border-radius: 14px; padding: 14px 15px; outline: none; transition: .2s; color: var(--charcoal); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terra); box-shadow: 0 0 0 4px rgba(201,137,120,.1); }
.form-note { font-size: 12px; color: #77786f; margin-top: 14px; }

.site-footer { background: #33382f; color: rgba(255,250,245,.82); padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr 1fr; gap: 45px; }
.footer-brand h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 0 0 12px; color: white; }
.footer-brand p { max-width: 330px; color: rgba(255,250,245,.62); }
.footer-col strong { display: block; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; color: var(--blush); margin-bottom: 16px; }
.footer-col a { display: block; text-decoration: none; color: rgba(255,250,245,.68); margin: 8px 0; font-size: 14px; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 22px; font-size: 11px; color: rgba(255,250,245,.5); }
.footer-bottom a { color: inherit; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 78px 18px auto 18px; background: rgba(255,250,245,.98); border: 1px solid var(--line); border-radius: 24px; padding: 16px; box-shadow: var(--shadow); display: none; flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 14px; }
  .hero { min-height: auto; }
  .hero-grid, .section-head, .pathway, .temperament-wrap, .feature-grid, .meet-donna, .cta-shell, .page-hero-grid, .pricing-shell, .mag-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-verse, .hero-copy .btn-row { justify-content: center; }
  .hero-orbit { width: min(520px, 88vw); margin-top: 20px; }
  .section-head { gap: 14px; }
  .triad-grid { grid-template-columns: 1fr; }
  .pathway { gap: 35px; }
  .temperament-menu {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }
  .temp-button {
    min-width: 0;
    width: 100%;
  }
  .cta-actions { justify-self: start; }
  .service-row { grid-template-columns: 62px 1fr; }
  .service-row > p { grid-column: 2; }
  .price-note, .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 420px) {
  .temperament-menu { grid-template-columns: 1fr; }
  .temp-button strong { font-size: 21px; }
}

@media (max-width: 680px) {
  /* Keep every mobile section on the same true viewport grid. */
  .container, .narrow { width: min(calc(100% - 28px), 1180px); }

  .nav { min-height: 70px; gap: 12px; }
  .brand { min-width: 0; flex: 1 1 auto; gap: 10px; }
  .brand-name { min-width: 0; }
  .brand-name strong { font-size: clamp(16px, 4.7vw, 19px); white-space: nowrap; }
  .brand-name span { font-size: 8px; letter-spacing: .16em; white-space: nowrap; }
  .brand-mark { width: 38px; height: 38px; flex: 0 0 38px; }
  .menu-toggle { flex: 0 0 auto; margin-left: 4px; }
  .nav-links { top: 70px; }

  /* Mobile hero: deliberate line breaks, centered rhythm, no overflow. */
  .hero { padding: 46px 0 64px; overflow: hidden; }
  .hero-grid { min-width: 0; gap: 34px; }
  .hero-copy { width: 100%; min-width: 0; }
  .hero-copy .eyebrow {
    max-width: 330px;
    margin: 0 auto 18px;
    font-size: 11px;
    line-height: 1.55;
    letter-spacing: .19em;
  }
  .hero-copy h1 {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(46px, 13.5vw, 58px);
    line-height: .96;
    letter-spacing: -.045em;
    text-wrap: balance;
  }
  .hero-title-main { display: block; }
  .hero-copy h1 em {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: .07em auto 0;
    font-size: .84em;
    line-height: 1.05;
    white-space: nowrap;
    letter-spacing: -.025em;
  }
  .hero-copy .lead {
    width: 100%;
    max-width: 365px;
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 1.68;
  }
  .hero-copy .btn-row {
    width: min(100%, 350px);
    margin: 30px auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-copy .btn-row .btn { width: 100%; min-height: 52px; padding-inline: 18px; }
  .hero-verse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    width: min(100%, 340px);
    margin: 34px auto 0;
    line-height: 1.5;
    text-align: center;
  }
  .hero-verse::before { width: 50px; flex: 0 0 1px; }
  .hero-orbit { width: min(100%, 390px); max-width: 100%; transform: none; margin-inline: auto; }
  .logo-disc { width: 68%; border-width: 6px; }
  .orbit-label { font-size: 9px; padding: 8px 10px; }
  .orbit-label:nth-of-type(1) { left: 0; top: 20%; }
  .orbit-label:nth-of-type(2) { right: 0; top: 43%; }
  .orbit-label:nth-of-type(3) { left: 9%; bottom: 7%; }
  .section { padding: 76px 0; }
  .section-title { font-size: 43px; }
  .triad-card { min-height: 245px; padding: 25px; }
  .path-visual { min-height: 430px; }
  .path-node { width: 92px; height: 92px; font-size: 9px; }
  .path-center span { font-size: 23px; }
  .temperament-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 6px;
    width: 100%;
    max-width: 100%;
  }
  .temp-button {
    min-width: 0;
    width: 100%;
    padding: 15px 14px;
  }
  .temp-button strong { font-size: 20px; }
  .temp-panel {
    width: 100%;
    max-width: 100%;
    padding: 32px 26px;
    min-height: 430px;
  }
  .feature-card { min-height: auto; }
  .feature-card img { aspect-ratio: 1; }
  .feature-copy { padding: 30px; }
  .story-card { border-radius: 28px; }
  .donna-monogram { min-height: 420px; }
  .cta-shell { border-radius: 28px; padding: 34px 25px; }
  .page-hero { padding: 72px 0 50px; }
  .page-hero h1 { font-size: 58px; }
  .page-hero-aside { border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .service-row { grid-template-columns: 42px 1fr; gap: 14px; }
  .service-row h2 { font-size: 34px; }
  .price-card { grid-template-columns: 1fr; }
  .author-flow { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .001ms!important; }
  .reveal { opacity: 1; transform: none; }
}
.nav-links { max-height: calc(100vh - 95px); overflow-y: auto; }
.footer-col a, .contact-card a { overflow-wrap: anywhere; }
@media (max-width: 680px) { .feature-card img { height: auto; min-height: 0; } }

/* Contact form privacy and choice controls */
.field-label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--olive); font-weight: 700; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(89,96,78,.18); background: #fffdf9; border-radius: 999px; padding: 10px 13px; font-size: 13px; text-transform: none; letter-spacing: 0; color: var(--charcoal); font-weight: 600; cursor: pointer; }
.radio-row input { width: auto; margin: 0; }
.ack-row { display: grid !important; grid-template-columns: auto 1fr; gap: 11px; align-items: start; border: 1px solid rgba(89,96,78,.15); background: rgba(248,243,235,.72); border-radius: 16px; padding: 16px; font-size: 12px !important; text-transform: none !important; letter-spacing: 0 !important; line-height: 1.55; color: #67685f !important; }
.ack-row input { width: auto; margin-top: 3px; }
.form-note.compact { margin-top: 0; }
.privacy-callout { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 5px; font-size: 12px; line-height: 1.55; color: rgba(255,250,245,.78); }
.privacy-callout strong { color: var(--blush); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
@media (max-width: 600px) { .radio-row { display: grid; grid-template-columns: 1fr; } .radio-row label { border-radius: 14px; } }


/* About page story typography: keep Donna's biography paragraphs consistent */
.about-story-copy {
  font-size: 18px;
  line-height: 1.72;
  color: #55564f;
}
.about-story-copy p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 24px;
}
.about-story-copy p:last-child { margin-bottom: 0; }
@media (max-width: 680px) {
  .about-story-copy { font-size: 17px; line-height: 1.72; }
}
