:root {
  --ink: #0d2d4b;
  --ink-soft: #2c4d69;
  --gold: #b88935;
  --gold-soft: #ead1a0;
  --paper: #fffaf3;
  --mist: #e7f1f3;
  --line: rgba(184, 137, 53, 0.28);
  --shadow: 0 24px 70px rgba(18, 42, 64, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 12% 8%, rgba(234, 209, 160, 0.32), transparent 25rem),
    radial-gradient(circle at 88% 12%, rgba(231, 241, 243, 0.9), transparent 32rem),
    linear-gradient(135deg, #fffdf9, #f8efe5 54%, #eef7f8);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(118deg, transparent 0 30px, rgba(184, 137, 53, 0.035) 31px 32px);
  mask-image: linear-gradient(90deg, transparent 0 62%, #000 90%);
}

a {
  color: inherit;
}

.site-header,
.section,
.site-footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font: 500 1.45rem var(--serif);
  letter-spacing: 0.18em;
}

.brand-mark {
  width: 44px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.logo-brand-mark {
  overflow: visible;
  background: transparent;
}

.logo-brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mini-logo-frame,
.mini-logo-sun,
.mini-logo-stem,
.mini-logo-leaf {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-logo-rays,
.mini-logo-wave {
  fill: none;
  stroke: rgba(13, 45, 75, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-logo-wave.soft {
  stroke: rgba(118, 154, 163, 0.76);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main-nav a {
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 10px 12px;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav .nav-cta {
  background: rgba(184, 137, 53, 0.14);
  color: var(--ink);
}

.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.9);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
}

.section {
  padding: clamp(56px, 8vw, 94px) 0;
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.78fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  padding-top: 26px;
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font: italic 1.05rem var(--serif);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
}

h1 {
  max-width: 770px;
  font-size: clamp(3.3rem, 7vw, 6.7rem);
  line-height: 0.95;
}

.hero-title-small {
  max-width: 820px;
  font-size: clamp(2rem, 3.9vw, 3.75rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1;
}

.gold-section-title {
  color: var(--gold);
}

.title-line {
  display: block;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.12;
}

p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.55;
}

.hero-lead {
  max-width: 610px;
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.session-strip {
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 2px;
  padding: 12px 16px;
  border: 1px solid rgba(184, 137, 53, 0.36);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(231, 241, 243, 0.95), rgba(255, 250, 243, 0.82));
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(18, 42, 64, 0.08);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 850;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--ink);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 250, 243, 0.76);
}

.button:hover {
  filter: brightness(0.96);
}

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

.trust-row span,
.package-type,
.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.72);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-image-frame {
  min-height: 0;
  align-self: center;
  justify-self: center;
  width: min(430px, 100%);
  aspect-ratio: 0.79;
  padding: 12px;
  border: 1px solid rgba(184, 137, 53, 0.3);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.8);
  box-shadow: var(--shadow);
}

.hero-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.visual-card {
  width: min(390px, 100%);
  aspect-ratio: 0.78;
  padding: 42px;
  border: 1.5px solid rgba(184, 137, 53, 0.5);
  border-radius: 46% 46% 34% 34%;
  background:
    radial-gradient(circle at 50% 18%, rgba(184, 137, 53, 0.12) 0 58px, transparent 60px),
    linear-gradient(150deg, rgba(231, 241, 243, 0.74), rgba(255, 250, 243, 0.8));
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.visual-card::before {
  content: "";
  position: absolute;
  left: 10%;
  right: -20%;
  top: 35%;
  height: 56px;
  border-radius: 50%;
  border-top: 18px solid rgba(118, 154, 163, 0.28);
  transform: rotate(-8deg);
}

.visual-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 36%;
  width: 70px;
  height: 110px;
  border-left: 3px solid rgba(184, 137, 53, 0.7);
  border-bottom: 3px solid rgba(184, 137, 53, 0.45);
  border-radius: 0 0 0 28px;
}

.sun {
  position: absolute;
  top: 62px;
  left: calc(50% - 24px);
  width: 48px;
  aspect-ratio: 1;
  border: 3px solid var(--gold);
  border-radius: 50%;
}

.sprout {
  position: absolute;
  left: 50%;
  bottom: 46%;
  width: 86px;
  height: 54px;
  transform: translateX(-16%);
}

.sprout::before,
.sprout::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 24px;
  border: 2px solid rgba(118, 154, 163, 0.7);
  border-radius: 50% 0 50% 0;
}

