:root {
  --evermore-ivory: #F5F0E8;
  --evermore-warm-white: #FBF8F3;
  --evermore-charcoal: #25231F;
  --evermore-espresso: #42362D;
  --evermore-taupe: #A49182;
  --evermore-sand: #D7C8B8;
  --evermore-sage: #7D8575;
  --evermore-champagne: #C5A579;
}

html { scroll-behavior: auto; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--evermore-warm-white);
  color: var(--evermore-charcoal);
  overflow-x: hidden;
}
h1, h2, h3, h4, .font-serif { font-family: 'Cormorant Garamond', Georgia, serif; }
img { max-width: 100%; }
.img-fallback { background: #D7C8B8; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 3;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

#navbar {
  transition: background-color .35s ease, border-color .35s ease, box-shadow .35s ease;
}
#navbar .wordmark,
#navbar .nav-link { color: #F5F0E8; }
#navbar .nav-link:hover { color: #C5A579; }
#navbar.nav-scrolled,
#navbar.nav-solid {
  background: #F5F0E8;
  border-bottom: 1px solid #D7C8B8;
  box-shadow: 0 10px 28px rgba(37, 35, 31, 0.08);
}
#navbar.nav-scrolled .wordmark,
#navbar.nav-scrolled .nav-link,
#navbar.nav-solid .wordmark,
#navbar.nav-solid .nav-link,
#navbar.menu-open .wordmark { color: #25231F; }
#navbar.nav-scrolled .nav-link:hover,
#navbar.nav-solid .nav-link:hover { color: #C5A579; }
#navbar.nav-scrolled .wordmark span:last-child,
#navbar.nav-solid .wordmark span:last-child { opacity: 0.65; }
#navbar.nav-scrolled .menu-bars span,
#navbar.nav-solid .menu-bars span,
#navbar.menu-open .menu-bars span { background: #25231F; }
#navbar.nav-scrolled .nav-cta,
#navbar.nav-solid .nav-cta {
  background: #42362D;
  color: #F5F0E8;
  border-color: #42362D;
}
#navbar.nav-scrolled .nav-cta:hover,
#navbar.nav-solid .nav-cta:hover {
  background: #25231F;
  color: #F5F0E8;
}
.nav-link.is-active { color: #C5A579 !important; }

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}
.site-logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}
#navbar:not(.nav-scrolled):not(.nav-solid):not(.menu-open) .site-logo {
  filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.35));
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.review-card {
  background: #FBF8F3;
  border: 1px solid #D7C8B8;
  padding: 2.4rem 1.6rem 2.2rem;
}
.review-card__photo {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0 0 1.6rem;
}
@media (min-width: 640px) {
  .review-card {
    padding: 3rem 2.6rem 2.6rem;
  }
}

.menu-bars span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #F5F0E8;
  transition: transform .35s ease, opacity .25s ease, background .35s ease;
}
.menu-open .menu-bars span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.menu-open .menu-bars span:nth-child(2) { opacity: 0; }
.menu-open .menu-bars span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

.line-mask { overflow: hidden; }
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(37,35,31,.38) 0%, rgba(37,35,31,.18) 38%, rgba(37,35,31,.72) 100%);
}

.scroll-line {
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, transparent, #F5F0E8);
  animation: scrollPulse 2.4s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: .35; transform: scaleY(.7); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1); transform-origin: top; }
}

.celeb-visual img,
.gallery-item img,
.service-visual img { transition: transform 1.4s cubic-bezier(.22,1,.36,1); }
@media (hover: hover) {
  .celeb-block:hover img { transform: scale(1.045); }
  .gallery-item:hover img { transform: scale(1.05); }
}

.svc-row { border-bottom: 1px solid rgba(167, 145, 130, 0.28); }
.svc-row:last-child { border-bottom: 0; }
.svc-row:hover { background: rgba(197, 165, 121, 0.08); }
.svc-row.is-active { background: rgba(197, 165, 121, 0.12); }

