:root {
  --ink: #211c18;
  --deep: #33433a;
  --forest: #33433a;
  --pine: #33433a;
  --moss: #687766;
  --rose: #f4ddd5;
  --clay: #b0956e;
  --terracotta: #b0956e;
  --amber: #b0956e;
  --sand: #d8c3a5;
  --cream: #faf5ef;
  --paper: #faf5ef;
  --mist: #d8c3a5;
  --blush: #f4ddd5;
  --line: rgba(51, 67, 58, 0.18);
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(51, 67, 58, 0.18);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, Arial, sans-serif;
}

/* v1.0.20: calmer, consultation-led pricing presentation. */
.pricing {
  background: var(--cream);
}

.pricing::before {
  display: none;
}

.pricing-showcase {
  display: grid;
  gap: 22px;
}

.pricing-callout {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 26px 30px;
  border: 1px solid rgba(51, 67, 58, 0.18);
  border-left: 0;
  border-radius: 8px;
  background: var(--deep);
  color: var(--cream);
  box-shadow: 0 16px 44px rgba(20, 33, 31, 0.12);
}

.pricing-callout-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.pricing-callout span,
.price-card-top span {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-callout span {
  margin: 0;
  border: 1px solid rgba(250, 245, 239, 0.3);
  background: rgba(250, 245, 239, 0.1);
  color: var(--cream);
}

.pricing-callout h3 {
  margin: 0 0 5px;
  color: var(--cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.08;
}

.pricing-callout p {
  max-width: 680px;
  margin: 0;
  color: rgba(250, 245, 239, 0.76);
  font-size: 0.91rem;
  line-height: 1.55;
}

.pricing-callout > strong {
  margin: 0;
  color: var(--sand);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}

.pricing-callout .button {
  min-width: 210px;
  background: var(--sand);
  color: var(--deep);
}

.pricing-callout .button:hover,
.pricing-callout .button:focus-visible {
  background: var(--sand);
  color: var(--deep);
  box-shadow: 0 10px 26px rgba(20, 33, 31, 0.2);
  transform: translateY(-2px);
}

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

.pricing-card,
.pricing-card.featured {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 30px;
  overflow: visible;
  border: 1px solid rgba(51, 67, 58, 0.16) !important;
  border-top: 4px solid var(--sand) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 248, 0.76) !important;
  box-shadow: 0 12px 34px rgba(20, 33, 31, 0.06) !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card.featured {
  border-top-color: var(--deep) !important;
}

.pricing-card:hover {
  padding: 30px;
  background: rgba(255, 253, 248, 0.76) !important;
  box-shadow: 0 18px 42px rgba(20, 33, 31, 0.1) !important;
  transform: translateY(-3px);
}

.pricing-card::before {
  display: none;
}

.price-card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.price-card-top span {
  grid-column: auto;
  grid-row: auto;
  background: var(--blush);
  color: var(--deep);
}

.pricing-card-heading h3 {
  margin: 0 0 5px;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.08;
}

.pricing-card-heading p {
  margin: 0;
  color: rgba(33, 28, 24, 0.62);
  font-size: 0.88rem;
}

.price-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  gap: 18px;
  margin-top: 24px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(51, 67, 58, 0.14);
}

.price-amount {
  display: flex;
  align-items: baseline;
  gap: 9px;
  white-space: nowrap;
}

.price-amount strong {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.22rem, 1.6vw, 1.48rem);
  line-height: 1;
}

.price-amount small {
  color: var(--clay);
  font-size: 0.69rem;
  font-weight: 900;
}

.price-main > p {
  justify-self: end;
  margin: 0;
  color: rgba(33, 28, 24, 0.62);
  font-size: 0.82rem;
  line-height: 1.48;
  text-align: right;
}

.package-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.package-option {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(82px, 1fr) auto auto;
  align-items: baseline;
  gap: 6px 10px;
  position: relative;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 67, 58, 0.18);
}

.package-option > span {
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 800;
}

.package-option > strong {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.package-option > small {
  color: var(--clay);
  font-size: 0.66rem;
  font-weight: 900;
  white-space: nowrap;
}

.package-option > p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(33, 28, 24, 0.56);
  font-size: 0.74rem;
  line-height: 1.45;
}

