:root {
  --canvas: #f7f1ec;
  --surface: rgba(255, 251, 247, 0.88);
  --surface-strong: #fffdfb;
  --ink: #241a18;
  --muted: #726059;
  --line: rgba(92, 64, 54, 0.12);
  --rose: #ddb7aa;
  --rose-deep: #b97968;
  --sage: #7a877d;
  --amber: #c49b65;
  --shadow: 0 28px 70px rgba(70, 43, 33, 0.12);
  --radius: 32px;
  --radius-sm: 20px;
  --shell: min(1180px, calc(100vw - 1.25rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(221, 183, 170, 0.34), transparent 30%),
    radial-gradient(circle at top right, rgba(196, 155, 101, 0.12), transparent 24%),
    linear-gradient(180deg, #fbf6f2 0%, #f7f1ec 42%, #f4ede7 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3rem, 10vw, 5.8rem);
}

h2 {
  font-size: clamp(2.3rem, 7vw, 4rem);
}

h3 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
}

.top-note {
  border-bottom: 1px solid rgba(97, 67, 56, 0.08);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-note .shell {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.top-note p {
  margin: 0;
}

.top-note a {
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(22px);
  background: rgba(246, 239, 232, 0.72);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header--scrolled {
  box-shadow: 0 14px 35px rgba(77, 49, 36, 0.09);
  background: rgba(255, 250, 246, 0.9);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.site-logo img {
  width: auto;
  max-height: 52px;
}

.site-title {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-tagline {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--surface-strong);
  box-shadow: 0 10px 24px rgba(70, 43, 33, 0.12);
}

.menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  background: var(--ink);
  border-radius: 999px;
}

.primary-navigation {
  position: fixed;
  inset: 0 0 auto;
  top: 84px;
  padding: 1rem;
  background: rgba(248, 241, 236, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(77, 49, 36, 0.16);
  transform: translateY(-120%);
  transition: transform 0.25s ease;
}

.primary-navigation.is-open {
  transform: translateY(0);
}

.menu,
.menu--fallback {
  display: grid;
  gap: 0.85rem;
  list-style: none;
}

.menu a {
  font-weight: 600;
}

.primary-navigation__actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.header-contact {
  color: var(--muted);
  font-size: 0.94rem;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ink), #513b33);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(44, 33, 29, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(44, 33, 29, 0.18);
}

.button--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(44, 33, 29, 0.14);
  box-shadow: none;
}

.button--light {
  background: var(--surface-strong);
  color: var(--ink);
}

.button--small {
  min-height: 46px;
  padding: 0.8rem 1.15rem;
}

.section {
  padding: 4rem 0;
}

.section--soft {
  background: linear-gradient(180deg, rgba(255, 248, 243, 0.8), rgba(255, 245, 240, 0.55));
}

.section--rose {
  background: linear-gradient(180deg, rgba(232, 209, 198, 0.42), rgba(255, 248, 243, 0.1));
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--rose-deep);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-heading p:last-child {
  color: var(--muted);
  max-width: 50rem;
}

.hero {
  display: grid;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.hero--lumera {
  text-align: center;
}

.hero__content--centered {
  display: grid;
  justify-items: center;
}

.hero__lede {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin: 2rem 0;
}

.hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  list-style: none;
}

.hero__proof li {
  padding: 1rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 253, 250, 0.84);
  box-shadow: 0 12px 28px rgba(70, 43, 33, 0.06);
}

.hero__proof strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
}

.hero__proof span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero__visual {
  display: grid;
  gap: 1rem;
}

.hero__visual--portrait {
  justify-items: center;
}

.lumera-portrait {
  position: relative;
  width: min(100%, 420px);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(185, 121, 104, 0.16);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.72), transparent 20%),
    linear-gradient(150deg, rgba(231, 197, 177, 0.82), rgba(255, 250, 246, 0.95) 54%, rgba(111, 127, 115, 0.22)),
    #f4e5dc;
  box-shadow: var(--shadow);
}

.lumera-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.lumera-portrait::before,
.lumera-portrait::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.lumera-portrait::after {
  right: -2rem;
  bottom: 2rem;
  width: 160px;
  aspect-ratio: 1;
  background: rgba(185, 121, 104, 0.16);
}

.lumera-portrait__glow {
  position: absolute;
  inset: 18% 14% 12%;
  border-radius: 48% 48% 34px 34px;
  background:
    linear-gradient(180deg, rgba(255, 250, 246, 0.08), rgba(44, 33, 29, 0.08)),
    radial-gradient(circle at 50% 32%, rgba(255, 250, 246, 0.76), transparent 22%);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.lumera-portrait__card {
  position: absolute;
  z-index: 2;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 176px;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.92);
  box-shadow: 0 18px 42px rgba(77, 49, 36, 0.16);
  text-align: left;
}

