/* ============================================================
   Xclusive Beauty N' Brows — Houston, TX
   Permanent makeup · Brows · Scalp pigmentation · Training
   Palette: aubergine + champagne gold + soft lilac cream
   ============================================================ */

:root {
  --cream:      #FBF8FA;
  --cream-2:    #F3EEF4;   /* light band */
  --lilac:      #F0E7F2;   /* tinted band */
  --gold:       #C9A961;   /* buttons / accents */
  --gold-deep:  #A98741;
  --plum:       #2B1B33;   /* header / footer dark */
  --plum-2:     #1F1226;
  --plum-3:     #3E2A49;
  --ink:        #241B2A;
  --ink-soft:   #6B6072;
  --line:       #E4DAE6;
  --white:      #FFFFFF;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Jost", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1240px;
  --shadow: 0 20px 55px -28px rgba(36, 27, 42, .45);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
ul { list-style: none; }

/* ---------- Type ---------- */
h1, h2, h3, h4 { font-weight: 400; line-height: 1.12; }
h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
p { color: var(--ink-soft); }

.h-section {
  font-family: var(--sans);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.3;
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  color: var(--ink);
}
.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .32em;
  font-size: .7rem;
  font-weight: 400;
  color: var(--gold-deep);
  margin-bottom: 1rem;
  display: inline-block;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.2rem, 5vw, 3.2rem); }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--tight { padding: clamp(2.6rem, 5vw, 4.5rem) 0; }
.section--lilac { background: var(--lilac); }
.section--cream2 { background: var(--cream-2); }
.section--dark { background: var(--plum); color: rgba(255,255,255,.86); }
.section--dark h2, .section--dark h3, .section--dark .h-section { color: var(--white); }
.section--dark p { color: rgba(255,255,255,.68); }
.center { text-align: center; }
.narrow { max-width: 760px; margin-inline: auto; }
.head { max-width: 720px; margin: 0 auto clamp(2.4rem, 5vw, 3.6rem); text-align: center; }
.head p { margin-top: .9rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--sans); font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  padding: 1.05rem 2.3rem; border: 1px solid transparent; border-radius: 0; cursor: pointer;
  transition: all .35s var(--ease);
}
.btn--solid { background: var(--gold); color: var(--plum); border-color: var(--gold); }
.btn--solid:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: var(--white); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--white); }
.btn--light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn--light:hover { background: var(--white); color: var(--plum); border-color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.btn-row--center { justify-content: center; }

/* ---------- Header ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.4rem 0; color: var(--white);
  transition: background .4s var(--ease), padding .4s var(--ease);
}
.header.scrolled { background: var(--plum); padding: .8rem 0; box-shadow: 0 8px 30px -18px rgba(0,0,0,.65); }
.nav { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: .75rem; color: inherit; }
.brand__mark { width: auto; height: 46px; flex: none; object-fit: contain; }
@media (max-width: 420px) { .brand__mark { height: 38px; } .brand__name { font-size: 1.1rem; } }
.brand__name { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: .5px; line-height: 1; }
.brand__name small { display: block; font-family: var(--sans); font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; opacity: .78; font-weight: 400; margin-top: 5px; }
/* En pantallas estrechas el logo ya dice la marca: fuera el texto diminuto */
@media (max-width: 520px) { .brand__name small { display: none; } }

.nav__links { display: flex; align-items: center; gap: 1.9rem; }
.nav__links a { font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 400; position: relative; padding: .2rem 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 1px; background: var(--gold); transition: width .35s var(--ease); }
.nav__links a:hover::after, .nav__links a.active::after { width: 100%; }
.nav__cta { margin-left: .3rem; }
.nav__cta .btn { padding: .8rem 1.6rem; }
.nav__cta .btn::after { display: none; }

.has-sub { position: relative; }
.sub-toggle { display: inline-flex; align-items: center; gap: .45rem; }
.caret { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform .3s var(--ease); }
.has-sub.open .caret { transform: rotate(225deg) translateY(-1px); }
.submenu {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 12px);
  min-width: 262px; background: var(--plum); padding: .5rem 0; margin-top: .6rem;
  opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), transform .3s var(--ease);
  box-shadow: var(--shadow); z-index: 90; border-top: 2px solid var(--gold);
}
.submenu::before { content: ""; position: absolute; top: -.6rem; left: 0; right: 0; height: .6rem; }
@media (hover: hover) and (min-width: 861px) {
  .has-sub:hover .caret { transform: rotate(225deg) translateY(-1px); }
  .has-sub:hover .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}