.package-option > em {
  position: static;
  grid-column: 1 / -1;
  justify-self: start;
  margin: -5px 0 2px;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--cream);
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 1080px) {
  .pricing-callout {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .pricing-callout .button {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .pricing-card,
  .pricing-card:hover {
    padding: 26px;
  }

  .price-main {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .price-main > p {
    justify-self: start;
    text-align: left;
  }

  .package-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .pricing-callout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }

  .pricing-callout-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pricing-callout > strong {
    font-size: 1.15rem;
  }

  .pricing-callout .button {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .pricing-card,
  .pricing-card:hover {
    padding: 22px 20px;
  }

  .price-main {
    margin-top: 20px;
  }

  .package-options {
    gap: 16px;
  }

  .package-option {
    grid-template-columns: minmax(80px, 1fr) auto auto;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id],
.offer-card[id] {
  scroll-margin-top: 82px;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

body.menu-open,
body.about-modal-open {
  overflow: hidden;
}

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

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

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  transform: translateY(-120px);
  padding: 10px 14px;
  background: var(--terracotta);
  color: var(--ink);
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 7px clamp(18px, 3.5vw, 56px);
  background: rgba(51, 67, 58, 0.96);
  color: var(--cream);
  box-shadow: 0 12px 48px rgba(33, 28, 24, 0.1);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(51, 67, 58, 0.98);
  color: var(--cream);
  box-shadow: 0 12px 48px rgba(33, 28, 24, 0.14);
  backdrop-filter: blur(18px);
}

body.admin-bar .site-header {
  top: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: transparent;
  opacity: 0.76;
  mix-blend-mode: screen;
}

.brand-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.05;
}

.brand-copy small {
  max-width: 250px;
  color: rgba(250, 245, 239, 0.74);
  font-size: 0.52rem;
  font-weight: 650;
  line-height: 1.2;
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(9px, 1vw, 16px);
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav a {
  position: relative;
  padding: 8px 0;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--terracotta);
  transition: transform 160ms ease;
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav-mobile-label,
.nav-mobile-cta,
.nav-mobile-meta {
  display: none;
}

.header-actions,
.language-switch,
.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  padding: 4px;
  border: 1px solid rgba(250, 245, 239, 0.45);
  border-radius: 999px;
}

.language-switch button,
.language-switch a {
  min-width: 38px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.site-header .language-switch button,
.site-header .language-switch a {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 28px !important;
  min-height: 28px !important;
  display: inline-grid;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1 !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.site-header .language-switch button[aria-pressed="true"],
.site-header .language-switch a.is-active {
  background: var(--cream) !important;
  color: var(--deep) !important;
}

.site-header:not(.is-scrolled):not(.is-open) .language-switch button[aria-pressed="true"],
.site-header:not(.is-scrolled):not(.is-open) .language-switch a.is-active {
  background: var(--cream);
  color: var(--deep);
}

.nav-toggle {
  display: none;
  width: auto !important;
  min-width: 54px !important;
  max-width: none !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(250, 245, 239, 0.42) !important;
  border-radius: 999px !important;
  background: rgba(250, 245, 239, 0.12) !important;
  color: var(--cream) !important;
  box-shadow: none !important;
  appearance: none;
}

.nav-toggle span {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-primary {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: var(--ink);
  box-shadow: 0 16px 42px rgba(176, 149, 110, 0.3);
}

.button-secondary {
  border-color: rgba(23, 20, 17, 0.35);
  color: var(--ink);
}

.button-dark {
  background: var(--deep);
  border-color: var(--deep);
  color: var(--white);
}

.hero {
  min-height: 90svh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 112px clamp(18px, 5vw, 72px) 58px;
  background:
    linear-gradient(90deg, rgba(33, 28, 24, 0.78) 0%, rgba(33, 28, 24, 0.54) 38%, rgba(33, 28, 24, 0.14) 68%, rgba(33, 28, 24, 0.04) 100%),
    url("../images/adna-hero-wide.webp") center center / cover no-repeat;
  color: var(--cream);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 52%, rgba(176, 149, 110, 0.28), transparent 34%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28vh;
  background: linear-gradient(0deg, rgba(250, 245, 239, 0.96), rgba(250, 245, 239, 0));
  pointer-events: none;
}

.hero-copy,
.hero-footer {
  position: relative;
  z-index: 3;
}

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

.hero-ghost {
  display: none;
}

.hero-ghost::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(251, 244, 233, 0.8));
}

.hero-ghost img {
  width: 100%;
  aspect-ratio: 1 / 1.24;
  object-fit: cover;
  object-position: center 8%;
  border-radius: 999px 999px 18px 18px;
}

.hero-kicker {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  padding: 6px;
  border: 1px solid rgba(250, 245, 239, 0.3);
  border-radius: 999px;
  background: rgba(33, 28, 24, 0.24);
  backdrop-filter: blur(16px);
}

.hero-consultation-link {
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hero-consultation-link:hover {
  transform: translateY(-2px);
  border-color: rgba(250, 245, 239, 0.58);
  background: rgba(33, 28, 24, 0.34);
  color: inherit;
}

.hero-consultation-link:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

.hero-kicker span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(250, 245, 239, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-kicker span:first-child {
  background: rgba(250, 245, 239, 0.18);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 710px;
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.65vw, 5rem);
  line-height: 1;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(1.65rem, 3vw, 3.15rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 560px;
  color: rgba(250, 245, 239, 0.86);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero .eyebrow {
  color: var(--sand);
}

.hero h1 {
  color: var(--white);
  text-shadow: 0 12px 44px rgba(33, 28, 24, 0.3);
}

.hero .button-primary {
  color: var(--white);
}

.hero .button-secondary {
  border-color: rgba(250, 245, 239, 0.62);
  background: rgba(250, 245, 239, 0.08);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.hero .button-secondary:hover {
  background: rgba(250, 245, 239, 0.16);
}

.adna-portrait {
  width: min(100%, 310px);
  margin: 0;
  position: relative;
  z-index: 2;
  border-radius: 999px;
  overflow: hidden;
  border: 12px solid rgba(251, 244, 233, 0.72);
  box-shadow: 0 34px 92px rgba(23, 20, 17, 0.24);
}

.adna-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 54%, rgba(23, 20, 17, 0.18));
  z-index: 2;
  pointer-events: none;
}

.adna-portrait img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  height: auto;
  object-fit: cover;
  object-position: center 12%;
}

.adna-signature {
  width: min(86%, 330px);
  margin: 18px auto 0;
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--paper);
}

.adna-signature span {
  display: block;
  color: rgba(251, 244, 233, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.adna-signature strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}

.visual-card {
  border: 1px solid rgba(255, 253, 248, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.14);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.portrait-frame {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  margin: 0 12% -38px auto;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.2), rgba(224, 185, 111, 0.22));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 3;
}

.portrait-frame img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.visual-main {
  width: min(100%, 440px);
  margin-left: auto;
  padding: 42px;
}

.visual-main small {
  display: block;
  margin-bottom: 22px;
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-main span,
.visual-main strong {
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 248, 0.22);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.visual-main span:last-child {
  border-bottom: 0;
}

.visual-main strong {
  color: var(--amber);
  text-shadow: 0 10px 38px rgba(224, 185, 111, 0.26);
}

.visual-note {
  width: min(82%, 330px);
  margin: -34px 0 0 auto;
  padding: 24px;
}

.visual-note small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 253, 248, 0.7);
  font-weight: 700;
  text-transform: uppercase;
}

.booking-note a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 8px 12px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(51, 67, 58, 0.24);
}

.hero-footer p,
.hero-footer span {
  margin: 0;
  color: var(--cream);
  text-shadow: 0 2px 14px rgba(33, 28, 24, 0.72);
}

.hero-footer span {
  font-weight: 800;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--sand);
}

.signal-strip article {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-right: 1px solid var(--line);
}

.signal-strip article:last-child {
  border-right: 0;
}

.signal-strip span {
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-strip strong {
  max-width: 420px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.section {
  padding: 104px clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.78fr);
  gap: clamp(34px, 6vw, 90px);
  background: var(--cream);
}

.resonance {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px clamp(34px, 5vw, 82px);
  align-items: start;
  background: #f8eee8;
  color: var(--ink);
}

.resonance::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(51, 67, 58, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(51, 67, 58, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.resonance .section-heading,
.resonance-lead,
.resonance-grid,
.resonance-cta {
  position: relative;
  z-index: 1;
}

.resonance .section-heading {
  grid-column: 1;
  margin: 0;
}

.resonance .section-heading h2 {
  max-width: 560px;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  line-height: 0.98;
}

.resonance-lead {
  grid-column: 1;
  max-width: 520px;
  margin: 0;
  color: rgba(33, 28, 24, 0.68);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
}

.resonance-grid {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.resonance-grid article {
  min-height: 176px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(51, 67, 58, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(51, 67, 58, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.resonance-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(51, 67, 58, 0.32);
  box-shadow: 0 22px 58px rgba(51, 67, 58, 0.1);
}

.resonance-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
}

.resonance-grid p {
  margin: 0;
  color: rgba(33, 28, 24, 0.75);
  font-size: 1rem;
}

.resonance-cta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 253, 248, 0.12);
  border-radius: var(--radius);
  background: var(--deep);
}

.resonance-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 253, 248, 0.9);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.08;
}

.resonance-cta .button-primary {
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
}

.intro-text {
  align-self: end;
  color: rgba(20, 33, 31, 0.72);
  font-size: 1.08rem;
}

.background-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  grid-template-areas:
    "copy portrait";
  gap: clamp(34px, 5vw, 76px);
  overflow: hidden;
  background: var(--rose);
}

.background-copy {
  grid-area: copy;
  align-self: center;
  max-width: 720px;
}

.background-copy h2 {
  max-width: 700px;
  margin-bottom: 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1.02;
}

.background-copy > p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(33, 28, 24, 0.72);
  font-size: 1.05rem;
}

.background-facts {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(51, 67, 58, 0.2);
}

