/* Aura Beauty Care and Massage — palette rebuilt to match the salon's real print branding (metallic gold, espresso brown, soft blush, ivory) */
:root {
  /* Colors sampled directly from Aura's flyers/logo: gold #B88917, espresso #554233, blush #EFC0C2 */
  --rose: #8C6B3F;
  --rose-hot: #A9884A;
  --rose-deep: #6B4F27;
  --cherry: #34290F;
  --cherry-2: #554233;
  --pink: #EFC0C2;
  --blush: #F6DCDD;
  --blush-soft: #FBEEEE;
  --paper: #FDF8F0;
  --cream: #F6ECD6;
  --gold: #B88917;
  --gold-deep: #8F6A12;
  --gold-light: #F5D67A;
  --gold-shine: linear-gradient(120deg, var(--gold-deep) 0%, var(--gold-light) 22%, var(--gold) 45%, var(--gold-light) 68%, var(--gold-deep) 100%);
  --ink: #33291C;
  --ink-soft: #55483A;
  --muted: #8A7B63;
  --hair: rgba(85, 66, 51, .15);
  /* Relaxed, calmer typography: warm serif display + soft grotesque body */
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, sans-serif;
}

body { background: var(--paper); }
:focus-visible { outline-color: #8F6A12; }

.site-header {
  background: rgba(252, 248, 240, .93);
  border-color: rgba(137, 105, 62, .2);
  box-shadow: 0 12px 40px rgba(72, 54, 34, .12);
}
.site-header.scrolled {
  background: rgba(252, 248, 240, .98);
  box-shadow: 0 8px 28px rgba(72, 54, 34, .14);
}
.brand-lockup img { box-shadow: 0 0 0 1.5px rgba(154, 120, 71, .5); }
.desktop-nav a::after { background: linear-gradient(90deg, var(--rose-deep), var(--gold)); }
.nav-social a:hover,
.social-media-list a:hover { background: #B88917; }

/* Primary buttons get the brand's real metallic-gold shine (from the flyer artwork) */
.button {
  background: var(--gold-shine);
  background-size: 240% 100%;
  background-position: 0 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(30, 20, 5, .3);
  box-shadow: 0 10px 28px rgba(184, 137, 23, .34);
  transition: background-position .6s var(--curve), transform .4s var(--curve), box-shadow .4s var(--curve);
}
.button:hover { background-position: 100% 0; box-shadow: 0 14px 34px rgba(143, 106, 18, .4); }
.button-dark { background: var(--cherry); color: #fff; text-shadow: none; }
.button-dark:hover { background: var(--cherry-2); }
.text-link { border-bottom-color: rgba(118, 84, 47, .38); }

.hero-slide,
.hero-slider { background: var(--cherry); }
.hero-slide::after {
  background: linear-gradient(90deg, var(--cherry) 0 40%, rgba(48, 39, 31, .76) 49%, transparent 70%);
}
.hero-slide > img,
.feature-strip-photo img,
.gift-story > img { filter: saturate(.82) sepia(.07); }
.hero-actions .button { box-shadow: 0 12px 32px rgba(146, 111, 62, .3); }
.hero-controls button.active span::after { background: #B88917; }

.promo-ribbon {
  background: radial-gradient(circle at 82% 0, rgba(184, 157, 98, .22), transparent 42%),
    linear-gradient(105deg, #34290F, #554233 100%);
}
.promo-card { background: rgba(255, 250, 241, .07); border-color: rgba(255, 250, 241, .14); }
.promo-value { background: var(--gold-shine); background-size: 200% 200%; color: #fff; text-shadow: 0 1px 2px rgba(30,20,5,.35); }

.intro-image::before { background: linear-gradient(135deg, #e6d5b6, rgba(169, 131, 75, .3)); }

.services { background: #332a21; }
.service-row:hover { background: linear-gradient(90deg, rgba(197, 164, 107, .2), transparent); }
.service-row:first-child { background: linear-gradient(90deg, rgba(197, 164, 107, .14), transparent 70%); }
.service-row:nth-child(3) { background: linear-gradient(90deg, rgba(226, 199, 146, .1), transparent 60%); }

.gift-cards { background: #f1e5d2; }
.gift-cards::before { color: rgba(126, 91, 49, .055); }
.gift-story { box-shadow: 0 14px 38px rgba(72, 53, 32, .13); }
.gift-story::after { background: linear-gradient(180deg, transparent, rgba(43, 34, 26, .9)); }
.gift-story::before {
  background: rgba(252, 248, 240, .92);
  box-shadow: 0 8px 22px rgba(58, 43, 27, .18);
}
.gift-ticket {
  background: linear-gradient(135deg, rgba(255, 252, 245, .98), rgba(231, 211, 176, .97));
  border-color: rgba(255, 252, 245, .92);
  box-shadow: 0 24px 50px rgba(50, 38, 25, .3), 0 6px 16px rgba(111, 80, 43, .2), inset 0 0 0 1px rgba(168, 132, 78, .24);
}

.feature-strip-photo::after { border-color: var(--gold); }

.gallery-item { background: #e7d7bc; }
.gallery-item:nth-child(2) { outline-color: #b59157; }
.gallery-item.is-video::after { background: rgba(48, 39, 31, .62); }

.review-invitation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  overflow: hidden;
  background: #3b3026;
  color: #fffaf1;
}
.review-invitation::before {
  content: "AURA";
  position: absolute;
  left: -.04em;
  bottom: -.2em;
  font-family: var(--display);
  font-size: clamp(9rem, 21vw, 22rem);
  line-height: .72;
  color: rgba(222, 197, 151, .045);
  pointer-events: none;
}
.review-invitation-copy,
.review-invitation-image { position: relative; z-index: 1; }
.review-invitation .section-label { color: rgba(255, 250, 241, .64); margin-bottom: 2rem; }
.review-invitation .section-label span { color: #dfc69b; }
.review-script {
  margin: 0 0 .7rem;
  color: #d8bd8d;
  font-family: var(--script);
  font-size: clamp(2.1rem, 3.4vw, 3.7rem);
  line-height: 1;
}
.review-invitation h2 {
  margin: 0 0 1.6rem;
  max-width: 11ch;
  color: #fffaf1;
  font-family: var(--display);
  font-size: clamp(3.3rem, 5.6vw, 6rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
  text-wrap: balance;
}
.review-invitation h2 em { color: #dfc69b; font-family: var(--script); font-weight: 400; letter-spacing: 0; }
.review-lead { max-width: 56ch; color: rgba(255, 250, 241, .82); font-size: .98rem; }
.review-note { max-width: 58ch; color: rgba(255, 250, 241, .57); font-size: .78rem; }
.review-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; flex-wrap: wrap; }
.review-actions .button { gap: .55rem; }
.review-actions > span { color: rgba(255, 250, 241, .55); font-size: .62rem; line-height: 1.55; letter-spacing: .08em; text-transform: uppercase; }
.review-invitation-image { margin: 0; min-height: 620px; overflow: hidden; border-radius: 7px; }
.review-invitation-image > img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; filter: saturate(.82) sepia(.08); }
.review-invitation-image::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(180deg, transparent, rgba(42, 33, 25, .78)); }
.review-invitation-image figcaption { position: absolute; z-index: 1; left: clamp(1.2rem, 3vw, 2.4rem); right: 1.5rem; bottom: clamp(1.3rem, 3vw, 2.3rem); }
.review-invitation-image figcaption span { display: block; margin-bottom: .5rem; color: #dfc69b; font-size: .56rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.review-invitation-image figcaption strong { font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3.2rem); font-weight: 400; line-height: .98; }

.map-card,
.overview-detail img { border-color: #fcf8f0; }

/* The Aura experience — soft background wash + botanical line-art motifs */
.salon-overview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(184, 157, 98, .16), transparent 42%),
    radial-gradient(circle at 94% 88%, rgba(92, 95, 69, .14), transparent 46%),
    var(--cream);
}
.salon-overview::before,
.salon-overview::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .4;
  pointer-events: none;
  z-index: 0;
}
.salon-overview::before {
  top: -50px;
  right: -30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%238F7943' stroke-width='2'%3E%3Cpath d='M100 190C60 140 40 100 60 40C70 15 100 8 100 8'/%3E%3Cpath d='M100 150C130 120 150 90 140 50'/%3E%3Cpath d='M85 120C60 110 45 95 40 75'/%3E%3Cpath d='M115 100C140 90 155 75 158 55'/%3E%3Cpath d='M92 70C75 62 65 50 62 35'/%3E%3C/svg%3E");
}
.salon-overview::after {
  bottom: -40px;
  left: -30px;
  transform: scaleX(-1) rotate(8deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none' stroke='%235C5F45' stroke-width='2'%3E%3Cpath d='M100 190C60 140 40 100 60 40C70 15 100 8 100 8'/%3E%3Cpath d='M100 150C130 120 150 90 140 50'/%3E%3Cpath d='M85 120C60 110 45 95 40 75'/%3E%3Cpath d='M115 100C140 90 155 75 158 55'/%3E%3Cpath d='M92 70C75 62 65 50 62 35'/%3E%3C/svg%3E");
}
.salon-overview > * { position: relative; z-index: 1; }
.site-footer { background: #29221b; }

.floating-primary {
  background: rgba(252, 248, 240, .96);
  border-color: rgba(137, 105, 62, .2);
  box-shadow: 0 10px 32px rgba(70, 52, 32, .16);
}
.mobile-actions .action-call,
.mobile-actions .action-book,
.mobile-actions .action-gift { box-shadow: 0 6px 18px rgba(108, 78, 42, .24); }
.floating-social-toggle {
  background: rgba(252, 248, 240, .76);
  border-color: rgba(137, 105, 62, .2);
  box-shadow: 0 5px 18px rgba(65, 48, 30, .1);
}
.floating-social-toggle:hover,
.floating-social-toggle[aria-expanded="true"] { background: rgba(252, 248, 240, .94); }
.floating-social-links {
  background: rgba(252, 248, 240, .88);
  border-color: rgba(137, 105, 62, .16);
  box-shadow: 0 7px 22px rgba(65, 48, 30, .12);
}
.floating-social-links a {
  background: linear-gradient(145deg, rgba(255, 252, 245, .96), rgba(232, 214, 183, .9));
  border-color: rgba(137, 105, 62, .18);
}

/* Eyelash editorial feature */
.lash-feature { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr); overflow: hidden; background: #f0e4d1; }
.lash-feature-image { position: relative; margin: 0; min-height: 580px; overflow: hidden; }
.lash-feature-image > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; filter: saturate(.82) sepia(.06); }
.lash-feature-image::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(180deg, transparent, rgba(43, 34, 26, .78)); }
.lash-feature-image figcaption { position: absolute; z-index: 1; left: clamp(1.3rem, 3vw, 2.5rem); right: 1.5rem; bottom: clamp(1.4rem, 3vw, 2.4rem); color: #fffaf1; }
.lash-feature-image figcaption span { display: block; margin-bottom: .55rem; color: #e3c99b; font-size: .56rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.lash-feature-image figcaption strong { font-family: var(--display); font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: .98; }
.lash-feature-copy { align-self: center; padding: clamp(4rem, 7vw, 7.5rem); }
.lash-feature-copy .section-label { margin-bottom: 2rem; }
.lash-script { margin: 0 0 .7rem; color: var(--rose); font-family: var(--script); font-size: clamp(2.1rem, 3.2vw, 3.5rem); line-height: 1; }
.lash-feature h2 { margin: 0 0 1.5rem; max-width: 11ch; font-family: var(--display); font-size: clamp(3.3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.lash-feature h2 em { color: var(--rose); font-family: var(--script); font-weight: 400; letter-spacing: 0; }
.lash-feature-copy > p:not(.lash-script) { max-width: 58ch; color: var(--muted); font-size: .88rem; }
.lash-options { margin: 2rem 0; border-top: 1px solid var(--hair); }
.lash-options article { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid var(--hair); }
.lash-options article > span { color: var(--gold-deep); font-size: .55rem; font-weight: 600; letter-spacing: .12em; }
.lash-options strong { font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.lash-options p { margin: .15rem 0 0; color: var(--muted); font-size: .7rem; }
.lash-feature .button { gap: .55rem; }

/* Desktop compact-luxe rhythm */
@media (min-width: 981px) {
  body { background: #eee3d2; }
  main { padding: 12px; }
  main > section {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto 14px;
    border-radius: 18px;
  }
  .hero-slider {
    height: min(760px, calc(100svh - 24px));
    min-height: 620px;
  }
  .hero-content { padding-bottom: clamp(5rem, 9vh, 6.8rem); }
  .hero-content h1 { font-size: clamp(3.9rem, 6.2vw, 6.9rem); }
  .hero-copy { max-width: 370px; font-size: .88rem; }
  .section { padding: clamp(4.4rem, 6.2vw, 6.6rem) var(--pad); }
  .section-label { margin-bottom: clamp(1.7rem, 2.6vw, 2.7rem); }

  .intro,
  .services,
  .contact { grid-template-columns: 112px minmax(0, 1.08fr) minmax(250px, .78fr); gap: clamp(1.6rem, 3.2vw, 3.4rem); }
  .intro h2,
  .contact h2,
  .overview-copy h2 { font-size: clamp(2.9rem, 4.3vw, 4.7rem); }
  .intro-image { margin-top: 1rem; }
  .intro-image img { aspect-ratio: 4 / 4.6; }
  .intro-values { margin-top: .5rem; }
  .intro-values article { padding-top: 1.35rem; }

  .services-heading h2 { font-size: clamp(2.9rem, 4vw, 4.4rem); }
  .service-row { min-height: 68px; }
  .service-row h3 { font-size: clamp(1.08rem, 1.5vw, 1.48rem); }

  .lash-feature-image,
  .lash-feature-image > img { min-height: 500px; }
  .lash-feature-copy { padding: clamp(3.5rem, 5vw, 5.5rem); }
  .lash-feature h2 { font-size: clamp(3rem, 4.2vw, 4.6rem); }

  .gift-cards { gap: clamp(2.5rem, 4vw, 4.5rem); }
  .gift-intro h2 { font-size: clamp(2.9rem, 4.2vw, 4.7rem); }
  .gift-story-valentine { min-height: 610px; }
  .gift-story-mother,
  .gift-story-celebrate { min-height: 292px; }

  .salon-overview {
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, .72fr) minmax(150px, .3fr);
    gap: clamp(1.6rem, 2.7vw, 3.2rem);
    align-items: center;
  }
  .salon-overview > .section-label { grid-column: 1 / -1; }
  .overview-scene img { aspect-ratio: 16 / 10; }
  .overview-copy { grid-column: 2; padding-right: 0; }
  .overview-detail {
    grid-column: 3;
    position: relative;
    right: auto;
    bottom: auto;
    align-self: end;
    width: min(100%, 210px);
    margin: 0 0 0 auto;
  }
  .overview-detail figcaption { padding: .75rem; }
  .overview-detail i { font-size: 1.45rem; }
  .overview-detail span { display: none; }

  .feature-strip-photo { width: clamp(120px, 14vw, 160px); }

  .gallery { padding-top: 3.8rem; padding-bottom: 4.2rem; }
  .gallery .section-label { margin-bottom: 1.5rem; }
  .gallery-heading { margin-bottom: 1.7rem; }
  .gallery-heading h2 { font-size: clamp(3.2rem, 4.5vw, 4.8rem); }
  .gallery-grid { grid-template-rows: 215px 145px 235px; }

  .review-invitation { grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); gap: clamp(2.5rem, 5vw, 5.5rem); }
  .review-invitation h2 { font-size: clamp(3rem, 4.5vw, 4.9rem); }
  .review-invitation-image,
  .review-invitation-image > img { min-height: 500px; }
  .review-invitation-image figcaption strong { font-size: clamp(1.7rem, 2.4vw, 2.6rem); }

  .contact { padding-top: 4.6rem; padding-bottom: 4.8rem; }
  .map-card { height: 260px; margin-top: 2rem; }
  .site-footer {
    margin: 0 12px 12px;
    border-radius: 18px;
    border-top-width: 1px;
    padding: 2.5rem var(--pad) 6.6rem;
    align-items: start;
  }
}

@media (max-width: 700px) {
  .hero-slide::after {
    background: linear-gradient(180deg, transparent 58%, var(--cherry) 100%);
  }
  .review-invitation { display: flex; flex-direction: column; gap: 2.5rem; padding-top: 4.5rem; }
  .review-invitation-copy { order: 1; }
  .review-invitation-image { order: 2; width: 100%; min-height: 430px; }
  .review-invitation-image > img { min-height: 430px; object-position: 58% center; }
  .review-invitation .section-label { margin-bottom: 1.35rem; }
  .review-script { font-size: 2rem; }
  .review-invitation h2 { font-size: clamp(2.9rem, 12vw, 4rem); }
  .review-lead { font-size: .88rem; }
  .review-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .review-actions .button { width: 100%; }
  .lash-feature { display: flex; flex-direction: column; }
  .lash-feature-image { min-height: 390px; }
  .lash-feature-image > img { min-height: 390px; object-position: center 58%; }
  .lash-feature-copy { padding: 4rem 1.1rem 4.7rem; }
  .lash-feature-copy .section-label { margin-bottom: 1.35rem; }
  .lash-script { font-size: 2rem; }
  .lash-feature h2 { font-size: clamp(2.9rem, 12vw, 4rem); }
  .lash-feature .button { width: 100%; }
}

/* Gift card — dedicated champagne parchment with a restrained splash motif. */
.gift-cards {
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 23%, rgba(194, 151, 91, .15) 0 1.8%, transparent 7%),
    radial-gradient(circle at 81% 18%, rgba(255, 252, 244, .78) 0 9%, transparent 28%),
    radial-gradient(ellipse at 70% 84%, rgba(176, 126, 65, .11) 0 10%, transparent 33%),
    linear-gradient(128deg, #ead9bf 0%, #f7eddd 48%, #e8d1af 100%);
}

.gift-cards::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(190px, 25vw, 410px);
  aspect-ratio: 1.18;
  top: clamp(4rem, 8vw, 8rem);
  right: clamp(-4rem, 2vw, 2rem);
  border-radius: 63% 37% 54% 46% / 42% 58% 42% 58%;
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 252, 244, .68) 0 8%, transparent 9%),
    linear-gradient(145deg, rgba(207, 169, 111, .34), rgba(153, 104, 49, .13));
  box-shadow:
    -4.6rem 7.6rem 0 -3.9rem rgba(181, 132, 70, .34),
    2.7rem 10.2rem 0 -4.8rem rgba(239, 220, 188, .9),
    -7.2rem 2.3rem 0 -5.4rem rgba(164, 112, 52, .25),
    3.8rem -1.8rem 0 -5rem rgba(255, 249, 237, .78);
  opacity: .82;
  pointer-events: none;
  transform-origin: 55% 48%;
  animation: giftSplashFloat 10s ease-in-out infinite alternate;
}

.gift-cards > .section-label,
.gift-cards > .gift-intro,
.gift-cards > .gift-stories,
.gift-cards > .gift-mobile-cta {
  position: relative;
  z-index: 1;
}

@keyframes giftSplashFloat {
  from { transform: translate3d(0, 0, 0) rotate(-4deg) scale(.98); }
  to { transform: translate3d(-1.2rem, 1rem, 0) rotate(3deg) scale(1.04); }
}

@media (max-width: 700px) {
  .gift-cards::after {
    top: 7rem;
    right: -5.5rem;
    width: 250px;
    opacity: .64;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gift-cards::after { animation: none; }
}

/* Hero — a single, level, full-bleed photograph with a calm warm scrim. No tilted frames: a steady, relaxed first impression. */
.hero-editorial {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  background: #34290F;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  /* Cinematic camera pan: a slow, subtle Ken Burns zoom + drift so the hero never feels static */
  transform-origin: 62% 38%;
  animation: heroKenBurns 24s cubic-bezier(.25,.1,.25,1) infinite alternate;
  will-change: transform;
}

@keyframes heroKenBurns {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.14) translate(-2.4%, -1.6%); }
}

.hero-ambient-wash {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(45, 42, 31, .90) 0%, rgba(45, 42, 31, .68) 34%, rgba(45, 42, 31, .18) 64%, rgba(45, 42, 31, .42) 100%),
    linear-gradient(0deg, rgba(30, 28, 20, .38) 0%, transparent 42%);
}

.hero-ambient-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 22, 16, .14), transparent 36%, rgba(24, 22, 16, .3));
}

.hero-editorial .hero-content {
  position: absolute;
  z-index: 3;
  left: var(--pad);
  top: 50%;
  width: min(54%, 700px);
  padding: 2.5rem 2rem 2.5rem 0;
  color: #fffaf2;
  opacity: 1;
  transform: translateY(-43%);
}

.hero-editorial .hero-content h1 {
  max-width: 11ch;
  margin: .65rem 0 1.4rem;
  color: #fffaf2;
  text-wrap: balance;
}

.hero-editorial .hero-content h1 em { color: var(--gold); }
.hero-editorial .hero-content .eyebrow { color: var(--gold); }
.hero-editorial .hero-content .eyebrow::before { background: var(--gold); }
.hero-editorial .hero-copy { max-width: 430px; color: rgba(255, 250, 242, .78); }
.hero-editorial .hero-actions .button { box-shadow: 0 14px 38px rgba(20, 18, 12, .38); }

.hero-editorial .hero-note { color: rgba(255, 250, 242, .62); }

@media (max-width: 980px) {
  .hero-editorial { height: min(850px, 100svh); min-height: 720px; }
  .hero-editorial .hero-content { width: 62%; }
}

@media (max-width: 680px) {
  .hero-editorial {
    height: 700px;
    min-height: 700px;
    background: #34290F;
  }
  .hero-ambient-wash {
    background: linear-gradient(180deg, rgba(37, 34, 25, .28) 0%, rgba(37, 34, 25, .42) 34%, rgba(37, 34, 25, .94) 66%, #34290F 100%);
  }
  .hero-editorial .hero-content {
    position: absolute !important;
    left: 1.1rem;
    right: 1.1rem;
    top: auto;
    bottom: 3.3rem;
    width: auto;
    max-width: none;
    padding: 0;
    background: transparent;
    transform: none;
  }
  .hero-editorial .hero-content h1 { max-width: 9ch; font-size: clamp(3.15rem, 14.5vw, 4.25rem); line-height: .88; margin-bottom: 1rem; }
  .hero-editorial .hero-copy { max-width: 34ch; font-size: .8rem; }
  .hero-editorial .hero-actions { margin-top: 1.15rem; }
  .hero-editorial .hero-note { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo { transition: none; animation: none; }
}

/* Live service menu — category rail left, API services right. */
.services:has(.service-browser) {
  display: block;
  background:
    radial-gradient(circle at 86% 8%, rgba(198, 162, 103, .14), transparent 28%),
    #332a21;
}

.services-heading-wide {
  position: static;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(280px, .55fr);
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.services-heading-wide h2 { margin: 0; }
.services-heading-wide p { justify-self: end; margin: 0; max-width: 420px; }

.service-browser {
  display: grid;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
}

.service-categories {
  position: sticky;
  top: 105px;
  min-width: 0;
}
.service-category-image {
  position: relative;
  margin: 0 0 1.4rem;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 20px 46px rgba(20, 15, 10, .28);
}
.service-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .5s var(--curve);
}
.service-category-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(24, 19, 14, .78));
}
.service-category-image figcaption {
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .8rem;
  z-index: 1;
  color: #fffaf1;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}
.service-browser-label,
.service-panel-heading [data-service-count] {
  display: block;
  margin: 0 0 1rem;
  color: #cbaa73;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.service-category-list { border-top: 1px solid rgba(255, 250, 241, .18); }
.service-category-list button {
  width: 100%;
  min-height: 58px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 28px;
  gap: .75rem;
  align-items: center;
  padding: .65rem .25rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 250, 241, .13);
  background: transparent;
  color: rgba(255, 250, 241, .58);
  text-align: left;
  cursor: pointer;
  transition: padding .35s var(--curve), background .35s var(--curve), color .35s var(--curve);
}
.service-category-list button:hover,
.service-category-list button.active {
  padding-left: .75rem;
  background: linear-gradient(90deg, rgba(197, 164, 107, .2), transparent);
  color: #fffaf1;
}
.service-category-list button.active { box-shadow: inset 2px 0 #c8a56a; }
.service-category-list button:focus-visible { outline-color: #dfc28f; outline-offset: 3px; }
.service-category-list button span { color: #b99761; font-size: .5rem; letter-spacing: .12em; }
.service-category-list button strong { font-family: var(--display); font-size: clamp(.98rem, 1.35vw, 1.3rem); font-weight: 400; line-height: 1.12; }
.service-category-list button small { justify-self: end; color: rgba(255, 250, 241, .4); font-size: .55rem; font-variant-numeric: tabular-nums; }

.service-panel {
  min-width: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #f7efe2;
  color: #31281f;
  box-shadow: 0 26px 70px rgba(20, 15, 10, .2);
}
.service-panel-heading {
  min-height: 185px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
  gap: 2rem;
  align-items: end;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  border-bottom: 1px solid rgba(76, 58, 38, .14);
  background: radial-gradient(circle at 90% 0, rgba(205, 169, 110, .25), transparent 45%);
}
.service-panel-heading [data-service-count] { color: #8d6c3e; margin-bottom: .55rem; }
.service-panel-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(2.15rem, 3.5vw, 3.9rem); font-weight: 400; letter-spacing: -.035em; line-height: .94; }
.service-panel-heading p { margin: 0; max-width: 44ch; color: #786b5b; font-size: .76rem; }
.service-api-list { padding: 0 clamp(1.1rem, 2.8vw, 2.4rem) .4rem; }
.service-api-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) minmax(88px, auto) 26px;
  gap: 1rem;
  align-items: center;
  min-height: 84px;
  padding: 1rem .45rem;
  border-bottom: 1px solid rgba(76, 58, 38, .13);
  transition: padding .35s var(--curve), background .35s var(--curve);
}
a.service-api-row:hover { padding-left: .85rem; padding-right: .85rem; background: rgba(213, 185, 139, .2); }
.service-api-number { color: #a17d48; font-size: .5rem; font-weight: 600; letter-spacing: .12em; }
.service-api-copy h4 { margin: 0; font-family: var(--display); font-size: clamp(1.05rem, 1.55vw, 1.4rem); font-weight: 400; line-height: 1.18; }
.service-api-copy p { margin: .3rem 0 0; max-width: 65ch; color: #807261; font-size: .67rem; line-height: 1.45; }
.service-api-meta { display: flex; flex-direction: column; align-items: flex-end; white-space: nowrap; }
.service-api-meta strong { color: #70512e; font-family: var(--display); font-size: 1rem; font-weight: 400; }
.service-api-meta small { color: #8b7d6c; font-size: .55rem; }
.service-api-row > b { color: #9d7741; font-size: 1rem; font-weight: 400; }
.service-api-row-disabled { opacity: .58; }
.service-api-empty { padding: 2rem 0; color: #786b5b; }
.service-api-retry,
.service-api-booking { display: inline-flex; margin: 2rem .75rem 2rem 0; padding: .7rem 1rem; border: 1px solid #a98550; background: transparent; color: #5d4328; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.service-loading-line,
.service-loading-row {
  display: block;
  position: relative;
  overflow: hidden;
  background: rgba(255, 250, 241, .1);
}
.service-loading-line { height: 58px; border-bottom: 1px solid rgba(255, 250, 241, .1); }
.service-loading-row { height: 84px; border-bottom: 1px solid rgba(76, 58, 38, .1); background: rgba(145, 111, 67, .08); }
.service-loading-line::after,
.service-loading-row::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent); transform: translateX(-100%); animation: serviceShimmer 1.3s ease-in-out infinite; }
@keyframes serviceShimmer { to { transform: translateX(100%); } }

@media (max-width: 800px) {
  .services-heading-wide { display: block; }
  .services-heading-wide p { margin-top: 1.2rem; }
  .service-browser { display: block; }
  .service-categories { position: static; margin-bottom: 1.4rem; }
  .service-category-list { display: flex; gap: .5rem; margin: 0 -1.1rem; padding: .6rem 1.1rem .85rem; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .service-category-list::-webkit-scrollbar { display: none; }
  .service-category-list button { flex: 0 0 min(72vw, 260px); min-height: 64px; padding: .7rem; border: 1px solid rgba(255,250,241,.14); scroll-snap-align: start; }
  .service-category-list button:hover,
  .service-category-list button.active { padding-left: .9rem; }
  .service-panel-heading { display: block; min-height: 0; padding: 1.5rem 1.2rem; }
  .service-panel-heading p { margin-top: .85rem; }
  .service-api-row { grid-template-columns: 24px minmax(0, 1fr) auto; gap: .65rem; align-items: start; min-height: 0; padding: 1.1rem .1rem; }
  .service-api-meta { grid-column: 2; align-items: flex-start; flex-direction: row; gap: .6rem; }
  .service-api-row > b { grid-column: 3; grid-row: 1; }
  .service-api-copy p { font-size: .64rem; }
}

@media (prefers-reduced-motion: reduce) {
  .service-loading-line::after,
  .service-loading-row::after { animation: none; }
}

/* Make the visual map frame open the exact Aura Google Maps listing. */
.map-card iframe { pointer-events: none; }
.map-card > .map-clickthrough {
  z-index: 1;
  inset: 6px;
  padding: 0;
  background: transparent;
  border-radius: 6px;
  box-shadow: none;
}
.map-card > .map-clickthrough:hover { background: rgba(197, 164, 107, .06); }
.map-card > .map-clickthrough:focus-visible { outline: 3px solid #b18a51; outline-offset: -3px; }
.map-card > .map-open-link { z-index: 2; }

.gallery-less-button {
  gap: .55rem;
  border: 1px solid rgba(118, 84, 47, .34);
  background: transparent;
  color: var(--rose-deep);
  box-shadow: none;
}
.gallery-less-button b { font-size: .9rem; font-weight: 400; transition: transform .35s var(--curve); }
.gallery-less-button:hover { background: var(--cherry); color: #fffaf1; border-color: var(--cherry); box-shadow: 0 12px 28px rgba(72, 54, 34, .18); }
.gallery-less-button:hover b { transform: translateY(-2px); }
