@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=Shippori+Mincho:wght@500;600;700&display=swap");

:root {
  --ivory: #fff8ef;
  --paper: #fffdf8;
  --rose: #efa7b6;
  --rose-soft: #f8dce2;
  --pearl: #fff4e8;
  --berry: #7a2e4d;
  --berry-deep: #42172d;
  --plum: #5b2140;
  --gold: #c7a45d;
  --gold-soft: #ead8a7;
  --ink: #1f2433;
  --muted: #6d6370;
  --jade: #5a8f7b;
  --line: rgba(122, 46, 77, 0.16);
  --shadow: 0 20px 60px rgba(31, 36, 51, 0.14);
  --font-sans: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Meiryo", system-ui, sans-serif;
  --font-serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.7;
}

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

button,
input {
  font: inherit;
}

select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  isolation: isolate;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(16px, 4vw, 44px);
  overflow: hidden;
  border-bottom: 1px solid rgba(234, 216, 167, 0.42);
  background: url("./assets/header-gold-oracle.png");
  background-position: center;
  background-size: cover;
  color: #1f1511;
  box-shadow:
    0 16px 42px rgba(31, 15, 28, 0.22),
    inset 0 -1px 0 rgba(255, 253, 248, 0.08);
}

.site-header::before {
  display: none;
  content: none;
}

.site-header::after {
  display: none;
  content: none;
}

.brand {
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 11px;
  min-width: max-content;
  color: #1f1511;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.72);
}

.brand-mark {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.brand-logo-mark {
  display: block;
  width: 100%;
  height: 100%;
  filter:
    drop-shadow(0 8px 14px rgba(31, 15, 28, 0.2))
    drop-shadow(0 1px 0 rgba(255, 253, 248, 0.72));
}

.brand-moon {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 18px rgba(234, 216, 167, 0.62);
}

.brand-moon::after {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 19px;
  height: 22px;
  border-radius: 50%;
  background: var(--berry-deep);
  content: "";
}

.brand-star {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 0 8px #fff,
    -16px 20px 0 -1px rgba(255, 255, 255, 0.72),
    8px 19px 0 -2px rgba(234, 216, 167, 0.8);
}

.brand strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.05rem;
}

.brand small {
  display: block;
  color: rgba(31, 21, 17, 0.72);
  font-size: 0.72rem;
}

.top-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 1px 4px;
  scrollbar-width: none;
  white-space: nowrap;
}

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

.top-nav a {
  position: relative;
  min-height: 42px;
  padding: 9px 17px;
  overflow: hidden;
  border: 2px solid rgba(178, 122, 44, 0.92);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 253, 238, 0.42), rgba(236, 218, 176, 0.26) 58%, rgba(190, 153, 91, 0.18)),
    rgba(255, 248, 229, 0.16);
  color: #1f1511;
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow:
    inset 0 0 0 1px rgba(255, 238, 174, 0.92),
    inset 0 1px 0 rgba(255, 253, 248, 0.44),
    inset 0 -1px 0 rgba(78, 43, 26, 0.06),
    0 0 0 1px rgba(255, 250, 222, 0.42),
    0 11px 24px rgba(31, 15, 28, 0.18),
    0 2px 8px rgba(255, 236, 180, 0.14);
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.78);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.top-nav a::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 253, 248, 0.24), transparent 28%, rgba(255, 253, 248, 0.1) 58%, transparent);
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.top-nav a:hover {
  border-color: rgba(207, 150, 52, 1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 190, 0.96),
    inset 0 1px 0 rgba(255, 253, 248, 0.5),
    inset 0 -1px 0 rgba(78, 43, 26, 0.08),
    0 0 0 1px rgba(255, 250, 222, 0.5),
    0 14px 28px rgba(31, 15, 28, 0.24),
    0 0 0 3px rgba(207, 150, 52, 0.18);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: calc(100svh - 68px);
  color: #fffdf8;
  background: var(--berry-deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 24%, rgba(234, 216, 167, 0.18), transparent 23%),
    linear-gradient(90deg, rgba(31, 15, 28, 0.9), rgba(122, 46, 77, 0.58), rgba(255, 248, 239, 0.1)),
    url("./assets/bg-four-pillars-rich.png");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: clamp(26px, 5vw, 64px);
  align-items: center;
  width: 100%;
  max-width: 1160px;
  min-width: 0;
  min-height: calc(100svh - 68px);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 76px) clamp(18px, 4vw, 42px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 1.1;
}

