:root {
  color-scheme: light;
  --ink: #211a1c;
  --deep: #161315;
  --charcoal: #242022;
  --burgundy: #57262e;
  --burgundy-2: #3d1b23;
  --gold: #b9853b;
  --gold-2: #d9ad6a;
  --cream: #f8f4ed;
  --paper: #fffdf8;
  --muted: #71686a;
  --line: rgba(72, 50, 42, 0.14);
  --shadow: 0 18px 42px rgba(32, 24, 24, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fbf8f1, #f5efe5 56%, #fbf8f1);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

p {
  color: var(--muted);
  line-height: 1.65;
  overflow-wrap: break-word;
}

.svg-icon {
  display: block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 18px clamp(22px, 5vw, 76px);
  color: #fff;
  background: linear-gradient(180deg, rgba(22, 19, 21, 0.84), rgba(22, 19, 21, 0));
}

.brand img,
.footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav a,
.header-cta,
.button {
  border-radius: 8px;
}

.nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  transition: color 160ms ease;
}

.nav-icon {
  display: none;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.mobile-label {
  display: none;
}

.nav a:hover {
  color: var(--gold-2);
}

.nav a.is-active {
  color: var(--gold-2);
}

.nav a.is-active::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: var(--gold-2);
  content: "";
}

.header-cta.is-active {
  background: rgba(185, 133, 59, 0.24);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(217, 173, 106, 0.72);
  background: rgba(61, 27, 35, 0.78);
  color: #fff7e7;
  font-weight: 850;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.9fr);
  align-items: end;
  gap: 34px;
  padding: 132px clamp(22px, 6vw, 78px) 62px;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 16, 17, 0.96) 0%, rgba(18, 16, 17, 0.82) 44%, rgba(18, 16, 17, 0.36) 78%),
    linear-gradient(180deg, rgba(18, 16, 17, 0.18), rgba(18, 16, 17, 0.72)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 130px;
  background: linear-gradient(180deg, rgba(18, 16, 17, 0), rgba(18, 16, 17, 0.48));
  content: "";
}

.hero-copy {
  max-width: 720px;
  min-width: 0;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.05rem, 5.5vw, 5.35rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--gold-2);
}

.hero p {
  max-width: 555px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 880;
  letter-spacing: 0;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button .svg-icon,
.header-cta .svg-icon {
  width: 1.05rem;
  height: 1.05rem;
}

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

.button.primary {
  border-color: rgba(217, 173, 106, 0.78);
  background: linear-gradient(180deg, #66313a, #431f27);
  color: #fff8e8;
  box-shadow: 0 14px 28px rgba(67, 31, 39, 0.24);
}

.button.gold {
  background: linear-gradient(180deg, #d9ad6a, #b9853b);
  color: #fff;
  box-shadow: 0 14px 28px rgba(185, 133, 59, 0.24);
}

.button.plum {
  width: 100%;
  background: linear-gradient(180deg, #5d2b34, #3f1f26);
  color: #fff;
}

.button.submit {
  width: 100%;
  background: linear-gradient(180deg, #5d2b34, #3f1f26);
  color: #fff;
}

.status-panel {
  align-self: end;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(630px, 100%);
  border: 1px solid rgba(217, 173, 106, 0.22);
  border-radius: 8px;
  background: rgba(24, 21, 22, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.status-panel div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 14px 18px;
}

.status-panel div + div {
  border-left: 1px solid rgba(217, 173, 106, 0.18);
}

.panel-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(217, 173, 106, 0.58);
  border-radius: 999px;
  color: var(--gold-2);
}

.panel-icon .svg-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.status-panel strong,
.status-panel small {
  display: block;
}

.status-panel strong {
  color: #fff;
  line-height: 1.15;
}

.status-panel small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
}

.status-panel i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border-radius: 999px;
  background: #73c28b;
  vertical-align: middle;
}

.reader-wrap,
.services-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px clamp(18px, 5vw, 70px) 0;
}

.reader-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 1.05fr);
  gap: 18px;
}

.reader-shell > *,
.booking-section > *,
.about-section > *,
.service-card,
.reviews-section article {
  min-width: 0;
}

.reader-form,
.message-card,
.booking-form {
  border: 1px solid rgba(180, 132, 76, 0.28);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.reader-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 28px);
}

.reader-form h2,
.section-title h2,
.section-heading h2,
.flow-section h2,
.booking-visual h2,
.about-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.reader-form h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wide-field {
  grid-column: 1 / -1;
}

label {
  position: relative;
  display: grid;
  gap: 8px;
  color: #2a2223;
  font-size: 0.88rem;
  font-weight: 720;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(92, 65, 56, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: rgba(160, 48, 48, 0.68);
  background: #fff7f5;
  box-shadow: 0 0 0 3px rgba(160, 48, 48, 0.08);
}

input,
select {
  min-height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 118px;
  padding: 14px;
  resize: vertical;
}

.char-count {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #736477;
  font-size: 0.8rem;
  font-weight: 700;
}

.field-error {
  margin-top: -2px;
  color: #963333;
  font-size: 0.78rem;
  font-weight: 760;
}

.fortune-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 2px 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 111, 114, 0.2);
  border-radius: 8px;
  background: #edf8f5;
  color: #0b4f55;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
}

.fortune-notice[hidden] {
  display: none;
}

