:root {
  --bg-primary: #f1e9df;
  --bg-section: #efe5d9;
  --bg-card: #f7f1ea;
  --ivory: var(--bg-primary);
  --ivory-2: var(--bg-section);
  --purple: #4a345e;
  --purple-deep: #332040;
  --gold: #b8944d;
  --gold-soft: #d5bd83;
  --text: #2f2931;
  --muted: #6d6470;
  --line: rgba(184, 148, 77, 0.32);
  --lavender-band: #f1eaf0;
  --card: rgba(247, 241, 234, 0.82);
  --shadow: 0 18px 46px rgba(74, 52, 94, 0.068);
  --header-height: 82px;
  --header-height-compact: 62px;
  --header-logo-height: calc((var(--header-height) - 16px) * 1.872 * 1.235);
  --header-logo-height-scrolled: calc((var(--header-height-compact) - 10px) * 1.872 * 1.235);
  --font-family: "Heebo", sans-serif;
  --color-heading: #4b2a67;
  --color-body: #4f4f4f;
  --hero-lead-texture: url("../assets/images/hero-title-lead-texture.webp?v=3");
  --brand-heading-outline:
    drop-shadow(0.5px 0 0 rgba(58, 32, 82, 0.48))
    drop-shadow(-0.5px 0 0 rgba(58, 32, 82, 0.48))
    drop-shadow(0 0.5px 0 rgba(58, 32, 82, 0.48))
    drop-shadow(0 -0.5px 0 rgba(58, 32, 82, 0.48));
  --brand-heading-texture-filter: saturate(0.75);
  --brand-heading-texture-filter-mobile: saturate(0.75) contrast(1.1) brightness(1.04);
  --hero-em-texture: url("../assets/images/hero-em-gold-texture.webp?v=3");
  --hero-em-outline:
    drop-shadow(0.5px 0 0 rgba(91, 42, 134, 0.42))
    drop-shadow(-0.5px 0 0 rgba(91, 42, 134, 0.42))
    drop-shadow(0 0.5px 0 rgba(91, 42, 134, 0.42))
    drop-shadow(0 -0.5px 0 rgba(91, 42, 134, 0.42));
  --gradient-brand-heading: linear-gradient(
    105deg,
    #c4b0dc 0%,
    #9a7ec4 18%,
    #7b5ba8 40%,
    #b09ad0 62%,
    #6b4898 82%,
    #5b3d82 100%
  );
  --courses-heading-texture: url("../assets/images/courses-heading-texture.webp?v=1");
  --section-heading-texture: url("../assets/images/section-heading-texture.webp?v=1");
  --metric-texture: url("../assets/images/trust-metric-texture.webp?v=1");
  --trust-strip-icon-purple: #6f3c97;
  --benefits-section-bg: #f7eef8;
  --footer-bg: #5a3a7a;
  --footer-text: #fff;
  --footer-gold-line: rgba(212, 175, 55, 0.2);
  --icon-gold-rich: #b8944d;
  --icon-gold-soft: #c9a24a;
  --icon-visibility-filter: saturate(0.96) contrast(1.08) brightness(0.88);
  --icon-visibility-filter-hover: saturate(1) contrast(1.1) brightness(0.92);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-family);
  scroll-padding-top: calc(var(--header-height) + 12px);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: linear-gradient(180deg, var(--ivory), var(--ivory-2) 48%, var(--ivory));
  color: var(--color-body);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Homepage — unified beige surface across main sections */
body.home-page {
  --homepage-surface: #e8dfd3;
  --bg-primary: var(--homepage-surface);
  --bg-section: var(--homepage-surface);
  --ivory: var(--homepage-surface);
  --ivory-2: var(--homepage-surface);
  background: var(--homepage-surface);
  background-color: var(--homepage-surface);
}

body.home-page main > .hero,
body.home-page main > .trust-metrics,
body.home-page main > .courses-section,
body.home-page main > .help-section,
body.home-page main > .testimonials-section,
body.home-page main > .post-of-week-section,
body.home-page main > .recipes-corner-section,
body.home-page main > .faq-section,
body.home-page main > .guide-section {
  background-color: var(--homepage-surface);
}

body.home-page .help-section {
  background: var(--homepage-surface);
  padding-block-end: 42px;
}

body.home-page .help-section .section-wave {
  display: none;
}

body.home-page .recipes-corner-section {
  padding-block: clamp(28px, 4vw, 40px) clamp(32px, 4.5vw, 48px);
  margin-block-end: 0;
}

body.home-page .post-of-week-section {
  padding-block: clamp(28px, 4vw, 40px) clamp(32px, 4.5vw, 48px);
  margin-block-end: 0;
}

/* Sections kept in DOM with hidden must not leak layout (display:grid etc. overrides [hidden]) */
[data-temp-hidden][hidden] {
  display: none !important;
}

body.home-page .testimonials-section {
  background-color: var(--homepage-surface);
  background-image: none;
}

body.home-page .faq-section {
  background: var(--homepage-surface);
}

body.home-page .guide-section__overlay {
  background: linear-gradient(
    180deg,
    rgba(232, 223, 211, 0.78) 0%,
    rgba(232, 223, 211, 0.64) 50%,
    rgba(232, 223, 211, 0.8) 100%
  );
}

body.home-page .site-header.is-scrolled,
body.home-page .site-header.is-nav-open {
  background: rgba(232, 223, 211, 0.96);
}

h1 {
  font-weight: 900;
  font-size: clamp(2.4rem, 7vw, 4rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-heading);
  text-shadow:
    0 2px 4px rgba(75, 42, 103, 0.12),
    0 4px 12px rgba(75, 42, 103, 0.08);
}

h2 {
  font-weight: 800;
  font-size: clamp(1.8rem, 5vw, 2.6rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--color-heading);
}

h3 {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.35;
  color: var(--color-heading);
}

button,
.gold-button,
.guide-form button,
.footer-cta__button,
.header-cta,
.course-card a,
.a11y-widget__action,
.a11y-widget__reset {
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.7);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--purple);
  color: #fff;
  padding: 0.7rem 1rem;
}

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

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-block-end: 0;
  transition:
    background-color 320ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 320ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header:not(.is-scrolled):not(.is-nav-open) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.site-header.is-scrolled {
  background: rgba(241, 233, 223, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 18px rgba(74, 52, 94, 0.055);
}

.site-header.is-nav-open {
  background: rgba(241, 233, 223, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(74, 52, 94, 0.07);
}

.site-header__inner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(100% - 4rem, 1180px);
  min-height: var(--header-height);
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 2vw, 1.25rem);
  direction: rtl;
  transition: min-height 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header__start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-column: 1;
  justify-self: start;
}

.site-header__end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column: 3;
  justify-self: end;
}

.site-header.is-scrolled .site-header__inner {
  min-height: var(--header-height-compact);
}

.site-header .header-cta {
  min-width: auto;
  min-height: 40px;
  height: 40px;
  padding-inline: 1.1rem;
  font-size: 0.88rem;
  white-space: nowrap;
  border-radius: 4px;
  gap: 0.45rem;
  background: linear-gradient(
    120deg,
    #dcc07a 0%,
    #e8d08a 28%,
    #c9a865 58%,
    #b8944d 100%
  );
  background-size: 200% 100%;
  box-shadow:
    0 6px 18px rgba(184, 148, 77, 0.3),
    inset 0 1px 0 rgba(255, 252, 247, 0.4);
}

.header-cta__icon {
  flex-shrink: 0;
  display: block;
  width: 17px;
  height: 17px;
}

.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: auto;
  height: auto;
  grid-column: 2;
  justify-self: center;
  transition:
    opacity 280ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-logo__image,
.header-logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: var(--header-logo-height);
  max-width: min(370.5px, 78.6vw);
  object-fit: contain;
  transition: max-height 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-logo:hover,
.header-logo:focus-visible {
  opacity: 0.92;
  transform: scale(1.02);
}

.header-logo:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.72);
  outline-offset: 3px;
  border-radius: 4px;
}

.site-header.is-scrolled .header-logo__image,
.site-header.is-scrolled .header-logo img {
  max-height: var(--header-logo-height-scrolled);
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(213, 189, 131, 0.35);
  border-radius: 8px;
  background: rgba(255, 252, 247, 0.72);
  color: var(--purple);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: rgba(184, 148, 77, 0.45);
  background: rgba(255, 252, 247, 0.95);
}

.menu-toggle__bars {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: background-color 180ms ease;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
  position: absolute;
  inset-inline: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  content: "";
}

.menu-toggle__bars::before {
  inset-block-start: -6px;
}

.menu-toggle__bars::after {
  inset-block-start: 6px;
}

.site-header.is-nav-open .menu-toggle__bars {
  background: transparent;
}

.site-header.is-nav-open .menu-toggle__bars::before {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-nav-open .menu-toggle__bars::after {
  transform: translateY(-6px) rotate(-45deg);
}

.site-header.is-scrolled .header-cta {
  height: 36px;
  min-height: 36px;
  font-size: 0.84rem;
  padding-inline: 1rem;
}

.site-header.is-scrolled .header-cta__icon {
  width: 16px;
  height: 16px;
}

.site-header.is-nav-open {
  z-index: 10000;
}

.site-header.is-nav-open .site-header__inner {
  position: relative;
  z-index: 10001;
}

body.is-nav-drawer-open .site-header__inner .header-logo,
body.is-nav-drawer-open .site-header__inner .header-cta {
  visibility: hidden;
  pointer-events: none;
}

body.is-nav-drawer-open .hamburger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Nav overlay — above header (header peaks at z-index 10000 when open) */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(51, 32, 64, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Floating side drawer — full viewport height, right edge */
.site-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  z-index: 10060;
  display: flex;
  flex-direction: column;
  direction: rtl;
  width: min(88vw, 340px);
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(180deg, var(--bg-primary) 0%, var(--bg-section) 48%, var(--bg-primary) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: -16px 0 48px rgba(51, 32, 64, 0.14);
  overflow: hidden;
  overscroll-behavior: none;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition:
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 380ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.site-nav-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.site-nav-drawer__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding:
    max(0.85rem, env(safe-area-inset-top, 0px))
    1.15rem
    0.65rem;
}

.site-nav-drawer__close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(190, 150, 80, 0.3);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.82);
  color: var(--purple-deep);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease;
}

.site-nav-drawer__close:hover,
.site-nav-drawer__close:focus-visible {
  background: #fff;
  border-color: rgba(184, 148, 77, 0.5);
  transform: scale(1.04);
}

.site-nav-drawer__close span {
  display: block;
  transform: translateY(-1px);
}

.site-nav-drawer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 0 1rem 0.65rem;
  text-align: center;
}

.site-nav-drawer__brand-link {
  display: block;
  line-height: 0;
}

.site-nav-drawer__brand-link:hover,
.site-nav-drawer__brand-link:focus-visible {
  opacity: 0.92;
}

.site-nav-drawer__logo {
  display: block;
  width: auto;
  max-width: clamp(160px, 44vw, 190px);
  height: auto;
  object-fit: contain;
}

.site-nav-drawer__links {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0.3rem 1.35rem calc(1.1rem + env(safe-area-inset-bottom, 0px));
  border-block-start: 1px solid rgba(189, 150, 80, 0.22);
  list-style: none;
  overflow: visible;
}

.site-nav-drawer__links li {
  margin: 0;
  padding: 0;
}

.site-nav-drawer__group {
  border-block-end: 1px solid rgba(189, 150, 80, 0.2);
}

.site-nav-drawer__group-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  width: 100%;
  margin: 0;
  padding: 0.7rem 0;
  border: 0;
  background: none;
  color: var(--purple-deep);
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.2px;
  text-align: right;
  cursor: pointer;
  direction: rtl;
  transition:
    color 220ms ease,
    padding-inline-end 220ms ease;
}

.site-nav-drawer__group-label {
  flex: 1;
  text-align: right;
}

.site-nav-drawer__group-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 1.1rem;
  height: 1.1rem;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1;
}

.site-nav-drawer__group-icon::before {
  content: "+";
}

.site-nav-drawer__group-toggle[aria-expanded="true"] .site-nav-drawer__group-icon::before {
  content: "▼";
  font-size: 0.62rem;
}

.site-nav-drawer__group-toggle:hover,
.site-nav-drawer__group-toggle:focus-visible {
  color: var(--gold);
  padding-inline-end: 0.3rem;
  outline: none;
}

.site-nav-drawer__group-toggle[aria-current="page"] {
  color: #9a7a3d;
}

.site-nav-drawer__group.is-expanded .site-nav-drawer__group-toggle {
  padding-block-end: 0.35rem;
}

.site-nav-drawer__sub-links[hidden] {
  display: none;
}

.site-nav-drawer__sub-links {
  list-style: none;
  margin: 0;
  padding: 0 0 0.45rem;
}

.site-nav-drawer__group.is-expanded .site-nav-drawer__sub-links {
  padding-inline-start: 1.15rem;
}

.site-nav-drawer__sub-links li {
  margin: 0;
  padding: 0;
}

.site-nav-drawer__sub-links a {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.38rem 0;
  border-block-end: 0;
  color: var(--purple-deep);
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2px;
  text-align: right;
  transition:
    color 220ms ease,
    padding-inline-end 220ms ease;
}

.site-nav-drawer__sub-links a::before {
  flex-shrink: 0;
  color: var(--purple-deep);
  content: "•";
  font-weight: 400;
}

.site-nav-drawer__sub-links a:hover,
.site-nav-drawer__sub-links a:focus-visible {
  color: var(--gold);
  padding-inline-end: 0.3rem;
  border-color: transparent;
}

.site-nav-drawer__sub-links a[aria-current="page"] {
  color: #9a7a3d;
}

.site-nav-drawer__links a {
  display: block;
  padding: 0.7rem 0;
  border-block-end: 1px solid rgba(189, 150, 80, 0.2);
  color: var(--purple-deep);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.2px;
  text-align: right;
  transition:
    color 220ms ease,
    padding-inline-end 220ms ease,
    border-color 220ms ease;
}

.site-nav-drawer__links > li:last-child a {
  border-block-end: 0;
}

.site-nav-drawer__links > li:last-child.site-nav-drawer__group {
  border-block-end: 0;
}

.site-nav-drawer__links a:hover,
.site-nav-drawer__links a:focus-visible {
  color: var(--gold);
  padding-inline-end: 0.3rem;
  border-color: rgba(189, 150, 80, 0.38);
}

.site-nav-drawer__links a[aria-current="page"] {
  color: #9a7a3d;
  border-block-end-color: rgba(189, 150, 80, 0.5);
}

.site-nav-drawer__links .site-nav-drawer__sub-links a {
  border-block-end: 0;
}

html:has(body.is-nav-drawer-open) {
  overflow: hidden;
}

body.is-nav-drawer-open {
  width: 100%;
  overflow: hidden;
  overflow-x: clip;
  touch-action: none;
}

