/* =============================================
   MAYA — Professional Massage · Istanbul
   Onyx & Jade · Instrument Serif + DM Sans
   ============================================= */

/* ---------- Tokens ---------- */
:root {
  --bg:           #0F1F1A;   /* onyx forest */
  --bg-2:         #142822;   /* elevated surface */
  --bg-3:         #1B342B;   /* card / hover */
  --jade:         #1F4034;   /* deep jade */
  --jade-bright:  #2C5A48;
  --brass:        #D4B071;   /* primary accent */
  --brass-bright: #E5C589;
  --brass-deep:   #A88751;
  --cream:        #ECE4D2;   /* linen */
  --cream-soft:   #C8BFA8;
  --cream-mute:   #8C8676;
  --line:         rgba(212, 176, 113, 0.18);
  --line-soft:    rgba(236, 228, 210, 0.10);

  --text:         var(--cream);
  --text-mute:    rgba(236, 228, 210, 0.62);
  --text-faint:   rgba(236, 228, 210, 0.38);

  --display: "Instrument Serif", "Cormorant Garamond", "Times New Roman", serif;
  --sans:    "DM Sans", "Inter", system-ui, -apple-system, sans-serif;

  --max:     1280px;
  --gutter:  clamp(20px, 4vw, 56px);

  --ease-out: cubic-bezier(.16,.84,.32,1);
  --ease-in-out: cubic-bezier(.65,.05,.35,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img, svg, video { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; border-radius: 2px; }

/* ---------- Base ---------- */
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: clamp(15px, 0.95vw + 0.6rem, 17px);
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.005em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection { background: var(--brass); color: var(--bg); }

.skip-link {
  position: fixed; left: -200px; top: 8px; z-index: 200;
  background: var(--brass); color: var(--bg);
  padding: 10px 14px; border-radius: 4px;
}
.skip-link:focus { left: 8px; }

/* ---------- Atmosphere layers ---------- */
.grain {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.93  0 0 0 0 0.89  0 0 0 0 0.82  0 0 0 0.04 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: .35;
}

.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 100;
  pointer-events: none;
  background: rgba(212, 176, 113, 0.06);
}
.scroll-progress span {
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--brass-deep), var(--brass-bright), var(--brass));
  transform-origin: left center;
  box-shadow: 0 0 8px rgba(212,176,113,.45);
  transition: width .12s linear;
}

.cursor-glow {
  position: fixed; top: 0; left: 0; width: 320px; height: 320px;
  border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(212,176,113,.18) 0%, rgba(212,176,113,0) 60%);
  transform: translate(-50%, -50%);
  transition: opacity .4s var(--ease-out);
  opacity: 0;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .cursor-glow { opacity: 1; }
}

/* ---------- Typography helpers ---------- */
.display {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--text);
  margin: 0;
}
.display em {
  font-style: italic;
  color: var(--brass);
  font-weight: 400;
}

.eyebrow {
  font-family: var(--sans);
  font-weight: 500;
  font-size: .76rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--brass);
  display: inline-block;
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(3rem, 7vw, 5rem);
}
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .eyebrow::before { display: none; }
.section-head--center .eyebrow { padding-left: 0; }

.section-lede {
  font-size: clamp(1.05rem, 1.1vw + .55rem, 1.25rem);
  color: var(--text-mute);
  max-width: 56ch;
  margin: 1.2rem 0 0;
  line-height: 1.55;
}

/* ---------- Buttons ---------- */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55rem;
  padding: 0.95rem 1.5rem;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: .02em;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .35s var(--ease-out), background-color .25s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out), box-shadow .25s var(--ease-out);
  white-space: nowrap;
  position: relative;
  isolation: isolate;
}
.cta--primary {
  background: var(--brass);
  color: var(--bg);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 18px 40px -16px rgba(212,176,113,.55);
}
.cta--primary:hover {
  background: var(--brass-bright);
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(255,255,255,.25) inset, 0 22px 50px -16px rgba(212,176,113,.65);
}
.cta--ghost {
  background: transparent;
  color: var(--cream);
  border-color: var(--line);
}
.cta--ghost:hover {
  background: rgba(212,176,113,.08);
  border-color: var(--brass);
  color: var(--brass-bright);
}
.cta--xl {
  padding: 1.25rem 2.2rem;
  font-size: 1.05rem;
}

