@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Jost:wght@300;400;500;600;700;800;900&display=swap");

:root {
  color-scheme: light;
  --site-font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --site-font-body: Jost, -apple-system, system-ui, sans-serif;
  --ink: #1a1f2e;
  --muted: #6d706f;
  --paper: #faf8f1;
  --paper-2: #f0eadc;
  --line: rgba(28, 32, 40, 0.14);
  --deep: #1d2331;
  --deep-2: #1a1f2e;
  --gold: #c9a96e;
  --gold-soft: #f2d9a4;
  --gold-dark: #8d7549;
  --sage: #6f8a76;
  --white: #fdfcfa;
  --radius: 2px;
  --shadow: 0 18px 60px rgba(21, 25, 34, 0.16);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--site-font-body);
  line-height: 1.5;
  overflow-x: hidden;
}

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

a,
button,
.button,
.header-cta,
.booking-btn,
.booking-link,
.contact-row,
.appointment-card,
.service-grid article,
.blog-card,
.review-grid article,
details,
.internal-links a,
.ecosystem-links a,
.resource-list a {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(31, 37, 52, 0.94);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #f4e2b9;
  font-family: var(--site-font-display);
  font-size: 15px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--site-font-display);
  font-size: 25px;
  font-weight: 500;
}

.brand small {
  display: none;
  color: rgba(255, 253, 247, 0.68);
  font-size: 12px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 253, 247, 0.82);
  font-size: 10.56px;
  font-weight: 400;
  letter-spacing: 2.112px;
  text-transform: uppercase;
}

.site-header nav a:hover,
footer nav a:hover {
  color: var(--gold-soft);
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu-toggle {
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 23px;
  line-height: 1;
}

.mobile-menu-toggle:hover {
  border-color: color-mix(in srgb, var(--gold-soft) 58%, transparent);
  color: var(--gold-soft);
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  padding: 16px 18px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(31, 37, 52, 0.98);
  box-shadow: 0 22px 48px rgba(8, 12, 20, 0.26);
}

.mobile-menu a {
  display: block;
  padding: 13px 0;
  color: rgba(255, 253, 247, 0.86);
  font-size: 11px;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.mobile-menu a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu a:hover {
  color: var(--gold-soft);
}

.mobile-menu .mobile-menu-cta {
  margin-top: 8px;
  padding: 14px 16px;
  background: var(--gold-soft);
  color: #192320;
  text-align: center;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 0;
  font-weight: 500;
  font-size: 10.56px;
  letter-spacing: 2.112px;
  text-transform: uppercase;
}

.header-cta {
  padding: 0 18px;
  background: var(--gold-soft);
  color: #192320;
}

.header-cta:hover,
.button.primary:hover,
.booking-btn.primary:hover {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.button.ghost:hover,
.booking-btn.outline:hover {
  border-color: color-mix(in srgb, var(--gold-soft) 62%, transparent);
  background: color-mix(in srgb, var(--gold-soft) 8%, transparent);
  color: var(--gold-soft);
  transform: translateY(-2px);
}

.button.secondary:hover,
.internal-links a:hover,
.ecosystem-links a:hover,
.resource-list a:hover {
  border-color: rgba(201, 169, 110, 0.5);
  background: #fffaf0;
  color: var(--deep);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(21, 25, 34, 0.12);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--deep-2);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(226, 199, 145, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(11, 18, 24, 0.98) 0%, rgba(30, 35, 48, 0.92) 55%, rgba(21, 27, 30, 0.82) 100%),
    url("assets/hero-texture.jpg") center / cover;
  filter: saturate(0.82);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 380px;
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 250px 0 56px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--site-font-body);
  font-size: 10.08px;
  font-weight: 500;
  letter-spacing: 2.8224px;
  line-height: normal;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--site-font-display);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(44.8px, 5.78vw, 83.2px);
}

h1 em {
  display: block;
  color: #f0d59b;
  font-style: italic;
  font-weight: 400;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--site-font-display);
  font-size: 24.8px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 253, 247, 0.82);
  font-size: 15.2px;
  font-weight: 300;
  line-height: 1.8;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.hero-proof li {
  position: relative;
}

.hero-proof li + li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 16px;
  border-radius: 50%;
  background: var(--sage);
  vertical-align: 2px;
}

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

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--gold-soft);
  color: #17201f;
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
}

.button.wide {
  width: 100%;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 820px;
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.hero-facts div {
  padding: 18px;
  background: rgba(12, 27, 27, 0.62);
}

.hero-facts dt {
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
}

.hero-facts dd {
  margin: 4px 0 0;
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
}

.hero-portrait {
  position: relative;
  margin: 0;
  align-self: end;
  justify-self: end;
  width: min(100%, 360px);
  transform: translateY(28px);
}

.hero-portrait.simon-portrait {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 16, 19, 0.32);
}

