/* ═══════════════════════════════════════════════════════
   AURE STUDIO — The People Groomers
   Quiet-luxury design system
   ═══════════════════════════════════════════════════════ */

:root {
  /* Brand — sampled from the Aure logo */
  --ivory: #f4f2ef;
  --ivory-deep: #ece8e2;
  --espresso: #4c433b;
  --ink: #2d2823;
  --gold: #aa784b;
  --gold-soft: #c49a6e;
  /* Deeper gold for small text on light backgrounds — meets WCAG AA (≈5:1),
     while brand --gold stays on graphics, large display type and CTAs. */
  --gold-ink: #8a5a30;
  --line: rgba(76, 67, 59, .16);
  --line-light: rgba(244, 242, 239, .18);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Jost", "Helvetica Neue", sans-serif;

  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  /* Keep anchored sections clear of the fixed header */
  scroll-padding-top: 96px;
}

/* Skip link for keyboard users */
.skip-link {
  position: fixed;
  top: 0; left: 50%;
  transform: translate(-50%, -120%);
  z-index: 200;
  background: var(--espresso);
  color: var(--ivory);
  padding: .7rem 1.4rem;
  font-size: .72rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  transition: transform .3s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); outline: 2px solid var(--gold); outline-offset: 2px; }

/* Visible keyboard focus indicator throughout */
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 2px;
}

body {
  font-family: var(--font-sans);
  font-weight: 300;
  color: var(--espresso);
  background: var(--ivory);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: var(--ivory); }

.container { width: min(1240px, 90vw); margin: 0 auto; }
.container--narrow { width: min(860px, 90vw); }

/* ─────────── Typography helpers ─────────── */
.eyebrow {
  font-size: .72rem;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--gold-ink);
  margin-bottom: 1.4rem;
}
.eyebrow--light { color: var(--ivory); opacity: .85; }
.eyebrow--gold { color: var(--gold-soft); }

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.4rem, 4.6vw, 3.9rem);
  line-height: 1.12;
  letter-spacing: .01em;
  color: var(--espresso);
}
.section-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--gold);
}
.section-title--light { color: var(--ivory); }

.section-head { text-align: center; margin-bottom: clamp(3rem, 6vw, 5rem); }

/* ─────────── Buttons ─────────── */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 1.05rem 2.4rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .5s var(--ease);
}
.btn--gold {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.btn--gold:hover {
  background: transparent;
  color: var(--gold);
}
.btn--ghost {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}
.btn--full { width: 100%; }

/* ─────────── Preloader ─────────── */
.preloader {
  position: fixed; inset: 0; z-index: 100;
  background: var(--ivory);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2rem;
  transition: opacity .8s var(--ease), visibility .8s;
}
.preloader__logo { width: min(280px, 60vw); animation: fadeUp 1.1s var(--ease) both; }
.preloader__line {
  width: min(280px, 60vw); height: 1px;
  background: var(--line);
  overflow: hidden;
}
.preloader__line span {
  display: block; height: 100%; width: 100%;
  background: var(--gold);
  transform: translateX(-100%);
  animation: loadbar 1.4s .2s var(--ease) forwards;
}
.preloader.is-done { opacity: 0; visibility: hidden; }
@keyframes loadbar { to { transform: translateX(0); } }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* ─────────── Header ─────────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .6s var(--ease), box-shadow .6s var(--ease), transform .5s var(--ease);
}
.header__inner {
  width: min(1360px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1.1rem 0;
  transition: padding .5s var(--ease);
}
.header__nav { display: flex; align-items: center; gap: 2.4rem; }
.header__nav--left { justify-content: flex-start; }
.header__nav--right { justify-content: flex-end; }
.header__link {
  font-size: .72rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding: .3rem 0;
  transition: color .4s;
}
.header__link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0); transform-origin: right;
  transition: transform .5s var(--ease);
}
.header__link:hover::after { transform: scaleX(1); transform-origin: left; }
.header__brand { display: flex; justify-content: center; }
.header__logo {
  height: 58px;
  transition: height .5s var(--ease), filter .5s;
  /* logo on dark hero: lift to white via filter */
  filter: brightness(0) invert(1);
}
.header__cta {
  font-size: .68rem;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .6);
  padding: .65rem 1.4rem;
  transition: all .45s var(--ease);
}
.header__cta:hover { background: var(--gold); border-color: var(--gold); }