.link-arrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--sans); font-weight: 500;
  font-size: 0.95rem;
  color: var(--brass);
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
  transition: gap .3s var(--ease-out), color .25s var(--ease-out), border-color .25s var(--ease-out);
}
.link-arrow:hover { gap: .8rem; color: var(--brass-bright); border-color: var(--brass); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  transition: background-color .4s var(--ease-out), border-color .4s var(--ease-out), padding .4s var(--ease-out), backdrop-filter .4s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.site-header[data-state="scrolled"] {
  background: rgba(15, 31, 26, 0.78);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom-color: var(--line-soft);
  padding-block: 12px;
}

.brand {
  display: flex; align-items: center; gap: 10px;
  color: var(--cream);
}
.brand__mark {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border: 1px solid var(--brass);
  border-radius: 50%;
  font-family: var(--display);
  font-style: italic;
  color: var(--brass);
  font-size: 18px;
  line-height: 1;
}
.brand__name {
  font-family: var(--display);
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.brand__name em { color: var(--brass); font-style: italic; }

.site-nav {
  display: flex; gap: clamp(14px, 2vw, 36px);
  font-size: 0.92rem;
  color: var(--cream);
}
.site-nav a {
  position: relative; padding: 6px 2px;
  color: var(--text-mute);
  transition: color .25s var(--ease-out);
}
.site-nav a::after {
  content: "";
  position: absolute; left: 50%; bottom: 0;
  width: 0; height: 1px;
  background: var(--brass);
  transition: width .35s var(--ease-out), left .35s var(--ease-out);
}
.site-nav a:hover { color: var(--cream); }
.site-nav a:hover::after { width: 100%; left: 0; }

@media (max-width: 820px) {
  .site-nav { display: none; }
  .site-header .cta--ghost { padding: .7rem 1.05rem; font-size: .85rem; }
}
@media (max-width: 540px) {
  .site-header .cta--ghost { display: none; }
}

/* ---------- Side rail ---------- */
.rail {
  position: fixed; right: 18px; top: 0;
  height: 100vh; height: 100dvh;
  width: 28px;
  z-index: 30;
  pointer-events: none;
  display: grid; place-items: center;
  overflow: hidden;
}
.rail__word {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .35em;
  color: var(--brass);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  animation: railScroll 38s linear infinite;
  opacity: .6;
}
.rail__word em {
  color: var(--cream-soft);
  font-style: normal;
  margin-inline: 1ch;
  opacity: .55;
}
@keyframes railScroll {
  to { transform: rotate(180deg) translateY(-50%); }
}
@media (max-width: 900px) { .rail { display: none; } }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100dvh;
  padding: clamp(120px, 14vh, 180px) var(--gutter) clamp(60px, 10vh, 110px);
  display: flex; flex-direction: column; justify-content: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero__media {
  position: absolute; inset: 0; z-index: -1;
  overflow: hidden;
}
.hero__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.1);
  animation: kenBurns 28s ease-in-out infinite alternate;
  filter: saturate(0.85) contrast(1.05);
}
@keyframes kenBurns {
  from { transform: scale(1.08) translate(0, 0); }
  to   { transform: scale(1.18) translate(-1.5%, -1.5%); }
}
.hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 70% at 30% 65%, transparent 0%, rgba(15,31,26,.55) 50%, rgba(15,31,26,.92) 100%),
    linear-gradient(180deg, rgba(15,31,26,.65) 0%, rgba(15,31,26,0) 30%, rgba(15,31,26,.7) 80%, rgba(15,31,26,1) 100%);
}

.hero__inner {
  max-width: 1080px;
  width: 100%;
}
.hero__eyebrow {
  font-size: .82rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--brass); margin: 0 0 1.6rem;
  display: flex; align-items: center; gap: .7rem;
  font-weight: 500;
}
.hero__eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 4px rgba(212,176,113,.18);
  animation: pulse 2.6s infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(212,176,113,.4); }
  50%      { box-shadow: 0 0 0 8px rgba(212,176,113,0); }
}

