/* ============================================================
   styles.css — Menamora · Estilos globales
   ============================================================ */

/* ── Variables ───────────────────────────────────────────────── */
:root {
  --rose: #c9748a;
  --rose-dark: #a85870;
  --rose-light: #f5e6ea;
  --gold: #c9a96e;
  --gold-dark: #a8843a;
  --gold-light: #f5edd8;
  --dark: #3d2b35;
  --dark2: #4a3540;
  --gray: #7c6b72;
  --light: #fdf8f5;
  --cream: #fef9f5;
  --wa: #25d366;
  --shadow: 0 4px 24px rgba(201, 116, 138, .1);
  --shadow-lg: 0 12px 40px rgba(201, 116, 138, .16);
  --r: 14px;
  --t: .3s ease;
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: var(--cream); color: var(--dark2); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
.hidden { display: none !important; }

/* ── Navbar ──────────────────────────────────────────────────── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 900;
  background: rgba(253, 248, 245, .97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 116, 138, .12);
  transition: var(--t);
}
.navbar.scrolled { box-shadow: 0 2px 20px rgba(201, 116, 138, .12); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 700;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-size: .88rem; font-weight: 600; letter-spacing: .5px;
  color: var(--dark2); transition: var(--t); position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: var(--rose); transition: var(--t);
}
.nav-links a:hover, .nav-links a.active { color: var(--rose); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.cart-toggle {
  background: none; border: none; color: var(--dark2);
  font-size: 1.2rem; cursor: pointer; position: relative; padding: 6px; transition: var(--t);
}
.cart-toggle:hover { color: var(--rose); }
.cart-badge {
  position: absolute; top: -2px; right: -4px;
  background: var(--rose); color: #fff; font-size: .6rem; font-weight: 700;
  width: 17px; height: 17px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.hamburger { display: none; background: none; border: none; color: var(--dark2); font-size: 1.2rem; cursor: pointer; }

/* Menú móvil */
@media (max-width: 768px) {
  .hamburger { display: block; }
  .nav-links {
    display: none; flex-direction: column; gap: 0;
    position: absolute; top: 68px; left: 0; right: 0;
    background: rgba(253, 248, 245, .98); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 116, 138, .15);
    padding: 12px 0; z-index: 899;
  }
  .nav-links.open { display: flex; }
  .nav-links li a { display: block; padding: 12px 24px; font-size: .95rem; }
}

/* ── Botones ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 50px; font-family: 'Lato', sans-serif;
  font-weight: 700; font-size: .9rem; cursor: pointer; border: none;
  transition: var(--t); letter-spacing: .3px;
}
.btn-gold {
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff; box-shadow: 0 4px 16px rgba(201, 116, 138, .35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201, 116, 138, .5); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 4px 16px rgba(37, 211, 102, .35); }
.btn-wa:hover { transform: translateY(-2px); background: #1ebe5d; }
.btn-outline { background: transparent; color: var(--rose); border: 2px solid rgba(201, 116, 138, .4); }
.btn-outline:hover { border-color: var(--rose); background: var(--rose-light); }
.btn-full { width: 100%; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative;
  background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 60%, #fdf0f4 100%);
  padding: 100px 24px 60px; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(201, 116, 138, .08) 0%, transparent 65%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?w=1400&q=40') center / cover;
  opacity: .04;
}
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--rose); margin-bottom: 20px; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.15; color: var(--dark2); margin-bottom: 20px; }
.hero-content h1 span { background: linear-gradient(135deg, var(--rose), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.05rem; color: var(--gray); margin-bottom: 36px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Beneficios ──────────────────────────────────────────────── */
.benefits { background: linear-gradient(135deg, var(--rose), var(--rose-dark)); display: flex; flex-wrap: wrap; justify-content: center; }
.benefit {
  flex: 1; min-width: 200px; display: flex; align-items: center; gap: 10px;
  padding: 18px 24px; color: #fff; font-weight: 600; font-size: .88rem;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.benefit:last-child { border-right: none; }
.benefit i { font-size: 1.2rem; opacity: .9; }

/* ── Cat-nav (barra de categorías sticky) ────────────────────── */
.cat-nav {
  position: sticky; top: 68px; z-index: 800;
  background: rgba(253, 248, 245, .97); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 116, 138, .12);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.cat-nav::-webkit-scrollbar { height: 3px; }
.cat-nav::-webkit-scrollbar-thumb { background: var(--rose-light); border-radius: 2px; }
.cat-nav-inner { display: flex; gap: 4px; padding: 10px 16px; min-width: max-content; max-width: 1200px; margin: 0 auto; }
.cat-nav-btn {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 16px; border-radius: 50px; font-size: .8rem; font-weight: 700;
  color: var(--gray); white-space: nowrap; transition: var(--t);
  border: 1.5px solid transparent;
}
.cat-nav-btn:hover { color: var(--rose); background: var(--rose-light); }
.cat-nav-btn.active { color: var(--rose); background: var(--rose-light); border-color: rgba(201, 116, 138, .3); }

/* ── Catálogo ────────────────────────────────────────────────── */
.catalog { padding: 60px 24px 80px; max-width: 1200px; margin: 0 auto; }
.catalog-header { text-align: center; margin-bottom: 36px; }
.catalog-sub { color: var(--gray); font-size: .9rem; margin-top: 6px; }
.section-tag { font-size: .75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; display: block; }
.catalog-header h2, .section-header h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--dark2); }
.section-header { text-align: center; margin-bottom: 48px; }