@media (min-width: 1024px) {
  .site-nav-drawer {
    right: 0;
    left: auto;
    width: 420px;
    max-width: 420px;
    min-width: 420px;
    height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .site-nav-drawer__header {
    padding:
      max(0.85rem, env(safe-area-inset-top, 0px))
      1.35rem
      0.35rem;
  }

  .site-nav-drawer__brand {
    padding: 0 1.25rem 0.45rem;
  }

  .site-nav-drawer__logo {
    width: auto;
    max-width: 100%;
    max-height: 170px;
    height: auto;
    object-fit: contain;
  }

  .site-nav-drawer__links {
    flex: 1 1 auto;
    padding: 0.17rem 1.5rem 40px;
  }

  .site-nav-drawer__links a {
    padding: 0.47rem 0;
    font-size: clamp(1.24rem, 1.35vw, 1.46rem);
    font-weight: 400;
    letter-spacing: 0.2px;
  }

  .site-nav-drawer__sub-links {
    padding-bottom: 0.38rem;
  }

  .site-nav-drawer__sub-links a {
    padding: 0.32rem 0;
    font-size: clamp(0.84rem, 0.9vw, 1.01rem);
    font-weight: 400;
    letter-spacing: 0.2px;
  }

  .site-nav-drawer__group-toggle {
    padding: 0.47rem 0;
    font-size: clamp(1.24rem, 1.35vw, 1.46rem);
    font-weight: 500;
    letter-spacing: 0.2px;
  }

  .site-nav-drawer__group.is-expanded .site-nav-drawer__group-toggle {
    padding-block-end: 0.3rem;
  }

  body.is-nav-drawer-open .site-nav-drawer {
    touch-action: pan-y;
  }
}

@media (max-width: 1023px) {
  :root {
    --header-height: 112px;
    --header-height-compact: 96px;
    --header-logo-height: calc((var(--header-height) - 16px) * 1.872 * 1.235);
    --header-logo-height-scrolled: calc((var(--header-height-compact) - 10px) * 1.872 * 1.235);
  }

  .site-header__inner {
    width: 100%;
    max-width: 100%;
    min-height: var(--header-height);
    padding-inline: 1rem;
    gap: 0.5rem;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: var(--header-height-compact);
  }

  .menu-toggle.hamburger {
    width: 48px;
    height: 48px;
  }

  .header-logo__image,
  .header-logo img {
    max-width: 185px;
    max-height: 114px;
  }

  .site-header.is-scrolled .header-logo__image,
  .site-header.is-scrolled .header-logo img {
    max-width: 161px;
    max-height: 99px;
  }

  .site-header .header-cta {
    min-height: 38px;
    height: 38px;
    padding-inline: 0.65rem;
    font-size: 0.72rem;
    gap: 0.35rem;
  }

  .header-cta__icon {
    width: 15px;
    height: 15px;
  }

  .site-header.is-scrolled .header-cta {
    height: 34px;
    min-height: 34px;
    font-size: 0.68rem;
  }

  .site-header.is-scrolled .header-cta__icon {
    width: 14px;
    height: 14px;
  }

  /* Mobile: seamless page chrome (header overlay rules at end of file) */
  html {
    margin: 0;
    padding: 0;
    background: #f3eee5;
    background-color: #f3eee5;
    min-height: 100%;
    min-height: -webkit-fill-available;
  }

  body:not(.course-page) {
    margin: 0;
    padding: 0;
    background: #f3eee5 !important;
    background-color: #f3eee5 !important;
  }

  body:not(.course-page) > main,
  body:not(.course-page) > header {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  direction: rtl;
  min-height: auto;
  padding:
    calc(var(--header-height) + 0.75rem)
    1.25rem
    1.25rem;
  overflow: hidden;
  background-color: var(--ivory-2);
  --hero-bg-image-opacity: 1;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__bg-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 26%;
  opacity: 1;
  transform: scale3d(1.08, 1.08, 1);
  transform-origin: 52% 20%;
  will-change: auto;
}

.hero__mist,
.hero__glow,
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero__mist::before,
.hero__mist::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero__mist::before {
  inset-block-start: 16%;
  inset-inline-start: 12%;
  width: min(58vw, 420px);
  height: min(42vw, 280px);
  background: radial-gradient(circle, rgba(142, 107, 162, 0.28) 0%, rgba(142, 107, 162, 0.08) 42%, transparent 72%);
  opacity: 0.24;
  animation: none;
}

.hero__mist::after {
  inset-block-end: 18%;
  inset-inline-end: 8%;
  width: min(52vw, 380px);
  height: min(38vw, 250px);
  background: radial-gradient(circle, rgba(186, 158, 210, 0.22) 0%, rgba(186, 158, 210, 0.06) 44%, transparent 74%);
  opacity: 0.18;
  animation: none;
}

.hero__glow {
  background:
    radial-gradient(ellipse 46% 30% at 50% 40%, rgba(212, 175, 80, 0.11) 0%, transparent 72%),
    radial-gradient(ellipse 34% 22% at 48% 46%, rgba(255, 248, 232, 0.07) 0%, transparent 68%);
  animation: none;
  opacity: 0.92;
}

.hero-particles {
  display: none;
  overflow: hidden;
}

.hero-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 80, 0.85) 0%, rgba(212, 175, 80, 0) 72%);
  opacity: 0.24;
  animation: hero-particle-float 13s ease-in-out infinite;
}

.hero-particle:nth-child(1) {
  inset-block-start: 36%;
  inset-inline-start: 24%;
  opacity: 0.22;
  animation-duration: 15s;
}

.hero-particle:nth-child(2) {
  inset-block-start: 31%;
  inset-inline-start: 58%;
  opacity: 0.28;
  animation-duration: 17s;
  animation-delay: -2s;
}

.hero-particle:nth-child(3) {
  inset-block-start: 44%;
  inset-inline-start: 42%;
  width: 2px;
  height: 2px;
  opacity: 0.18;
  animation-duration: 19s;
  animation-delay: -4s;
}

.hero-particle:nth-child(4) {
  inset-block-start: 39%;
  inset-inline-start: 71%;
  opacity: 0.25;
  animation-duration: 14s;
  animation-delay: -1s;
}

.hero-particle:nth-child(5) {
  inset-block-start: 48%;
  inset-inline-start: 33%;
  opacity: 0.2;
  animation-duration: 16s;
  animation-delay: -6s;
}

.hero-particle:nth-child(6) {
  inset-block-start: 42%;
  inset-inline-start: 52%;
  width: 4px;
  height: 4px;
  opacity: 0.32;
  animation-duration: 18s;
  animation-delay: -3s;
}

.hero-particle:nth-child(7) {
  inset-block-start: 35%;
  inset-inline-start: 38%;
  opacity: 0.16;
  animation-duration: 20s;
  animation-delay: -8s;
}

.hero-particle:nth-child(8) {
  inset-block-start: 46%;
  inset-inline-start: 64%;
  opacity: 0.23;
  animation-duration: 15s;
  animation-delay: -5s;
}

.hero-particle:nth-child(9) {
  inset-block-start: 33%;
  inset-inline-start: 47%;
  width: 2px;
  height: 2px;
  opacity: 0.19;
  animation-duration: 21s;
  animation-delay: -7s;
}

.hero-particle:nth-child(10) {
  inset-block-start: 41%;
  inset-inline-start: 29%;
  opacity: 0.27;
  animation-duration: 14s;
  animation-delay: -9s;
}

.hero-particle:nth-child(11) {
  inset-block-start: 37%;
  inset-inline-start: 66%;
  opacity: 0.21;
  animation-duration: 17s;
  animation-delay: -11s;
}

.hero-particle:nth-child(12) {
  inset-block-start: 45%;
  inset-inline-start: 55%;
  width: 2px;
  height: 2px;
  opacity: 0.15;
  animation-duration: 22s;
  animation-delay: -10s;
}

@media (max-width: 900px) {
  .hero__glow {
    opacity: 0.85;
  }

  .hero-particle:nth-child(n + 9) {
    display: none;
  }

  .hero-particle {
    animation-duration: 18s;
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}

.hero__copy,
.hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 760px);
  justify-items: center;
  text-align: center;
  gap: 0.35rem;
}

.hero__inner {
  width: min(100%, 1100px);
  gap: 0.65rem;
  padding-block: 0.25rem 0.5rem;
}

.hero__brand-mark {
  display: none;
}

.hero__logo {
  width: clamp(180px, 48vw, 200px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  margin-block-end: 0.1rem;
  background: transparent;
}

.hero h1,
.section-heading h2:not(.brand-heading) {
  -webkit-text-fill-color: currentColor;
}

.hero h1 .hero-title__lead,
.hero h1 em {
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-heading h2:not(.brand-heading) {
  color: var(--color-heading);
}

.hero h1 {
  margin: 0;
  text-align: center;
  text-wrap: balance;
  text-shadow: none;
}

.hero-title__lead,
.brand-heading {
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-title__lead {
  display: inline-block;
  background-image: var(--hero-lead-texture);
  background-size: cover;
  background-position: center center;
  text-shadow: none;
  filter: var(--brand-heading-outline) var(--brand-heading-texture-filter);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.brand-heading {
  background-image: var(--gradient-brand-heading);
  background-size: 200% auto;
  background-position: center center;
  filter: var(--brand-heading-outline) var(--brand-heading-texture-filter);
}

#courses-title {
  background-image: var(--courses-heading-texture);
  background-size: cover;
  background-position: center center;
}

#help-title,
#testimonials-title,
#faq-title,
#post-of-week-section-title,
#post-of-week-card-title,
#recipes-corner-section-title,
#recipes-corner-card-title,
#guide-title {
  background-image: var(--section-heading-texture);
  background-size: cover;
  background-position: center center;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-title__lead {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #6b4898;
    filter: none;
    text-shadow:
      0.5px 0 0 rgba(58, 32, 82, 0.48),
      -0.5px 0 0 rgba(58, 32, 82, 0.48),
      0 0.5px 0 rgba(58, 32, 82, 0.48),
      0 -0.5px 0 rgba(58, 32, 82, 0.48);
  }

  .brand-heading {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #6b4898;
  }

  .meet-elinor--hero .meet-elinor__subtitle {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #b8944d;
    filter: none;
  }

  #courses-title,
  #help-title,
  #testimonials-title,
  #faq-title,
  #guide-title {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #6b4898;
  }
}

.hero h1 em {
  display: inline-block;
  background-image: var(--hero-em-texture);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: normal;
  font-weight: 900;
  text-shadow: none;
  filter: var(--hero-em-outline);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero h1 em {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: #c9a24a;
    filter: none;
    text-shadow:
      0.5px 0 0 rgba(91, 42, 134, 0.42),
      -0.5px 0 0 rgba(91, 42, 134, 0.42),
      0 0.5px 0 rgba(91, 42, 134, 0.42),
      0 -0.5px 0 rgba(91, 42, 134, 0.42);
  }
}

.hero p {
  width: min(100%, 520px);
  margin: 0.35rem 0 0;
  color: #4e4652;
  font-size: 1rem;
  line-height: 1.6;
}

.hero .gold-button {
  margin-block-start: 0.45rem;
}

.hero .scroll-cue {
  margin-block-start: 0.25rem;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 205px;
  min-height: 47px;
  border: 1px solid rgba(255, 252, 247, 0.52);
  border-radius: 4px;
  background: linear-gradient(180deg, #d1ad66, #b38c43);
  color: #fff;
  font-size: 0.95rem;
  box-shadow: 0 12px 22px rgba(184, 148, 77, 0.204);
}

.scroll-cue {
  margin-block-start: 0.55rem;
  color: var(--purple);
  font-size: 1.25rem;
}

@media (min-width: 901px) {
  .hero {
    align-items: center;
    min-height: max(calc(100vw * 9 / 16), auto);
    padding:
      calc(var(--header-height) + 1.15rem)
      2rem
      2.75rem;
    overflow: visible;
  }

  .hero__bg-image {
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    transform: none;
    transform-origin: center center;
  }

  .hero__inner {
    width: min(100%, 702px);
    max-width: 702px;
    margin-inline: auto;
    gap: clamp(0.85rem, 1.6vw, 1.25rem);
    justify-items: center;
    padding-block: 0.35rem 0.5rem;
  }
}

.section-heading {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  margin-block-end: 1.55rem;
  text-align: center;
}

.section-heading h2:not(.brand-heading) {
  margin: 0;
}

.section-heading__subtitle {
  max-width: 40ch;
  margin: 0.45rem 0 0;
  color: #4f4852;
  font-size: 0.95rem;
  line-height: 1.65;
}

.divider {
  position: relative;
  display: block;
  width: min(370px, 60vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.divider::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  width: 22px;
  height: 14px;
  transform: translate(50%, -50%);
  color: var(--gold);
  background: transparent;
  content: "✤";
  font-size: 0.9rem;
  line-height: 1;
}

.help-section {
  position: relative;
  overflow: hidden;
  padding: 34px 2rem 95px;
  background: rgba(241, 233, 223, 0.76);
}

.help-section .section-wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  height: 90px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--benefits-section-bg);
}

.help-section .section-wave path {
  fill: currentColor;
}

@media (max-width: 560px) {
  .help-section {
    padding-block-end: 65px;
  }

  .help-section .section-wave {
    height: 58px;
  }
}

.help-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  width: min(100%, 1040px);
  margin-inline: auto;
}

.help-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(201, 165, 74, 0.18);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(91, 42, 134, 0.051);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease;
}

