/* Lumina White Glove Cleaning — elegant, minimalist luxury home cleaning */

:root {
  --ink: #1b1b1a;
  --gold: #b6924f;
  --gold-light: #d9be86;
  --paper: #faf8f4;
  --card: #ffffff;
  --line: #e7e1d5;
  --muted: #726b5f;
  --radius: 4px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.15; margin: 0 0 0.5em; letter-spacing: 0.01em; }

a { color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.center-head { text-align: center; max-width: 640px; margin: 0 auto 1rem; }
.eyebrow { display: block; color: var(--gold); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.72rem; margin-bottom: 0.6rem; }
.section-title { font-size: 2.3rem; }
.section-sub { color: var(--muted); margin-top: 1rem; }
.title-rule { display: block; height: 1px; width: 54px; background: var(--gold); margin: 1.1rem auto 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.85rem 2rem; border-radius: var(--radius); background: var(--ink); color: #fff;
  text-decoration: none; font-weight: 500; letter-spacing: 0.04em; border: 1px solid var(--ink); cursor: pointer; font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn:hover { background: transparent; color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-lg { padding: 1rem 2.4rem; font-size: 1rem; }
.btn-full { width: 100%; }

/* ---------- header ---------- */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
body.is-editable .site-header { top: 44px; }
.header-inner { max-width: 1140px; margin: 0 auto; padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.logo-mark {
  width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--gold); font-weight: 600;
}
.logo-text { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.25rem; color: var(--ink); letter-spacing: 0.01em; }
.main-nav { display: flex; align-items: center; gap: 2.25rem; }
.main-nav ul { list-style: none; display: flex; gap: 2rem; margin: 0; padding: 0; }
.main-nav ul a { color: var(--muted); text-decoration: none; font-weight: 500; font-size: 0.88rem; letter-spacing: 0.03em; }
.main-nav ul a:hover { color: var(--gold); }
.nav-cta-row { display: flex; align-items: center; gap: 1.5rem; }
.phone-link { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 0.9rem; }

.hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 34px; height: 34px; background: none; border: none; cursor: pointer; padding: 0; }
.hamburger span { display: block; height: 1px; width: 100%; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { padding: 4.5rem 0 5.5rem; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero h1 { font-size: 2.8rem; margin-top: 0.6rem; }
.hero-sub { color: var(--muted); font-size: 1.05rem; max-width: 460px; margin-top: 1.25rem; }
.hero-actions { display: flex; gap: 1rem; margin-top: 2.25rem; flex-wrap: wrap; }

.hero-media-inner {
  overflow: hidden; aspect-ratio: 4 / 3.4; background: var(--line);
  border: 1px solid var(--line);
}
.hero-media-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- service menu ---------- */
.menu { padding: 6rem 0 5.5rem; background: var(--card); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-list { max-width: 780px; margin: 3rem auto 0; display: flex; flex-direction: column; }
.menu-item { display: flex; gap: 1.75rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
body.is-editable .menu-item { position: relative; padding-right: 6rem; }
body.is-editable .obt-service-toggle { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.menu-item:last-child { border-bottom: none; }
.menu-index { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--gold); flex-shrink: 0; width: 2rem; }
.menu-item-body h3 { font-size: 1.35rem; margin-bottom: 0.35rem; }
.menu-item-body p { color: var(--muted); font-size: 0.94rem; margin: 0; max-width: 520px; }

/* scroll reveal — fade only, no bounce (restrained luxury motion) */
.reveal { opacity: 0; transform: translateY(14px); }
.reveal.is-visible { animation: obtReveal 0.7s ease forwards; animation-delay: var(--reveal-delay, 0s); }
@keyframes obtReveal { to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- gallery ---------- */
.gallery { padding: 5.5rem 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1rem; }
.gallery-item { overflow: hidden; border: 1px solid var(--line); }
.gallery-item img { width: 100%; height: 340px; object-fit: cover; display: block; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.04); }

/* ---------- quote ---------- */
.quote { padding: 5.5rem 0 6rem; background: var(--card); border-top: 1px solid var(--line); }
.quote-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.quote-sub { color: var(--muted); margin-top: 1.25rem; }
.quote-contact-cards { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.75rem; }
.contact-card { display: block; color: var(--ink); text-decoration: none; font-weight: 500; padding: 0.4rem 0; border-bottom: 1px solid var(--line); }
.map-frame { margin-top: 1.75rem; overflow: hidden; border: 1px solid var(--line); }

.quote-form { background: var(--paper); border: 1px solid var(--line); padding: 2.25rem; }
.form-row { margin-bottom: 1.25rem; }
.form-row--split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; font-weight: 500; margin-bottom: 0.4rem; font-size: 0.85rem; letter-spacing: 0.02em; }
input[type=text], input[type=tel], input[type=email], select, textarea {
  width: 100%; padding: 0.7rem 0.85rem; border: 1px solid var(--line); border-radius: 2px;
  font-size: 0.98rem; font-family: inherit; background: #fff; color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); }
fieldset { border: none; padding: 0; margin: 0; }
legend { font-weight: 500; margin-bottom: 0.6rem; padding: 0; font-size: 0.85rem; letter-spacing: 0.02em; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.checkbox-item { font-weight: 400; display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.65); padding: 3.5rem 0 1.5rem; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand .logo-text { color: #fff; }
.footer-col h4 { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; margin-bottom: 0.85rem; font-weight: 600; }
.footer-col p { margin: 0 0 0.5rem; }
.footer-col a { color: rgba(255,255,255,0.65); text-decoration: none; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 1.5rem; font-size: 0.82rem; text-align: center; }

/* ---------- responsive ---------- */
.nav-close { display: none; }
.nav-backdrop { display: none; }
@media (max-width: 900px) {
  .hero-inner, .quote-inner { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .main-nav ul, .nav-cta-row .phone-link { display: none; }
  .hamburger { display: flex; }
  .main-nav {
    position: fixed; top: 0; right: -100%; height: 100vh; width: 78%; max-width: 320px;
    background: var(--paper); flex-direction: column; align-items: flex-start; padding: 5rem 2rem 2rem;
    transition: right 0.25s ease; z-index: 70; overflow-y: auto;
  }
  .main-nav.open { right: 0; }
  .main-nav.open ul { display: flex; flex-direction: column; gap: 1.5rem; }
  body.is-editable .main-nav { top: 44px; height: calc(100vh - 44px); }

  .nav-close {
    display: flex; align-items: center; justify-content: center;
    position: absolute; top: 1.25rem; right: 1.25rem;
    width: 2.25rem; height: 2.25rem; border-radius: 50%;
    background: var(--line); border: none; color: var(--ink);
    font-size: 1.5rem; line-height: 1; cursor: pointer;
  }
  .nav-close:hover { background: var(--gold-light); }

  .nav-backdrop {
    display: block; position: fixed; inset: 0; background: rgba(27,27,26,0.5);
    z-index: 65; opacity: 0; visibility: hidden; transition: opacity 0.25s ease;
  }
  .nav-backdrop.open { opacity: 1; visibility: visible; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 2.2rem; }
  .menu-item { gap: 1rem; }
  .form-row--split, .checkbox-grid { grid-template-columns: 1fr; }
}