.hero__title {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(3.4rem, 9.5vw, 8.5rem);
  line-height: 0.94;
  letter-spacing: -0.025em;
  margin: 0 0 1.6rem;
  color: var(--cream);
  text-wrap: balance;
}
.hero__title .line { display: block; }
.hero__title em {
  font-style: italic;
  color: var(--brass-bright);
}
.hero__title .word {
  display: inline-block;
  will-change: transform, opacity;
}

.hero__lede {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.15rem, 1.4vw + .55rem, 1.5rem);
  line-height: 1.5;
  color: var(--cream-soft);
  max-width: 50ch;
  margin: 0 0 2.4rem;
}

.hero__cta {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.hero__meta {
  display: flex; gap: clamp(28px, 5vw, 64px);
  flex-wrap: wrap;
  padding-top: 1.8rem;
  border-top: 1px solid var(--line);
  max-width: 720px;
}
.hero__meta div {
  display: flex; flex-direction: column; gap: 4px;
}
.hero__meta strong {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.6rem, 2vw + .8rem, 2.4rem);
  font-weight: 400;
  color: var(--brass);
  line-height: 1;
}
.hero__meta span {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.hero__scroll {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 36px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  font-size: .7rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--text-faint);
}
.hero__scroll-line {
  width: 1px; height: 56px;
  background: linear-gradient(var(--brass), transparent);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: ""; position: absolute; left: 0; top: 0;
  width: 1px; height: 24px;
  background: var(--cream);
  animation: scrollLine 2.4s var(--ease-in-out) infinite;
}
@keyframes scrollLine {
  0%   { transform: translateY(-100%); }
  60%  { transform: translateY(100%); }
  100% { transform: translateY(100%); }
}
@media (max-width: 720px) {
  .hero__scroll { display: none; }
  .hero__meta { gap: 22px; }
  .hero__meta div { flex: 1 1 30%; }
}

/* ---------- Hero embers (CSS-only floating brass particles) ---------- */
.embers {
  position: absolute; inset: 0; pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.embers span {
  position: absolute;
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--brass);
  opacity: 0;
  filter: blur(0.4px);
  box-shadow: 0 0 8px 2px rgba(212, 176, 113, 0.45);
  bottom: -10%;
  animation: emberRise linear infinite;
}
.embers span:nth-child(1)  { left: 8%;  width: 3px; height: 3px; animation-duration: 22s; animation-delay: 0s; }
.embers span:nth-child(2)  { left: 18%; width: 5px; height: 5px; animation-duration: 28s; animation-delay: 4s; }
.embers span:nth-child(3)  { left: 28%; width: 2px; height: 2px; animation-duration: 18s; animation-delay: 8s; }
.embers span:nth-child(4)  { left: 38%; width: 4px; height: 4px; animation-duration: 26s; animation-delay: 1s; }
.embers span:nth-child(5)  { left: 48%; width: 3px; height: 3px; animation-duration: 30s; animation-delay: 12s; }
.embers span:nth-child(6)  { left: 58%; width: 5px; height: 5px; animation-duration: 24s; animation-delay: 5s; }
.embers span:nth-child(7)  { left: 68%; width: 2px; height: 2px; animation-duration: 20s; animation-delay: 14s; }
.embers span:nth-child(8)  { left: 78%; width: 4px; height: 4px; animation-duration: 32s; animation-delay: 3s; }
.embers span:nth-child(9)  { left: 88%; width: 3px; height: 3px; animation-duration: 26s; animation-delay: 9s; }
.embers span:nth-child(10) { left: 14%; width: 4px; height: 4px; animation-duration: 34s; animation-delay: 16s; }
.embers span:nth-child(11) { left: 64%; width: 3px; height: 3px; animation-duration: 22s; animation-delay: 7s; }
.embers span:nth-child(12) { left: 84%; width: 5px; height: 5px; animation-duration: 30s; animation-delay: 11s; }
@keyframes emberRise {
  0%   { transform: translate3d(0, 0, 0) scale(0.5); opacity: 0; }
  10%  { opacity: 0.7; }
  50%  { transform: translate3d(15px, -55vh, 0) scale(1); opacity: 0.55; }
  90%  { opacity: 0.3; }
  100% { transform: translate3d(-10px, -110vh, 0) scale(0.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .embers { display: none; } }

/* =============================================
   MARQUEE
   ============================================= */
.marquee {
  border-block: 1px solid var(--line-soft);
  background: var(--bg-2);
  overflow: hidden;
  padding: 1.6rem 0;
}
.marquee__track {
  display: flex; gap: 2.8rem;
  white-space: nowrap;
  animation: marquee 38s linear infinite;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  color: var(--cream-soft);
}
.marquee__track span {
  display: inline-block;
}
.marquee__track em {
  font-style: italic;
  color: var(--brass);
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* =============================================
   MEET MAYA
   ============================================= */
.meet {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  position: relative;
}
.meet__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  grid-template-rows: auto auto;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}

.meet__photo {
  margin: 0;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: var(--bg-2);
}
.meet__photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .8s var(--ease-out), filter .8s var(--ease-out);
}
.meet__photo:hover img { transform: scale(1.04); }

.meet__photo--lead {
  grid-column: 1; grid-row: 1 / 3;
  aspect-ratio: 4 / 5;
  align-self: stretch;
}
.meet__photo--lead::after {
  content: "Maya — 2024";
  position: absolute; left: 16px; bottom: 16px;
  font-family: var(--sans); font-size: .68rem;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--cream); opacity: .85;
  background: rgba(15,31,26,.55);
  backdrop-filter: blur(6px);
  padding: 6px 10px; border-radius: 999px;
  border: 1px solid var(--line);
}