.card-immune {
  background:
    linear-gradient(
      180deg,
      rgba(232, 210, 150, 0.32) 0%,
      rgba(255, 252, 246, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.card-hair {
  background:
    linear-gradient(
      180deg,
      rgba(218, 200, 238, 0.34) 0%,
      rgba(252, 248, 255, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.card-hormonal {
  background:
    linear-gradient(
      180deg,
      rgba(238, 204, 218, 0.34) 0%,
      rgba(255, 249, 252, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.card-digestion {
  background:
    linear-gradient(
      180deg,
      rgba(205, 225, 200, 0.34) 0%,
      rgba(249, 253, 247, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.card-stress {
  background:
    linear-gradient(
      180deg,
      rgba(232, 220, 205, 0.34) 0%,
      rgba(253, 250, 246, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.card-fatigue {
  background:
    linear-gradient(
      180deg,
      rgba(242, 226, 185, 0.34) 0%,
      rgba(255, 252, 244, 0.96) 55%,
      rgba(255, 255, 255, 0.98) 100%
    );
}

.help-card::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 2;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #e7cb7a 0%, #c7a14a 50%, #e7cb7a 100%);
  content: "";
  pointer-events: none;
}

.help-card__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 311 / 290;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.help-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(28, 16, 38, 0.09);
  pointer-events: none;
  content: "";
}

.help-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.04);
  transition: transform 400ms ease;
}

.help-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 14px 12px 16px;
}

.help-card h3 {
  margin: 0 0 0.55rem;
  color: #3f2556;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.25;
}

.help-card p {
  margin: 0;
  color: #5e5664;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  line-height: 1.8;
}

@media (min-width: 901px) {
  .help-grid {
    gap: 14px;
    width: min(100%, 1140px);
  }

  .help-card__media {
    aspect-ratio: 311 / 290;
  }

  .help-card__body {
    padding: 10px 9px 12px;
  }

  .help-card h3 {
    margin-block-end: 0.28rem;
    font-size: clamp(1rem, 2.4vw, 1.35rem);
    line-height: 1.25;
    letter-spacing: 0.002em;
  }

  .help-card p {
    font-size: 0.79rem;
    line-height: 1.48;
  }
}

.help-card__cta {
  display: none;
}

@media (max-width: 900px) {
  .help-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .help-card {
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(91, 42, 134, 0.068);
    transition:
      transform 300ms ease,
      box-shadow 300ms ease,
      grid-column 300ms ease;
  }

  .help-card:active:not(.is-expanded) {
    transform: scale(0.97);
    transition:
      transform 150ms ease,
      box-shadow 150ms ease,
      grid-column 300ms ease;
  }

  .help-card.is-expanded {
    grid-column: 1 / -1;
    cursor: default;
  }

  .help-card__body {
    padding: 10px 10px 12px;
  }

  .help-card h3 {
    margin-block-end: 0.35rem;
    min-height: calc(0.92rem * 1.2 * 2);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    color: #4a235f;
  }

  .help-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.74rem;
    line-height: 1.45;
  }

  .help-card.is-expanded p {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .help-card__cta {
    display: none;
    margin-block-start: 0.55rem;
    color: #b8944d;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: color 200ms ease;
  }

  .help-card.is-expanded .help-card__cta {
    display: inline-block;
  }

  .help-card__cta:hover,
  .help-card__cta:focus-visible {
    color: #4a235f;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.trust-strip {
  width: min(100%, 1040px);
  margin-inline: auto;
  margin-block-end: 1.35rem;
  padding: 8px 0 10px;
  border-block-end: 1px solid rgba(184, 148, 77, 0.14);
}

.trust-strip__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 4px 6px;
  text-align: center;
}

.trust-strip__item:not(:first-child) {
  border-inline-start: 1px solid rgba(184, 148, 77, 0.14);
}

.trust-strip__icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 27px;
  height: 27px;
}

.trust-strip__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  mix-blend-mode: normal;
  filter: none;
  background: transparent;
  transition: none;
}

.trust-strip__label {
  color: var(--purple);
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.3;
}

.trust-metrics {
  padding: 0.35rem 2rem 4px;
  margin-block-start: -0.15rem;
  margin-block-end: 52px;
}

.trust-metrics__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 920px);
  margin-inline: auto;
  text-align: center;
}

.trust-metric {
  position: relative;
  padding: 0.66rem 1rem 0.81rem;
}

.trust-metric__value {
  margin: 0;
}

.trust-metric__number {
  display: block;
  background-image: var(--metric-texture);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(1.65rem, 2.94vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.018em;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
  filter: saturate(0.82);
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .trust-metric__number {
    background: none;
    -webkit-text-fill-color: currentColor;
    color: var(--gold);
    filter: none;
  }
}

.trust-metric__label {
  max-width: 20ch;
  margin: 0.36rem auto 0;
  color: var(--purple);
  font-size: 0.82rem;
  line-height: 1.45;
}

.meet-elinor {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  align-items: center;
  gap: 0.65rem 1.1rem;
  width: min(100%, 1100px);
  margin: 0.85rem auto 0;
  padding: 0.85rem 0.75rem 0 0.35rem;
  border-top: 1px solid rgba(201, 162, 74, 0.18);
  direction: rtl;
}

.meet-elinor--hero {
  margin: 0 auto;
  border-top: 0;
  width: 100%;
  gap: 48px;
  padding: 32px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(216, 192, 138, 0.35);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}

.meet-elinor--hero .meet-elinor__card-link {
  display: contents;
  color: inherit;
  text-decoration: none;
}

.meet-elinor--hero .meet-elinor__card-link:focus-visible {
  outline: none;
}

.meet-elinor--hero .meet-elinor__card-link:focus-visible .meet-elinor__title {
  outline: 3px solid rgba(184, 148, 77, 0.7);
  outline-offset: 4px;
}

.meet-elinor--hero .meet-elinor__media {
  --profile-frame-max: min(100%, 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.meet-elinor--hero .meet-elinor__media picture {
  position: relative;
  max-width: var(--profile-frame-max);
  padding: 0;
  border: 2px solid rgba(216, 192, 138, 0.55);
  border-radius: 28px;
  background: none;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.meet-elinor--hero .meet-elinor__media img {
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center top;
  transform: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.meet-elinor--hero .meet-elinor__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0;
  gap: 0;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.meet-elinor--hero .meet-elinor__title {
  margin: 0;
  color: var(--purple-deep);
  font-size: 2.125rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(51, 32, 64, 0.1);
}

.meet-elinor--hero .meet-elinor__subtitle {
  margin-block: 0.85rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  background: linear-gradient(135deg, #d8c08a 0%, #b78b3d 50%, #e8d8a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 1px rgba(74, 52, 94, 0.08));
}

.meet-elinor--hero .meet-elinor__text {
  margin: 0;
  max-width: 700px;
  color: #3f3452;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  text-wrap: pretty;
}

.meet-elinor--hero .meet-elinor__cta {
  margin-block-start: 0.45rem;
  min-width: 178px;
  min-height: 42px;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(
    120deg,
    #dcc07a 0%,
    #e8d08a 28%,
    #c9a865 58%,
    #b8944d 100%
  );
  background-size: 200% 100%;
  box-shadow:
    0 6px 18px rgba(184, 148, 77, 0.3),
    inset 0 1px 0 rgba(255, 252, 247, 0.4);
}

.meet-elinor__cta {
  align-self: flex-start;
  margin-block-start: 0.7rem;
  min-width: 178px;
  min-height: 42px;
  font-size: 0.88rem;
}

.meet-elinor__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  --profile-photo-zoom: 0.84;
}

.meet-elinor__media picture {
  display: block;
  width: 100%;
  max-width: min(100%, 340px);
  aspect-ratio: 554 / 864;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.meet-elinor__media img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
  object-position: center top;
  transform: scale(var(--profile-photo-zoom));
  transform-origin: center top;
}

.meet-elinor__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-inline-end: 0.15rem;
  text-align: right;
}

.meet-elinor__eyebrow {
  margin: 0 0 0.28rem;
  color: rgba(201, 162, 74, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.meet-elinor__title {
  margin: 0 0 0.28rem;
  color: var(--purple);
  font-size: clamp(1.02rem, 2vw, 1.16rem);
  font-weight: 800;
  line-height: 1.35;
}

.meet-elinor__subtitle {
  margin: 0 0 0.45rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
}

.meet-elinor__text {
  margin: 0;
  color: #4f4852;
  font-size: 0.86rem;
  line-height: 1.62;
  text-wrap: pretty;
}

@media (max-width: 900px) {
  .meet-elinor--hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    text-align: center;
    gap: 48px;
    padding: 32px;
    border-radius: 32px;
  }

  .meet-elinor--hero .meet-elinor__media {
    --profile-frame-max: min(100%, 200px);
    width: 100%;
    justify-content: center;
  }

  .meet-elinor--hero .meet-elinor__copy {
    align-items: center;
    width: min(100%, 700px);
    text-align: center;
  }

  .meet-elinor--hero .meet-elinor__text {
    max-width: 700px;
  }

  .meet-elinor--hero .meet-elinor__cta {
    align-self: center;
  }
}

@media (min-width: 901px) {
  .meet-elinor--hero {
    display: grid;
    grid-template-columns: 38% 62%;
    direction: rtl;
    align-items: start;
    width: calc(100% - 57px);
    max-width: 702px;
    min-height: auto;
    height: auto;
    margin: 21px auto 0;
    transform: none;
    gap: 33px;
    padding: 27px 34px;
    border-radius: 24px;
    text-align: right;
    overflow: visible;
    background: rgba(255, 255, 255, 0.068);
    cursor: pointer;
    transition: all 0.25s ease;
  }

  .meet-elinor--hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 48px rgba(0, 0, 0, 0.16);
  }

  .meet-elinor--hero .meet-elinor__media {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    max-width: 179px;
    flex-shrink: 0;
    justify-content: center;
    justify-self: center;
    align-self: center;
  }

  .meet-elinor--hero .meet-elinor__media picture {
    display: block;
    width: 100%;
    max-width: 179px;
    aspect-ratio: 554 / 864;
    border: 2px solid rgba(216, 192, 138, 0.55);
    border-radius: 17px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }

  .meet-elinor--hero .meet-elinor__media img {
    width: 100%;
    max-width: 179px;
    height: 100%;
    aspect-ratio: 554 / 864;
    object-fit: cover;
    object-position: center top;
    transform: none;
    border: 0;
    box-shadow: none;
  }

  .meet-elinor--hero .meet-elinor__copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: start;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    min-height: auto;
    height: auto;
    max-width: none;
    text-align: right;
    gap: 0;
    padding: 0;
    overflow: visible;
  }

  .meet-elinor--hero .meet-elinor__title {
    align-self: stretch;
    font-size: 31px;
    line-height: 1.15;
  }

  .meet-elinor--hero .meet-elinor__subtitle {
    align-self: stretch;
    margin-block: 0.64rem;
    font-size: 17px;
    line-height: 1.35;
  }

  .meet-elinor--hero .meet-elinor__text {
    align-self: stretch;
    max-width: 405px;
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
    text-align: right;
    margin-block-end: 0;
  }

  .meet-elinor--hero .meet-elinor__cta {
    display: inline-flex;
    align-self: center;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    grid-column: 2;
    grid-row: 2;
    cursor: pointer;
    margin-block-start: 27px;
    min-width: 167px;
    min-height: 39px;
    font-size: 0.823rem;
    transform: translateX(15%);
    visibility: visible;
    pointer-events: auto;
  }

  .meet-elinor--hero .meet-elinor__cta:hover,
  .meet-elinor--hero .meet-elinor__cta:focus-visible {
    transform: translateX(15%);
  }
}

@media (max-width: 560px) {
  .meet-elinor,
  .meet-elinor--hero {
    justify-items: center;
    margin-top: 0;
    text-align: center;
  }

  .meet-elinor--hero {
    display: flex;
    gap: 48px;
    padding: 32px;
    border-radius: 32px;
  }

  .meet-elinor--hero .meet-elinor__media {
    --profile-frame-max: min(100%, 130px);
  }

  .meet-elinor__cta {
    align-self: center;
    width: min(100%, 280px);
  }

  .meet-elinor__media {
    justify-content: center;
    padding: 0.08rem;
  }

  .meet-elinor__media picture {
    max-width: min(100%, 165px);
  }

  .meet-elinor--hero .meet-elinor__copy {
    text-align: center;
    align-items: center;
  }

  .meet-elinor__text {
    font-size: 0.84rem;
  }
}

.courses-section {
  padding: 0 2rem 34px;
}

.courses-section .section-heading {
  margin-block-end: 1.35rem;
}

.courses-panel {
  width: min(100%, 1104px);
  margin-inline: auto;
  padding: clamp(1.65rem, 3.2vw, 2.35rem) clamp(1.15rem, 2.4vw, 1.85rem) clamp(1.85rem, 3.4vw, 2.55rem);
  border: 1px solid rgba(201, 162, 74, 0.26);
  border-radius: 40px;
  background: linear-gradient(180deg, #f2ebe1 0%, #ebe2d5 52%, #e8dfd3 100%);
  box-shadow:
    0 20px 52px rgba(74, 52, 94, 0.06),
    inset 0 1px 0 rgba(255, 252, 247, 0.72);
}

.courses-panel .section-heading {
  margin-block-end: clamp(1.15rem, 2.4vw, 1.55rem);
}

.courses-panel .course-grid {
  gap: clamp(14px, 2vw, 22px);
}

.courses-panel .course-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.3);
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(246, 239, 230, 0.96) 100%);
  box-shadow: 0 10px 28px rgba(74, 52, 94, 0.05);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.courses-panel .course-card--featured {
  border-color: rgba(201, 162, 74, 0.46);
  background: linear-gradient(165deg, #fffdf8 0%, #f8f0e4 100%);
  box-shadow:
    0 12px 32px rgba(74, 52, 94, 0.07),
    inset 0 0 0 1px rgba(255, 252, 247, 0.55);
}

.courses-panel .course-card:hover,
.courses-panel .course-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.52);
  box-shadow: 0 16px 36px rgba(74, 52, 94, 0.1);
  outline: none;
}

.courses-panel .course-card:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.55);
  outline-offset: 3px;
}

.courses-panel .course-card__badge {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  padding: 0.32rem 0.62rem 0.34rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.courses-panel .course-card__media {
  position: relative;
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 260px);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 27px 27px 0 0;
  background: #ebe2d5;
  flex-shrink: 0;
  line-height: 0;
}

.courses-panel .course-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center center;
  box-shadow: none;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease;
}

.courses-panel .course-card__media img[src*="hair-loss-course-cover"] {
  object-position: center 42%;
}

.courses-panel .course-card__media img[src*="nutrition-from-kursim"] {
  object-position: center 40%;
  transform: scale(1.04);
}

.courses-panel .course-card__media img[src*="herbs-from-kursim"] {
  object-position: center 38%;
  transform: scale(1.04);
}

.courses-panel .course-card:hover .course-card__media img[src*="nutrition-from-kursim"],
.courses-panel .course-card:focus-visible .course-card__media img[src*="nutrition-from-kursim"],
.courses-panel .course-card:hover .course-card__media img[src*="herbs-from-kursim"],
.courses-panel .course-card:focus-visible .course-card__media img[src*="herbs-from-kursim"] {
  transform: scale(1.0816);
}

.courses-panel .course-card:hover .course-card__media img,
.courses-panel .course-card:focus-visible .course-card__media img {
  transform: scale(1.04);
}

.courses-panel .course-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.2rem) clamp(0.95rem, 1.8vw, 1.15rem) clamp(1.05rem, 2vw, 1.2rem);
  text-align: center;
}

.courses-panel .course-card h3 {
  margin: 0 0 0.55rem;
  color: var(--purple-deep);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.34;
}

.courses-panel .course-card p {
  flex: 1;
  min-height: 0;
  margin: 0 0 0.95rem;
  color: #5c5368;
  font-size: clamp(0.82rem, 1.05vw, 0.9rem);
  font-weight: 400;
  line-height: 1.68;
}

.courses-panel .course-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-block-start: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #9a7a3d;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.courses-panel .course-card__action::after {
  content: "←";
  color: var(--gold);
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.22s ease;
}

.courses-panel .course-card:hover .course-card__action::after,
.courses-panel .course-card:focus-visible .course-card__action::after {
  transform: translateX(-3px);
}

@media (max-width: 900px) {
  .courses-panel {
    border-radius: 32px;
    padding-inline: 1rem;
  }
}

@media (max-width: 768px) {
  .courses-panel {
    border-radius: 28px;
    padding-inline: 0.75rem;
  }

  .courses-panel .course-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    grid-template-columns: 1fr;
  }

  .courses-panel .course-card {
    width: 92%;
    max-width: 420px;
    height: auto;
    min-height: unset;
    margin: 0 auto 24px;
  }

  .courses-panel .course-card:last-child {
    margin-block-end: 0;
  }

  .courses-panel .course-card__media {
    height: 190px;
  }

  .courses-panel .course-card__media img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .courses-panel .course-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.95rem 1.05rem 1.1rem;
  }

  .courses-panel .course-card h3 {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .courses-panel .course-card p {
    flex: none;
    margin-block-end: 0.65rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .courses-panel .course-card__action {
    margin-block-start: auto;
    padding-block-start: 0.4rem;
    font-size: 0.8rem;
  }
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1024px);
  margin-inline: auto;
}

.course-card {
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 18px;
  background: var(--bg-card);
  box-shadow: 0 8px 20px rgba(74, 52, 94, 0.034);
}

.course-card--featured {
  position: relative;
}

.course-card__image,
.course-image-wrap,
.course-media {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  height: 240px;
  line-height: 0;
  border-radius: 0;
}

.course-card__image img,
.course-image-wrap img,
.course-media img,
.course-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  vertical-align: top;
  transform: scale(1);
  transform-origin: center center;
}

.course-card__image img[src*="herbs-from-kursim"],
.course-card__image img[src*="nutrition-from-kursim"] {
  transform: scale(1.11);
  object-position: center 42%;
}

.course-card__badge {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  z-index: 2;
  padding: 0.35rem 0.71rem 0.37rem;
  border-radius: 5px;
  background: linear-gradient(
    120deg,
    #dcc07a 0%,
    #e8d08a 28%,
    #c9a865 58%,
    #b8944d 100%
  );
  background-size: 200% 100%;
  color: var(--purple-deep);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  box-shadow:
    0 3px 12px rgba(184, 148, 77, 0.28),
    inset 0 1px 0 rgba(255, 252, 247, 0.35);
}

.course-card__content,
.course-card__body {
  padding: 32px 28px;
  text-align: center;
}

