
: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-link,
.contact-row,
.appointment-card,
.service-grid article,
.blog-card,
.review-grid article,
details {
  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 {
  background: var(--gold-soft);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.button.ghost: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);
}

.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-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);
}

.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 > 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);
}

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

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

.proof-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,
.contact p {
  color: rgba(255, 253, 247, 0.72);
  font-size: 15.2px;
  line-height: 1.75;
}

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

.proof-grid article,
.posture-grid article {
  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,
.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;
}

.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;
}

.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;
}

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

.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;
}

.faq {
  padding-top: 54px;
}

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-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,
.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,
.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);
}

.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-mentions-legales .subpage-hero {
  min-height: 380px;
  padding-top: 100px;
  padding-bottom: 46px;
}

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

.page-blog .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);
}

.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;
}

.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);
}

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

.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;
}

@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;
  }

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

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

  .reviews-head {
    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-facts {
    display: none;
  }

  .hero-facts,
  .service-grid,
  .proof-grid,
  .posture-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

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

  .proof-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-mentions-legales .subpage-hero {
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 36px;
  }

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

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

  .deep-section {
    padding: 24px;
  }

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

/* ===== Google reviews badge (2026-07-02) ===== */
.google-rating-card{background:#fff;border:1px solid #e3e3e3;border-radius:12px;padding:26px 28px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;box-shadow:0 10px 30px rgba(20,25,40,.08);max-width:340px;box-sizing:border-box;overflow:hidden}
.google-rating-card .g-head{display:flex;align-items:center;gap:10px;font-weight:600;color:#3c4043;font-size:.95rem}
.google-rating-card .g-note-row{display:flex;align-items:baseline;gap:10px;flex-wrap:nowrap;min-width:0}
.google-rating-card .g-note{font-size:2.4rem;font-weight:700;color:#202124;line-height:1}
.google-rating-card .g-count{color:#5f6368;font-size:.95rem}
.google-rating-card .g-link{margin-top:6px;font-weight:600;color:#1a73e8;text-decoration:none;font-size:.95rem}
.google-rating-card .g-link:hover{text-decoration:underline}
.hero-google-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #e3e3e3;border-radius:999px;padding:8px 16px;margin:14px 0 0;box-shadow:0 6px 18px rgba(20,25,40,.10);text-decoration:none}
.hero-google-badge strong{color:#202124;font-size:.95rem}
.hero-google-badge span{color:#5f6368;font-size:.88rem}
.g-logo{width:20px;height:20px;flex:none}
.rdv-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:36px;align-items:start}
.rdv-panel .rdv-criteres{margin:18px 0 0;padding:0;list-style:none;display:grid;gap:10px}
.rdv-panel .rdv-criteres li{padding-left:26px;position:relative;color:inherit}
.rdv-panel .rdv-criteres li::before{content:"✓";position:absolute;left:0;color:#c9a96e;font-weight:700}
.rdv-card{background:#1d2331;color:#faf8f1;border-radius:14px;padding:32px;display:flex;flex-direction:column;gap:12px}
.rdv-card .rdv-duree{font-size:2.2rem;font-weight:700;color:#c9a96e;line-height:1}
.rdv-card .button.primary{align-self:flex-start}
.rdv-card small{opacity:.75}
@media (max-width:840px){.rdv-panel{grid-template-columns:1fr}.google-rating-card{max-width:none;width:100%}}

/* ===== Contraste section contact claire (proof-band + contact) — 2026-07-03 ===== */
body > main#top > .proof-band + .contact .contact-info{border:1px solid rgba(29,35,49,.14);background:rgba(29,35,49,.10)}
body > main#top > .proof-band + .contact .contact-row{background:rgba(255,255,255,.78)}
body > main#top > .proof-band + .contact .contact-row:hover{background:rgba(242,217,164,.28)}
body > main#top > .proof-band + .contact .contact-row a,
body > main#top > .proof-band + .contact .contact-row strong{color:var(--ink)}
body > main#top > .proof-band + .contact .contact-row span:not(.contact-icon),
body > main#top > .proof-band + .contact .contact-row small{color:rgba(26,31,46,.58)}
body > main#top > .proof-band + .contact .contact-icon{border-color:rgba(138,106,51,.45);color:#8a6a33}
body > main#top > .proof-band + .contact .appointment-card{background:var(--deep);border-color:rgba(29,35,49,.2)}
body > main#top > .proof-band + .contact h2{color:var(--ink)}

/* ═══════ Fixes Head of Design 2026-07-04 (v6) ═══════ */
/* 1. VETO contraste — double token or (AA sur crème ET sur encre) */
:root{--gold-on-light:#7a5c10;--gold-on-dark:#e3c878;--muted:#5c5c52}
.eyebrow,.section-kicker{color:var(--gold-on-light);font-size:12px;letter-spacing:2.4px}
.hero .eyebrow,.subpage-hero .eyebrow,.proof-band .eyebrow,.contact .eyebrow{color:var(--gold-on-dark)}
body > main#top > .proof-band + .contact .eyebrow{color:var(--gold-on-light)}
.booking-link{color:var(--gold-on-light);border-bottom-color:rgba(122,92,16,.42);font-size:12.5px}
.booking-link:hover{color:#5c440c;border-color:#5c440c}
.appointment-card .booking-link,.session-card .booking-link,.rdv-card .booking-link{color:var(--gold-on-dark)}
.hero-copy{color:#c9c4ba;font-size:15px;line-height:1.65}
.subpage-hero p:not(.eyebrow){color:#c9c4ba}
.proof-band p,.contact p{color:#c9c4ba}
.hero-facts dd{color:#c9c4ba}
/* 2. portrait Simon visible en mobile (asset optimisé 54Ko) */
@media (max-width: 980px){
  .hero-portrait.simon-portrait{display:block;width:min(260px,70vw);margin:26px auto 0}
  .hero-portrait.simon-portrait::before{display:none}
}
/* 3. header mobile : CTA compact persistant + burger renforcé */
@media (max-width: 980px){
  .site-header{grid-template-columns:1fr auto auto;gap:8px}
  .header-cta{display:inline-block;padding:10px 12px;font-size:10px;letter-spacing:.08em}
  .mobile-menu-toggle{border-color:rgba(255,255,255,.45)}
}
@media (max-width: 430px){
  .header-cta{padding:9px 10px;font-size:9.5px}
}
/* 4. grille des axes 2×2 + cartes entièrement cliquables */
.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.service-grid article{position:relative;transition:background .2s ease}
.service-grid article:hover{background:rgba(122,92,16,.06)}
.service-grid article:hover .booking-link{color:#5c440c;border-color:#5c440c}
.service-grid .booking-link::after{content:"";position:absolute;inset:0}
.service-grid .booking-link:focus-visible{outline:2px solid var(--gold-on-light);outline-offset:-2px}
/* 5. bandeau preuves héro : 3 cellules */
.hero-facts{grid-template-columns:repeat(3,minmax(0,1fr))}
/* 8. avis : étoiles consolidées site (#D4AF37) — badge Google garde les codes Google */
.stars,.review-card .stars{color:#d4af37}
.review-card{display:flex;flex-direction:column}
.review-card strong{margin-top:auto}
.review-card p{font-size:15px;line-height:1.7}
.review-card-head small{font-size:10.5px;color:#8a857c}
/* 9. footer : lisibilité + cibles tactiles */
footer,footer p{font-size:.875rem}
footer nav a{display:inline-block;padding:8px 2px}
.appointment-card p{color:#c9c4ba}
.appointment-card small{color:#b5b0a6}
.g-stars-svg{display:inline-flex;align-items:center;gap:2px;line-height:1}
body > main#top > .proof-band + .contact .appointment-card p{color:#c9c4ba}
body > main#top > .proof-band + .contact .appointment-card small{color:#b5b0a6}

/* ===== v8 CHARBON — architecture de conversion (Head of Design + école landing-conversion-charbon, 2026-07-04) ===== */
:root{--gold-action:#c9962e;--radius-card:4px}
/* FIX 1 (MAJEUR) — vrai bouton primaire au point de conversion final (panneau Demande) */
.appointment-card a.btn-primary{display:inline-block;margin-top:26px;padding:15px 28px;background:var(--gold-action);color:#161d2b;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:0;border-bottom:0;border-radius:var(--radius-card)}
.appointment-card a.btn-primary:hover{background:#b8860b;color:#161d2b;border-color:transparent}
.appointment-card a.link-secondary{margin-top:16px;font-size:10.5px;color:#c9c4ba;border-bottom-color:rgba(201,196,186,.4)}
.appointment-card .mini-proof{margin-top:18px;color:#e3c878;font-size:13px;letter-spacing:.04em}
/* FIX 2 (MAJEUR) — rythme vertical section RDV : le paragraphe email redevient un bloc distinct */
.rdv-panel .rdv-criteres{margin-bottom:2rem}
/* FIX 3 (MAJEUR) — 4 axes : 1 colonne en mobile (la règle v7 2×2 écrasait le media query) + affordance hover */
@media(max-width:640px){.service-grid{grid-template-columns:1fr}}
.service-grid article:hover{border-color:var(--gold-action);transform:translateY(-2px);transition:transform .2s ease,border-color .2s ease}
/* FIX 4 — contraste des deux textes qui vendent */
.hero-copy{color:rgba(240,236,227,.88)}
.appointment-card small{color:#c9c3b4}
body > main#top > .proof-band + .contact .appointment-card small{color:#c9c3b4}
/* FIX 6 — vides morts des cartes postures */
.posture-grid article{min-height:0;height:auto}
/* FIX 7 — micro-réassurance sous les CTA héro */
.cta-note{display:block;margin-top:12px;color:rgba(240,236,227,.8);font-size:12.5px;letter-spacing:.03em}
/* FIX 8 — cartes formation en crème (cohérence palette, fin des cartes kaki) */
.proof-grid article{background:#f5f0e6;border:1px solid rgba(201,150,46,.4);border-radius:var(--radius-card)}
.proof-grid strong{color:#8a6d1f}
.proof-grid span{color:#1a1f29}
/* FIX 9 — preuve sociale mi-page + FAQ */
.mid-proof-strip{width:min(100% - 48px,760px);margin:0 auto;padding:34px 28px;text-align:center;background:#f5f0e6;border:1px solid rgba(201,150,46,.35);border-radius:var(--radius-card)}
.mid-proof-strip>span{color:#d4af37;font-size:16px;letter-spacing:3px}
.mid-proof-strip p{margin:10px 0 6px;font-family:"Cormorant Garamond",Georgia,serif;font-size:22px;line-height:1.35;color:#1a1f29}
.mid-proof-strip small{display:block;color:#5c5c52;font-size:12px;margin-bottom:12px}
.mid-proof-strip a{color:var(--gold-on-light,#7a5c10);font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(122,92,16,.42);text-decoration:none}
.faq-section details{border:1px solid var(--line);border-radius:var(--radius-card);background:rgba(255,253,247,.76);margin-bottom:10px}
.faq-section summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;font-weight:600;color:#1a1f29}
.faq-section summary::-webkit-details-marker{display:none}
.faq-section summary::after{content:"+";color:var(--gold-on-light,#7a5c10);font-size:20px;line-height:1;flex-shrink:0}
.faq-section details[open] summary::after{content:"–"}
.faq-section .faq-a{padding:0 22px 18px;color:#3a3f4b;font-size:15px;line-height:1.7}

/* ===== v8.1 CHARBON polish — système doré action + unification (écoles hiérarchie-typo / brand-coherence / motion-detail) ===== */
/* 1. doré ACTION sur tous les boutons primaires du site (texte encre, contraste ≈5.9:1 ; hover ≈5.1:1) */
.button.primary,.header-cta{background:var(--gold-action);color:#161d2b}
.header-cta:hover,.button.primary:hover{background:#b8860b;color:#161d2b}
/* 2. ambiance sombre unifiée : fin du sous-ton vert (#17211f) sur la bande Déroulé, radial froid discret */
body > main#top > .session.section{background:radial-gradient(1200px 600px at 80% 15%, rgba(60,80,130,.16), transparent),linear-gradient(120deg,#1d2331,#141b29)}
/* 3. radius carte RDV aligné sur le système (14px -> 4px) */
.rdv-card{border-radius:var(--radius-card)}
/* 4. vides morts cartes formation */
.proof-grid article{min-height:0}
/* 5. lien "Lire tous les avis" (carte source) aligné style maison */
.review-source-card a{color:var(--gold-on-dark,#e3c878);border-bottom:1px solid rgba(227,200,120,.4);padding-bottom:3px}

/* ===== v8.2 CHARBON — correctifs re-audit (motion + hiérarchie-typo + a11y) ===== */
/* 1. transitions sur l'état de BASE (fini la sortie de hover qui claque) */
.service-grid article,.posture-grid article,.review-grid article,.blog-card{transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
/* 2. respect prefers-reduced-motion (site santé mentale) */
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation:none!important;scroll-behavior:auto!important}}
/* 3. hiérarchie typo : corps des cartes lisible (lectorat 45+), gras réservé aux titres */
.service-grid article > p{font-weight:400;font-size:16px;line-height:1.6}
.review-card p{font-size:16px}
.service-grid h3,.posture-grid h3{text-wrap:balance}
/* 4. focus clavier visible partout */
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--gold-action);outline-offset:3px}

/* ===== v8.3 CHARBON — full amélioration (perf LCP webp, bénéfice 3s, lien Google charte, teaser formation mobile, pastille) ===== */
/* bénéfice visiteur lisible en 3 secondes (élément séparé, texte client heroLead non touché) */
.hero-benefit{margin:14px 0 4px;color:#f0ece3;font-weight:600;font-size:17.5px;letter-spacing:.01em}
/* texture héro en WebP (54Ko -> 12Ko) — pile de fonds identique */
.hero-media{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.webp") center / cover;filter:saturate(0.82)}
/* lien carte Avis Google aligné charte (logo G + étoiles Google conservés = authenticité de la preuve) */
.google-rating-card .g-link{color:var(--gold-on-light,#7a5c10);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(122,92,16,.42);padding-bottom:2px;font-size:.9rem}
.google-rating-card .g-link:hover{color:#5c440c;border-color:#5c440c;text-decoration:none}
/* teaser formation en mobile : 1 carte + lien, le tunnel douleur->appel reste prioritaire */
.proof-more{display:none}
@media(max-width:980px){
  .proof-grid article:nth-child(n+2){display:none}
  .proof-more{display:inline-block;margin-top:16px;color:var(--gold-on-dark,#e3c878);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:12.5px;border-bottom:1px solid rgba(227,200,120,.4);padding-bottom:3px;text-decoration:none}
}
/* pastille éditeur : focus visible (plus d'outline:none) */
.site-edit-dot:focus-visible{outline:2px solid var(--gold-action);outline-offset:3px}

/* ===== v8.4 CHARBON — perf images site-wide : tous les fonds CSS en WebP (piles identiques) ===== */
.contact-hero{background:linear-gradient(120deg, rgba(29, 35, 49, 0.94), rgba(29, 35, 49, 0.76)),url("assets/hero-texture.webp") center/cover}
.deep-aside::before{background:linear-gradient(180deg, rgba(20, 25, 36, 0.12), rgba(20, 25, 36, 0.82)),url("assets/cabinet-abstract.webp") center/cover}
.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.webp") 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.webp") center/cover}

/* ===== v8.5 — ambiances photo réelles sur les panneaux sous-pages (Unsplash: Vladyslav Tobolenko ×2, licence Unsplash) ===== */
.deep-aside::before{background:linear-gradient(180deg, rgba(20, 25, 36, 0.12), rgba(20, 25, 36, 0.82)),url("assets/ambiance-monstera.webp") center/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/ambiance-leafshadow.webp") center/cover}

/* ===== v8.6 — micro-lot certification (véto contraste, grille, axe, typo) ===== */
.review-card-head small{color:#6b665c}
.service-grid article{min-height:0}
.service-grid .booking-link{margin-top:auto;justify-self:start}
.proof-band,.contact{padding-left:max(18px,calc((100vw - 1180px)/2));padding-right:max(18px,calc((100vw - 1180px)/2))}

/* ===== v8.7 — CLS : pré-rendre le h1 home avec la géométrie de l'override client (em inline) pour que site-editor l'applique sans reflow ===== */
body > main#top > .hero h1 em{display:inline}

/* ===== v8.8 — CLS 0 : fallbacks à métriques ajustées (le swap Cormorant/Jost ne bouge plus la page) ===== */
@font-face{font-family:"Cormorant Fallback";src:local("Georgia");size-adjust:87.4%;line-gap-override:0%}
@font-face{font-family:"Jost Fallback";src:local("Arial");size-adjust:94.9%;line-gap-override:0%}
:root{--site-font-display:"Cormorant Garamond","Cormorant Fallback",Georgia,"Times New Roman",serif;--site-font-body:Jost,"Jost Fallback",-apple-system,system-ui,sans-serif}

#themes .service-grid article > span { color: var(--gold-on-light); }