.background-facts span {
  padding: 13px 0;
  border-bottom: 1px solid rgba(51, 67, 58, 0.2);
  color: var(--deep);
  font-weight: 800;
}

.background-facts span::before {
  content: "→";
  display: inline-block;
  margin-right: 12px;
  color: var(--clay);
}

.meet-adna-open {
  margin-top: 28px;
  border: 0;
  cursor: pointer;
}

.adna-about-modal[hidden] {
  display: none;
}

.adna-about-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 180ms ease;
}

.adna-about-modal.is-open {
  opacity: 1;
}

.adna-about-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 33, 31, 0.76);
  backdrop-filter: blur(8px);
}

.adna-about-dialog {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  width: min(1080px, 100%);
  height: min(720px, calc(100svh - 48px));
  max-height: calc(100svh - 48px);
  overflow: hidden;
  border: 1px solid rgba(51, 67, 58, 0.16);
  border-radius: 8px;
  outline: 0;
  background: var(--cream);
  box-shadow: 0 40px 120px rgba(20, 33, 31, 0.34);
  transform: translateY(14px);
  transition: transform 180ms ease;
}

.adna-about-modal.is-open .adna-about-dialog {
  transform: translateY(0);
}

.adna-about-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(51, 67, 58, 0.18);
  border-radius: 50%;
  background: rgba(250, 245, 239, 0.94);
  color: var(--deep);
  cursor: pointer;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.adna-about-close:hover,
.adna-about-close:focus-visible {
  box-shadow: 0 8px 24px rgba(20, 33, 31, 0.16);
  transform: translateY(-2px);
}

.adna-about-portrait {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.adna-about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.adna-about-copy {
  min-width: 0;
  overflow-y: auto;
  padding: 48px 52px 40px;
  scrollbar-gutter: stable;
}

.adna-about-copy h2 {
  max-width: 620px;
  margin: 8px 0 20px;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.35rem;
  line-height: 1.06;
}

.adna-about-prose {
  display: grid;
  gap: 12px;
  max-width: 640px;
  color: rgba(33, 28, 24, 0.76);
  font-size: 1rem;
  line-height: 1.62;
}

.adna-about-prose p {
  margin: 0;
}

.adna-about-credentials {
  max-width: 640px;
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px solid rgba(51, 67, 58, 0.18);
  border-bottom: 1px solid rgba(51, 67, 58, 0.18);
  color: var(--deep);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.55;
}

.adna-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.adna-about-actions .button {
  min-height: 48px;
}

@media (prefers-reduced-motion: reduce) {
  .adna-about-modal,
  .adna-about-dialog,
  .adna-about-close {
    transition: none;
  }
}

@media (max-width: 782px) {
  .adna-about-modal {
    padding: 8px;
  }

  .adna-about-dialog {
    grid-template-columns: 1fr;
    grid-template-rows: 220px minmax(0, 1fr);
    width: 100%;
    height: calc(100svh - 16px);
    max-height: calc(100svh - 16px);
  }

  .adna-about-portrait img {
    object-position: center 44%;
  }

  .adna-about-copy {
    padding: 30px 22px 34px;
    scrollbar-gutter: auto;
  }

  .adna-about-copy h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .adna-about-prose {
    font-size: 0.96rem;
  }

  .adna-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .adna-about-actions .button {
    width: 100%;
    justify-content: center;
  }
}

.background-portrait {
  grid-area: portrait;
  width: min(100%, 440px);
  margin: 0;
  justify-self: end;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  box-shadow: 0 28px 70px rgba(51, 67, 58, 0.18);
}

.background-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
}

.background-portrait figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 2px;
  padding: 22px;
  background: linear-gradient(180deg, transparent, rgba(33, 28, 24, 0.92));
  color: var(--cream);
}

.background-portrait figcaption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
}

.background-portrait figcaption span {
  color: rgba(250, 245, 239, 0.78);
  font-size: 0.84rem;
}

.background-gallery {
  grid-area: gallery;
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: 0.82fr 1.32fr 0.82fr;
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
  height: clamp(310px, 28vw, 420px);
  min-height: 0;
  margin: 16px auto 0;
}

.background-gallery figure {
  position: relative;
  height: 78%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--sand);
  box-shadow: 0 24px 70px rgba(33, 28, 24, 0.12);
  transition: box-shadow 240ms ease;
}

.background-gallery figure:nth-child(1) {
  transform: translateY(-22px);
}

.background-gallery figure:nth-child(2) {
  height: 88%;
  transform: translateY(18px);
}

.background-gallery figure:nth-child(3) {
  transform: translateY(-6px);
}

.background-story .background-gallery figure > img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
  transition: transform 420ms ease;
}

.background-gallery figure:nth-child(1) img {
  object-position: center 35%;
}

.background-gallery figure:nth-child(2) img {
  object-position: center 52%;
}

.background-gallery figure:nth-child(3) img {
  object-position: center 34%;
}

.background-gallery figure:hover img {
  transform: scale(1.025);
}

.background-gallery figure:hover {
  box-shadow: 0 30px 80px rgba(33, 28, 24, 0.17);
}

.background-gallery figcaption {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  border-radius: 4px;
  background: rgba(250, 245, 239, 0.94);
  color: var(--deep);
  box-shadow: 0 10px 32px rgba(33, 28, 24, 0.14);
  backdrop-filter: blur(8px);
}

.background-gallery figcaption span {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 900;
}

.background-gallery figcaption strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.95rem;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #faf5ef 0%, #f4ddd5 58%, #d8c3a5 100%);
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 20, 17, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 20, 17, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.services .section-heading,
.offer-grid,
.service-list-panel {
  position: relative;
  z-index: 1;
}

.services .section-heading {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}

.services .section-heading h2 {
  max-width: 760px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 3.15rem);
  font-weight: 700;
  line-height: 1.04;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading.compact {
  max-width: 680px;
}

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

.offer-card,
.pricing-grid article,
.testimonial-track blockquote,
.journal-grid a,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 58px rgba(20, 33, 31, 0.06);
}

.offer-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(23, 20, 17, 0.1);
  border-radius: 12px;
  background: rgba(250, 245, 239, 0.82);
  box-shadow: 0 18px 52px rgba(23, 20, 17, 0.08);
  text-align: left;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.offer-card figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.offer-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(23, 20, 17, 0.18));
  opacity: 0;
  transition: opacity 240ms ease;
}

.offer-card img {
  width: 100%;
  aspect-ratio: 1.42 / 1;
  object-fit: cover;
  transition: transform 320ms ease;
}

#individual-therapy img {
  object-position: center 38%;
}

#couples-therapy img {
  object-position: center 34%;
}

#group-therapy img {
  object-position: center 58%;
}

#coaching img {
  object-position: center 52%;
}

.offer-card div {
  min-height: 232px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.offer-card span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(244, 221, 213, 0.72);
  color: var(--deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 1.7vw, 1.72rem);
  line-height: 1.05;
}

.offer-card p {
  margin: 0;
  color: rgba(23, 20, 17, 0.64);
  font-size: 0.92rem;
  line-height: 1.55;
}

