/* ============================================================
   Mebu Hair and Beauty — Section styles
   ============================================================ */

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--deep-espresso); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; transform: scale(1.06); }
.hero-overlay { position: absolute; inset: 0; background: var(--grad-hero-overlay); }
.hero-overlay-2 { position: absolute; inset: 0; background: var(--grad-hero-vert); }
.hero-inner { position: relative; z-index: 3; width: 100%; padding-block: 140px 90px; }
.hero .eyebrow { color: var(--champagne-gold); }
.hero h1 { color: var(--warm-cream); font-size: var(--fs-hero); line-height: 1.0; margin-top: 22px; max-width: 15ch; }
.hero-lead { color: var(--text-muted-on-dark); font-size: var(--fs-body-lg); line-height: 1.45; margin-top: 26px; max-width: 48ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.hero-loc { margin-top: 44px; display: flex; align-items: center; gap: 10px; color: var(--text-muted-on-dark); font-size: 14px; }
.hero-loc::before { content: ""; width: 22px; height: 1px; background: var(--champagne-gold); }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--text-muted-on-dark); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue .mouse { width: 22px; height: 34px; border: 1px solid rgba(255,247,239,0.5); border-radius: 12px; position: relative; }
.scroll-cue .mouse::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 6px; background: var(--champagne-gold); border-radius: 2px; transform: translateX(-50%); animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 10px); } }

/* ---------- Story ---------- */
.story { background: var(--grad-cream); }
.story-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.story-copy h2 { font-size: clamp(30px, 3.6vw, 52px); line-height: 1.12; }
.story-copy .big { font-family: var(--font-display); font-weight: 400; font-style: italic; color: var(--rich-mocha); }
.story-copy p.body { margin-top: 24px; font-size: 18px; line-height: 1.7; color: var(--text-body); max-width: 52ch; }
.story-stats { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.stat .num { font-family: var(--font-display); font-size: 40px; color: var(--mebu-cocoa); line-height: 1.12; padding-bottom: 2px; }
.stat .lbl { font-size: 13px; color: var(--text-muted); margin-top: 8px; letter-spacing: .04em; }
.story-media { position: relative; }
.story-media .img-main { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-image); aspect-ratio: 4/5; }
.story-media .img-main img { width: 100%; height: 100%; object-fit: cover; }
.story-media .img-badge { position: absolute; left: -28px; bottom: 32px; background: var(--pearl-ivory); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 20px 24px; box-shadow: var(--shadow-lg); max-width: 220px; }
.story-media .img-badge .q { font-family: var(--font-display); font-style: italic; color: var(--rich-mocha); font-size: 18px; line-height: 1.3; }
.story-media .img-badge .n { font-size: 12px; color: var(--text-muted); margin-top: 10px; letter-spacing: .06em; }

/* ---------- Services ---------- */
.services { background: var(--surface-page); }
.services-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 22px); margin-top: clamp(36px, 5vw, 60px); }
.svc-card { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.svc-img { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .8s var(--ease); }
.svc-card:hover .svc-img img { transform: scale(1.05); }
.svc-panel { display: flex; flex-direction: column; flex: 1; padding: clamp(20px, 1.8vw, 26px); }
.svc-num { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: 0.16em; color: var(--champagne-gold); }
.svc-num::before { content: ""; width: 20px; height: 1px; background: currentColor; opacity: .7; }
.svc-panel h3 { font-size: clamp(21px, 1.8vw, 25px); line-height: 1.12; letter-spacing: -0.02em; color: var(--text-heading); margin-top: 14px; }
.svc-desc { font-size: 14.5px; line-height: 1.55; color: var(--text-muted); margin-top: 10px; }
.svc-price { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--border-soft); display: flex; align-items: baseline; gap: 8px; }
.svc-price .pf { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); }
.svc-price .pn { font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1; color: var(--mebu-cocoa); }

/* ---------- Experience ---------- */
.experience { background: var(--surface-section); }
.exp-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.exp-media { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-image); aspect-ratio: 5/6; }
.exp-media img { width: 100%; height: 100%; object-fit: cover; }
.exp-steps { margin-top: 36px; display: flex; flex-direction: column; gap: 4px; }
.exp-step { display: flex; gap: 20px; padding: 22px 0; border-top: 1px solid var(--border-hairline); }
.exp-step:last-child { border-bottom: 1px solid var(--border-hairline); }
.exp-step .st-num { font-family: var(--font-display); font-size: 22px; color: var(--champagne-gold); min-width: 40px; }
.exp-step h4 { font-family: var(--font-body); font-weight: 600; font-size: 18px; color: var(--text-heading); letter-spacing: 0; }
.exp-step p { font-size: 15.5px; color: var(--text-muted); margin-top: 6px; line-height: 1.55; }