.hero-portrait::before {
  content: "";
  position: absolute;
  inset: 28px -28px -28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.hero-portrait img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.hero-portrait figcaption {
  position: relative;
  color: rgba(255, 253, 247, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 78px 0;
  scroll-margin-top: 92px;
}

body > main#top > .section {
  width: 100%;
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  padding-right: max(18px, calc((100vw - 1180px) / 2));
}

body > main#top > .intro.section {
  background: var(--paper);
}

body > main#top > .about-practitioner.section {
  background:
    linear-gradient(180deg, rgba(240, 234, 220, 0.78), rgba(250, 248, 241, 0.98)),
    var(--paper-2);
}

body > main#top > section#themes {
  background: #fffdf8;
}

body > main#top > .session.section {
  background:
    radial-gradient(circle at 76% 28%, rgba(242, 217, 164, 0.13), transparent 34%),
    linear-gradient(120deg, #1d2331, #17211f);
  color: var(--white);
}

body > main#top > .session.section .rich-text,
body > main#top > .session.section .steps span {
  color: rgba(255, 253, 247, 0.74);
}

body > main#top > .session.section .steps li {
  border-top-color: rgba(255, 255, 255, 0.16);
}

body > main#top > .posture.section {
  background: var(--paper);
}

body > main#top > .proof-band + .contact {
  background:
    linear-gradient(180deg, rgba(250, 248, 241, 0.98), rgba(240, 234, 220, 0.78)),
    var(--paper);
  color: var(--ink);
}

body > main#top > .proof-band + .contact p {
  color: var(--muted);
}

body > main#top > .proof-band + .contact .eyebrow {
  color: var(--gold);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.rich-text {
  color: var(--muted);
  font-size: 15.2px;
  line-height: 1.75;
}

.rich-text p {
  margin-bottom: 22px;
}

.about-practitioner {
  padding-top: 34px;
}

.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.68);
}

.about-panel p {
  color: var(--muted);
  font-size: 15.2px;
  line-height: 1.75;
}

.credential-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.credential-list li {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.credential-list strong {
  font-size: 18px;
}

.credential-list span {
  color: var(--muted);
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
}

.stat-strip div {
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stat-strip div:last-child {
  border-right: 0;
}

.stat-strip strong,
.stat-strip span {
  display: block;
}

.stat-strip strong {
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.stat-strip span {
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
}

.proof-band,
.media-band,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: 86px clamp(18px, 6vw, 86px);
  background: var(--deep);
  color: var(--white);
}

.proof-band {
  grid-template-columns: minmax(280px, 0.72fr) minmax(680px, 1.42fr);
}

.proof-band p,
.media-band p,
.contact p {
  color: rgba(255, 253, 247, 0.72);
  font-size: 15.2px;
  line-height: 1.75;
}

.proof-grid,
.posture-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proof-grid article,
.posture-grid article,
.quote-grid blockquote,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.76);
}

.proof-grid article {
  min-height: 164px;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

.proof-grid strong {
  display: block;
  margin-bottom: 30px;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.15vw, 34px);
  font-weight: 500;
  line-height: 1.08;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.proof-grid span {
  color: rgba(255, 253, 247, 0.74);
}

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

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

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

.service-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 214px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.45);
}

.service-grid article:hover,
.posture-grid article:hover,
.media-card-grid article:hover,
.review-grid article:hover,
.blog-card:hover {
  background: rgba(255, 253, 247, 0.88);
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(21, 25, 34, 0.13);
}

