/* =========================================================
   Ultra Cleaning — Mockup Styles
   Palette: charcoal + ivory + warm gold accent
   ========================================================= */

:root {
  --bg: #0b0b0b;
  --bg-alt: #111111;
  --surface: #ffffff;
  --surface-alt: #f6f4ef;
  --ink: #0b0b0b;
  --ink-soft: #3a3a3a;
  --muted: #6b6b6b;
  --line: #e7e3da;
  --line-dark: #262626;
  --accent: #c9a96a;
  --accent-2: #b3925a;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.18);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1180px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.05; margin: 0 0 1rem; font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.75rem); line-height: 1.1; margin: 0 0 .75rem; font-weight: 700; }
h3 { font-size: 1.25rem; margin: 0 0 .5rem; font-weight: 700; }
p  { margin: 0 0 1rem; color: var(--ink-soft); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent-2);
  font-weight: 600;
  margin-bottom: .75rem;
}

.accent { color: var(--accent); font-style: italic; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .85rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
  white-space: nowrap;
}
.btn--lg { padding: 1.05rem 1.75rem; font-size: 1rem; }
.btn--primary {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.btn--primary:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); transform: translateY(-1px); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(0,0,0,.15);
}
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-1px); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand__logo {
  display: block;
  height: 44px;
  width: auto;
}
.hero__logo {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 0 1.5rem;
}
.footer__logo {
  display: block;
  height: 60px;
  width: auto;
}

.nav__links { display: flex; gap: 2rem; }
.nav__links a {
  font-size: .95rem; font-weight: 500; color: var(--ink-soft);
  position: relative;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__cta { padding: .7rem 1.15rem; font-size: .9rem; }

.nav__toggle {
  display: none;
  background: none; border: 0; cursor: pointer;
  width: 40px; height: 40px; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav__toggle span { display: block; width: 22px; height: 2px; background: var(--ink); transition: transform .2s var(--ease), opacity .2s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  padding: 1rem 24px 1.5rem;
  gap: 1rem;
  border-top: 1px solid var(--line);
  background: #fff;
}
.nav__mobile a { padding: .5rem 0; font-weight: 500; }
.nav__mobile[hidden="false"], .nav__mobile.is-open { display: flex; }

/* ============ HERO ============ */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 880px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(11,11,11,.55) 0%, rgba(11,11,11,.55) 78%, rgba(11,11,11,.35) 100%),
    url('photos/IMG_6908.jpg') center 70%/cover no-repeat;
  padding: clamp(5rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 6rem);
}
.hero__bg { display: none; }
.hero__inner {
  position: relative;
  display: block;
  text-align: left;
}
.hero__content { max-width: 780px; }
.hero .eyebrow { color: var(--accent); text-shadow: 0 2px 8px rgba(0,0,0,.55); }
.hero h1 { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.hero .accent { color: var(--accent); }
.hero .lede { color: rgba(255,255,255,.9); text-shadow: 0 1px 6px rgba(0,0,0,.5); }
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.35); }
.hero .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero .badges li { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); backdrop-filter: blur(6px); }
.lede { font-size: 1.15rem; color: var(--ink-soft); max-width: 55ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 2rem; }

.badges {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .5rem .75rem;
}
.badges li {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .5rem .9rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.badges__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(201,169,106,.2);
}

.hero__card {
  display: none;
}
.hero__flyer {
  display: none;
}

/* ============ SECTIONS ============ */
.section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}
.section--alt { background: var(--surface-alt); }
.section__head {
  max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3.5rem); text-align: center;
}

/* Hide any panel with the hidden attribute (beats display: grid). */
[hidden] { display: none !important; }

/* ============ SERVICES ============ */
.services {
  display: grid; gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.service {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--accent); }
.service h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.service__price {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  color: var(--accent-2);
  font-weight: 600;
}

/* ============ GALLERY (see later block) ============ */