.offer-card small {
  margin-top: auto;
  padding-top: 14px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 220ms ease, transform 220ms ease;
}

.offer-price {
  width: fit-content;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(51, 67, 58, 0.18);
  border-radius: 999px;
  background: rgba(250, 245, 239, 0.72);
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1;
}

.offer-price em {
  color: rgba(23, 20, 17, 0.55);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
}

.offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(23, 20, 17, 0.1);
  box-shadow: 0 24px 64px rgba(23, 20, 17, 0.11);
}

.offer-card:hover figure::after {
  opacity: 0;
}

.offer-card:hover img {
  transform: scale(1.018);
  filter: none;
}

.offer-card:hover h3 {
  color: inherit;
}

.offer-card:hover small {
  color: var(--ink);
  transform: translateX(2px);
}

.service-list-panel {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(210px, 0.46fr) minmax(0, 1.24fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  margin: 82px auto 0;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(51, 67, 58, 0.24);
  border-bottom: 1px solid rgba(51, 67, 58, 0.24);
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.service-list-copy {
  grid-column: 2;
  align-self: center;
}

.service-list-copy .eyebrow {
  color: var(--clay);
}

.service-list-copy h2,
.service-list-copy h3 {
  font-family: "Playfair Display", Georgia, serif;
  max-width: 720px;
  color: var(--ink);
  font-size: clamp(2rem, 3.2vw, 3.75rem);
  font-weight: 700;
  line-height: 1.02;
}

.service-list-lead {
  max-width: 560px;
  margin-bottom: 0;
  color: rgba(33, 28, 24, 0.68);
  font-size: 1rem;
}

.service-list-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: service-option;
}

.service-list-copy li {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0 11px 42px;
  border: 0;
  border-bottom: 1px solid rgba(51, 67, 58, 0.16);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.94rem;
}

.service-list-copy li.service-option {
  counter-increment: service-option;
}

.service-list-copy li > span {
  min-width: 0;
}

.service-list-copy li > strong {
  flex: 0 0 auto;
  color: var(--deep);
  font-size: 0.84rem;
  font-weight: 900;
}

.service-list-copy li::before {
  content: counter(service-option, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 900;
}

.service-list-copy li.service-note {
  min-height: 44px;
  padding-left: 20px;
  color: rgba(33, 28, 24, 0.62);
  font-size: 0.82rem;
}

.service-list-copy li.service-note::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--clay);
}

.service-list-cta {
  width: fit-content;
  margin-top: 28px;
  background: var(--deep);
  color: var(--cream);
  box-shadow: none;
}

.service-list-cta:hover {
  background: var(--clay);
  color: var(--cream);
}

.service-list-image {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: min(100%, 270px);
  margin: 0;
}

.service-list-image img {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 18px 18px 0 rgba(176, 149, 110, 0.28);
}

.service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--clay), var(--amber));
  transition: transform 220ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -28px -52px auto;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(224, 185, 111, 0.16);
  opacity: 0;
  transform: scale(0.74);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: -1;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(189, 102, 69, 0.42);
  background: linear-gradient(180deg, var(--white), rgba(255, 250, 242, 0.94));
  box-shadow: 0 28px 80px rgba(18, 60, 53, 0.15);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.service-card:hover h3 {
  color: var(--clay);
}

.service-card:hover a {
  color: var(--deep);
  transform: translateX(4px);
}

.service-card span {
  color: var(--deep);
  font-weight: 800;
}

.service-card p {
  color: rgba(20, 33, 31, 0.68);
}

.service-card a {
  margin-top: auto;
  color: var(--deep);
  font-weight: 800;
  transition: color 220ms ease, transform 220ms ease;
}

.approach {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  background:
    linear-gradient(90deg, rgba(51, 67, 58, 0.97), rgba(38, 52, 45, 0.82)),
    url("../images/adna-gallery/breathwork-session.webp") center / cover;
  color: var(--cream);
}

.approach-panel {
  min-width: 0;
  padding: 108px clamp(18px, 6vw, 84px);
}

.approach-panel p:not(.eyebrow),
.approach-panel li {
  color: rgba(250, 245, 239, 0.88);
}

.approach-panel h2 {
  color: var(--cream) !important;
  text-shadow: 0 3px 24px rgba(33, 28, 24, 0.34);
}

.approach-panel ul {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding-left: 20px;
}

.quote-panel {
  min-width: 0;
  display: grid;
  align-content: end;
  padding: 48px;
  background: linear-gradient(160deg, #33433a, #26342d);
}

.quote-panel p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
}

.quote-panel span {
  color: rgba(255, 253, 248, 0.72);
  font-weight: 800;
}

.quote-panel > * {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pricing {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(244, 221, 213, 0.92), rgba(250, 245, 239, 0.96)),
    var(--sand);
}

.pricing::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(224, 185, 111, 0.24), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(156, 91, 86, 0.18), transparent 26%);
  pointer-events: none;
}

.pricing .section-heading,
.pricing-showcase {
  position: relative;
  z-index: 1;
}

.pricing-showcase {
  display: block;
}

.pricing-callout {
  min-height: 0;
  display: grid;
  grid-template-columns: auto minmax(180px, 0.62fr) minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 18px clamp(20px, 2.4vw, 38px);
  margin-bottom: 34px;
  padding: clamp(22px, 2.6vw, 32px) clamp(24px, 3.4vw, 48px);
  border: 1px solid rgba(51, 67, 58, 0.18);
  border-left: 6px solid var(--deep);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink);
  box-shadow: 0 18px 52px rgba(43, 48, 42, 0.07);
}

.pricing-callout span,
.price-card-top span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-callout span {
  margin: 0;
  background: var(--deep);
  color: var(--cream);
}

.pricing-callout h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: var(--deep);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.06;
}

.pricing-callout p {
  margin: 0;
  color: rgba(33, 28, 24, 0.66);
}

.pricing-callout > strong {
  display: block;
  margin: 0;
  color: var(--clay);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  line-height: 0.92;
}

.pricing-callout .button {
  min-width: 190px;
  background: var(--deep);
  color: var(--cream);
}

.pricing-callout .button:hover {
  background: var(--clay);
  color: var(--cream);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(51, 67, 58, 0.24);
}

.pricing-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 136px minmax(175px, 0.9fr) minmax(130px, 0.68fr) minmax(170px, 0.62fr) 72px minmax(190px, 0.82fr);
  align-items: center;
  gap: 16px 24px;
  padding: 25px 18px;
  position: relative;
  overflow: visible;
  border: 0 !important;
  border-bottom: 1px solid rgba(51, 67, 58, 0.24) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pricing-card:hover {
  transform: translateY(-2px);
  padding-left: 18px;
  padding-right: 18px;
  background: transparent !important;
  box-shadow: none;
}

.pricing-card::before {
  display: none;
}

.pricing-card.featured {
  background: transparent !important;
  border-color: rgba(51, 67, 58, 0.24) !important;
}

.price-card-top {
  display: contents;
}

.price-card-top span {
  grid-column: 1;
  background: rgba(244, 221, 213, 0.76);
  color: var(--deep);
}

.price-card-top h3 {
  grid-column: 2;
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.28rem, 1.7vw, 1.75rem);
  line-height: 1.08;
}

