/* =============================================
   SHE BY SHERLEY — Sections Styles
   ============================================= */

/* ── NAV ── */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 20px 60px; background: rgba(248,246,244,0.93); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(74,46,43,0.08); transition: all 0.3s; }
.nav-logo { display: flex; align-items: center; text-decoration: none; line-height: 1; }
.nav-logo-svg { height: 32px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links li { display: flex; align-items: center; }
.nav-links a { text-decoration: none; font-size: 0.72rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); opacity: 0.7; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 1; }
.nav-cta { background: var(--brown) !important; color: var(--ivory) !important; opacity: 1 !important; padding: 10px 24px !important; border-radius: 2px; }
.nav-login { border: 1px solid rgba(74,46,43,0.22) !important; padding: 8px 18px !important; border-radius: 2px !important; opacity: 1 !important; font-size: 0.68rem !important; letter-spacing: 1.5px !important; animation: nav-login-pulse 3s ease-in-out infinite; }
@keyframes nav-login-pulse {
  0%, 100% { border-color: rgba(74,46,43,0.18); }
  50%       { border-color: rgba(184,130,143,0.65); color: var(--rose-deep) !important; }
}
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--brown); transition: all 0.3s; }
.nav-mobile { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--ivory); z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.nav-mobile.open { display: flex; }
.nav-mobile a { text-decoration: none; font-size: 1.1rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--brown); opacity: 0.8; }
.nav-mobile-close { position: absolute; top: 24px; right: 24px; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--brown); }
.nav-mobile-label { font-size: 0.58rem; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); opacity: 0.6; pointer-events: none; }
.nav-mobile-cta { color: var(--brown) !important; font-weight: 600 !important; }
.nav-mobile-login { font-size: 0.65rem !important; letter-spacing: 2px !important; opacity: 0.5 !important; }

/* ── MEGA MENU ──
   The <li> has position:relative so the mega-menu sits below it.
   We use a transparent ::before bridge inside the mega-menu so the
   hover gap between the link and the panel doesn't break the hover. */
.nav-item-programs { position: relative; }
.nav-item-programs > a { display: inline-flex; align-items: center; gap: 6px; }
.nav-item-programs > a .nav-arrow { display: inline-block; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid currentColor; opacity: 0.5; transition: transform 0.25s; flex-shrink: 0; }
.nav-item-programs:hover > a .nav-arrow { transform: rotate(-180deg); opacity: 1; }
.mega-menu {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--ivory); border: 1px solid rgba(74,46,43,0.1);
  border-radius: 4px; box-shadow: 0 16px 48px rgba(74,46,43,0.14);
  padding: 8px; min-width: 560px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 200;
}
/* Transparent bridge so mouse can travel from link to mega-menu */
.mega-menu::before {
  content: ''; position: absolute; bottom: 100%; left: 0; right: 0;
  height: 14px;
}
.mega-menu::after { content: ''; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid rgba(74,46,43,0.1); }
.nav-item-programs:hover .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.mega-item { display: block; padding: 16px 18px; border-radius: 3px; text-decoration: none; transition: background 0.15s; }
.mega-item:hover { background: var(--rose); }
.mega-item-icon { font-size: 1.3rem; display: block; margin-bottom: 7px; }
.mega-item-name { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.5px; color: var(--brown); display: block; margin-bottom: 3px; white-space: nowrap; }
.mega-item-desc { font-size: 0.68rem; font-weight: 300; color: var(--text-muted); line-height: 1.45; display: block; }

