/**
 * Landing Page — Method Aesthetics Layout
 * Dark/gold editorial layout. Self-contained, only loads when layout=method.
 */
*,
body.landing-page *::before,
body.landing-page *::after { box-sizing: border-box; }

:root {
  --bg: #0C0B09;
  --bg2: #141210;
  --bg3: #1A1815;
  --bg4: #201E1A;
  --gold: #C4A25C;
  --gold2: #DDB97A;
  --gold-dim: rgba(196,162,92,0.12);
  --cream: #F2EDE3;
  --text: #EAE4D8;
  --muted: #978F84;
  --border: rgba(196,162,92,0.16);
  --border2: rgba(196,162,92,0.07);
  --success: #5DCAA5;
  --red: #E07070;
}
.section {
    padding: 6rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}
html { scroll-behavior: smooth; }
body.landing-page { background: var(--bg); color: var(--text); font-family: 'Jost', sans-serif; font-weight: 300; overflow-x: clip; }

/* ── NAV ── */
body.landing-page .lp-m-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 3rem;
  background: rgba(12,11,9,0.92); backdrop-filter: blur(14px);
  border-bottom: 0.5px solid var(--border2);
}
.nav-brand { display: flex; flex-direction: column; gap: 1px; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--gold2); letter-spacing: 0.06em; }
.nav-logo img { max-height: 32px; width: auto; display: block; }
.nav-tagline { font-size: 10px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.nav-right { display: flex; gap: 1rem; align-items: center; }
.nav-phone { font-size: 12px; font-weight: 400; color: var(--muted); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-phone:hover { color: var(--gold); }
.nav-cta { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 9px 22px; background: var(--gold); color: var(--bg); border-radius: 2px; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--gold2); }

/* ── HERO ── */
.hero {
  min-height: 100vh; position: relative; display: flex; align-items: center;
  padding: 9rem 3rem 5rem;
}
.hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 65% 45%, rgba(196,162,92,0.08) 0%, transparent 65%),
    radial-gradient(ellipse 35% 35% at 15% 85%, rgba(196,162,92,0.04) 0%, transparent 55%);
}
.hero-grid {
  position: absolute; inset: 0; opacity: 0.035;
  background-image:
    linear-gradient(var(--gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-content { position: relative; max-width: 700px; animation: fadeUp 0.9s ease both; }
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 1.75rem;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 0.5px; background: var(--gold); }
.hero h1 {
  font-family: 'Cormorant Garamond', serif; font-size: clamp(50px, 7vw, 86px);
  font-weight: 300; line-height: 1.06; color: var(--cream); margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold2); }
.hero-sub { font-size: 16px; font-weight: 300; color: var(--muted); line-height: 1.75; max-width: 500px; margin-bottom: 2.5rem; }
.hero-trust { display: flex; gap: 2rem; margin-bottom: 2.75rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 400; letter-spacing: 0.04em; color: var(--muted); }
.trust-icon { font-size: 18px; color: var(--gold); }
.hero-actions { display: flex; gap: 1.25rem; align-items: center; flex-wrap: wrap; }
.btn-primary { font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 15px 38px; background: var(--gold); color: var(--bg); border: none; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: var(--gold2); color: var(--bg); }
.btn-ghost { font-size: 12px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; display: inline-flex; align-items: center; gap: 6px; }
.btn-ghost:hover { color: var(--gold); }
.hero-awards {
  position: absolute; right: 3rem; bottom: 3.5rem;
  display: flex; gap: 2.5rem; animation: fadeUp 0.9s 0.25s ease both;
}
.award { text-align: center; }
.award-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--gold2); line-height: 1; }
.award-label { font-size: 10px; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* ── MARQUEE ── */
.marquee-wrap { border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border); padding: 0.85rem 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-flex; animation: marquee 28s linear infinite; }
.marquee-item { font-size: 10px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); padding: 0 2.5rem; display: flex; align-items: center; gap: 2.5rem; }
.marquee-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); display: inline-block; flex-shrink: 0; }

/* ── SECTION COMMON ── */
body.landing-page .lp-m .section { padding: 6rem 3rem; max-width: 1200px; margin: 0 auto; }
.section-eyebrow { font-size: 10px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
body.landing-page .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 4vw, 50px); font-weight: 300; color: var(--cream); line-height: 1.18; margin: 0; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; gap: 1rem; flex-wrap: wrap; }
.section-link { font-size: 11px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-decoration: none; border-bottom: 0.5px solid var(--border); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.section-link:hover { color: var(--gold); border-color: var(--gold); }

/* ── BADGE / PRICE ── */
.t-badge { display: inline-block; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 3px 9px; border: 0.5px solid var(--border); border-radius: 20px; color: var(--gold); margin-bottom: 0.85rem; }
.t-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 400; color: var(--cream); margin-bottom: 0.3rem; line-height: 1.2; }
.t-sub { font-size: 10px; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.t-desc { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.7; margin-bottom: 1.25rem; }
.t-price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 3px; }
.t-price-label { font-size: 10px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); min-width: 58px; }
.t-price-val { font-size: 14px; font-weight: 500; color: var(--text); }
.t-save { font-size: 11px; color: var(--success); }