/* ============ PRICING ============ */
.pricing-tabs {
  display: inline-flex;
  padding: .35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  margin: 0 auto 2rem;
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap; gap: .25rem;
}
.pricing-tabs { display: flex; justify-content: center; }
.section--alt .pricing-tabs { background: #fff; }
.pricing-tab {
  border: 0; background: transparent;
  padding: .7rem 1.2rem;
  font-weight: 600; font-size: .9rem;
  border-radius: 999px;
  cursor: pointer;
  color: var(--ink-soft);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.pricing-tab:hover { color: var(--ink); }
.pricing-tab.is-active { background: var(--ink); color: #fff; }

.pricing-grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.price-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem;
  display: flex; flex-direction: column; gap: .35rem;
  text-align: left;
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.price-card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--shadow-md); }
.price-card__size { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 600; }
.price-card__amt { font-family: 'Playfair Display', serif; font-size: 1.85rem; font-weight: 700; color: var(--ink); }
.price-card__amt sup { color: var(--accent); font-size: 1rem; margin-left: 2px; top: -.8em; }

.pricing-note { text-align: center; font-size: .9rem; color: var(--muted); margin-top: 1.5rem; }

/* ============ ADD-ONS ============ */
.addons {
  display: grid; gap: .75rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.addon {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1rem 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.addon:hover { border-color: var(--accent); transform: translateY(-2px); }
.addon span { font-weight: 500; }
.addon b { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--ink); white-space: nowrap; }

/* ============ GALLERY ============ */
.gallery {
  column-count: 3;
  column-gap: 14px;
}
.gallery__item {
  margin: 0 0 14px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface-alt);
  box-shadow: var(--shadow-sm);
  cursor: zoom-in;
  break-inside: avoid;
  display: block;
}
.gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .6s var(--ease), filter .4s var(--ease);
}
.gallery__item:hover img { transform: scale(1.03); filter: brightness(1.03); }
@media (max-width: 800px) {
  .gallery { column-count: 2; }
}
@media (max-width: 480px) {
  .gallery { column-count: 1; }
}