.price-card-top p {
  grid-column: 3;
  margin: 0;
  font-size: 0.92rem;
}

.pricing-card p,
.section-heading p {
  color: rgba(20, 33, 31, 0.68);
}

.pricing-card > strong {
  grid-column: 4;
  display: block;
  margin: 0;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 0.95;
  white-space: nowrap;
}

.pricing-card > small {
  grid-column: 5;
  display: block;
  margin: 0;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.pricing-card > p {
  grid-column: 6;
  margin: 0;
  color: rgba(33, 28, 24, 0.62);
  font-size: 0.86rem;
}

.package-options {
  grid-column: 2 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 30px;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 67, 58, 0.14);
}

.package-option {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(92px, 0.72fr) auto auto;
  align-items: baseline;
  gap: 5px 14px;
  position: relative;
}

.package-option > span {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.package-option > strong {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1;
  white-space: nowrap;
}

.package-option > small {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.package-option > p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(33, 28, 24, 0.58);
  font-size: 0.76rem;
  line-height: 1.45;
}

.package-option > em {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--terracotta);
  color: var(--cream);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testimonials {
  background: var(--cream);
}

.testimonial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 18px;
  align-items: stretch;
}

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

.testimonial-track blockquote {
  min-height: 250px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
}

.testimonial-track p {
  color: rgba(20, 33, 31, 0.76);
}

cite {
  color: var(--deep);
  font-style: normal;
  font-weight: 800;
}

.testimonial-visual {
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: var(--radius);
  background: var(--sand);
  box-shadow: 0 18px 58px rgba(20, 33, 31, 0.06);
}

.testimonial-visual img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center 58%;
}

.testimonial-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  margin: 0;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(250, 245, 239, 0.9);
  color: var(--deep);
  font-size: 0.86rem;
  font-weight: 800;
}

.quote-band {
  position: relative;
  padding: clamp(48px, 6vw, 76px) clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(51, 67, 58, 0.16);
  border-bottom: 1px solid rgba(51, 67, 58, 0.16);
  background: var(--sand);
  color: var(--deep);
  text-align: center;
}

.quote-band p {
  max-width: 880px;
  margin: 0 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.25vw, 3.45rem);
  line-height: 1.08;
}

.quote-band span {
  display: block;
  margin-top: 18px;
  color: rgba(51, 67, 58, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-band-soft {
  background: var(--cream);
}

.journal {
  background:
    linear-gradient(180deg, rgba(250, 245, 239, 0.98), rgba(244, 221, 213, 0.58)),
    var(--cream);
}

.journal-heading {
  max-width: 860px;
}

.journal-heading > p:last-child {
  max-width: 680px;
  color: rgba(33, 28, 24, 0.64);
}

.journal-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(180px, 0.3fr);
  gap: 12px;
  max-width: 820px;
  margin-bottom: 14px;
}

.journal-search input,
.journal-filter select {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  border: 1px solid rgba(51, 67, 58, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.journal-search input:focus,
.journal-filter select:focus {
  border-color: var(--clay);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(176, 149, 110, 0.16);
}

.journal-status {
  margin: 0 0 24px;
  color: rgba(33, 28, 24, 0.58);
  font-size: 0.84rem;
  font-weight: 700;
}

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

.journal-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(51, 67, 58, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(51, 67, 58, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.journal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(176, 149, 110, 0.62);
  box-shadow: 0 28px 64px rgba(51, 67, 58, 0.13);
}

.journal-card figure {
  margin: 0;
  overflow: hidden;
}

.journal-card figure img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
  transition: transform 280ms ease;
}

.journal-card:hover figure img {
  transform: scale(1.035);
}

.journal-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.journal-card-meta,
.journal-card-footer,
.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.journal-card-meta {
  margin-bottom: 15px;
  color: rgba(33, 28, 24, 0.56);
  font-size: 0.72rem;
  font-weight: 700;
}

.journal-card-meta span {
  color: var(--deep);
  font-weight: 900;
  text-transform: uppercase;
}

.journal-card h3 {
  margin: 0 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  line-height: 1.12;
}

.journal-card p {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: rgba(33, 28, 24, 0.64);
  font-size: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.journal-card-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 67, 58, 0.12);
  color: rgba(33, 28, 24, 0.54);
  font-size: 0.76rem;
}

.journal-card-footer strong {
  color: var(--deep);
}

.journal-more {
  margin: 30px auto 0;
}

.journal-more[hidden] {
  display: none;
}

body.article-open {
  overflow: hidden;
}

.article-reader {
  position: relative;
  width: min(1120px, calc(100vw - 32px));
  max-width: 1120px;
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 32px 120px rgba(33, 28, 24, 0.34);
}

.article-reader::backdrop {
  background: rgba(23, 20, 17, 0.74);
  backdrop-filter: blur(8px);
}

.article-reader > .article-close {
  position: sticky;
  z-index: 4;
  top: 16px;
  left: auto;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  display: grid;
  place-items: center;
  margin: 16px 16px -58px auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--deep) !important;
  color: var(--cream) !important;
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: 0 10px 30px rgba(33, 28, 24, 0.18) !important;
  backdrop-filter: blur(10px);
  appearance: none;
}

.article-reader > .article-close span {
  display: none;
}

.article-reader > .article-close::before,
.article-reader > .article-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.article-reader > .article-close::before {
  transform: rotate(45deg);
}

.article-reader > .article-close::after {
  transform: rotate(-45deg);
}

.article-reader > article {
  min-height: 100%;
}

.article-header {
  padding: clamp(56px, 8vw, 100px) clamp(22px, 8vw, 108px) 0;
  background: linear-gradient(180deg, rgba(244, 221, 213, 0.84), rgba(250, 245, 239, 0));
}

.article-language-switch {
  width: fit-content;
  margin-bottom: 24px;
  border-color: rgba(51, 67, 58, 0.28);
  color: var(--deep);
}

.article-reader .article-language-switch button {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.article-language-switch button[aria-pressed="true"] {
  background: var(--deep);
  color: var(--cream);
}

.article-meta {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
  color: rgba(33, 28, 24, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
}

.article-meta span:not(:last-child)::after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin-left: 12px;
  border-radius: 50%;
  background: var(--clay);
  vertical-align: middle;
}

.article-meta span:first-child {
  color: var(--deep);
  text-transform: uppercase;
}

.article-header h1 {
  max-width: 850px;
  margin: 0 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.article-header > p {
  max-width: 760px;
  margin: 0 0 40px;
  color: rgba(33, 28, 24, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.article-header > img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: var(--radius);
}

.article-language-note {
  max-width: 760px;
  margin: 38px auto 0;
  padding: 12px 16px;
  border-left: 3px solid var(--clay);
  background: rgba(216, 195, 165, 0.25);
  color: rgba(33, 28, 24, 0.7);
  font-size: 0.86rem;
  font-weight: 700;
}

.article-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 86px;
  color: rgba(33, 28, 24, 0.82);
  font-size: 1.04rem;
  line-height: 1.82;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin: 2em 0 0.7em;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
}

.article-content h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.article-content h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.article-content p {
  margin: 0 0 1.35em;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.6em;
  padding-left: 1.4em;
}

.article-content li {
  margin-bottom: 0.55em;
}

.article-content blockquote {
  margin: 2.2em 0;
  padding: 8px 0 8px 26px;
  border-left: 4px solid var(--clay);
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.35;
}

.article-content figure {
  margin: 2.4em 0;
}

.article-content img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.article-content figcaption {
  margin-top: 8px;
  color: rgba(33, 28, 24, 0.54);
  font-size: 0.78rem;
}

.article-content a {
  color: var(--deep);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(51, 67, 58, 0.34);
  text-underline-offset: 3px;
}

.article-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(22px, 8vw, 108px);
  background: var(--deep);
  color: var(--cream);
}

.article-footer p {
  margin: 4px 0 0;
  color: rgba(250, 245, 239, 0.66);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 80px);
  background:
    linear-gradient(115deg, rgba(51, 67, 58, 0.98), rgba(38, 52, 45, 0.9)),
    url("../images/therapy-room.jpg") center / cover;
  color: var(--cream);
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.75);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #fbfaf5;
  color: var(--ink);
}