.course-card h3 {
  margin: 0 0 0.65rem;
  letter-spacing: -0.008em;
  line-height: 1.28;
}

.course-card p {
  min-height: 52px;
  margin: 0 0 0.9rem;
  color: #4f4852;
  font-size: 0.92rem;
}

.course-card a,
.course-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 34px;
  border-radius: 4px;
  background: linear-gradient(180deg, #5b3d69, var(--purple));
  color: #fff;
  font-size: 0.88rem;
}

a.course-card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a.course-card--link:visited {
  color: inherit;
}

a.course-card--link h3 {
  color: var(--purple-deep);
}

a.course-card--link:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.72);
  outline-offset: 3px;
}

.testimonials-section {
  position: relative;
  margin-block-start: 0;
  padding: 42px 2rem 52px;
  background-color: var(--benefits-section-bg);
  background-image: linear-gradient(
    180deg,
    var(--benefits-section-bg) 0%,
    var(--ivory) 100%
  );
}

/* Post of the week — editorial highlight card */
.post-of-week-section {
  background: var(--homepage-surface, #e8dfd3);
}

.post-of-week-section__inner {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 24px);
}

.post-of-week-section__content .section-heading {
  margin-block-end: clamp(1.15rem, 2.8vw, 1.65rem);
}

.post-of-week-carousel {
  width: 100%;
}

.post-of-week-section__mount {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.post-of-week-carousel__indicators,
.recipes-corner-carousel__indicators {
  display: none;
}

.section-carousel__shell {
  width: 100%;
}

.section-carousel__nav {
  display: none;
}

.section-carousel__viewport {
  width: 100%;
  min-width: 0;
}

.post-of-week-card {
  --post-card-width: min(86vw, 360px);
  --post-card-height: 560px;
  --post-card-image-height: 230px;
  --post-card-image-ratio: 360 / 230;
  --post-card-radius: 22px;
  --post-card-content-pt: 0.85rem;
  --post-card-content-px: 1rem;
  --post-card-content-pb: 20px;
  --post-card-content-gap: 0.65rem;
  --post-card-title-size: calc(1.28rem * 0.88);
  --post-card-title-line-height: 1.32;
  --post-card-title-lines: 2;
  --post-card-body-size: 0.96rem;
  --post-card-body-line-height: 1.68;
  --post-card-body-lines: 3;
  --post-card-cta-height: 40px;

  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: var(--post-card-width);
  max-width: 360px;
  height: var(--post-card-height);
  max-height: var(--post-card-height);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.34);
  border-radius: var(--post-card-radius);
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(246, 239, 230, 0.96) 100%);
  box-shadow:
    0 14px 36px rgba(74, 52, 94, 0.06),
    inset 0 1px 0 rgba(255, 252, 247, 0.78);
  text-align: center;
  cursor: default;
}

.post-of-week-card__media {
  flex: 0 0 var(--post-card-image-height);
  width: 100%;
  height: var(--post-card-image-height);
  min-height: var(--post-card-image-height);
  margin: 0;
  overflow: hidden;
  aspect-ratio: var(--post-card-image-ratio);
  border-block-end: 1px solid rgba(201, 162, 74, 0.18);
}

.post-of-week-card__media img {
  display: block;
  width: 100%;
  height: var(--post-card-image-height);
  min-height: var(--post-card-image-height);
  object-fit: cover;
  object-position: center center;
}

.post-of-week-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: var(--post-card-content-pt) var(--post-card-content-px) var(--post-card-content-pb);
  gap: var(--post-card-content-gap);
}

.post-of-week-card__title {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  max-width: none;
  min-height: calc(var(--post-card-title-size) * var(--post-card-title-line-height) * var(--post-card-title-lines));
  overflow: hidden;
  color: var(--color-heading);
  font-size: var(--post-card-title-size);
  font-weight: 800;
  line-height: var(--post-card-title-line-height);
  letter-spacing: -0.01em;
  background-image: var(--section-heading-texture);
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .post-of-week-card__title {
    -webkit-text-fill-color: var(--color-heading);
    color: var(--color-heading);
    background-image: none;
  }
}

.post-of-week-card__body {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  min-height: calc(var(--post-card-body-size) * var(--post-card-body-line-height) * var(--post-card-body-lines));
  max-height: calc(var(--post-card-body-size) * var(--post-card-body-line-height) * var(--post-card-body-lines));
  overflow: hidden;
  color: var(--color-body);
  font-size: var(--post-card-body-size);
  line-height: var(--post-card-body-line-height);
  text-align: center;
}

.post-of-week-card__body p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}

.post-of-week-card__cta {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: var(--post-card-cta-height);
  min-height: var(--post-card-cta-height);
  margin: auto 0 0;
  padding: 0.5rem 1.35rem;
  border: 1px solid rgba(255, 252, 247, 0.52);
  border-radius: 6px;
  background: linear-gradient(180deg, #d1ad66, #b38c43);
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(184, 148, 77, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.post-of-week-card__cta:hover,
.post-of-week-card__cta:focus-visible {
  filter: brightness(1.04);
  box-shadow: 0 14px 26px rgba(184, 148, 77, 0.28);
}

.post-of-week-card__cta:focus-visible {
  outline: 2px solid rgba(201, 162, 74, 0.65);
  outline-offset: 3px;
}

.post-of-week-card__cta:active {
  transform: translateY(1px);
}

/* Mobile — horizontal swipe carousel for posts */
@media (max-width: 767px) {
  .post-of-week-section__inner {
    padding-inline: 0;
  }

  .post-of-week-section__content .section-heading {
    padding-inline: clamp(16px, 3vw, 24px);
  }

  .post-of-week-carousel {
    --post-carousel-pad: clamp(16px, 4vw, 22px);
  }

  .section-carousel__viewport {
    overflow: visible;
  }

  .post-of-week-section__mount {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    align-items: center;
    gap: 0;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
    scrollbar-width: none;
    padding-inline: var(--post-carousel-pad);
    scroll-padding-inline: var(--post-carousel-pad);
  }

  .post-of-week-section__mount::-webkit-scrollbar {
    display: none;
  }

  .post-of-week-card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    margin-inline: auto;
  }

  .post-of-week-carousel__indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-block-start: clamp(1rem, 3vw, 1.35rem);
    padding-inline: var(--post-carousel-pad);
  }

  .post-of-week-carousel__indicator {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(107, 72, 152, 0.22);
    cursor: pointer;
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .post-of-week-carousel__indicator.is-active {
    width: 24px;
    background: linear-gradient(180deg, #d1ad66, #b38c43);
    box-shadow: 0 4px 12px rgba(184, 148, 77, 0.35);
  }

  .post-of-week-carousel__indicator:focus-visible {
    outline: 2px solid rgba(201, 162, 74, 0.65);
    outline-offset: 3px;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .post-of-week-section__mount {
    scroll-behavior: auto;
  }

  .post-of-week-carousel__indicator {
    transition: none;
  }
}

/* Desktop — full horizontal carousel, 3 cards visible */
@media (min-width: 768px) {
  :root {
    --section-carousel-gap: 1.15rem;
  }

  .section-carousel__shell {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    max-width: 1040px;
    margin-inline: auto;
  }

  .section-carousel__viewport {
    flex: 1;
    overflow: hidden;
  }

  .section-carousel__nav {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(201, 162, 74, 0.45);
    border-radius: 50%;
    background: rgba(255, 252, 247, 0.96);
    color: var(--purple-deep);
    font-size: 1.65rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(74, 52, 94, 0.1);
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background-color 0.2s ease;
  }

  .section-carousel__nav:hover,
  .section-carousel__nav:focus-visible {
    background: #fff;
    box-shadow: 0 8px 20px rgba(74, 52, 94, 0.14);
  }

  .section-carousel__nav:focus-visible {
    outline: 2px solid rgba(201, 162, 74, 0.65);
    outline-offset: 3px;
  }

  .section-carousel__nav:active {
    transform: scale(0.96);
  }

  .section-carousel__nav[hidden] {
    display: none;
  }

  .post-of-week-section__mount,
  .recipes-corner-section__mount {
    display: flex;
    gap: var(--section-carousel-gap);
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
  }

  .post-of-week-section__mount::-webkit-scrollbar,
  .recipes-corner-section__mount::-webkit-scrollbar {
    display: none;
  }

  .post-of-week-section__mount.is-dragging,
  .recipes-corner-section__mount.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    scroll-behavior: auto;
    user-select: none;
  }

  .post-of-week-card {
    --post-card-width: auto;
    flex: 0 0 calc((100% - (2 * var(--section-carousel-gap))) / 3);
    width: auto;
    max-width: none;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .post-of-week-carousel__indicators,
  .recipes-corner-carousel__indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-block-start: clamp(1rem, 2.4vw, 1.35rem);
  }

  .post-of-week-carousel__indicator,
  .recipes-corner-carousel__indicator {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(107, 72, 152, 0.22);
    cursor: pointer;
    transition:
      width 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .post-of-week-carousel__indicator.is-active,
  .recipes-corner-carousel__indicator.is-active {
    width: 24px;
    background: linear-gradient(180deg, #d1ad66, #b38c43);
    box-shadow: 0 4px 12px rgba(184, 148, 77, 0.35);
  }

  .post-of-week-carousel__indicator:focus-visible,
  .recipes-corner-carousel__indicator:focus-visible {
    outline: 2px solid rgba(201, 162, 74, 0.65);
    outline-offset: 3px;
  }

  .recipes-corner-card {
    flex: 0 0 calc((100% - (2 * var(--section-carousel-gap))) / 3);
    width: auto;
    max-width: none;
    height: 560px;
    max-height: 560px;
    min-height: 560px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border-radius: 22px;
  }

  .recipes-corner-card__media {
    flex: 0 0 230px;
    height: 230px;
    min-height: 230px;
    aspect-ratio: 360 / 230;
  }

  .recipes-corner-card__media img {
    height: 230px;
    min-height: 230px;
    object-fit: cover;
    object-position: center center;
  }

  .recipes-corner-card__content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.85rem 1rem 20px;
    gap: 0.65rem;
  }

  .recipes-corner-card__title {
    max-width: none;
    min-height: calc(calc(1.28rem * 0.88) * 1.32 * 2);
    font-size: calc(1.28rem * 0.88);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .recipes-corner-card__excerpt {
    flex: 1 1 auto;
    max-width: none;
    min-height: calc(0.96rem * 1.68 * 3);
    max-height: calc(0.96rem * 1.68 * 3);
    overflow: hidden;
    font-size: 0.96rem;
    line-height: 1.68;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
  }

  .recipes-corner-card__cta {
    width: 100%;
    max-width: none;
    min-height: 40px;
    height: 40px;
    margin: auto 0 0;
    padding: 0.5rem 1.35rem;
    flex-shrink: 0;
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .post-of-week-section__mount,
  .recipes-corner-section__mount {
    scroll-behavior: auto;
  }

  .post-of-week-carousel__indicator,
  .recipes-corner-carousel__indicator,
  .section-carousel__nav {
    transition: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .post-of-week-card {
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease;
  }

  .post-of-week-card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 18px 42px rgba(74, 52, 94, 0.08),
      inset 0 1px 0 rgba(255, 252, 247, 0.78);
  }
}

html.perf-mobile .post-of-week-card:hover {
  transform: none;
}

/* Post of the week — full post modal */
.post-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.5rem);
}

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

.post-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(51, 32, 64, 0.74);
  cursor: pointer;
}

.post-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 680px);
  max-height: min(90vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.38);
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f1ea 0%, #efe5d9 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.post-modal__close {
  position: absolute;
  inset-block-start: 0.65rem;
  inset-inline-start: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.95);
  color: var(--purple-deep);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(74, 52, 94, 0.12);
}

.post-modal__close:hover,
.post-modal__close:focus-visible {
  background: #fff;
}

.post-modal__article {
  overflow-y: auto;
  padding: clamp(2.5rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem) clamp(1.5rem, 4vw, 2rem);
  overscroll-behavior: contain;
}

.post-modal__title {
  margin: 0 0 1.15rem;
  color: var(--color-heading);
  font-size: clamp(1.35rem, 3.6vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.post-modal__body {
  display: grid;
  gap: 0.85rem;
  color: var(--color-body);
  font-size: clamp(0.98rem, 2.2vw, 1.05rem);
  line-height: 1.78;
  text-align: right;
}

.post-modal__body p {
  margin: 0;
}

html.post-modal-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  .post-modal__dialog {
    max-height: 92vh;
    border-radius: 18px;
  }

  .post-modal__article {
    padding: 2.35rem 1rem 1.25rem;
  }

  .post-modal__title {
    font-size: 1.25rem;
  }
}

/* Recipes corner — editorial recipe card */
.recipes-corner-section {
  background: var(--homepage-surface, #e8dfd3);
}

.recipes-corner-section__inner {
  width: min(100%, 1040px);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 24px);
}

.recipes-corner-section__content .section-heading {
  margin-block-end: clamp(1.15rem, 2.8vw, 1.65rem);
}

.recipes-corner-carousel {
  width: 100%;
}

.recipes-corner-section__mount {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.recipes-corner-carousel__indicators {
  display: none;
}

.recipes-corner-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: none;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.34);
  border-radius: 28px;
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.98) 0%, rgba(246, 239, 230, 0.96) 100%);
  box-shadow:
    0 14px 36px rgba(74, 52, 94, 0.06),
    inset 0 1px 0 rgba(255, 252, 247, 0.78);
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.recipes-corner-card:focus-visible {
  outline: 2px solid rgba(201, 162, 74, 0.65);
  outline-offset: 3px;
}

.recipes-corner-card__media {
  margin: 0;
  overflow: hidden;
  border-block-end: 1px solid rgba(201, 162, 74, 0.18);
  aspect-ratio: 16 / 10;
}

.recipes-corner-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.recipes-corner-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 1rem);
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3.2vw, 2rem) clamp(1.45rem, 3.4vw, 2rem);
}

.recipes-corner-card__title {
  margin: 0;
  max-width: 30ch;
  color: var(--color-heading);
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: -0.01em;
  background-image: var(--section-heading-texture);
  background-size: cover;
  background-position: center center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .recipes-corner-card__title {
    -webkit-text-fill-color: var(--color-heading);
    color: var(--color-heading);
    background-image: none;
  }
}

.recipes-corner-card__excerpt {
  margin: 0;
  max-width: 44ch;
  color: var(--color-body);
  font-size: clamp(0.98rem, 2.2vw, 1.06rem);
  line-height: 1.72;
}

.recipes-corner-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 260px);
  min-height: 47px;
  margin-block-start: clamp(0.35rem, 1.5vw, 0.65rem);
  padding: 0.72rem 1.55rem;
  border: 1px solid rgba(255, 252, 247, 0.52);
  border-radius: 6px;
  background: linear-gradient(180deg, #d1ad66, #b38c43);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 22px rgba(184, 148, 77, 0.22);
}

