/* Generated from app/globals.css by deploy/wordpress-theme/build-theme.mjs. */
:root {
  --ink: #17182f;
  --ink-soft: #2a2947;
  --cream: #f7f1e8;
  --paper: #fffdf8;
  --coral: #ff6846;
  --coral-dark: #e94e2f;
  --sun: #f4bd4b;
  --lilac: #9187ff;
  --mint: #83d6bd;
  --sky: #8ecff2;
  --pink: #ee9ab2;
  --line: rgba(23, 24, 47, 0.14);
  --shadow: 0 24px 70px rgba(26, 25, 53, 0.13);
  --sans: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif;
  --serif: "Noto Serif Thai", "Th Sarabun New", "Leelawadee UI", Tahoma, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

main {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

:focus-visible {
  outline: 3px solid var(--lilac);
  outline-offset: 3px;
}

.top-note {
  min-height: 37px;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.top-note span {
  color: var(--sun);
}

.top-note p {
  margin: 0;
}

.top-note a {
  color: var(--sun);
  font-weight: 700;
  border-bottom: 1px solid currentColor;
}

.site-header {
  min-height: 78px;
  padding: 0 clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 50;
  background: rgba(247, 241, 232, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.brand > span:last-child > span {
  color: var(--coral-dark);
}

.brand-mark {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: serif;
  font-size: 19px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  font-size: 14px;
  font-weight: 650;
}

.main-nav a,
.text-button {
  position: relative;
}

.main-nav a::after,
.text-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 2px;
  background: var(--coral);
  transition: right 0.2s ease;
}

.main-nav a:hover::after,
.text-button:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.text-button {
  padding: 6px 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button span {
  font-size: 18px;
  line-height: 1;
}

.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 13px;
}

.button-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 var(--coral);
}

.button-coral {
  background: var(--coral);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
}

.button-coral:hover,
.button-dark:hover {
  box-shadow: 2px 2px 0 var(--ink);
}

.button-ghost {
  background: transparent;
  border-color: rgba(23, 24, 47, 0.28);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.55);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  display: block;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  min-height: 710px;
  padding: clamp(64px, 8vw, 108px) clamp(22px, 6vw, 96px) clamp(72px, 9vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
  position: relative;
  background:
    radial-gradient(circle at 12% 86%, rgba(255, 104, 70, 0.12), transparent 23%),
    radial-gradient(circle at 78% 20%, rgba(145, 135, 255, 0.13), transparent 28%),
    var(--cream);
}

.hero::before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 47%;
  top: 13%;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: -15px 21px 0 -3px var(--lilac), 17px 30px 0 -4px var(--sun);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #57556d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 27px;
  height: 1px;
  display: inline-block;
  background: var(--coral);
}

.hero h1,
.section-heading h2,
.tarot-copy h2,
.dashboard-copy h2,
.responsible-section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(54px, 6.1vw, 92px);
}

.hero h1 span {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  color: var(--coral-dark);
}

.hero h1 span::after {
  content: "";
  height: 8px;
  position: absolute;
  left: 2px;
  right: -4px;
  bottom: 4px;
  z-index: -1;
  background: var(--sun);
  transform: rotate(-1.5deg);
  opacity: 0.55;
}

.hero-lead {
  max-width: 625px;
  margin: 28px 0 32px;
  color: #535166;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 23px;
  color: #626072;
  font-size: 13px;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero-proof b {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--ink);
  font-size: 11px;
}

.hero-visual {
  min-height: 540px;
  position: relative;
  isolation: isolate;
}

.hero-image-wrap {
  width: min(100%, 670px);
  height: 540px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 42% 42% 28px 28px;
  background: var(--ink);
  box-shadow: 13px 13px 0 var(--sun), var(--shadow);
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 10, 27, 0.58), transparent 50%);
}

.hero-image-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-label {
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.93);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.visual-label-top {
  top: 32px;
  left: 34px;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3ebd8f;
  box-shadow: 0 0 0 5px rgba(62, 189, 143, 0.18);
}