.meet__photo--side {
  aspect-ratio: 4 / 3;
  grid-column: 2; grid-row: 1;
  margin-bottom: -10%;
  margin-left: -8%;
  z-index: 2;
  width: 78%;
  justify-self: end;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.6);
}

.meet__photo--small {
  position: absolute;
  width: 14%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  right: clamp(20px, 3vw, 48px);
  top: 12%;
  box-shadow: 0 18px 40px -12px rgba(0,0,0,.7);
  border: 2px solid var(--brass);
}

.meet__copy {
  grid-column: 2; grid-row: 2;
  padding-top: 1rem;
}
.meet__lede {
  margin: 1.6rem 0 2rem;
  color: var(--text-mute);
  max-width: 52ch;
}
.meet__lede p { margin: 0 0 .9em; }
.meet__lede p:last-child { margin: 0; }

@media (max-width: 900px) {
  .meet__grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .meet__photo--lead { grid-column: 1; grid-row: 1; aspect-ratio: 4/5; }
  .meet__photo--side {
    grid-column: 1; grid-row: 2;
    width: 80%; margin: -22% 0 0 auto;
    aspect-ratio: 4/3;
  }
  .meet__photo--small {
    top: auto; bottom: 18%; right: 6%;
    width: 22%;
  }
  .meet__copy { grid-column: 1; grid-row: 3; padding-top: 2rem; }
}

/* =============================================
   SERVICES
   ============================================= */
.services {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  position: relative;
}
.services .section-head { max-width: var(--max); margin-inline: auto; padding-bottom: 0; }

.service-list {
  max-width: var(--max);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  border-top: 1px solid var(--line);
}
.service {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.4rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: padding .4s var(--ease-out);
  cursor: default;
}
.service::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(212,176,113,.06), transparent 60%);
  opacity: 0;
  transition: opacity .4s var(--ease-out);
  pointer-events: none;
}
.service:hover::before { opacity: 1; }
.service:hover { padding-left: 1.5rem; }
.service:hover .service__num { color: var(--brass); }
.service:hover h3 { color: var(--brass-bright); }

.service__num {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.3rem, 1.5vw + .5rem, 1.8rem);
  color: var(--text-faint);
  transition: color .35s var(--ease-out);
  letter-spacing: -0.02em;
}