/* Mobile — horizontal swipe carousel, one card per screen */
@media (max-width: 767px) {
  .recipes-corner-section__inner {
    padding-inline: 0;
  }

  .recipes-corner-section__content .section-heading {
    padding-inline: clamp(16px, 3vw, 24px);
  }

  .recipes-corner-carousel {
    --recipes-carousel-pad: clamp(16px, 4vw, 22px);
  }

  .section-carousel__viewport {
    overflow: visible;
  }

  .recipes-corner-section__mount {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    grid-template-columns: none;
    align-items: center;
    gap: 0;
    max-width: none;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y pinch-zoom;
    scrollbar-width: none;
    padding-inline: var(--recipes-carousel-pad);
    scroll-padding-inline: var(--recipes-carousel-pad);
  }

  .recipes-corner-section__mount::-webkit-scrollbar {
    display: none;
  }

  .recipes-corner-card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: 86vw;
    max-width: 360px;
    height: auto;
    min-height: 0;
    max-height: 560px;
    margin-inline: auto;
    border-radius: 22px;
  }

  .recipes-corner-card__media {
    flex: 0 0 auto;
    height: 230px;
    min-height: 230px;
    aspect-ratio: unset;
  }

  .recipes-corner-card__media img {
    height: 230px;
    object-fit: cover;
  }

  .recipes-corner-card__content {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.85rem 1rem 20px;
    gap: 0.65rem;
  }

  .recipes-corner-card__title {
    max-width: none;
    font-size: calc(1.28rem * 0.88);
  }

  .recipes-corner-card__excerpt {
    display: -webkit-box;
    max-width: none;
    overflow: hidden;
    font-size: 0.96rem;
    line-height: 1.68;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .recipes-corner-card__cta {
    width: 100%;
    max-width: none;
    min-height: 40px;
    margin-block-start: 0.25rem;
    padding: 0.5rem 1.35rem;
    flex-shrink: 0;
    font-size: 0.9rem;
  }

  .recipes-corner-carousel__indicators {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-block-start: clamp(1rem, 3vw, 1.35rem);
    padding-inline: var(--recipes-carousel-pad);
  }

  .recipes-corner-carousel__indicator {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(107, 72, 152, 0.22);
    cursor: pointer;
    transition:
      transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
      background-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .recipes-corner-carousel__indicator.is-active {
    width: 24px;
    background: linear-gradient(180deg, #d1ad66, #b38c43);
    box-shadow: 0 4px 12px rgba(184, 148, 77, 0.35);
  }

  .recipes-corner-carousel__indicator:focus-visible {
    outline: 2px solid rgba(201, 162, 74, 0.65);
    outline-offset: 3px;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .recipes-corner-section__mount {
    scroll-behavior: auto;
  }

  .recipes-corner-carousel__indicator {
    transition: none;
  }
}

@media (max-width: 560px) {
  .recipes-corner-card {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .recipes-corner-card:hover {
    transform: translateY(-2px);
    box-shadow:
      0 18px 42px rgba(74, 52, 94, 0.08),
      inset 0 1px 0 rgba(255, 252, 247, 0.78);
  }
}

html.perf-mobile .recipes-corner-card:hover {
  transform: none;
}

/* Recipe modal */
.recipe-modal {
  position: fixed;
  inset: 0;
  z-index: 10070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.5rem);
}

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

.recipe-modal__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(51, 32, 64, 0.74);
  cursor: pointer;
}

.recipe-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 720px);
  max-height: min(90vh, 820px);
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.38);
  border-radius: 22px;
  background: linear-gradient(180deg, #f7f1ea 0%, #efe5d9 100%);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.recipe-modal__close {
  position: absolute;
  inset-block-start: 0.65rem;
  inset-inline-start: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.95);
  color: var(--purple-deep);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(74, 52, 94, 0.12);
}

.recipe-modal__close:hover,
.recipe-modal__close:focus-visible {
  background: #fff;
}

.recipe-modal__article {
  overflow-y: auto;
  padding: 0 0 clamp(1.5rem, 4vw, 2rem);
  overscroll-behavior: contain;
}

.recipe-modal__media {
  margin: 0;
  overflow: hidden;
  border-block-end: 1px solid rgba(201, 162, 74, 0.28);
  aspect-ratio: 16 / 9;
}

.recipe-modal__media[hidden] {
  display: none;
}

.recipe-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.recipe-modal__title {
  margin: 0;
  padding: clamp(1.15rem, 3.2vw, 1.45rem) clamp(1.25rem, 4vw, 2rem) 0;
  color: var(--color-heading);
  font-size: clamp(1.35rem, 3.6vw, 1.75rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.recipe-modal__body {
  display: grid;
  gap: clamp(0.85rem, 2.2vw, 1.15rem);
  padding: clamp(1rem, 2.8vw, 1.35rem) clamp(1.25rem, 4vw, 2rem) 0;
  color: var(--color-body);
  font-size: clamp(0.98rem, 2.2vw, 1.05rem);
  line-height: 1.78;
  text-align: right;
}

.recipe-modal__heading {
  margin: clamp(0.65rem, 2vw, 0.95rem) 0 0;
  padding-block-end: 0.2rem;
  border-block-end: 2px solid rgba(201, 162, 74, 0.42);
  color: var(--purple-deep);
  font-size: clamp(1.08rem, 2.7vw, 1.22rem);
  font-weight: 700;
  line-height: 1.4;
}

.recipe-modal__subheading {
  margin: clamp(0.35rem, 1.5vw, 0.55rem) 0 0;
  color: #9a7428;
  font-size: clamp(1rem, 2.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.45;
}

.recipe-modal__list,
.recipe-modal__steps {
  margin: 0;
  padding-inline-start: 1.35rem;
  display: grid;
  gap: clamp(0.5rem, 1.5vw, 0.65rem);
}

.recipe-modal__list li,
.recipe-modal__steps li {
  padding-inline-start: 0.15rem;
}

.recipe-modal__steps li::marker {
  color: #b38c43;
  font-weight: 700;
}

.recipe-modal__paragraph,
.recipe-modal__note {
  margin: 0;
}

.recipe-modal__note {
  padding: 0.75rem 0.9rem;
  border-inline-start: 3px solid rgba(201, 162, 74, 0.55);
  border-radius: 0 8px 8px 0;
  background: rgba(255, 252, 247, 0.72);
}

.recipe-modal__note--tip {
  border-inline-start-color: rgba(107, 72, 152, 0.45);
}

html.recipe-modal-open {
  overflow: hidden;
}

@media (max-width: 560px) {
  .recipe-modal__dialog {
    max-height: 92vh;
    border-radius: 18px;
  }

  .recipe-modal__media {
    aspect-ratio: 4 / 3;
  }

  .recipe-modal__title {
    padding: 1rem 1rem 0;
    font-size: 1.25rem;
  }

  .recipe-modal__body {
    padding: 0.85rem 1rem 0;
  }
}

.testimonials-trust-note {
  display: block;
  width: min(100%, 640px);
  margin: 0.35rem auto 1.15rem;
  color: #5b4d66;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  text-wrap: balance;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1040px);
  margin-inline: auto;
}

.testimonial-card {
  display: grid;
  min-height: 184px;
  border: 1px solid rgba(255, 252, 247, 0.62);
  border-radius: 13px;
  background: var(--bg-card);
  padding: 22px 20px 17px;
  box-shadow: 0 18px 36px rgba(74, 52, 94, 0.06);
}

.stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.testimonial-card p {
  margin: 0.78rem 0 1rem;
  color: #4b454f;
  font-size: 0.92rem;
  line-height: 1.72;
}

.testimonial-card div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.testimonial-card span {
  color: var(--purple);
  font-size: 0.88rem;
}

.testimonial-card i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 252, 247, 0.9), transparent 46%),
    linear-gradient(135deg, #d5bd83, #7a5b8c);
  color: #fff;
  font-style: normal;
  font-weight: 700;
}

.faq-section {
  padding: 86px 2rem 42px;
  background:
    linear-gradient(180deg, rgba(111, 60, 151, 0.04) 0%, rgba(111, 60, 151, 0.03) 100%),
    linear-gradient(180deg, var(--ivory) 0%, var(--ivory) 55%, var(--ivory-2) 100%);
}

.faq-card {
  width: min(100%, 760px);
  margin-inline: auto;
  padding: 28px 22px;
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 32px;
  background: var(--bg-card);
  box-shadow:
    0 18px 45px rgba(91, 42, 134, 0.08),
    0 4px 14px rgba(0, 0, 0, 0.04);
}

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

.faq-category:not(:first-child) {
  margin-block-start: 1.35rem;
}

.faq-category__title {
  margin: 0 0 0.5rem;
  direction: rtl;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-align: right;
}

.faq-category__title::before {
  margin-inline-end: 0.35rem;
  color: #c8a24a;
  content: "•";
}

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

.faq-item {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(91, 42, 134, 0.1);
}

.faq-category:last-child .faq-item:last-child {
  border-bottom: 0;
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  direction: rtl;
  padding: 14px 0;
  color: var(--color-heading);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
  transition: color 220ms ease;
}

.faq-item__question::-webkit-details-marker {
  display: none;
}

.faq-item__question:hover,
.faq-item__question:focus-visible {
  outline: none;
}

.faq-item__question:hover span:first-child,
.faq-item__question:focus-visible span:first-child {
  color: #5b3d69;
}

.faq-item__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #c8a24a;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  transition: transform 280ms ease;
}

.faq-item__icon::before {
  content: "+";
}

.faq-item[open] .faq-item__icon::before {
  content: "−";
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease;
}

.faq-item[open] .faq-item__answer {
  grid-template-rows: 1fr;
}

.faq-item__answer-inner {
  overflow: hidden;
}

.faq-item__answer-inner p {
  margin: 0;
  padding-block-start: 12px;
  padding-block-end: 14px;
  padding-inline: 0;
  color: #5e5664;
  direction: rtl;
  font-size: 0.88rem;
  line-height: 1.8;
  text-align: right;
}

@media (max-width: 900px) {
  .faq-section {
    padding: 80px 1rem 34px;
  }

  .faq-card {
    width: calc(100% - 32px);
    margin-inline: auto;
    padding: 24px 18px;
    border-radius: 28px;
  }

  .faq-category:not(:first-child) {
    margin-block-start: 1.15rem;
  }

  .faq-item__question {
    padding: 12px 0;
    font-size: 0.9rem;
  }

  .faq-item__answer-inner p {
    padding-block-end: 12px;
    font-size: 0.84rem;
  }
}

.guide-section {
  position: relative;
  isolation: isolate;
  display: grid;
  direction: ltr;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 26px;
  min-height: 248px;
  padding: 90px max(2rem, calc((100vw - 1040px) / 2)) 80px;
  overflow: hidden;
  background-color: var(--bg-primary);
}

.guide-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background-image: url("../assets/images/hero-lavender-field-1280.webp");
  background-size: cover;
  background-position: 52% 50%;
  background-repeat: no-repeat;
  transform: scale3d(1.04, 1.04, 1);
  transform-origin: 52% 20%;
}

.guide-section__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(241, 233, 223, 0.78) 0%,
    rgba(239, 229, 217, 0.64) 50%,
    rgba(241, 233, 223, 0.8) 100%
  );
  pointer-events: none;
}

.guide-section__overlay::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 162, 74, 0.35), transparent);
  content: "";
}

.guide__book {
  align-self: end;
  justify-self: center;
}

.book-mockup {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  width: 302px;
  min-height: 356px;
  padding: 39px 27px 25px;
  transform: rotate(-4deg);
  border-radius: 4px;
  background:
    radial-gradient(circle at 65% 72%, rgba(126, 89, 148, 0.1), transparent 5rem),
    linear-gradient(120deg, rgba(255, 252, 247, 0.95), #efe2d3);
  box-shadow: 22px 26px 28px rgba(74, 52, 94, 0.16);
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .book-mockup {
    animation: float-book 10s ease-in-out infinite;
  }

  .book-lavender {
    animation: float-botanical 13s ease-in-out infinite;
  }
}

@keyframes float-book {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0);
  }

  50% {
    transform: rotate(-4deg) translateY(-5px);
  }
}

.book-mockup::after {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 24px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #d8b761, #b8944d);
  content: "";
}

.book-logo {
  color: var(--gold);
}