/* ============ LIGHTBOX ============ */
.lightbox {
  position: fixed; inset: 0;
  z-index: 9999;
  background: rgba(8, 8, 8, 0.92);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  opacity: 0;
  transition: opacity .25s var(--ease);
  cursor: zoom-out;
}
.lightbox[hidden] { display: none; }
.lightbox.is-open { opacity: 1; }
.lightbox__stage {
  margin: 0;
  max-width: min(1200px, 92vw);
  max-height: 88vh;
  display: flex; flex-direction: column; align-items: center; gap: .75rem;
  cursor: default;
}
.lightbox__img {
  max-width: 100%;
  max-height: 82vh;
  width: auto; height: auto;
  border-radius: 10px;
  box-shadow: 0 30px 100px rgba(0,0,0,.6);
  background: #111;
  object-fit: contain;
}
.lightbox__caption {
  color: #e9e6df;
  font-size: .9rem;
  letter-spacing: .02em;
  text-align: center;
  max-width: 60ch;
}
.lightbox__btn {
  position: absolute;
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  width: 48px; height: 48px;
  border-radius: 999px;
  font-size: 1.75rem;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: background .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease);
}
.lightbox__btn:hover { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.lightbox__close { top: 20px; right: 20px; }
.lightbox__prev  { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__next  { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__prev:hover, .lightbox__next:hover { transform: translateY(-50%) scale(1.05); }
@media (max-width: 640px) {
  .lightbox__btn { width: 42px; height: 42px; font-size: 1.5rem; }
  .lightbox__close { top: 14px; right: 14px; }
  .lightbox__prev { left: 10px; }
  .lightbox__next { right: 10px; }
}
body.no-scroll { overflow: hidden; }

/* ============ AREA ============ */
.area {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.area__list {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem;
}
.area__list li {
  padding: .9rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 500;
}

/* ============ BOOKING ============ */
#book {
  position: relative;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(11,11,11,.86) 0%, rgba(11,11,11,.92) 100%),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=80') center/cover fixed no-repeat;
}
#book .section__head h2, #book .section__head .eyebrow { color: #fff; }
#book .section__head .eyebrow { color: var(--accent); }
#book .section__head p { color: rgba(255,255,255,.8); }

.booking {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.5rem;
  align-items: stretch;
}
.booking__panel {
  background: var(--ink); color: #fff;
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.booking__panel h3 { color: #fff; font-size: 1.6rem; }
.booking__panel p { color: rgba(255,255,255,.75); }
.booking__panel .btn--primary {
  background: var(--accent); color: var(--ink); border-color: var(--accent);
}
.booking__panel .btn--primary:hover { background: #fff; border-color: #fff; }
.booking__panel .btn--ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.booking__panel .btn--ghost:hover { border-color: #fff; }
.booking__or {
  text-align: center; margin: .25rem 0; color: rgba(255,255,255,.5);
  font-size: .8rem; letter-spacing: .18em; text-transform: uppercase;
}
.booking__contact { display: flex; flex-wrap: wrap; gap: .5rem; }

.booking__embed {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.booking__placeholder {
  height: 100%; min-height: 480px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 2rem;
  background:
    repeating-linear-gradient(45deg, #fafaf7, #fafaf7 10px, #f2efe7 10px, #f2efe7 20px);
}
.booking__placeholder strong {
  display: block;
  font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--ink); margin-bottom: .5rem;
}
.booking__placeholder p { color: var(--muted); max-width: 40ch; margin: 0 auto; }

/* ============ CONTACT ============ */
.contact {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.contact__cards { display: grid; gap: 1rem; }
.contact-card {
  display: flex; flex-direction: column; gap: .25rem;
  padding: 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
a.contact-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.contact-card__label { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.contact-card__value { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--ink); }

/* ============ FOOTER ============ */
.footer {
  background: var(--ink); color: rgba(255,255,255,.75);
  padding: 3rem 0 2rem;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 2rem;
  align-items: center;
}
.footer__brand { display: flex; align-items: center; gap: 1rem; }
.footer__brand .brand__mark { background: var(--accent); color: var(--ink); }
.footer__brand strong { display: block; color: #fff; font-family: 'Playfair Display', serif; font-size: 1.15rem; }
.footer__brand span { font-size: .82rem; color: rgba(255,255,255,.6); }
.footer__links { display: flex; gap: 1.5rem; justify-content: center; }
.footer__links a { font-size: .9rem; color: rgba(255,255,255,.75); }
.footer__links a:hover { color: var(--accent); }
.footer__meta { display: flex; flex-direction: column; gap: .25rem; text-align: right; font-size: .82rem; }
.footer__socials {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: .75rem;
}
.footer__social {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
}
.footer__social:hover {
  background: var(--accent);
  color: var(--ink);
  border-color: var(--accent);
  transform: translateY(-2px);
}
.footer__credit {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .02em;
}
.footer__credit a {
  color: var(--accent);
  font-weight: 600;
  transition: color .2s var(--ease);
}
.footer__credit a:hover { color: #fff; }

/* ============ REVEAL ANIMATION ============ */
.reveal {
  opacity: 0; transform: translateY(20px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__card { order: -1; min-height: 300px; }
  .area, .contact { grid-template-columns: 1fr; }
  .booking { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; text-align: center; }
  .footer__brand, .footer__meta, .footer__links { justify-content: center; text-align: center; }
  .footer__brand { justify-content: center; }
}
@media (max-width: 720px) {
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: inline-flex; }
  h1 { font-size: 2.2rem; }
  .hero__logo-mark { width: 80px; height: 80px; font-size: 2rem; }
  .booking__panel { padding: 1.75rem; }
  .area__list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
