/* ============================================================
   Feonix Aesthetics — SEO Landing Pages
   Self-contained stylesheet for /treatments/* and /feonix-men-coventry
   landing pages. Built to match the existing reskin (rose-gold palette,
   Cormorant Garamond display + Montserrat body) used on about.html.

   Loaded AFTER the shared head fragment (colors_and_type.css +
   components.css), so the rose-gold tokens and chrome overrides below
   win the cascade for these pages. Tokens are redeclared here so the
   pages render correctly regardless of which global palette is active.
   ============================================================ */

:root {
  --white:    #FFFFFF;
  --cream:    #F7F3EF;
  --light:    #EEE8E2;
  --border:   #DDD6CF;
  --dark:     #17121F;
  --mid:      #52485E;
  --muted:    #6B6478;
  --rg-light: #F4BF9D;
  --rg-mid:   #8B6842;
  --rg-dark:  #885030;

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans:    "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw: 1400px;
}

/* ---------- Reset / base ---------- */
.lp *, .lp *::before, .lp *::after { box-sizing: border-box; }
.lp { font-family: var(--font-sans); color: var(--dark); font-weight: 300; line-height: 1.6; overflow-x: hidden; }
html { overflow-x: hidden; }
.lp img { max-width: 100%; display: block; }
.lp a { color: var(--rg-dark); }

/* ---------- Layout ---------- */
.lp .container        { max-width: var(--maxw); margin: 0 auto; padding: 0 60px; }
.lp .container-narrow { max-width: 860px;       margin: 0 auto; padding: 0 60px; }
.lp section           { padding: 96px 0; }
.lp section.white     { background: var(--white); }
.lp section.cream     { background: var(--cream); }
.lp section.dark      { background: var(--dark);  color: var(--cream); }
.lp .content-block > p,
.lp .content-block > ul { max-width: 760px; }

/* ---------- Typography ---------- */
.lp h1, .lp h2, .lp h3 { font-family: var(--font-display); font-weight: 300; line-height: 1.08; }
.lp h1 { font-size: clamp(40px, 6vw, 76px); letter-spacing: -0.01em; }
.lp h2 { font-size: clamp(30px, 4vw, 50px); color: var(--dark); margin-bottom: 8px; }
.lp section.dark h2 { color: var(--cream); }
.lp h3 { font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 12px; }
.lp p  { font-size: 15px; line-height: 1.95; color: var(--mid); margin-bottom: 18px; }
.lp section.dark p { color: rgba(247,243,239,0.85); }
.lp .lead { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.7; color: var(--mid); max-width: 680px; margin-bottom: 32px; }
.lp section.hero .lead, .lp section.dark .lead { color: rgba(247,243,239,0.85); }
.lp strong { font-weight: 600; color: inherit; }
.lp ul { margin: 0 0 18px 0; padding-left: 22px; }
.lp li { font-size: 15px; line-height: 1.9; color: var(--mid); margin-bottom: 8px; }
.lp em { font-style: italic; color: var(--rg-dark); }
.lp section.dark em { color: var(--rg-light); }

.lp .eyebrow,
.lp .section-eyebrow {
  font-family: var(--font-sans); font-weight: 600;
  font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rg-mid); margin-bottom: 20px;
}
.lp section.hero .eyebrow { color: var(--rg-light); }

/* ---------- Buttons ---------- */
.lp .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  padding: 16px 32px; border: 1px solid transparent; cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.lp .btn-primary   { background: var(--rg-dark); color: var(--cream); }
.lp .btn-primary:hover { background: var(--rg-mid); }
.lp .btn-secondary { background: transparent; color: var(--cream); border-color: rgba(247,243,239,0.4); }
.lp .btn-secondary:hover { border-color: var(--cream); }
.lp section.white .btn-secondary,
.lp section.cream .btn-secondary { color: var(--dark); border-color: var(--border); }
.lp section.white .btn-secondary:hover,
.lp section.cream .btn-secondary:hover { border-color: var(--dark); }
.lp .cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

/* ---------- Hero ---------- */
.lp section.hero { background: var(--dark); color: var(--cream); padding: 170px 0 92px; }
.lp section.hero h1 { color: var(--cream); margin-bottom: 24px; }
.lp .hero-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  margin-top: 56px; background: rgba(247,243,239,0.12); border: 1px solid rgba(247,243,239,0.12);
}
.lp .hero-meta-item { background: var(--dark); padding: 22px 24px; }
.lp .hero-meta-item .label { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(247,243,239,0.55); margin-bottom: 8px; }
.lp .hero-meta-item .value { font-family: var(--font-display); font-size: 21px; color: var(--rg-light); line-height: 1.2; }