.book-mockup strong {
  margin-block-start: 0.85rem;
  color: var(--color-heading);
  font-size: 1.58rem;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.book-line {
  width: 70%;
  height: 1px;
  margin-block: 1.1rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.book-lavender {
  width: 136px;
  height: 92px;
  background:
    radial-gradient(circle at 45% 10%, #8e6ba2 0 3px, transparent 4px),
    radial-gradient(circle at 56% 25%, #8e6ba2 0 3px, transparent 4px),
    radial-gradient(circle at 38% 43%, #8e6ba2 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 49%, #6e7d63 50%, transparent 51%);
}

.book-mockup small {
  margin-block-start: auto;
  border-radius: 999px;
  background: var(--gold);
  color: #fff;
  padding: 0.28rem 0.75rem;
}

.brand-heading {
  margin: 0;
  text-align: center;
}

.brand-heading--section {
  text-wrap: balance;
}

.guide__content {
  position: relative;
  z-index: 2;
  direction: rtl;
  width: min(100%, 1200px);
  margin-inline: auto;
  text-align: center;
}

.guide__content .brand-heading {
  margin-bottom: 16px;
}

.guide__eyebrow {
  margin: 0 0 12px;
  color: #c9a24a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.guide__description {
  margin: 0;
  color: #4f4852;
  font-size: 1.05rem;
  line-height: 1.65;
}

.guide__highlight {
  color: var(--gold);
  font-weight: 700;
}

.guide-form {
  display: grid;
  grid-template-columns: minmax(168px, auto) minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  width: min(100%, 1200px);
  max-width: 1200px;
  margin-top: 24px;
  margin-inline: auto;
  direction: rtl;
}

.guide-form label {
  display: block;
  margin: 0;
}

.guide-form span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.guide-form input {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(229, 221, 208, 0.95);
  border-radius: 4px;
  background: rgba(255, 252, 247, 0.78);
  padding-inline: 0.85rem;
  line-height: 1;
}

.guide-form input::placeholder {
  color: rgba(109, 100, 112, 0.72);
  font-weight: 400;
}

.guide-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 37px;
  margin: 0;
  max-width: 100%;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #c9a45f, var(--gold));
  color: #fff;
  padding-inline: 1rem;
  font-size: 0.92rem;
  line-height: 1;
  white-space: nowrap;
}

.guide__content small {
  display: block;
  margin-block-start: 0.55rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.back-to-top {
  position: fixed;
  inset-block-end: calc(20px + env(safe-area-inset-bottom, 0px));
  inset-inline-start: calc(20px + env(safe-area-inset-left, 0px));
  z-index: 120;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 252, 247, 0.55);
  border-radius: 50%;
  background: linear-gradient(180deg, #dcc07a 0%, #c9a865 52%, #b8944d 100%);
  color: #fff;
  box-shadow: 0 7px 19px rgba(184, 148, 77, 0.238);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 320ms ease,
    visibility 320ms ease,
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top__icon {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(-3px);
  box-shadow:
    0 10px 24px rgba(184, 148, 77, 0.306),
    0 0 15px rgba(200, 162, 74, 0.204);
}

.back-to-top:active {
  transform: translateY(-1px) scale(0.97);
  box-shadow: 0 6px 16px rgba(184, 148, 77, 0.22);
  transition-duration: 150ms;
}

.a11y-widget {
  position: fixed;
  inset-block-end: calc(20px + env(safe-area-inset-bottom, 0px));
  inset-inline-end: calc(20px + env(safe-area-inset-right, 0px));
  z-index: 121;
}

.a11y-widget__trigger {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  border: 2px solid rgba(166, 132, 55, 0.35);
  border-radius: 50%;
  background: #c9a24a;
  color: #6a3d8f;
  box-shadow: 0 6px 14px rgba(201, 162, 74, 0.212);
  transition: all 0.3s ease;
}

.a11y-widget__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #6a3d8f;
}

.a11y-widget__icon-svg {
  width: 26px;
  height: 26px;
}

.a11y-widget__trigger svg,
.a11y-widget__trigger svg * {
  fill: #6a3d8f !important;
  stroke: #6a3d8f !important;
}

.a11y-widget__trigger svg circle[fill="none"] {
  fill: none !important;
}

.a11y-widget__trigger:hover,
.a11y-widget__trigger:focus-visible {
  transform: scale(1.05);
}

.a11y-widget__panel {
  position: absolute;
  inset-block-end: calc(100% + 10px);
  inset-inline-end: 0;
  width: min(224px, calc(100vw - 40px));
  padding: 13px 11px;
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 12px 27px rgba(91, 42, 134, 0.102);
}

.a11y-widget__panel[hidden] {
  display: none;
}

.a11y-widget__title {
  margin: 0 0 0.6rem;
  color: var(--color-heading);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: right;
}

.a11y-widget__actions {
  display: grid;
  gap: 0.36rem;
  margin: 0 0 0.6rem;
  padding: 0;
  list-style: none;
}

.a11y-widget__action,
.a11y-widget__reset {
  width: 100%;
  min-height: 32px;
  padding: 0.4rem 0.6rem;
  border: 1px solid rgba(201, 162, 74, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #4a235f;
  font-size: 0.69rem;
  font-weight: 600;
  text-align: right;
  transition:
    background 200ms ease,
    border-color 200ms ease;
}

.a11y-widget__action:hover,
.a11y-widget__action:focus-visible,
.a11y-widget__reset:hover,
.a11y-widget__reset:focus-visible {
  background: rgba(241, 234, 240, 0.45);
  border-color: rgba(201, 162, 74, 0.38);
}

.a11y-widget__action[aria-pressed="true"] {
  border-color: rgba(201, 162, 74, 0.55);
  background: rgba(232, 210, 150, 0.28);
}

.a11y-widget__reset {
  border-color: rgba(74, 52, 94, 0.18);
  color: #5e5664;
  font-weight: 500;
}

@media (max-width: 768px) {
  .a11y-widget {
    inset-block-end: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .a11y-widget__trigger {
    width: 42px;
    height: 42px;
    box-shadow: 0 5px 13px rgba(201, 162, 74, 0.2);
  }

  .a11y-widget__icon-svg {
    width: 18px;
    height: 18px;
  }

  .whatsapp-fab {
    z-index: 119;
  }
}

.site-footer {
  position: relative;
  margin-block-start: 0;
  padding: 30px 1.75rem 28px;
  background: var(--footer-bg);
  color: var(--footer-text);
}

.site-footer::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  height: 1px;
  background: var(--footer-gold-line);
  content: "";
  pointer-events: none;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
  width: min(100%, 1080px);
  margin-inline: auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(0.72rem, 1.7vw, 1.28rem);
  align-items: start;
  direction: rtl;
}

.footer-nav,
.footer-contact-col {
  min-width: 0;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
}

.footer-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-brand__link {
  display: inline-block;
}

.footer-brand__logo {
  display: block;
  width: min(100%, 280px);
  max-width: 280px;
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.12));
}

.footer-contact-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.footer-cta {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  align-content: start;
  text-align: center;
  width: 100%;
  margin-top: 28px;
}

.footer-section__title {
  margin: 0 0 0.47rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.footer-nav__list,
.footer-contact__list {
  display: grid;
  gap: 0.27rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__list a,
.footer-contact__list a,
.footer-contact__list span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.55;
}

.footer-nav__list a,
.footer-contact__list a {
  text-decoration: none;
  transition: opacity 200ms ease;
}

.footer-nav__list a:hover,
.footer-nav__list a:focus-visible,
.footer-contact__list a:hover,
.footer-contact__list a:focus-visible {
  opacity: 0.82;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.footer-social__link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201, 162, 74, 0.45);
  border-radius: 50%;
  background: linear-gradient(180deg, #e8cc86 0%, #c9a865 50%, #b8944d 100%);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition:
    transform 250ms ease,
    filter 250ms ease;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
  transform: scale(1.05);
  filter: brightness(1.04);
  outline: none;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-block-start: 0.35rem;
  background: var(--footer-gold-line);
}

.footer-cta__text {
  margin: 0;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
  text-wrap: balance;
}

.footer-cta__button {
  min-width: 160px;
  min-height: 34px;
  padding-inline: 0.9rem;
  font-size: 0.74rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.footer-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 0.85rem 1.28rem;
  align-items: start;
  direction: rtl;
}

.footer-legal__copyright,
.footer-legal__disclaimer {
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.footer-legal__copyright {
  font-size: 0.74rem;
  font-weight: 600;
  text-align: right;
}

.footer-legal__disclaimer {
  font-size: 0.7rem;
  line-height: 1.6;
  opacity: 0.88;
  text-align: left;
}

@media (min-width: 901px) {
  .footer-brand__logo {
    max-width: 300px;
  }

  .footer-legal {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    direction: rtl;
  }

  .footer-legal__copyright {
    grid-column: 1;
    justify-self: stretch;
    text-align: right;
  }

  .footer-legal__disclaimer {
    grid-column: 2;
    justify-self: stretch;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .site-footer {
    padding-bottom: 40px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .footer-center {
    display: contents;
  }

  .footer-contact-col {
    display: contents;
  }

  .footer-brand {
    order: 1;
  }

  .footer-nav {
    order: 2;
  }

  .footer-contact {
    order: 3;
  }

  .footer-social {
    order: 4;
  }

  .footer-cta {
    order: 5;
    width: min(100%, 320px);
    margin-top: 0;
  }

  .footer-cta__button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-footer {
    padding: 21px 1rem 40px;
  }

  .site-footer__inner {
    gap: 0.94rem;
  }

  .footer-top {
    gap: 0.98rem;
  }

  .footer-brand__logo {
    max-width: 178px;
  }

  .footer-section__title {
    margin-block-end: 0.38rem;
    font-size: 0.78rem;
  }

  .footer-nav__list a,
  .footer-contact__list a,
  .footer-contact__list span {
    font-size: 0.78rem;
  }

  .footer-cta__text {
    font-size: 0.82rem;
  }

  .footer-legal {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    text-align: center;
  }

  .footer-legal__disclaimer {
    order: 1;
    text-align: center;
  }

  .footer-legal__copyright {
    order: 2;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 0;
    padding-inline: 1.5rem;
    padding-bottom: 1rem;
  }

  .hero__bg-image {
    object-position: 52% 32%;
    transform: scale3d(1, 1, 1);
    transform-origin: 52% 22%;
  }

  .guide-section__bg {
    background-image: url("../assets/images/hero-lavender-field-960.webp");
    transform: none;
  }

  .hero__mist,
  .hero__glow,
  .hero-particles {
    display: none;
  }

  .hero__copy,
  .hero__inner {
    width: min(100%, 680px);
    padding-top: calc(var(--header-height) + 16px);
  }

  .hero__logo {
    margin-top: 0;
    margin-bottom: 0.35rem;
    transform: none;
  }

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

  .trust-strip__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 8px;
  }

  .trust-strip__item:nth-child(3) {
    border-inline-start: 0;
  }

  .course-card--featured {
    order: -1;
  }

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

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

  .guide-section {
    grid-template-columns: 1fr;
    gap: 26px;
    text-align: center;
  }

  .guide__book img {
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .guide-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .guide-form__field--name {
    order: 1;
  }

  .guide-form__field--email {
    order: 2;
  }

  .guide-form__submit {
    order: 3;
  }

  .guide-form button,
  .guide-form input {
    width: 100%;
  }

  .whatsapp-fab {
    position: fixed;
    inset-block-end: calc(20px + env(safe-area-inset-bottom, 0px));
    inset-inline-end: calc(20px + env(safe-area-inset-right, 0px));
    z-index: 90;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(255, 252, 247, 0.55);
    border-radius: 50%;
    background: linear-gradient(145deg, #dcc07a 0%, #c9a865 48%, #b8944d 100%);
    color: #fff;
    box-shadow:
      0 8px 24px rgba(184, 148, 77, 0.32),
      0 2px 8px rgba(74, 52, 94, 0.12);
    transition:
      transform 250ms cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 250ms cubic-bezier(0.22, 1, 0.36, 1),
      background 250ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .whatsapp-fab__icon {
    display: block;
  }

  .whatsapp-fab:hover,
  .whatsapp-fab:focus-visible {
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(145deg, #e8cc86 0%, #d4b06e 48%, #c4a058 100%);
    box-shadow:
      0 10px 28px rgba(184, 148, 77, 0.36),
      0 4px 12px rgba(74, 52, 94, 0.1);
  }

  .whatsapp-fab:focus-visible {
    outline: 3px solid rgba(184, 148, 77, 0.72);
    outline-offset: 3px;
  }

  .whatsapp-fab:active {
    transform: scale(0.98);
    transition-duration: 80ms;
    box-shadow:
      0 4px 14px rgba(184, 148, 77, 0.22),
      0 1px 4px rgba(74, 52, 94, 0.1);
  }

  @media (prefers-reduced-motion: no-preference) {
    .whatsapp-fab {
      animation: whatsapp-fab-pulse 9s ease-in-out infinite;
    }

    .whatsapp-fab:hover,
    .whatsapp-fab:focus-visible,
    .whatsapp-fab:active {
      animation: none;
    }
  }
}

@media (max-width: 560px) {
  .hero__copy,
  .hero__inner {
    padding-inline: 1rem;
  }

  .meet-elinor--hero .meet-elinor__text {
    width: 100%;
    max-width: min(100%, 700px);
  }

  .hero__logo {
    width: clamp(180px, 44vw, 195px);
  }

  .trust-metrics {
    padding: 6px 1rem 4px;
    margin-block-end: 48px;
  }

  .trust-metrics__grid {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    width: min(100%, 340px);
  }

  .trust-metric {
    padding: 0.72rem 0.85rem;
    border: 1px solid rgba(201, 162, 74, 0.28);
    border-radius: 12px;
    background: linear-gradient(
      180deg,
      rgba(111, 60, 151, 0.08),
      rgba(255, 255, 255, 0.92)
    );
    box-shadow: 0 10px 28px rgba(75, 35, 95, 0.06);
  }

  .trust-metric__number {
    font-size: clamp(1.75rem, 7.5vw, 2.1rem);
  }

  .trust-metric__label {
    max-width: none;
    margin-block-start: 0.32rem;
    font-size: 0.84rem;
    line-height: 1.42;
  }

  .hero-title__lead,
  .brand-heading {
    filter: var(--brand-heading-outline) var(--brand-heading-texture-filter-mobile);
  }

  .help-card__media img {
    transform: scale(1.02);
  }

  .course-card__badge {
    inset-block-start: 8px;
    inset-inline-end: 8px;
    padding: 0.3rem 0.63rem;
    font-size: 0.74rem;
  }

  .trust-strip {
    width: min(92%, 100%);
    margin: 23px auto 50px;
    padding: 0;
    border-block-end: none;
  }

  .trust-strip__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 28px 24px;
    border: 1px solid rgba(201, 162, 74, 0.22);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 30px rgba(111, 60, 151, 0.08);
  }

  .trust-strip__item {
    justify-content: flex-start;
    gap: 0.65rem;
    padding: 4px 0;
    border-inline-start: 0 !important;
    border-block-end: 1px solid rgba(201, 162, 74, 0.12);
  }

  .trust-strip__item:last-child {
    padding-block-end: 0;
    border-block-end: none;
  }

  .trust-strip__item:first-child {
    padding-block-start: 0;
  }

  .trust-strip__label {
    font-size: 0.8rem;
    text-align: start;
  }

  .trust-strip__icon {
    width: 41px;
    height: 41px;
    background: transparent;
  }

  .trust-strip__icon img {
    opacity: 1;
    mix-blend-mode: normal;
    filter: none;
  }

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

  .course-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Phase 2: Motion tokens ── */
@keyframes badge-luxury-glow {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow:
      0 3px 10px rgba(184, 148, 77, 0.26),
      inset 0 1px 0 rgba(255, 252, 247, 0.35),
      0 0 0 rgba(184, 148, 77, 0);
  }

  50% {
    background-position: 100% 50%;
    box-shadow:
      0 4px 14px rgba(184, 148, 77, 0.34),
      inset 0 1px 0 rgba(255, 252, 247, 0.45),
      0 0 14px rgba(184, 148, 77, 0.16);
  }
}

@keyframes cta-luxury-glow {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow:
      0 8px 22px rgba(184, 148, 77, 0.34),
      inset 0 1px 0 rgba(255, 252, 247, 0.45),
      0 0 0 rgba(184, 148, 77, 0);
  }

  50% {
    background-position: 100% 50%;
    box-shadow:
      0 12px 32px rgba(184, 148, 77, 0.48),
      inset 0 1px 0 rgba(255, 252, 247, 0.58),
      0 0 26px rgba(184, 148, 77, 0.32);
  }
}

@keyframes fade-up-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-bg-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes hero-bg-image-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes heroZoomLoop {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.5;
  }

  2% {
    opacity: 1;
  }

  96% {
    transform: scale3d(1.6, 1.6, 1);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.6, 1.6, 1);
    opacity: 0.5;
  }
}

@keyframes heroZoomLoopMobile {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.5;
  }

  2% {
    opacity: 1;
  }

  96% {
    transform: scale3d(1.44, 1.44, 1);
    opacity: 1;
  }

  100% {
    transform: scale3d(1.44, 1.44, 1);
    opacity: 0.5;
  }
}

@keyframes hero-mist-drift-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -12px, 0) scale(1.06);
  }
}

@keyframes hero-mist-drift-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-16px, 10px, 0) scale(1.05);
  }
}

@keyframes hero-glow-breathe {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes hero-particle-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.18;
  }

  50% {
    transform: translate3d(0, -14px, 0);
    opacity: 0.32;
  }
}

@keyframes float-botanical {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-4px) rotate(0.6deg);
  }

  66% {
    transform: translateY(2px) rotate(-0.4deg);
  }
}

@keyframes scroll-cue-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(4px);
  }
}

@keyframes success-check {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }

  60% {
    transform: scale(1.04);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes form-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(184, 148, 77, 0);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(184, 148, 77, 0.12);
  }
}

/* ── Hero entrance sequence ── */
@media (prefers-reduced-motion: no-preference) {
  .hero__logo,
  .hero__brand-mark,
  .meet-elinor--hero .meet-elinor__media,
  .meet-elinor--hero .meet-elinor__title,
  .meet-elinor--hero .meet-elinor__subtitle,
  .meet-elinor--hero .meet-elinor__text,
  .meet-elinor--hero .meet-elinor__cta {
    opacity: 0;
    transform: translateY(18px);
  }

  .hero__logo,
  .hero__brand-mark {
    animation: fade-up-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
  }

  .meet-elinor--hero .meet-elinor__media {
    animation: fade-up-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.22s forwards;
  }

  .meet-elinor--hero .meet-elinor__title {
    animation: fade-up-in 0.92s cubic-bezier(0.22, 1, 0.36, 1) 0.34s forwards;
  }

  .meet-elinor--hero .meet-elinor__subtitle {
    animation: fade-up-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.44s forwards;
  }

  .meet-elinor--hero .meet-elinor__text {
    animation: fade-up-in 0.88s cubic-bezier(0.22, 1, 0.36, 1) 0.54s forwards;
  }

  .meet-elinor--hero .meet-elinor__cta {
    animation: fade-up-in 0.86s cubic-bezier(0.22, 1, 0.36, 1) 0.66s forwards;
  }
}