/* ── HERO ── */
#hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: var(--rose); overflow: hidden; padding-top: 56px; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 60px 50px 60px 80px; }
.hero-tag { font-size: 0.63rem; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.hero-tag::before { content: ''; width: 32px; height: 1px; background: var(--text-muted); display: block; }
.hero-headline { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 3.5vw, 3.6rem); line-height: 1.12; font-weight: 500; color: var(--brown); margin-bottom: 24px; letter-spacing: -0.5px; }
.hero-headline em { font-style: italic; font-weight: 400; }
.hero-sub { font-size: 0.9rem; font-weight: 300; line-height: 1.85; color: var(--brown-light); max-width: 400px; margin-bottom: 40px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid rgba(74,46,43,0.12); flex-wrap: wrap; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 500; color: var(--brown); line-height: 1; display: block; }
.stat-label { font-size: 0.62rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 4px; display: block; }
.hero-right { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; padding-right: 28px; }
.hero-circle { position: absolute; bottom: -10%; right: -5%; width: 480px; height: 480px; border-radius: 50%; background: rgba(74,46,43,0.05); }
.hero-circle-2 { position: absolute; top: 12%; right: 8%; width: 160px; height: 160px; border-radius: 50%; background: rgba(163,177,138,0.18); }
.hero-img {
  --hero-img-scale: 1.14;
  --hero-img-x: 10px;
  --hero-img-y: 8px;
  height: 92%;
  max-height: 760px;
  width: auto;
  max-width: 102%;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
  transform-origin: center bottom;
  animation: heroIn 0.8s ease-out forwards;
  opacity: 0;
}
@keyframes heroIn {
  from { opacity: 0; transform: translate3d(var(--hero-img-x), 20px, 0) scale(var(--hero-img-scale)); }
  to { opacity: 1; transform: translate3d(var(--hero-img-x), var(--hero-img-y), 0) scale(var(--hero-img-scale)); }
}
.hero-tag, .hero-headline, .hero-sub, .hero-actions, .hero-stats { opacity: 0; transform: translateY(18px); animation: fadeUp 0.7s ease forwards; }
.hero-tag { animation-delay: 0.1s; } .hero-headline { animation-delay: 0.25s; } .hero-sub { animation-delay: 0.4s; } .hero-actions { animation-delay: 0.55s; } .hero-stats { animation-delay: 0.7s; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }

/* ── ABOUT ── */
#about { background: var(--ivory); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 100px 80px; }
.about-images { position: relative; height: 560px; }
.about-img-main { width: 72%; height: 80%; object-fit: cover; object-position: top; position: absolute; bottom: 0; left: 0; border-radius: 2px; box-shadow: 12px 20px 60px rgba(74,46,43,0.12); }
.about-img-second { width: 52%; height: 55%; object-fit: cover; object-position: top; position: absolute; top: 0; right: 0; border-radius: 2px; box-shadow: 12px 20px 60px rgba(74,46,43,0.12); }
.about-badge { position: absolute; bottom: 20px; right: 0; background: var(--brown); color: var(--ivory); padding: 22px 26px; width: 165px; text-align: center; border-radius: 2px; z-index: 3; }
.about-badge .num { font-family: 'Playfair Display', serif; font-size: 2.2rem; display: block; line-height: 1; }
.about-badge .lbl { font-size: 0.58rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; opacity: 0.7; margin-top: 6px; display: block; line-height: 1.4; }
.about-quote { border-left: 2px solid var(--rose-deep); padding-left: 22px; margin: 28px 0; font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.08rem; color: var(--brown); line-height: 1.7; }
.about-content p { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: var(--brown-light); margin-bottom: 16px; }