/* ---------- Cinematic scroll ---------- */
.cinematic { background: var(--deep-espresso); color: var(--text-on-dark); }
.cine-panel { position: relative; height: 82vh; min-height: 520px; border-radius: var(--radius-xl); overflow: hidden; display: flex; align-items: flex-end; box-shadow: var(--shadow-image); }
.cine-panel + .cine-panel { margin-top: 22px; }
.cine-bg { position: absolute; inset: -16% 0; }
.cine-bg img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.cine-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,18,12,0.1) 0%, rgba(31,18,12,0.2) 40%, rgba(31,18,12,0.85) 100%); }
.cine-body { position: relative; z-index: 2; padding: clamp(28px, 5vw, 64px); max-width: 620px; }
.cine-body .eyebrow { color: var(--champagne-gold); }
.cine-body h3 { color: var(--warm-cream); font-size: clamp(30px, 4vw, 60px); line-height: 1.04; margin-top: 16px; }
.cine-body p { color: var(--text-muted-on-dark); font-size: 18px; line-height: 1.55; margin-top: 18px; }

/* ---------- Gallery ---------- */
.gallery { background: var(--surface-page); }
.gal-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.gal-chip { font-size: 13px; font-weight: 500; padding: 9px 18px; border-radius: var(--radius-pill); border: 1px solid var(--border-hairline); background: transparent; color: var(--text-body); cursor: pointer; transition: all .3s var(--ease); }
.gal-chip:hover { background: var(--soft-sand); }
.gal-chip.active { background: var(--mebu-cocoa); color: var(--warm-cream); border-color: var(--mebu-cocoa); }
.gal-grid { column-count: 3; column-gap: 18px; margin-top: 36px; }
.gal-item { break-inside: avoid; margin-bottom: 18px; position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); cursor: pointer; transition: opacity .5s var(--ease); }
.gal-item img { width: 100%; display: block; transition: transform .8s var(--ease); }
.gal-item:hover img { transform: scale(1.06); }
.gal-item .gal-cap { position: absolute; inset: auto 0 0 0; padding: 40px 18px 16px; background: linear-gradient(180deg, transparent, rgba(31,18,12,0.8)); color: var(--warm-cream); font-size: 14px; letter-spacing: .02em; opacity: 0; transform: translateY(8px); transition: all .4s var(--ease); }
.gal-item:hover .gal-cap { opacity: 1; transform: none; }
.gal-item.hidden { display: none; }

/* ---------- Why choose ---------- */
.why { background: var(--surface-section); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: clamp(36px, 5vw, 56px); }
.why-card { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-ico { width: 52px; height: 52px; border-radius: var(--radius-pill); background: var(--soft-sand); display: flex; align-items: center; justify-content: center; color: var(--mebu-cocoa); margin-bottom: 20px; }
.why-card h4 { font-family: var(--font-body); font-weight: 600; font-size: 19px; color: var(--text-heading); }
.why-card p { font-size: 15.5px; color: var(--text-muted); margin-top: 10px; line-height: 1.6; }

/* ---------- Reviews ---------- */
.reviews { background: var(--deep-espresso); position: relative; overflow: hidden; }
.reviews .glow { position: absolute; inset: 0; background: var(--grad-champagne-glow); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(36px, 5vw, 56px); position: relative; }
.rev-card { background: var(--surface-dark-2); border: 1px solid var(--border-on-dark); border-radius: var(--radius-lg); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.rev-stars { display: flex; gap: 3px; color: var(--champagne-gold); }
.rev-card p { color: var(--warm-cream); font-size: 17px; line-height: 1.6; }
.rev-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.rev-av { width: 44px; height: 44px; border-radius: 50%; background: var(--rich-mocha); color: var(--warm-cream); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 18px; overflow: hidden; }
.rev-av img { width: 100%; height: 100%; object-fit: cover; }
.rev-name { color: var(--warm-cream); font-weight: 600; font-size: 15px; }
.rev-meta { color: var(--text-muted-on-dark); font-size: 13px; }

/* ---------- Pricing ---------- */
.pricing { background: var(--surface-page); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: clamp(36px, 5vw, 56px); }
.price-card { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); display: flex; flex-direction: column; gap: 8px; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.price-card.featured { background: var(--grad-cocoa); border-color: var(--border-gold); }
.price-card h3 { font-size: 22px; }
.price-card.featured h3, .price-card.featured .p-num { color: var(--warm-cream); }
.price-card .p-desc { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.price-card.featured .p-desc { color: var(--text-muted-on-dark); }
.price-card .p-row { display: flex; align-items: baseline; gap: 8px; margin-top: 6px; }
.price-card .p-from { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--text-muted); }
.price-card.featured .p-from { color: var(--champagne-gold); }
.price-card .p-num { font-family: var(--font-display); font-weight: 600; font-size: 38px; line-height: 1; color: var(--text-heading); }
.price-note { text-align: center; font-size: 14px; color: var(--text-muted); margin-top: 28px; }

/* ---------- FAQ ---------- */
.faq { background: var(--surface-section); }
.faq-list { max-width: 820px; margin: clamp(32px, 4vw, 48px) auto 0; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-md); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; text-align: left; background: transparent; border: none; cursor: pointer; padding: 22px 26px; font-family: var(--font-body); font-size: 17px; font-weight: 600; color: var(--text-heading); }
.faq-plus { flex-shrink: 0; width: 24px; height: 24px; position: relative; color: var(--mebu-cocoa); transition: transform .4s var(--ease); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.faq-plus::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq-plus::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); transition: transform .4s var(--ease); }
.faq-item.open .faq-plus { transform: rotate(90deg); }
.faq-item.open .faq-plus::after { transform: translateX(-50%) scaleY(0); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > div { overflow: hidden; }
.faq-a p { padding: 0 26px 24px; font-size: 16px; color: var(--text-body); line-height: 1.6; }

/* ---------- Contact ---------- */
.contact { background: var(--surface-page); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.contact-info .ci-block { margin-top: 28px; }
.contact-info .addr { font-size: 18px; color: var(--text-body); line-height: 1.6; }
.contact-info .addr strong { color: var(--text-heading); display: block; margin-bottom: 4px; font-family: var(--font-display); font-weight: 500; font-size: 22px; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.contact-map { margin-top: 28px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border-soft); position: relative; aspect-ratio: 16/9; background: var(--soft-sand); }
.contact-map img { width: 100%; height: 100%; object-fit: cover; filter: sepia(0.25) saturate(0.9); }
.contact-map .map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -100%); }
.contact-form { background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-md); }
.contact-form h3 { font-size: 28px; }
.form-grid { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-size: 14px; font-weight: 500; color: var(--text-body); }
.field input, .field textarea, .field select {
  font-family: var(--font-body); font-size: 16px; color: var(--text-heading);
  background: var(--surface-card); border: 1px solid var(--border-soft); border-radius: var(--radius-md);
  padding: 14px 18px; outline: none; transition: border-color .24s var(--ease), box-shadow .24s var(--ease);
}
.field textarea { resize: vertical; line-height: 1.55; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--focus-border); box-shadow: 0 0 0 4px var(--focus-shadow); }
.form-note { font-size: 13px; color: var(--text-muted); margin-top: 4px; }