.sprout::before {
  left: 0;
  transform: rotate(24deg);
}

.sprout::after {
  right: 0;
  transform: scaleX(-1) rotate(24deg);
}

.visual-card strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font: 500 2rem var(--serif);
}

.section-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  text-align: center;
}

.section-heading p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.eemr-info {
  padding-top: clamp(64px, 8vw, 108px);
}

.eemr-copy {
  max-width: 900px;
}

.eemr-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.eemr-emotion-box,
.eemr-logo-box {
  border: 1px solid rgba(184, 137, 53, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 250, 243, 0.96), rgba(231, 241, 243, 0.72) 68%, rgba(255, 250, 243, 0.7)),
    linear-gradient(135deg, rgba(231, 241, 243, 0.72), rgba(255, 250, 243, 0.9));
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.09);
}

.eemr-emotion-box {
  aspect-ratio: 1.58;
  overflow: hidden;
  padding: 10px;
}

.eemr-emotion-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.eemr-method-layout {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  margin-top: clamp(34px, 5vw, 58px);
}

.eemr-logo-box {
  min-height: 280px;
  padding: 30px;
  display: grid;
  place-items: center;
}

.eemr-logo-box img {
  display: block;
  width: min(210px, 100%);
  height: auto;
}

.eemr-copy p {
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
}

.eemr-deep-copy {
  max-width: 920px;
  margin: 0;
}

.eemr-deep-copy p {
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
}

.identify-block {
  margin-top: clamp(42px, 6vw, 68px);
}

.identify-block h3 {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

.identify-item,
.goal-card {
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
}

.identify-item {
  min-height: 122px;
  padding: 16px;
  display: grid;
  grid-template-columns: 68px 1fr 26px;
  gap: 12px;
  align-items: center;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.identify-item:hover {
  border-color: rgba(184, 137, 53, 0.46);
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.1);
  transform: translateY(-2px);
}

.identify-item .card-title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.42;
  align-self: center;
}

.identify-item .concept-icon {
  align-self: center;
}

.expand-plus {
  display: grid;
  place-items: center;
  width: 24px;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 137, 53, 0.34);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 250, 243, 0.8);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.card-detail {
  grid-column: 2 / 4;
  max-height: 0;
  overflow: hidden;
  color: var(--ink-soft);
  line-height: 1.55;
  opacity: 0;
  transition: max-height 260ms ease, opacity 200ms ease, margin-top 200ms ease;
}

.identify-item[aria-expanded="true"] .card-detail,
.session-step-card[aria-expanded="true"] .card-detail {
  max-height: 220px;
  margin-top: 2px;
  opacity: 1;
}

.identify-item[aria-expanded="true"] {
  align-items: center;
}

.identify-item[aria-expanded="true"] .concept-icon {
  grid-row: 1 / 3;
  align-self: center;
}

.identify-item[aria-expanded="true"] .expand-plus {
  align-self: start;
}

.identify-item[aria-expanded="true"] .expand-plus,
.session-step-card[aria-expanded="true"] .expand-plus {
  transform: rotate(45deg);
  background: rgba(231, 241, 243, 0.92);
}

.concept-icon {
  width: 68px;
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 250, 243, 0.88), transparent 48%),
    linear-gradient(135deg, rgba(231, 241, 243, 0.88), rgba(255, 250, 243, 0.9));
  border: 1px solid rgba(184, 137, 53, 0.22);
  display: grid;
  place-items: center;
  flex: none;
}

.concept-icon svg {
  width: 58px;
  height: 58px;
  overflow: visible;
}

.concept-icon .line {
  fill: none;
  stroke: rgba(13, 45, 75, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.concept-icon .gold-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.concept-icon .soft-fill {
  fill: rgba(118, 154, 163, 0.18);
}

.concept-icon .gold-fill {
  fill: var(--gold);
}

.goal-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 18px;
}

.goal-icon {
  width: 76px;
}

.goal-icon svg {
  width: 64px;
  height: 64px;
}

.goal-card p {
  margin: 0;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.quote-moment {
  margin: 46px auto 42px;
  text-align: center;
}

.eemr-quote {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.95vw, 1.72rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.32;
}

.quote-flourish {
  display: block;
  width: min(260px, 72%);
  height: auto;
  margin: 10px auto 0;
}

.quote-flourish path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.78;
}

.therapy-note {
  margin-top: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(118, 154, 163, 0.28);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(231, 241, 243, 0.95), rgba(241, 248, 249, 0.72));
  color: var(--ink);
  font-weight: 700;
  line-height: 1.55;
}