/* ── BOOKING FORM ── */
.booking-section {
  padding: 6rem 0; background: var(--bg2);
  border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border);
}
.booking-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.booking-info { position: sticky; top: 7rem; }
.booking-info h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 4vw, 46px); font-weight: 300; color: var(--cream); line-height: 1.2; margin-bottom: 1.25rem; }
.booking-info > p { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 2rem; }
.booking-contact-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; padding: 0; }
.booking-contact-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 300; color: var(--muted); }
.bc-icon { font-size: 16px; color: var(--gold); flex-shrink: 0; width: 16px; text-align: center; }
.booking-contact-list a { color: var(--text); text-decoration: none; transition: color 0.2s; }
.booking-contact-list a:hover { color: var(--gold); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem 1.5rem; margin-top: 1.5rem; }
.hours-grid-label { grid-column: 1/-1; font-size: 10px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.hours-row { font-size: 12px; font-weight: 300; color: var(--muted); display: flex; justify-content: space-between; padding-bottom: 0.4rem; border-bottom: 0.5px solid var(--border2); }
.hours-row span:last-child { color: var(--text); }

.booking-form { background: var(--bg3); border: 0.5px solid var(--border); border-radius: 4px; padding: 2.5rem 2rem; position: relative; overflow: hidden; }
.booking-form::before { content: ''; position: absolute; top: -1px; left: 1.5rem; right: 1.5rem; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--cream); margin-bottom: 0.5rem; }
.form-sub { font-size: 12px; font-weight: 300; color: var(--muted); margin-bottom: 1.75rem; }
.form-note { font-size: 11px; font-weight: 300; color: var(--muted); text-align: center; margin-top: 0.75rem; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; background: var(--bg4); border: 0.5px solid rgba(196,162,92,0.2);
  border-radius: 2px; padding: 10px 12px; font-family: 'Jost', sans-serif; font-size: 13px;
  font-weight: 300; color: var(--text); outline: none; transition: border-color 0.2s;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); }
.booking-form button[type=submit], .booking-form .gform_button, .booking-form input[type=submit] {
  width: 100%; padding: 14px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; background: var(--gold); color: var(--bg);
  border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s;
}
.booking-form button[type=submit]:hover, .booking-form .gform_button:hover { background: var(--gold2); }
.booking-form label { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }

/* ── MEMBERSHIP ── */
.membership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.m-tier { background: var(--bg2); border: 0.5px solid var(--border); border-radius: 4px; overflow: hidden; position: relative; }
.m-tier.popular { border-color: rgba(196,162,92,0.4); }
.m-tier-popular { position: absolute; top: 14px; right: 14px; z-index: 2; background: var(--gold); color: var(--bg); font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; }
.m-tier img { width: 100%; height: 200px; object-fit: cover; filter: brightness(0.8) saturate(0.8); display: block; }
.m-tier-body { padding: 2rem 1.75rem; }
.m-tier-name { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; color: var(--cream); margin: 0.75rem 0 0.25rem; }
.m-tier-price { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 300; color: var(--gold2); line-height: 1; margin: 0.5rem 0 1.25rem; }
.m-tier-price small { font-size: 16px; color: var(--muted); font-weight: 300; font-family: 'Jost', sans-serif; }
.m-tier-features { list-style: none; display: grid; grid-template-columns: 1fr; gap: 0.6rem; margin: 0 0 1.5rem; padding: 0; }
.m-tier-features li { font-size: 13px; font-weight: 300; color: var(--muted); display: flex; align-items: center; gap: 9px; }
.m-tier-features li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.m-tier .btn-primary { display: block; text-align: center; }

/* ── TREATMENT PHOTO CARDS ── */
.tx-card {
  background: var(--bg2); border: 0.5px solid var(--border);
  border-radius: 4px; overflow: hidden;
  text-decoration: none; color: inherit; display: block;
  transition: transform 0.25s, border-color 0.25s;
}
.tx-card:hover { transform: translateY(-3px); border-color: rgba(196,162,92,0.35); }
.tx-photo {
  width: 100%; height: 220px; object-fit: cover; display: block;
  filter: brightness(0.88) saturate(0.85);
  transition: filter 0.3s;
}
.tx-card:hover .tx-photo { filter: brightness(0.95) saturate(1); }
.tx-body { padding: 1.75rem 1.5rem; }
.photo-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.photo-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.photo-grid-3 .tx-card.span-full { grid-column: 1 / -1; }
.photo-grid-3 .tx-card.span-full .tx-photo { height: 260px; }