.submenu li { width: 100%; }
.submenu a { display: block; padding: .75rem 1.5rem; font-size: .71rem; letter-spacing: .13em; color: rgba(255,255,255,.82); white-space: nowrap; }
.submenu a::after { display: none; }
.submenu a:hover, .submenu a.active { color: var(--gold); background: rgba(255,255,255,.06); }

.nav__toggle { display: none; background: none; border: 0; cursor: pointer; width: 34px; height: 26px; position: relative; color: inherit; }
.nav__toggle span { position: absolute; left: 0; height: 1.5px; width: 100%; background: currentColor; transition: all .35s var(--ease); }
.nav__toggle span:nth-child(1){ top: 4px; } .nav__toggle span:nth-child(2){ top: 12px; } .nav__toggle span:nth-child(3){ top: 20px; }
.nav.open .nav__toggle span:nth-child(1){ top: 12px; transform: rotate(45deg); }
.nav.open .nav__toggle span:nth-child(2){ opacity: 0; }
.nav.open .nav__toggle span:nth-child(3){ top: 12px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--white); overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(139, 94, 160, .38) 0%, rgba(43, 27, 51, 0) 62%),
    radial-gradient(90% 70% at 80% 100%, rgba(201, 169, 97, .20) 0%, rgba(43, 27, 51, 0) 60%),
    linear-gradient(170deg, #3A2445 0%, #2B1B33 48%, #1B1021 100%);
}
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__bg img, .hero__bg video { width: 100%; height: 100%; object-fit: cover; opacity: .42; }
@media (prefers-reduced-motion: reduce) { .hero__bg video { display: none; } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(60% 55% at 50% 45%, rgba(0,0,0,0) 0%, rgba(27,16,33,.55) 100%);
}
.hero__inner { position: relative; z-index: 2; padding: 8rem 1.2rem 4rem; max-width: 860px; }
.hero__title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.5rem, 6vw, 4.6rem); line-height: 1.1; letter-spacing: .5px; }
.hero__title em { font-style: italic; color: var(--gold); }
.hero__stars { font-size: clamp(1rem, 2.2vw, 1.35rem); letter-spacing: .35em; margin: 1.4rem 0 .3rem; color: var(--gold); }
.hero__kicker { font-size: .7rem; letter-spacing: .34em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.hero p { color: rgba(255,255,255,.85); font-size: 1.05rem; max-width: 580px; margin: 1.5rem auto 0; }
.hero .btn-row { margin-top: 2.3rem; justify-content: center; }

/* Compact hero for inner pages */
.pagehero {
  position: relative; padding: 10rem 0 4rem; text-align: center; color: var(--white); overflow: hidden;
  background: linear-gradient(165deg, #3A2445 0%, #2B1B33 55%, #1F1226 100%);
}
.pagehero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(100% 80% at 50% 0%, rgba(201,169,97,.16) 0%, rgba(43,27,51,0) 65%);
}
.pagehero > .container { position: relative; z-index: 2; }
.pagehero h1 { color: var(--white); }
.pagehero p { color: rgba(255,255,255,.78); max-width: 620px; margin: 1.1rem auto 0; }
.pagehero .btn-row { margin-top: 2rem; justify-content: center; }
.crumbs { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 1.1rem; }
.crumbs a:hover { color: var(--gold); }

/* ---------- Marquee ---------- */
.marquee { background: var(--plum-2); color: var(--white); overflow: hidden; padding: .9rem 0; }
.marquee__track { display: flex; gap: 3rem; white-space: nowrap; animation: slide 34s linear infinite; }
.marquee span { font-family: var(--serif); font-size: 1.25rem; letter-spacing: .04em; opacity: .95; }
.marquee span::before { content: "✦"; margin-right: 3rem; opacity: .6; color: var(--gold); }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Trust bar ---------- */
.tbar { background: var(--white); border-bottom: 1px solid var(--line); }
.tbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tbar__item { padding: 2rem 1.2rem; text-align: center; border-right: 1px solid var(--line); }
.tbar__item:last-child { border-right: 0; }
.tbar__n { font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 2.8rem); color: var(--gold-deep); line-height: 1; }
.tbar__l { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); margin-top: .6rem; }