.header.is-solid { background: rgba(244, 242, 239, .92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.header.is-solid .header__inner { padding: .7rem 0; }
.header.is-solid .header__link { color: var(--espresso); }
.header.is-solid .header__logo { filter: none; height: 48px; }
.header.is-solid .header__cta { color: var(--gold); border-color: var(--gold); }
.header.is-solid .header__cta:hover { color: #fff; }
.header.is-hidden { transform: translateY(-100%); }

.header__burger {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 34px; height: 26px;
  position: relative;
  justify-self: end;
}
.header__burger span {
  position: absolute; left: 0; width: 100%; height: 1.5px;
  background: #fff;
  transition: all .4s var(--ease);
}
.header__burger span:first-child { top: 8px; }
.header__burger span:last-child { top: 17px; }
.header.is-solid .header__burger span { background: var(--espresso); }
body.menu-open .header__burger span { background: var(--espresso); }
body.menu-open .header__logo { filter: none; }
body.menu-open .header { background: transparent; box-shadow: none; }
body.menu-open .header__burger span:first-child { top: 12px; transform: rotate(45deg); }
body.menu-open .header__burger span:last-child { top: 12px; transform: rotate(-45deg); }

/* ─────────── Mobile menu ─────────── */
.mobmenu {
  position: fixed; inset: 0; z-index: 45;
  background: var(--ivory);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 3rem;
  opacity: 0; visibility: hidden;
  transition: opacity .5s var(--ease), visibility .5s;
}
body.menu-open .mobmenu { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
.mobmenu__nav { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; }
.mobmenu__nav a {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--espresso);
  transition: color .3s;
}
.mobmenu__nav a:hover { color: var(--gold); }
.mobmenu__cta {
  margin-top: 1rem;
  font-family: var(--font-sans) !important;
  font-size: .8rem !important;
  letter-spacing: .28em;
  text-transform: uppercase;
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 1rem 2.2rem;
}
.mobmenu__foot {
  font-size: .7rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold);
}

/* ─────────── Hero ─────────── */
.hero {
  position: relative;
  height: 100svh;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero__media { position: absolute; inset: 0; }
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  animation: kenburns 14s var(--ease) forwards;
}
@keyframes kenburns { to { transform: scale(1); } }
.hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(30, 25, 20, .55) 0%, rgba(30, 25, 20, .25) 40%, rgba(30, 25, 20, .55) 100%);
}
.hero__content { position: relative; z-index: 2; width: min(880px, 90vw); color: #fff; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: 1.06;
  letter-spacing: .015em;
  margin-bottom: 1.6rem;
}
.hero__title em { font-style: italic; color: var(--gold-soft); }
.hero__sub {
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
  font-weight: 300;
  letter-spacing: .04em;
  max-width: 560px;
  margin: 0 auto 2.6rem;
  opacity: .92;
}
.hero__actions { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex; flex-direction: column; align-items: center; gap: .8rem;
  color: #fff;
}
.hero__scroll-label { font-size: .62rem; letter-spacing: .4em; text-transform: uppercase; opacity: .8; }
.hero__scroll-line {
  width: 1px; height: 72px;
  background: rgba(255, 255, 255, .35);
  position: relative; overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 100%; height: 50%;
  background: #fff;
  animation: scrollhint 2.2s ease-in-out infinite;
}
@keyframes scrollhint { 60%, 100% { top: 110%; } }

