/* ==========================================================================
   GROVE STAR BEAUTY SALON — style.css
   Light luxury theme · serif display headings + clean sans body
   Breakpoint-specific rules live in css/responsive.css
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design tokens
   -------------------------------------------------------------------------- */
:root {
  /* Palette */
  --ivory:      #FFF9F5;   /* page background */
  --cream:      #F8EFE8;   /* alternate section background */
  --blush:      #E8C6C0;   /* soft accents / blush sections */
  --rose:       #C98F87;   /* dusty rose accents */
  --mocha:      #725A52;   /* secondary brand tone */
  --burgundy:   #6F3A42;   /* primary brand tone (buttons, footer) */
  --white:      #FFFFFF;
  --charcoal:   #332F2D;   /* body text */

  --blush-soft: #F3DDD8;   /* derived: lighter blush for tints */
  --line:       rgba(114, 90, 82, .16);  /* hairline borders */

  /* Typography */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body:    "Jost", "Segoe UI", Helvetica, Arial, sans-serif;
  --font-script:  "Great Vibes", "Brush Script MT", cursive;

  /* Rhythm */
  --section-pad: clamp(4.5rem, 9vw, 7.5rem);
  --container:   1200px;
  --radius:      18px;
  --radius-lg:   28px;

  /* Motion */
  --ease: cubic-bezier(.22, .61, .36, 1);

  /* Layout constants */
  --header-h: 84px;
}

/* --------------------------------------------------------------------------
   2. Base / reset
   -------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px); /* anchor offset under sticky header */
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--charcoal);
  background: var(--ivory);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
ul  { list-style: none; }
a   { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.18;
  color: var(--charcoal);
}

::selection { background: var(--blush); color: var(--burgundy); }

.icon { width: 1.15em; height: 1.15em; vertical-align: -0.2em; flex: none; }

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* --------------------------------------------------------------------------
   3. Reusable layout & type helpers
   -------------------------------------------------------------------------- */
.container {
  width: min(100% - 3rem, var(--container));
  margin-inline: auto;
}

.section { padding-block: var(--section-pad); }
.section--cream { background: var(--cream); }
.section--blush { background: linear-gradient(180deg, var(--blush-soft), var(--cream)); }

.eyebrow {
  display: inline-block;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  max-width: 22ch;
  margin-bottom: 1.25rem;
}
.section-title em {
  font-style: italic;
  color: var(--burgundy);
}

.section-head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head .section-title { margin-inline: auto; }
.section-head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
}
.section-head--row .section-title { margin-inline: 0; margin-bottom: 0; }

.section-lede {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--mocha);
}

/* --------------------------------------------------------------------------
   4. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  padding: .8em 1.9em;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease),
              background-color .3s var(--ease), color .3s var(--ease);
}
.btn--lg { padding: 1em 2.3em; }

.btn--solid {
  background: var(--burgundy);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(111, 58, 66, .25);
}
.btn--solid:hover,
.btn--solid:focus-visible {
  background: var(--mocha);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(111, 58, 66, .32);
}

.btn--outline {
  border: 1.5px solid var(--burgundy);
  color: var(--burgundy);
  background: transparent;
}
.btn--outline:hover,
.btn--outline:focus-visible {
  background: var(--burgundy);
  color: var(--white);
  transform: translateY(-2px);
}

.btn--whatsapp {
  background: #1FAF57;
  color: var(--white);
}
.btn--whatsapp:hover { background: #178a44; transform: translateY(-2px); }

/* variants for use on dark imagery (hero slider) */
.btn--white {
  background: var(--white);
  color: var(--burgundy);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.btn--white:hover,
.btn--white:focus-visible {
  background: var(--blush-soft);
  transform: translateY(-2px);
}
.btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, .75);
  color: var(--white);
}
.btn--ghost:hover,
.btn--ghost:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--burgundy);
  transform: translateY(-2px);
}

/* subtle text link with a play badge (e.g. "Watch our salon tour") */
.link-play {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--burgundy);
}
.link-play__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush-soft);
  border: 1px solid var(--blush);
  color: var(--burgundy);
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.link-play__icon svg { margin-left: 2px; }
.link-play:hover .link-play__icon {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: var(--white);
  transform: scale(1.08);
}