.service__body h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.5vw, 2.6rem);
  line-height: 1.05;
  margin: 0 0 .35rem;
  letter-spacing: -0.015em;
  color: var(--cream);
  transition: color .35s var(--ease-out);
}
.service__body p {
  margin: 0;
  color: var(--text-mute);
  max-width: 60ch;
  font-size: .98rem;
}

.service__dur {
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--brass);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .service { grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.2rem 0; }
  .service__dur { grid-column: 2; justify-self: start; margin-top: .35rem; }
  .service:hover { padding-left: .7rem; }
}

.services__cta {
  max-width: var(--max);
  margin: clamp(3rem, 5vw, 4.5rem) auto 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(31, 64, 52, 0.18);
}
.services__cta p {
  margin: 0;
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.15rem, 1.3vw + .5rem, 1.45rem);
  color: var(--cream);
  max-width: 50ch;
}

/* =============================================
   WHY MAYA
   ============================================= */
.why {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  max-width: var(--max);
  margin: 0 auto;
  align-items: start;
}

.why__art {
  position: sticky;
  top: 100px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--bg-2);
}
.why__art img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(.9);
  transition: transform .8s var(--ease-out);
}
.why__art:hover img { transform: scale(1.03); }

.why__content { padding-top: .5rem; }

.pillars {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3rem);
}
.pillar {
  display: flex; flex-direction: column; gap: .6rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}
.pillar__num {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--brass);
  line-height: 1;
}
.pillar h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.3rem, 1.4vw + .55rem, 1.7rem);
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.pillar p {
  margin: 0;
  color: var(--text-mute);
  font-size: .96rem;
  line-height: 1.55;
}

@media (max-width: 880px) {
  .why { grid-template-columns: 1fr; }
  .why__art { position: static; aspect-ratio: 4/3; }
  .pillars { grid-template-columns: 1fr; }
}

/* =============================================
   PROCESS
   ============================================= */
.process {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 50%, var(--bg-2) 100%);
  position: relative;
  overflow: hidden;
}
.process::before, .process::after {
  content: ""; position: absolute; left: 50%; transform: translateX(-50%);
  height: 1px; width: 56px;
  background: var(--brass);
}
.process::before { top: 32px; }
.process::after  { bottom: 32px; }
.process__inner { max-width: 1100px; margin: 0 auto; }

.process__list {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  counter-reset: step;
}
.process__list::before {
  content: ""; position: absolute;
  left: 12.5%; right: 12.5%;
  top: 1.6rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  pointer-events: none;
}
.step {
  display: flex; flex-direction: column; gap: .65rem;
  position: relative;
  padding-top: 3.4rem;
  text-align: center;
}
.step::before {
  content: "";
  position: absolute; top: 1.1rem; left: 50%; transform: translateX(-50%);
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1px solid var(--brass);
  box-shadow: 0 0 0 4px var(--bg-2), 0 0 16px rgba(212,176,113,0.55);
  transition: background-color .4s var(--ease-out), transform .4s var(--ease-out);
}
.step:hover::before { background: var(--brass); transform: translateX(-50%) scale(1.3); }
.step__num {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  font-family: var(--display);
  font-style: italic;
  font-size: .9rem;
  letter-spacing: .1em;
  color: var(--brass);
  opacity: .8;
}
.step h3 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.5vw + .55rem, 1.85rem);
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--cream);
}
.step p {
  margin: 0;
  color: var(--text-mute);
  font-size: .95rem;
  line-height: 1.55;
  max-width: 28ch;
  margin-inline: auto;
}

@media (max-width: 800px) {
  .process__list { grid-template-columns: 1fr 1fr; gap: 2rem 1rem; }
  .process__list::before { display: none; }
  .step { padding-top: 2.6rem; }
}
@media (max-width: 480px) {
  .process__list { grid-template-columns: 1fr; gap: 1.6rem; }
  .step { padding-top: 2.2rem; padding-left: 0; }
}

/* =============================================
   SIGNATURE MOMENT
   ============================================= */