.lumera-portrait__card span,
.lumera-stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  line-height: 0.9;
}

.lumera-portrait__card p,
.lumera-stat span {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid rgba(191, 138, 115, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 246, 0.9);
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -30% auto;
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 182, 167, 0.45), transparent 65%);
}

.hero-card--primary {
  min-height: 320px;
  background:
    linear-gradient(160deg, rgba(255, 253, 250, 0.96), rgba(236, 213, 200, 0.84)),
    #fff;
}

.hero-card--accent {
  background:
    linear-gradient(180deg, rgba(111, 127, 115, 0.08), rgba(255, 250, 246, 0.92)),
    #fff;
}

.hero-card p:first-child {
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-card ul {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding-left: 1.2rem;
}

.hero-card li::before {
  content: "";
  position: absolute;
  top: 0.66rem;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose-deep);
}

.goal-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.goal-chips span {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(217, 182, 167, 0.2);
  font-size: 0.92rem;
  font-weight: 600;
}

.trust-strip {
  padding: 1rem 0 0;
}

.trust-strip__inner {
  display: grid;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.75);
}

.trust-strip__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.trust-strip__labels span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(44, 33, 29, 0.06);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip--logos .trust-strip__inner {
  align-items: center;
  text-align: center;
}

.trust-strip--logos .trust-strip__labels {
  justify-content: center;
}

.trust-strip--logos .trust-strip__labels span {
  min-width: 110px;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(44, 33, 29, 0.08);
  color: rgba(36, 26, 24, 0.62);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

.section--intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lumera-intro {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.82);
}

.lumera-intro > p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.lumera-stat {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(217, 182, 167, 0.18);
}

.treatment-marquee {
  overflow: hidden;
  padding: 1rem 0;
  border-block: 1px solid rgba(97, 67, 56, 0.1);
  background: rgba(255, 250, 246, 0.58);
}

.treatment-marquee__track {
  display: flex;
  width: max-content;
  gap: 0.8rem;
  animation: lumera-marquee 34s linear infinite;
}

.treatment-marquee__track span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: rgba(36, 26, 24, 0.05);
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

@keyframes lumera-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.service-grid,
.post-grid,
.testimonial-grid,
.journey-grid,
.results-cards {
  display: grid;
  gap: 1rem;
}

.service-card,
.post-card,
.testimonial-card,
.pillar-card,
.journey-step,
.result-card,
.entry-card,
.cta-panel,
.footer-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 250, 0.86);
  box-shadow: var(--shadow);
}

.service-card {
  overflow: hidden;
}

.service-card__media,
.service-card__placeholder {
  min-height: 220px;
}

.service-card__media {
  height: 300px;
}

.service-card__media img,
.treatment-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__placeholder {
  background:
    radial-gradient(circle at top left, rgba(217, 182, 167, 0.55), transparent 35%),
    linear-gradient(135deg, #f9e6da, #f6efe8 55%, #eed3c4);
}

.service-card__body,
.post-card__body,
.testimonial-card,
.pillar-card,
.journey-step,
.result-card,
.entry-card,
.cta-panel,
.footer-card {
  padding: 1.25rem;
}

.service-meta,
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(111, 127, 115, 0.08);
}

.service-card__benefit {
  color: var(--ink);
  font-weight: 700;
}

.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--rose-deep);
  font-weight: 700;
}

.experience-grid,
.faq-layout,
.results-layout,
.treatment-hero,
.site-footer__grid {
  display: grid;
  gap: 1rem;
}

.pillar-stack {
  display: grid;
  gap: 1rem;
}

.pillar-card span,
.journey-step strong,
.result-card span,
.stars {
  color: var(--rose-deep);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-step h3,
.pillar-card h3,
.result-card h3 {
  margin-top: 0.9rem;
}

.testimonial-card__quote,
.entry-lede {
  color: var(--muted);
  font-size: 1.02rem;
}

.stars {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.review-summary {
  max-width: 38rem;
  color: var(--muted);
  font-weight: 700;
}

.gallery-grid,
.promo-grid {
  display: grid;
  gap: 1rem;
}

.gallery-tile {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 250, 246, 0.88), transparent 24%),
    linear-gradient(135deg, rgba(217, 182, 167, 0.68), rgba(246, 239, 232, 0.92) 54%, rgba(111, 127, 115, 0.18));
  box-shadow: var(--shadow);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.gallery-tile::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 16%;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px 999px 28px 28px;
  background: rgba(255, 250, 246, 0.18);
  pointer-events: none;
}