/* ─────────── Philosophy ─────────── */
.philosophy { padding: clamp(6rem, 11vw, 10rem) 0; text-align: center; }
.philosophy__statement {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3.4vw, 2.9rem);
  line-height: 1.35;
  max-width: 880px;
  margin: 0 auto clamp(4rem, 7vw, 6rem);
}
.philosophy__statement em { font-style: italic; color: var(--gold); }
.philosophy__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  text-align: left;
  border-top: 1px solid var(--line);
  padding-top: clamp(3rem, 5vw, 4.5rem);
}
.philosophy__num {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--gold-ink);
  font-size: 1.1rem;
  display: block;
  margin-bottom: .9rem;
}
.philosophy__col h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: .04em;
  margin-bottom: .7rem;
}
.philosophy__col p { font-size: .92rem; opacity: .85; }

/* ─────────── Services ─────────── */
.services { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--ivory-deep); }
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 2.5vw, 2.4rem);
}
.service { display: block; background: var(--ivory); transition: box-shadow .6s var(--ease), transform .6s var(--ease); }
.service:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(76, 67, 59, .35); }
.service__media { overflow: hidden; aspect-ratio: 4 / 5; }
.service__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease);
}
.service:hover .service__media img { transform: scale(1.06); }
.service__body { padding: 2rem 1.8rem 2.2rem; position: relative; }
.service__num {
  position: absolute; top: -1.2rem; right: 1.6rem;
  font-family: var(--font-display); font-style: italic;
  font-size: 2.6rem; color: var(--gold);
  background: var(--ivory);
  padding: 0 .6rem;
  line-height: 1;
}
.service__name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: .6rem;
}
.service__desc { font-size: .9rem; opacity: .85; margin-bottom: 1.4rem; }
.service__link {
  font-size: .7rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-ink); font-weight: 400;
}
.service__link i { font-style: normal; display: inline-block; transition: transform .4s var(--ease); }
.service:hover .service__link i { transform: translateX(6px); }