.about__cta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
}

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  background: rgba(255, 249, 245, .85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: box-shadow .35s var(--ease), background-color .35s var(--ease);
}
/* solidifies + soft shadow once the page is scrolled (class added in main.js) */
.header.is-scrolled {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 10px 34px rgba(114, 90, 82, .12);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--header-h);
}

.header__brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  flex-shrink: 0;              /* never squeeze the brand — nav shrinks instead */
}
/* transparent full logo (trimmed margins) — no badge box needed */
.header__logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  transition: transform .35s var(--ease);
}
.header__brand:hover .header__logo { transform: scale(1.06) rotate(-3deg); }
.header__brand-text { line-height: 1.1; }
.header__brand-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.42rem;
  color: var(--burgundy);
  white-space: nowrap;
}
.header__brand-sub {
  display: block;
  font-size: .62rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--mocha);
  white-space: nowrap;
}

.nav__list { display: flex; gap: clamp(1rem, 2vw, 1.9rem); }
.nav__link {
  position: relative;
  font-size: .92rem;
  font-weight: 400;
  letter-spacing: .04em;
  padding-block: .4rem;
  transition: color .25s;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--rose);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}
.nav__link:hover,
.nav__link.is-active { color: var(--burgundy); }
.nav__link:hover::after,
.nav__link.is-active::after { transform: scaleX(1); }

.nav__mobile-actions { display: none; }

.header__actions { display: flex; align-items: center; gap: 1.1rem; }
.header__call {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 500;
  font-size: .95rem;
  color: var(--burgundy);
  white-space: nowrap;
}
.header__call:hover { color: var(--rose); }

/* Hamburger (hidden on desktop — shown in responsive.css) */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: .5rem; }
.hamburger span {
  width: 24px; height: 2px;
  background: var(--burgundy);
  border-radius: 2px;
  transition: transform .3s var(--ease), opacity .3s;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* --------------------------------------------------------------------------
   6. Hero — full-width slider with overlay content
   -------------------------------------------------------------------------- */
.hero { position: relative; }

.hero-swiper {
  width: 100%;
  height: clamp(560px, 92vh, 880px);
}

.hero-slide {
  position: relative;
  overflow: hidden;
}
.hero-slide__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* slow Ken Burns zoom on the visible slide */
.hero-swiper .swiper-slide-active .hero-slide__bg {
  animation: heroZoom 8s ease-out forwards;
}
@keyframes heroZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.09); }
}

/* readability overlay — deep charcoal/burgundy fading to the right */
.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(43, 27, 30, .78) 0%,
      rgba(43, 27, 30, .52) 46%,
      rgba(43, 27, 30, .18) 78%,
      rgba(43, 27, 30, .05) 100%),
    linear-gradient(0deg, rgba(43, 27, 30, .35) 0%, transparent 26%);
}

/* overlay content */
.hero-slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: var(--header-h);   /* clear the fixed header */
}

.hero-slide__eyebrow {
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--blush);
  margin-bottom: 1.1rem;
}

.hero-slide__title {
  font-size: clamp(2.3rem, 5.2vw, 4.1rem);
  line-height: 1.12;
  color: var(--white);
  margin-bottom: 1.3rem;
  text-shadow: 0 3px 26px rgba(0, 0, 0, .25);
}

/* attractive script accent inside headlines */
.script {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1;
  color: var(--blush);
  letter-spacing: .01em;
}

.hero-slide__text {
  max-width: 52ch;
  font-size: 1.06rem;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 2.2rem;
}

.hero-slide__cta { display: flex; flex-wrap: wrap; gap: 1rem; }

/* content entrance — staggered rise on the active slide */
.hero-slide__content > * {
  opacity: 0;
  transform: translateY(38px);
}
.swiper-slide-active .hero-slide__content > * {
  animation: heroContentUp .9s var(--ease) forwards;
}
.swiper-slide-active .hero-slide__content > *:nth-child(1) { animation-delay: .15s; }
.swiper-slide-active .hero-slide__content > *:nth-child(2) { animation-delay: .3s; }
.swiper-slide-active .hero-slide__content > *:nth-child(3) { animation-delay: .45s; }
.swiper-slide-active .hero-slide__content > *:nth-child(4) { animation-delay: .6s; }
@keyframes heroContentUp {
  to { opacity: 1; transform: translateY(0); }
}
/* never hide the headline if JS/animations are unavailable */
html:not(.has-js) .hero-slide__content > * { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .hero-slide__content > * { opacity: 1 !important; transform: none !important; }
}