.gallery-tile span {
  position: absolute;
  z-index: 2;
  left: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 250, 246, 0.82);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-tile--2,
.gallery-tile--5 {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 250, 246, 0.82), transparent 24%),
    linear-gradient(145deg, rgba(111, 127, 115, 0.24), rgba(255, 250, 246, 0.9), rgba(191, 138, 115, 0.36));
}

.gallery-tile--3,
.gallery-tile--6 {
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 250, 246, 0.86), transparent 24%),
    linear-gradient(145deg, rgba(197, 143, 88, 0.22), rgba(255, 250, 246, 0.9), rgba(217, 182, 167, 0.54));
}

.promo-card {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 340px;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at top right, rgba(255, 250, 246, 0.88), transparent 30%),
    linear-gradient(135deg, rgba(232, 209, 198, 0.92), rgba(255, 250, 246, 0.86));
  box-shadow: var(--shadow);
}

.promo-card p {
  margin: 0;
}

.promo-card .button {
  justify-self: start;
  margin-top: 0.8rem;
}

.promo-card--dark {
  background:
    radial-gradient(circle at top right, rgba(217, 182, 167, 0.2), transparent 34%),
    linear-gradient(135deg, #2c211d, #5c4036);
  color: rgba(255, 255, 255, 0.88);
}

.promo-card--dark h2,
.promo-card--dark .section-tag {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-list details {
  padding: 1rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 246, 0.72);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list details p {
  margin-top: 0.85rem;
  color: var(--muted);
}

.cta-panel {
  display: grid;
  gap: 1.2rem;
  background:
    linear-gradient(135deg, rgba(255, 249, 245, 0.96), rgba(232, 209, 198, 0.72));
}

.cta-panel__card {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(44, 33, 29, 0.94);
  color: #fff;
}

.cta-panel__card ul {
  display: grid;
  gap: 0.4rem;
  list-style: none;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.entry-card {
  padding: clamp(1.4rem, 5vw, 2.5rem);
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.entry-content h2,
.entry-content h3 {
  margin-top: 2rem;
}

.treatment-hero__media {
  overflow: hidden;
  min-height: 280px;
  border-radius: 24px;
}

.site-footer {
  padding: 2rem 0 5.8rem;
  background:
    radial-gradient(circle at top right, rgba(185, 121, 104, 0.16), transparent 22%),
    #261d1a;
  color: rgba(255, 255, 255, 0.84);
}

.mobile-cta-bar {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 95;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(36, 26, 24, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
}

.mobile-cta-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.mobile-cta-bar__book {
  background: linear-gradient(135deg, var(--rose-deep), #d39d83);
  color: #fff;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer__grid {
  align-items: start;
}

.footer-list,
.footer-menu {
  display: grid;
  gap: 0.65rem;
  list-style: none;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

input,
textarea,
select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

@media (min-width: 720px) {
  .section {
    padding: 5.6rem 0;
  }

  .section-heading {
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
  }

  .hero__visual,
  .testimonial-grid,
  .journey-grid,
  .results-cards,
  .gallery-grid,
  .promo-grid,
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumera-intro {
    grid-template-columns: 1fr auto;
  }

  .gallery-tile--1,
  .gallery-tile--6 {
    min-height: 360px;
  }

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

  .experience-grid,
  .faq-layout,
  .results-layout,
  .cta-panel,
  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .mobile-cta-bar {
    display: none;
  }

  .menu-toggle {
    display: none;
  }

  .primary-navigation {
    position: static;
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .menu,
  .menu--fallback {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.3rem;
  }

  .primary-navigation__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0;
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 2rem;
    min-height: calc(100vh - 170px);
  }

  .hero--lumera {
    grid-template-columns: 1.05fr 0.95fr;
    text-align: left;
  }

  .hero--lumera .hero__content--centered {
    justify-items: start;
    order: 2;
    max-width: 34rem;
    margin-left: auto;
    padding-left: 2rem;
  }

  .hero--lumera .hero__actions {
    justify-content: flex-start;
  }

  .hero--lumera .hero__visual--portrait {
    order: 1;
    justify-items: start;
  }

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

  #treatments .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: 1.1fr 0.9fr 1fr;
  }

  .gallery-tile--1,
  .gallery-tile--5 {
    grid-row: span 2;
  }

  .pillar-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .experience-grid,
  .results-layout,
  .faq-layout {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
  }

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

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

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

  .treatment-hero,
  .cta-panel {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr;
  }
}