/* ── PROCESS STEPS ── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border2); margin-top: 3rem; border: 0.5px solid var(--border2); border-radius: 4px; overflow: hidden; }
.step { padding: 2.25rem 1.5rem; background: var(--bg); }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: rgba(196,162,92,0.18); line-height: 1; margin-bottom: 1.25rem; }
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 400; color: var(--cream); margin-bottom: 0.65rem; }
.step-desc { font-size: 12px; font-weight: 300; color: var(--muted); line-height: 1.7; }

/* ── TESTIMONIALS ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.testimonial { background: var(--bg2); border: 0.5px solid var(--border2); border-radius: 4px; padding: 1.75rem 1.5rem; }
.stars { color: var(--gold); font-size: 11px; letter-spacing: 2px; margin-bottom: 1rem; }
.testimonial-text { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 300; font-style: italic; color: var(--cream); line-height: 1.5; margin-bottom: 1.25rem; }
.testimonial-author { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.testimonial-treatment { font-size: 10px; color: var(--gold); margin-top: 2px; letter-spacing: 0.06em; }

/* ── FAQ ── */
.faq-section { padding: 6rem 0; background: var(--bg2); border-top: 0.5px solid var(--border); }
.faq-inner { max-width: 1200px; margin: 0 auto; padding: 0 3rem; display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.faq-sticky { position: sticky; top: 7rem; }
.faq-sticky p { font-size: 14px; font-weight: 300; color: var(--muted); line-height: 1.8; margin-top: 1.25rem; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 0.5px solid var(--border2); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 0; cursor: pointer; gap: 1rem;
  background: none; border: none; width: 100%; text-align: left;
}
.faq-q-text { font-size: 15px; font-weight: 400; color: var(--cream); line-height: 1.4; }
.faq-icon { font-size: 14px; flex-shrink: 0; color: var(--gold); transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer p { font-size: 13px; font-weight: 300; color: var(--muted); line-height: 1.8; padding-bottom: 1.25rem; }
.faq-item.open .faq-answer { max-height: 600px; }

/* ── CTA BAR ── */
.cta-bar {
  padding: 5rem 3rem; text-align: center; position: relative; overflow: hidden;
  background: var(--bg);
}
.cta-bar-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 55% at 50% 50%, rgba(196,162,92,0.06) 0%, transparent 70%); }
.cta-bar h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 5vw, 64px); font-weight: 300; color: var(--cream); line-height: 1.15; margin-bottom: 1rem; position: relative; }
.cta-bar h2 em { font-style: italic; color: var(--gold2); }
.cta-bar p { font-size: 14px; font-weight: 300; color: var(--muted); margin-bottom: 2.5rem; position: relative; }
.cta-actions { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── FOOTER ── */
body.landing-page .lp-m-footer { border-top: 0.5px solid var(--border2); padding: 3rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: var(--bg); }
.footer-brand .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 300; color: var(--gold); }
.footer-brand img { height: 32px; width: auto; object-fit: contain; margin-bottom: 6px; }
.footer-brand p { font-size: 11px; font-weight: 300; color: var(--muted); margin-top: 3px; }
.footer-brand a { color: var(--gold); text-decoration: none; }
.footer-links { display: flex; gap: 1.75rem; list-style: none; justify-content: center; flex-wrap: wrap; padding: 0; }
.footer-links a { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-right { text-align: right; }
.footer-right p { font-size: 11px; color: rgba(151,143,132,0.45); line-height: 1.7; }
.footer-right a { color: var(--gold); text-decoration: none; }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.lp-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.65s ease, transform 0.65s ease; }
.lp-reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  body.landing-page .lp-m-nav { padding: 1rem 1.5rem; }
  .hero, .cta-bar { padding-left: 1.5rem; padding-right: 1.5rem; }
  .hero-awards { right: 1.5rem; gap: 1.5rem; }
  .hero-awards .award-num { font-size: 32px; }
  body.landing-page .lp-m .section { padding: 4rem 1.5rem; }
  .photo-grid-2 { grid-template-columns: 1fr; }
  .photo-grid-3 { grid-template-columns: 1fr; }
  .photo-grid-3 .tx-card.span-full { grid-column: span 1; }
  .booking-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 0 1.5rem; }
  .booking-info { position: static; }
  .membership-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-inner { grid-template-columns: 1fr; gap: 2rem; padding: 0 1.5rem; }
  .faq-sticky { position: static; }
  body.landing-page .lp-m-footer { grid-template-columns: 1fr; text-align: center; padding: 2rem 1.5rem; }
  .footer-right { text-align: center; }
  .footer-links { justify-content: center; }
  .booking-section { padding: 4rem 0; }
  .faq-section { padding: 4rem 0; }
}