@media (min-width: 901px) {
  .meet-elinor--hero .meet-elinor__cta {
    opacity: 1;
    transform: translateX(15%);
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  .hero__logo,
  .hero__brand-mark,
  .meet-elinor--hero .meet-elinor__media,
  .meet-elinor--hero .meet-elinor__title,
  .meet-elinor--hero .meet-elinor__subtitle,
  .meet-elinor--hero .meet-elinor__text,
  .meet-elinor--hero .meet-elinor__cta {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

/* ── Scroll reveals ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 700ms ease-out,
    transform 700ms ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── Benefits card scroll reveal ── */
[data-benefits-card] {
  opacity: 0;
  transform: translateX(70px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-benefits-card].is-benefits-revealed {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 560px) {
  [data-benefits-card] {
    transform: translateX(45px);
    transition-duration: 600ms;
  }
}

/* ── Button interactions ── */
.gold-button,
.guide-form button,
.course-card a,
.header-cta {
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    filter 300ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.gold-button:hover,
.gold-button:focus-visible,
.guide-form button:hover,
.guide-form button:focus-visible,
.course-card a:hover,
.course-card a:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.header-cta:hover,
.header-cta:focus-visible {
  box-shadow:
    0 8px 22px rgba(184, 148, 77, 0.26),
    inset 0 1px 0 rgba(255, 252, 247, 0.38);
}

.header-cta:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.72);
  outline-offset: 3px;
}

.gold-button:hover,
.gold-button:focus-visible {
  box-shadow: 0 16px 30px rgba(184, 148, 77, 0.28);
}

.guide-form button:hover,
.guide-form button:focus-visible {
  box-shadow: 0 14px 28px rgba(74, 52, 94, 0.22);
}

.header-cta:active,
.gold-button:active,
.guide-form button:active,
.course-card a:active {
  transform: translateY(0);
  filter: none;
  transition-duration: 150ms;
}

/* ── Accessibility modes ── */
html.a11y-high-contrast {
  --text: #1a1220;
  --muted: #2f2931;
}

html.a11y-high-contrast body {
  background: #fff;
  color: #1a1220;
}

html.a11y-high-contrast .site-header,
html.a11y-high-contrast .help-card,
html.a11y-high-contrast .course-card,
html.a11y-high-contrast .faq-card,
html.a11y-high-contrast .site-footer {
  border-block-start: 1px solid rgba(212, 175, 55, 0.45);
}

html.a11y-high-contrast .hero-title__lead,
html.a11y-high-contrast .hero h1 em,
html.a11y-high-contrast .brand-heading,
html.a11y-high-contrast .trust-metric__number {
  background: none;
  -webkit-text-fill-color: currentColor;
  color: #1a1220;
  filter: none;
  text-shadow: none;
}

html.a11y-grayscale body {
  filter: grayscale(1);
}

html.a11y-underline-links a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html.a11y-keyboard-nav :focus-visible {
  outline: 3px solid #4a235f;
  outline-offset: 4px;
}

html.a11y-pause-animations *,
html.a11y-pause-animations *::before,
html.a11y-pause-animations *::after {
  animation: none !important;
  transition-duration: 0.01ms !important;
}

/* ── Sticky mobile WhatsApp CTA ── */
.whatsapp-fab {
  display: none;
}

@keyframes whatsapp-fab-pulse {
  0%,
  92%,
  100% {
    transform: scale(1);
    box-shadow:
      0 8px 24px rgba(184, 148, 77, 0.32),
      0 2px 8px rgba(74, 52, 94, 0.12);
  }

  96% {
    transform: scale(1.04);
    box-shadow:
      0 10px 28px rgba(184, 148, 77, 0.38),
      0 3px 10px rgba(74, 52, 94, 0.14);
  }
}

.course-card a:hover,
.course-card a:focus-visible {
  box-shadow: 0 12px 26px rgba(74, 52, 94, 0.24);
}

/* ── Service (help) cards ── */
.help-card:hover,
.help-card:focus-within {
  transform: translateY(-4px);
  box-shadow:
    0 12px 31px rgba(91, 42, 134, 0.085),
    0 3px 10px rgba(0, 0, 0, 0.034);
}

.help-section .help-card:hover .help-card__media img,
.help-section .help-card:focus-within .help-card__media img {
  transform: scale(1.06);
}

/* ── Course cards ── */
.course-card {
  transition:
    transform 350ms ease,
    box-shadow 350ms ease,
    border-color 350ms ease;
}

.course-card:hover,
.course-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(201, 162, 74, 0.58);
  box-shadow: 0 15px 34px rgba(91, 42, 134, 0.085);
}

a.course-card--link:hover,
a.course-card--link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.62);
  box-shadow: 0 16px 36px rgba(91, 42, 134, 0.12);
}

.courses-panel .course-card:hover,
.courses-panel .course-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.52);
  box-shadow: 0 16px 36px rgba(74, 52, 94, 0.1);
}

@media (prefers-reduced-motion: no-preference) {
  .course-card__badge {
    animation: badge-luxury-glow 4s ease-in-out infinite;
  }

  .meet-elinor--hero .meet-elinor__cta {
    animation: cta-luxury-glow 3.2s ease-in-out infinite;
  }

  .site-header .header-cta {
    animation: cta-luxury-glow 3.2s ease-in-out infinite;
  }

  .course-card--featured:hover .course-card__badge,
  .course-card--featured:focus-within .course-card__badge {
    animation-play-state: paused;
  }

  .meet-elinor--hero .meet-elinor__cta:hover,
  .meet-elinor--hero .meet-elinor__cta:focus-visible,
  .site-header .header-cta:hover,
  .site-header .header-cta:focus-visible {
    animation-play-state: paused;
  }
}

.course-card__image img {
  transition: transform 500ms ease;
}

.course-card:hover .course-card__image img,
.course-card:focus-within .course-card__image img {
  transform: scale(1.03);
}

.course-card:hover .course-card__image img[src*="herbs-from-kursim"],
.course-card:focus-within .course-card__image img[src*="herbs-from-kursim"],
.course-card:hover .course-card__image img[src*="nutrition-from-kursim"],
.course-card:focus-within .course-card__image img[src*="nutrition-from-kursim"] {
  transform: scale(1.14);
}

/* ── Testimonial cards ── */
.testimonial-card {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease;
}

.testimonial-card:hover,
.testimonial-card:focus-within,
.testimonial-card.is-active {
  transform: translateY(-3px);
  border-color: rgba(184, 148, 77, 0.28);
  box-shadow:
    0 22px 42px rgba(74, 52, 94, 0.1),
    0 0 0 1px rgba(184, 148, 77, 0.06);
}

.testimonial-carousel {
  position: relative;
}

.testimonial-carousel.is-paused .testimonial-card.is-active {
  transform: translateY(-3px);
}