.bottom-therapy-note {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto 28px;
  text-align: center;
}

.method-grid,
.package-grid,
.proof-faq,
.contact-section {
  display: grid;
  gap: 18px;
}

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

.package-grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

.proof-faq,
.contact-section {
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 66px);
}

.method-step,
.package-card,
.proof-card,
.faq details,
.inquiry-form,
.contact-copy,
.note-line {
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
}

.method-step,
.proof-card,
.contact-copy {
  padding: 26px;
}

.method-step span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  margin-bottom: 18px;
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  font-weight: 850;
}

.note-line {
  margin-top: 18px;
  padding: 16px 18px;
  color: var(--ink-soft);
}

.session-line {
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 12px;
  padding: 11px 15px;
  border: 1px solid rgba(184, 137, 53, 0.34);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(231, 241, 243, 0.92), rgba(255, 250, 243, 0.84));
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.session-comfort-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 26px 0 34px;
}

.session-comfort-grid article,
.session-notice {
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
}

.session-comfort-grid article {
  min-height: 108px;
  padding: 16px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 14px;
  align-items: center;
}

.session-comfort-grid p {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.42;
}

.typical-session h3 {
  color: var(--gold);
  margin-bottom: 16px;
}

.session-step-list {
  display: grid;
  gap: 0;
  max-width: 900px;
  margin-top: 6px;
}

.session-step-card {
  position: relative;
  padding: 20px 0 20px 72px;
  display: grid;
  grid-template-columns: 1fr;
  color: inherit;
  border-bottom: 1px solid rgba(184, 137, 53, 0.18);
}

.session-step-card::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 62px;
  bottom: -18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(184, 137, 53, 0.34), rgba(118, 154, 163, 0.2));
}

.session-step-card:last-child {
  border-bottom: 0;
}

.session-step-card:last-child::before {
  display: none;
}

.step-number {
  position: absolute;
  left: 0;
  top: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  color: var(--gold);
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.95), rgba(231, 241, 243, 0.7));
  font-weight: 900;
}

.session-step-card h4 {
  margin: 0 0 7px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
}

.session-step-card p {
  margin: 0;
  max-width: 760px;
}

.session-step-card .card-title {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.42;
}

.session-step-card .card-detail {
  grid-column: 2 / 4;
}

.session-quote {
  margin: 48px auto 34px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.session-quote .eemr-quote {
  color: var(--ink);
}

.session-quote p:not(.eemr-quote) {
  max-width: 760px;
  margin: 10px auto 0;
  font-size: 0.98rem;
}

.session-notice {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-color: rgba(118, 154, 163, 0.28);
  background: linear-gradient(135deg, rgba(231, 241, 243, 0.94), rgba(241, 248, 249, 0.74));
}

.star-icon {
  width: 96px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(184, 137, 53, 0.28);
  background: rgba(255, 250, 243, 0.72);
}

.star-icon svg {
  width: 72px;
  height: 72px;
}

.star-icon path {
  fill: rgba(184, 137, 53, 0.14);
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linejoin: round;
}

.session-notice h3 {
  color: var(--ink);
  margin-bottom: 10px;
}

.session-notice ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.session-notice li::before {
  content: "•";
  color: var(--gold);
  margin-right: 8px;
}

.phases-section {
  padding-top: clamp(64px, 8vw, 104px);
}

.why-sessions h3 {
  margin: 8px 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.reason-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 auto 42px;
}

.reason-item {
  text-align: center;
}

.mini-icon {
  width: 64px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(231, 241, 243, 0.88), rgba(255, 250, 243, 0.92));
  border: 1px solid rgba(184, 137, 53, 0.22);
}

.mini-icon svg {
  width: 50px;
  height: 50px;
  overflow: visible;
}

.mini-icon .line {
  fill: none;
  stroke: rgba(13, 45, 75, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-icon .gold-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-icon .soft-fill {
  fill: rgba(118, 154, 163, 0.18);
}

.mini-icon .gold-fill {
  fill: var(--gold);
}

.reason-item p {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
  line-height: 1.42;
}

.readiness-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.76), rgba(231, 241, 243, 0.62));
  border: 1px solid rgba(184, 137, 53, 0.2);
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
}

.readiness-block h3 {
  color: var(--ink);
  margin-bottom: 18px;
}

.readiness-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  color: var(--ink-soft);
  font-weight: 700;
}

.readiness-block li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
}