/* ---------- Feature (2 columns) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.feature--reverse .feature__media { order: 2; }
.feature__media { position: relative; }
.feature__media img { aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.feature__body .h-section { margin-bottom: 1.4rem; }
.feature__body p + p { margin-top: 1rem; }
.feature__body .btn-row { margin-top: 1.8rem; }
.feature__list { margin-top: 1.5rem; display: grid; gap: .65rem; }
.feature__list li { display: flex; gap: .7rem; align-items: baseline; color: var(--ink); font-size: .97rem; }
.feature__list li::before { content: "✦"; color: var(--gold-deep); font-size: .78rem; flex: none; }

.badge {
  position: absolute; top: 20px; left: 20px; width: 124px; height: 124px; border-radius: 50%;
  background: var(--cream); border: 1px solid var(--gold); display: grid; place-items: center;
  text-align: center; box-shadow: var(--shadow); z-index: 2;
}
.badge span { font-family: var(--sans); text-transform: uppercase; letter-spacing: .15em; font-size: .5rem; color: var(--ink); line-height: 1.5; padding: 0 8px; }
.badge span b { display: block; font-family: var(--serif); font-size: 1.5rem; letter-spacing: 0; color: var(--gold-deep); font-weight: 500; margin: 3px 0; text-transform: none; }
.signature { font-family: var(--serif); font-style: italic; font-size: 2.4rem; color: var(--gold); position: absolute; right: 16px; bottom: 10px; text-shadow: 0 2px 12px rgba(0,0,0,.35); }

/* ---------- Tiles ---------- */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); }
.tile { position: relative; min-height: 58vh; display: flex; align-items: flex-end; overflow: hidden; color: var(--white); background: var(--plum-3); }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(31,18,38,.78)); }
.tile:hover img { transform: scale(1.06); }
.tile__inner { position: relative; z-index: 2; padding: 2.1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; }
.tile__inner h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.4rem, 2.2vw, 1.9rem); text-transform: uppercase; letter-spacing: 1.5px; line-height: 1.1; }
.tile__more { flex: none; background: var(--gold); color: var(--plum); font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; padding: .7rem 1.15rem; transition: background .3s var(--ease); }
.tile:hover .tile__more { background: var(--white); }

/* ---------- Hub cards ---------- */
.hubcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.hubcard { position: relative; overflow: hidden; min-height: 430px; display: flex; align-items: flex-end; color: var(--white); background: var(--plum-3); }
.hubcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.hubcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(31,18,38,.85)); }
.hubcard:hover img { transform: scale(1.06); }
.hubcard__body { position: relative; z-index: 2; padding: 2rem; }
.hubcard__body h3 { font-family: var(--serif); font-weight: 500; text-transform: uppercase; letter-spacing: 1.4px; font-size: 1.6rem; }
.hubcard__body p { color: rgba(255,255,255,.82); font-size: .9rem; margin: .4rem 0 1rem; }
.hubcard__link { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* ---------- Price list ---------- */
.pricegroup { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); scroll-margin-top: 110px; }
.pricegroup__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-bottom: .9rem; margin-bottom: .4rem; border-bottom: 1px solid var(--gold); }
.pricegroup__head h3 { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 1.9rem); color: var(--ink); }
.pricegroup__head a { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }
.pricegroup__head a:hover { color: var(--ink); }
.pricegroup > p { margin: .9rem 0 .4rem; }

.priceitem { display: flex; align-items: baseline; gap: .8rem; padding: .95rem 0; border-bottom: 1px solid var(--line); }
.priceitem__name { font-size: 1.02rem; color: var(--ink); }
.priceitem__name small { display: block; color: var(--ink-soft); font-size: .8rem; letter-spacing: .04em; }
.priceitem__dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-4px); min-width: 20px; }
.priceitem__price { font-family: var(--serif); font-size: 1.35rem; color: var(--gold-deep); white-space: nowrap; }