/* ---------- Final CTA ---------- */
.final { position: relative; overflow: hidden; background: var(--deep-espresso); }
.final-media { position: absolute; inset: 0; }
.final-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .4; }
.final-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,18,12,0.6), rgba(31,18,12,0.85)); }
.final-inner { position: relative; z-index: 2; text-align: center; max-width: 760px; margin: 0 auto; }
.final h2 { color: var(--warm-cream); font-size: var(--fs-section); line-height: 1.05; }
.final p { color: var(--text-muted-on-dark); font-size: var(--fs-body-lg); margin-top: 20px; }
.final-actions { display: flex; gap: 14px; justify-content: center; margin-top: 34px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.footer { background: var(--surface-dark-3); color: var(--text-muted-on-dark); padding: clamp(56px, 7vw, 96px) var(--gutter) 36px; }
.footer-inner { max-width: var(--content-max); margin: 0 auto; }
.footer-word { font-family: var(--font-display); font-weight: 600; font-size: clamp(64px, 16vw, 200px); line-height: .9; color: var(--warm-cream); letter-spacing: -0.02em; margin-bottom: 40px; }
.footer-cols { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); padding-top: 40px; border-top: 1px solid var(--border-on-dark); }
.footer-brand .fb-name { font-family: var(--font-display); font-size: 26px; color: var(--warm-cream); }
.footer-brand p { font-size: 14px; line-height: 1.6; margin-top: 12px; max-width: 30ch; }
.footer-col h5 { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--champagne-gold); font-weight: 600; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 15px; color: var(--text-muted-on-dark); }
.footer-col a:hover { color: var(--warm-cream); }
.footer-legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--border-on-dark); font-size: 13px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nav { display: none; }
  .header .nav-cta { display: none; }
  .burger { display: inline-flex; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .rev-grid { grid-template-columns: 1fr; }
  .story-grid, .exp-grid { grid-template-columns: 1fr; gap: clamp(32px, 6vw, 48px); }
  .exp-media { order: -1; max-width: none; aspect-ratio: 16 / 10; }
  .story-media .img-main { aspect-ratio: 16 / 10; }
  .story-media .img-badge { left: 16px; bottom: 16px; }
  .gal-grid { column-count: 2; }
}
@media (max-width: 640px) {
  .hero-actions .btn, .final-actions .btn, .contact-actions .btn { flex: 1 1 100%; }
  .svc-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .gal-grid { column-count: 1; }
  .story-media .img-badge { left: 12px; right: 12px; bottom: 12px; margin: 0 auto; max-width: none; }
  .story-stats { gap: 28px; }
  .cine-panel { height: 68vh; }
}