.signature {
  position: relative;
  padding: clamp(80px, 14vw, 180px) 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 50% at 50% 50%, rgba(31, 64, 52, 0.35) 0%, transparent 70%),
    var(--bg);
  border-block: 1px solid var(--line-soft);
  isolation: isolate;
}
.signature::before, .signature::after {
  content: ""; position: absolute; left: 0; right: 0; height: 30%;
  pointer-events: none; z-index: 1;
}
.signature::before {
  top: 0;
  background: linear-gradient(180deg, var(--bg) 0%, transparent 100%);
}
.signature::after {
  bottom: 0;
  background: linear-gradient(0deg, var(--bg) 0%, transparent 100%);
}
.signature__inner {
  position: relative;
  text-align: center;
}
.signature__word {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(7rem, 28vw, 22rem);
  line-height: 0.82;
  letter-spacing: -0.045em;
  white-space: nowrap;
  margin: 0;
  background: linear-gradient(180deg,
    rgba(229, 197, 137, 0.95) 0%,
    rgba(212, 176, 113, 0.82) 30%,
    rgba(168, 135, 81, 0.45) 65%,
    rgba(168, 135, 81, 0.05) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  will-change: transform;
  filter: drop-shadow(0 30px 60px rgba(212, 176, 113, 0.12));
  user-select: none;
}
.signature__word em {
  font-style: italic;
  display: inline-block;
}
.signature__caption {
  margin: 1.6rem 0 0;
  font-family: var(--sans);
  font-size: .76rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--brass);
  display: flex; align-items: center; justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  position: relative; z-index: 2;
}
.signature__caption span { padding: 0 1.1rem; }
.signature__caption i {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--brass);
  border-radius: 50%;
  opacity: .55;
}

@media (max-width: 720px) {
  .signature__caption { font-size: .65rem; letter-spacing: .22em; gap: .25rem; }
  .signature__caption span { padding: 0 .55rem; }
}
@media (prefers-reduced-motion: reduce) {
  .signature__word { transform: none !important; }
}

/* =============================================
   QUOTE STRIP
   ============================================= */
.quote-strip {
  padding: clamp(80px, 12vw, 140px) var(--gutter);
  text-align: center;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(31,64,52,.6) 0%, var(--bg) 70%),
    var(--bg);
  border-block: 1px solid var(--line-soft);
}
.quote-strip blockquote {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--cream);
  max-width: 24ch;
  margin: 0 auto;
  text-wrap: balance;
}
.quote-strip blockquote em { color: var(--brass); font-style: italic; }
.quote-strip blockquote span {
  font-family: var(--display); font-style: italic;
  color: var(--brass);
  font-size: 1.4em;
  vertical-align: -0.25em;
  margin: 0 .15em;
}
.quote-strip cite {
  display: block;
  margin-top: 2rem;
  font-style: normal;
  font-size: .82rem; letter-spacing: .25em; text-transform: uppercase;
  color: var(--text-faint);
}

/* =============================================
   LOCATIONS
   ============================================= */
.locations {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  max-width: var(--max);
  margin: 0 auto;
}
.locations .section-head { padding-bottom: 0; }

.locations__cols {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.loc-col h3 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center; gap: 1.2rem;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.3rem, 1.4vw + .55rem, 1.6rem);
  margin: 0 0 1.6rem;
  color: var(--brass);
  letter-spacing: -0.01em;
}
.loc-col h3 i {
  display: block;
  height: 1px;
  background: var(--line);
}

.loc-col ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: .55rem 1.4rem;
}
.loc-col li {
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.1vw + .5rem, 1.35rem);
  color: var(--cream);
  letter-spacing: -0.01em;
  position: relative;
  padding: .35rem 0;
  transition: color .25s var(--ease-out), padding .35s var(--ease-out);
  cursor: default;
}
.loc-col li:hover { color: var(--brass-bright); padding-left: .5rem; }
.loc-col li::before {
  content: "·";
  color: var(--brass);
  margin-right: .55rem;
  opacity: .6;
}

.loc-col__note {
  margin-top: 1.5rem;
  color: var(--text-mute);
  font-style: italic;
  font-family: var(--display);
  font-size: 1.05rem;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .locations__cols { grid-template-columns: 1fr; }
}