/* ── Filtros ─────────────────────────────────────────────────── */
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.ftab { padding: 9px 22px; border-radius: 50px; border: 2px solid rgba(201, 116, 138, .25); background: #fff; font-weight: 600; font-size: .85rem; cursor: pointer; transition: var(--t); color: var(--gray); }
.ftab:hover, .ftab.active { background: var(--rose); border-color: var(--rose); color: #fff; }

/* ── Grid de productos ───────────────────────────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.prod-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); transition: var(--t); cursor: pointer; border: 1px solid rgba(201, 116, 138, .1); }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.pc-img { height: 200px; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); display: flex; align-items: center; justify-content: center; position: relative; flex-direction: column; gap: 8px; overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; }
.pc-emoji { font-size: 5rem; }
.pc-badge { position: absolute; top: 12px; left: 12px; background: var(--rose); color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 4px; }
.pc-acabado-badge { position: absolute; top: 12px; left: 12px; font-size: .68rem; font-weight: 800; letter-spacing: 1px; padding: 4px 10px; border-radius: 50px; color: #fff; }
.pc-acabado-badge.plateado { background: #909090; }
.pc-acabado-badge.dorado   { background: var(--gold-dark); }
.pc-body { padding: 18px; }
.pc-cat { font-size: .7rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.pc-name { font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 6px; line-height: 1.3; color: var(--dark2); }
.pc-desc { font-size: .82rem; color: var(--gray); margin-bottom: 12px; line-height: 1.5; }
.pc-price { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.pc-current { font-size: 1.15rem; font-weight: 700; color: var(--rose); }
.pc-old { font-size: .85rem; color: #bbb; text-decoration: line-through; }
.pc-desde { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.pc-desde-label { font-size: .72rem; color: var(--gray); font-weight: 600; }
.pc-opciones-row { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 12px; }
.pc-opcion-pill { font-size: .68rem; font-weight: 700; padding: 3px 8px; border-radius: 50px; }
.mujer-pill  { background: var(--rose-light); color: var(--rose-dark); }
.hombre-pill { background: #e8f0fe; color: #3b5bdb; }
.pareja-pill { background: var(--gold-light); color: var(--gold-dark); }
.btn-add { width: 100%; padding: 10px; background: linear-gradient(135deg, var(--rose), var(--rose-dark)); color: #fff; border: none; border-radius: 50px; font-weight: 700; font-size: .82rem; cursor: pointer; transition: var(--t); display: flex; align-items: center; justify-content: center; gap: 6px; box-shadow: 0 3px 12px rgba(201, 116, 138, .3); }
.btn-add:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(201, 116, 138, .4); }

/* ── Packs destacados (index) ────────────────────────────────── */
.packs-section { padding: 80px 24px 60px; background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 100%); }
.packs-inner { max-width: 1000px; margin: 0 auto; }
.packs-title { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--dark2); text-align: center; margin-bottom: 40px; }
.packs-hero-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pack-hero-card { background: #fff; border-radius: 20px; box-shadow: 0 6px 28px rgba(201, 116, 138, .12); border: 2px solid rgba(201, 116, 138, .1); overflow: hidden; display: flex; flex-direction: column; transition: .3s ease; }
.pack-hero-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(201, 116, 138, .2); }
.pack-hero-featured { border-color: rgba(201, 169, 110, .4); box-shadow: 0 8px 32px rgba(201, 169, 110, .18); }
.phc-header { padding: 28px 24px 20px; text-align: center; }
.phc-clasico { background: linear-gradient(160deg, var(--rose-light), #fff); }
.phc-premium { background: linear-gradient(160deg, var(--gold-light), #fff); }
.phc-pack-img { margin: 0 auto 14px; max-width: 200px; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.phc-pack-img img { width: 100%; height: 140px; object-fit: cover; }
.phc-tag { display: inline-block; font-size: .68rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; background: var(--rose); color: #fff; padding: 4px 12px; border-radius: 50px; margin-bottom: 14px; }
.phc-tag-gold { background: var(--gold-dark); }
.phc-emoji { font-size: 3rem; margin-bottom: 10px; }
.phc-header h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--dark2); margin-bottom: 14px; }
.phc-price-row { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.phc-price { font-size: 1.8rem; font-weight: 700; color: var(--rose); }
.phc-old { font-size: .9rem; color: #bbb; text-decoration: line-through; }
.phc-save { background: var(--rose-light); color: var(--rose-dark); font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; }
.phc-list { padding: 16px 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(201, 116, 138, .1); }
.phc-list li { display: flex; align-items: flex-start; gap: 8px; font-size: .9rem; color: var(--dark2); line-height: 1.4; }
.phc-list li span { font-size: 1rem; flex-shrink: 0; }
.phc-extra { font-weight: 700; color: var(--gold-dark); }
.phc-actions { padding: 16px 20px 20px; display: flex; flex-direction: column; gap: 10px; border-top: 1px solid rgba(201, 116, 138, .08); }

/* ── Secciones extra ─────────────────────────────────────────── */
.extra-section { padding: 70px 24px; }
.extra-alt { background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 100%); }
.extra-inner { max-width: 1200px; margin: 0 auto; }
.extra-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--dark2); text-align: center; margin-bottom: 8px; }
.extra-sub { text-align: center; color: var(--gray); font-size: .9rem; margin-bottom: 36px; }
.extra-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 22px; margin-top: 32px; }
.extra-card { background: #fff; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(201, 116, 138, .1); transition: .3s ease; cursor: pointer; }
.extra-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ec-img { height: 170px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.ec-img img { width: 100%; height: 100%; object-fit: cover; }
.girasol-bg { background: linear-gradient(135deg, #fff8e1, #fff3cd); }
.ec-emoji { font-size: 4rem; }
.ec-badge { position: absolute; top: 10px; left: 10px; background: var(--rose); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: 1px; padding: 3px 9px; border-radius: 4px; }
.ec-modelo-tag { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,.9); color: var(--dark2); font-size: .7rem; font-weight: 800; padding: 3px 12px; border-radius: 50px; white-space: nowrap; box-shadow: 0 2px 8px rgba(0,0,0,.1); }
.ec-body { padding: 14px 16px; }
.ec-tag { font-size: .68rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--rose); margin-bottom: 4px; }
.ec-name { font-family: 'Playfair Display', serif; font-size: .95rem; color: var(--dark2); margin-bottom: 6px; line-height: 1.3; }
.ec-desc { font-size: .78rem; color: var(--gray); margin-bottom: 8px; line-height: 1.4; }
.ec-list { padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.ec-list li { font-size: .8rem; color: var(--dark2); }
.ec-price-row { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.ec-price { font-size: 1.1rem; font-weight: 700; color: var(--rose); }
.ec-old { font-size: .8rem; color: #bbb; text-decoration: line-through; }
.ec-list-modal { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; margin: 14px 0 18px; }
.ec-list-modal li { font-size: .88rem; color: var(--dark2); display: flex; align-items: center; gap: 8px; }

/* ── Modal anillo ────────────────────────────────────────────── */
.anillo-modal { background: #fff; border-radius: 20px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; padding: 28px 28px 24px; animation: popIn .3s ease; }
.am-header { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(201, 116, 138, .12); }
.am-dije { width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0; box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.am-acabado { font-size: .75rem; font-weight: 700; color: var(--gray); margin-bottom: 4px; }
.am-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--dark2); line-height: 1.3; }
.am-opcion-label { font-size: .8rem; font-weight: 700; color: var(--gray); margin-bottom: 10px; letter-spacing: .5px; text-transform: uppercase; }
.am-opcion-tabs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.am-tab { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 6px; border-radius: 12px; border: 2px solid rgba(201, 116, 138, .2); background: #fff; cursor: pointer; transition: .25s ease; }
.am-tab:hover, .am-tab.active { border-color: var(--rose); background: var(--rose-light); }
.am-tab-pareja.active { border-color: var(--gold); background: var(--gold-light); }
.am-tab-icon { font-size: 1.3rem; }
.am-tab-name { font-size: .72rem; font-weight: 700; color: var(--dark2); }
.am-tab-price { font-size: .78rem; font-weight: 700; color: var(--rose); }
.am-tab-pareja .am-tab-price { color: var(--gold-dark); }
.am-price-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; flex-wrap: wrap; }
.am-price { font-size: 1.6rem; font-weight: 700; color: var(--rose); }
.am-old { font-size: .9rem; color: #bbb; text-decoration: line-through; }
.am-save { background: var(--rose-light); color: var(--rose-dark); font-size: .72rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; }
.am-desc { font-size: .85rem; color: var(--gray); line-height: 1.6; margin-bottom: 14px; }
.am-info-pill { display: flex; align-items: center; gap: 8px; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); border: 1.5px solid rgba(201, 116, 138, .2); color: var(--dark2); font-size: .82rem; font-weight: 600; padding: 9px 14px; border-radius: 50px; margin-bottom: 14px; }
.am-info-pill i { color: #22c55e; font-size: .95rem; }
.am-option-block { margin-bottom: 16px; }
.am-option-block label { display: block; font-weight: 700; font-size: .83rem; margin-bottom: 8px; color: var(--dark2); }
.am-total-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: var(--rose-light); border-radius: 10px; font-weight: 700; font-size: 1rem; margin-bottom: 14px; color: var(--dark2); }
.am-total-price { font-size: 1.2rem; color: var(--rose); }
.am-actions { display: flex; flex-direction: column; gap: 10px; }

/* ── Talla picker ────────────────────────────────────────────── */
.talla-picker { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.talla-btn { padding: 8px 14px; border-radius: 8px; border: 2px solid rgba(201, 116, 138, .25); background: #fff; font-family: 'Lato', sans-serif; font-weight: 700; font-size: .88rem; cursor: pointer; transition: .25s ease; color: var(--dark2); }
.talla-btn:hover, .talla-btn.active { background: var(--rose); border-color: var(--rose); color: #fff; }

/* ── Qty row ─────────────────────────────────────────────────── */
.qty-row { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.qty-btn { width: 36px; height: 36px; border-radius: 50%; border: 2px solid rgba(201, 116, 138, .3); background: #fff; font-size: 1.1rem; cursor: pointer; transition: var(--t); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--dark2); }
.qty-btn:hover { border-color: var(--rose); color: var(--rose); }
#qtyVal, #amQty { font-weight: 700; font-size: 1.1rem; min-width: 28px; text-align: center; }

/* ── Tabla de tallas ─────────────────────────────────────────── */
.tg-table { width: 100%; border-collapse: collapse; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(201, 116, 138, .1); }
.tg-table th { background: var(--rose); color: #fff; padding: 10px 16px; font-size: .82rem; font-weight: 700; text-align: center; }
.tg-table td { padding: 10px 16px; text-align: center; font-size: .9rem; border-bottom: 1px solid rgba(201, 116, 138, .1); color: var(--dark2); }
.tg-table tr:nth-child(even) td { background: var(--rose-light); }
.tg-nota { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--dark2); font-weight: 600; background: var(--gold-light); padding: 10px 14px; border-radius: 8px; }
.tg-nota i { color: var(--gold-dark); }

/* ── Por qué elegirnos ───────────────────────────────────────── */
.why-us { background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 100%); padding: 80px 24px; }
.why-inner { max-width: 1200px; margin: 0 auto; }
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; margin-top: 48px; align-items: stretch; }
.why-card { background: rgba(255,255,255,.75); border: 1px solid rgba(201, 116, 138, .12); border-radius: var(--r); padding: 32px 24px; text-align: center; transition: var(--t); backdrop-filter: blur(4px); display: flex; flex-direction: column; align-items: center; }
.why-card:hover { background: #fff; box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.why-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 2px solid rgba(201, 116, 138, .2); }
.why-icon i { font-size: 1.4rem; color: var(--rose); }
.why-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--dark2); margin-bottom: 10px; }
.why-card p { font-size: .85rem; color: var(--gray); line-height: 1.6; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer { background: var(--dark2); color: #fff; padding: 60px 24px 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 60px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { flex: 2; min-width: 200px; }
.footer-brand h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
.footer-brand p { color: rgba(255,255,255,.55); font-size: .9rem; margin-bottom: 20px; line-height: 1.6; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: #fff; transition: var(--t); }
.socials a:hover { background: var(--rose); }
.footer-col { flex: 1; min-width: 130px; }
.footer-col h4 { font-size: .75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: rgba(255,255,255,.5); font-size: .88rem; transition: var(--t); }
.footer-col a:hover { color: #fff; }
.footer-bottom { text-align: center; padding: 20px; color: rgba(255,255,255,.3); font-size: .8rem; }

/* ── Carrito lateral ─────────────────────────────────────────── */
.cart-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(61, 43, 53, .35); display: none; }
.cart-overlay.active { display: block; }
.cart-drawer { position: fixed; top: 0; right: -440px; z-index: 1100; width: 100%; max-width: 420px; height: 100vh; background: var(--cream); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; transition: right .35s ease; }
.cart-drawer.open { right: 0; }
.cart-head { padding: 20px 24px; border-bottom: 1px solid rgba(201, 116, 138, .15); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); }
.cart-head h3 { color: var(--dark2); font-family: 'Playfair Display', serif; font-size: 1.2rem; display: flex; align-items: center; gap: 8px; }
.cart-head button { background: none; border: none; color: var(--gray); font-size: 1.1rem; cursor: pointer; transition: var(--t); }
.cart-head button:hover { color: var(--rose); }
.cart-body { flex: 1; overflow-y: auto; padding: 16px; background: var(--cream); }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--gray); }
.cart-empty i { font-size: 3rem; margin-bottom: 12px; opacity: .3; display: block; }
.cart-item { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(201, 116, 138, .1); }
.ci-emoji { width: 56px; height: 56px; background: var(--rose-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; }
.ci-info { flex: 1; }
.ci-name { font-weight: 700; font-size: .88rem; margin-bottom: 3px; color: var(--dark2); }
.ci-meta { font-size: .75rem; color: var(--gray); margin-bottom: 8px; }
.ci-qty { display: flex; align-items: center; gap: 10px; }
.ci-qty button { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid rgba(201, 116, 138, .3); background: #fff; font-size: .9rem; cursor: pointer; transition: var(--t); display: flex; align-items: center; justify-content: center; }
.ci-qty button:hover { border-color: var(--rose); color: var(--rose); }
.ci-qty span { font-weight: 700; font-size: .9rem; min-width: 20px; text-align: center; }
.ci-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.ci-price { font-weight: 700; color: var(--rose); font-size: .95rem; }
.ci-remove { background: none; border: none; color: #ccc; cursor: pointer; font-size: .85rem; transition: var(--t); }
.ci-remove:hover { color: var(--rose); }
.cart-foot { padding: 16px; border-top: 1px solid rgba(201, 116, 138, .15); display: flex; flex-direction: column; gap: 10px; background: var(--cream); }
.cart-total-row { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.05rem; margin-bottom: 4px; }
.ct-amount { color: var(--rose); font-size: 1.2rem; }

/* ── Modal checkout ──────────────────────────────────────────── */
.modal-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(61, 43, 53, .4); backdrop-filter: blur(4px); display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.checkout-modal { background: var(--cream); border-radius: 20px; max-width: 520px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; padding: 36px; animation: popIn .3s ease; }
@keyframes popIn { from { opacity: 0; transform: scale(.94) translateY(16px); } to { opacity: 1; transform: scale(1) translateY(0); } }
.modal-x { position: absolute; top: 14px; right: 14px; background: var(--rose-light); border: none; font-size: 1rem; cursor: pointer; color: var(--rose); width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: var(--t); }
.modal-x:hover { background: var(--rose); color: #fff; }
.checkout-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; color: var(--dark2); }
.checkout-summary { background: var(--rose-light); border-radius: 10px; padding: 16px; margin-bottom: 24px; }
.cs-row { display: flex; justify-content: space-between; font-size: .88rem; padding: 4px 0; color: var(--gray); }
.cs-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1rem; padding-top: 10px; margin-top: 8px; border-top: 1px solid rgba(201, 116, 138, .2); color: var(--dark2); }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-weight: 600; font-size: .83rem; color: var(--dark2); }
.form-group input { padding: 12px 16px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 10px; font-family: 'Lato', sans-serif; font-size: .95rem; outline: none; transition: var(--t); background: #fff; }
.form-group input:focus { border-color: var(--rose); }
.payment-options { display: flex; flex-direction: column; gap: 10px; }
.pay-opt { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 10px; cursor: pointer; transition: var(--t); background: #fff; }
.pay-opt:has(input:checked) { border-color: var(--rose); background: var(--rose-light); }
.pay-opt input { accent-color: var(--rose); }
.pay-opt span { font-weight: 600; font-size: .9rem; display: flex; align-items: center; gap: 8px; color: var(--dark2); }

/* ── Pantalla de éxito ───────────────────────────────────────── */
.success-screen { text-align: center; padding: 10px 0; }
.success-icon { font-size: 4rem; color: #22c55e; margin-bottom: 16px; }
.success-screen h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin-bottom: 12px; }
.success-screen p { color: var(--gray); margin-bottom: 20px; line-height: 1.6; }
.success-summary { background: var(--light); border-radius: 10px; padding: 16px; margin-bottom: 24px; text-align: left; display: flex; flex-direction: column; gap: 8px; }
.success-summary p { font-size: .9rem; display: flex; align-items: center; gap: 8px; }
.success-summary i { color: var(--gold); width: 16px; }

/* ── WhatsApp flotante ───────────────────────────────────────── */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 800; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37, 211, 102, .5); transition: var(--t); }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(37, 211, 102, .6); }

/* ── Toast ───────────────────────────────────────────────────── */
.toast { position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--dark2); color: #fff; padding: 12px 24px; border-radius: 50px; font-size: .88rem; font-weight: 600; z-index: 9999; opacity: 0; transition: all .35s ease; pointer-events: none; white-space: nowrap; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── Modal delivery ──────────────────────────────────────────── */
.delivery-options { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 8px; }
.delivery-opt-btn { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 20px 12px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 16px; background: #fff; cursor: pointer; transition: .25s ease; font-family: 'Lato', sans-serif; }
.delivery-opt-btn:hover { border-color: var(--rose); background: var(--rose-light); transform: translateY(-2px); }
.delivery-opt-icon { font-size: 2rem; }
.delivery-opt-label { font-size: .9rem; font-weight: 800; color: var(--dark2); }
.delivery-opt-sub { font-size: .72rem; color: var(--gray); }
.delivery-back-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: none; color: var(--rose); font-size: .82rem; font-weight: 700; cursor: pointer; margin-bottom: 16px; padding: 0; font-family: 'Lato', sans-serif; }
.delivery-back-btn:hover { text-decoration: underline; }
.delivery-textarea { padding: 12px 16px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 10px; font-family: 'Lato', sans-serif; font-size: .95rem; outline: none; resize: vertical; width: 100%; transition: .3s ease; background: #fff; }
.delivery-textarea:focus { border-color: var(--rose); }
@media (max-width: 480px) { .delivery-options { grid-template-columns: 1fr; } }

/* ── Páginas internas (nosotros, contacto) ───────────────────── */
.page-hero { padding: 140px 24px 80px; text-align: center; background: linear-gradient(160deg, var(--rose-light), var(--gold-light)); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--dark2); margin: 12px 0 16px; }
.page-hero p { color: var(--gray); font-size: 1rem; }

/* Nosotros */
.about-section { max-width: 1100px; margin: 0 auto; padding: 80px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img img { width: 100%; height: 400px; object-fit: cover; }
.about-text { display: flex; flex-direction: column; gap: 16px; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--dark2); }
.about-text p { color: var(--gray); line-height: 1.7; font-size: .95rem; }
@media (max-width: 768px) { .about-section { grid-template-columns: 1fr; } .about-img img { height: 260px; } }

/* Contacto */
.contact-section { max-width: 1100px; margin: 0 auto; padding: 60px 24px 80px; display: flex; flex-direction: column; gap: 60px; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.contact-card { background: #fff; border-radius: var(--r); padding: 32px 24px; text-align: center; box-shadow: var(--shadow); border: 1px solid rgba(201, 116, 138, .1); display: flex; flex-direction: column; align-items: center; gap: 10px; }
.contact-card-icon { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--rose-light), var(--gold-light)); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--rose); }
.contact-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--dark2); }
.contact-card p { font-size: .85rem; color: var(--gray); }
.contact-form-wrap { max-width: 680px; }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-select { padding: 12px 16px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 10px; font-family: 'Lato', sans-serif; font-size: .95rem; outline: none; background: #fff; color: var(--dark2); transition: var(--t); }
.contact-select:focus { border-color: var(--rose); }
.contact-textarea { padding: 12px 16px; border: 2px solid rgba(201, 116, 138, .2); border-radius: 10px; font-family: 'Lato', sans-serif; font-size: .95rem; outline: none; resize: vertical; width: 100%; transition: .3s ease; background: #fff; }
.contact-textarea:focus { border-color: var(--rose); }
@media (max-width: 600px) { .contact-form-row { grid-template-columns: 1fr; } }

/* ── Breadcrumb ──────────────────────────────────────────────── */
.breadcrumb { padding: 84px 24px 0; max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--gray); }
.breadcrumb a { color: var(--gray); transition: var(--t); }
.breadcrumb a:hover { color: var(--rose); }
.breadcrumb i { font-size: .65rem; opacity: .6; }
.breadcrumb span { color: var(--rose); font-weight: 600; }

/* ── Responsive general ──────────────────────────────────────── */
@media (max-width: 768px) {
  .packs-hero-row { grid-template-columns: 1fr; }
  .benefits { flex-direction: column; }
  .benefit { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .benefit:last-child { border-bottom: none; }
  .footer-inner { gap: 32px; }
}
@media (max-width: 480px) {
  .catalog { padding: 40px 16px 60px; }
  .extra-section { padding: 50px 16px; }
  .packs-section { padding: 60px 16px 40px; }
  .why-us { padding: 60px 16px; }
}

/* ── Hero mejorado ───────────────────────────────────────────── */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.hero-stat-label { font-size: .75rem; color: var(--gray); font-weight: 600; letter-spacing: .5px; }
.hero-stat-div { width: 1px; height: 36px; background: rgba(201, 116, 138, .25); }

/* ── Sección de envíos ───────────────────────────────────────── */
.envios-section {
  padding: 80px 24px;
  background: linear-gradient(160deg, var(--rose-light) 0%, var(--gold-light) 60%, #fdf0f4 100%);
  position: relative;
  overflow: hidden;
}
.envios-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(201, 116, 138, .1) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 50%, rgba(201, 169, 110, .08) 0%, transparent 60%);
}
.envios-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.envios-inner .section-tag { color: var(--rose); }
.envios-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--dark2);
  text-align: center;
  margin-bottom: 48px;
}
.envios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.envio-card {
  background: #fff;
  border: 1.5px solid rgba(201, 116, 138, .12);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: .3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow);
}
.envio-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(201, 116, 138, .35);
}
.envio-card-featured {
  background: linear-gradient(160deg, var(--rose-light), #fff);
  border-color: rgba(201, 116, 138, .3);
  box-shadow: 0 8px 32px rgba(201, 116, 138, .15);
}
.envio-icon-wrap {
  width: 80px; height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 4px;
}
.envio-delivery { background: linear-gradient(135deg, var(--rose), var(--rose-dark)); color: #fff; box-shadow: 0 8px 24px rgba(201, 116, 138, .35); }
.envio-shalom   { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #fff; box-shadow: 0 8px 24px rgba(201, 169, 110, .35); }
.envio-recojo   { background: linear-gradient(135deg, var(--dark2), var(--dark)); color: #fff; box-shadow: 0 8px 24px rgba(74, 53, 64, .3); }
.envio-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--dark2);
  font-weight: 700;
}
.envio-card p { font-size: .9rem; color: var(--gray); line-height: 1.6; }
.envio-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--rose-light);
  border: 1px solid rgba(201, 116, 138, .25);
  color: var(--rose-dark);
  font-size: .8rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 50px;
  margin-top: 4px;
}
.envios-extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid rgba(201, 116, 138, .15);
}
.envio-extra-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid rgba(201, 116, 138, .2);
  color: var(--dark2);
  font-size: .85rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(201, 116, 138, .08);
}
.envio-extra-item i { color: var(--rose); font-size: .9rem; }

@media (max-width: 768px) {
  .envios-grid { grid-template-columns: 1fr; gap: 16px; }
  .envio-card { padding: 28px 20px; }
  .hero-stat-div { display: none; }
}
@media (max-width: 480px) {
  .envios-extra { gap: 8px; }
  .envio-extra-item { font-size: .78rem; padding: 8px 14px; }
}

/* ── Envíos dentro del hero ──────────────────────────────────── */
.hero-envios {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 36px;
  background: rgba(255, 255, 255, .75);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(201, 116, 138, .2);
  border-radius: 20px;
  padding: 20px 32px;
  flex-wrap: wrap;
  gap: 0;
  box-shadow: 0 8px 32px rgba(201, 116, 138, .12);
}
.hero-envio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 28px;
  flex: 1;
  min-width: 140px;
  justify-content: center;
}
.hero-envio-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(201, 116, 138, .35);
}
.hero-envio-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); box-shadow: 0 4px 12px rgba(201, 169, 110, .35); }
.hero-envio-dark { background: linear-gradient(135deg, var(--dark2), var(--dark)); box-shadow: 0 4px 12px rgba(74, 53, 64, .3); }
.hero-envio-text { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.hero-envio-title { font-weight: 700; font-size: .9rem; color: var(--dark2); }
.hero-envio-sub { font-size: .75rem; color: var(--gray); }
.hero-envio-sep {
  width: 1px; height: 40px;
  background: rgba(201, 116, 138, .2);
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .hero-envios { padding: 16px; gap: 8px; }
  .hero-envio-item { padding: 8px 12px; min-width: 120px; }
  .hero-envio-sep { display: none; }
}

/* ── Hero split (texto + packs) ──────────────────────────────── */
.hero-split {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 24px 40px;
}
.hero-split-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-left { text-align: left; }
.hero-left .hero-eyebrow { text-align: left; }
.hero-left .hero-actions { justify-content: flex-start; }
.hero-left .hero-stats { justify-content: flex-start; }

/* Cards de pack en el hero */
.hero-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.hero-pack-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(201, 116, 138, .15);
  border: 2px solid rgba(201, 116, 138, .12);
  transition: .3s ease;
  display: flex;
  flex-direction: column;
}
.hero-pack-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(201, 116, 138, .25); }
.hero-pack-featured {
  border-color: rgba(201, 169, 110, .4);
  box-shadow: 0 8px 32px rgba(201, 169, 110, .2);
}
.hero-pack-img { position: relative; height: 180px; overflow: hidden; }
.hero-pack-img img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.hero-pack-card:hover .hero-pack-img img { transform: scale(1.05); }
.hero-pack-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--rose);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 50px;
}
.hero-pack-badge-gold { background: var(--gold-dark); }
.hero-pack-body {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.hero-pack-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark2);
}
.hero-pack-price-row { display: flex; align-items: center; gap: 8px; }
.hero-pack-price { font-size: 1.3rem; font-weight: 700; color: var(--rose); }
.hero-pack-old { font-size: .8rem; color: #bbb; text-decoration: line-through; }

/* Envíos al fondo del hero */
.hero-envios {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(12px);
  border: 1.5px solid rgba(201, 116, 138, .18);
  border-radius: 20px;
  padding: 18px 32px;
  flex-wrap: wrap;
  gap: 0;
  box-shadow: 0 8px 32px rgba(201, 116, 138, .1);
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.hero-envio-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 28px;
  flex: 1;
  min-width: 160px;
  justify-content: center;
}
.hero-envio-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(201, 116, 138, .3);
}
.hero-envio-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); box-shadow: 0 4px 12px rgba(201, 169, 110, .3); }
.hero-envio-dark { background: linear-gradient(135deg, var(--dark2), var(--dark)); box-shadow: 0 4px 12px rgba(74, 53, 64, .25); }
.hero-envio-text { display: flex; flex-direction: column; gap: 1px; text-align: left; }
.hero-envio-title { font-weight: 700; font-size: .88rem; color: var(--dark2); }
.hero-envio-sub { font-size: .72rem; color: var(--gray); }
.hero-envio-sep { width: 1px; height: 36px; background: rgba(201, 116, 138, .18); flex-shrink: 0; }