/* ── METHODOLOGY ── */
#metodologia { background: #2e1c1a; padding: 100px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.metod-text .section-tag { color: var(--rose); }
.metod-text .section-tag::before { background: var(--rose); }
.metod-text .section-title { color: var(--ivory); margin-bottom: 20px; }
.metod-text p { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: rgba(248,246,244,0.62); margin-bottom: 14px; }
.metod-pillars { display: flex; flex-direction: column; gap: 2px; margin-top: 32px; }
.metod-pillar { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(248,246,244,0.07); }
.metod-pillar:last-child { border-bottom: none; }
.metod-pillar-num { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 500; color: rgba(234,214,220,0.3); min-width: 28px; line-height: 1.5; }
.metod-pillar-text strong { font-size: 0.78rem; font-weight: 600; color: var(--ivory); display: block; margin-bottom: 3px; letter-spacing: 0.3px; }
.metod-pillar-text span { font-size: 0.76rem; font-weight: 300; color: rgba(248,246,244,0.45); line-height: 1.6; }
.metod-video-wrap { position: relative; border-radius: 4px; overflow: hidden; box-shadow: 0 24px 72px rgba(0,0,0,0.35); aspect-ratio: 16/9; }
.metod-video-thumb { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #2a1815; cursor: pointer; transition: opacity 0.35s; z-index: 2; }
.metod-video-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.28; }
.metod-play-wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.metod-play-btn { width: 72px; height: 72px; border-radius: 50%; background: var(--rose); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s; box-shadow: 0 8px 36px rgba(0,0,0,0.4); }
.metod-play-btn:hover { transform: scale(1.1); background: var(--ivory); }
.metod-play-btn span { color: var(--brown); font-size: 1.4rem; margin-left: 4px; line-height: 1; }
.metod-video-caption { text-align: center; }
.metod-video-caption strong { display: block; font-family: 'Playfair Display', serif; font-size: 0.95rem; color: var(--ivory); margin-bottom: 4px; }
.metod-video-caption small { font-size: 0.65rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(248,246,244,0.35); }
.metod-video-player { position: absolute; inset: 0; width: 100%; height: 100%; display: none; background: #000; object-fit: cover; z-index: 1; }

/* ── PROGRAMS ── */
#programs { background: var(--brown); text-align: center; padding: 100px 80px; }
#programs .section-tag { color: var(--rose); justify-content: center; }
#programs .section-tag::before { background: var(--rose); }
#programs .section-title { color: var(--ivory); margin-bottom: 14px; }
.programs-sub { font-size: 0.88rem; font-weight: 300; color: rgba(248,246,244,0.55); max-width: 500px; margin: 0 auto 60px; line-height: 1.8; }
.programs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1060px; margin: 0 auto 56px; }
a.program-card { text-decoration: none; display: block; }
.program-card { background: rgba(248,246,244,0.05); border: 1px solid rgba(248,246,244,0.1); padding: 44px 36px; text-align: left; border-radius: 2px; transition: all 0.3s; position: relative; overflow: hidden; }
.program-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--rose); transform: scaleX(0); transition: transform 0.3s; }
.program-card:hover::before { transform: scaleX(1); }
.program-card:hover { background: rgba(248,246,244,0.09); transform: translateY(-4px); }
.program-card.featured-prog { background: rgba(234,214,220,0.1); border-color: rgba(234,214,220,0.25); }
.program-icon { font-size: 1.7rem; margin-bottom: 18px; display: block; }
.program-label { font-size: 0.58rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--rose-deep); margin-bottom: 10px; display: block; }
.program-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 500; color: var(--ivory); margin-bottom: 12px; line-height: 1.2; }
.program-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: rgba(248,246,244,0.58); margin-bottom: 20px; }
.program-pill { display: inline-block; border: 1px solid rgba(163,177,138,0.5); color: var(--sage); font-size: 0.6rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin: 3px 3px 0 0; }
.program-link-arrow { margin-top: 20px; font-size: 0.72rem; font-weight: 500; letter-spacing: 1.5px; color: var(--rose); text-transform: uppercase; display: block; }

/* ── HOW ── */
#how { background: var(--rose); padding: 100px 80px; }
.how-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.how-header p { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: var(--brown-light); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.step { background: rgba(248,246,244,0.5); padding: 44px 32px; transition: background 0.3s; }
.step:hover { background: rgba(248,246,244,0.9); }
.step-num { font-family: 'Playfair Display', serif; font-size: 3.2rem; color: rgba(74,46,43,0.1); line-height: 1; margin-bottom: 20px; display: block; }
.step-title { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 500; color: var(--brown); margin-bottom: 10px; }
.step-desc { font-size: 0.8rem; font-weight: 300; line-height: 1.8; color: var(--brown-light); }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--ivory); padding: 100px 80px; text-align: center; }
.testimonials-sub { font-size: 0.87rem; color: var(--text-muted); margin-bottom: 60px; font-weight: 300; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.testimonial-card { background: var(--rose); padding: 40px 36px; border-radius: 2px; position: relative; }
.testimonial-card::before { content: '"'; font-family: 'Playfair Display', serif; font-size: 5rem; color: rgba(74,46,43,0.08); position: absolute; top: 12px; left: 28px; line-height: 1; }
.testimonial-text { font-size: 0.87rem; font-weight: 300; line-height: 1.85; color: var(--brown); margin-bottom: 22px; padding-top: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(74,46,43,0.1); padding-top: 16px; }
.author-avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--brown); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.88rem; color: var(--ivory); flex-shrink: 0; }
.author-name { font-size: 0.78rem; font-weight: 600; color: var(--brown); display: block; }
.author-detail { font-size: 0.7rem; font-weight: 300; color: var(--text-muted); margin-top: 2px; display: block; }