/* ---------- Service cards ---------- */
.scards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.2rem; }
.scard {
  position: relative; background: var(--white); border: 1px solid var(--line);
  padding: 1.8rem 1.6rem 1.6rem; display: flex; flex-direction: column;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease);
}
.scard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.scard__ic { display: block; width: 30px; height: 30px; color: var(--gold-deep); margin-bottom: .8rem; }
.scard__ic svg { width: 100%; height: 100%; }
.scard h4 { font-family: var(--serif); font-weight: 500; font-size: 1.35rem; line-height: 1.15; color: var(--ink); }
.scard p { font-size: .87rem; color: var(--ink-soft); line-height: 1.5; margin: .45rem 0 1.1rem; flex: 1; }
.scard__price { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; color: var(--gold-deep); line-height: 1; }
.scard__price small { font-family: var(--sans); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-left: .35rem; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; counter-reset: step; }
.step { position: relative; padding-top: 2.6rem; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  position: absolute; top: 0; left: 0; font-family: var(--serif); font-size: 2rem; color: var(--gold); line-height: 1;
}
.step h4 { font-family: var(--serif); font-size: 1.35rem; margin-bottom: .5rem; }
.step p { font-size: .92rem; }

/* ---------- Reviews ---------- */
.press { text-align: center; }
.press__stage { position: relative; max-width: 850px; margin: 0 auto; display: flex; align-items: center; gap: 1rem; }
.press__slides { flex: 1; position: relative; min-height: 190px; }
.press__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s var(--ease); display: flex; flex-direction: column; justify-content: center; }
.press__slide.on { opacity: 1; position: relative; }
.press__slide q { font-family: var(--serif); font-style: italic; font-size: clamp(1.25rem, 2.5vw, 1.8rem); line-height: 1.5; color: var(--ink); }
.press__slide .press__by { margin-top: 1.3rem; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); }
.press__arrow { background: none; border: 0; cursor: pointer; font-size: 1.6rem; color: var(--ink); line-height: 1; padding: .5rem; transition: color .3s var(--ease); }
.press__arrow:hover { color: var(--gold-deep); }
.press__stars { color: var(--gold); letter-spacing: .3em; font-size: 1rem; margin-bottom: 2rem; }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.quote { background: var(--white); padding: 2.1rem; border: 1px solid var(--line); }
.quote__stars { color: var(--gold); letter-spacing: .2em; margin-bottom: 1rem; font-size: .88rem; }
.quote p { font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; color: var(--ink); font-style: italic; }
.quote__by { margin-top: 1.1rem; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }

/* ---------- Gallery / Instagram ---------- */
.insta { text-align: center; }
.insta__handle { display: inline-block; margin: .3rem 0 2.2rem; letter-spacing: .2em; text-transform: uppercase; font-size: .88rem; color: var(--ink); }
.insta__handle:hover { color: var(--gold-deep); }
.insta__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.insta__grid a { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--lilac); }
.insta__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.insta__grid a:hover img { transform: scale(1.07); }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.gallery figure { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--lilac); }
/* Antes/después: ocupan dos columnas para que no se corte la comparación.
   .wide = foto panorámica (2:1) · .wide.boxy = comparación casi cuadrada (2 filas) */