/* ---------- Feature grid ---------- */
.lp .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* Let grid items shrink below intrinsic content width (default min-width:auto
   otherwise lets long strings — e.g. the [PRICE_*] tokens at 46px — overflow). */
.lp .grid-3 > *, .lp .related-grid > *, .lp .hero-meta > * { min-width: 0; }
.lp .feature-card { background: var(--white); border: 1px solid var(--border); padding: 40px 32px; }
.lp section.cream .feature-card { background: var(--white); }
.lp .feature-card .icon {
  font-family: var(--font-display); font-size: 40px; font-weight: 400;
  color: var(--rg-dark); line-height: 1; margin-bottom: 22px; display: block;
}
.lp .feature-card h3 { color: var(--dark); }
.lp .feature-card p:last-child { margin-bottom: 0; }

/* ---------- Pricing ---------- */
.lp .price-block { background: rgba(247,243,239,0.04); border: 1px solid rgba(247,243,239,0.15); padding: 36px 28px; text-align: left; }
.lp section.dark .price-block { color: var(--cream); }
.lp .price-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rg-light); margin-bottom: 14px; }
.lp .price { font-family: var(--font-display); font-size: clamp(34px, 4vw, 46px); line-height: 1; color: var(--cream); margin-bottom: 10px; overflow-wrap: anywhere; }
.lp .price-note { font-size: 12px; color: rgba(247,243,239,0.6); line-height: 1.5; margin-bottom: 24px; min-height: 36px; }
.lp .price-block .btn { width: 100%; }

/* ---------- Practitioner ---------- */
.lp .practitioner-block { display: grid; grid-template-columns: 320px 1fr; gap: 48px; align-items: start; }
.lp .practitioner-block img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; border: 1px solid var(--border); }
.lp .practitioner-block h3 { color: var(--dark); }

/* ---------- Reviews ---------- */
.lp .review-card { background: var(--white); border: 1px solid var(--border); padding: 32px 28px; }
.lp .review-card .stars { color: var(--rg-mid); letter-spacing: 3px; font-size: 14px; margin-bottom: 16px; }
.lp .review-text { font-family: var(--font-display); font-style: italic; font-size: 19px; line-height: 1.5; color: var(--dark); margin-bottom: 16px; }
.lp .reviewer { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rg-dark); }

/* ---------- Location ---------- */
.lp .location-info { background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--rg-dark); padding: 32px 36px; margin: 28px 0; }
.lp .location-info h3 { color: var(--dark); margin-bottom: 14px; }
.lp .location-info a { color: var(--rg-dark); }

/* ---------- FAQ ---------- */
.lp .faq-item { border-bottom: 1px solid var(--border); }
.lp .faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 0;
  font-family: var(--font-display); font-size: 20px; color: var(--dark);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.lp .faq-item summary::-webkit-details-marker { display: none; }
.lp .faq-item summary::after { content: '+'; color: var(--rg-mid); font-size: 24px; font-family: var(--font-sans); transition: transform 0.3s ease; }
.lp .faq-item[open] summary::after { transform: rotate(45deg); }
.lp .faq-body { padding: 0 0 22px; }
.lp .faq-body p:last-child { margin-bottom: 0; }

/* ---------- CTA banner ---------- */
.lp section.cta-banner { background: var(--dark); color: var(--cream); padding: 96px 0; text-align: center; }
.lp section.cta-banner h2 { color: var(--cream); }
.lp section.cta-banner .lead { margin: 0 auto 32px; color: rgba(247,243,239,0.85); }

/* ---------- Related ---------- */
.lp .related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.lp .related-link {
  display: flex; align-items: center; background: var(--white); border: 1px solid var(--border);
  padding: 22px 24px; font-size: 13px; font-weight: 500; letter-spacing: 0.02em;
  color: var(--dark); text-decoration: none; transition: border-color 0.3s ease, color 0.3s ease;
}
.lp .related-link:hover { border-color: var(--rg-dark); color: var(--rg-dark); }