.lead {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1rem, 2.2vw, 1.18rem);
}

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

.primary-action,
.ghost-action,
.free-card a,
.rank-card a,
.locked-row a,
.menu-link-button,
.menu-card button {
  position: relative;
  display: inline-flex;
  gap: 10px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-action,
.free-card a,
.rank-card a,
.locked-row a,
.menu-link-button,
.menu-card button {
  border: 0;
  background:
    linear-gradient(135deg, var(--berry), var(--plum) 58%, var(--berry-deep));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 14px 26px rgba(122, 46, 77, 0.26),
    0 2px 8px rgba(31, 15, 28, 0.12);
  text-shadow: 0 1px 6px rgba(31, 15, 28, 0.42);
}

.ghost-action {
  border: 1px solid rgba(255, 253, 248, 0.28);
  color: #fffdf8;
  padding: 0 20px;
  background: rgba(255, 253, 248, 0.1);
}

.primary-action {
  padding: 0 22px;
}

.primary-action::before,
.free-card a::before,
.rank-card a::before,
.locked-row a::before,
.menu-link-button::before,
.menu-card button::before {
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 42%);
  content: "";
  pointer-events: none;
}

.primary-action:hover,
.ghost-action:hover,
.free-card a:hover,
.rank-card a:hover,
.locked-row a:hover,
.menu-link-button:hover,
.menu-card button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 18px 34px rgba(122, 46, 77, 0.34),
    0 3px 10px rgba(31, 15, 28, 0.14);
}

.button-orb {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.button-orb.subtle {
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
}

.primary-action.full {
  width: 100%;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.trust-strip span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.1);
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.84rem;
}

.hero-panel {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(232, 199, 119, 0.74);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.94) 0 4px, transparent 5px),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.74) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 74%, rgba(255, 236, 174, 0.62) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(255, 244, 226, 0.9) 48%, rgba(255, 250, 238, 0.96));
  color: var(--ink);
  box-shadow:
    0 26px 72px rgba(31, 18, 35, 0.22),
    0 0 0 1px rgba(255, 253, 248, 0.5) inset,
    0 0 34px rgba(232, 199, 119, 0.22) inset;
  backdrop-filter: blur(18px);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 24%, rgba(255, 255, 255, 0.46) 34%, transparent 46%),
    radial-gradient(circle at 18% 28%, rgba(255, 223, 149, 0.42), transparent 18%),
    radial-gradient(circle at 88% 8%, rgba(239, 167, 182, 0.22), transparent 20%);
  content: "";
  pointer-events: none;
}

.hero-panel::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(199, 164, 93, 0.34);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.panel-gem {
  position: absolute;
  top: -38px;
  right: -34px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.9), rgba(239, 167, 182, 0.38) 28%, rgba(122, 46, 77, 0.08) 58%, transparent 64%);
  pointer-events: none;
}

.hero-panel .panel-gem::after,
.method-panel::after {
  position: absolute;
  width: 12px;
  height: 12px;
  background:
    linear-gradient(90deg, transparent 45%, rgba(255, 255, 255, 0.9) 45% 55%, transparent 55%),
    linear-gradient(0deg, transparent 45%, rgba(255, 255, 255, 0.9) 45% 55%, transparent 55%);
  content: "";
  filter: drop-shadow(0 0 10px rgba(255, 230, 170, 0.8));
  pointer-events: none;
  transform: rotate(45deg);
}

.hero-panel .panel-gem::after {
  right: 68px;
  bottom: 18px;
}

.panel-top {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}

.panel-top h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.4rem;
}

.panel-top .eyebrow,
.section-heading .eyebrow,
.keyword-head .eyebrow,
.result-head .eyebrow,
.safety-section .eyebrow {
  color: var(--berry);
}

.ribbon,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(199, 164, 93, 0.2);
  background: linear-gradient(135deg, rgba(234, 216, 167, 0.34), rgba(255, 255, 255, 0.54));
  color: var(--berry);
  font-size: 0.76rem;
  font-weight: 800;
}

.ribbon {
  position: absolute;
  top: 0;
  right: 0;
}