.gallery figure.wide { grid-column: span 2; aspect-ratio: 2/1; }
.gallery figure.wide.boxy { grid-row: span 2; aspect-ratio: auto; }
.gallery figure.wide img { object-fit: contain; background: var(--plum-2); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery figure:hover img { transform: scale(1.08); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem 1rem .9rem; color: var(--white);
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  background: linear-gradient(transparent, rgba(31,18,38,.8));
}

/* ---------- Info / contact ---------- */
.info { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.infolist { display: grid; gap: 1.7rem; }
.infoitem { display: flex; gap: 1.1rem; }
.infoitem__ic { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--lilac); display: grid; place-items: center; color: var(--gold-deep); }
.infoitem h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; color: var(--gold-deep); margin-bottom: .3rem; font-weight: 500; }
.infoitem p, .infoitem a { color: var(--ink); font-size: 1.02rem; }
.infoitem a:hover { color: var(--gold-deep); }
.map { border: 0; width: 100%; height: 100%; min-height: 380px; filter: grayscale(.25) contrast(1.05); }
.hours { border: 1px solid var(--line); overflow: hidden; background: var(--white); }
.hours li { display: flex; justify-content: space-between; padding: .8rem 1.3rem; font-size: .95rem; }
.hours li:nth-child(odd) { background: var(--cream-2); }
.hours li span:last-child { color: var(--ink-soft); }
.hours li.closed span:last-child { color: #A08FA8; }

/* ---------- Policy cards ---------- */
.policies { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.policy { background: var(--white); border: 1px solid var(--line); border-top: 2px solid var(--gold); padding: 2rem 1.8rem; }
.policy h4 { font-family: var(--serif); font-size: 1.35rem; margin-bottom: .6rem; }
.policy p { font-size: .93rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 1.4rem;
  padding: 1.4rem .2rem; font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--ink); line-height: 1.35;
}
.faq__q span { flex: none; width: 18px; height: 18px; position: relative; }
.faq__q span::before, .faq__q span::after { content: ""; position: absolute; background: var(--gold-deep); transition: transform .3s var(--ease); }
.faq__q span::before { top: 8px; left: 0; width: 18px; height: 1.5px; }
.faq__q span::after { left: 8px; top: 0; width: 1.5px; height: 18px; }
.faq__item.open .faq__q span::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a p { padding: 0 .2rem 1.4rem; font-size: .98rem; }
.faq__item.open .faq__a { max-height: 460px; }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; text-align: center; color: var(--white); padding: clamp(4rem, 8vw, 6.5rem) 0; overflow: hidden;
  background: linear-gradient(160deg, #3A2445 0%, #2B1B33 55%, #1F1226 100%);
}
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 70% at 50% 0%, rgba(201,169,97,.18), transparent 65%); }
.cta-band > .container { position: relative; z-index: 2; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.78); max-width: 560px; margin: 1rem auto 2rem; }

/* ---------- Trust chips ---------- */
.trust { text-align: center; }
.trust__title { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-bottom: 1.8rem; font-family: var(--sans); text-transform: uppercase; letter-spacing: .26em; font-size: .74rem; color: var(--ink-soft); }
.trust__title::before, .trust__title::after { content: ""; height: 1px; width: clamp(40px, 12vw, 150px); background: var(--gold); }
.trust__row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .9rem 1.2rem; }
.trust__chip { border: 1px solid var(--line); padding: .7rem 1.3rem; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); background: var(--white); }

/* ---------- Video de resultados ---------- */
.videoblock { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.videoblock video {
  width: 100%; height: auto; display: block; background: var(--plum-2);
  box-shadow: var(--shadow); border: 1px solid var(--line);
}
.videoblock__cap { margin-top: .9rem; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); }
@media (max-width: 760px) { .videoblock { grid-template-columns: 1fr; } }

/* ---------- Note / callout ---------- */
.note { background: var(--lilac); border-left: 2px solid var(--gold); padding: 1.4rem 1.6rem; margin-top: 2rem; }
.note p { color: var(--ink); font-size: .95rem; }
.note strong { color: var(--ink); font-weight: 500; }

/* ---------- Footer ---------- */
.footer { background: var(--plum-2); color: rgba(255,255,255,.7); padding: clamp(3.5rem, 7vw, 5rem) 0 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr 1.2fr; gap: 2.4rem; margin-bottom: 3rem; }
.footer h4 { font-family: var(--sans); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; color: var(--white); margin-bottom: 1.2rem; font-weight: 500; }
.footer .brand__name { color: var(--white); font-size: 1.6rem; }
.footer p { color: rgba(255,255,255,.58); font-size: .9rem; margin-top: 1rem; }
.footer__links { display: grid; gap: .6rem; }
.footer__links a { font-size: .9rem; color: rgba(255,255,255,.7); }
.footer__links a:hover { color: var(--gold); }
.footer__social { display: flex; gap: .7rem; margin-top: 1.3rem; }
.footer__social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.8); }
.footer__social a:hover { background: var(--gold); border-color: var(--gold); color: var(--plum); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.8rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: rgba(255,255,255,.5); }
.footer__bottom a { text-decoration: underline; }