/* slider arrows */
.hero-swiper__arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .6);
  color: var(--white);
  font-size: 1.15rem;
  display: grid;
  place-items: center;
  backdrop-filter: blur(3px);
  transition: background .3s, color .3s, border-color .3s;
}
.hero-swiper__arrow--prev { left: clamp(.8rem, 2.5vw, 2.2rem); }
.hero-swiper__arrow--next { right: clamp(.8rem, 2.5vw, 2.2rem); }
.hero-swiper__arrow:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--burgundy);
}

/* slider pagination */
.hero-swiper__pagination.swiper-pagination { bottom: 26px; z-index: 10; }
.hero-swiper__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: var(--white);
  opacity: .5;
  transition: opacity .3s, transform .3s;
}
.hero-swiper__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.3);
}

/* scroll indicator */
.hero__scroll {
  position: absolute;
  z-index: 10;
  right: clamp(1.2rem, 4vw, 3rem);
  bottom: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  font-size: .7rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}
.hero__scroll-line {
  width: 1.5px;
  height: 42px;
  background: linear-gradient(rgba(255, 255, 255, .9), transparent);
  animation: scrollPulse 2.2s var(--ease) infinite;
}
@keyframes scrollPulse {
  0%   { transform: scaleY(0); transform-origin: top; }
  45%  { transform: scaleY(1); transform-origin: top; }
  55%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* trust strip below the slider */
.hero-trust {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.hero-trust__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem 3.5rem;
  padding-block: 1.05rem;
  font-size: .92rem;
  color: var(--mocha);
}
.hero-trust__list li { display: inline-flex; align-items: center; gap: .5rem; }
.hero-trust__list .icon { color: var(--rose); }
.hero-trust__stars { color: #E8A33D; letter-spacing: .12em; }

/* --------------------------------------------------------------------------
   7. About — asymmetric overlap
   -------------------------------------------------------------------------- */
.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.about__media { position: relative; padding-bottom: 3.5rem; }
.about__img-main {
  width: 86%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 26px 54px rgba(114, 90, 82, .2);
}
.about__img-main img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.about__img-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 6px solid var(--ivory);
  box-shadow: 0 20px 42px rgba(114, 90, 82, .26);
}
.about__img-small img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.about__deco {
  position: absolute;
  top: -2rem; left: -2rem;
  width: 130px; height: 130px;
  border: 1.5px solid var(--blush);
  border-radius: 50%;
  z-index: -1;
}

.about__content p { margin-bottom: 1.1rem; }
.about__points { margin: 1.4rem 0 2rem; display: grid; gap: .7rem; }
.about__points li {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 400;
}
.about__points li::before {
  content: "";
  position: absolute;
  left: 0; top: .55em;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px var(--blush-soft);
}

/* --------------------------------------------------------------------------
   8. Services — feature grid
   -------------------------------------------------------------------------- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.8rem;
}
/* balanced 3×2 layout: the hair card spans two rows,
   the other four cards fill the remaining cells */
.service-card--tall { grid-row: span 2; }

.service-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(114, 90, 82, .1);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(114, 90, 82, .18);
}

/* framed, arch-topped image — echoes the salon's arch mirrors */
.service-card__media {
  position: relative;
  overflow: hidden;
  margin: 1.1rem 1.1rem 0;
  border-radius: 84px 84px 16px 16px;
}
.service-card__media img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.service-card--tall .service-card__media img { height: 100%; min-height: 340px; }
.service-card--tall .service-card__media { flex: 1; }
.service-card:hover .service-card__media img { transform: scale(1.06); }

/* portrait henna photo: crop towards the hand and flowers */
.service-card--henna .service-card__media img { object-position: 50% 78%; }

/* soft burgundy tint sweeps in on hover */
.service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(111, 58, 66, .38));
  opacity: 0;
  transition: opacity .4s var(--ease);
  pointer-events: none;
}
.service-card:hover .service-card__media::after { opacity: 1; }

/* numbered badge on each image */
.service-card__num {
  position: absolute;
  right: .9rem;
  bottom: .9rem;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 249, 245, .92);
  color: var(--burgundy);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  box-shadow: 0 8px 18px rgba(51, 47, 45, .18);
}

.services__more { text-align: center; margin-top: 2.4rem; }