.mock-form {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 12px;
  min-width: 0;
}

.mock-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.mock-form label span {
  color: var(--berry-deep);
  font-size: 0.84rem;
  font-weight: 800;
}

.mock-form input,
.mock-form select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(199, 164, 93, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 232, 0.9));
  color: var(--berry-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(61, 30, 42, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.mock-form input:focus,
.mock-form select:focus,
.method-form input:focus,
.method-form select:focus {
  outline: none;
  border-color: rgba(199, 164, 93, 0.82);
  background:
    linear-gradient(135deg, #fff, rgba(255, 249, 236, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 0 0 3px rgba(232, 199, 119, 0.22),
    0 12px 26px rgba(61, 30, 42, 0.12);
}

.mock-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--berry) 50%) right 16px center / 7px 7px no-repeat,
    linear-gradient(135deg, #fff, #fff8ef);
}

.mock-form button {
  border: 0;
  cursor: pointer;
}

.check-row {
  display: flex !important;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  gap: 9px !important;
  padding: 8px 10px;
  border: 1px solid rgba(199, 164, 93, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 226, 0.76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(61, 30, 42, 0.06);
}

.check-row input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--berry);
}

.check-row span {
  color: var(--berry) !important;
  overflow-wrap: anywhere;
}

.mock-form p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.mini-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.mini-points span {
  display: grid;
  min-width: 0;
  min-height: 34px;
  place-items: center;
  border: 1px solid rgba(199, 164, 93, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 243, 221, 0.72));
  color: var(--berry);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(61, 30, 42, 0.06);
}

.topic-band,
.keyword-section,
.ranking-section,
.sample-free,
.menu-section,
.how-section,
.safety-section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 44px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.section-heading h2,
.keyword-head h2,
.sample-free h2,
.safety-section h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.2;
}

.section-heading p {
  margin: 12px 0 0;
  color: var(--muted);
}

.free-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.free-card,
.rank-card,
.menu-card,
.steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(31, 36, 51, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.free-card:hover,
.rank-card:hover,
.menu-card:hover,
.steps article:hover {
  border-color: rgba(199, 164, 93, 0.38);
  box-shadow: 0 18px 52px rgba(31, 36, 51, 0.1);
  transform: translateY(-3px);
}

.free-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  overflow: hidden;
}

.free-card::after,
.rank-card::after,
.menu-card::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(199, 164, 93, 0.72), transparent);
  content: "";
}

.free-card.main {
  background:
    linear-gradient(135deg, rgba(122, 46, 77, 0.96), rgba(66, 23, 45, 0.94)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
  color: #fffdf8;
}

.free-card h3,
.rank-card h3,
.menu-card h3,
.steps h3 {
  margin: 12px 0 8px;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1.35;
}

.free-card p,
.rank-card p,
.menu-card p,
.steps p,
.result-cards span,
.locked-row p {
  margin: 0;
  color: var(--muted);
}

.free-card.main p {
  color: rgba(255, 253, 248, 0.8);
}

.free-card a,
.rank-card a,
.locked-row a {
  align-self: flex-start;
  margin-top: 18px;
  padding: 0 18px;
  font-size: 0.9rem;
}

.keyword-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  background: #fffdf8;
}

.keyword-head {
  max-width: 340px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chips a {
  padding: 10px 14px;
  border: 1px solid rgba(122, 46, 77, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--berry);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(31, 36, 51, 0.04);
  transition: background 160ms ease, transform 160ms ease, color 160ms ease;
}

.chips a:hover {
  background: var(--berry);
  color: #fff;
  transform: translateY(-2px);
}

.ranking-grid,
.menu-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.menu-grid.single-offer {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}

.rank-card {
  position: relative;
  min-height: 300px;
  padding: 22px;
  overflow: hidden;
}

.rank-card.love {
  border-color: rgba(239, 167, 182, 0.48);
}

.rank-card.life {
  border-color: rgba(199, 164, 93, 0.48);
}

.rank-card.work {
  border-color: rgba(90, 143, 123, 0.36);
}

.rank-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rank-title span {
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 900;
}

.rank-title strong {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.44), transparent 28%),
    linear-gradient(145deg, var(--berry), var(--berry-deep));
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.36rem;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 22px rgba(122, 46, 77, 0.2);
}