/* ── RESULTS / BEFORE-AFTER ── */
#results { background: var(--ivory); padding: 100px 80px; text-align: center; }
.results-sub { font-size: 0.88rem; font-weight: 300; color: var(--text-muted); margin-bottom: 60px; line-height: 1.8; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1060px; margin: 0 auto 60px; }
.result-card-outer { text-align: left; }
.result-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 20px; border-radius: 4px; overflow: hidden; }
.result-img-wrap { position: relative; overflow: hidden; }
.result-img-wrap img { width: 100%; height: 280px; object-fit: cover; object-position: top; display: block; transition: transform 0.4s ease; }
.result-card-outer:hover .result-img-wrap img { transform: scale(1.03); }
.result-img-label { position: absolute; bottom: 10px; left: 10px; background: rgba(74,46,43,0.75); color: var(--ivory); font-size: 0.55rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 4px 9px; border-radius: 2px; backdrop-filter: blur(4px); }
.result-name { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 500; color: var(--brown); margin-bottom: 4px; display: block; }
.result-meta { font-size: 0.72rem; font-weight: 300; color: var(--text-muted); margin-bottom: 10px; display: block; }
.result-quote { font-size: 0.82rem; font-weight: 300; line-height: 1.75; color: var(--brown-light); font-style: italic; }
.result-pill { display: inline-block; background: var(--rose); color: var(--brown); font-size: 0.58rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; margin-top: 10px; }

/* ── FAQ ── */
#faq { background: var(--rose); padding: 100px 80px; }
.faq-inner { display: grid; grid-template-columns: 1fr 1.6fr; gap: 100px; align-items: start; max-width: 1060px; margin: 0 auto; }
.faq-left p { font-size: 0.9rem; font-weight: 300; line-height: 1.9; color: var(--brown-light); margin-top: 20px; margin-bottom: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: rgba(248,246,244,0.5); border-radius: 2px; overflow: hidden; transition: background 0.25s; }
.faq-item.open { background: var(--ivory); }
.faq-q { width: 100%; background: none; border: none; padding: 22px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; text-align: left; font-family: 'Montserrat', sans-serif; }
.faq-q-text { font-size: 0.88rem; font-weight: 500; color: var(--brown); line-height: 1.4; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(74,46,43,0.2); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--brown); flex-shrink: 0; transition: transform 0.3s, background 0.3s; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--brown); color: var(--ivory); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.3s ease; padding: 0 28px; }
.faq-item.open .faq-answer { max-height: 300px; padding: 0 28px 22px; }
.faq-answer p { font-size: 0.85rem; font-weight: 300; line-height: 1.85; color: var(--brown-light); }

/* ── QUIZ TRIGGER ── */
#quiz-trigger { background: #3d2724; padding: 100px 80px; text-align: center; }
#quiz-trigger .section-tag { color: var(--rose); justify-content: center; }
#quiz-trigger .section-tag::before { background: var(--rose); }
#quiz-trigger .section-title { color: var(--ivory); margin-bottom: 20px; }
.quiz-trigger-sub { font-size: 0.9rem; font-weight: 300; color: rgba(248,246,244,0.58); max-width: 480px; margin: 0 auto 40px; line-height: 1.8; }