.service-card__body { padding: 1.4rem 1.7rem 1.8rem; }
.service-card__body::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  background: var(--rose);
  margin-bottom: .9rem;
}
.service-card__title { font-size: 1.45rem; margin-bottom: .55rem; }
.service-card__body p { font-size: .95rem; color: var(--mocha); margin-bottom: 1rem; }

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .85rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.service-card__link span { transition: transform .3s var(--ease); }
.service-card__link:hover span { transform: translateX(5px); }

/* --------------------------------------------------------------------------
   9. Bridal
   -------------------------------------------------------------------------- */
.bridal__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.bridal__media { position: relative; }
.bridal__media img {
  width: 100%;
  aspect-ratio: 3 / 3.7;
  object-fit: cover;
  border-radius: 200px 200px var(--radius-lg) var(--radius-lg); /* arch shape */
  box-shadow: 0 30px 60px rgba(111, 58, 66, .22);
}
.bridal__frame {
  position: absolute;
  inset: -1.2rem;
  border: 1.5px solid var(--rose);
  border-radius: 220px 220px var(--radius-lg) var(--radius-lg);
  opacity: .5;
  pointer-events: none;
}

.bridal__content p { margin-bottom: 1.2rem; max-width: 58ch; }
.bridal__list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin: 1.2rem 0 2rem;
}
.bridal__list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .42em 1.2em;
  font-size: .88rem;
  font-weight: 400;
  color: var(--mocha);
}
.bridal__cta { display: flex; flex-wrap: wrap; gap: 1rem; }

/* --------------------------------------------------------------------------
   10. Transformations slider
   -------------------------------------------------------------------------- */
.transform__nav { display: flex; gap: .7rem; }
.transform__arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--burgundy);
  color: var(--burgundy);
  font-size: 1.1rem;
  display: grid;
  place-items: center;
  transition: background .3s, color .3s, transform .3s;
}
.transform__arrow:hover { background: var(--burgundy); color: var(--white); transform: translateY(-2px); }

.transform__swiper { overflow: hidden; padding-bottom: .5rem; }
.transform__card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(114, 90, 82, .14);
}
.transform__card img {
  width: 100%;
  aspect-ratio: 3 / 3.9;
  object-fit: cover;
  transition: transform .7s var(--ease);
}
.transform__card:hover img { transform: scale(1.05); }
.transform__card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2.4rem 1.5rem 1.4rem;
  background: linear-gradient(transparent, rgba(51, 47, 45, .78));
  color: var(--white);
}
.transform__card h3 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}
.transform__tag {
  display: inline-block;
  font-size: .68rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .22);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  padding: .3em 1em;
  margin-bottom: .5rem;
}

/* --------------------------------------------------------------------------
   11. Why choose us
   -------------------------------------------------------------------------- */
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.why-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2rem 1.9rem;
  border-top: 3px solid transparent;
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.why-item:hover {
  border-top-color: var(--rose);
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(114, 90, 82, .14);
}
.why-item__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--rose);
}
.why-item h3 { font-size: 1.28rem; margin: .5rem 0 .5rem; }
.why-item p  { font-size: .95rem; color: var(--mocha); }

/* --------------------------------------------------------------------------
   11b. Team — Meet Our Experts (mirrored editorial overlap)
   -------------------------------------------------------------------------- */
.team__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}

.team__content p { margin-bottom: 1.1rem; }
.team__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}

.team__media { position: relative; padding-bottom: 5.5rem; }
.team__img-main {
  width: 86%;
  margin-left: auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 26px 54px rgba(114, 90, 82, .2);
}
/* 3:2 matches the group photo so no team member is cropped out */
.team__img-main img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.team__img-small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 6px solid var(--ivory);
  box-shadow: 0 20px 42px rgba(114, 90, 82, .26);
}
.team__img-small img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.team__deco {
  position: absolute;
  top: -2rem; right: -2rem;
  width: 130px; height: 130px;
  border: 1.5px solid var(--blush);
  border-radius: 50%;
  z-index: -1;
}

/* --------------------------------------------------------------------------
   12. Gallery — masonry + filters + lightbox
   -------------------------------------------------------------------------- */