.adna-form-notice {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(51, 67, 58, 0.2);
  border-radius: var(--radius);
  background: rgba(250, 245, 239, 0.94);
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 700;
}

.adna-form-notice.is-error {
  border-color: rgba(145, 53, 42, 0.32);
  color: #79352c;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--deep);
  color: var(--cream);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 253, 248, 0.62);
}

.site-footer > div:first-child {
  max-width: 640px;
}

.site-footer .footer-disclaimer {
  max-width: 560px;
  margin-top: 12px;
  font-size: 0.78rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-toggle {
    display: block;
    grid-column: 3;
    grid-row: 1;
    position: relative;
    z-index: 2;
  }

  .nav {
    position: fixed;
    inset: 64px 0 0;
    width: 100vw;
    justify-self: stretch;
    min-height: calc(100dvh - 64px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: clamp(28px, 5vh, 54px) clamp(24px, 7vw, 72px) 32px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: var(--paper);
    color: var(--ink);
    box-shadow: 0 30px 80px rgba(33, 28, 24, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    white-space: normal;
  }

  body.admin-bar .nav {
    top: 96px;
    min-height: calc(100dvh - 96px);
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-mobile-label,
  .nav-mobile-meta {
    display: block;
  }

  .nav-mobile-label {
    margin: 0 0 12px;
    color: var(--clay);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .nav > a:not(.nav-mobile-cta) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 54px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.45rem, 4vw, 2.15rem);
    font-weight: 600;
    line-height: 1.12;
  }

  .nav > a:not(.nav-mobile-cta)::after {
    content: none;
    display: none;
  }

  .nav > a:not(.nav-mobile-cta),
  .nav > a:not(.nav-mobile-cta):visited {
    color: var(--ink) !important;
  }

  .nav-mobile-cta {
    min-height: 50px;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 24px;
    padding: 12px 20px;
    border-radius: var(--radius);
    background: var(--deep);
    color: var(--cream);
    font-size: 0.86rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .nav-mobile-cta::after {
    display: none;
  }

  .nav-mobile-meta {
    margin: 18px 0 0;
    color: rgba(33, 28, 24, 0.58);
    font-size: 0.76rem;
    font-weight: 700;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

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

  .hero,
  .intro,
  .background-story,
  .approach,
  .contact,
  .testimonial-layout,
  .pricing-showcase {
    grid-template-columns: 1fr;
  }

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

  .resonance .section-heading,
  .resonance-lead,
  .resonance-grid,
  .resonance-cta {
    grid-column: 1;
    grid-row: auto;
  }

  .background-story {
    grid-template-areas:
      "copy"
      "portrait";
  }

  .background-portrait {
    width: min(100%, 560px);
    justify-self: center;
  }

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

  .offer-grid,
  .signal-strip,
  .resonance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-list-panel {
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
    gap: 36px;
  }

  .resonance-grid article {
    min-height: 0;
  }

  .resonance-cta {
    display: flex;
  }

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

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

  .signal-strip article:nth-child(2) {
    border-right: 0;
  }

  .pricing-callout {
    grid-template-columns: auto minmax(180px, 0.7fr) minmax(240px, 1fr) auto;
  }

  .pricing-callout .button {
    grid-column: 1 / -1;
    width: fit-content;
  }

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

  .pricing-card {
    grid-template-columns: 120px minmax(160px, 1fr) minmax(150px, 0.75fr) auto;
    grid-template-rows: auto auto;
  }

  .price-card-top span {
    grid-column: 1;
    grid-row: 1;
  }

  .price-card-top h3 {
    grid-column: 2;
    grid-row: 1;
  }

  .price-card-top p {
    grid-column: 3;
    grid-row: 1;
  }

  .pricing-card > strong {
    grid-column: 4;
    grid-row: 1;
  }

  .pricing-card > small {
    grid-column: 4;
    grid-row: 2;
    justify-self: end;
  }

  .pricing-card > p {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .package-options {
    grid-column: 2 / -1;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .nav {
    top: 110px;
    min-height: calc(100dvh - 110px);
  }
}

@media (min-width: 721px) and (max-width: 1200px) {
  .hero-copy {
    max-width: min(56vw, 580px);
  }

  .hero h1 {
    font-size: clamp(2.6rem, 5.1vw, 3.8rem);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 64px;
    gap: 10px;
    padding: 7px 14px;
  }

  .nav {
    inset: 64px 0 0;
    min-height: calc(100dvh - 64px);
    padding: 28px 20px 26px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .nav {
    top: 110px;
    min-height: calc(100dvh - 110px);
  }

  .brand span {
    max-width: 164px;
    line-height: 1.05;
  }

  .brand-copy small {
    max-width: 148px;
    font-size: 0.45rem;
  }

  .language-switch {
    gap: 2px;
    padding: 3px;
  }

  .site-header .language-switch button,
  .site-header .language-switch a {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 28px !important;
    min-height: 28px !important;
  }

  .hero {
    --hero-mobile-height: max(940px, calc(100svh - 64px));
    min-height: var(--hero-mobile-height);
    padding-top: 94px;
    background-image:
      linear-gradient(90deg, rgba(33, 28, 24, 0.8) 0%, rgba(33, 28, 24, 0.56) 48%, rgba(33, 28, 24, 0.16) 100%),
      url("../images/adna-hero-wide.webp");
    background-position: center, 60% top;
    background-size: 100% 100%, auto var(--hero-mobile-height);
    background-repeat: no-repeat;
  }

  .hero::before {
    width: min(94vw, 420px);
    height: 430px;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
  }

  .hero-ghost {
    width: min(78vw, 330px);
    top: 54%;
    transform: translate(-50%, -50%);
    opacity: 0.17;
  }

  .hero-kicker {
    order: 4;
    align-self: flex-start;
    gap: 4px;
    margin: 26px 0 0;
    padding: 4px;
    border-radius: var(--radius);
  }

  .hero-kicker span {
    min-height: 28px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
  }

  .hero-actions,
  .contact-actions,
  .resonance-cta,
  .site-footer,
  .article-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .offer-grid,
  .testimonial-track,
  .journal-grid,
  .signal-strip,
  .resonance-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip article {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .pricing-callout {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 12px;
    padding: 24px 20px;
  }

  .pricing-callout > strong {
    margin-top: 6px;
  }

  .pricing-callout .button {
    width: 100%;
  }

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

  .pricing-card {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: repeat(4, auto);
    gap: 7px 18px;
    padding: 21px 4px;
  }

  .pricing-card:hover {
    padding-left: 4px;
    padding-right: 4px;
  }

  .price-card-top span {
    grid-column: 1;
    grid-row: 1;
  }

  .price-card-top h3 {
    grid-column: 1;
    grid-row: 2;
  }

  .price-card-top p {
    grid-column: 1;
    grid-row: 3;
  }

  .pricing-card > strong {
    grid-column: 2;
    grid-row: 2;
    font-size: clamp(1.05rem, 4.6vw, 1.28rem);
  }

  .pricing-card > small {
    grid-column: 2;
    grid-row: 3;
    justify-self: end;
  }

  .pricing-card > p {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 7px;
  }

  .package-options {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 12px;
  }

  .package-option {
    grid-template-columns: minmax(90px, 1fr) auto auto;
  }

  .visual-main {
    padding: 24px;
  }

  .adna-portrait {
    width: min(100%, 250px);
    border-width: 9px;
  }

  .adna-portrait img {
    height: auto;
  }

  .adna-signature {
    width: min(94%, 290px);
    margin-top: 14px;
  }

  .service-list-panel {
    margin-top: 62px;
    padding: 34px 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-list-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .service-list-image {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    width: min(100%, 420px);
  }

  .service-list-image img {
    aspect-ratio: 1.7 / 1;
    object-position: center 72%;
    box-shadow: 12px 12px 0 rgba(176, 149, 110, 0.24);
  }

  .service-list-copy ul {
    gap: 0;
  }

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

  .background-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: auto;
    min-height: 0;
    margin-top: 0;
  }

  .background-gallery figure {
    height: 140px;
    min-height: 140px;
    transform: none !important;
  }

  .background-gallery figure:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .background-gallery img {
    height: 100%;
    min-height: 140px;
  }

  .background-gallery figure:nth-child(2),
  .background-gallery figure:nth-child(2) img {
    height: 190px;
    min-height: 190px;
  }

  .background-gallery figcaption {
    left: 8px;
    bottom: 8px;
    gap: 7px;
    padding: 6px 8px;
  }

  .background-gallery figcaption strong {
    font-size: 0.8rem;
  }

  .offer-card img {
    aspect-ratio: 1.75 / 1;
  }

  .offer-card div {
    min-height: auto;
  }

  .journal-toolbar {
    grid-template-columns: 1fr;
  }

  .journal-card {
    min-height: 0;
  }

  .article-reader {
    width: 100vw;
    max-width: none;
    max-height: 100svh;
    border-radius: 0;
  }

  .article-reader > .article-close {
    top: 12px;
    left: auto;
    margin: 12px 12px -54px auto !important;
  }

  .article-header {
    padding: 74px 18px 0;
  }

  .article-header > img {
    max-height: 420px;
  }

  .article-language-note {
    margin: 28px 18px 0;
  }

  .article-content {
    padding: 28px 18px 62px;
    font-size: 1rem;
  }

  .article-footer {
    padding: 28px 18px;
  }

  .portrait-frame {
    width: 104px;
    height: 104px;
    margin-right: 6%;
  }

  .portrait-frame img {
    width: 72px;
    height: 72px;
  }

  .quote-panel {
    padding: 34px 18px;
  }
}

/* Expanded About page. */
.about-credentials,
.about-methods {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.about-credentials {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 140px);
  padding-block: clamp(78px, 10vw, 150px);
}

.about-section-heading h2,
.about-methods h2 {
  margin: 12px 0 0;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 4.5vw, 4.8rem);
  font-weight: 600;
  line-height: 1;
}

.about-prose {
  max-width: 760px;
  color: rgba(33, 28, 24, 0.8);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.about-prose p {
  margin: 0 0 1.35em;
}

.about-methods {
  padding-block: clamp(76px, 9vw, 130px);
  border-top: 1px solid var(--line);
}

.about-methods .section-heading {
  max-width: 820px;
}

.about-method-list {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.about-method-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
}

.about-method-list article > span {
  padding-top: 5px;
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 900;
}

.about-method-list article > div {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(30px, 7vw, 110px);
}

.about-method-list h3 {
  margin: 0;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 2.7vw, 2.65rem);
  font-weight: 600;
  line-height: 1.08;
}

.about-method-list p {
  margin: 0 0 1em;
  color: rgba(33, 28, 24, 0.76);
  line-height: 1.68;
}

/* Full site footer. */
.site-footer {
  display: block;
  padding: clamp(46px, 6vw, 82px) clamp(20px, 5vw, 76px) 28px;
  background: var(--deep);
  color: var(--cream);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) minmax(220px, 0.85fr) minmax(210px, 0.9fr) minmax(220px, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.site-footer section {
  min-width: 0;
}

.site-footer section > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.15;
}

.site-footer p {
  max-width: 360px;
  margin: 0 0 16px;
  color: rgba(250, 245, 239, 0.72);
  line-height: 1.55;
}

.site-footer .footer-heading {
  margin-bottom: 18px;
  color: var(--sand);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-membership-link {
  width: min(100%, 220px);
  display: block;
  margin: -8px 0 12px;
  overflow: visible;
  border: 0;
  background: transparent;
  opacity: 0.94;
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-membership-link img {
  width: 100%;
  height: auto;
  display: block;
}

.site-footer .footer-membership-link:hover,
.site-footer .footer-membership-link:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.site-footer .footer-membership > p:last-child {
  margin-top: 4px;
  color: rgba(250, 245, 239, 0.66);
}

.footer-contact,
.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact {
  gap: 8px;
}

.footer-contact .footer-heading,
.footer-contact strong,
.footer-contact p {
  margin-bottom: 8px;
}

.site-footer a {
  color: var(--cream);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--sand);
}

.footer-signup {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--terracotta);
  color: var(--deep) !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.footer-signup:hover,
.footer-signup:focus-visible {
  transform: translateY(-2px);
  background: var(--sand);
}

.footer-socials {
  gap: 10px;
}

.footer-socials a {
  font-weight: 700;
}

.site-footer .footer-disclaimer {
  max-width: none;
  margin: clamp(44px, 6vw, 78px) 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(250, 245, 239, 0.16);
  color: rgba(250, 245, 239, 0.56);
  font-size: 0.75rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-method-list article > div {
    grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
  }
}

@media (max-width: 720px) {
  .about-credentials,
  .about-methods {
    width: min(100% - 36px, 1180px);
  }

  .about-credentials,
  .about-method-list article > div,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-credentials {
    gap: 34px;
  }

  .about-method-list article {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding-block: 28px;
  }

  .about-method-list article > div {
    gap: 16px;
  }

  .site-footer {
    padding: 44px 22px 24px;
  }

  .footer-grid {
    gap: 38px;
  }

  .footer-socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
  }

  .footer-signup {
    width: 100%;
  }

  /* Astra's floating arrow covered the TikTok link on phones. */
  #ast-scroll-top,
  .ast-scroll-top-icon,
  .ast-scroll-to-top-right,
  .ast-scroll-to-top-left,
  .scroll-to-top,
  .scrolltop,
  .scroll-top,
  .back-to-top,
  .backtotop,
  .to-top,
  [data-scroll-to-top],
  [data-back-to-top] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 370px) {
  .hero {
    --hero-mobile-height: max(1020px, calc(100svh - 64px));
  }
}

.adna-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.adna-imported-post .site-main {
  min-height: 100vh;
  padding-top: 64px;
  background: var(--cream);
}

.adna-imported-post .article-header {
  padding-top: clamp(56px, 8vw, 100px);
}

.adna-imported-post .article-language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(51, 67, 58, 0.28);
  border-radius: 999px;
}

.adna-imported-post .article-language-switch a,
.adna-imported-post .article-language-switch span {
  min-width: 38px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.adna-imported-post .article-language-switch .is-active {
  background: var(--deep);
  color: var(--cream);
}

.adna-imported-post .article-language-switch .is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.adna-imported-post .article-back-link {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 800;
}

.adna-imported-post .article-header > img {
  display: block;
}

@media (max-width: 720px) {
  .adna-imported-post .article-content {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Resource hub and imported Elementor pages. */
.resource-hub {
  background: var(--cream);
}

.resource-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.resource-links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  border-right: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-links a:last-child {
  border-right: 0;
}

.resource-links a:hover,
.resource-links a:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(51, 67, 58, 0.09);
}

.resource-links span {
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 900;
}

.resource-links strong {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.adna-imported-page {
  margin: 0;
  background: var(--cream);
}

.adna-imported-page .elementor-element,
.adna-imported-page .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.adna-page {
  min-height: 100vh;
  padding-top: 72px;
  background: var(--cream);
  color: var(--ink);
}

.adna-page-hero {
  min-height: min(700px, calc(100vh - 72px));
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: stretch;
  background: var(--sand);
}

.adna-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(64px, 8vw, 130px) clamp(28px, 7vw, 120px);
}

.adna-page-hero-copy h1 {
  max-width: 760px;
  margin: 12px 0 24px;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5.5rem);
  font-weight: 600;
  line-height: 0.98;
}

.adna-page-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.adna-page-hero figure {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.adna-page-hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.adna-page-content,
.service-details,
.adna-page-form,
.adna-page-cta {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.adna-page-content {
  padding-block: clamp(72px, 9vw, 140px);
}

.adna-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.adna-page-grid article {
  min-height: 300px;
  padding: 30px 30px 42px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.adna-page-grid article:nth-child(3n) {
  border-right: 0;
}

.adna-page-grid article > span {
  color: var(--terracotta);
  font-size: 0.76rem;
  font-weight: 900;
}

.adna-page-grid h2 {
  margin: 72px 0 16px;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.05;
}

.service-details {
  padding-block: clamp(72px, 9vw, 130px);
}

.service-details .section-heading {
  max-width: 760px;
}

.service-accordion {
  margin-top: 44px;
  border-top: 1px solid var(--line);
}

.service-accordion details {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 100px;
}

.service-accordion summary {
  min-height: 96px;
  display: grid;
  grid-template-columns: 54px minmax(240px, 1fr) minmax(190px, auto) 34px;
  align-items: center;
  gap: 22px;
  padding: 20px 8px;
  cursor: pointer;
  list-style: none;
}

.service-accordion summary::-webkit-details-marker {
  display: none;
}

.service-accordion summary::after {
  content: "+";
  grid-column: 4;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--deep);
  border-radius: 50%;
  color: var(--deep);
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.service-accordion details[open] summary::after {
  transform: rotate(45deg);
}

.service-accordion summary > span {
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 900;
}

.service-accordion summary strong {
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  font-weight: 600;
}

.service-accordion summary em {
  color: rgba(33, 28, 24, 0.66);
  font-size: 0.9rem;
  font-style: normal;
}

.service-detail-body {
  max-width: 900px;
  padding: 0 8px 42px 84px;
  color: rgba(33, 28, 24, 0.82);
  font-size: 1rem;
}

.service-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-block: 24px;
}

.service-packages p {
  margin: 0;
  padding: 22px;
  background: var(--rose);
  border-left: 3px solid var(--terracotta);
}

.adna-page .quote-band {
  margin: 0;
}

.adna-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-block: clamp(64px, 8vw, 110px);
}

.adna-page-cta h2,
.adna-page-form h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
}

.adna-page-form {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(44px, 8vw, 120px);
  padding-block: clamp(72px, 9vw, 130px);
}

.adna-page-form > div > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 24px;
}

.adna-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
  padding: 34px;
  background: var(--rose);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.adna-lead-form label:not(.adna-consent) {
  display: grid;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 800;
}

.adna-lead-form input[type="text"],
.adna-lead-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(51, 67, 58, 0.3);
  border-radius: 4px;
  background: var(--cream);
  color: var(--ink);
}

.adna-consent,
.adna-lead-form .button,
.adna-lead-form .form-status {
  grid-column: 1 / -1;
}

.adna-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
}

.adna-consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .resource-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-links a:nth-child(2) {
    border-right: 0;
  }

  .resource-links a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .adna-page {
    padding-top: 64px;
  }

  .adna-page-hero {
    grid-template-columns: 1fr 0.9fr;
    min-height: 620px;
  }

  .adna-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .adna-page-grid article:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .adna-page-grid article:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .resource-links,
  .adna-page-grid,
  .adna-page-form,
  .adna-lead-form,
  .service-packages {
    grid-template-columns: 1fr;
  }

  .resource-links a,
  .resource-links a:nth-child(2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .resource-links a:last-child {
    border-bottom: 0;
  }

  .adna-page-hero {
    min-height: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .adna-page-hero figure {
    min-height: 0;
    height: 48svh;
  }

  .adna-page-hero-copy {
    padding: 42px 22px 54px;
  }

  .adna-page-hero-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .adna-page-content,
  .service-details,
  .adna-page-form,
  .adna-page-cta {
    width: min(100% - 36px, 1180px);
  }

  .adna-page-grid article,
  .adna-page-grid article:nth-child(3n),
  .adna-page-grid article:nth-child(2n) {
    min-height: 0;
    padding: 26px 4px 34px;
    border-right: 0;
  }

  .adna-page-grid h2 {
    margin-top: 34px;
  }

  .service-accordion summary {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    padding-block: 20px;
  }

  .service-accordion summary em {
    grid-column: 2;
  }

  .service-accordion summary::after {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .service-detail-body {
    padding: 0 0 34px 44px;
  }

  .service-packages p {
    padding: 18px;
  }

  .adna-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .adna-page-form {
    gap: 36px;
  }

  .adna-lead-form {
    padding: 22px;
  }

  .adna-consent,
  .adna-lead-form .button,
  .adna-lead-form .form-status {
    grid-column: auto;
  }
}