@media (max-width: 900px) {
  .hero-split-inner { grid-template-columns: 1fr; text-align: center; gap: 32px; }
  .hero-left { text-align: center; }
  .hero-left .hero-eyebrow { text-align: center; }
  .hero-left .hero-actions { justify-content: center; }
  .hero-left .hero-stats { justify-content: center; }
  .hero-right { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 600px) {
  .hero-right { grid-template-columns: 1fr; max-width: 320px; }
  .hero-pack-img { height: 160px; }
  .hero-envios { padding: 14px 16px; }
  .hero-envio-item { padding: 8px 12px; min-width: 130px; }
  .hero-envio-sep { display: none; }
}

/* ── Pack cards hero — versión grande ───────────────────────── */
.hero-pack-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 14px;
  text-align: left;
}
.hero-pack-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
  color: var(--dark2);
}
.hero-pack-list li span { font-size: .95rem; flex-shrink: 0; }
.hero-pack-extra { font-weight: 700; color: var(--gold-dark) !important; }
.hero-pack-actions { display: flex; flex-direction: column; gap: 8px; }

/* Imagen más alta */
.hero-pack-img { height: 220px; }

/* Layout: texto arriba, packs abajo en pantallas grandes */
.hero-split-inner {
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
}
.hero-right {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hero-pack-body { padding: 16px 18px 20px; }
.hero-pack-name { font-size: 1.05rem; margin-bottom: 6px; }
.hero-pack-price { font-size: 1.5rem; }

@media (max-width: 1024px) {
  .hero-split-inner { grid-template-columns: 1fr; }
  .hero-left { text-align: center; }
  .hero-left .hero-eyebrow,
  .hero-left .hero-actions,
  .hero-left .hero-stats { justify-content: center; text-align: center; }
  .hero-right { max-width: 700px; margin: 0 auto; width: 100%; }
}
@media (max-width: 600px) {
  .hero-right { grid-template-columns: 1fr; max-width: 360px; }
  .hero-pack-img { height: 180px; }
}

/* ============================================================
   RESPONSIVE GLOBAL — Menamora
   ============================================================ */

/* ── Tablet (≤ 1024px) ───────────────────────────────────────── */
@media (max-width: 1024px) {
  /* Hero */
  .hero-split { padding: 90px 20px 40px; }
  .hero-split-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-left { text-align: center; }
  .hero-left .hero-eyebrow { text-align: center; }
  .hero-left .hero-actions { justify-content: center; }
  .hero-left .hero-stats { justify-content: center; }
  .hero-right { max-width: 680px; margin: 0 auto; width: 100%; grid-template-columns: 1fr 1fr; }

  /* Catálogo */
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .extra-grid    { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

  /* Packs hero row */
  .packs-hero-row { grid-template-columns: 1fr 1fr; }

  /* Configurador producto */
  .config-layout { grid-template-columns: 1fr; }
  .pack-cards-row { grid-template-columns: 1fr 1fr; }
  .medidas-layout { grid-template-columns: 1fr; }
}

/* ── Mobile grande (≤ 768px) ─────────────────────────────────── */
@media (max-width: 768px) {
  /* Navbar */
  .hamburger { display: block; }
  .nav-links {
    display: none; flex-direction: column; gap: 0;
    position: fixed; top: 68px; left: 0; right: 0;
    background: rgba(253, 248, 245, .98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(201, 116, 138, .15);
    padding: 8px 0 16px; z-index: 899;
    box-shadow: 0 8px 24px rgba(201, 116, 138, .12);
  }
  .nav-links.open { display: flex; }
  .nav-links li a {
    display: block; padding: 14px 24px;
    font-size: 1rem; border-bottom: 1px solid rgba(201, 116, 138, .08);
  }
  .nav-links li:last-child a { border-bottom: none; }

  /* Hero */
  .hero-split { padding: 80px 16px 32px; }
  .hero-split-inner { gap: 28px; }
  .hero-content h1,
  .hero-left h1 { font-size: clamp(1.9rem, 6vw, 2.8rem); }
  .hero-sub { font-size: .95rem; }
  .hero-stats { gap: 16px; }
  .hero-stat-num { font-size: 1.4rem; }
  .hero-stat-div { display: none; }
  .hero-right { grid-template-columns: 1fr 1fr; gap: 12px; max-width: 100%; }
  .hero-pack-img { height: 160px; }
  .hero-pack-body { padding: 12px 14px 16px; }
  .hero-pack-name { font-size: .92rem; }
  .hero-pack-price { font-size: 1.2rem; }
  .hero-pack-list li { font-size: .76rem; }
  .hero-pack-actions .btn { padding: 9px 14px; font-size: .78rem; }

  /* Envíos en hero */
  .hero-envios { padding: 14px 16px; gap: 4px; border-radius: 14px; }
  .hero-envio-item { padding: 6px 10px; min-width: 0; flex: 1; }
  .hero-envio-icon { width: 36px; height: 36px; font-size: .85rem; }
  .hero-envio-title { font-size: .78rem; }
  .hero-envio-sub { font-size: .65rem; }
  .hero-envio-sep { display: none; }

  /* Cat-nav */
  .cat-nav { top: 68px; }
  .cat-nav-inner { padding: 8px 12px; gap: 6px; }
  .cat-nav-btn { font-size: .72rem; padding: 6px 12px; }

  /* Catálogo */
  .catalog { padding: 40px 16px 60px; }
  .products-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .pc-img { height: 160px; }
  .pc-body { padding: 12px; }
  .pc-name { font-size: .9rem; }
  .pc-opciones-row { gap: 4px; }
  .pc-opcion-pill { font-size: .62rem; padding: 2px 6px; }

  /* Extra grid */
  .extra-section { padding: 48px 16px; }
  .extra-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
  .ec-img { height: 140px; }
  .ec-body { padding: 10px 12px; }

  /* Packs hero row */
  .packs-hero-row { grid-template-columns: 1fr; gap: 20px; }
  .pack-cards-row { grid-template-columns: 1fr; }

  /* Why us */
  .why-us { padding: 56px 16px; }
  .why-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; }
  .why-card { padding: 24px 18px; }

  /* Footer */
  .footer { padding: 48px 16px 0; }
  .footer-inner { flex-direction: column; gap: 28px; }
  .footer-brand { min-width: unset; }
  .footer-col { min-width: unset; }

  /* Carrito */
  .cart-drawer { max-width: 100%; }

  /* Modales */
  .checkout-modal { padding: 24px 20px; border-radius: 16px; }
  .anillo-modal { padding: 20px 18px; border-radius: 16px; }
  .am-opcion-tabs { grid-template-columns: 1fr 1fr 1fr; gap: 6px; }
  .am-tab { padding: 8px 4px; }
  .am-tab-name { font-size: .65rem; }
  .am-tab-price { font-size: .7rem; }

  /* Producto.html */
  .pack-selector-section { padding: 88px 16px 36px; }
  .configurador { padding: 40px 16px 60px; }
  .gallery-main img { height: 240px; }
  .thumb { width: 52px; height: 52px; }
  .medidas-section { padding: 56px 16px; }
  .tallas-circles { grid-template-columns: repeat(5, 1fr); gap: 6px; }
  .talla-circle { width: 52px; height: 52px; }
  .tc-num { font-size: 1.1rem; }
  .prod-description { padding: 36px 16px 56px; }
  .desc-tabs { overflow-x: auto; }
  .dtab { white-space: nowrap; }

  /* Páginas internas */
  .page-hero { padding: 110px 16px 60px; }
  .about-section { padding: 56px 16px; grid-template-columns: 1fr; gap: 28px; }
  .about-img img { height: 220px; }
  .contact-section { padding: 40px 16px 60px; }
  .contact-form-row { grid-template-columns: 1fr; }
}

/* ── Mobile pequeño (≤ 480px) ────────────────────────────────── */
@media (max-width: 480px) {
  /* Hero */
  .hero-split { padding: 76px 14px 28px; }
  .hero-right { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .hero-pack-img { height: 200px; }
  .hero-pack-list { display: none; } /* ocultar lista en móvil muy pequeño para no saturar */
  .hero-pack-actions .btn { font-size: .8rem; padding: 10px 16px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 10px; }
  .hero-actions .btn { width: 100%; max-width: 280px; }

  /* Envíos */
  .hero-envios { flex-direction: column; gap: 10px; padding: 16px; }
  .hero-envio-item { justify-content: flex-start; padding: 6px 8px; min-width: unset; width: 100%; }
  .hero-envio-sep { display: none; }

  /* Catálogo */
  .products-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .pc-img { height: 140px; }
  .extra-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .ec-img { height: 120px; }

  /* Filtros */
  .filter-tabs { gap: 6px; }
  .ftab { padding: 7px 14px; font-size: .78rem; }

  /* Cat-nav */
  .cat-nav-btn { font-size: .68rem; padding: 5px 10px; }

  /* Modales */
  .checkout-modal { padding: 20px 16px; margin: 10px; }
  .delivery-options { grid-template-columns: 1fr; gap: 10px; }
  .am-opcion-tabs { gap: 4px; }

  /* Producto */
  .pack-cards-row { grid-template-columns: 1fr; }
  .modelos-grid { gap: 6px; }
  .modelo-item { padding: 6px 8px; }
  .modelo-swatch { width: 26px; height: 26px; }
  .tallas-circles { gap: 4px; }
  .talla-circle { width: 46px; height: 46px; }
  .tc-num { font-size: 1rem; }
  .tc-label { font-size: .42rem; }

  /* Footer */
  .footer-inner { gap: 20px; }
  .footer-brand h3 { font-size: 1.4rem; }
  .footer-bottom { font-size: .72rem; }

  /* Lightbox */
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
}

/* ── Mobile muy pequeño (≤ 360px) ───────────────────────────── */
@media (max-width: 360px) {
  .hero-left h1 { font-size: 1.7rem; }
  .products-grid { grid-template-columns: 1fr; }
  .extra-grid { grid-template-columns: 1fr; }
  .hero-right { max-width: 100%; }
}

/* ── Scroll offset para secciones (navbar fijo) ──────────────── */
html { scroll-padding-top: 120px; }
section[id], div[id] { scroll-margin-top: 120px; }
@media (max-width: 768px) {
  html { scroll-padding-top: 110px; }
  section[id], div[id] { scroll-margin-top: 110px; }
}

/* ── Sección caja Menamora ───────────────────────────────────── */
.caja-section {
  padding: 80px 24px;
  background: linear-gradient(160deg, var(--gold-light) 0%, var(--rose-light) 100%);
}
.caja-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.caja-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 56px rgba(201, 116, 138, .2);
}
.caja-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.caja-img-wrap:hover img { transform: scale(1.03); }
.caja-img-badge {
  position: absolute;
  bottom: 20px; left: 20px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
  color: var(--rose-dark);
  font-size: .82rem;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(201, 116, 138, .2);
}
.caja-img-badge i { color: var(--rose); }

.caja-text { display: flex; flex-direction: column; gap: 18px; }
.caja-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--dark2);
  line-height: 1.2;
}
.caja-desc { font-size: 1rem; color: var(--gray); line-height: 1.75; }
.caja-features {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.caja-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .92rem;
  color: var(--dark2);
  font-weight: 600;
}
.caja-features li i { color: #22c55e; font-size: 1rem; flex-shrink: 0; }
.caja-actions { display: flex; gap: 12px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .caja-inner { grid-template-columns: 1fr; gap: 32px; }
  .caja-img-wrap img { height: 320px; }
  .caja-text { text-align: center; }
  .caja-features li { justify-content: flex-start; text-align: left; }
  .caja-actions { justify-content: center; }
}
@media (max-width: 480px) {
  .caja-section { padding: 56px 16px; }
  .caja-img-wrap img { height: 260px; }
  .caja-actions .btn { width: 100%; }
}

/* ── Medidas de la caja ──────────────────────────────────────── */
.caja-medidas {
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border: 1.5px solid rgba(201, 116, 138, .2);
  border-radius: 16px;
  padding: 16px 28px;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(201, 116, 138, .1);
}
.caja-medida-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0 24px;
}
.caja-medida-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.caja-medida-label {
  font-size: .75rem;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.caja-medida-sep {
  width: 1px;
  height: 44px;
  background: rgba(201, 116, 138, .2);
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .caja-medidas { padding: 12px 16px; }
  .caja-medida-item { padding: 0 16px; }
  .caja-medida-num { font-size: 1.8rem; }
}

/* ── Imagen clickeable en modal con badge "Ver foto" ─────────── */
.am-img-wrap {
  position: relative;
  flex-shrink: 0;
  cursor: zoom-in;
  border-radius: 12px;
  overflow: hidden;
  width: 80px; height: 80px;
}
.am-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .3s ease; }
.am-img-wrap:hover img { transform: scale(1.06); }
.am-img-zoom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(201,116,138,.9), transparent);
  color: #fff;
  font-size: .58rem;
  font-weight: 800;
  text-align: center;
  padding: 4px 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  letter-spacing: .3px;
}
.am-img-zoom i { font-size: .6rem; }