input, select, textarea {
  font-family: inherit;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(167, 145, 130, 0.45);
  color: #25231F;
  width: 100%;
  padding: 0.85rem 0;
  outline: none;
  border-radius: 0;
}
input:focus, select:focus, textarea:focus { border-bottom-color: #C5A579; }
select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #A49182 50%), linear-gradient(135deg, #A49182 50%, transparent 50%);
  background-position: calc(100% - 12px) 22px, calc(100% - 7px) 22px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
textarea { min-height: 120px; resize: vertical; }

.honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.flash-public {
  padding: 0.9rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid #D7C8B8;
  background: #F5F0E8;
  font-size: 0.92rem;
}
.flash-public.ok { border-color: #7D8575; }
.flash-public.err { border-color: #8a4a3a; color: #6b2e22; }

#mobileMenu {
  display: none;
  z-index: 48;
  overflow-y: auto;
}
#mobileMenu.is-open { display: flex; }

.wa-float {
  position: fixed;
  right: 1.1rem;
  bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px));
  z-index: 45;
}

.page-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #42362D;
}

.philosophy-block {
  position: relative;
  isolation: isolate;
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #42362D;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}
.philosophy-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(37, 35, 31, 0.52);
  pointer-events: none;
}
.philosophy-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 7rem 1.25rem;
  text-align: center;
}
@media (min-width: 640px) {
  .philosophy-copy { padding: 9rem 2rem; }
}
@media (min-width: 1024px) {
  .philosophy-copy { padding: 9rem 3rem; }
}

.reviews-stage {
  position: relative;
  isolation: isolate;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #42362D;
}
.reviews-stage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}
.reviews-stage__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(37,35,31,.28) 0%, rgba(37,35,31,.38) 45%, rgba(37,35,31,.55) 100%);
  pointer-events: none;
}
.reviews-stage__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding: 7rem 1.4rem 6rem;
  text-align: center;
  color: #F5F0E8;
}
.reviews-mark {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4.6rem;
  line-height: 0.7;
  font-weight: 400;
  color: #F5F0E8;
  margin-bottom: 1.4rem;
}
.reviews-quote {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
  color: #F5F0E8;
  white-space: pre-line;
}
.reviews-name {
  margin: 1.6rem 0 0;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #F5F0E8;
}
.reviews-event {
  margin: 0.45rem 0 0;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 232, 0.7);
}
.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-top: 2.4rem;
}
.reviews-nav__btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(245, 240, 232, 0.85);
  background: transparent;
  color: #F5F0E8;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}
.reviews-nav__btn:hover {
  background: rgba(245, 240, 232, 0.12);
}
.reviews-dots {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.reviews-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(245, 240, 232, 0.4);
  cursor: pointer;
}
.reviews-dot.is-active {
  background: #F5F0E8;
}
.reviews-slide { display: none; }
.reviews-slide.is-active { display: block; }
@media (min-width: 640px) {
  .reviews-stage__inner { padding: 8.5rem 2rem 7rem; }
  .reviews-quote { font-size: 1.32rem; line-height: 1.75; }
  .reviews-mark { font-size: 5.4rem; }
}
.crumb a { color: inherit; }
.crumb a:hover { color: #C5A579; }

.faq-list {
  border-top: 1px solid #D7C8B8;
}
.faq-item {
  border-bottom: 1px solid #D7C8B8;
}
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.3;
  color: #25231F;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ''; }
.faq-item__icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  background: #C5A579;
  transition: transform .25s ease, opacity .25s ease;
}
.faq-item__icon::before {
  left: 0;
  right: 0;
  top: 8px;
  height: 1px;
}
.faq-item__icon::after {
  top: 0;
  bottom: 0;
  left: 8px;
  width: 1px;
}
.faq-item[open] .faq-item__icon::after {
  opacity: 0;
}
.faq-item__answer {
  padding: 0 2rem 1.5rem 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(66, 54, 45, 0.88);
}
@media (min-width: 640px) {
  .faq-item summary { font-size: 1.55rem; padding: 1.5rem 0; }
}

body.modal-lock { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .scroll-line { animation: none; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