.fortune-notice a {
  flex: 0 0 auto;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fortune-notice.is-error {
  border-color: #fecaca;
  background: #fff1ef;
  color: #9b2f25;
}

.fortune-notice.is-loading {
  border-color: #bae6fd;
  background: #eff8ff;
  color: #155e75;
}

.fortune-notice.is-success {
  border-color: #a7f3d0;
  background: #ecfdf5;
  color: #047857;
}

#fortuneSubmit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.message-card.is-loading .card-reading {
  border-color: rgba(15, 111, 114, 0.42);
  box-shadow: inset 0 0 34px rgba(15, 111, 114, 0.08), 0 14px 34px rgba(15, 111, 114, 0.08);
}

.message-card {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: clamp(22px, 3vw, 34px);
}

.message-card.is-updated .card-reading {
  border-color: rgba(201, 148, 69, 0.56);
  box-shadow: inset 0 0 34px rgba(201, 148, 69, 0.12), 0 14px 34px rgba(201, 148, 69, 0.1);
}

.section-title,
.section-heading {
  display: grid;
  grid-template-columns: auto minmax(30px, 1fr);
  align-items: center;
  gap: 10px;
}

.section-title h2,
.section-heading h2 {
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  text-transform: uppercase;
}

.section-title span,
.section-heading span {
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 148, 69, 0.72), transparent);
}

.card-reading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 26px;
  align-items: center;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(185, 133, 59, 0.22);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: inset 0 0 28px rgba(185, 133, 59, 0.06);
}