/* ── Stats en nosotros ───────────────────────────────────────── */
.about-stats {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(201, 116, 138, .15);
  border-bottom: 1px solid rgba(201, 116, 138, .15);
}
.about-stat { display: flex; flex-direction: column; gap: 3px; }
.about-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.about-stat-label { font-size: .78rem; color: var(--gray); font-weight: 600; letter-spacing: .5px; }

/* ── Footer mejorado ─────────────────────────────────────────── */
.footer-social-label {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-bottom: 10px;
  margin-top: 4px;
}
.socials a.social-ig:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.socials a.social-tt:hover { background: #010101; }
.socials a.social-wa:hover { background: #25d366; }

.footer-col a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.5);
  font-size: .88rem;
  transition: var(--t);
}
.footer-col a i { font-size: .65rem; opacity: .5; transition: var(--t); }
.footer-col a:hover { color: #fff; padding-left: 4px; }
.footer-col a:hover i { opacity: 1; color: var(--rose); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  color: rgba(255,255,255,.3);
  font-size: .8rem;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom-love {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-bottom-love i { font-size: .75rem; }

@media (max-width: 768px) {
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ============================================================
   CENTRADO GLOBAL — fix completo
   ============================================================ */

/* Contacto */
.contact-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.contact-card {
  background: #fff;
  border-radius: var(--r);
  padding: 32px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(201, 116, 138, .1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.contact-card-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.contact-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--dark2); }
.contact-card p  { font-size: .88rem; color: var(--gray); }
.contact-form-wrap { width: 100%; max-width: 680px; }
.contact-form-wrap .section-header { text-align: center; margin-bottom: 28px; }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .btn { align-self: flex-start; }

/* Page hero centrado */
.page-hero {
  padding: 140px 24px 80px;
  text-align: center;
  background: linear-gradient(160deg, var(--rose-light), var(--gold-light));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.page-hero .section-tag { text-align: center; }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--dark2);
}
.page-hero p { color: var(--gray); font-size: 1rem; max-width: 500px; text-align: center; }

/* About section centrado en móvil */
.about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-text { display: flex; flex-direction: column; gap: 16px; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--dark2); }
.about-text p  { color: var(--gray); line-height: 1.7; font-size: .95rem; }

/* Catalog centrado */
.catalog { padding: 60px 24px 80px; max-width: 1200px; margin: 0 auto; }
.catalog-header { text-align: center; margin-bottom: 36px; }

/* Extra sections centradas */
.extra-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.extra-title { text-align: center; }
.extra-sub   { text-align: center; }

/* Why us centrado */
.why-inner { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 48px; }

/* Footer centrado en móvil */
.footer-inner { max-width: 1200px; margin: 0 auto; }

/* Caja section centrada */
.caja-inner { max-width: 1100px; margin: 0 auto; }

/* Envíos section centrada */
.envios-inner { max-width: 1100px; margin: 0 auto; text-align: center; }

/* Responsive centrado */
@media (max-width: 768px) {
  .contact-cards { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .contact-form-wrap { max-width: 100%; }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-form .btn { width: 100%; }
  .about-section { grid-template-columns: 1fr; text-align: center; }
  .about-text { align-items: center; text-align: center; }
  .about-img img { height: 260px; }
  .caja-inner { grid-template-columns: 1fr; }
  .caja-text { text-align: center; align-items: center; }
  .caja-features li { justify-content: center; }
  .caja-actions { justify-content: center; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; gap: 28px; }
  .footer-brand { text-align: center; }
  .socials { justify-content: center; }
  .footer-col { text-align: center; }
  .footer-col ul { align-items: center; }
  .footer-col a { justify-content: center; }
}
@media (max-width: 480px) {
  .contact-cards { max-width: 100%; }
  .page-hero { padding: 110px 16px 56px; }
  .about-section { padding: 48px 16px; }
  .contact-section { padding: 40px 16px 60px; }
}
