/* ==========================================================================
   Beauty Brows by Cindy Argueta — Landing page
   Palette anchored in the craft: near-black deep brown ink, copper/sepia
   accent, warm ivory backgrounds. Mobile-first (~390px).
   ========================================================================== */

:root {
  --dark:        #241B13; /* hero / dark sections background */
  --dark-2:      #2C2115; /* trust bar */
  --dark-3:      #19120B; /* footer */
  --cream:       #F6F0E6; /* primary light background */
  --cream-2:     #F1E8D8; /* alt light background (resultados/testimonios) */
  --card:        #FCF9F2; /* technique cards */
  --ink:         #2A211A; /* body ink on light */
  --copper:      #96603A; /* primary accent / buttons */
  --copper-deep: #7B4A29; /* button hover */
  --copper-lite: #C79A6F; /* light accent on dark */
  --sans: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --mono: ui-monospace, Menlo, monospace;
}

/* ---- Reset / base ---- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; }

a { color: var(--copper); }
a:hover { color: var(--copper-deep); }

::selection { background: var(--copper-lite); color: var(--dark); }

/* Hidden SVG symbol library */
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---- Shared layout helpers ---- */
.section { padding: 62px 20px 66px; }
.section--dark { background: var(--dark); color: #F3ECE0; padding: 64px 20px 68px; }

.wrap        { max-width: 640px;  margin: 0 auto; }
.wrap--faq   { max-width: 720px;  margin: 0 auto; }
.wrap--wide  { max-width: 1080px; margin: 0 auto; }

/* ---- Section headers ---- */
.eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--copper);
}
.eyebrow--lite { color: var(--copper-lite); }

.h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(30px, 8vw, 40px); line-height: 1.12;
  margin: 10px 0 0; color: var(--ink); text-wrap: pretty;
}
.h2--lite { color: #F6EFE2; }

.lead { font-size: 15px; line-height: 1.65; color: #5C4F40; margin: 16px 0 0; text-wrap: pretty; }
.lead--lite { color: #D8C9B2; }

/* ---- Signature "hair-stroke" divider (microblading motif) ---- */
.brow { display: block; margin: 12px 0 0; color: var(--copper); }
.brow--lite { color: var(--copper-lite); }
.brow use, .brow path { stroke: currentColor; }

/* ==========================================================================
   WhatsApp buttons
   ========================================================================== */
.btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--copper); color: #FFF9F0; text-decoration: none;
  font-weight: 600; font-size: 15px; min-height: 48px;
  border-radius: 999px; padding: 4px 18px; text-align: center;
  transition: background 0.18s ease, transform 0.08s ease;
}
.btn-wa:hover { background: var(--copper-deep); color: #FFF9F0; }
.btn-wa:active { transform: scale(0.985); }

.btn-wa--hero {
  gap: 10px; font-size: 16px; min-height: 56px; padding: 4px 22px;
  box-shadow: 0 10px 24px rgba(60,34,14,0.45);
}
.btn-wa--contact {
  gap: 10px; font-size: 16px; min-height: 56px; padding: 4px 22px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}
.btn-wa--inline {
  display: inline-flex; gap: 10px; font-size: 15.5px; min-height: 52px;
  padding: 4px 28px; box-shadow: 0 8px 20px rgba(80,48,24,0.22);
}

.wa-ico { flex: none; fill: currentColor; }

/* Secondary ghost button (hero) */
.btn-ghost {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid rgba(243,236,224,0.38); background: rgba(255,255,255,0.04);
  color: #F3ECE0; text-decoration: none; font-weight: 500; font-size: 15px;
  min-height: 50px; border-radius: 999px; padding: 4px 22px;
  transition: background 0.18s ease;
}
.btn-ghost:hover { background: rgba(255,255,255,0.09); color: #F3ECE0; }

/* ==========================================================================
   1. Hero
   ========================================================================== */
.hero {
  position: relative; background: var(--dark); color: #F3ECE0;
  display: flex; flex-direction: column; min-height: 100svh; overflow: hidden;
}
.hero__glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 30%,
    rgba(199,154,111,0.18) 0%, rgba(199,154,111,0.05) 34%, transparent 60%);
}
.hero__inner { position: relative; z-index: 1; }

.brand {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  padding: 26px 20px 0; text-align: center;
}
.brand__name {
  font-family: var(--serif); font-weight: 500; font-size: 23px;
  letter-spacing: 0.05em; color: #F6EFE2;
}
.brand__by {
  font-size: 9.5px; font-weight: 600; letter-spacing: 0.36em;
  text-transform: uppercase; color: var(--copper-lite);
}
.brand__tagline {
  font-size: 11px; letter-spacing: 0.06em; color: #A5937A; margin-top: 3px;
}

.hero__portrait-wrap {
  position: relative; z-index: 1; flex: 1; min-height: 180px;
  display: flex; align-items: center; justify-content: center; padding: 26px 20px;
  gap: clamp(14px, 4.5vw, 26px);
}

/* Social buttons flanking the portrait */
.hero__social {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--copper-lite); text-decoration: none;
  border: 1px solid rgba(199,154,111,0.55);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 6px 16px rgba(0,0,0,0.28);
  transition: background 0.18s ease, color 0.18s ease,
              border-color 0.18s ease, transform 0.12s ease;
}
.hero__social:hover {
  background: var(--copper); color: #FFF9F0;
  border-color: var(--copper); transform: translateY(-2px);
}
.hero__social:active { transform: scale(0.94); }
.hero__social:focus-visible { outline: 2px solid var(--copper-lite); outline-offset: 3px; }
.hero__social-ico { flex: none; fill: currentColor; }
.hero__portrait { position: relative; width: 150px; height: 150px; border-radius: 50%; flex: none; }
.hero__portrait-ring {
  position: absolute; inset: -8px; border-radius: 50%;
  border: 1px solid rgba(199,154,111,0.55);
}
.hero__portrait img {
  width: 150px; height: 150px; border-radius: 50%; object-fit: cover;
  object-position: 50% 35%; display: block; border: 3px solid var(--copper-lite);
  box-sizing: border-box; box-shadow: 0 18px 44px rgba(0,0,0,0.45);
}