.check-icon {
  display: grid;
  place-items: center;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(184, 137, 53, 0.32);
  color: var(--gold);
  background: rgba(255, 250, 243, 0.82);
  font-weight: 900;
}

.dependency-quote {
  max-width: 820px;
  margin: 42px auto 0;
  text-align: center;
}

.heart-icon {
  width: 68px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.72);
  border: 1px solid rgba(184, 137, 53, 0.24);
}

.heart-icon svg {
  width: 46px;
  height: 46px;
}

.heart-icon path {
  fill: rgba(184, 137, 53, 0.16);
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linejoin: round;
}

.dependency-quote p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  font-style: italic;
  line-height: 1.32;
}

.starting-point {
  max-width: 760px;
  margin: 10px auto 42px;
  text-align: center;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.19rem, 1.44vw, 1.31rem);
  line-height: 1.35;
}

.starting-point em {
  color: var(--gold);
  font-style: italic;
}

.packages {
  padding-top: 80px;
}

.packages-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.package-card {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: center;
}

.package-card.featured {
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(231, 241, 243, 0.68));
  border-color: rgba(184, 137, 53, 0.5);
  transform: translateY(-10px);
}

.package-card .badge {
  margin-left: auto;
  margin-right: auto;
}

.package-card h3 {
  margin-top: 4px;
  color: var(--ink);
  text-align: center;
}

.session-count {
  margin: -8px 0 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.2;
  text-align: center;
}

.price {
  margin: 6px 0;
  color: var(--ink);
  font: 500 clamp(2.6rem, 4.4vw, 3.8rem) var(--serif);
  line-height: 1;
}

.package-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
}

.package-card li::before {
  content: "✓";
  color: var(--gold);
  font-weight: 900;
  margin-right: 8px;
}

.package-card .button {
  margin-top: auto;
}

.proof-card p:last-child {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-style: italic;
}

.faq details {
  padding: 18px 20px;
  margin-bottom: 12px;
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.22rem;
}

.faq p {
  margin-bottom: 0;
}

.client-section {
  padding-top: clamp(64px, 8vw, 104px);
}

.client-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.featured-testimonial {
  max-width: 960px;
  margin: 0 auto 28px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(184, 137, 53, 0.26);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(231, 241, 243, 0.82), transparent 24rem),
    rgba(255, 250, 243, 0.78);
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.09);
}

.featured-testimonial h3 {
  margin-bottom: 14px;
  color: var(--gold);
  font-weight: 700;
}

.featured-testimonial p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 30px 0 36px;
}

.quote-grid blockquote {
  margin: 0;
  text-align: center;
}

.quote-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(184, 137, 53, 0.16);
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.quote-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
  line-height: 1.52;
}

.media-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 36px 0 38px;
}

.media-review-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(231, 241, 243, 0.78), transparent 16rem),
    rgba(255, 250, 243, 0.76);
  box-shadow: 0 16px 46px rgba(18, 42, 64, 0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.media-icon {
  width: 70px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 250, 243, 0.8);
  border: 1px solid rgba(184, 137, 53, 0.22);
}

.media-icon svg {
  width: 58px;
  height: 58px;
}

.media-icon .soft-fill {
  fill: rgba(118, 154, 163, 0.16);
}

.media-icon .line {
  fill: none;
  stroke: rgba(13, 45, 75, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.media-icon .gold-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.media-icon .gold-fill {
  fill: var(--gold);
}

.media-review-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.5rem);
}

.media-review-card p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-style: italic;
}

.media-review-card audio {
  width: 100%;
  margin-top: auto;
  accent-color: var(--gold);
}

.video-coming-soon {
  width: 100%;
  margin-top: auto;
  padding: 14px 16px;
  border: 1px dashed rgba(184, 137, 53, 0.42);
  border-radius: 8px;
  color: var(--gold);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 250, 243, 0.62);
}

.mini-eemr-logo {
  width: 92px;
  margin: 12px auto 26px;
}