/* ── PRICING ── */
#pricing { background: var(--ivory); padding: 100px 80px; text-align: center; }
.pricing-sub { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 60px; font-weight: 300; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; margin: 0 auto; }
.pricing-card { border: 1px solid rgba(74,46,43,0.1); padding: 48px 36px; text-align: left; border-radius: 2px; background: var(--ivory); transition: all 0.3s; position: relative; }
.pricing-card.featured { background: var(--brown); border-color: var(--brown); transform: translateY(-8px); box-shadow: 0 24px 60px rgba(74,46,43,0.2); }
.pricing-card.featured .pricing-name, .pricing-card.featured .pricing-price, .pricing-card.featured .pricing-desc, .pricing-card.featured .pricing-feature { color: var(--ivory); }
.pricing-card.featured .pricing-price span { color: rgba(248,246,244,0.6); }
.pricing-card.featured .pricing-feature { border-color: rgba(248,246,244,0.1); }
.pricing-card.featured .pricing-feature::before { background: var(--sage); }
.featured-badge { position: absolute; top: -1px; right: 28px; background: var(--sage); color: white; font-size: 0.58rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 0 0 4px 4px; }
.pricing-name { font-size: 0.65rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 24px; display: block; }
.pricing-price { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 400; color: var(--brown); line-height: 1; margin-bottom: 6px; }
.pricing-price span { font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 300; color: var(--text-muted); margin-left: 4px; }
.pricing-desc { font-size: 0.82rem; font-weight: 300; color: var(--text-muted); line-height: 1.7; margin: 20px 0 28px; padding-top: 20px; border-top: 1px solid rgba(74,46,43,0.08); }
.pricing-features { list-style: none; display: flex; flex-direction: column; margin-bottom: 36px; }
.pricing-feature { font-size: 0.8rem; font-weight: 300; color: var(--brown); padding: 10px 0; border-bottom: 1px solid rgba(74,46,43,0.07); display: flex; align-items: center; gap: 10px; }
.pricing-feature::before { content: ''; display: inline-block; width: 14px; height: 1px; background: var(--sage); flex-shrink: 0; }

/* ── CTA FINAL ── */
#cta { background: var(--rose); padding: 120px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.cta-content .section-title { margin-bottom: 24px; }
.cta-content p { font-size: 0.92rem; font-weight: 300; line-height: 1.9; color: var(--brown-light); margin-bottom: 40px; }
.cta-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-input { background: rgba(248,246,244,0.7); border: 1px solid rgba(74,46,43,0.15); padding: 15px 18px; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 300; color: var(--brown); border-radius: 2px; outline: none; transition: border-color 0.2s; width: 100%; }
.form-input:focus { border-color: var(--brown); background: var(--ivory); }
.form-input::placeholder { color: var(--text-muted); }
.cta-img { position: relative; height: 560px; display: flex; align-items: center; justify-content: center; }
.cta-img img { height: 100%; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 16px 40px rgba(74,46,43,0.12)); }
.form-note { font-size: 0.7rem; color: var(--text-muted); font-weight: 300; margin-top: 4px; }

/* ── FOOTER ── */
footer { background: var(--brown); padding: 60px 80px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; }
.footer-logo-svg { height: 36px; width: auto; display: block; margin-bottom: 20px; opacity: 0.9; }
.footer-brand .logo { font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.8rem; color: var(--ivory); line-height: 1; display: block; margin-bottom: 4px; }
.footer-brand .logo-sub { font-size: 0.55rem; font-weight: 500; letter-spacing: 3.5px; text-transform: uppercase; color: rgba(248,246,244,0.4); display: block; margin-bottom: 20px; }
.footer-brand p { font-size: 0.82rem; font-weight: 300; line-height: 1.8; max-width: 280px; color: rgba(248,246,244,0.6); }
.footer-col h4 { font-size: 0.6rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--ivory); margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { text-decoration: none; font-size: 0.8rem; font-weight: 300; color: rgba(248,246,244,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--ivory); }
.footer-bottom { background: var(--brown); border-top: 1px solid rgba(248,246,244,0.08); padding: 20px 80px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.72rem; font-weight: 300; color: rgba(248,246,244,0.35); }