.rank-title strong small {
  display: block;
  margin-bottom: -2px;
  font-family: var(--font-sans);
  font-size: 0.54rem;
  font-weight: 800;
}

.sample-free {
  background: #fffdf8;
}

.result-mock {
  scroll-margin-top: 92px;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(122, 46, 77, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 239, 0.94));
  box-shadow: var(--shadow);
}

.result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.result-head h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.result-subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.result-head > span {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--berry);
  font-weight: 900;
}

.fp-chart {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 12px;
  margin-bottom: 14px;
}

.fp-chart > div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

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

.fp-pillar {
  display: grid;
  min-height: 92px;
  align-content: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(122, 46, 77, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.9), rgba(255, 255, 255, 0.9));
  text-align: center;
}

.fp-pillar.muted {
  opacity: 0.64;
}

.fp-pillar span {
  color: var(--berry);
  font-size: 0.74rem;
  font-weight: 900;
}

.fp-pillar strong {
  color: var(--berry-deep);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1.1;
}

.fp-pillar small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.element-bars {
  display: grid;
  gap: 8px;
}

.element-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 38px;
  gap: 8px;
  align-items: center;
}

.element-row span,
.element-row strong {
  color: var(--berry);
  font-size: 0.8rem;
  font-weight: 900;
}

.element-row div {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(122, 46, 77, 0.08);
}

.element-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rose), var(--gold));
}

.result-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.result-cards section {
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.result-cards p {
  margin: 0 0 8px;
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 900;
}

.result-cards h4 {
  margin: 0 0 8px;
  color: var(--berry-deep);
  font-size: 1.1rem;
}

.axis-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 12px;
  margin-top: 12px;
}

.axis-panel > div,
.axis-panel ol {
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(199, 164, 93, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(234, 216, 167, 0.18), rgba(255, 255, 255, 0.82));
}

.axis-panel > div {
  display: grid;
  gap: 8px;
}

.axis-panel > div div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.axis-panel span {
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 900;
}

.axis-panel strong,
.axis-panel li {
  color: var(--berry-deep);
  font-weight: 800;
}

.axis-panel ol {
  display: grid;
  gap: 7px;
  padding-left: 34px;
}

.evidence-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.evidence-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(122, 46, 77, 0.14);
  border-radius: 999px;
  background: #fff;
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 900;
}

.locked-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(199, 164, 93, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(234, 216, 167, 0.28), rgba(255, 253, 248, 0.8));
}

.unlock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.unlock-grid section {
  position: relative;
  min-height: 138px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(122, 46, 77, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 220, 226, 0.38));
}

.unlock-grid section::after {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.0) 0,
      rgba(255, 255, 255, 0.0) 9px,
      rgba(122, 46, 77, 0.045) 10px,
      rgba(122, 46, 77, 0.045) 11px
    );
  content: "";
  pointer-events: none;
}

.unlock-grid span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(66, 23, 45, 0.08);
  color: var(--berry);
  font-size: 0.68rem;
  font-weight: 900;
}

.unlock-grid strong {
  display: block;
  color: var(--berry-deep);
  font-size: 1rem;
}

.unlock-grid p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.menu-section {
  background: var(--ivory);
}

.menu-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 22px;
  overflow: hidden;
}

.menu-card.featured {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 250, 240, 0.92)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
  border-color: rgba(199, 164, 93, 0.58);
}

.price {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  margin: auto 0 12px;
  color: var(--berry);
  font-size: 1.8rem;
  font-weight: 900;
}

.price::before {
  color: var(--gold);
  content: "税込 ";
  font-size: 0.78rem;
  font-weight: 800;
}

.menu-card button {
  width: 100%;
  cursor: default;
}

.menu-link-button {
  width: 100%;
}

.menu-detail {
  display: grid;
  gap: 6px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.menu-detail li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.88rem;
}

.menu-detail li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.how-section {
  background: #fffdf8;
}

.steps article {
  padding: 22px;
}

.steps span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  font-weight: 900;
}

.safety-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 28px;
  background: var(--ink);
  color: #fffdf8;
}

.safety-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 253, 248, 0.76);
}

.sub-hero {
  position: relative;
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: clamp(50px, 8vw, 92px) clamp(18px, 4vw, 44px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(31, 36, 51, 0.92), rgba(122, 46, 77, 0.72)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
  color: #fffdf8;
}

.sub-hero > div {
  width: min(920px, 100%);
}

.sub-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 1.14;
}