.card-reading em {
  display: block;
  margin-bottom: 12px;
  color: var(--burgundy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
}

.card-reading p {
  color: #332a2c;
  white-space: pre-line;
}

.tarot-card {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
  aspect-ratio: 0.68;
  border: 4px solid #d7b17a;
  border-radius: 8px;
  background:
    linear-gradient(160deg, #2b2426, #4c252d 58%, #c09455);
  color: #fbe8b8;
  box-shadow: 0 14px 28px rgba(31, 19, 30, 0.2);
}

.tarot-card span .svg-icon {
  width: 3.4rem;
  height: 3.4rem;
}

.tarot-card strong {
  color: #2a2021;
  background: #e5c38b;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.72rem;
}

.quote-link {
  justify-self: center;
  color: #b8783e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-style: italic;
}

.services-section {
  padding-top: 20px;
  padding-bottom: 18px;
}

.section-heading {
  grid-template-columns: minmax(30px, 1fr) auto minmax(30px, 1fr);
  max-width: 560px;
  margin: 0 auto 18px;
  text-align: center;
}

.section-heading span:first-child {
  background: linear-gradient(270deg, rgba(201, 148, 69, 0.72), transparent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.service-card {
  overflow: hidden;
  border: 1px solid rgba(180, 132, 76, 0.28);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 28px rgba(32, 24, 24, 0.08);
}

.service-image {
  position: relative;
  height: 145px;
  background:
    linear-gradient(180deg, rgba(18, 16, 17, 0.04), rgba(18, 16, 17, 0.46)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.service-card.coffee .service-image {
  background-position: 68% center;
}

.service-card.love .service-image {
  background-position: 80% center;
}

.service-card.career .service-image {
  background-position: 32% center;
}

.service-image span {
  position: absolute;
  left: 18px;
  bottom: -23px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(217, 173, 106, 0.7);
  border-radius: 999px;
  background: var(--burgundy);
  color: var(--gold-2);
}

.service-image .svg-icon {
  width: 1.45rem;
  height: 1.45rem;
}

.service-body {
  display: grid;
  gap: 10px;
  padding: 28px 18px 16px;
}

.service-body h3 {
  font-size: 1.35rem;
  font-weight: 760;
}

.service-body p {
  min-height: 76px;
  color: #3a3132;
}

.service-body a {
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(180, 132, 76, 0.34);
  border-radius: 6px;
  font-weight: 760;
}

.flow-section {
  margin-top: 10px;
  padding: 22px clamp(18px, 5vw, 70px) 30px;
  background:
    linear-gradient(90deg, rgba(24, 21, 22, 0.98), rgba(54, 30, 34, 0.94)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
  color: #fff7e8;
}

.flow-section h2 {
  text-align: center;
  color: #f9e7c6;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  text-transform: uppercase;
}

.flow-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  max-width: 980px;
  margin: 16px auto 0;
}

.flow-steps div {
  display: grid;
  grid-template-columns: 70px 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(217, 173, 106, 0.68);
  border-radius: 999px;
  color: #f2d292;
}

.flow-icon .svg-icon {
  width: 1.9rem;
  height: 1.9rem;
}

.flow-steps small {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(217, 173, 106, 0.68);
  border-radius: 999px;
  color: #f2d292;
}

.flow-steps p,
.booking-visual small {
  color: rgba(255, 255, 255, 0.88);
}

.flow-steps strong {
  display: block;
  margin-bottom: 4px;
  color: #fff7e8;
  font-size: 1.1rem;
}

.flow-steps b {
  display: grid;
  place-items: center;
  color: var(--gold-2);
}

.flow-arrow .svg-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(360px, 1fr);
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(27, 23, 25, 0.96), rgba(74, 36, 43, 0.84)),
    url("/assets/hero-fal-optimized.jpg") 60% center / cover no-repeat;
}

.booking-visual {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 260px;
  color: #fff5df;
  text-align: center;
}

.booking-visual p {
  color: #fff5df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.booking-visual h2 {
  max-width: 360px;
  color: #fff5df;
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.booking-visual span {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.privacy {
  color: #6b5e66;
  font-size: 0.82rem;
  text-align: center;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: 36px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 54px clamp(18px, 5vw, 70px) 0;
}

.about-section > div {
  display: grid;
  gap: 8px;
}

.about-section > div p {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.about-section h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.reviews-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px clamp(18px, 5vw, 70px) 58px;
}

.reviews-section article {
  min-height: 120px;
  padding: 22px;
  border: 1px solid rgba(180, 132, 76, 0.26);
  border-radius: 8px;
  background: #fffdf8;
  color: #3a3132;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.55;
  box-shadow: 0 14px 34px rgba(36, 18, 35, 0.08);
}

.subpage-hero {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: 132px clamp(22px, 6vw, 78px) 56px;
  overflow: hidden;
  color: #fff;
}

.subpage-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 16, 17, 0.96), rgba(18, 16, 17, 0.76), rgba(18, 16, 17, 0.5)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
  content: "";
}

.subpage-hero h1 {
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  font-weight: 500;
  line-height: 1;
}

.subpage-hero p {
  max-width: 660px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.subpage-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(36px, 6vw, 70px) clamp(18px, 5vw, 70px);
}

.content-panel {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(180, 132, 76, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: var(--shadow);
}

.content-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 500;
}

.content-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #3a3132;
  line-height: 1.65;
}

footer {
  display: grid;
  grid-template-columns: auto minmax(230px, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 22px clamp(18px, 5vw, 70px) 28px;
  background: linear-gradient(90deg, #171415, #2a171c);
  color: rgba(255, 255, 255, 0.76);
}

footer p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(228, 183, 104, 0.5);
  border-radius: 8px;
  color: #ffe3ad;
  font-weight: 820;
}

footer small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.58);
}

.legal-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.legal-links a:hover {
  color: #ffffff;
}

.legal-text {
  white-space: pre-line;
}

.button:focus-visible,
.header-cta:focus-visible,
.nav a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(228, 183, 104, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .site-header {
    position: sticky;
    top: 0;
    grid-template-columns: 1fr auto;
    background: rgba(22, 19, 21, 0.98);
    box-shadow: 0 10px 26px rgba(22, 19, 21, 0.16);
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 10px 12px;
    border: 1px solid rgba(217, 173, 106, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav a.is-active::after {
    display: none;
  }

  .hero,
  .reader-shell,
  .booking-section,
  .about-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 74px;
  }

  .subpage-hero {
    padding: 54px 20px 42px;
  }

  .status-panel {
    justify-self: stretch;
  }

  .service-grid,
  .reviews-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    gap: 14px;
    padding: 16px 18px;
  }

  .brand img,
  .footer-brand img {
    width: 148px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 11px;
    font-size: 0.9rem;
  }

  .nav {
    display: flex;
    width: 100%;
    gap: 8px;
    font-size: 0.86rem;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 42px 16px 28px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(18, 16, 17, 0.94), rgba(18, 16, 17, 0.78) 58%, rgba(18, 16, 17, 0.92)),
      url("/assets/hero-fal-optimized.jpg") 60% center / cover no-repeat;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.55rem, 7.2vw, 1.72rem);
    line-height: 1.08;
    text-wrap: wrap;
    overflow-wrap: break-word;
  }

  .hero p {
    margin-top: 18px;
    font-size: 1rem;
    max-width: 100%;
  }

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

  .status-panel {
    grid-template-columns: 1fr;
    margin-top: 6px;
    width: 100%;
  }

  .status-panel div + div {
    border-left: 0;
    border-top: 1px solid rgba(228, 183, 104, 0.18);
  }

  .status-panel div {
    min-height: 70px;
    padding: 12px 14px;
  }

  .reader-wrap,
  .services-section {
    padding-inline: 14px;
  }

  .form-row,
  .card-reading,
  .service-grid,
  .flow-steps,
  .reviews-section,
  footer {
    grid-template-columns: 1fr;
  }

  .card-reading {
    justify-items: center;
  }

  .tarot-card {
    width: min(160px, 72%);
  }

  .reader-form,
  .message-card,
  .booking-form,
  .content-panel {
    box-shadow: 0 10px 24px rgba(32, 24, 24, 0.08);
  }

  .section-title,
  .section-heading {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .section-heading {
    max-width: none;
    margin-bottom: 14px;
  }

  .section-title span,
  .section-heading span {
    display: none;
  }

  .service-image {
    height: 132px;
  }

  .flow-steps {
    gap: 16px;
  }

  .flow-steps b {
    display: none;
  }

  .flow-steps div {
    grid-template-columns: 62px 24px minmax(0, 1fr);
  }

  .flow-icon {
    width: 62px;
    height: 62px;
  }

  .booking-section {
    padding-inline: 14px;
  }

  .booking-visual {
    min-height: auto;
    padding: 8px 0 2px;
  }

  .booking-visual h2 {
    font-size: clamp(1.75rem, 9vw, 2.4rem);
  }

  .subpage-hero {
    min-height: 280px;
  }

  .subpage-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  footer {
    gap: 18px;
    text-align: left;
  }
}

/* Premium visitor-site refresh */
:root {
  --ink: #24201d;
  --deep: #1d1916;
  --charcoal: #2a2521;
  --burgundy: #8f4f34;
  --burgundy-2: #5c3125;
  --gold: #b8793f;
  --gold-2: #d0a05a;
  --cream: #f4eee6;
  --paper: #fffdf9;
  --muted: #6f6660;
  --line: rgba(52, 42, 34, 0.14);
  --pine: #153d35;
  --shadow: 0 18px 44px rgba(45, 34, 27, 0.11);
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  background: #f4eee6;
}

.site-header {
  position: sticky;
  top: 0;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.94);
  border-bottom: 1px solid rgba(52, 42, 34, 0.1);
  box-shadow: 0 12px 32px rgba(45, 34, 27, 0.08);
  backdrop-filter: blur(16px);
}