.testimonial-carousel__live {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

/* ── Free guide form ── */
.guide-form input {
  transition:
    border-color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

.guide-form input:hover {
  border-color: rgba(184, 148, 77, 0.45);
}

.guide-form input:focus {
  border-color: rgba(184, 148, 77, 0.72);
  background: rgba(255, 252, 247, 0.96);
  box-shadow:
    0 0 0 3px rgba(184, 148, 77, 0.16),
    0 4px 14px rgba(184, 148, 77, 0.08);
  outline: none;
}

.guide-form.is-success {
  pointer-events: none;
}

.guide-form.is-success button {
  background: linear-gradient(180deg, #7a9a6a, #6e7d63);
  box-shadow: 0 12px 24px rgba(110, 125, 99, 0.24);
}

.guide-form__success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  grid-column: 1 / -1;
  color: var(--purple);
  font-size: 1.05rem;
  animation: success-check 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.guide-form.is-success .guide-form__success {
  display: flex;
}

.guide-form.is-success label,
.guide-form.is-success button {
  display: none;
}

.guide-form.is-success ~ small {
  animation: form-glow 1.2s ease 0.3s 1;
}

@media (max-width: 560px) {
  .testimonial-carousel {
    overflow: hidden;
    padding-inline: 0.5rem;
  }

  .testimonial-grid {
    display: flex;
    gap: 0;
    transform: translateX(calc(var(--carousel-index, 0) * 100%));
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    padding-inline: 1.25rem;
  }

  .testimonial-card.is-active {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .site-header.is-scrolled .header-cta,
  .site-header.is-scrolled .site-header__inner,
  .site-header.is-scrolled .primary-nav,
  .site-header.is-scrolled .header-logo,
  .site-header.is-nav-open .primary-nav {
    transition: none;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  [data-benefits-card],
  [data-benefits-card].is-benefits-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero__logo,
  .hero__brand-mark,
  .meet-elinor--hero .meet-elinor__media,
  .meet-elinor--hero .meet-elinor__title,
  .meet-elinor--hero .meet-elinor__subtitle,
  .meet-elinor--hero .meet-elinor__text,
  .meet-elinor--hero .meet-elinor__cta {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero__bg-image,
  .guide-section__bg {
    transform: none;
    animation: none;
  }

  .hero__bg-image {
    opacity: 1;
  }

  .hero__mist::before,
  .hero__mist::after,
  .hero__glow,
  .hero-particle {
    animation: none !important;
  }

  .hero__glow {
    opacity: 0.9;
    transform: none;
  }

  .book-mockup {
    animation: none;
  }

  .book-lavender {
    animation: none;
  }

  .testimonial-grid {
    transition: none;
  }

  .help-card:hover,
  .help-card:focus-within {
    transform: none;
    box-shadow:
      0 12px 32px rgba(91, 42, 134, 0.08),
      0 4px 12px rgba(0, 0, 0, 0.04);
  }

  .help-section .help-card:hover .help-card__media img,
  .help-section .help-card:focus-within .help-card__media img {
    transform: scale(1.06);
  }

  .course-card:hover,
  .course-card:focus-within {
    transform: none;
    border-color: rgba(201, 162, 74, 0.45);
    box-shadow: 0 12px 32px rgba(74, 52, 94, 0.045);
  }

  .course-card:hover .course-card__image img,
  .course-card:focus-within .course-card__image img,
  .course-card:hover .course-card__image img[src*="herbs-from-kursim"],
  .course-card:focus-within .course-card__image img[src*="herbs-from-kursim"],
  .course-card:hover .course-card__image img[src*="nutrition-from-kursim"],
  .course-card:focus-within .course-card__image img[src*="nutrition-from-kursim"] {
    transform: none;
  }

  .courses-panel .course-card:hover .course-card__media img,
  .courses-panel .course-card:focus-visible .course-card__media img {
    transform: none;
  }

  .gold-button:hover,
  .gold-button:focus-visible,
  .guide-form button:hover,
  .guide-form button:focus-visible,
  .course-card a:hover,
  .course-card a:focus-visible,
  .header-cta:hover,
  .header-cta:focus-visible {
    transform: none;
    filter: none;
  }

  .whatsapp-fab {
    animation: none !important;
  }

  .back-to-top:hover,
  .back-to-top:focus-visible {
    transform: none;
  }

  .a11y-widget__trigger:hover,
  .a11y-widget__trigger:focus-visible {
    transform: none;
  }

  .course-card__badge {
    animation: none !important;
    background-position: 0% 50%;
  }

  .meet-elinor--hero .meet-elinor__cta {
    animation: none !important;
    background-position: 0% 50%;
  }

  .site-header .header-cta {
    animation: none !important;
    background-position: 0% 50%;
  }
}

/* ── Mobile performance mode (synced with JS .perf-mobile) ── */
html.perf-mobile .hero__bg-image {
  transform: none;
}

html.perf-mobile .hero__mist,
html.perf-mobile .hero__glow,
html.perf-mobile .hero-particles {
  display: none;
}

html.perf-mobile .help-card:hover,
html.perf-mobile .help-card:focus-within,
html.perf-mobile .course-card:hover,
html.perf-mobile .course-card:focus-within {
  transform: none;
}

html.perf-mobile .help-section .help-card:hover .help-card__media img,
html.perf-mobile .help-section .help-card:focus-within .help-card__media img {
  transform: scale(1.02);
}

html.perf-mobile [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

/* ── About page ── */
.about-page {
  background-color: var(--ivory-2);
  --about-header-height: 118px;
  --about-header-height-scrolled: 102px;
  --about-header-logo-max: 185px;
}

.about-page .site-header:not(.is-scrolled):not(.is-nav-open) {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-block-end: 0;
}

.about-page .site-header.is-scrolled {
  background: rgba(241, 233, 223, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 20px rgba(74, 52, 94, 0.06);
  border-block-end: 0;
}

.about-page .site-header__inner {
  min-height: var(--about-header-height);
  max-height: 125px;
  align-items: center;
}

.about-page .site-header.is-scrolled .site-header__inner {
  min-height: var(--about-header-height-scrolled);
  max-height: 125px;
}

.about-page .header-logo {
  align-self: center;
  margin: 0;
}

.about-page .header-logo__image,
.about-page .header-logo img {
  max-width: var(--about-header-logo-max);
  max-height: calc(var(--about-header-height) - 24px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.about-page .site-header.is-scrolled .header-logo__image,
.about-page .site-header.is-scrolled .header-logo img {
  max-width: min(var(--about-header-logo-max), 178px);
  max-height: calc(var(--about-header-height-scrolled) - 20px);
}

.about-page__main {
  padding-block-start: 0;
}

.about-section__inner {
  width: min(100%, 1100px);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

/* About intro — compact layout, not homepage hero */
.about-intro {
  position: relative;
  overflow: hidden;
  padding:
    calc(var(--about-header-height) + 0.65rem)
    clamp(1rem, 3vw, 2rem)
    1.35rem;
  background-color: var(--ivory-2);
  isolation: isolate;
}

.about-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../assets/images/hero-lavender-field-1280.webp");
  background-size: cover;
  background-position: 52% 28%;
  background-repeat: no-repeat;
  opacity: 0.92;
  pointer-events: none;
}

.about-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(251, 246, 237, 0.42) 0%,
      rgba(241, 234, 240, 0.52) 42%,
      rgba(247, 238, 248, 0.58) 100%
    ),
    radial-gradient(ellipse 48% 36% at 50% 32%, rgba(142, 107, 162, 0.2) 0%, transparent 72%),
    radial-gradient(ellipse 38% 28% at 72% 58%, rgba(186, 158, 210, 0.16) 0%, transparent 74%),
    radial-gradient(ellipse 34% 24% at 28% 62%, rgba(212, 175, 80, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.about-intro__section {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  margin-inline: auto;
}

.about-intro__card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  align-items: center;
  width: min(100%, 1050px);
  margin-inline: auto;
  padding: clamp(1rem, 2.5vw, 1.25rem) clamp(1.15rem, 3vw, 1.5rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(216, 192, 138, 0.38);
  box-shadow:
    0 10px 40px rgba(74, 52, 94, 0.12),
    0 0 48px rgba(142, 107, 162, 0.1),
    inset 0 1px 0 rgba(255, 252, 247, 0.42);
  direction: rtl;
}

.about-intro__media {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  max-width: 192px;
  margin-inline: auto;
  padding: 0;
}

.about-intro__media picture {
  display: block;
  width: 100%;
  max-width: 192px;
  overflow: visible;
  border: 2px solid rgba(216, 192, 138, 0.52);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(74, 52, 94, 0.14);
  line-height: 0;
}

.about-intro__media img {
  display: block;
  width: 100%;
  max-width: 192px;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  border-radius: 20px;
}

.about-intro__copy {
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  text-align: center;
}

.about-intro__title {
  margin: 0;
  color: var(--purple-deep);
  font-size: clamp(1.65rem, 4.5vw, 2.625rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(51, 32, 64, 0.1);
}

.about-intro__subtitle {
  margin: 0.5rem 0 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.4;
  background: linear-gradient(135deg, #d8c08a 0%, #b78b3d 50%, #e8d8a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 1px 1px rgba(74, 52, 94, 0.08));
}

.about-intro__text {
  margin: 0.7rem 0 0;
  color: #3f3452;
  font-size: clamp(0.95rem, 1.8vw, 1.125rem);
  font-weight: 500;
  line-height: 1.72;
}

.about-intro__text + .about-intro__text {
  margin-block-start: 0.85rem;
}

.about-intro__quote {
  width: min(93%, 36rem);
  margin: clamp(2rem, 5vw, 3rem) auto clamp(2.5rem, 6vw, 3.5rem);
  padding: 0;
  border: none;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  text-align: center;
}

.about-intro__quote::before,
.about-intro__quote::after {
  display: none;
}

.about-intro__quote p {
  margin: 0;
  font-size: clamp(1.12rem, 4.4vw, 1.48rem);
  font-weight: 800;
  font-style: normal;
  line-height: 1.8;
  text-align: center;
  text-wrap: balance;
  color: #f7dc94;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #f7dc94;
  text-shadow: 0 0 8px rgba(215, 173, 85, 0.18);
  filter: none;
  animation: none;
}

.about-intro__quote-line {
  display: block;
  width: min(72%, 15rem);
  height: 1px;
  margin: 1.35rem auto 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(215, 173, 85, 0.35) 20%,
    rgba(247, 220, 148, 0.55) 50%,
    rgba(215, 173, 85, 0.35) 80%,
    transparent 100%
  );
  box-shadow: none;
  opacity: 0.85;
  animation: none;
}

@media (min-width: 768px) {
  .about-intro__quote {
    width: min(82%, 34rem);
    margin-block-start: 2.25rem;
    margin-block-end: 3.5rem;
  }

  .about-intro__quote p {
    font-size: clamp(1.22rem, 2.35vw, 1.5rem);
    line-height: 1.8;
  }

  .about-intro__quote-line {
    width: min(62%, 13rem);
    margin-block-start: 1.4rem;
  }
}

@media (min-width: 768px) {
  .about-intro {
    padding:
      calc(var(--about-header-height) + 0.75rem)
      clamp(1.25rem, 3vw, 2rem)
      1.5rem;
  }

  .about-intro__card {
    grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
    gap: clamp(2.5rem, 4.5vw, 3.25rem);
    align-items: start;
    padding: 1.65rem 48px 2rem;
  }

  .about-intro__media {
    max-width: 250px;
    margin-inline: 0;
    margin-block: 0;
    justify-self: center;
    align-self: start;
    padding: 0;
    transform: none;
  }

  .about-intro__copy {
    margin-inline: 0;
    justify-self: stretch;
    max-width: none;
    text-align: right;
    align-self: start;
  }

  .about-intro__title {
    font-size: min(2.625rem, 42px);
  }

  .about-intro__text {
    font-size: min(1.125rem, 20px);
    line-height: 1.7;
    max-width: 34rem;
  }

  .about-intro__media img {
    max-width: 250px;
    max-height: 330px;
    height: 330px;
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
  }

  .about-intro__media picture {
    max-width: 250px;
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .about-page {
    --about-header-height: var(--header-height);
    --about-header-height-scrolled: var(--header-height-compact);
    --about-header-logo-max: 185px;
  }

  .about-intro {
    padding-top: calc(var(--header-height) + 0.85rem);
  }

  .about-page .site-header__inner {
    min-height: var(--header-height);
    max-height: none;
  }

  .about-page .site-header.is-scrolled .site-header__inner {
    min-height: var(--header-height-compact);
    max-height: none;
  }

  .about-page .header-logo__image,
  .about-page .header-logo img {
    max-width: min(var(--about-header-logo-max), 38vw);
    max-height: calc(var(--header-height) - 18px);
  }

  .about-page .site-header.is-scrolled .header-logo__image,
  .about-page .site-header.is-scrolled .header-logo img {
    max-width: min(161px, 34vw);
    max-height: calc(var(--header-height-compact) - 14px);
  }
}

@media (min-width: 1200px) {
  .about-page .site-header__inner {
    min-height: var(--about-header-height);
    max-height: 125px;
  }

  .about-page .site-header.is-scrolled .site-header__inner {
    min-height: var(--about-header-height-scrolled);
    max-height: 125px;
  }

  .about-page .header-logo__image,
  .about-page .header-logo img {
    max-width: var(--about-header-logo-max);
    max-height: calc(var(--about-header-height) - 24px);
  }

  .about-page .site-header.is-scrolled .header-logo__image,
  .about-page .site-header.is-scrolled .header-logo img {
    max-width: min(var(--about-header-logo-max), 178px);
    max-height: calc(var(--about-header-height-scrolled) - 20px);
  }
}

/* Content cards */
.about-story,
.about-certs,
.about-approach,
.about-experience,
.about-cta {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.about-story {
  background: rgba(241, 233, 223, 0.76);
}

.about-certs {
  background: var(--lavender-band);
}

.about-approach {
  background: var(--ivory-2);
}

.about-experience {
  background: rgba(241, 233, 223, 0.76);
}

.about-content-card {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 192, 138, 0.3);
  box-shadow: 0 8px 32px rgba(74, 52, 94, 0.08);
}

.about-content-card__body,
.about-story__body {
  max-width: 65ch;
  margin-inline: auto;
  color: #3f3452;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.85;
  text-align: right;
}

.about-content-card__body p,
.about-story__body p {
  margin: 0 0 1rem;
}

.about-content-card__body p:last-child,
.about-story__body p:last-child {
  margin-bottom: 0;
}

/* Certificate gallery — luxury portfolio */
.cert-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 1000px);
  margin-inline: auto;
  overflow-x: hidden;
}

@media (max-width: 359px) {
  .cert-gallery {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 901px) {
  .cert-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

.cert-gallery__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(201, 166, 91, 0.36);
  border-radius: 22px;
  background: linear-gradient(
    168deg,
    rgba(255, 252, 247, 0.92) 0%,
    rgba(247, 238, 248, 0.68) 100%
  );
  box-shadow: 0 5px 18px rgba(74, 52, 94, 0.07);
  overflow: hidden;
  cursor: zoom-in;
  text-align: right;
  font: inherit;
  color: inherit;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.cert-gallery__item:hover,
.cert-gallery__item:focus-visible {
  border-color: rgba(201, 166, 91, 0.58);
  box-shadow: 0 8px 24px rgba(74, 52, 94, 0.1);
}

@media (min-width: 901px) {
  .cert-gallery__item:hover,
  .cert-gallery__item:focus-visible {
    transform: translateY(-3px);
  }
}

.cert-gallery__item img {
  display: block;
  width: 100%;
  height: clamp(150px, 42vw, 180px);
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
}

.cert-gallery__caption {
  padding: 0.45rem 0.6rem 0.5rem;
}

.cert-gallery__title {
  margin: 0;
  color: var(--purple-deep);
  font-size: clamp(0.9375rem, 3.4vw, 1.0625rem);
  font-weight: 700;
  line-height: 1.3;
}

.cert-gallery__meta {
  margin: 0.18rem 0 0;
  color: #6d5f48;
  font-size: clamp(0.8125rem, 2.8vw, 0.875rem);
  font-weight: 600;
  line-height: 1.32;
}

@media (min-width: 901px) {
  .cert-gallery__item img {
    height: clamp(260px, 17vw, 320px);
  }

  .cert-gallery__caption {
    padding: 0.5rem 0.8rem 0.6rem;
  }

  .cert-gallery__title {
    font-size: clamp(1.375rem, 1.5vw, 1.625rem);
  }

  .cert-gallery__meta {
    margin-block-start: 0.2rem;
    font-size: clamp(1rem, 1vw, 1.125rem);
    color: #9a7840;
  }
}

/* Approach cards */
.about-approach__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .about-approach__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.about-approach-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 1.75rem 1.35rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(216, 192, 138, 0.32);
  box-shadow: 0 8px 28px rgba(74, 52, 94, 0.07);
  text-align: center;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease;
}

.about-approach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(74, 52, 94, 0.1);
}

.about-approach-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(247, 238, 248, 0.95), rgba(255, 252, 247, 0.9));
  color: var(--purple);
  box-shadow: 0 4px 16px rgba(111, 60, 151, 0.1);
}

.about-approach-card__icon svg {
  display: block;
}

.about-approach-card h3 {
  margin: 0;
  color: var(--purple-deep);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
}

.about-approach-card p {
  margin: 0;
  color: #4f4852;
  font-size: 0.92rem;
  line-height: 1.7;
}

/* Experience */
.about-experience__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .about-experience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.about-experience__item h3 {
  margin: 0 0 0.45rem;
  color: var(--purple);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.about-experience__item p {
  margin: 0;
  color: #4f4852;
  font-size: 0.92rem;
  line-height: 1.72;
}

/* CTA */
.about-cta {
  padding-block-end: clamp(3rem, 6vw, 5rem);
}

.about-cta__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(216, 192, 138, 0.35);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.about-cta__title {
  margin: 0;
  color: var(--purple-deep);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  line-height: 1.3;
}

.about-cta__text {
  margin: 0;
  max-width: 40ch;
  color: #4f4852;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.75;
}

.about-cta__button {
  margin-block-start: 0.5rem;
}

/* Certificate lightbox */
.cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.cert-lightbox[hidden] {
  display: none;
}

.cert-lightbox__backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(51, 32, 64, 0.72);
  cursor: pointer;
}

.cert-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
  max-height: min(92vh, 820px);
  padding: 0.85rem;
  border-radius: 18px;
  background: var(--ivory-2);
  border: 1px solid rgba(216, 192, 138, 0.35);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.cert-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(92vh - 3.5rem);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}

.cert-lightbox__close {
  position: absolute;
  inset-block-start: -0.5rem;
  inset-inline-start: -0.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(216, 192, 138, 0.5);
  border-radius: 50%;
  background: var(--ivory-2);
  color: var(--purple-deep);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.cert-lightbox__close:hover,
.cert-lightbox__close:focus-visible {
  background: #fff;
}

html.cert-lightbox-open {
  overflow: hidden;
}

html.perf-mobile .about-approach-card:hover,
html.perf-mobile .cert-gallery__item:hover {
  transform: none;
}

/* ── Desktop compact scale (1200px+, hero + header only) ── */
@media (min-width: 1200px) {
  :root {
    --header-height: 62px;
    --header-height-compact: 48px;
    --header-logo-height: calc((var(--header-height) - 14px) * 1.872 * 1.235 * 0.7);
    --header-logo-height-scrolled: calc((var(--header-height-compact) - 10px) * 1.872 * 1.235 * 0.7);
  }

  .site-header__inner {
    gap: 0.85rem;
    width: min(100% - 3.5rem, 1080px);
    padding-inline: 1rem;
  }

  .header-logo__image,
  .header-logo img {
    max-width: min(260px, 32vw);
  }

  .site-header .header-cta {
    height: 34px;
    min-height: 34px;
    padding-inline: 0.85rem;
    font-size: 0.76rem;
    gap: 0.38rem;
  }

  .header-cta__icon {
    width: 15px;
    height: 15px;
  }

  .site-header.is-scrolled .header-cta {
    height: 32px;
    min-height: 32px;
    font-size: 0.72rem;
    padding-inline: 0.75rem;
  }

  .site-header.is-scrolled .header-cta__icon {
    width: 14px;
    height: 14px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .menu-toggle__bars {
    width: 16px;
  }

  .hero {
    align-items: center;
    min-height: 0;
    max-height: 100svh;
    padding:
      calc(var(--header-height) + 0.45rem)
      1.75rem
      0.85rem;
    overflow: visible;
  }

  .hero__inner {
    width: min(100%, 520px);
    max-width: 520px;
    gap: 0.55rem;
    padding-block: 0.15rem 0.25rem;
  }

  .meet-elinor--hero {
    width: calc(100% - 36px);
    max-width: 520px;
    margin-block-start: 10px;
    gap: 22px;
    padding: 18px 22px;
    border-radius: 20px;
  }

  .meet-elinor--hero .meet-elinor__media {
    max-width: 125px;
  }

  .meet-elinor--hero .meet-elinor__media picture {
    max-width: 125px;
    border-radius: 14px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.16);
  }

  .meet-elinor--hero .meet-elinor__media img {
    max-width: 125px;
  }

  .meet-elinor--hero .meet-elinor__title {
    font-size: 23px;
    line-height: 1.15;
  }

  .meet-elinor--hero .meet-elinor__subtitle {
    margin-block: 0.45rem;
    font-size: 13px;
    line-height: 1.35;
  }

  .meet-elinor--hero .meet-elinor__text {
    max-width: 300px;
    font-size: 11px;
    line-height: 1.72;
  }

  .meet-elinor--hero .meet-elinor__cta {
    margin-block-start: 16px;
    min-width: 142px;
    min-height: 34px;
    font-size: 0.72rem;
    transform: translateX(12%);
  }

  .meet-elinor--hero .meet-elinor__cta:hover,
  .meet-elinor--hero .meet-elinor__cta:focus-visible {
    transform: translateX(12%);
  }

}

/* Mobile-only: Chrome seam cover + gold accent (beats all page-specific header rules) */
@media (max-width: 1023px) {
  html,
  body:not(.course-page) {
    background: #f3eee5 !important;
    background-color: #f3eee5 !important;
  }

  body:not(.course-page) .site-header.mobile-header,
  body:not(.course-page) .about-page .site-header.mobile-header,
  body:not(.course-page) .site-header.mobile-header:not(.is-scrolled),
  body:not(.course-page) .site-header.mobile-header.is-scrolled,
  body:not(.course-page) .site-header.mobile-header.is-nav-open,
  body:not(.course-page) .site-header.mobile-header.is-sticky,
  body:not(.course-page) .site-header.mobile-header.is-reveal,
  body:not(.course-page) .site-header.mobile-header.is-scrolling-up,
  body:not(.course-page) .site-header.mobile-header.is-scrolling-down,
  body:not(.course-page) .site-header.mobile-header.scrolled {
    position: fixed;
    top: 0;
    inset-inline: 0;
    z-index: 9999 !important;
    background: #f3eee5 !important;
    background-color: #f3eee5 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    transition: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    isolation: isolate;
  }

  body:not(.course-page) .site-header.mobile-header .site-header__inner,
  body:not(.course-page) .site-header.mobile-header .site-header__start,
  body:not(.course-page) .site-header.mobile-header .site-header__end,
  body:not(.course-page) .about-page .site-header.mobile-header .site-header__inner {
    position: relative;
    z-index: 2;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
  }

  /* Overlay above header — covers Chrome gray seam on scroll-up */
  body:not(.course-page) .site-header.mobile-header::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: calc(-4px - env(safe-area-inset-top, 0px));
    left: 0;
    right: 0;
    width: 100%;
    height: calc(4px + env(safe-area-inset-top, 0px));
    background: #f3eee5 !important;
    pointer-events: none;
    z-index: 0;
    border: none !important;
    box-shadow: none !important;
  }

  /* Gold bottom accent — 1px line + soft glow */
  body:not(.course-page) .site-header.mobile-header::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: rgba(212, 175, 55, 0.7) !important;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.2) !important;
    pointer-events: none;
    z-index: 1;
    border: none !important;
  }

  html:has(body.home-page),
  body.home-page {
    background: #e8dfd3 !important;
    background-color: #e8dfd3 !important;
  }

  body.home-page .site-header.mobile-header,
  body.home-page .site-header.mobile-header:not(.is-scrolled),
  body.home-page .site-header.mobile-header.is-scrolled,
  body.home-page .site-header.mobile-header.is-nav-open,
  body.home-page .site-header.mobile-header.is-sticky,
  body.home-page .site-header.mobile-header.is-reveal,
  body.home-page .site-header.mobile-header.is-scrolling-up,
  body.home-page .site-header.mobile-header.is-scrolling-down,
  body.home-page .site-header.mobile-header.scrolled {
    background: #e8dfd3 !important;
    background-color: #e8dfd3 !important;
  }

  body.home-page .site-header.mobile-header::before {
    background: #e8dfd3 !important;
  }
}