/* ─────────── Experience ─────────── */
.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
  width: min(1240px, 90vw);
  margin: 0 auto;
  padding: clamp(6rem, 10vw, 9rem) 0;
}
.experience__media { position: relative; }
.experience__media::before {
  content: "";
  position: absolute; inset: 1.4rem -1.4rem -1.4rem 1.4rem;
  border: 1px solid var(--gold);
  z-index: -1;
}
.experience__media img { aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.experience__text { margin: 1.6rem 0 1.8rem; opacity: .9; }
.experience__list { list-style: none; margin-bottom: 2.4rem; }
.experience__list li {
  padding: .75rem 0 .75rem 1.8rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  font-size: .92rem;
}
.experience__list li::before {
  content: "—";
  position: absolute; left: 0;
  color: var(--gold);
}
.experience__stats { display: flex; gap: clamp(2rem, 4vw, 3.5rem); }
.experience__stats strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 2.4rem;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.experience__stats span {
  font-size: .68rem; letter-spacing: .24em; text-transform: uppercase;
  opacity: .7;
}

/* ─────────── Gallery ─────────── */
.gallery { padding: clamp(5rem, 9vw, 8rem) 0; background: var(--ivory-deep); }
.gallery__grid {
  width: min(1360px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 240px;
  gap: 1rem;
}
.gallery__item { overflow: hidden; position: relative; margin: 0; }
.gallery__item--tall { grid-row: span 2; }
.gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s var(--ease), filter .8s;
}
.gallery__item:hover img { transform: scale(1.05); filter: brightness(1.05); }

/* ─────────── Voices ─────────── */
.voices { padding: clamp(6rem, 10vw, 9rem) 0; text-align: center; }
.voices__stage { position: relative; min-height: 220px; }
.voice {
  position: absolute; inset: 0;
  opacity: 0; visibility: hidden;
  transition: opacity 1s var(--ease), visibility 1s;
}
.voice.is-active { opacity: 1; visibility: visible; }
.voice p {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.voice cite {
  font-style: normal;
  font-size: .72rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-ink);
}
.voices__dots { display: flex; gap: .8rem; justify-content: center; margin-top: 2rem; }
.voices__dots button {
  width: 8px; height: 8px; border-radius: 50%;
  border: 1px solid var(--gold);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background .4s, transform .4s;
}
.voices__dots button.is-active { background: var(--gold); transform: scale(1.3); }

/* ─────────── Booking ─────────── */
.book { background: var(--espresso); color: var(--ivory); }
.book__inner {
  width: min(1240px, 90vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  padding: clamp(6rem, 10vw, 9rem) 0;
  align-items: start;
}
.book__text { opacity: .85; margin-bottom: 2.6rem; max-width: 460px; }
.book__meta { display: grid; gap: 1.6rem; }
.book__meta span {
  display: block;
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-soft);
  margin-bottom: .3rem;
}
.book__meta a, .book__meta p { font-size: 1.02rem; font-weight: 300; }
.book__meta a { border-bottom: 1px solid rgba(196, 154, 110, .5); transition: border-color .3s, color .3s; }
.book__meta a:hover { color: var(--gold-soft); border-color: var(--gold-soft); }

.book__form { display: grid; gap: 1.5rem; }
.field { display: grid; gap: .5rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field label {
  font-size: .65rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-soft);
}
.field label em { text-transform: none; letter-spacing: .05em; opacity: .7; }
.field input, .field select, .field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-light);
  color: var(--ivory);
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 1rem;
  padding: .55rem 0;
  outline: none;
  transition: border-color .4s;
  border-radius: 0;
}
.field select { appearance: none; cursor: pointer; }
.field select option { color: var(--espresso); background: var(--ivory); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-soft); }
.field input::placeholder, .field textarea::placeholder { color: rgba(244, 242, 239, .4); }
.field input[type="date"], .field input[type="time"] { color-scheme: dark; }
.field textarea { resize: vertical; }
.book__fine {
  font-size: .72rem;
  letter-spacing: .04em;
  opacity: .55;
  text-align: center;
}

/* ─────────── Footer ─────────── */
.footer { background: #3a332c; color: var(--ivory); padding: clamp(4rem, 7vw, 6rem) 0 2rem; }
.footer__top { display: flex; justify-content: center; margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.footer__logo { width: min(240px, 55vw); }
.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  padding: 3rem 0;
  text-align: center;
}
.footer__col h4 {
  font-size: .65rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 400;
  margin-bottom: .9rem;
}
.footer__col p { font-size: .92rem; opacity: .85; }
.footer__col a { transition: color .3s; }
.footer__col a:hover { color: var(--gold-soft); }
.footer__social { display: flex; gap: 1.4rem; justify-content: center; }
.footer__bar {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 1.8rem;
  font-size: .74rem;
  opacity: .65;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__up { letter-spacing: .2em; text-transform: uppercase; font-size: .66rem; }
.footer__up:hover { color: var(--gold-soft); }

/* ─────────── WhatsApp float ─────────── */
.wa-float {
  position: fixed;
  right: 1.6rem; bottom: 1.6rem;
  z-index: 40;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px -8px rgba(37, 211, 102, .55);
  transition: transform .4s var(--ease), box-shadow .4s;
}
.wa-float:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 16px 36px -8px rgba(37, 211, 102, .65); }

/* ─────────── Reveal animation ─────────── */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  transition-delay: var(--d, 0s);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__img { animation: none; transform: none; }
}

/* ─────────── Responsive ─────────── */
@media (max-width: 1024px) {
  .header__nav { display: none; }
  .header__inner { grid-template-columns: 1fr auto 1fr; }
  .header__brand { grid-column: 2; }
  .header__burger { display: block; grid-column: 3; }
  .services__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .experience { grid-template-columns: 1fr; }
  .experience__media { max-width: 480px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .book__inner { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .field-row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .philosophy__row { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
}