/* =============================================
   GALLERY
   ============================================= */
.gallery {
  padding: clamp(80px, 12vw, 160px) var(--gutter);
  background: var(--bg-2);
}
.gallery__grid {
  max-width: var(--max);
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: clamp(180px, 18vw, 280px);
  gap: clamp(.7rem, 1.2vw, 1.1rem);
}
.g {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: var(--bg-3);
  position: relative;
}
.g img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out), filter .6s var(--ease-out);
  filter: saturate(.88);
}
.g:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
.g--tall { grid-row: span 2; }
.g--wide { grid-column: span 2; }

@media (max-width: 900px) {
  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .g--wide { grid-column: span 2; }
  .g--tall { grid-row: span 2; }
}

/* =============================================
   BIG CTA
   ============================================= */
.bigcta {
  padding: clamp(80px, 14vw, 180px) var(--gutter);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(212,176,113,.10) 0%, transparent 60%),
    var(--bg);
  text-align: center;
}
.bigcta__inner {
  max-width: 760px;
  margin: 0 auto;
}
.bigcta .display { margin: .8rem 0 1.4rem; }
.bigcta > p, .bigcta__inner > p {
  color: var(--text-mute);
  font-size: clamp(1rem, 1vw + .5rem, 1.2rem);
  max-width: 52ch;
  margin: 0 auto 2.4rem;
}
.bigcta__note {
  margin-top: 1.5rem !important;
  font-size: .82rem !important;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--text-faint) !important;
}

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  padding: clamp(60px, 8vw, 100px) var(--gutter) 32px;
  background: var(--bg);
  border-top: 1px solid var(--line);
  position: relative;
}
.site-footer__top {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
}
.brand--lg .brand__name { font-size: clamp(2.4rem, 3.5vw, 3.6rem); display: block; line-height: 1; }
.brand--lg .brand__sub {
  display: block; margin-top: .6rem;
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
.foot-h {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: .76rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass);
  font-weight: 500;
}
.site-footer__cols a, .site-footer__cols p {
  display: block;
  margin: 0 0 .35rem;
  color: var(--cream-soft);
  font-size: .98rem;
  transition: color .25s var(--ease-out);
}
.site-footer__cols a:hover { color: var(--brass-bright); }
.site-footer__cols p em { color: var(--brass); font-style: italic; }

.site-footer__bot {
  max-width: var(--max);
  margin: 32px auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: .82rem;
  color: var(--text-faint);
}

@media (max-width: 760px) {
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__cols { grid-template-columns: 1fr 1fr; }
}

/* =============================================
   WHATSAPP FLOAT
   ============================================= */
.wa-float {
  position: fixed;
  bottom: clamp(18px, 3vw, 32px);
  right: clamp(18px, 3vw, 32px);
  width: 58px; height: 58px;
  z-index: 60;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--brass);
  color: var(--bg);
  box-shadow: 0 18px 40px -12px rgba(212,176,113,.6), 0 1px 0 rgba(255,255,255,.18) inset;
  transition: transform .35s var(--ease-out), background-color .25s var(--ease-out), box-shadow .25s var(--ease-out);
}
.wa-float::before {
  content: "";
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 1px solid var(--brass);
  animation: waPulse 2.4s ease-out infinite;
  pointer-events: none;
  opacity: 0;
}
@keyframes waPulse {
  0%   { transform: scale(0.85); opacity: 0; }
  30%  { opacity: .6; }
  100% { transform: scale(1.4); opacity: 0; }
}
.wa-float:hover {
  transform: translateY(-3px) scale(1.04);
  background: var(--brass-bright);
}

/* =============================================
   REVEAL ANIMATIONS
   ============================================= */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
  will-change: opacity, transform;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

/* word-reveal in hero (handled also in JS) */
.hero__title .word {
  opacity: 0;
  transform: translateY(0.6em);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.hero__title .word.is-shown {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero__media img { animation: none; transform: scale(1); }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__title .word { opacity: 1; transform: none; }
}