/* salon tour video (lives beside the map in the Contact section) */
.tour-video {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(114, 90, 82, .18);
  line-height: 0;
}
.tour-video video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--charcoal);
}
.tour-video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 249, 245, .94);
  color: var(--burgundy);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .32);
  transition: transform .3s var(--ease), background .3s;
}
.tour-video__play svg { margin-left: 4px; }
.tour-video__play:hover {
  transform: scale(1.08);
  background: var(--white);
}
@media (prefers-reduced-motion: no-preference) {
  .tour-video__play::before {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 249, 245, .65);
    animation: playPulse 2.2s ease-out infinite;
  }
  @keyframes playPulse {
    0%   { transform: scale(.72); opacity: 1; }
    100% { transform: scale(1.18); opacity: 0; }
  }
}
.tour-video__caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 2.4rem 1.7rem 1rem;
  background: linear-gradient(transparent, rgba(43, 27, 30, .68));
  color: var(--white);
  font-size: .92rem;
  line-height: 1.45;
}
/* once playing, hand the frame over to the native controls */
.tour-video.is-playing .tour-video__play,
.tour-video.is-playing .tour-video__caption { display: none; }
.gallery__filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .6rem;
  margin-bottom: 2.6rem;
}
.gallery__filter {
  padding: .55em 1.6em;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: .88rem;
  letter-spacing: .05em;
  color: var(--mocha);
  transition: all .3s var(--ease);
}
.gallery__filter:hover { border-color: var(--rose); color: var(--burgundy); }
.gallery__filter.is-active {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: var(--white);
}

/* CSS-columns masonry */
.gallery__masonry {
  columns: 3;
  column-gap: 1.4rem;
}
.gallery__item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 1.4rem;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 12px 28px rgba(114, 90, 82, .12);
}
.gallery__item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.gallery__item--tall img { aspect-ratio: 3 / 4; }
.gallery__item:hover img { transform: scale(1.06); }

.gallery__item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 2rem 1.2rem .9rem;
  background: linear-gradient(transparent, rgba(51, 47, 45, .72));
  color: var(--white);
  font-size: .88rem;
  letter-spacing: .08em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.gallery__item:hover figcaption { opacity: 1; transform: translateY(0); }

.gallery__item.is-hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background: rgba(51, 47, 45, .9);
}
.lightbox.is-open { display: flex; }
.lightbox__figure { max-width: min(1000px, 88vw); text-align: center; }
.lightbox__figure img {
  max-height: 78vh;
  width: auto;
  max-width: 100%;
  margin-inline: auto;
  border-radius: var(--radius);
}
.lightbox__figure figcaption { color: var(--blush); margin-top: .8rem; letter-spacing: .1em; }
.lightbox__close {
  position: absolute;
  top: 1.2rem; right: 1.6rem;
  font-size: 2.4rem;
  color: var(--white);
  line-height: 1;
}
.lightbox__arrow {
  width: 52px; height: 52px;
  flex: none;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .5);
  color: var(--white);
  display: grid;
  place-items: center;
  transition: background .3s;
}
.lightbox__arrow:hover { background: rgba(255, 255, 255, .15); }

/* --------------------------------------------------------------------------
   13. Offers
   -------------------------------------------------------------------------- */
.offers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  align-items: stretch;
}

.offer-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2.1rem;
  box-shadow: 0 16px 38px rgba(114, 90, 82, .12);
  border: 1px solid var(--line);
}
.offer-card--featured {
  background: var(--burgundy);
  color: var(--blush-soft);
  border: 0;
  box-shadow: 0 24px 50px rgba(111, 58, 66, .35);
}

.offer-card__label {
  font-size: .8rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--rose);
  margin-bottom: .6rem;
}
.offer-card--featured .offer-card__label { color: var(--blush); }

.offer-card__price {
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 1;
  color: var(--burgundy);
  margin-bottom: 1.4rem;
}
.offer-card__price span { font-size: 1.1rem; letter-spacing: .1em; margin-right: .2rem; }
.offer-card--featured .offer-card__price { color: var(--white); }

.offer-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .45rem .9rem;
  font-size: .92rem;
  margin-bottom: 1.8rem;
  flex: 1;
}
.offer-card__list li {
  position: relative;
  padding-left: 1.15rem;
}
.offer-card__list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--rose);
  font-size: .7em;
  top: .45em;
}
.offer-card--featured .offer-card__list li::before { color: var(--blush); }

.offer-card__btn { margin-top: auto; align-self: flex-start; }
.offer-card--featured .offer-card__btn {
  background: var(--white);
  color: var(--burgundy);
  box-shadow: none;
}
.offer-card--featured .offer-card__btn:hover { background: var(--blush-soft); }