/* ---------- Floating call button ---------- */
.call-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 200;
  display: inline-flex; align-items: center; gap: .6rem;
  background: var(--gold); color: var(--plum); padding: .95rem 1.4rem;
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase;
  box-shadow: 0 12px 28px -10px rgba(0,0,0,.5);
  transition: transform .3s var(--ease), background .3s var(--ease);
}
.call-float:hover { transform: translateY(-3px); background: var(--white); }
.call-float svg { width: 17px; height: 17px; flex: none; }
body:has(.nav.open) .call-float { opacity: 0; visibility: hidden; pointer-events: none; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee__track { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .quotes, .hubcards, .policies { grid-template-columns: 1fr 1fr; }
  .gallery, .insta__grid { grid-template-columns: repeat(3, 1fr); }
  .tiles { grid-template-columns: 1fr; }
  .tile { min-height: 44vh; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .tbar__grid { grid-template-columns: 1fr 1fr; }
  .tbar__item:nth-child(2) { border-right: 0; }
  .tbar__item:nth-child(1), .tbar__item:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 860px) {
  .nav__links {
    position: fixed; inset: 0 0 0 auto; width: min(86vw, 350px);
    background: var(--plum); color: var(--white); flex-direction: column; align-items: flex-start;
    justify-content: flex-start; gap: 1.15rem; padding: 6rem 2.4rem 3rem; overflow-y: auto;
    transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow); z-index: 90;
  }
  .nav.open .nav__links { transform: none; }
  .nav__links > li { width: 100%; }
  .nav__links a { font-size: 1rem; }
  .nav__toggle { display: block; z-index: 95; }
  .has-sub { width: 100%; }
  .sub-toggle { width: 100%; justify-content: space-between; }
  .submenu {
    position: static; transform: none; opacity: 1; visibility: hidden; min-width: 0; width: 100%;
    background: transparent; box-shadow: none; margin: 0; padding: 0; border-top: 0;
    max-height: 0; overflow: hidden; transition: max-height .35s var(--ease);
  }
  .has-sub.open .submenu { visibility: visible; max-height: 400px; padding: .4rem 0 .3rem; }
  .submenu a { padding: .55rem 0 .55rem 1rem; font-size: .82rem; letter-spacing: .1em; }
  .nav__cta { margin: .6rem 0 0; }
  /* Área táctil de 44px en el menú móvil */
  .nav__links > li > a:not(.btn) { padding: .6rem 0; }
  .submenu a { padding: .7rem 0 .7rem 1rem; }
  /* Texto de botones legible en móvil (Google marca <12px como ilegible) */
  .btn { font-size: .8rem; padding: 1.05rem 2rem; }
  .eyebrow { font-size: .76rem; }
  .hero__kicker { font-size: .76rem; }
  .tile__more, .hubcard__link { font-size: .74rem; }
  .crumbs { font-size: .78rem; }
  .call-float { font-size: .76rem; }
  .gallery figcaption { font-size: .76rem; }
  .videoblock__cap { font-size: .76rem; }
  .tbar__l { font-size: .74rem; }
  .scard__price small, .plan__price small { font-size: .66rem; }
}
@media (max-width: 760px) {
  .feature, .info { grid-template-columns: 1fr; }
  .feature__media, .feature--reverse .feature__media { order: -1; }
  .quotes, .hubcards, .policies, .steps { grid-template-columns: 1fr; }
  .gallery, .insta__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; }
  .badge { width: 104px; height: 104px; top: 14px; left: 14px; }
  .badge span b { font-size: 1.2rem; }
  .priceitem { flex-wrap: wrap; }
  .priceitem__dots { display: none; }
  .priceitem__price { margin-left: auto; }
  .call-float { right: 14px; bottom: 14px; padding: .85rem 1.15rem; }
}
@media (max-width: 480px) {
  .scards { grid-template-columns: 1fr; }
}