.sub-hero p:not(.eyebrow) {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 1.02rem;
}

.compare-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}

.compare-panel section {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(31, 36, 51, 0.06);
}

.compare-panel h3 {
  margin: 0 0 8px;
  color: var(--berry-deep);
  font-family: var(--font-serif);
  font-size: 1.4rem;
}

.compare-panel p {
  margin: 0;
  color: var(--muted);
}

.checkout-shell {
  display: grid;
  min-height: calc(100svh - 72px);
  place-items: center;
  padding: clamp(38px, 7vw, 82px) clamp(18px, 4vw, 44px);
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.96), rgba(255, 253, 248, 0.86)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
}

.checkout-card {
  width: min(760px, 100%);
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(199, 164, 93, 0.42);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--shadow);
}

.checkout-card h1 {
  margin: 0;
  color: var(--berry-deep);
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.checkout-card p {
  color: var(--muted);
}

.order-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.8fr);
  gap: 12px;
  margin: 22px 0;
}

.order-box > div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.order-box span {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.order-box strong {
  display: block;
  margin-top: 5px;
  color: var(--berry);
  font-size: 1.34rem;
}

.checkout-list {
  display: grid;
  gap: 8px;
  margin: 0 0 22px;
  padding-left: 1.2rem;
  color: var(--muted);
}

.checkout-reading-note {
  margin: 24px 0 22px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.legal-note {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-table {
  overflow: hidden;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.legal-table > div {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.legal-table > div:last-child {
  border-bottom: 0;
}

.legal-table dt,
.legal-table dd {
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-table dt {
  background: rgba(255, 248, 239, 0.84);
  color: var(--berry-deep);
  font-weight: 900;
}

.checkout-button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--berry), var(--berry-deep));
  color: #fff;
  font-weight: 900;
}

.back-link {
  display: block;
  margin-top: 14px;
  color: var(--berry);
  font-weight: 800;
  text-align: center;
}

.checkout-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.76rem;
}

.checkout-legal-links a {
  color: rgba(106, 31, 64, 0.66);
  text-decoration: none;
}

.checkout-legal-links a:hover {
  color: var(--berry);
  text-decoration: underline;
}

@media (max-width: 900px) {
  .hero-inner,
  .free-grid,
  .keyword-section,
  .ranking-grid,
  .fp-chart,
  .fp-pillars,
  .result-cards,
  .unlock-grid,
  .menu-grid,
  .steps,
  .compare-panel,
  .axis-panel,
  .safety-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    overflow: visible;
    white-space: normal;
  }

  .top-nav a {
    display: grid;
    min-height: 34px;
    place-items: center;
    padding: 6px 3px;
    font-size: 0.64rem;
    line-height: 1.25;
    text-align: center;
  }

  .hero-inner {
    min-height: auto;
    width: 100%;
    max-width: 100%;
  }

  .free-card,
  .rank-card,
  .menu-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-inline: 14px;
  }

  .hero-panel {
    padding: 20px 14px;
  }

  .hero-copy h1 {
    font-size: 2.35rem;
  }

  .hero-actions,
  .locked-row,
  .result-head {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .ghost-action,
  .menu-link-button,
  .locked-row a {
    width: 100%;
  }

  .order-box {
    grid-template-columns: 1fr;
  }
}

/* Static multi-method page UI */
.method-page {
  background:
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 48%, #fff4e8 100%);
}

.method-page .top-nav a[aria-current="page"] {
  border-color: rgba(207, 150, 52, 1);
  background:
    linear-gradient(180deg, rgba(255, 253, 232, 0.58), rgba(238, 205, 128, 0.42) 52%, rgba(178, 132, 71, 0.28)),
    rgba(242, 222, 174, 0.3);
  color: #1f1511;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 242, 190, 0.98),
    inset 0 1px 0 rgba(255, 253, 248, 0.54),
    inset 0 -1px 0 rgba(74, 38, 25, 0.08),
    0 0 0 1px rgba(255, 250, 222, 0.52),
    0 15px 30px rgba(31, 15, 28, 0.26),
    0 0 0 4px rgba(207, 150, 52, 0.18),
    0 3px 10px rgba(255, 236, 180, 0.16);
}

.method-hero {
  position: relative;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  color: #fffdf8;
  background: var(--berry-deep);
}

.method-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(31, 15, 28, 0.92), rgba(122, 46, 77, 0.58), rgba(255, 248, 239, 0.1)),
    url("./assets/bg-four-pillars-rich.png");
  background-position: center;
  background-size: cover;
}