.daily-card {
  width: min(82%, 390px);
  padding: 18px 20px 17px;
  position: absolute;
  left: 28px;
  bottom: 27px;
  z-index: 3;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.daily-card-head,
.energy-row {
  display: flex;
  align-items: center;
}

.daily-card-head {
  justify-content: space-between;
  color: #6c6878;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.daily-card-head b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sun);
  color: var(--ink);
  font-size: 14px;
}

.daily-card > p {
  margin: 11px 0 15px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
}

.energy-row {
  gap: 9px;
  font-size: 10px;
  font-weight: 800;
}

.energy-row b {
  font-size: 11px;
}

.energy-track {
  height: 6px;
  flex: 1;
  overflow: hidden;
  border-radius: 999px;
  background: #ded9cf;
}

.energy-track i {
  width: 82%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--coral);
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(23, 24, 47, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.orbit::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -5px;
  border-radius: 50%;
  background: var(--coral);
}

.orbit-one {
  width: 640px;
  height: 280px;
  top: 115px;
  right: -70px;
  transform: rotate(15deg);
}

.orbit-two {
  width: 520px;
  height: 210px;
  left: -50px;
  bottom: 58px;
  transform: rotate(-19deg);
}

.spark {
  position: absolute;
  z-index: 4;
  color: var(--coral);
  font-size: 28px;
}

.spark-one {
  top: 11%;
  right: -12px;
}

.spark-two {
  left: -18px;
  bottom: 12%;
  color: var(--lilac);
  font-size: 21px;
}

.trust-strip {
  min-height: 116px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.4fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.trust-strip > div,
.trust-strip > p {
  min-height: 116px;
  margin: 0;
  padding: 22px clamp(20px, 3vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-right: 1px solid var(--ink);
}

.trust-strip strong {
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1;
}

.trust-strip div span {
  max-width: 95px;
  color: #666274;
  font-size: 12px;
  line-height: 1.35;
}

.trust-strip > p {
  border-right: 0;
  background: var(--sun);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.45;
  text-align: center;
}

.trust-strip > p b {
  color: #71400f;
}

.section-pad {
  padding: clamp(86px, 10vw, 150px) clamp(22px, 6vw, 96px);
}

.section-heading h2,
.tarot-copy h2,
.dashboard-copy h2,
.responsible-section h2,
.final-cta h2 {
  font-size: clamp(43px, 5.1vw, 72px);
}

.centered-heading {
  max-width: 780px;
  margin: 0 auto 55px;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading p {
  max-width: 650px;
  margin: 22px auto 0;
  color: #626071;
  font-size: 17px;
}

.daily-section {
  background:
    radial-gradient(circle at 6% 18%, rgba(145, 135, 255, 0.11), transparent 20%),
    var(--cream);
}

.zodiac-picker {
  max-width: 1180px;
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(12, minmax(72px, 1fr));
  gap: 8px;
}

.zodiac-button {
  min-height: 84px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 253, 248, 0.72);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.zodiac-button:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 24, 47, 0.45);
}

.zodiac-button.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
  box-shadow: 4px 4px 0 var(--coral);
}

.zodiac-button span {
  font-family: serif;
  font-size: 22px;
  line-height: 1.1;
}

.zodiac-button b {
  font-size: 11px;
}

.reading-panel {
  max-width: 1180px;
  min-height: 340px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.78fr 1.55fr 0.67fr;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--lilac);
}

.reading-sign,
.reading-main,
.reading-score {
  padding: clamp(28px, 4vw, 50px);
}

.reading-sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  background: var(--sun);
  border-right: 1.5px solid var(--ink);
}

.sign-orbit {
  width: 118px;
  aspect-ratio: 1;
  padding: 10px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid rgba(23, 24, 47, 0.42);
  border-radius: 50%;
}

.sign-orbit::before,
.sign-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(23, 24, 47, 0.2);
  border-radius: 50%;
}

.sign-orbit::before {
  inset: 9px;
}

.sign-orbit::after {
  width: 8px;
  height: 8px;
  right: -4px;
  background: var(--ink);
}

.sign-orbit span {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  font-family: serif;
  font-size: 42px;
}