.offer-card__package { padding-block: 1rem; border-bottom: 1px dashed var(--line); }
.offer-card__package:last-of-type { margin-bottom: 1.6rem; }
.offer-card__package h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 1.2rem;
}
.offer-card__package h3 span {
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 600;
  color: var(--burgundy);
  white-space: nowrap;
}
.offer-card__package p { font-size: .85rem; color: var(--mocha); margin-top: .3rem; }

/* --------------------------------------------------------------------------
   14. Reviews
   -------------------------------------------------------------------------- */
.reviews__g { width: 1.3em; height: 1.3em; }
.reviews__swiper { overflow: hidden; padding-bottom: 3rem; }

.review-card {
  height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2.2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  box-shadow: 0 12px 30px rgba(114, 90, 82, .08);
}
.review-card__stars { color: #E8A33D; letter-spacing: .18em; font-size: 1.05rem; }
.review-card p { font-size: .98rem; color: var(--charcoal); flex: 1; }
.review-card footer { display: flex; align-items: center; gap: .9rem; }
.review-card__avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--blush-soft);
  color: var(--burgundy);
  font-family: var(--font-display);
  font-size: 1.3rem;
  display: grid;
  place-items: center;
}
.review-card cite { font-style: normal; font-weight: 500; display: block; }
.review-card small { color: var(--mocha); }

.reviews__pagination .swiper-pagination-bullet { background: var(--rose); opacity: .35; }
.reviews__pagination .swiper-pagination-bullet-active { background: var(--burgundy); opacity: 1; }

/* --------------------------------------------------------------------------
   15. Instagram
   -------------------------------------------------------------------------- */
.insta__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .9rem;
}
.insta__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.insta__item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.insta__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(111, 58, 66, .55), rgba(201, 143, 135, .45));
  opacity: 0;
  transition: opacity .35s var(--ease);
}
.insta__item:hover img { transform: scale(1.08); }
.insta__item:hover::after { opacity: 1; }
.insta__cta { text-align: center; margin-top: 2.4rem; }

/* --------------------------------------------------------------------------
   16. FAQ accordion
   -------------------------------------------------------------------------- */
.faq__wrap { max-width: 820px; }
.faq__list { display: grid; gap: 1rem; }

.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow .3s var(--ease);
}
.faq__item[open] { box-shadow: 0 14px 32px rgba(114, 90, 82, .12); }

.faq__item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.6rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  cursor: pointer;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--rose);
  transition: transform .3s var(--ease);
  flex: none;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p {
  padding: 0 1.6rem 1.4rem;
  color: var(--mocha);
  font-size: .98rem;
}

/* --------------------------------------------------------------------------
   17. Contact & appointment
   -------------------------------------------------------------------------- */
.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 3rem;
}

.contact__form {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  box-shadow: 0 18px 44px rgba(114, 90, 82, .12);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.form-field { margin-bottom: 1.2rem; }
.form-field label {
  display: block;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mocha);
  margin-bottom: .4rem;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font: inherit;
  font-size: .98rem;
  color: var(--charcoal);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .8em 1em;
  transition: border-color .3s, box-shadow .3s;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(201, 143, 135, .18);
}
.form-field input.is-invalid,
.form-field select.is-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, .12);
}
.contact__submit { width: 100%; }
.contact__form-note { margin-top: 1rem; font-size: .92rem; color: var(--burgundy); text-align: center; }

/* info panel — soft gradient card with icon badges */
.contact__info {
  display: grid;
  align-content: start;
  background: linear-gradient(168deg, var(--white) 0%, var(--cream) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.9rem;
  box-shadow: 0 18px 44px rgba(114, 90, 82, .12);
}

.contact__block {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1.05rem;
  padding: 1.3rem 0;
}
.contact__block + .contact__block { border-top: 1px dashed var(--blush); }

.contact__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush-soft);
  border: 1px solid var(--blush);
  color: var(--burgundy);
}

.contact__block h3 {
  font-size: 1.18rem;
  margin-bottom: .4rem;
  color: var(--burgundy);
}
.contact__block p { color: var(--mocha); font-size: .97rem; }
.contact__block a { color: var(--burgundy); font-weight: 400; border-bottom: 1px solid var(--blush); }
.contact__block a:hover { color: var(--rose); }

/* phone number stands out */
.contact__phone {
  font-family: var(--font-display);
  font-size: 1.45rem;
  border-bottom: none !important;
  letter-spacing: .02em;
}