.method-western .method-hero-bg {
  background:
    radial-gradient(circle at 72% 18%, rgba(155, 180, 255, 0.34), transparent 24%),
    linear-gradient(90deg, rgba(19, 22, 54, 0.96), rgba(76, 79, 145, 0.72), rgba(255, 253, 248, 0.12)),
    url("./assets/bg-western-astrology-rich.png");
  background-position: center;
  background-size: cover;
}

.method-nine-star .method-hero-bg {
  background:
    radial-gradient(circle at 74% 20%, rgba(155, 213, 200, 0.34), transparent 24%),
    linear-gradient(90deg, rgba(12, 39, 34, 0.96), rgba(47, 117, 104, 0.72), rgba(255, 248, 239, 0.12)),
    url("./assets/bg-nine-star-rich.png");
  background-position: center;
  background-size: cover;
}

.method-palmistry .method-hero-bg {
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 235, 180, 0.32), transparent 24%),
    linear-gradient(90deg, rgba(54, 32, 20, 0.88), rgba(154, 102, 43, 0.52), rgba(255, 245, 216, 0.08)),
    url("./assets/header-gold-oracle.png");
  background-position: center;
  background-size: cover;
}

.method-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 430px);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
  width: 100%;
  max-width: 1160px;
  min-width: 0;
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(40px, 7vw, 88px) clamp(18px, 4vw, 44px);
}

.method-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.35rem, 5.7vw, 5rem);
  line-height: 1.1;
  text-shadow:
    0 3px 18px rgba(31, 15, 28, 0.48),
    0 1px 0 rgba(31, 15, 28, 0.26);
}

.method-copy .eyebrow,
.method-copy > p:not(.eyebrow):not(.method-subtitle) {
  text-shadow: 0 2px 12px rgba(31, 15, 28, 0.42);
}

.method-subtitle {
  max-width: 760px;
  margin: 12px 0 0;
  font-family: var(--font-serif);
  color: rgba(255, 253, 248, 0.93);
  font-size: 2.65rem;
  line-height: 1.18;
  text-shadow:
    0 3px 16px rgba(31, 15, 28, 0.42),
    0 1px 0 rgba(31, 15, 28, 0.22);
}

.method-panel {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(232, 199, 119, 0.7);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.94) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 14%, rgba(255, 255, 255, 0.72) 0 3px, transparent 4px),
    radial-gradient(circle at 72% 80%, rgba(255, 236, 174, 0.5) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(255, 244, 226, 0.9) 48%, rgba(255, 250, 238, 0.96));
  color: var(--ink);
  box-shadow:
    0 26px 72px rgba(31, 18, 35, 0.2),
    0 0 0 1px rgba(255, 253, 248, 0.5) inset,
    0 0 34px rgba(232, 199, 119, 0.2) inset;
}

.method-panel > * {
  position: relative;
  z-index: 1;
}

.method-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 24%, rgba(255, 255, 255, 0.42) 34%, transparent 46%),
    radial-gradient(circle at 18% 24%, rgba(255, 223, 149, 0.36), transparent 18%),
    radial-gradient(circle at 88% 8%, rgba(239, 167, 182, 0.18), transparent 20%);
  content: "";
  pointer-events: none;
}

.method-panel::after {
  top: 30px;
  right: 34px;
}

.method-panel .panel-top::after {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(199, 164, 93, 0.26);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.method-form,
.method-data-mini,
.method-data-box,
.reading-grid,
.offer-grid,
.method-switch-grid {
  position: relative;
  z-index: 1;
}

.method-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.method-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.method-form label span,
.method-data-mini span,
.method-data-box span {
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 900;
}

.method-form input,
.method-form select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(199, 164, 93, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 232, 0.9));
  color: var(--berry-deep);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(61, 30, 42, 0.08);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.method-form p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.method-form .field-note {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.55;
}