.reading-sign > div:last-child > span,
.reading-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reading-sign h3 {
  margin: 5px 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.25;
}

.reading-sign p {
  margin: 0;
  font-size: 12px;
}

.reading-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.reading-kicker {
  color: var(--coral-dark);
}

.reading-main blockquote {
  max-width: 620px;
  margin: 14px 0 27px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.5;
}

.reading-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reading-details div {
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.reading-details span {
  font-size: 11px;
  font-weight: 800;
}

.reading-details p {
  margin: 6px 0 0;
  color: #625f70;
  font-size: 12px;
  line-height: 1.55;
}

.reading-score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #efecff;
}

.score-ring {
  width: 120px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  background: conic-gradient(var(--coral) var(--score), rgba(23, 24, 47, 0.1) 0);
}

.score-ring::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #efecff;
}

.score-ring span {
  position: relative;
  z-index: 1;
  color: #696677;
  font-size: 10px;
}

.score-ring b {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 30px;
}

.reading-score > p {
  margin: 10px 0 20px;
  color: #625f70;
  font-size: 11px;
  font-weight: 700;
}

.button-light {
  width: 100%;
  min-height: 44px;
  padding-inline: 14px;
  background: var(--paper);
  font-size: 11px;
}

.disclaimer {
  margin: 22px auto 0;
  color: #777383;
  font-size: 11px;
  text-align: center;
}

.services-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.heading-row {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.heading-side {
  max-width: 460px;
  padding-bottom: 5px;
}

.heading-side p {
  margin: 0 0 17px;
  color: #625f70;
  font-size: 16px;
}

.heading-side a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 17px;
}

.service-card {
  min-height: 330px;
  padding: clamp(25px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 0 var(--ink);
}

.service-card:nth-child(1),
.service-card:nth-child(2) {
  grid-column: span 6;
}

.service-card:nth-child(n + 3) {
  grid-column: span 3;
}

.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.68);
  font-family: serif;
  font-size: 28px;
}

.service-card::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  top: -45px;
  right: -47px;
  border: 1px solid rgba(23, 24, 47, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(23, 24, 47, 0.045), 0 0 0 40px rgba(23, 24, 47, 0.025);
}

.service-meta {
  margin: 36px 0 5px;
  color: rgba(23, 24, 47, 0.66);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.3;
}

.service-card p {
  max-width: 520px;
  margin: 10px 0 25px;
  color: rgba(23, 24, 47, 0.73);
  font-size: 14px;
  line-height: 1.7;
}