.hero__content {
  position: relative; z-index: 1; padding: 0 20px 34px;
  max-width: 640px; margin: 0 auto; width: 100%;
}
.hero__title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(34px, 9.2vw, 52px); line-height: 1.08; margin: 0;
  text-align: center; color: #F6EFE2; text-wrap: pretty;
}
.hero .brow { margin: 14px auto 0; }
.hero__sub {
  font-size: 15.5px; line-height: 1.6; color: #D8C9B2;
  margin: 14px 0 22px; text-align: center; text-wrap: pretty;
}
.hero__actions { display: flex; flex-direction: column; gap: 10px; }
.hero__trust {
  font-size: 12.5px; letter-spacing: 0.02em; color: #B3A186;
  text-align: center; margin: 14px 0 0;
}

/* ==========================================================================
   2. Trust bar
   ========================================================================== */
.trustbar {
  background: var(--dark-2);
  border-top: 1px solid rgba(199,154,111,0.28);
  border-bottom: 1px solid rgba(199,154,111,0.28);
}
.trustbar__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px; background: rgba(199,154,111,0.22); max-width: 1080px; margin: 0 auto;
}
.trustbar__cell {
  background: var(--dark-2); padding: 16px 14px;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 11px; font-weight: 600; letter-spacing: 0.13em;
  text-transform: uppercase; color: #DCCBAE; line-height: 1.6;
}
.chip {
  background: rgba(199,154,111,0.2); border-radius: 4px; padding: 0 4px;
}

/* ==========================================================================
   3. Técnicas
   ========================================================================== */
.cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 14px; max-width: 1080px; margin: 28px auto 0;
}
.card {
  background: var(--card); border: 1px solid #E7DCC5; border-radius: 18px;
  padding: 24px 22px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 1px 2px rgba(70,45,20,0.05);
}
.card__head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
}
.card__title {
  font-family: var(--serif); font-weight: 500; font-size: 23px; line-height: 1.2;
  margin: 0; color: var(--ink);
}
.card__title em { font-style: italic; color: var(--copper); }
.card__num {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em;
  color: #B09A78; flex: none;
}
.card__desc { font-size: 14.5px; line-height: 1.62; color: #5C4F40; margin: 0; }
.card .btn-wa { margin-top: auto; }

.price-tag {
  align-self: flex-start; font-family: var(--mono); font-size: 11px; color: #8A7A60;
  background: #F2E7CC; border: 1px dashed #CBB888; border-radius: 6px; padding: 4px 8px;
}

/* ==========================================================================
   4. Resultados (swipeable gallery)
   ========================================================================== */
.section--results { background: var(--cream-2); padding: 62px 0 66px; overflow: hidden; }
.section--results .wrap { padding: 0 20px; }

.gallery {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 26px 20px 8px; -webkit-overflow-scrolling: touch;
  scrollbar-width: none; max-width: 1080px; margin: 0 auto;
}
.gallery::-webkit-scrollbar { display: none; }

.slide { flex: 0 0 auto; width: clamp(240px, 76vw, 380px); scroll-snap-align: center; }
.slide__frame {
  border-radius: 18px; overflow: hidden; border: 1px solid #E0D2B8;
  background: #EFE5D2; box-shadow: 0 2px 8px rgba(70,45,20,0.07);
}
.slide__frame img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.slide__meta {
  display: flex; justify-content: space-between; gap: 10px; margin-top: 9px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: #8A7A60;
}

.dots {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-top: 16px; min-height: 8px;
}
.dot {
  height: 8px; border-radius: 99px; width: 8px; background: #D6C6AA;
  transition: width 0.25s ease, background 0.25s ease;
}
.dot.is-active { width: 22px; background: var(--copper); }

.disclaimer {
  font-size: 12.5px; font-style: italic; color: #7A6A4E; text-align: center;
  margin: 18px auto 0; max-width: 520px; padding: 0 20px;
}

/* ==========================================================================
   5. El proceso
   ========================================================================== */
.step { display: flex; gap: 18px; }
.step__rail { display: flex; flex-direction: column; align-items: center; width: 46px; flex: none; }
.step__num {
  font-family: var(--serif); font-style: italic; font-size: 30px; line-height: 1;
  color: var(--copper);
}
.step__line { width: 1px; flex: 1; background: #DFD2B4; margin-top: 10px; }
.step__body { padding-bottom: 30px; }
.step__body--last { padding-bottom: 0; }
.step__title { font-size: 16.5px; font-weight: 700; color: var(--ink); margin: 5px 0 6px; }
.step__text { font-size: 14.5px; line-height: 1.65; color: #5C4F40; margin: 0; }

.highlight { background: #F0E4C6; border-radius: 4px; padding: 0 4px; }

.process-cta { text-align: center; margin-top: 40px; }
.process-cta__q {
  font-family: var(--serif); font-weight: 500; font-size: 25px;
  color: var(--ink); margin-bottom: 16px;
}

/* ==========================================================================
   6. Higiene y seguridad
   ========================================================================== */
.hygiene-list { display: flex; flex-direction: column; }
.hygiene-item {
  display: flex; gap: 14px; align-items: flex-start; padding: 16px 0;
  border-bottom: 1px solid rgba(199,154,111,0.22);
}
.hygiene-item:last-child { border-bottom: none; }
.hygiene-item__ico { flex: none; margin-top: 2px; }
.hygiene-item p { font-size: 14.5px; line-height: 1.6; color: #E6D9C2; margin: 0; }
.chip--dark {
  background: rgba(199,154,111,0.2); border-radius: 4px; padding: 0 4px; color: #F2E4C8;
}

/* ==========================================================================
   7. Sobre Cindy
   ========================================================================== */
.about { max-width: 980px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 34px; }
.about__media { flex: 1 1 270px; min-width: 260px; max-width: 420px; }
.about__photo {
  position: relative; aspect-ratio: 4/5; border-radius: 18px; overflow: hidden;
  border: 1px solid #E0D2B8; box-shadow: 0 2px 10px rgba(70,45,20,0.08);
}
.about__photo img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 50% 20%; display: block;
}
.about__cert {
  margin-top: 14px; background: #FDFBF6; border: 1px solid #E0D2B8; border-radius: 14px;
  padding: 10px; box-shadow: 0 2px 10px rgba(70,45,20,0.08);
}
.about__cert img { display: block; width: 100%; height: auto; border-radius: 8px; }
.about__body { flex: 1.3 1 300px; min-width: 280px; }
.about__body p { font-size: 15px; line-height: 1.7; color: #4A3D2F; margin: 14px 0 0; }
.about__body p:first-of-type { margin-top: 18px; }
.about__quote {
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 20px;
  line-height: 1.45; color: var(--ink); margin: 22px 0 0 !important;
  border-left: 2px solid var(--copper-lite); padding-left: 16px;
}

/* ==========================================================================
   8. Testimonios
   ========================================================================== */
.section--testimonials { background: var(--cream-2); }
.testimonials {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px; max-width: 1080px; margin: 26px auto 0;
}
.testimonial {
  background: #FBF7EE; border: 1px dashed #C9B896; border-radius: 18px; padding: 24px 22px;
}
.testimonial__mark {
  font-family: var(--serif); font-size: 40px; line-height: 0.6; color: var(--copper-lite);
  margin-bottom: 14px;
}
.testimonial__text {
  font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.55;
  color: #3A2E22; margin: 0;
}
.testimonial__who { font-size: 13px; color: #8A7A60; margin: 16px 0 0; }

/* ==========================================================================
   9. FAQ (accordion)
   ========================================================================== */
.faq { border-bottom: 1px solid #E2D5BC; }
.faq > summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 17px 0;
}
.faq > summary::-webkit-details-marker { display: none; }
.faq__q { font-size: 15.5px; font-weight: 600; color: var(--ink); line-height: 1.4; }
.faq__sign {
  font-family: var(--serif); font-size: 22px; color: var(--copper); flex: none;
  line-height: 1; transition: transform 0.2s ease;
}
.faq[open] .faq__sign { transform: rotate(45deg); }
.faq__a { font-size: 14.5px; line-height: 1.68; color: #5C4F40; margin: 0; padding: 0 0 18px; }
.faq .highlight { white-space: normal; }

/* ==========================================================================
   10. Contacto
   ========================================================================== */
.contact-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(199,154,111,0.28);
  border-radius: 18px; padding: 22px; margin-top: 26px;
  display: flex; flex-direction: column; gap: 14px;
}
.contact-row {
  display: flex; gap: 12px; font-size: 14.5px; line-height: 1.6; color: #E6D9C2;
}
.contact-row a { color: var(--copper-lite); font-weight: 600; }

.morelia {
  background: rgba(150,96,58,0.16); border: 1px solid rgba(199,154,111,0.4);
  border-radius: 18px; padding: 24px 22px; margin-top: 16px;
}
.morelia__title {
  font-family: var(--serif); font-weight: 500; font-size: 23px; color: #F6EFE2;
}
.morelia p { font-size: 14.5px; line-height: 1.65; color: #E6D9C2; margin: 10px 0 0; }
.morelia p a { color: var(--copper-lite); font-weight: 600; }
.morelia__social { font-size: 13.5px !important; line-height: 1.6; color: #C9B899 !important; margin-top: 14px !important; }
.morelia__social a { color: var(--copper-lite); font-weight: 400; }

/* ==========================================================================
   11. Footer
   ========================================================================== */
.footer {
  background: var(--dark-3); color: #A08D74; padding: 34px 20px 110px;
  text-align: center; border-top: 1px solid rgba(199,154,111,0.18);
}
.footer__inner { max-width: 640px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.footer__brand { font-family: var(--serif); font-size: 17px; color: #D8C9B2; }
.footer__brand span {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--copper-lite);
}
.footer__legal { font-size: 12.5px; line-height: 1.6; }
.footer__disclaimer { font-size: 12px; line-height: 1.6; font-style: italic; }
.footer__links {
  display: flex; justify-content: center; align-items: center; gap: 8px;
  font-size: 12.5px; margin-top: 6px; flex-wrap: wrap;
}
.footer__links a { color: var(--copper-lite); }

/* ==========================================================================
   Floating WhatsApp button
   ========================================================================== */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(180deg, #35DE75 0%, #1EBE5A 100%); color: #FFFFFF;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 28px rgba(15,60,30,0.4), inset 0 1px 0 rgba(255,255,255,0.35);
  text-decoration: none; transition: transform 0.12s ease;
}
.wa-float:hover { transform: scale(1.06); color: #FFFFFF; }
.wa-float:active { transform: scale(0.96); }
.wa-float .wa-ico { width: 31px; height: 31px; }

/* ==========================================================================
   Privacy modal
   ========================================================================== */
.modal { position: fixed; inset: 0; z-index: 100; background: rgba(20,14,8,0.66);
  display: flex; align-items: flex-end; justify-content: center; }
.modal[hidden] { display: none; }
.modal__sheet {
  background: #FBF6EC; color: var(--ink); width: 100%; max-width: 560px;
  max-height: 82svh; overflow: auto; border-radius: 22px 22px 0 0;
  padding: 26px 22px 40px;
}
.modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.modal__title { font-family: var(--serif); font-weight: 500; font-size: 25px; margin: 0; color: var(--ink); }
.modal__close {
  flex: none; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid #D8C9AC; background: #F2EADA; color: #6E5B42; font-size: 18px;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-family: inherit;
}
.modal__body { font-size: 14.5px; line-height: 1.7; color: #4A3D2F; margin: 16px 0 0; }
.modal__body a { color: var(--copper); font-weight: 600; }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