/* WhatsApp pill */
.contact__wa {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .55rem;
  padding: .42rem 1.05rem;
  border-radius: 999px;
  background: #1FAF57;
  color: var(--white) !important;
  font-size: .88rem;
  font-weight: 500;
  border-bottom: none !important;
  transition: background .3s, transform .3s;
}
.contact__wa:hover { background: #178a44; color: var(--white) !important; transform: translateY(-2px); }

/* working hours with dotted leaders */
.contact__hours { display: grid; gap: .35rem; }
.contact__hours li {
  display: flex;
  align-items: baseline;
  gap: .6rem;
  font-size: .95rem;
  color: var(--mocha);
}
.contact__hours .dots {
  flex: 1;
  border-bottom: 1px dotted var(--rose);
  transform: translateY(-4px);
}
.contact__open-badge {
  display: inline-block;
  margin-top: .75rem;
  padding: .32rem .95rem;
  border-radius: 999px;
  background: var(--blush-soft);
  border: 1px solid var(--blush);
  color: var(--burgundy);
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .04em;
}

/* video + map side by side */
.contact__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  align-items: stretch;
}

.contact__map {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(114, 90, 82, .14);
  line-height: 0;
  height: 100%;
}
.contact__map iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}
.contact__map-link {
  text-align: center;
  margin-top: 1rem;
  font-size: .95rem;
}
.contact__map-link a {
  color: var(--burgundy);
  font-weight: 400;
  border-bottom: 1px solid var(--blush);
}
.contact__map-link a:hover { color: var(--rose); }

/* --------------------------------------------------------------------------
   18. Footer (only dark surface on the site)
   -------------------------------------------------------------------------- */
.footer {
  background: var(--burgundy);
  color: var(--blush-soft);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
  padding-block: 4rem 3rem;
}
.footer__logo {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.1rem;
  border: 3px solid rgba(255, 255, 255, .25);
}
.footer__brand p { font-size: .95rem; margin-bottom: 1.1rem; max-width: 34ch; }
.footer__social {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--white);
  font-weight: 400;
  transition: color .3s;
}
.footer__social:hover { color: var(--blush); }

.footer__col h3 {
  color: var(--white);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.footer__col ul { display: grid; gap: .55rem; font-size: .95rem; }
.footer__col a { transition: color .25s; }
.footer__col a:hover { color: var(--white); }
.footer__contact a { border-bottom: 1px solid rgba(255, 255, 255, .3); }

.footer__bar {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-block: 1.1rem;
  font-size: .85rem;
}
.footer__bar-inner { text-align: center; }

/* --------------------------------------------------------------------------
   19. Sticky mobile action bar (visible on small screens only)
   -------------------------------------------------------------------------- */
.mobile-bar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 95;
  display: none;   /* enabled in responsive.css */
  gap: 1px;
  box-shadow: 0 -8px 24px rgba(51, 47, 45, .18);
}
.mobile-bar__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1rem .5rem;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mobile-bar__btn--wa   { background: #1FAF57; color: var(--white); }
.mobile-bar__btn--book { background: var(--burgundy); color: var(--white); }

/* --------------------------------------------------------------------------
   19b. Inner pages — page hero, service detail rows, CTA banner
   -------------------------------------------------------------------------- */
/* slim banner at the top of about / services / contact pages */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + clamp(3rem, 7vw, 5.5rem)) 0 clamp(2.6rem, 5vw, 4rem);
  background:
    radial-gradient(560px 280px at 88% 20%, var(--blush-soft) 0%, transparent 70%),
    radial-gradient(480px 260px at 8% 90%, var(--cream) 0%, transparent 72%),
    var(--ivory);
  border-bottom: 1px solid var(--line);
  text-align: center;
  overflow: hidden;
}
.page-hero__crumb {
  font-size: .8rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 1rem;
}
.page-hero__crumb a { color: var(--mocha); }
.page-hero__crumb a:hover { color: var(--burgundy); }
.page-hero__title {
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  max-width: 22ch;
  margin-inline: auto;
}
.page-hero__title em { font-style: italic; color: var(--burgundy); }
.page-hero__lede {
  max-width: 62ch;
  margin: 1.1rem auto 0;
  color: var(--mocha);
}