.service-card button {
  margin-top: auto;
  padding: 0;
  align-self: flex-start;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.service-card button span {
  display: inline-block;
  margin-left: 4px;
}

.service-coral { background: #ff9c7e; }
.service-yellow { background: #f6c758; }
.service-lilac { background: #b6afff; }
.service-pink { background: #f6b8c7; }
.service-blue { background: #a9dcf4; }
.service-mint { background: #a7dfce; }

.tarot-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(550px, 1.2fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  position: relative;
  background:
    radial-gradient(circle at 77% 30%, rgba(145, 135, 255, 0.23), transparent 26%),
    linear-gradient(145deg, #15162f, #252343 70%, #1b1836);
  color: #fff;
}

.tarot-section::before,
.tarot-section::after {
  content: "✦";
  position: absolute;
  color: var(--sun);
  opacity: 0.45;
}

.tarot-section::before {
  left: 4%;
  bottom: 12%;
  font-size: 35px;
}

.tarot-section::after {
  right: 5%;
  top: 10%;
  font-size: 22px;
}

.eyebrow-dark {
  color: rgba(255, 255, 255, 0.64);
}

.tarot-copy {
  position: relative;
  z-index: 2;
}

.tarot-copy > p {
  max-width: 520px;
  margin: 25px 0 34px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.tarot-result {
  min-height: 145px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.tarot-result > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.tarot-result > p span {
  color: var(--sun);
}

.tarot-result div > span {
  color: var(--sun);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.tarot-result blockquote {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
}

.tarot-result button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}

.tarot-deck {
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  perspective: 1000px;
}

.tarot-card {
  width: clamp(160px, 18vw, 235px);
  aspect-ratio: 0.64;
  margin: 0 -28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--sun);
  border-radius: 18px;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 28px, rgba(244, 189, 75, 0.15) 29px 30px),
    #25264a;
  color: var(--sun);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.38);
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
}

.tarot-card:nth-child(1) { transform: rotate(-9deg) translateY(18px); }
.tarot-card:nth-child(2) { z-index: 2; transform: translateY(-13px); }
.tarot-card:nth-child(3) { transform: rotate(9deg) translateY(18px); }
.tarot-card:nth-child(1):hover { transform: rotate(-9deg) translateY(-3px); }
.tarot-card:nth-child(2):hover { transform: translateY(-34px); }
.tarot-card:nth-child(3):hover { transform: rotate(9deg) translateY(-3px); }

.tarot-card.selected {
  z-index: 4;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-28px) rotate(0deg) scale(1.04);
}

.tarot-card.faded {
  opacity: 0.32;
}

.card-corner {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: var(--serif);
  font-size: 13px;
}

.card-sun {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: serif;
  font-size: 43px;
}

.card-orbit {
  width: 170px;
  height: 55px;
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: rotate(-22deg);
  opacity: 0.66;
}

.card-name {
  position: absolute;
  bottom: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dashboard-section {
  display: grid;
  grid-template-columns: minmax(540px, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(60px, 8vw, 126px);
  background: var(--paper);
}

.dashboard-preview {
  min-height: 550px;
  display: grid;
  grid-template-columns: 67px 1fr;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 28px;
  background: #f0ecff;
  box-shadow: 12px 12px 0 var(--coral);
  transform: rotate(-1deg);
}

.preview-sidebar {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: var(--ink);
  color: #fff;
}

.mini-brand {
  width: 35px;
  height: 35px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: var(--ink);
}

.preview-sidebar > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.45);
}

.preview-sidebar > span.active {
  background: rgba(255, 255, 255, 0.12);
  color: var(--sun);
}

.preview-body {
  padding: clamp(24px, 3vw, 38px);
}

.preview-top,
.chart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-top small {
  color: #6a6677;
  font-size: 10px;
}

.preview-top h3 {
  margin: 1px 0 0;
  font-family: var(--serif);
  font-size: 26px;
}

.preview-top > span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 10px;
  font-weight: 800;
}

.preview-cards {
  margin: 22px 0 16px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 13px;
}

.preview-score,
.preview-quote,
.life-chart {
  border: 1px solid rgba(23, 24, 47, 0.17);
  border-radius: 17px;
}

.preview-score {
  min-height: 125px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: var(--paper);
}

.preview-score > span {
  align-self: start;
  color: #6c6878;
  font-size: 10px;
}

.preview-score strong {
  grid-row: span 2;
  font-family: var(--serif);
  font-size: 47px;
}

.preview-score strong small {
  color: #716d7c;
  font-size: 11px;
}

.preview-score i {
  color: #359672;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.preview-quote {
  min-height: 125px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--sun);
}

.preview-quote span {
  font-size: 9px;
  font-weight: 800;
}

.preview-quote b {
  font-size: 32px;
  line-height: 1.2;
}

.preview-quote p {
  margin: 0;
  font-family: serif;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.life-chart {
  height: 250px;
  padding: 20px;
  background: var(--paper);
}

.chart-head span {
  display: block;
  color: #6d6979;
  font-size: 9px;
}

.chart-head b {
  display: block;
  font-size: 13px;
}

.chart-head em {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
}

.bars {
  height: 145px;
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(to top, transparent 0 35px, rgba(23, 24, 47, 0.07) 36px);
}

.bars i {
  width: 6%;
  min-height: 7px;
  display: block;
  border-radius: 5px 5px 0 0;
  background: var(--lilac);
}

.bars i.peak {
  background: var(--coral);
}

.chart-labels {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  color: #777382;
  font-size: 7px;
}

.dashboard-copy > p {
  margin: 25px 0 30px;
  color: #625f70;
  font-size: 16px;
}

.dashboard-copy ul {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.dashboard-copy li {
  padding: 17px 0;
  display: flex;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.dashboard-copy li > span {
  color: var(--coral-dark);
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 800;
}

.dashboard-copy li div {
  display: flex;
  flex-direction: column;
}

.dashboard-copy li b {
  font-size: 14px;
}

.dashboard-copy li small {
  margin-top: 3px;
  color: #706c7b;
  font-size: 11px;
}

.how-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.steps {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  counter-reset: steps;
}

.steps article {
  min-height: 325px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.steps article > span {
  position: absolute;
  top: 14px;
  right: 22px;
  color: rgba(23, 24, 47, 0.08);
  font-family: var(--serif);
  font-size: 82px;
  font-weight: 800;
  line-height: 1;
}

.step-icon {
  width: 74px;
  height: 74px;
  margin: 18px 0 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: serif;
  font-size: 28px;
}

.steps article:nth-child(2) .step-icon { background: var(--lilac); }
.steps article:nth-child(3) .step-icon { background: var(--coral); }

.steps h3 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 24px;
}

.steps p {
  margin: 0;
  color: #666273;
  font-size: 13px;
}

.pricing-section {
  background: var(--ink);
  color: #fff;
}

.pricing-heading {
  align-items: center;
}

.pricing-heading > p {
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.pricing-grid {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.price-card {
  min-height: 555px;
  padding: clamp(30px, 4vw, 48px);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 26px;
  background: #20213e;
}

.price-card.featured {
  border-color: var(--coral);
  background: var(--cream);
  color: var(--ink);
  box-shadow: 10px 10px 0 var(--coral);
}

.popular {
  padding: 6px 13px;
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.price-head {
  display: flex;
  flex-direction: column;
}

.price-head > span {
  color: var(--sun);
  font-family: serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.featured .price-head > span {
  color: var(--coral-dark);
}

.price-head em {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-style: normal;
}

.featured .price-head em {
  color: #6d6979;
}

.price-card h3 {
  margin: 29px 0 7px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-card h3 b {
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
}

.price-card h3 span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.featured h3 span {
  color: #6e6a78;
}

.price-card > p {
  min-height: 54px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.featured > p {
  color: #686474;
}

.price-card ul {
  min-height: 190px;
  margin: 26px 0 34px;
  padding: 23px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.featured ul {
  border-color: var(--line);
}

.price-card li {
  margin: 12px 0;
  font-size: 13px;
}

.price-card li.muted {
  color: rgba(255, 255, 255, 0.34);
}

.button-ghost-dark {
  width: 100%;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.price-card .button-coral {
  width: 100%;
}

.pricing-note {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  text-align: center;
}

.responsible-section {
  min-height: 330px;
  padding: clamp(65px, 8vw, 110px) clamp(22px, 6vw, 96px);
  display: grid;
  grid-template-columns: 0.15fr 1.1fr 0.75fr;
  align-items: center;
  gap: clamp(28px, 4vw, 66px);
  background: var(--sun);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}

.responsible-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 24px;
}

.responsible-section h2 {
  font-size: clamp(37px, 4.4vw, 62px);
}

.responsible-section p {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 650;
}

.responsible-section small {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 24, 47, 0.3);
  font-size: 10px;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  min-height: 88px;
  padding: 19px 2px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--coral-dark);
  font-family: var(--sans);
  font-size: 11px;
}

.faq-list summary i {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
  background: var(--coral);
  border-color: var(--ink);
}

.faq-list details > p {
  max-width: 720px;
  margin: -3px 0 25px 62px;
  color: #625f70;
  font-size: 14px;
}

.final-cta {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background:
    radial-gradient(circle at 50% 43%, rgba(145, 135, 255, 0.25), transparent 34%),
    var(--ink);
  color: #fff;
  text-align: center;
}

.final-cta::before,
.final-cta::after {
  content: "";
  width: 320px;
  height: 110px;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.final-cta::before {
  left: -80px;
  top: 80px;
  transform: rotate(20deg);
}

.final-cta::after {
  right: -80px;
  bottom: 80px;
  transform: rotate(-20deg);
}

.final-cta h2 {
  max-width: 920px;
}

.final-cta > p {
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
}

.final-cta > div:last-of-type {
  display: flex;
  gap: 12px;
}

.button-light-outline {
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
}

.cta-star {
  position: absolute;
  color: var(--sun);
}

.cta-star-left {
  left: 13%;
  bottom: 20%;
  font-size: 34px;
}

.cta-star-right {
  right: 14%;
  top: 21%;
  font-size: 22px;
}

.site-footer {
  padding: 70px clamp(22px, 6vw, 96px) 28px;
  background: var(--cream);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(2, 0.7fr) 1.2fr;
  gap: 55px;
}

.brand-footer {
  font-size: 20px;
}

.footer-main > div:first-child > p,
.footer-main > div:last-child > p {
  color: #686575;
  font-size: 12px;
}

.footer-main h3 {
  margin: 5px 0 16px;
  font-size: 12px;
}

.footer-main > div > a:not(.brand),
.footer-main > div > button {
  width: fit-content;
  margin: 8px 0;
  padding: 0;
  display: block;
  border: 0;
  background: transparent;
  color: #615e6e;
  font-size: 12px;
  cursor: pointer;
}

.footer-main form {
  height: 49px;
  margin-top: 15px;
  display: flex;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
}

.footer-main input {
  min-width: 0;
  padding: 0 18px;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}

.footer-main form button {
  width: 48px;
  border: 0;
  border-left: 1px solid var(--ink);
  background: var(--coral);
  font-size: 20px;
  cursor: pointer;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #777382;
  font-size: 10px;
}

.footer-bottom > div {
  display: flex;
  gap: 20px;
}

.footer-bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .main-nav {
    gap: 16px;
  }

  .main-nav a:nth-last-child(-n + 2) {
    display: none;
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 55px;
  }

  .hero-image-wrap {
    height: 500px;
  }

  .zodiac-picker {
    grid-template-columns: repeat(6, 1fr);
  }

  .reading-panel {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .reading-score {
    grid-column: 1 / -1;
    min-height: 130px;
    flex-direction: row;
    gap: 22px;
    border-top: 1px solid var(--line);
  }

  .score-ring {
    width: 88px;
  }

  .reading-score > p {
    margin: 0;
  }

  .button-light {
    width: auto;
  }

  .service-card:nth-child(n + 3) {
    grid-column: span 6;
    min-height: 300px;
  }

  .dashboard-section {
    grid-template-columns: minmax(470px, 1.1fr) minmax(310px, 0.9fr);
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 70px;
    gap: 12px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .main-nav {
    padding: 16px 22px 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    left: 0;
    right: 0;
    top: 69px;
    background: var(--cream);
    border-bottom: 1px solid var(--ink);
    box-shadow: 0 20px 30px rgba(23, 24, 47, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .main-nav a:nth-last-child(-n + 2) {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .header-actions .text-button {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 730px;
  }

  .hero h1 {
    font-size: clamp(60px, 10vw, 86px);
  }

  .hero-visual {
    min-height: 530px;
  }

  .hero-image-wrap {
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip > p {
    min-height: 90px;
    grid-column: 1 / -1;
    border-top: 1px solid var(--ink);
  }

  .reading-panel {
    grid-template-columns: 1fr;
  }

  .reading-sign {
    min-height: 180px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .reading-main {
    border-right: 0;
  }

  .heading-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .tarot-section,
  .dashboard-section {
    grid-template-columns: 1fr;
  }

  .tarot-copy {
    max-width: 700px;
  }

  .tarot-deck {
    min-height: 430px;
  }

  .dashboard-preview {
    order: 2;
  }

  .dashboard-copy {
    max-width: 680px;
  }

  .responsible-section {
    grid-template-columns: auto 1fr;
  }

  .responsible-section > div:last-child {
    grid-column: 2;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(2, 0.8fr);
  }

  .footer-main > div:last-child {
    grid-column: 1 / -1;
    max-width: 500px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 78px;
  }

  .top-note {
    padding-inline: 12px;
  }

  .top-note p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-header {
    padding-inline: 17px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    width: 33px;
    font-size: 16px;
  }

  .header-actions {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 61px 20px 80px;
    gap: 53px;
  }

  .hero::before {
    display: none;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 67px);
  }

  .hero h1 span {
    margin-left: 4px;
  }

  .hero-lead {
    margin-block: 22px 27px;
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 11px 16px;
  }

  .hero-visual {
    min-height: 415px;
  }

  .hero-image-wrap {
    height: 405px;
    border-radius: 36% 36% 22px 22px;
    box-shadow: 8px 8px 0 var(--sun);
  }

  .hero-image-wrap > img {
    object-position: 55% center;
  }

  .visual-label-top {
    top: 22px;
    left: 18px;
  }

  .daily-card {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
  }

  .orbit-one {
    width: 390px;
    right: -100px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip > div,
  .trust-strip > p {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .trust-strip > p {
    grid-column: auto;
    border-top: 0;
    border-bottom: 0;
  }

  .section-pad {
    padding: 88px 20px;
  }

  .section-heading h2,
  .tarot-copy h2,
  .dashboard-copy h2,
  .responsible-section h2,
  .final-cta h2 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .centered-heading {
    margin-bottom: 38px;
  }

  .centered-heading p {
    font-size: 15px;
  }

  .zodiac-picker {
    grid-template-columns: repeat(4, 1fr);
  }

  .zodiac-button {
    min-height: 76px;
  }

  .reading-panel {
    border-radius: 21px;
    box-shadow: 6px 6px 0 var(--lilac);
  }

  .reading-sign,
  .reading-main,
  .reading-score {
    padding: 28px 22px;
  }

  .sign-orbit {
    width: 94px;
  }

  .sign-orbit span {
    width: 62px;
    height: 62px;
    font-size: 32px;
  }

  .reading-main blockquote {
    font-size: 22px;
  }

  .reading-details {
    grid-template-columns: 1fr;
  }

  .reading-score {
    align-items: center;
    flex-wrap: wrap;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card:nth-child(n) {
    grid-column: auto;
    min-height: 300px;
  }

  .tarot-section {
    gap: 45px;
  }

  .tarot-deck {
    min-height: 350px;
  }

  .tarot-card {
    width: 145px;
    margin-inline: -32px;
    border-radius: 14px;
  }

  .card-sun {
    width: 64px;
    height: 64px;
    font-size: 30px;
  }

  .card-orbit {
    width: 120px;
  }

  .dashboard-preview {
    min-height: 430px;
    grid-template-columns: 46px 1fr;
    border-radius: 18px;
    box-shadow: 7px 7px 0 var(--coral);
  }

  .preview-sidebar {
    gap: 13px;
  }

  .mini-brand,
  .preview-sidebar > span {
    width: 29px;
    height: 29px;
  }

  .preview-body {
    padding: 17px 13px;
  }

  .preview-cards {
    grid-template-columns: 1fr 0.7fr;
  }

  .preview-score {
    padding: 13px;
  }

  .preview-score strong {
    font-size: 35px;
  }

  .life-chart {
    height: 200px;
    padding: 14px;
  }

  .bars {
    height: 105px;
  }

  .steps,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    margin-bottom: 38px;
  }

  .price-card {
    min-height: auto;
  }

  .responsible-section {
    padding: 70px 22px;
    grid-template-columns: 1fr;
  }

  .responsible-section > div:last-child {
    grid-column: auto;
  }

  .faq-list summary {
    grid-template-columns: 35px 1fr auto;
    gap: 7px;
    font-size: 17px;
  }

  .faq-list details > p {
    margin-left: 42px;
  }

  .final-cta > div:last-of-type {
    width: 100%;
    flex-direction: column;
  }

  .final-cta .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 40px 24px;
  }

  .footer-main > div:first-child,
  .footer-main > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-cta {
    height: 78px;
    padding: 11px 16px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(247, 241, 232, 0.95);
    border-top: 1px solid var(--ink);
    backdrop-filter: blur(12px);
  }

  .mobile-cta .button {
    width: 100%;
    min-height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