.brand img,
.footer-brand img {
  filter: sepia(0.3) saturate(1.18) contrast(1.35) brightness(0.78);
}

.nav {
  color: #4b433d;
}

.nav a {
  padding: 10px 12px;
  border-radius: 8px;
}

.nav a:hover,
.nav a.is-active {
  color: #8f4f34;
  background: #f3e6dc;
}

.nav a.is-active::after {
  display: none;
}

.header-cta {
  border-color: transparent;
  background: #24201d;
  color: #fffaf2;
  box-shadow: 0 12px 26px rgba(36, 32, 29, 0.16);
}

.header-cta.is-active,
.header-cta:hover {
  background: #8f4f34;
}

.hero {
  min-height: clamp(510px, 72vh, 620px);
  padding-top: clamp(58px, 7vw, 88px);
  padding-bottom: 60px;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(23, 20, 17, 0.94) 0%, rgba(23, 20, 17, 0.72) 47%, rgba(23, 20, 17, 0.22) 100%),
    linear-gradient(180deg, rgba(23, 20, 17, 0.04), rgba(21, 61, 53, 0.36)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.hero::after {
  height: 170px;
  background: linear-gradient(180deg, rgba(244, 238, 230, 0), #f4eee6);
}

.hero h1 {
  max-width: 720px;
  color: #fffdf9;
  text-wrap: balance;
}

.hero h1 span {
  color: #d0a05a;
}

.hero p {
  color: rgba(255, 253, 249, 0.86);
}

.button {
  min-height: 52px;
  border-radius: 8px;
  box-shadow: none;
}

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

.button.primary,
.button.plum,
.button.submit {
  border-color: transparent;
  background: #24201d;
  color: #fffdf9;
}

.button.gold {
  border-color: transparent;
  background: #b8793f;
  color: #fffdf9;
}

.button.primary:hover,
.button.plum:hover,
.button.submit:hover {
  background: #153d35;
}

.button.gold:hover {
  background: #8f4f34;
}

.status-panel {
  border-color: rgba(255, 253, 249, 0.5);
  background: rgba(255, 253, 249, 0.92);
  box-shadow: 0 20px 48px rgba(22, 19, 16, 0.24);
}

.status-panel div + div {
  border-left-color: rgba(52, 42, 34, 0.12);
}

.status-panel strong {
  color: var(--ink);
}

.status-panel small {
  color: var(--muted);
}

.panel-icon {
  border-color: rgba(184, 121, 63, 0.35);
  color: #8f4f34;
  background: #fff8ef;
}

.reader-wrap,
.services-section,
.about-section,
.reviews-section,
.subpage-content {
  max-width: 1220px;
}

.reader-wrap {
  padding-top: 34px;
}

.reader-form,
.message-card,
.booking-form,
.service-card,
.reviews-section article,
.content-panel {
  border-color: rgba(52, 42, 34, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: 0 16px 38px rgba(45, 34, 27, 0.08);
}

.reader-form h2,
.section-title h2,
.section-heading h2,
.flow-section h2,
.booking-visual h2,
.about-section h2,
.content-panel h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.reader-form h2,
.section-title h2,
.section-heading h2 {
  color: #24201d;
}

input,
select,
textarea {
  min-width: 0;
  border-color: rgba(52, 42, 34, 0.18);
  border-radius: 8px;
  background: #fffdf9;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(184, 121, 63, 0.18);
  border-color: rgba(184, 121, 63, 0.52);
}

.section-title span,
.section-heading span,
.booking-visual span {
  background: #cfa06a;
}

.card-reading {
  border-color: rgba(52, 42, 34, 0.12);
  background: #fffaf2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.card-reading em {
  color: #8f4f34;
}

.tarot-card {
  border-color: #d0a05a;
  background: #153d35;
  color: #f9e6b8;
}

.tarot-card strong {
  color: #24201d;
  background: #e6c984;
}

.quote-link {
  color: #8f4f34;
}

.service-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 121, 63, 0.28);
  box-shadow: 0 22px 48px rgba(45, 34, 27, 0.12);
}

.service-image {
  height: 156px;
  background:
    linear-gradient(180deg, rgba(20, 18, 16, 0.03), rgba(20, 18, 16, 0.36)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.service-image span {
  border-color: rgba(255, 253, 249, 0.72);
  background: #153d35;
  color: #f0d59c;
}

.service-body a {
  border-color: rgba(52, 42, 34, 0.14);
  border-radius: 8px;
  background: #fffaf2;
}

.service-body a:hover {
  border-color: rgba(184, 121, 63, 0.34);
  color: #8f4f34;
}

.flow-section {
  background:
    linear-gradient(90deg, rgba(21, 61, 53, 0.97), rgba(36, 32, 29, 0.91)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.flow-section h2,
.flow-steps strong {
  color: #fffdf9;
}

.flow-icon,
.flow-steps small {
  border-color: rgba(240, 213, 156, 0.5);
  color: #f0d59c;
}

.booking-section {
  background:
    linear-gradient(90deg, rgba(36, 32, 29, 0.94), rgba(21, 61, 53, 0.82)),
    url("/assets/hero-fal-optimized.jpg") 60% center / cover no-repeat;
}

.booking-visual p,
.booking-visual h2 {
  color: #fffdf9;
}

.about-section > div p {
  color: #8f4f34;
}

.subpage-hero::before {
  background:
    linear-gradient(90deg, rgba(36, 32, 29, 0.95), rgba(36, 32, 29, 0.68), rgba(21, 61, 53, 0.38)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

footer {
  background: #24201d;
}

.footer-actions a {
  border-color: rgba(240, 213, 156, 0.38);
  border-radius: 8px;
  color: #f0d59c;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
    background: rgba(255, 253, 249, 0.97);
  }

  .nav a {
    border-color: rgba(52, 42, 34, 0.1);
    background: #fffaf2;
  }

  .hero {
    padding-top: 42px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  .site-header > *,
  .nav,
  .hero,
  .hero-copy {
    min-width: 0;
    max-width: 100%;
  }

  .nav {
    grid-column: auto;
  }

  .header-cta {
    width: 100%;
    min-width: 44px;
  }

  .hero {
    padding: 36px 14px 28px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(23, 20, 17, 0.92), rgba(23, 20, 17, 0.74) 58%, rgba(21, 61, 53, 0.88)),
      url("/assets/hero-fal-optimized.jpg") 60% center / cover no-repeat;
  }

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

  .hero h1 {
    width: calc(100vw - 28px);
    max-width: 100%;
    font-size: clamp(1.55rem, 7.2vw, 1.72rem);
    line-height: 1.08;
    text-wrap: wrap;
    overflow-wrap: break-word;
  }

  .hero p {
    width: min(100%, 340px);
    max-width: calc(100vw - 44px);
    overflow-wrap: anywhere;
  }

  .status-panel div + div {
    border-left: 0;
    border-top: 1px solid rgba(52, 42, 34, 0.12);
  }

  .reader-wrap,
  .services-section,
  .booking-section,
  .about-section,
  .reviews-section,
  .subpage-content {
    padding-inline: 14px;
  }

  .flow-section {
    padding-inline: 14px;
  }
}

/* Distinctive boutique UI refresh */
:root {
  --ink: #16191d;
  --deep: #101416;
  --charcoal: #20262b;
  --midnight: #123c43;
  --teal: #0f6f72;
  --iris: #5b4bc4;
  --coral: #e25f4f;
  --sun: #f2c94c;
  --mist: #eef3f0;
  --paper: #fbfcf8;
  --muted: #667077;
  --line: rgba(22, 25, 29, 0.12);
  --shadow: 0 22px 54px rgba(16, 20, 22, 0.14);
}

body {
  background:
    linear-gradient(180deg, #f7faf6 0%, #eef3f0 46%, #f8faf4 100%);
  color: var(--ink);
}

.site-header {
  color: #1b2226;
  background: rgba(251, 252, 248, 0.88);
  border-bottom: 1px solid rgba(18, 60, 67, 0.12);
  box-shadow: 0 18px 44px rgba(16, 20, 22, 0.08);
}

.brand img,
.footer-brand img {
  filter: saturate(1.15) contrast(1.18);
}

.nav {
  gap: clamp(8px, 1.5vw, 18px);
  color: #313a40;
}

.nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 14px;
}

.nav a:hover,
.nav a.is-active {
  color: #0b4f55;
  background: #e6f3f0;
  border-color: rgba(15, 111, 114, 0.16);
}

.header-cta {
  border-radius: 999px;
  background: #101416;
  color: #fbfcf8;
}

.header-cta:hover,
.header-cta.is-active {
  background: #0f6f72;
}

.hero {
  min-height: clamp(560px, 76vh, 690px);
  align-items: center;
  padding-top: clamp(48px, 6vw, 74px);
  padding-bottom: 56px;
}

.hero-bg {
  background:
    linear-gradient(90deg, rgba(9, 15, 18, 0.94) 0%, rgba(18, 60, 67, 0.78) 46%, rgba(91, 75, 196, 0.2) 100%),
    linear-gradient(180deg, rgba(226, 95, 79, 0.12), rgba(238, 243, 240, 0.86)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
  filter: saturate(0.98) hue-rotate(8deg);
}

.hero::after {
  height: 210px;
  background: linear-gradient(180deg, rgba(238, 243, 240, 0), #eef3f0);
}

.hero h1 {
  max-width: 760px;
  color: #fbfcf8;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.hero h1 span {
  color: #f2c94c;
}

.hero p {
  max-width: 610px;
  color: rgba(251, 252, 248, 0.9);
}

.button,
.header-cta,
.service-body a,
.footer-actions a {
  border-radius: 999px;
}

.button.primary,
.button.plum,
.button.submit {
  background: #0f6f72;
  color: #fbfcf8;
}

.button.gold {
  background: #e25f4f;
  color: #fbfcf8;
}

.button.primary:hover,
.button.plum:hover,
.button.submit:hover {
  background: #123c43;
}

.button.gold:hover {
  background: #5b4bc4;
}

.status-panel {
  overflow: hidden;
  border-color: rgba(251, 252, 248, 0.62);
  border-radius: 18px;
  background: rgba(251, 252, 248, 0.9);
  box-shadow: 0 24px 70px rgba(9, 15, 18, 0.24);
}

.status-panel strong {
  color: #16191d;
}

.status-panel small {
  color: #667077;
}

.status-panel div + div {
  border-left-color: rgba(18, 60, 67, 0.12);
}

.panel-icon {
  border-color: rgba(15, 111, 114, 0.2);
  background: #e7f6f2;
  color: #0f6f72;
}

.reader-wrap,
.services-section {
  padding-top: 44px;
}

.reader-form,
.message-card,
.booking-form,
.service-card,
.reviews-section article,
.content-panel {
  border-color: rgba(18, 60, 67, 0.12);
  border-radius: 18px;
  background: rgba(251, 252, 248, 0.96);
  box-shadow: 0 20px 48px rgba(16, 20, 22, 0.08);
}

.reader-form,
.message-card,
.booking-form {
  padding: clamp(22px, 3vw, 34px);
}

.reader-form h2,
.section-title h2,
.section-heading h2,
.flow-section h2,
.booking-visual h2,
.about-section h2,
.content-panel h2 {
  color: #16191d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 950;
  letter-spacing: 0;
}

label {
  color: #263136;
}

input,
select,
textarea {
  border-color: rgba(18, 60, 67, 0.18);
  border-radius: 12px;
  background: #ffffff;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  border-color: rgba(15, 111, 114, 0.55);
  outline: 3px solid rgba(15, 111, 114, 0.14);
}

.section-title span,
.section-heading span,
.booking-visual span {
  background: linear-gradient(90deg, #0f6f72, #5b4bc4, #e25f4f);
}

.card-reading {
  border-color: rgba(15, 111, 114, 0.14);
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff, #edf6f3);
}

.card-reading em,
.quote-link,
.about-section > div p {
  color: #0f6f72;
}

.tarot-card {
  border-color: #f2c94c;
  border-radius: 16px;
  background:
    linear-gradient(150deg, #123c43, #5b4bc4 58%, #e25f4f);
  color: #fff7cf;
}

.tarot-card strong {
  color: #101416;
  background: #f2c94c;
}

.service-grid {
  gap: 18px;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #0f6f72, #5b4bc4, #e25f4f);
  content: "";
}

.service-card:hover {
  border-color: rgba(91, 75, 196, 0.22);
  box-shadow: 0 28px 62px rgba(16, 20, 22, 0.14);
}

.service-image {
  height: 166px;
  background:
    linear-gradient(180deg, rgba(18, 60, 67, 0.08), rgba(18, 60, 67, 0.52)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.service-image span {
  border-color: rgba(251, 252, 248, 0.72);
  background: #101416;
  color: #f2c94c;
}

.service-body h3 {
  color: #16191d;
}

.service-body p {
  color: #3a454b;
}

.service-body a {
  background: #edf6f3;
  border-color: rgba(15, 111, 114, 0.16);
  color: #0b4f55;
}

.service-body a:hover {
  color: #5b4bc4;
  border-color: rgba(91, 75, 196, 0.28);
}

.flow-section {
  background:
    linear-gradient(90deg, rgba(16, 20, 22, 0.96), rgba(18, 60, 67, 0.92), rgba(91, 75, 196, 0.78)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.flow-section h2,
.flow-steps strong {
  color: #fbfcf8;
}

.flow-icon,
.flow-steps small {
  border-color: rgba(242, 201, 76, 0.54);
  color: #f2c94c;
}

.booking-section {
  background:
    linear-gradient(100deg, rgba(16, 20, 22, 0.94), rgba(18, 60, 67, 0.88), rgba(226, 95, 79, 0.52)),
    url("/assets/hero-fal-optimized.jpg") 62% center / cover no-repeat;
}

.booking-visual p,
.booking-visual h2,
.booking-visual small {
  color: #fbfcf8;
}

.subpage-hero::before {
  background:
    linear-gradient(90deg, rgba(16, 20, 22, 0.94), rgba(18, 60, 67, 0.74), rgba(91, 75, 196, 0.42)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

footer {
  background: #101416;
}

footer p,
footer small {
  color: rgba(251, 252, 248, 0.7);
}

.footer-actions a {
  border-color: rgba(242, 201, 76, 0.34);
  color: #f2c94c;
}

@media (max-width: 1100px) {
  .site-header {
    background: rgba(251, 252, 248, 0.96);
  }

  .nav a {
    background: #ffffff;
    border-color: rgba(18, 60, 67, 0.1);
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding: 38px 14px 30px;
  }

  .hero-bg {
    background:
      linear-gradient(180deg, rgba(16, 20, 22, 0.92), rgba(18, 60, 67, 0.74), rgba(91, 75, 196, 0.5)),
      url("/assets/hero-fal-optimized.jpg") 58% center / cover no-repeat;
  }

  .hero h1 {
    width: min(100%, 330px);
    max-width: calc(100vw - 44px);
    font-size: clamp(1.5rem, 6.8vw, 1.68rem);
    line-height: 1.12;
    text-wrap: auto;
    white-space: normal;
    overflow-wrap: normal;
  }

  .hero-actions {
    width: min(100%, calc(100vw - 28px));
  }

  .status-panel {
    border-radius: 14px;
  }

  .status-panel div + div {
    border-left: 0;
    border-top: 1px solid rgba(18, 60, 67, 0.12);
  }

  .reader-form,
  .message-card,
  .booking-form,
  .service-card,
  .reviews-section article,
  .content-panel {
    border-radius: 16px;
  }
}

/* Mobile app polish and clear brand */
.brand img {
  width: 206px;
  image-rendering: auto;
  filter: none;
}

.footer-brand img {
  filter: none;
}

.member-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: -2px 0 14px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 111, 114, 0.16);
  border-radius: 999px;
  background: #edf8f5;
  color: #0f6f72;
  font-size: 0.86rem;
  font-weight: 850;
}

.member-hero {
  min-height: 250px;
}

.member-area {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.member-grid,
.member-dashboard {
  display: grid;
  gap: 18px;
}

.member-grid {
  grid-template-columns: 0.9fr repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.member-dashboard {
  grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr));
}

.member-card {
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(18, 60, 67, 0.13);
  border-radius: 22px;
  background: rgba(251, 252, 248, 0.97);
  box-shadow: 0 18px 44px rgba(17, 23, 25, 0.08);
}

.member-card h2,
.member-card h3 {
  margin: 0 0 14px;
  color: #111719;
}

.member-card label {
  display: grid;
  gap: 7px;
  margin-bottom: 13px;
  color: #243039;
  font-weight: 850;
}

.member-card input {
  width: 100%;
  border: 1px solid rgba(18, 60, 67, 0.16);
  border-radius: 12px;
  padding: 13px 14px;
  background: #fff;
  color: #15191d;
  font: inherit;
}

.member-card .agreement-check {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  margin: 4px 0 8px;
  padding: 13px;
  border: 1px solid rgba(15, 111, 114, 0.16);
  border-radius: 12px;
  background: #f3f9f6;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
}

.member-card .agreement-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #0f6f72;
}

.agreement-check a,
.agreement-links a {
  color: #0b6268;
  font-weight: 900;
  text-underline-offset: 3px;
}

.agreement-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 5px;
}

.agreement-summary {
  margin: 0 0 14px;
  color: #68727a;
  font-size: 0.76rem;
  line-height: 1.45;
}

.agreement-summary small {
  font: inherit;
  font-weight: 850;
}

.legal-version {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 111, 114, 0.16);
  border-radius: 8px;
  background: #eef8f4;
  color: #0b6268;
  font-size: 0.8rem;
  font-weight: 850;
}

.member-kicker {
  display: block;
  margin-bottom: 7px;
  color: #0f6f72;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stat-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.stat-card strong {
  display: block;
  color: #111719;
  font-size: 1.25rem;
}

.member-benefits {
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(145deg, rgba(18, 60, 67, 0.96), rgba(15, 111, 114, 0.9)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
  color: #fff;
}

.member-benefits h2,
.member-benefits .member-kicker {
  color: #fff;
}

.benefit-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.benefit-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 850;
}

.benefit-list strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #fff;
  color: #0f6f72;
}

.button.ghost {
  border: 1px solid rgba(18, 60, 67, 0.14);
  background: #fff;
  color: #123c43;
}

.notice {
  margin-bottom: 16px;
  padding: 13px 15px;
  border-radius: 12px;
  font-weight: 850;
}

.notice.ok {
  border: 1px solid #a9d8cb;
  background: #e9f7f2;
  color: #0b5d4b;
}

.notice.err {
  border: 1px solid #edb4aa;
  background: #fff1ef;
  color: #9b2f25;
}

/* Professional account placement */
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.account-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid rgba(18, 60, 67, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #123c43;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 20, 22, 0.08);
}

.account-cta:hover,
.account-cta.is-active {
  border-color: rgba(15, 111, 114, 0.24);
  background: #e6f3f0;
  color: #0b4f55;
}

.header-actions .header-cta {
  white-space: nowrap;
}

.app-nav {
  display: none;
}

.member-hero::before {
  background:
    linear-gradient(90deg, rgba(9, 15, 18, 0.96), rgba(18, 60, 67, 0.78), rgba(15, 111, 114, 0.3)),
    url("/assets/hero-fal-optimized.jpg") center / cover no-repeat;
}

.member-card {
  position: relative;
  overflow: hidden;
}

.member-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f6f72, #5b4bc4, #e25f4f);
  content: "";
}

.member-card .button {
  width: 100%;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
    background: #eef3f0;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 14px 12px;
    background: rgba(251, 252, 248, 0.96);
    border-bottom: 1px solid rgba(18, 60, 67, 0.1);
    box-shadow: 0 12px 30px rgba(16, 20, 22, 0.1);
    backdrop-filter: none;
  }

  .brand {
    justify-self: center;
  }

  .brand img {
    width: 178px;
    max-width: 70vw;
  }

  .header-actions,
  .header-cta {
    display: none;
  }

  .desktop-nav {
    display: none;
  }

  .app-nav {
    position: fixed;
    top: auto;
    left: max(8px, env(safe-area-inset-left));
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    width: auto;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(16, 20, 22, 0.96);
    box-shadow: 0 18px 46px rgba(16, 20, 22, 0.28);
    overflow: hidden;
    backdrop-filter: blur(18px);
  }

  .site-header .app-nav {
    top: auto;
    bottom: max(8px, env(safe-area-inset-bottom));
  }

  .app-nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    min-width: 0;
    min-height: 46px;
    padding: 0 1px;
    border: 0;
    border-radius: 16px;
    background: transparent;
    color: rgba(251, 252, 248, 0.72);
    font-size: 0.6rem;
    font-weight: 850;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nav-icon {
    display: block;
    width: 18px;
    height: 18px;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: block;
  }

  .app-nav a.is-active,
  .app-nav a:hover {
    background: #0f6f72;
    color: #ffffff;
  }

  .hero {
    margin: 10px 10px 0;
    border-radius: 28px 28px 18px 18px;
    overflow: hidden;
  }

  .reader-form,
  .message-card,
  .booking-form,
  .service-card,
  .reviews-section article,
  .content-panel,
  .status-panel {
    border-radius: 22px;
  }

  .reader-wrap,
  .services-section,
  .booking-section,
  .about-section,
  .reviews-section,
  .subpage-content {
    padding-inline: 10px;
  }

  .subpage-hero {
    margin: 10px 10px 0;
    border-radius: 28px;
    overflow: hidden;
  }

  .member-area {
    width: min(100% - 20px, 520px);
    padding: 18px 0 96px;
  }

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

  .member-card {
    border-radius: 20px;
    padding: 20px;
  }
}

/* Görsel yöneticisinden gelen dosyalar için merkezi medya katmanı. */
:root {
  --media-hero-image: url("/assets/hero-fal-optimized.jpg");
  --media-subpage-hero-image: url("/assets/hero-fal-optimized.jpg");
  --media-booking-image: url("/assets/hero-fal-optimized.jpg");
  --media-flow-image: url("/assets/hero-fal-optimized.jpg");
  --media-member-image: url("/assets/hero-fal-optimized.jpg");
  --media-reader-card-image: none;
  --media-service-tarot-image: url("/assets/hero-fal-optimized.jpg");
  --media-service-coffee-image: url("/assets/hero-fal-optimized.jpg");
  --media-service-love-image: url("/assets/hero-fal-optimized.jpg");
  --media-service-career-image: url("/assets/hero-fal-optimized.jpg");
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(16, 20, 22, 0.94) 0%, rgba(16, 20, 22, 0.78) 44%, rgba(16, 20, 22, 0.26) 78%),
    linear-gradient(180deg, rgba(16, 20, 22, 0.12), rgba(16, 20, 22, 0.58)),
    var(--media-hero-image);
}

.booking-section {
  background-image:
    linear-gradient(90deg, rgba(16, 20, 22, 0.96), rgba(18, 60, 67, 0.82)),
    var(--media-booking-image);
}

.flow-section {
  background-image:
    linear-gradient(90deg, rgba(16, 20, 22, 0.96), rgba(18, 60, 67, 0.92), rgba(91, 75, 196, 0.78)),
    var(--media-flow-image);
}

.subpage-hero::before {
  background-image:
    linear-gradient(90deg, rgba(16, 20, 22, 0.94), rgba(18, 60, 67, 0.52)),
    var(--media-subpage-hero-image);
}

.member-hero::before {
  background-image:
    linear-gradient(90deg, rgba(9, 15, 18, 0.96), rgba(18, 60, 67, 0.78), rgba(15, 111, 114, 0.3)),
    var(--media-member-image);
}

.member-benefits {
  background-image:
    linear-gradient(145deg, rgba(18, 60, 67, 0.96), rgba(15, 111, 114, 0.9)),
    var(--media-member-image);
}

.service-image {
  background-image:
    linear-gradient(180deg, rgba(16, 20, 22, 0.04), rgba(16, 20, 22, 0.38)),
    var(--media-service-tarot-image);
}

.service-card.coffee .service-image {
  background-image:
    linear-gradient(180deg, rgba(16, 20, 22, 0.04), rgba(16, 20, 22, 0.38)),
    var(--media-service-coffee-image);
}

.service-card.love .service-image {
  background-image:
    linear-gradient(180deg, rgba(16, 20, 22, 0.04), rgba(16, 20, 22, 0.38)),
    var(--media-service-love-image);
}

.service-card.career .service-image {
  background-image:
    linear-gradient(180deg, rgba(16, 20, 22, 0.04), rgba(16, 20, 22, 0.38)),
    var(--media-service-career-image);
}

.tarot-card {
  background-image:
    linear-gradient(150deg, rgba(18, 60, 67, 0.82), rgba(91, 75, 196, 0.62) 58%, rgba(226, 95, 79, 0.62)),
    var(--media-reader-card-image);
  background-position: center;
  background-size: cover;
}

@media (max-width: 640px) {
  .fortune-notice {
    align-items: flex-start;
    flex-direction: column;
  }
}