/* variant: photographic banner with a burgundy-charcoal overlay */
.page-hero--img { border-bottom: none; }
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(43, 27, 30, .58) 0%,
    rgba(43, 27, 30, .66) 60%,
    rgba(43, 27, 30, .74) 100%);
}
.page-hero--img .container { position: relative; z-index: 2; }
.page-hero--img .page-hero__title { color: var(--white); text-shadow: 0 3px 22px rgba(0, 0, 0, .3); }
.page-hero--img .page-hero__title em { color: var(--blush); }
.page-hero--img .page-hero__crumb { color: var(--blush); }
.page-hero--img .page-hero__crumb a { color: rgba(255, 255, 255, .85); }
.page-hero--img .page-hero__crumb a:hover { color: var(--white); }
.page-hero--img .page-hero__lede { color: rgba(255, 255, 255, .92); }

/* reviews page: static grid instead of the homepage slider */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
}
.reviews-grid .review-card { height: 100%; }
.reviews__cta { text-align: center; margin-top: 2.6rem; }

/* alternating image + content rows on the services page */
.svc-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(2.4rem, 5vw, 5rem);
  align-items: center;
  padding-block: clamp(2.2rem, 4.5vw, 3.6rem);
}
.svc-row + .svc-row { border-top: 1px dashed var(--blush); }
.svc-row--flip .svc-row__media { order: 2; }

.svc-row__media {
  border-radius: 110px 110px 18px 18px;   /* arch frame, echoes the salon */
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(114, 90, 82, .16);
}
.svc-row__media img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}
.svc-row__num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--rose);
  letter-spacing: .18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
}
.svc-row__title { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-bottom: .8rem; }
.svc-row__title em { font-style: italic; color: var(--burgundy); }
.svc-row p { color: var(--mocha); margin-bottom: 1.1rem; }

/* pill list of individual treatments */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-bottom: 1.5rem;
}
.chips li {
  background: var(--white);
  border: 1px solid var(--blush);
  color: var(--charcoal);
  border-radius: 999px;
  padding: .34rem 1rem;
  font-size: .88rem;
}

/* light CTA banner used at the bottom of inner pages */
.cta-banner {
  background:
    radial-gradient(420px 220px at 12% 10%, var(--blush-soft) 0%, transparent 70%),
    linear-gradient(160deg, var(--cream), var(--ivory));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(2.2rem, 5vw, 3.6rem);
  text-align: center;
  box-shadow: 0 18px 44px rgba(114, 90, 82, .1);
}
.cta-banner__title { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: .7rem; }
.cta-banner__title em { font-style: italic; color: var(--burgundy); }
.cta-banner p { color: var(--mocha); max-width: 56ch; margin: 0 auto 1.6rem; }
.cta-banner__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* --------------------------------------------------------------------------
   20. Animation initial states (elements revealed by GSAP in main.js)
        Applied only when JS is running (html.has-js) so content is never
        hidden if JavaScript fails to load.
   -------------------------------------------------------------------------- */
html.has-js [data-animate="fade-up"]    { opacity: 0; transform: translateY(34px); }
html.has-js [data-animate="fade-left"]  { opacity: 0; transform: translateX(-44px); }
html.has-js [data-animate="fade-right"] { opacity: 0; transform: translateX(44px); }
html.has-js [data-animate="zoom-in"]    { opacity: 0; transform: scale(.92); }
html.has-js [data-animate="reveal"]     { clip-path: inset(0 0 100% 0); }
html.has-js.reduced-motion [data-animate="fade-up"],
html.has-js.reduced-motion [data-animate="fade-left"],
html.has-js.reduced-motion [data-animate="fade-right"],
html.has-js.reduced-motion [data-animate="zoom-in"],
html.has-js.reduced-motion [data-animate="reveal"] {
  opacity: 1; transform: none; clip-path: none;
}

/* --------------------------------------------------------------------------
   21. Ambient micro-animations
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  /* slowly revolving dashed deco circles (about / team) */
  .about__deco,
  .team__deco {
    border-style: dashed;
    animation: spinSlow 50s linear infinite;
  }
  @keyframes spinSlow { to { transform: rotate(360deg); } }

  /* shine sweep across solid buttons on hover */
  .btn--solid { position: relative; overflow: hidden; }
  .btn--solid::after {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 45%;
    height: 100%;
    background: linear-gradient(105deg,
      transparent, rgba(255, 255, 255, .32), transparent);
    transform: skewX(-20deg);
    transition: left .65s ease;
    pointer-events: none;
  }
  .btn--solid:hover::after { left: 135%; }
}