.mini-eemr-logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.logo-frame,
.logo-sun,
.logo-stem,
.logo-leaf {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-ray,
.logo-wave {
  fill: none;
  stroke: rgba(13, 45, 75, 0.82);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-wave.soft {
  stroke: rgba(118, 154, 163, 0.72);
}

.faq-section {
  max-width: 980px;
  margin: 0 auto;
}

.faq-section h2 {
  margin-bottom: 24px;
  text-align: center;
  color: var(--ink);
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-list article {
  padding: 18px 0;
  border-bottom: 1px solid rgba(184, 137, 53, 0.2);
}

.faq-list article:first-child {
  border-top: 1px solid rgba(184, 137, 53, 0.2);
}

.faq-list h3 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.faq-list p {
  max-width: 820px;
  margin: 0;
}

.contact-section {
  display: block;
  padding-bottom: 90px;
}

.contact-heading {
  text-align: center;
  margin-bottom: 34px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 66px);
  align-items: center;
}

.final-image-frame {
  padding: 12px;
  border: 1px solid rgba(184, 137, 53, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
  box-shadow: 0 18px 54px rgba(18, 42, 64, 0.09);
}

.final-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.contact-side {
  display: grid;
  gap: 18px;
  align-self: center;
  transform: translateY(26px);
}

.contact-identity-card {
  padding: 28px;
  border: 1px solid rgba(184, 137, 53, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 250, 243, 0.84), rgba(231, 241, 243, 0.64));
  box-shadow: 0 16px 50px rgba(18, 42, 64, 0.07);
  text-align: center;
}

.contact-identity-card h3 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.contact-identity-card p {
  margin: 8px 0 18px;
  color: var(--gold);
  font-weight: 800;
}

.contact-identity-card .contact-bio {
  max-width: 560px;
  margin: 22px auto 0;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
}

.contact-title-break {
  display: inline-block;
}

.contact-identity-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.mail-icon {
  width: 34px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(184, 137, 53, 0.32);
  background: rgba(255, 250, 243, 0.82);
}

.mail-icon svg {
  width: 22px;
  height: 22px;
}

.mail-icon rect,
.mail-icon path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.contact-methods a,
.contact-methods span {
  display: block;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  font-weight: 850;
  text-decoration: none;
}

.inquiry-form {
  padding: 28px;
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  font: 1rem var(--sans);
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
}

.site-footer div {
  display: grid;
  gap: 5px;
}

.footer-insights {
  max-width: 360px;
}

.footer-insights a {
  width: fit-content;
  color: var(--gold);
  font-weight: 850;
  text-decoration: none;
}

.footer-insights a:hover {
  color: var(--ink);
}

.footer-copy {
  flex: 0 0 100%;
  margin: 6px 0 0;
  text-align: center;
  color: rgba(54, 82, 106, 0.78);
  font-size: 0.88rem;
}

@media (max-width: 980px) {
  .menu-button {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 243, 0.98);
    box-shadow: var(--shadow);
    flex-wrap: wrap;
  }

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

  .hero,
  .eemr-intro-layout,
  .eemr-method-layout,
  .proof-faq,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .final-image-frame {
    max-width: 620px;
    margin: 0 auto;
  }

  .contact-side {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    transform: none;
  }

  .eemr-emotion-box,
  .eemr-logo-box {
    min-height: 220px;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }

  .eemr-emotion-box {
    max-width: 620px;
    min-height: 0;
  }

  .hero {
    min-height: auto;
  }

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

  .identify-grid,
  .session-comfort-grid,
  .session-step-list,
  .method-grid,
  .reason-row,
  .quote-grid,
  .package-grid {
    grid-template-columns: 1fr 1fr;
  }

  .goal-card {
    grid-template-columns: 82px 1fr;
  }

  .package-card.featured {
    transform: none;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .site-footer {
    width: min(100% - 24px, 1160px);
  }

  .brand {
    font-size: 1.12rem;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .hero-title-small {
    font-size: clamp(1.85rem, 9vw, 2.85rem);
  }

  .section {
    padding: 52px 0;
  }

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

  .hero-image-frame {
    width: min(330px, 100%);
  }

  .visual-card {
    width: min(290px, 100%);
    padding: 32px;
  }

  .visual-card strong {
    font-size: 1.55rem;
  }

  .identify-grid,
  .session-comfort-grid,
  .session-step-list,
  .method-grid,
  .reason-row,
  .quote-grid,
  .media-review-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .identify-item {
    grid-template-columns: 60px 1fr 26px;
  }

  .concept-icon {
    width: 60px;
  }

  .concept-icon svg {
    width: 50px;
    height: 50px;
  }

  .goal-card {
    grid-template-columns: 70px 1fr;
  }

  .session-comfort-grid article {
    grid-template-columns: 60px 1fr;
  }

  .session-step-card {
    padding-left: 58px;
  }

  .session-notice {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .star-icon {
    margin: 0 auto;
  }

  .card-detail {
    grid-column: 1 / 4;
  }

  .site-footer {
    flex-direction: column;
  }
}