.photo-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.photo-choice-button {
  display: grid !important;
  min-height: 104px;
  align-content: center;
  gap: 6px !important;
  padding: 16px;
  border: 1px solid rgba(139, 74, 95, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, rgba(253, 227, 234, 0.62));
  color: var(--berry-deep);
  cursor: pointer;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 10px 22px rgba(61, 30, 42, 0.08);
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.78);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.photo-choice-button:hover {
  border-color: rgba(139, 74, 95, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 15px 30px rgba(61, 30, 42, 0.14);
  transform: translateY(-1px);
}

.photo-choice-button input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.photo-choice-button span {
  color: var(--berry-deep) !important;
  font-size: 1rem !important;
}

.photo-choice-button small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.method-data-mini {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.method-data-mini div,
.method-data-box div {
  padding: 12px;
  border: 1px solid rgba(122, 46, 77, 0.13);
  border-radius: 8px;
  background: #fff;
}

.method-data-mini strong,
.method-data-box strong {
  display: block;
  margin-top: 3px;
  color: var(--berry-deep);
  font-family: var(--font-serif);
  font-size: 1.22rem;
}

.method-switch-section,
.free-preview-section,
.detail-offer-section {
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 44px);
}

.method-switch-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.method-switch-card,
.offer-card {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 184px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 42px rgba(31, 36, 51, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.method-switch-card:hover,
.offer-card:hover {
  border-color: rgba(199, 164, 93, 0.46);
  box-shadow: 0 18px 52px rgba(31, 36, 51, 0.1);
  transform: translateY(-3px);
}

.method-switch-card::after,
.offer-card::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, rgba(199, 164, 93, 0.72), transparent);
  content: "";
}

.method-switch-card span,
.offer-card .tag {
  justify-self: start;
}

.method-switch-card strong,
.offer-card h3 {
  color: var(--berry-deep);
  font-family: var(--font-serif);
  font-size: 1.25rem;
  line-height: 1.35;
}

.method-switch-card small,
.offer-card p {
  color: var(--muted);
}

.method-switch-card.is-active {
  background:
    linear-gradient(135deg, rgba(122, 46, 77, 0.96), rgba(66, 23, 45, 0.94)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
  color: #fffdf8;
}

.method-switch-card.is-active strong,
.method-switch-card.is-active small {
  color: #fffdf8;
}

.free-preview-section {
  background: #fffdf8;
}

.free-result-sheet {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(122, 46, 77, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 239, 0.94));
  box-shadow: var(--shadow);
}

.free-result-sheet[hidden] {
  display: none;
}

.hero-result-sheet {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 16px;
  box-shadow: 0 14px 36px rgba(31, 36, 51, 0.1);
}

.hero-result-sheet .result-head {
  margin-bottom: 0;
}

.hero-result-sheet .result-head h3 {
  font-size: 1.3rem;
}

.hero-result-sheet .method-data-box,
.hero-result-sheet .reading-grid {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.hero-result-sheet .reading-grid section,
.hero-result-sheet .reading-grid section.wide {
  grid-column: auto;
  min-height: auto;
  padding: 14px;
}

.method-data-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 14px;
}

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

.reading-grid section {
  min-height: 170px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.reading-grid section.wide {
  grid-column: span 3;
  min-height: 132px;
  background: linear-gradient(135deg, rgba(234, 216, 167, 0.22), rgba(255, 255, 255, 0.9));
}

.reading-grid p {
  margin: 0 0 8px;
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 900;
}

.reading-grid h4 {
  margin: 0 0 8px;
  color: var(--berry-deep);
  font-size: 1.08rem;
}

.reading-grid span {
  color: var(--muted);
  line-height: 1.75;
  white-space: pre-line;
}

.result-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(199, 164, 93, 0.52);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(234, 216, 167, 0.48), rgba(255, 253, 248, 0.92)),
    radial-gradient(circle at 94% 0%, rgba(151, 52, 94, 0.16), transparent 34%);
  box-shadow: 0 18px 46px rgba(73, 28, 50, 0.12);
}

.result-next-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--berry);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-next p {
  margin: 4px 0 0;
  color: var(--muted);
}

.result-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 14px 18px;
  border: 1px solid rgba(106, 31, 64, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(164, 72, 112, 0.95), rgba(91, 22, 52, 0.98));
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
  box-shadow: 0 15px 32px rgba(91, 22, 52, 0.22);
}