.service-grid span {
  display: inline-block;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.service-grid article > strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.service-grid article > strong + span,
.service-grid article > p {
  display: block;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.service-grid article:has(> strong + span) {
  min-height: 214px;
}

.service-grid p,
.posture-grid p {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.session {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.session-visual {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.session-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.steps {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.steps li {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.steps span {
  color: var(--muted);
}

.session-card {
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.84), rgba(255, 253, 247, 0.56)),
    var(--paper);
  box-shadow: 0 22px 70px rgba(21, 25, 34, 0.08);
}

.session-card p {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.session-card strong {
  max-width: 420px;
  color: var(--ink);
  font-family: var(--site-font-display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 300;
  line-height: 1.05;
}

.session-card span {
  max-width: 420px;
  margin: 22px 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.session-card .button {
  justify-self: start;
}

.posture {
  padding-top: 36px;
}

.posture-grid article {
  min-height: 220px;
  padding: 28px;
}

.media-band {
  background:
    linear-gradient(90deg, rgba(16, 35, 36, 0.94), rgba(16, 35, 36, 0.76)),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.resource-list {
  display: grid;
  gap: 10px;
}

.resource-list a {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-weight: 700;
}

.media-proof {
  padding-top: 72px;
}

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

.media-card-grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.74);
}

.media-card-grid span {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.partner-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.partner-row span {
  display: grid;
  min-height: 74px;
  place-items: center;
  background: var(--white);
  color: #52635e;
  font-weight: 900;
}

.testimonials {
  padding-bottom: 54px;
}

.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin-bottom: 28px;
}

.reviews-head p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.rating-card {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.rating-source {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.rating-card strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.stars {
  color: #c79a39;
  letter-spacing: 0;
  white-space: nowrap;
}

.rating-card a {
  margin-top: 8px;
  color: var(--deep);
  font-weight: 800;
}

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

.review-grid article {
  display: grid;
  align-content: space-between;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.78);
}

.review-card {
  gap: 18px;
}

.review-card-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.review-card-head small {
  max-width: 120px;
  color: #8e8a82;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.review-grid p {
  color: #35423e;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.28;
}

.review-grid strong {
  align-self: end;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.review-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.review-grid article.review-source-card {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(29, 35, 49, 0.94), rgba(28, 45, 40, 0.9)),
    var(--deep);
}

.review-source-card p,
.review-source-card strong,
.review-source-card span,
.review-source-card a {
  color: var(--white);
}

.review-source-card .review-card-head small {
  color: rgba(255, 253, 247, 0.64);
}

.review-source-card a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.review-next-step {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.72);
}

.review-next-step p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.quote-grid blockquote {
  margin: 0;
  min-height: 170px;
  padding: 28px;
  color: #35423e;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.25;
}

.faq {
  padding-top: 54px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.72);
}

details:hover {
  border-color: rgba(201, 169, 110, 0.45);
  background: rgba(255, 253, 247, 0.95);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.contact {
  background: var(--deep-2);
}

.contact-left {
  max-width: 720px;
}

.contact-info {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
}

.contact-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  background: rgba(9, 17, 20, 0.32);
}

.contact-row:hover {
  border-color: rgba(242, 217, 164, 0.24);
  background: rgba(242, 217, 164, 0.08);
  transform: translateX(4px);
}

.contact-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(242, 217, 164, 0.35);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 15px;
}

.contact-row span:not(.contact-icon) {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 253, 247, 0.46);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-row a,
.contact-row strong {
  color: rgba(255, 253, 247, 0.88);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
}

.contact-row small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 253, 247, 0.46);
  font-size: 12px;
}

.booking-cta {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.booking-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.booking-btn.primary {
  background: #f1d79e;
  color: #17201f;
}

.booking-btn.outline {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.booking-link {
  justify-self: start;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(242, 217, 164, 0.36);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.booking-link:hover,
.appointment-card a:hover,
.contact-row a:hover {
  color: #fff1c7;
  border-color: rgba(255, 241, 199, 0.7);
}

.appointment-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 440px;
  padding: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 16, 19, 0.38);
  color: var(--white);
  text-align: center;
}

.appointment-card:hover {
  border-color: rgba(242, 217, 164, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.appointment-card:hover span {
  background: rgba(242, 217, 164, 0.08);
  transform: scale(1.04);
}

.appointment-card span {
  display: grid;
  width: 82px;
  height: 82px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(242, 217, 164, 0.35);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 34px;
}

.appointment-card p {
  margin-bottom: 10px;
  color: rgba(255, 253, 247, 0.54);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.appointment-card strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.12;
}

.appointment-card small {
  margin-top: 18px;
  color: rgba(255, 253, 247, 0.42);
  font-size: 12px;
}

.appointment-card a {
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(242, 217, 164, 0.36);
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
  min-height: 620px;
  padding: 170px clamp(24px, 6vw, 86px) 78px;
  background:
    linear-gradient(120deg, rgba(29, 35, 49, 0.94), rgba(29, 35, 49, 0.76)),
    url("assets/hero-texture.jpg") center/cover;
  color: var(--white);
}

.contact-hero-copy {
  max-width: 850px;
}

.contact-hero h1 {
  margin: 16px 0 18px;
  color: var(--white);
  font-size: clamp(56px, 8vw, 116px);
  line-height: 0.94;
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 247, 0.72);
  font-size: 19px;
  line-height: 1.75;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-identity {
  display: grid;
  gap: 10px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 19, 0.28);
}

.contact-identity span {
  margin-top: 14px;
  color: rgba(255, 253, 247, 0.52);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-identity span:first-child {
  margin-top: 0;
}

.contact-identity strong,
.contact-identity a {
  color: var(--white);
  font-size: 15px;
  line-height: 1.55;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background: var(--paper);
}

.contact-form-intro {
  position: sticky;
  top: 120px;
}

.contact-form-intro h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 0.98;
}

.contact-form-intro p {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75;
}

.contact-form-intro ul {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 24px 80px rgba(28, 32, 40, 0.08);
}

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

.premium-contact-form label {
  display: grid;
  gap: 8px;
}

.premium-contact-form span {
  color: var(--deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.premium-contact-form input,
.premium-contact-form select,
.premium-contact-form textarea {
  width: 100%;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid #d8d1c1;
  border-radius: 0;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  outline: 0;
}

.premium-contact-form textarea {
  min-height: 210px;
  resize: vertical;
  line-height: 1.6;
}

.premium-contact-form input:focus,
.premium-contact-form select:focus,
.premium-contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--gold) 18%, transparent);
}

.premium-contact-form button {
  justify-self: start;
  min-width: 230px;
  border: 0;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.site-edit-dot {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2000;
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid rgba(201, 169, 110, 0.84);
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.74);
  box-shadow: 0 0 0 6px rgba(201, 169, 110, 0.08), 0 8px 26px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  opacity: 0.58;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.site-edit-dot::after {
  content: "Modifier";
  position: absolute;
  right: 22px;
  bottom: -8px;
  min-width: 74px;
  padding: 7px 10px;
  border: 1px solid rgba(201, 169, 110, 0.28);
  background: rgba(13, 22, 24, 0.92);
  color: #fffdf8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-edit-dot:hover,
.site-edit-dot:focus-visible {
  opacity: 1;
  transform: scale(1.18);
  outline: none;
  box-shadow: 0 0 0 8px rgba(201, 169, 110, 0.16), 0 12px 34px rgba(0, 0, 0, 0.22);
}

.site-edit-dot:hover::after,
.site-edit-dot:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.section,
.intro.section,
.session.section,
.testimonials,
.faq.section {
  padding-top: calc(var(--site-section-scale, 1) * clamp(74px, 8vw, 124px));
  padding-bottom: calc(var(--site-section-scale, 1) * clamp(74px, 8vw, 124px));
}

.service-grid article,
.posture-grid article,
.review-grid article,
.proof-grid article,
.appointment-card,
.about-panel,
.faq details,
.blog-card {
  border-radius: var(--site-card-radius, 4px);
}

.site-section-hidden {
  display: none !important;
}

.site-editor {
  position: fixed;
  z-index: 2100;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(470px, 100vw);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  background: #fffdf8;
  color: #1a1f2e;
  box-shadow: -28px 0 70px rgba(8, 14, 18, 0.24);
  transform: translateX(105%);
  transition: transform 260ms ease;
}

.site-editor.open {
  transform: translateX(0);
}

.site-editor-head,
.site-editor-foot {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(28, 32, 40, 0.12);
}

.site-editor-foot {
  border-top: 1px solid rgba(28, 32, 40, 0.12);
  border-bottom: 0;
}

.site-editor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.site-editor-head strong {
  display: block;
  font-family: var(--site-font-display);
  font-size: 27px;
  font-weight: 400;
}

.site-editor-head small {
  display: block;
  margin-top: 2px;
  color: #7a756c;
  font-size: 12px;
}

.site-editor-close {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(28, 32, 40, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #1a1f2e;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.site-editor-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(28, 32, 40, 0.12);
  background: #f5f0e7;
}

.site-editor-tabs button {
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(28, 32, 40, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: #565246;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-editor-tabs button.active {
  background: #1a1f2e;
  color: #fffdf8;
}

.site-editor-body {
  overflow: auto;
  padding: 20px;
}

.site-editor-auth {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px 20px;
}

.site-editor-lock {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 46%, #fffdf8 0 20%, transparent 21%), linear-gradient(135deg, var(--gold), var(--gold-dark));
  box-shadow: 0 14px 30px rgba(201, 169, 110, 0.28);
}

.site-editor-auth button,
.site-editor-actions button {
  min-height: 46px;
  border: 1px solid rgba(28, 32, 40, 0.14);
  background: #1a1f2e;
  color: #fffdf8;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-editor-error {
  margin: 0;
  padding: 10px 12px;
  background: #fff1ed;
  color: #a43b23;
  font-size: 13px;
  font-weight: 700;
}

.site-editor-tab {
  display: none;
}

.site-editor-tab.active {
  display: block;
}

.site-editor-block {
  margin-bottom: 25px;
}

.site-editor-block > label {
  display: block;
  margin-bottom: 10px;
  color: #8a805f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.site-editor-field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.site-editor-field span {
  color: #6d706f;
  font-size: 12px;
  font-weight: 700;
}

.site-editor input[type="color"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(28, 32, 40, 0.12);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
}

.site-editor select,
.site-editor input[type="text"],
.site-editor input[type="password"],
.site-editor input[type="url"],
.site-editor textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(28, 32, 40, 0.14);
  border-radius: 2px;
  background: #fff;
  color: #1a1f2e;
  font: inherit;
  padding: 10px 12px;
}

.site-editor textarea {
  min-height: 88px;
  resize: vertical;
}

.site-editor [data-import] {
  min-height: 210px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
}

.site-editor-palettes,
.site-editor-section-list {
  display: grid;
  gap: 9px;
}

.site-editor-wheel {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(28, 32, 40, 0.12);
  background: #fff;
}

.site-editor-wheel .site-editor-field {
  margin-bottom: 0;
}

.site-editor-wheel button {
  min-height: 42px;
  border: 1px solid rgba(28, 32, 40, 0.14);
  background: #1a1f2e;
  color: #fffdf8;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-editor-wheel-preview {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr 1.1fr;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid rgba(28, 32, 40, 0.12);
}

.site-editor-wheel-preview i {
  display: block;
}

.site-editor-palettes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-editor-palettes button,
.site-editor-section-list button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(28, 32, 40, 0.13);
  background: #fff;
  color: #1a1f2e;
  cursor: pointer;
  text-align: left;
}

.site-editor-palettes button {
  padding: 9px;
}

.site-editor-palettes i {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.site-editor-palettes span {
  font-size: 12px;
  font-weight: 800;
}

.site-editor-section-list button {
  justify-content: space-between;
  padding: 10px 12px;
}

.site-editor-section-list button.active {
  border-color: rgba(201, 169, 110, 0.52);
  background: rgba(201, 169, 110, 0.08);
}

.site-editor-section-list span {
  font-size: 13px;
  font-weight: 700;
}

.site-editor-section-list i {
  color: #8a805f;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-editor-range input {
  accent-color: var(--gold);
}

.site-editor-range b {
  float: right;
  color: #1a1f2e;
}

.site-editor-upload {
  display: grid;
  place-items: center;
  min-height: 94px;
  border: 1px dashed rgba(28, 32, 40, 0.26);
  background: rgba(201, 169, 110, 0.07);
  cursor: pointer;
  text-align: center;
}

.site-editor-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-editor-upload span,
.site-editor-hint {
  color: #6d706f;
  font-size: 12px;
  line-height: 1.55;
}

.site-editor-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(28, 32, 40, 0.14);
  background: #fff;
  color: #1a1f2e;
  cursor: pointer;
  text-align: left;
}

.site-editor-toggle i {
  width: 36px;
  height: 20px;
  border-radius: 999px;
  background: rgba(28, 32, 40, 0.18);
  position: relative;
}

.site-editor-toggle i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 160ms ease;
}

.site-editor-toggle.active i {
  background: var(--gold);
}

.site-editor-toggle.active i::after {
  transform: translateX(16px);
}

.site-editor-actions {
  display: grid;
  gap: 10px;
}

.site-editor-actions button.secondary {
  background: transparent;
  color: #1a1f2e;
}

body.site-editing [data-site-editable] {
  outline: 1px dashed rgba(201, 169, 110, 0.76);
  outline-offset: 4px;
  cursor: text;
}

body.site-editing .site-header,
body.site-editing .brand {
  overflow: visible;
}

body.site-editing .brand {
  min-width: 0;
  max-width: 280px;
}

body.site-editing .brand strong {
  display: inline-block;
  min-width: 0;
  max-width: 280px;
  white-space: normal;
  line-height: 1.05;
}

body.site-editing .brand small {
  display: none !important;
}

body.site-editing [data-site-editable]:hover,
body.site-editing [data-site-editable]:focus {
  background: rgba(201, 169, 110, 0.09);
  outline: 2px solid rgba(201, 169, 110, 0.88);
}

body.site-editing [data-site-image-editable] {
  cursor: copy;
  outline: 1px dashed rgba(201, 169, 110, 0.72);
  outline-offset: 5px;
}

body.site-editing [data-site-image-editable]:hover {
  filter: saturate(1.05) brightness(1.03);
  outline: 2px solid rgba(201, 169, 110, 0.92);
}

.deep-aside[data-image-override]::before {
  background:
    linear-gradient(180deg, rgba(20, 25, 36, 0.08), rgba(20, 25, 36, 0.82)),
    var(--editor-image) center/cover !important;
}

.site-editor-toolbar {
  position: absolute;
  z-index: 2200;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  max-width: min(92vw, 640px);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(26, 31, 46, 0.96);
  color: #fffdf8;
  box-shadow: 0 16px 40px rgba(8, 14, 18, 0.28);
}

.site-editor-toolbar[hidden],
.site-editor-image-input {
  display: none;
}

.site-editor-toolbar button,
.site-editor-toolbar label {
  display: grid;
  min-width: 36px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf8;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.site-editor-toolbar label {
  position: relative;
  overflow: hidden;
}

.site-editor-toolbar input[type="color"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.site-editor-editbar {
  position: fixed;
  z-index: 2190;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: min(1240px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(232, 216, 175, 0.42);
  background: rgba(26, 31, 46, 0.97);
  color: #fffdf8;
  box-shadow: 0 18px 50px rgba(8, 14, 18, 0.32);
}

.site-editor-editbar[hidden] {
  display: none;
}

.site-editor-editbar strong {
  flex: 0 0 auto;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-editor-editbar span {
  flex: 1 1 210px;
  max-width: 260px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.site-editor-editbar em {
  flex: 0 0 auto;
  color: rgba(232, 216, 175, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.site-editor-editbar label {
  display: grid;
  flex: 1 1 210px;
  gap: 3px;
  min-width: 190px;
  max-width: 260px;
}

.site-editor-editbar small {
  color: rgba(255, 253, 248, 0.58);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-editor-editbar select {
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fffdf8;
  padding: 0 9px;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.site-editor-editbar select option {
  color: #1a1f2e;
}

.site-editor-editbar button {
  flex: 0 0 auto;
  min-height: 38px;
  min-width: 112px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--gold-soft);
  color: #1a1f2e;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-editor-editbar button.secondary {
  background: transparent;
  color: #fffdf8;
}

.site-editor-image-modal {
  position: fixed;
  z-index: 2250;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(12, 17, 27, 0.62);
}

.site-editor-image-modal[hidden] {
  display: none;
}

.site-editor-image-card {
  width: min(520px, 100%);
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(201, 169, 110, 0.34);
  background: #fffdf8;
  color: #1a1f2e;
  box-shadow: 0 28px 80px rgba(8, 14, 18, 0.34);
}

.site-editor-image-card strong {
  font-family: var(--site-font-display);
  font-size: 31px;
  font-weight: 400;
}

.site-editor-image-card p {
  margin: 0;
  color: #686763;
  line-height: 1.6;
}

.site-editor-image-card label {
  display: grid;
  gap: 8px;
}

.site-editor-image-card label span {
  color: #706b5d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-editor-image-card input {
  min-height: 46px;
  border: 1px solid rgba(28, 32, 40, 0.16);
  padding: 0 12px;
  font: inherit;
}

.site-editor-image-card > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.site-editor-image-card button {
  min-height: 46px;
  border: 1px solid rgba(28, 32, 40, 0.14);
  background: #1a1f2e;
  color: #fffdf8;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-editor-image-card button.secondary {
  background: transparent;
  color: #1a1f2e;
}

@media (max-width: 640px) {
  .site-edit-dot {
    right: 14px;
    bottom: 14px;
  }

  .site-editor {
    width: 100vw;
  }

  .site-editor-palettes,
  .site-editor-grid {
    grid-template-columns: 1fr;
  }

  .site-editor-editbar {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    right: 10px;
    bottom: 10px;
    left: 10px;
    gap: 7px;
    max-height: 34vh;
    overflow: auto;
    padding: 9px;
  }

  .site-editor-editbar strong {
    grid-column: 1;
    max-width: none;
    align-self: center;
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .site-editor-editbar span {
    display: none;
  }

  .site-editor-editbar em {
    grid-column: 2;
    align-self: center;
    overflow: hidden;
    font-size: 10px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-editor-editbar label {
    grid-column: 1 / -1;
    min-width: 0;
    max-width: none;
  }

  .site-editor-editbar button {
    min-width: 0;
    min-height: 40px;
    width: 100%;
    padding: 0 8px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  body.site-editing {
    padding-bottom: 230px;
  }

  .site-editor-image-card > div {
    grid-template-columns: 1fr;
  }
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 54px);
  background: #0c1718;
  color: rgba(255, 253, 247, 0.72);
}

footer p {
  margin: 0;
}

footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.subpage-hero {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 470px;
  padding: 112px clamp(18px, 6vw, 130px) 58px;
  background: #1d2331;
  color: var(--white);
  text-align: center;
}

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

.subpage-hero h1 {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.1;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 253, 247, 0.78);
  font-size: clamp(18px, 1.6vw, 22px);
}

.subpage-hero .hero-actions {
  justify-content: center;
}

.page-faq .subpage-hero,
.page-glossaire .subpage-hero {
  min-height: 350px;
  padding-top: 96px;
  padding-bottom: 42px;
}

.page-etudes-scientifiques .subpage-hero,
.page-mentions-legales .subpage-hero,
.page-tarifs .subpage-hero {
  min-height: 380px;
  padding-top: 100px;
  padding-bottom: 46px;
}

.page-blog .subpage-hero,
.page-a-propos .subpage-hero {
  min-height: 410px;
  padding-top: 122px;
  padding-bottom: 52px;
}

.page-blog .subpage-hero .hero-actions,
.page-a-propos .subpage-hero .hero-actions {
  display: none;
}

.page-blog .subpage-hero p:not(.eyebrow) {
  max-width: 560px;
  font-size: 13.6px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 253, 247, 0.62);
}

.page-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 104px 0;
}

.page-index {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.page-index span {
  display: block;
  padding: 14px 16px;
  background: rgba(255, 253, 247, 0.78);
  color: #52635e;
  font-size: 13px;
  font-weight: 900;
}

.deep-content {
  display: grid;
  gap: 22px;
}

.page-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.page-visual img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.96);
}

.page-a-propos .deep-content {
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  align-items: start;
}

.page-blog .page-shell,
.page-a-propos .page-shell {
  grid-template-columns: 1fr;
}

.page-blog .page-index,
.page-a-propos .page-index {
  display: none;
}

.page-a-propos .about-portrait {
  grid-row: span 4;
  box-shadow: none;
  text-align: center;
}

.page-a-propos .about-portrait img {
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
}

.page-a-propos .about-portrait figcaption {
  margin-top: 14px;
  color: #9a958b;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.deep-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: 36px 0 46px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 98px;
}

.deep-section:nth-child(even) {
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
}

.deep-section:nth-child(even) .deep-copy {
  grid-column: 2;
}

.deep-section:nth-child(even) .deep-aside {
  grid-column: 1;
  grid-row: 1;
}

.deep-section h2 {
  max-width: 780px;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
}

.page-a-propos .deep-section h2 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.15;
}

.deep-section p {
  max-width: 820px;
  color: var(--muted);
  font-size: 15.2px;
  font-weight: 400;
  line-height: 1.82;
  margin-bottom: 18px;
}

.deep-section p:last-child {
  margin-bottom: 0;
}

.deep-aside {
  position: sticky;
  top: 110px;
  display: grid;
  min-height: 360px;
  align-content: end;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--deep);
  color: var(--white);
  isolation: isolate;
}

.deep-aside::before,
.deep-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.deep-aside::before {
  background:
    linear-gradient(180deg, rgba(20, 25, 36, 0.12), rgba(20, 25, 36, 0.82)),
    url("assets/cabinet-abstract.jpg") center/cover;
}

.deep-aside::after {
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 0 38%, rgba(20, 25, 36, 0.32) 52%, rgba(20, 25, 36, 0.9) 100%),
    linear-gradient(90deg, rgba(20, 25, 36, 0.34), transparent 58%);
}

.deep-section:nth-child(3n + 1) .deep-aside::before {
  background:
    linear-gradient(180deg, rgba(20, 25, 36, 0.08), rgba(20, 25, 36, 0.82)),
    url("assets/simon-portrait.jpg") center 30%/cover;
}

.deep-section:nth-child(3n + 2) .deep-aside::before {
  background:
    linear-gradient(180deg, rgba(20, 25, 36, 0.08), rgba(20, 25, 36, 0.84)),
    url("assets/research-abstract.jpg") center/cover;
}

.deep-aside > * {
  margin-left: 26px;
  margin-right: 26px;
}

.deep-aside > :last-child {
  margin-bottom: 26px;
}

.deep-aside span {
  margin-top: 188px;
  margin-bottom: 46px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.deep-aside strong {
  max-width: 260px;
  color: var(--gold-soft);
  font-family: var(--site-font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.deep-aside p {
  margin-top: 18px;
  color: rgba(255, 253, 247, 0.72);
  font-size: 13px;
  line-height: 1.65;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.page-approches .deep-section,
.page-faq .deep-section,
.page-glossaire .deep-section,
.page-etudes-scientifiques .deep-section {
  padding-top: 30px;
  padding-bottom: 52px;
}

.page-glossaire .deep-section h2,
.page-etudes-scientifiques .deep-section h2,
.page-faq .deep-section h2 {
  font-size: 34px;
}

.page-glossaire .deep-section p,
.page-etudes-scientifiques .deep-section p,
.page-faq .deep-section p,
.page-approches .deep-section p {
  max-width: 880px;
}

.blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.blog-filters span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}

.blog-filters span:first-child {
  background: var(--deep-2);
  color: var(--white);
}

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

.blog-card {
  min-height: 540px;
  border: 1px solid var(--line);
  background: var(--white);
}

.blog-card-media {
  display: flex;
  align-items: flex-start;
  min-height: 230px;
  padding: 18px;
  background: linear-gradient(135deg, #304b43, #9fb09f);
}

.blog-card-media span {
  display: inline-flex;
  padding: 7px 10px;
  background: var(--deep-2);
  color: #d7b873;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card-body {
  padding: 24px;
}

.blog-card small {
  color: #9b988f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-card h3 {
  margin-top: 14px;
  font-size: 20.8px;
  font-weight: 500;
  line-height: 1.3;
}

.blog-card p {
  color: var(--muted);
  font-size: 13.6px;
  line-height: 1.7;
}

.blog-card a {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecosystem-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

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

.internal-links a {
  display: grid;
  min-height: 54px;
  place-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.72);
  color: var(--deep);
  font-weight: 900;
  text-align: center;
}

.ecosystem-links a {
  display: grid;
  min-height: 66px;
  place-items: center;
  padding: 14px;
  background: var(--white);
  color: #52635e;
  font-weight: 900;
  text-align: center;
}

.page-cta {
  display: grid;
  justify-items: start;
  padding: 86px clamp(18px, 6vw, 130px);
  background: var(--deep-2);
  color: var(--white);
}

.page-cta h2 {
  max-width: 760px;
}

.page-cta p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 253, 247, 0.72);
  font-size: 15.2px;
  line-height: 1.75;
}

.page-blog .page-cta {
  background: var(--paper);
  color: var(--ink);
}

.page-blog .page-cta p:not(.eyebrow) {
  color: var(--muted);
}

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

  .site-header nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .site-header.menu-open .mobile-menu {
    display: block;
  }

  .hero {
    min-height: auto;
  }

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

  .hero-portrait,
  .hero-portrait.simon-portrait {
    display: none;
  }

  .split,
  .about-panel,
  .proof-band,
  .media-band,
  .contact,
  .session {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .proof-grid,
  .posture-grid,
  .quote-grid,
  .review-grid,
  .media-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-head {
    grid-template-columns: 1fr;
  }

  .page-shell {
    grid-template-columns: 1fr;
    padding: 72px 0;
  }

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

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

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

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

  .page-a-propos .deep-content {
    grid-template-columns: 1fr;
  }

  .subpage-hero {
    min-height: 440px;
    padding-top: 110px;
  }

  .contact-hero,
  .contact-form-section {
    grid-template-columns: 1fr;
  }

  .contact-form-intro {
    position: static;
  }
}

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

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-inner {
    width: min(100% - 96px, 1180px);
    padding: 160px 0 34px;
  }

  h1 {
    font-size: 44.8px;
  }

  .subpage-hero h1 {
    font-size: 38.4px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.15;
  }

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

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .hero-proof li + li::before {
    margin-right: 10px;
  }

  .hero-facts {
    display: none;
  }

  .hero-facts,
  .service-grid,
  .proof-grid,
  .posture-grid,
  .quote-grid,
  .review-grid,
  .media-card-grid,
  .stat-strip,
  .partner-row {
    grid-template-columns: 1fr;
  }

  .about-panel {
    padding: 24px;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 72px 0;
  }

  .proof-band,
  .media-band,
  .contact {
    padding: 64px 18px;
  }

  .review-next-step {
    display: grid;
    padding: 20px;
  }

  .review-next-step .button {
    width: 100%;
  }

  .service-grid article {
    min-height: 220px;
  }

  footer {
    display: grid;
  }

  .subpage-hero {
    min-height: 390px;
    padding: 92px 18px 36px;
  }

  .contact-hero {
    min-height: auto;
    padding: 104px 18px 46px;
  }

  .contact-hero h1 {
    font-size: 48px;
  }

  .contact-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

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

  .contact-identity,
  .premium-contact-form {
    padding: 22px;
  }

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

  .premium-contact-form button {
    justify-self: stretch;
    min-width: 0;
  }

  .deep-section,
  .deep-section:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .deep-section:nth-child(even) .deep-copy,
  .deep-section:nth-child(even) .deep-aside {
    grid-column: auto;
    grid-row: auto;
  }

  .deep-copy {
    grid-column: 1;
    grid-row: 2;
    order: 2;
    margin-top: 106px;
  }

  .deep-aside {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    order: 1;
    min-height: 300px;
    padding: 22px;
  }

  .deep-aside > * {
    margin-left: 0;
    margin-right: 0;
  }

  .deep-aside > :last-child {
    margin-bottom: 0;
  }

  .deep-aside span {
    margin-top: 128px;
  }

  .page-faq .subpage-hero {
    min-height: 300px;
    padding-top: 78px;
    padding-bottom: 32px;
  }

  .page-glossaire .subpage-hero {
    min-height: 325px;
    padding-top: 80px;
    padding-bottom: 34px;
  }

  .page-etudes-scientifiques .subpage-hero,
  .page-mentions-legales .subpage-hero,
  .page-tarifs .subpage-hero {
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 36px;
  }

  .page-blog .subpage-hero,
  .page-a-propos .subpage-hero {
    min-height: 324px;
    padding-top: 74px;
    padding-bottom: 28px;
  }

  .page-blog .subpage-hero > div,
  .page-a-propos .subpage-hero > div {
    transform: translateY(46px);
  }

  .page-a-propos .page-shell {
    width: 680px;
    margin-left: 49px;
    margin-right: 0;
  }

  .page-a-propos .deep-content {
    grid-template-columns: 238px 320px;
    gap: 48px;
  }

  .page-a-propos .about-portrait {
    width: 238px;
  }

  .page-a-propos .deep-section h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .page-blog .page-index {
    display: none;
  }

  .page-a-propos .page-index {
    display: none;
  }

  .deep-section {
    padding: 24px;
  }

  .page-index {
    grid-template-columns: 1fr;
  }

  .ecosystem-links {
    grid-template-columns: 1fr;
  }

  .internal-links {
    grid-template-columns: 1fr;
  }

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

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

  .page-cta {
    padding: 64px 18px;
  }
}