/* In-copy founder link (matches about.html .story-founder-link) */
.lp .content-block a, .lp .practitioner-block a, .lp .feature-card a { color: var(--rg-dark); text-decoration: underline; text-decoration-color: rgba(139,104,66,0.35); text-underline-offset: 3px; }
.lp .content-block a:hover, .lp .practitioner-block a:hover, .lp .feature-card a:hover { color: var(--rg-mid); }

/* ============================================================
   Shared chrome — rose-gold nav + mobile menu + footer
   (mirrors about.html so the injected _includes/nav + footer match)
   ============================================================ */
.lp-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 56px; background: rgba(23,18,31,0.85); backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); transition: padding 0.4s ease;
}
.lp-nav .nav-logo { height: 34px; display: block; }
.lp-nav .nav-logo-wrap { display: inline-flex; flex-direction: column; align-items: center; gap: 5px; text-decoration: none; }
.lp-nav .nav-logo-text { font-family: var(--font-display); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); }
.lp-nav .nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.lp-nav .nav-links a { font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(247,243,239,0.75); text-decoration: none; transition: color 0.3s ease; }
.lp-nav .nav-links a:hover, .lp-nav .nav-links a.active { color: var(--rg-light); }
.lp-nav .nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.lp-nav .nav-hamburger span { width: 24px; height: 1.5px; background: var(--cream); display: block; }

/* Hidden via opacity/visibility — NOT an off-canvas translateX, which would
   push a 100vw panel past the right edge and cause horizontal overflow
   (fixed elements escape body overflow-x:hidden). */
.lp-mobile-menu { position: fixed; inset: 0; z-index: 1100; background: var(--dark); display: flex; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.35s ease, visibility 0.35s ease; }
body.menu-active .lp-mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; }
.lp-mobile-menu .mobile-menu-inner { margin: auto; text-align: center; }
.lp-mobile-menu .mobile-menu-links { list-style: none; padding: 0; margin: 0 0 32px; }
.lp-mobile-menu .mobile-menu-links a { font-family: var(--font-display); font-size: 30px; color: var(--cream); text-decoration: none; display: block; padding: 10px 0; }
.lp-mobile-menu .mobile-menu-close { position: absolute; top: 24px; right: 28px; background: none; border: 0; color: var(--cream); font-size: 28px; cursor: pointer; }
.lp-mobile-menu .mobile-menu-book { background: var(--rg-dark); color: var(--cream); border: 0; padding: 16px 30px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; }

.lp-bottom-links { background: var(--dark); padding: 56px 60px; border-top: 1px solid rgba(255,255,255,0.08); }
.lp-bottom-links-inner { max-width: var(--maxw); margin: 0 auto; display: flex; gap: 80px; }
.lp-bottom-links-heading { font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.lp-bottom-links-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.lp-bottom-links-list a { font-size: 11px; letter-spacing: 0.06em; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s ease; }
.lp-bottom-links-list a:hover { color: var(--rg-light); }
.lp-footer { background: var(--dark); color: var(--cream); padding: 40px 60px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; gap: 14px; align-items: center; text-align: center; }
.lp-footer .footer-links { display: flex; flex-wrap: wrap; gap: 22px; list-style: none; padding: 0; margin: 0; justify-content: center; }
.lp-footer .footer-links a { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(247,243,239,0.6); text-decoration: none; }
.lp-footer .footer-links a:hover { color: var(--rg-light); }
.lp-footer .footer-copy { font-size: 10px; letter-spacing: 0.06em; color: rgba(247,243,239,0.4); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .lp .grid-3, .lp .related-grid { grid-template-columns: repeat(2, 1fr); }
  .lp .hero-meta { grid-template-columns: repeat(2, 1fr); }
  .lp .practitioner-block { grid-template-columns: 1fr; gap: 28px; }
  .lp .practitioner-block img { max-width: 320px; }
}
@media (max-width: 768px) {
  .lp .container, .lp .container-narrow { padding: 0 24px; }
  .lp section { padding: 64px 0; }
  .lp section.hero { padding: 130px 0 64px; }
  .lp-nav { padding: 16px 24px; }
  .lp-nav .nav-links { display: none; }
  .lp-nav .nav-hamburger { display: flex; }
  .lp-bottom-links { padding: 40px 24px; }
  .lp-bottom-links-inner { flex-wrap: wrap; gap: 36px; }
}
@media (max-width: 560px) {
  .lp .grid-3, .lp .related-grid, .lp .hero-meta { grid-template-columns: 1fr; }
}