.result-next-button .button-orb {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.result-next-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(91, 22, 52, 0.28);
}

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

.offer-card {
  min-height: 300px;
}

.offer-card.featured {
  border-color: rgba(199, 164, 93, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.92), rgba(255, 250, 240, 0.92)),
    url("./assets/salon-jewels.png");
  background-position: center;
  background-size: cover;
}

.price-tag {
  margin-top: auto;
  color: var(--berry);
  font-size: 1.8rem;
  font-weight: 900;
}

.method-western {
  --berry: #4c4f91;
  --berry-deep: #222348;
  --plum: #343768;
  --rose: #9bb4ff;
  --rose-soft: #e4e9ff;
  --gold: #b79b63;
  --line: rgba(76, 79, 145, 0.16);
}

.method-nine-star {
  --berry: #2f7568;
  --berry-deep: #173d38;
  --plum: #24564e;
  --rose: #9bd5c8;
  --rose-soft: #e2f5ef;
  --gold: #b79455;
  --line: rgba(47, 117, 104, 0.16);
}

.method-palmistry {
  --berry: #9a6a2f;
  --berry-deep: #463018;
  --plum: #6f4a23;
  --rose: #e8c47b;
  --rose-soft: #fff0c9;
  --gold: #d5aa58;
  --line: rgba(154, 106, 47, 0.18);
}

.palm-photo-stage {
  position: relative;
  display: grid;
  width: min(100%, 300px);
  aspect-ratio: 9 / 16;
  place-items: center;
  margin: 12px auto;
  overflow: hidden;
  border: 1px solid rgba(139, 74, 95, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(253, 227, 234, 0.72)),
    radial-gradient(circle at 20% 20%, rgba(189, 154, 89, 0.24), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.palm-photo-stage::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(139, 74, 95, 0.12);
  border-radius: 8px;
  content: "";
  pointer-events: none;
}

.palm-photo-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.palm-photo-card {
  position: relative;
  display: grid;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(139, 74, 95, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 250, 0.6)),
    linear-gradient(135deg, rgba(61, 30, 42, 0.08), rgba(189, 154, 89, 0.12));
  color: var(--berry-deep);
  text-align: center;
  backdrop-filter: blur(4px);
}

.camera-lens {
  position: absolute;
  top: 18px;
  right: 18px;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(61, 30, 42, 0.46);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.96) 0 8%, transparent 9%),
    radial-gradient(circle, rgba(139, 74, 95, 0.84) 0 38%, rgba(61, 30, 42, 0.9) 39% 100%);
  box-shadow: 0 12px 26px rgba(61, 30, 42, 0.14);
}

.palm-photo-card small {
  color: var(--berry);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.45;
}

.photo-corner {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: rgba(139, 74, 95, 0.34);
}

.photo-corner.top-left {
  top: 12px;
  left: 12px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.photo-corner.top-right {
  top: 12px;
  right: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
}

.photo-corner.bottom-left {
  bottom: 12px;
  left: 12px;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.photo-corner.bottom-right {
  right: 12px;
  bottom: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

@media (max-width: 900px) {
  .method-hero-inner,
  .method-switch-grid,
  .offer-grid,
  .reading-grid,
  .method-data-box {
    grid-template-columns: 1fr;
  }

  .method-hero-inner {
    min-height: auto;
    width: 100%;
    max-width: 100%;
  }

  .reading-grid section.wide {
    grid-column: auto;
  }

  .method-subtitle {
    font-size: 2.05rem;
  }

  .palm-photo-stage {
    width: min(100%, 330px);
  }
}

@media (max-width: 560px) {
  .method-hero {
    min-height: auto;
  }

  .method-hero-inner {
    padding-inline: 14px;
  }

  .method-panel {
    padding: 20px 14px;
  }

  .method-copy h1 {
    font-size: 2.25rem;
  }

  .method-subtitle {
    font-size: 1.55rem;
  }

  .palm-photo-stage {
    width: min(100%, 280px);
  }

  .photo-choice {
    grid-template-columns: 1fr;
  }

  .method-data-mini,
  .result-next {
    grid-template-columns: 1fr;
  }

  .result-next {
    align-items: stretch;
    flex-direction: column;
  }
}

