/* Austin Tarot Reading. Sharp wellness design, hairline borders, no shadows. */
:root {
  --plum: #3d1f4e;
  --plum-80: rgba(61, 31, 78, 0.8);
  --plum-60: rgba(61, 31, 78, 0.64);
  --plum-20: rgba(61, 31, 78, 0.2);
  --plum-10: rgba(61, 31, 78, 0.1);
  --gold: #c4932a;
  --gold-dark: #73520e;
  --lavender: #a68bbf;
  --lavender-light: #eee8f3;
  --cream: #fbf8f3;
  --cream-deep: #f3ede4;
  --white: #fff;
  --font-head: Fraunces, Georgia, serif;
  --font-body: "DM Sans", Arial, sans-serif;
  --wrap: 1200px;
  --gutter: 2rem;
  --radius: 4px;
  --line: 1px solid var(--plum-10);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--plum); background: var(--cream); font: 400 1rem/1.68 var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: var(--gold-dark); text-underline-offset: 0.2em; }
a:hover { color: var(--plum); }
:focus-visible { outline: 3px solid var(--gold-dark); outline-offset: 3px; }
h1, h2, h3, h4 { margin: 0 0 1rem; color: var(--plum); font-family: var(--font-head); font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
blockquote { margin: 0 0 1rem; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 820px; }
section { padding: 4.5rem 0; }
.band-cream { background: var(--cream-deep); }
.band-lavender { background: var(--lavender-light); }
.band-gold { background: var(--gold); }
.band-gold .btn-primary { background: var(--plum); color: var(--white); }
.band-plum { color: var(--white); background: var(--plum); }
.band-plum h2 { color: var(--white); }
.light, .tel-light { color: var(--white); }
.overline { margin-bottom: 1rem; color: var(--gold-dark); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.lede { max-width: 46rem; color: var(--plum-80); font-size: 1.18rem; }
.section-intro, .content-note { max-width: 52rem; }
.skip-link { position: absolute; left: -9999px; z-index: 300; padding: 0.75rem 1rem; color: var(--white); background: var(--plum); }
.skip-link:focus { left: 0; }
.announcement-bar { padding: 0.45rem 1rem; color: var(--white); background: var(--plum); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.03em; text-align: center; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: var(--line); background: var(--cream); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding-block: 1rem; }
.brand { color: var(--plum); font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; line-height: 1; text-decoration: none; }
.nav, .header-actions, .hero-actions { display: flex; align-items: center; gap: 1.4rem; }
.nav a, .tel-link { color: var(--plum); font-weight: 600; text-decoration: none; white-space: nowrap; }
.header-actions { gap: 1rem; }
.btn { display: inline-block; padding: 0.86rem 1.45rem; border: 1px solid transparent; border-radius: var(--radius); font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; }
.btn-primary { color: var(--plum); background: var(--gold); }
.btn-primary:hover { color: var(--white); background: var(--plum); }
.btn-secondary { border-color: var(--plum); color: var(--plum); background: transparent; }
.btn-secondary:hover { color: var(--white); background: var(--plum); }
.btn-block { width: 100%; }
.hero { padding: 5.5rem 0; border-bottom: var(--line); background: linear-gradient(120deg, var(--cream) 0 68%, var(--lavender-light) 68%); }
.hero .wrap { display: grid; grid-template-columns: 7fr 5fr; gap: 4.5rem; align-items: center; }
.hero-points { margin-block: 1.7rem; }
.page-hero { padding: 4.5rem 0 3.5rem; border-bottom: var(--line); }
.trust-bar { padding: 0; color: var(--white); background: var(--plum); }
.trust-bar ul { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.trust-bar li { padding: 1.3rem 1rem; border-left: 1px solid rgba(255,255,255,0.2); font-size: 0.92rem; font-weight: 700; text-align: center; }
.trust-bar li:first-child { border-left: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.5rem; align-items: start; }
.card { padding: 1.8rem; border: var(--line); border-radius: var(--radius); background: var(--white); }
.card-symbol { color: var(--gold-dark); font-size: 1.6rem; }
.card-link { font-weight: 700; text-decoration: none; }
.card-link::after { content: " \2192"; }
.pillars article { padding-top: 1.25rem; border-top: 1px solid var(--plum); }
.pillar-num { margin-bottom: 0.6rem; color: var(--lavender); font-family: var(--font-head); font-size: 2.7rem; font-weight: 700; line-height: 1; }
.form-card { padding: 2rem; border: 1px solid var(--plum-20); border-radius: var(--radius); background: var(--white); }
.form-card h2 { font-size: 1.6rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: 0.3rem; font-size: 0.86rem; font-weight: 700; }
.field input, .field select { width: 100%; min-height: 48px; padding: 0.7rem 0.9rem; border: 1px solid var(--plum-20); border-radius: var(--radius); color: var(--plum); background: var(--cream); font: inherit; }
.field input:focus, .field select:focus { border-color: var(--gold-dark); outline: 2px solid var(--gold-dark); outline-offset: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 0.7rem 0 0; color: var(--plum-60); font-size: 0.8rem; }
.form-inline { display: grid; grid-template-columns: 1fr 1fr 1.2fr auto; gap: 1rem; align-items: end; }
.form-status, .form-done { margin-top: 1rem; padding: 1rem; border: 1px solid var(--plum-20); background: var(--cream); }
.stars { color: var(--gold-dark); letter-spacing: 0.12em; }
.review cite { color: var(--plum-60); font-size: 0.85rem; font-style: normal; font-weight: 700; }
.tick { padding: 0; list-style: none; }
.tick li { position: relative; margin-bottom: 0.65rem; padding-left: 1.65rem; }
.tick li::before { position: absolute; left: 0; color: var(--gold-dark); content: "\2713"; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding: 0; counter-reset: step; list-style: none; }
.steps li { padding-top: 1rem; border-top: 1px solid var(--plum); counter-increment: step; }
.steps li::before { color: var(--gold-dark); content: "0" counter(step); font-size: 0.8rem; font-weight: 700; }
.link-cols { columns: 3; column-gap: 2rem; padding: 0; list-style: none; }
.link-cols li { margin-bottom: 0.65rem; break-inside: avoid; }
.faq details { padding: 1.2rem 0; border-bottom: var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 1rem; color: var(--plum); font-family: var(--font-head); font-size: 1.12rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::after { color: var(--gold-dark); content: "+"; font-family: var(--font-body); font-size: 1.4rem; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0.8rem 0 0; }
.crumbs { padding: 1rem 0 0; color: var(--plum-60); font-size: 0.84rem; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0; padding: 0; list-style: none; }
.crumbs li + li::before { margin-right: 0.5rem; content: "/"; }
.tel-feature { font-size: 1.6rem; font-weight: 700; }
.site-footer { padding: 4rem 0 2rem; color: rgba(255,255,255,0.82); background: var(--plum); }
.site-footer h2 { color: var(--white); font-family: var(--font-body); font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer a { color: rgba(255,255,255,0.9); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 0.5rem; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 2.5rem; }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.18); font-size: 0.84rem; }
.sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 150; display: none; grid-template-columns: 1fr 1fr; gap: 0.5rem; padding: 0.5rem 0.5rem calc(0.5rem + env(safe-area-inset-bottom)); background: var(--plum); transform: translateY(110%); transition: transform 0.2s ease; }
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta .btn-call { color: var(--plum); background: var(--white); }
@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .form-inline { grid-template-columns: repeat(2, 1fr); }
  .nav { display: none; }
}
@media (max-width: 768px) {
  :root { --gutter: 1.25rem; }
  section { padding: 3.3rem 0; }
  .header-actions .btn, .header-actions .tel-link { display: none; }
  .grid-2, .grid-3, .steps, .form-inline { grid-template-columns: 1fr; }
  .trust-bar ul { grid-template-columns: repeat(2, 1fr); }
  .trust-bar li:nth-child(odd) { border-left: 0; }
  .link-cols { columns: 2; }
  .sticky-cta { display: grid; }
  body { padding-bottom: 4.7rem; }
}
@media (max-width: 480px) {
  .brand { max-width: 12rem; }
  .trust-bar ul, .footer-cols { grid-template-columns: 1fr; }
  .trust-bar li { border-top: 1px solid rgba(255,255,255,0.18); border-left: 0; }
  .trust-bar li:first-child { border-top: 0; }
  .link-cols { columns: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .sticky-cta { transition: none; } }
