:root{
  --teal:#41b8c6;
  --teal-dark:#159dad;
  --purple:#9b78c4;
  --pink:#f28ab4;
  --yellow:#f0cf84;
  --green:#b7c65d;
  --cream:#fbf7f2;
  --cream-2:#fffdf9;
  --ink:#30263e;
  --muted:#72687f;
  --line:rgba(70,57,88,.13);
  --shadow:0 18px 55px rgba(70,57,88,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at 7% 9%, rgba(65,184,198,.10), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(155,120,196,.10), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(242,138,180,.09), transparent 28%),
    var(--cream);
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
.site-nav{position:sticky;top:0;z-index:20;background:rgba(251,247,242,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0}
.nav-logo img{height:64px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:24px;font-weight:850}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,var(--teal),#5bc8d2);color:#fff;font-weight:950;border:0;box-shadow:0 16px 34px rgba(65,184,198,.22)}
.btn.outline{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}
.hero{padding:44px 0 28px}
.hero-grid{display:block;max-width:980px;margin:0 auto}
.hero-card{
  position:relative;
  overflow:hidden;
  text-align:center;
  padding:clamp(30px,5vw,56px);
  background:
    radial-gradient(circle at 10% 16%, rgba(65,184,198,.14) 0 76px, transparent 77px),
    radial-gradient(circle at 88% 16%, rgba(155,120,196,.13) 0 70px, transparent 71px),
    radial-gradient(circle at 86% 86%, rgba(242,138,180,.11) 0 84px, transparent 85px),
    rgba(255,255,255,.68);
  border:1px solid rgba(255,255,255,.8);
  box-shadow:var(--shadow);
  border-radius:36px;
}
.hero-badge{display:inline-flex;padding:10px 14px;border-radius:999px;background:#fff;font-size:.88rem;font-weight:850;color:var(--purple);border:1px solid var(--line)}
h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.02;margin:18px 0 12px;letter-spacing:-.03em}
.lead{font-size:1.12rem;line-height:1.7;color:var(--muted);max-width:66ch;margin:0 auto 24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0 28px;justify-content:center}
.quick-info{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.quick-box,.hero-decor-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px 18px;box-shadow:0 10px 26px rgba(70,57,88,.07)}
.quick-box strong,.hero-decor-item strong{display:block;font-size:1.02rem;margin-bottom:5px}
.quick-box span,.hero-decor-item span{display:block;color:var(--muted);font-size:.95rem;line-height:1.5}
.hero-decor-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}

section{padding:32px 0 56px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.eyebrow{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(155,120,196,.12);color:var(--purple);font-size:.84rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}
h2{font-size:clamp(1.9rem,3.2vw,3rem);margin:0;line-height:1.1}
h3{margin:0}
.subtle{color:var(--muted);line-height:1.7}
.panel,.reserve-card,.price-card,.hours-box,.promo{background:var(--cream-2);border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:var(--shadow)}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.image-panel{padding:18px}
.image-panel img{width:100%;border-radius:24px;display:block}

.spaces-section-v4{padding-top:16px}
.installations-shell-v4{
  background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(251,247,242,.94));
  border:1px solid var(--line);
  border-radius:34px;
  padding:clamp(18px,3vw,30px);
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden
}
.installations-shell-v4:before{content:"";position:absolute;width:170px;height:170px;right:-50px;top:-50px;border-radius:999px;background:rgba(183,198,93,.22)}
.installations-intro-v4{margin-bottom:20px;position:relative;z-index:1}
.section-kicker-v4{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border-radius:999px;background:rgba(155,120,196,.12);color:var(--purple);font-size:.88rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px}
.installations-intro-v4 p{margin:10px 0 0;color:var(--muted);line-height:1.7;max-width:780px}
.installations-grid-v4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch;position:relative;z-index:1}
.install-card-v4{background:#fff;border:1px solid var(--line);border-radius:28px;padding:16px;box-shadow:0 16px 40px rgba(70,57,88,.10);position:relative;overflow:visible;display:flex;flex-direction:column}
.install-photo-label{position:absolute;top:-16px;left:20px;z-index:3;display:inline-flex;flex-direction:column;gap:4px;max-width:min(360px,calc(100% - 40px));padding:14px 22px 16px;border-radius:0 32px 32px 0;color:#fff;box-shadow:0 14px 28px rgba(70,57,88,.10)}
.install-photo-label strong{font-size:clamp(1rem,1.8vw,1.4rem);line-height:1.05;letter-spacing:.04em}
.install-photo-label span{font-size:clamp(.88rem,1.3vw,1rem);line-height:1.25;font-weight:800;max-width:28ch}
.install-photo-wrap{height:300px;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fbf7f2;border:1px solid rgba(70,57,88,.06)}
.install-photo-wrap img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}
.install-body-v4{padding:16px 8px 4px}
.install-body-v4 p{margin:0 0 12px;color:var(--muted);line-height:1.65}
.install-body-v4 ul{margin:0;padding-left:1.15rem;line-height:1.65;color:var(--ink)}
.install-body-v4 li+li{margin-top:8px}
.install-body-v4 strong{color:var(--ink)}

.cost-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.price-card{background:#fff;border-radius:28px;padding:22px;position:relative;overflow:hidden}
.price-card:before{content:"";position:absolute;inset:auto -18px -18px auto;width:86px;height:86px;border-radius:50%;background:rgba(65,184,198,.12)}
.price{font-size:2rem;font-weight:900;margin:0 0 8px;color:var(--teal)}
.price-card p{margin:0;color:var(--muted);line-height:1.6}
.hours-banner{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.hours-box{background:linear-gradient(135deg,rgba(65,184,198,.12),rgba(155,120,196,.10))}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.promo h3{font-size:1.4rem;margin-bottom:10px}
.promo ul{padding-left:1.1rem;color:var(--muted);line-height:1.7}
.promo .promo-price{font-weight:950;color:var(--purple);font-size:1.2rem}

.menu-posters{background:#fff;border:1px solid var(--line);border-radius:34px;padding:24px;box-shadow:var(--shadow)}
.poster-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}
.poster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.poster-card{background:#fbf7f2;border:1px solid var(--line);border-radius:24px;padding:12px;text-align:center;font-weight:850;color:var(--ink)}
.poster-card img{width:100%;border-radius:18px;display:block;margin-bottom:10px}

.socks-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:center}
.socks-img img{width:100%;border-radius:32px;box-shadow:var(--shadow)}
.rules-card{
  background:
    radial-gradient(circle at 10% 14%, rgba(65,184,198,.12) 0 72px, transparent 73px),
    radial-gradient(circle at 90% 12%, rgba(155,120,196,.12) 0 70px, transparent 71px),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(251,247,242,.95));
  border:1px solid var(--line);border-radius:34px;padding:clamp(22px,4vw,34px);box-shadow:var(--shadow)
}
.rules-copy{max-width:760px;margin-bottom:22px}
.rules-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.rule-item{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 10px 26px rgba(70,57,88,.07)}
.rule-item span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:28px;border-radius:999px;background:rgba(65,184,198,.12);color:var(--teal);font-weight:1000;margin-bottom:12px;font-size:.84rem}
.rule-item strong{display:block;margin-bottom:8px;font-size:1.05rem;color:var(--ink)}
.rule-item p{margin:0;color:var(--muted);line-height:1.55;font-size:.96rem}

.dynamic-location-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:stretch;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(251,247,242,.94));border:1px solid var(--line);border-radius:34px;padding:24px;box-shadow:var(--shadow)}
.dynamic-map-box{min-height:300px;border-radius:26px;overflow:hidden;border:1px solid var(--line);background:#fbf7f2;display:grid;place-items:center;color:var(--muted);font-weight:800}
.dynamic-map-box iframe{width:100%;height:100%;min-height:300px;border:0}
.location-address{color:var(--ink);line-height:1.6;margin-bottom:18px}

.reserve-single-wrap{width:min(860px,calc(100% - 32px));margin-inline:auto}
.reserve-whatsapp-card{text-align:center;position:relative;overflow:hidden;padding:clamp(28px,5vw,48px);background:radial-gradient(circle at 12% 20%, rgba(65,184,198,.12) 0 70px, transparent 71px),radial-gradient(circle at 88% 16%, rgba(155,120,196,.12) 0 66px, transparent 67px),radial-gradient(circle at 82% 88%, rgba(242,138,180,.10) 0 76px, transparent 77px),#fff}
.reserve-whatsapp-card .subtle{margin:16px auto 24px;max-width:620px}
.whatsapp-main-btn{font-size:1.02rem;padding-inline:26px}
.whatsapp-number{margin:16px 0 0;color:var(--muted);font-weight:800;letter-spacing:.02em}
.reserve-wrap-form{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:grid;gap:8px;font-weight:800;margin-bottom:14px}
input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;color:var(--ink);background:#fff}
textarea{min-height:110px;resize:vertical}

.footer-box{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:30px 0;border-top:1px solid var(--line)}
.footer-mini{display:flex;align-items:center;gap:12px}
.footer-mini img{height:58px;width:auto;display:block}
.footer-logo-wrap-clean{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px rgba(70,57,88,.08)}
.footer-socials-clean{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.footer-social-link.social-clean{width:46px;height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);border:1px solid var(--line);color:var(--ink);box-shadow:0 10px 24px rgba(70,57,88,.08)}
.footer-social-link.social-clean svg{width:20px;height:20px;display:block}
.back-to-top{position:fixed;right:22px;bottom:22px;width:52px;height:52px;border-radius:999px;background:var(--teal);color:#fff;display:grid;place-items:center;font-size:1.6rem;font-weight:900;box-shadow:0 14px 30px rgba(65,184,198,.30);z-index:30;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s ease}
.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}

@media(max-width:980px){
  .nav-inner{flex-wrap:wrap;padding:14px 0}
  .nav-links{width:100%;justify-content:center;flex-wrap:wrap;gap:14px}
  .about-grid,.hours-banner,.socks-section,.reserve-wrap-form,.dynamic-location-card{grid-template-columns:1fr}
  .cost-grid{grid-template-columns:repeat(2,1fr)}
  .promo-grid{grid-template-columns:1fr}
  .poster-grid{grid-template-columns:repeat(2,1fr)}
  .installations-grid-v4{grid-template-columns:1fr}
  .install-photo-wrap{height:320px}
  .rules-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .container{width:min(100% - 20px,1180px)}
  .nav-logo img{height:42px}
  .nav-links{font-size:.86rem}
  .hero-card,.panel,.reserve-card,.hours-box{padding:22px}
  .hero-card{text-align:left}
  .hero-actions{justify-content:flex-start}
  .quick-info,.hero-decor-row,.cost-grid,.poster-grid,.grid-2,.rules-grid{grid-template-columns:1fr}
  .install-photo-label{position:static;max-width:100%;margin-bottom:14px;border-radius:22px}
  .install-photo-wrap{height:250px}
  .footer-box{flex-direction:column;align-items:flex-start}
  .whatsapp-main-btn{width:100%}
}

/* v1.1: imagen superior y reglamento PDF */
.hero-top-image{
  width:min(460px,86%);
  margin:0 auto 18px;
  padding:14px 18px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 28px rgba(70,57,88,.08);
}
.hero-top-image img{
  width:100%;
  height:auto;
  max-height:150px;
  object-fit:contain;
  display:block;
}
.rules-pdf-section{padding-top:0}
.rules-pdf-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(251,247,242,.96));
  border:1px solid var(--line);
  border-radius:34px;
  padding:clamp(22px,4vw,34px);
  box-shadow:var(--shadow);
}
.rules-pdf-card h2{margin:0 0 10px}
.rules-pdf-card .subtle{margin:0;max-width:760px}
@media(max-width:760px){
  .rules-pdf-card{align-items:flex-start;flex-direction:column}
  .rules-pdf-card .btn{width:100%}
}



/* v1.2: ajustes de hero, reglamento, menú configurable y reglas */
.hero {
  padding-top: 34px;
}
.hero-card {
  max-width: 980px;
  margin: 0 auto;
}
.hero-top-image {
  width: min(760px, 94%);
  margin: 0 auto 24px;
  padding: 10px;
  border-radius: 30px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(70,57,88,.08);
}
.hero-top-image img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 22px;
}
.rules-pdf-section {
  padding: 24px 0 36px;
}
.rules-pdf-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  background:
    radial-gradient(circle at 9% 18%, rgba(65,184,198,.13) 0 68px, transparent 69px),
    radial-gradient(circle at 92% 20%, rgba(155,120,196,.12) 0 70px, transparent 71px),
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(251,247,242,.96));
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(22px,4vw,34px);
  box-shadow: var(--shadow);
}
.rules-pdf-icon {
  width: 76px;
  height: 76px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(65,184,198,.13);
  font-size: 2.1rem;
}
.rules-pdf-copy h2 {
  margin: 0 0 10px;
}
.rules-pdf-copy .subtle {
  margin: 0;
  max-width: 760px;
}
.btn.disabled {
  opacity: .62;
  pointer-events: none;
  background: #c8bdcf;
}
.rules-section {
  padding-top: 24px;
}
.rules-card-balanced {
  padding-bottom: clamp(22px, 4vw, 34px);
}
.socks-section-wrap {
  padding-top: 22px;
}
.socks-section-compact {
  align-items: stretch;
}
.socks-section-compact .panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.socks-section-compact .socks-img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 18px;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
}
.socks-section-compact .socks-img img {
  max-height: 430px;
  object-fit: contain;
  background: #fff;
}
@media(max-width:980px) {
  .rules-pdf-card {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .rules-pdf-card .btn {
    width: 100%;
  }
  .hero-top-image {
    width: min(700px, 100%);
  }
}
@media(max-width:640px) {
  .hero-top-image {
    width: 100%;
    padding: 8px;
    border-radius: 24px;
  }
  .hero-top-image img {
    max-height: 220px;
  }
}



/* v1.3: ajuste calcetines y botón regresar arriba */
.socks-section-wrap {
  padding-top: 14px;
}
.socks-section-compact {
  grid-template-columns: .68fr 1.32fr;
  align-items: start;
}
.socks-section-compact .panel {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  padding: clamp(24px, 3.2vw, 38px);
}
.socks-section-compact .panel .eyebrow {
  align-self: flex-start;
  width: auto;
  max-width: max-content;
}
.socks-section-compact .panel h2 {
  margin-top: 8px;
}
.socks-section-compact .socks-img {
  align-self: start;
  padding: 10px;
}
.socks-section-compact .socks-img img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 26px;
}
.back-to-top {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  cursor: pointer;
  text-decoration: none;
}
.back-to-top:not(.show) {
  opacity: .92;
}
@media(max-width: 980px) {
  .socks-section-compact {
    grid-template-columns: 1fr;
  }
  .socks-section-compact .socks-img img {
    max-height: 520px;
  }
}
@media(max-width: 640px) {
  .socks-section-compact .panel {
    padding: 22px;
  }
  .socks-section-compact .socks-img {
    padding: 8px;
  }
  .socks-section-compact .socks-img img {
    max-height: 460px;
  }
}



/* v1.4: hero/image polish + fixed top button */
.hero {
  padding-top: 24px;
}
.hero-card {
  padding-top: clamp(22px, 3.8vw, 42px);
}
.hero-top-image {
  width: min(920px, 100%);
  margin: 0 auto 26px;
  padding: 0;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.hero-top-image img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
  border-radius: 26px;
}
.socks-section-wrap {
  padding-top: 10px;
}
.socks-section-compact {
  grid-template-columns: .58fr 1.42fr;
  gap: 18px;
  align-items: start;
}
.socks-section-compact .panel {
  padding: clamp(22px, 3vw, 34px);
  min-height: 0;
}
.socks-section-compact .panel h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.1rem);
  line-height: 1.08;
}
.socks-section-compact .panel .subtle {
  max-width: 42ch;
}
.socks-section-compact .socks-img {
  padding: 8px;
  align-self: start;
}
.socks-section-compact .socks-img img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: contain;
  object-position: center;
}
.back-to-top,
button.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  font-weight: 1000;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(65,184,198,.30);
  z-index: 999999;
  opacity: .95;
  pointer-events: auto;
  transform: translateY(0);
  cursor: pointer;
  appearance: none;
}
.back-to-top:hover,
button.back-to-top:hover {
  opacity: 1;
  transform: translateY(-2px);
}
@media(max-width: 980px) {
  .socks-section-compact {
    grid-template-columns: 1fr;
  }
  .hero-top-image img {
    max-height: 320px;
  }
}
@media(max-width: 640px) {
  .hero-top-image img {
    max-height: 240px;
  }
  .socks-section-compact .socks-img img {
    max-height: 520px;
  }
}



/* v1.5: calcetines sin márgenes excesivos + social buttons preparados */
.socks-section-wrap {
  padding-top: 18px;
}
.socks-section-compact {
  grid-template-columns: minmax(360px, .92fr) minmax(460px, 1.08fr);
  gap: 22px;
  max-width: 1120px;
  margin-inline: auto;
}
.socks-section-compact .panel {
  min-height: 0;
  padding: clamp(26px, 3.2vw, 42px);
}
.socks-section-compact .panel h2 {
  font-size: clamp(2.1rem, 3.5vw, 3.45rem);
  line-height: 1.06;
}
.socks-section-compact .panel .subtle {
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 46ch;
}
.socks-section-compact .socks-img {
  padding: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #fff;
}
.socks-section-compact .socks-img img {
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center top;
  display: block;
  border-radius: 28px;
}
.footer-socials-clean {
  gap: 10px;
}
.footer-social-link.social-clean {
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.footer-social-link.social-clean:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(70,57,88,.14);
}
.footer-social-link.social-clean svg {
  width: 21px;
  height: 21px;
}
.footer-social-link.social-instagram {
  background: linear-gradient(135deg, rgba(242,138,180,.18), rgba(155,120,196,.16));
}
.footer-social-link.social-facebook {
  background: linear-gradient(135deg, rgba(65,184,198,.18), rgba(155,120,196,.12));
}
.footer-social-link.social-tiktok {
  background: linear-gradient(135deg, rgba(48,38,62,.10), rgba(65,184,198,.14));
}
.footer-social-link.social-x {
  background: linear-gradient(135deg, rgba(48,38,62,.11), rgba(255,255,255,.92));
}
.footer-social-link.social-pinterest {
  background: linear-gradient(135deg, rgba(242,138,180,.18), rgba(240,207,132,.16));
}
.footer-social-link.social-youtube {
  background: linear-gradient(135deg, rgba(242,138,180,.18), rgba(255,255,255,.92));
}
.footer-social-link.social-threads {
  background: linear-gradient(135deg, rgba(155,120,196,.16), rgba(255,255,255,.92));
}
@media(max-width: 980px) {
  .socks-section-compact {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .socks-section-compact .socks-img img {
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}
@media(max-width: 640px) {
  .socks-section-compact {
    max-width: 100%;
  }
  .socks-section-compact .panel h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
  .footer-socials-clean {
    width: 100%;
  }
}



/* v1.7: apartado extra para calcetines y respeto de saltos de línea */
.socks-main-text {
  white-space: normal;
}
.socks-extra-card {
  margin-top: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  max-width: 360px;
  padding: 15px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(65,184,198,.12), rgba(155,120,196,.11));
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(70,57,88,.07);
}
.socks-extra-card strong {
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.25;
}
.socks-extra-card span {
  color: var(--muted);
  line-height: 1.5;
  font-weight: 800;
}
.rules-section[hidden] {
  display: none !important;
}



/* v2.1: mejora visual de sección Nuestra esencia / Monstritos */
.about-section {
  padding-top: 24px;
}
.about-grid-v20 {
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 20px;
  align-items: start;
}
.about-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.about-copy-panel .eyebrow {
  margin-bottom: 0;
}
.about-copy-panel h2 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  line-height: 1.06;
  text-wrap: balance;
}
.about-copy-panel .subtle {
  margin: 0;
}
.about-text {
  white-space: pre-line;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}
.about-monsters-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.about-monsters-title {
  text-align: center;
  padding: 0 8px;
}
.about-monsters-title .eyebrow {
  margin-bottom: 10px;
}
.about-monsters-title h3 {
  margin: 0 auto;
  max-width: 12ch;
  font-size: clamp(1.7rem, 2.9vw, 2.85rem);
  line-height: 1.08;
  color: var(--ink);
  text-wrap: balance;
}
.about-monsters-panel img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  object-position: center;
  background: #fff;
}
@media(max-width: 980px) {
  .about-grid-v20 {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .about-copy-panel h2,
  .about-monsters-title h3 {
    max-width: 100%;
  }
  .about-monsters-title {
    text-align: left;
  }
  .about-monsters-title h3 {
    margin-left: 0;
  }
}



/* v2.2: ajuste global de tipografía y espaciado para un look más orgánico */
.container{
  width:min(1180px, calc(100% - 32px));
}

section{
  padding:34px 0;
}

.panel,
.reserve-card,
.price-card,
.hours-box,
.promo,
.install-card-v4,
.socks-copy,
.socks-visual,
.rules-shell,
.reserve-shell{
  border-radius:28px;
  padding:24px;
}

.eyebrow,
.section-kicker-v4{
  font-size:.9rem;
  padding:8px 14px;
  margin-bottom:10px;
}

h2{
  font-size:clamp(1.95rem, 3vw, 2.8rem);
  line-height:1.08;
  letter-spacing:-0.02em;
}

h3{
  line-height:1.14;
}

.subtle{
  font-size:1rem;
  line-height:1.72;
}

.hero-copy h1{
  font-size:clamp(2.3rem, 5vw, 4.35rem);
  line-height:.98;
  letter-spacing:-0.03em;
  max-width:11ch;
  margin-bottom:14px;
}

.hero-copy p{
  max-width:56ch;
}

.about-grid-v20{
  grid-template-columns:minmax(0, .96fr) minmax(0, 1.04fr);
  gap:18px;
  align-items:start;
}

.about-copy-panel{
  gap:14px;
  padding:24px 26px;
}

.about-copy-panel h2{
  font-size:clamp(2rem, 3.3vw, 3rem);
  line-height:1.03;
  max-width:13ch;
  margin:0;
  text-wrap:balance;
}

.about-text-wrap{
  display:grid;
  gap:12px;
  margin-top:2px;
}

.about-text{
  margin:0;
  font-size:1rem;
  line-height:1.72;
  color:var(--muted);
}

.about-monsters-panel{
  gap:12px;
  padding:22px 22px 18px;
}

.about-monsters-title{
  width:100%;
  text-align:left;
  padding:4px 8px 0;
}

.about-monsters-title h3{
  margin:0;
  max-width:100%;
  width:100%;
  font-size:clamp(1.8rem, 2.4vw, 2.55rem);
  line-height:1.08;
  letter-spacing:-0.02em;
  text-wrap:balance;
}

.about-monsters-panel img{
  max-height:390px;
  border-radius:20px;
}

.price-grid,
.promo-grid,
.installations-grid-v4{
  gap:18px;
}

.install-card-v4{
  padding:18px;
}

.install-card-v4 .subtle,
.promo .subtle,
.price-card .subtle,
.reserve-shell .subtle,
.rules-shell .subtle{
  margin-top:10px;
}

.socks-grid{
  gap:18px;
  align-items:start;
}

.socks-copy h2{
  font-size:clamp(2rem, 3.2vw, 2.95rem);
  line-height:1.05;
  margin-bottom:14px;
}

.socks-copy .subtle{
  margin:0 0 12px 0;
}

.socks-visual img{
  max-height:680px;
  width:100%;
  object-fit:contain;
}

.site-header .container{
  width:min(1220px, calc(100% - 24px));
}

.nav-menu{
  gap:22px;
}

.scroll-top{
  width:54px;
  height:54px;
}

@media(max-width: 980px){
  section{
    padding:28px 0;
  }
  .panel,
  .reserve-card,
  .price-card,
  .hours-box,
  .promo,
  .install-card-v4,
  .socks-copy,
  .socks-visual,
  .rules-shell,
  .reserve-shell{
    padding:20px;
  }
  .hero-copy h1{
    max-width:100%;
    font-size:clamp(2.2rem, 9vw, 3.5rem);
  }
  .about-grid-v20{
    grid-template-columns:1fr;
  }
  .about-copy-panel h2{
    max-width:100%;
    font-size:clamp(1.9rem, 7.5vw, 2.7rem);
  }
  .about-monsters-title{
    text-align:left;
  }
  .about-monsters-title h3{
    margin-left:0;
    max-width:100%;
    font-size:clamp(1.6rem, 6vw, 2.2rem);
  }
  .nav-menu{
    gap:16px;
  }
}



/* v2.3: mejor acomodo del título de Monstritos */
.about-monsters-panel{
  gap: 10px;
}

.about-monsters-title{
  width: 100%;
  text-align: left;
  padding: 4px 8px 0;
}

.about-monsters-title .eyebrow{
  margin-bottom: 10px;
}

.about-monsters-title h3{
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.about-monsters-panel img{
  margin-top: 4px;
}

@media(max-width: 980px){
  .about-monsters-title{
    text-align: left;
    padding: 0;
  }

  .about-monsters-title h3{
    max-width: 100%;
    font-size: clamp(1.7rem, 6vw, 2.15rem);
  }
}



/* v2.4: orden visual - esencia/monstritos primero, playground después */
.about-first-section {
  padding-top: 28px;
  padding-bottom: 24px;
}

.hero-after-about {
  padding-top: 16px;
}

.hero-after-about .hero-card {
  max-width: 1060px;
}

.hero-after-about .hero-top-image {
  max-width: 820px;
}

@media(max-width: 980px) {
  .about-first-section {
    padding-top: 20px;
  }

  .hero-after-about {
    padding-top: 10px;
  }
}



/* v2.5: bloque Playground configurable */
.playground-info-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,280px));
  justify-content:center;
  gap:16px;
  margin:24px auto 0;
  width:100%;
  max-width:640px;
}
.playground-info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px 20px;
  box-shadow:0 10px 26px rgba(70,57,88,.07);
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}
.playground-info-card strong{
  display:block;
  font-size:1.02rem;
  margin-bottom:5px;
  color:var(--ink);
}
.playground-info-card span{
  display:block;
  color:var(--muted);
  font-size:.95rem;
  line-height:1.45;
}
.hero-actions + .playground-info-grid{
  margin-top:24px;
}
@media(max-width:980px){
  .playground-info-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:640px){
  .playground-info-grid{
    grid-template-columns:1fr;
  }
}


/* v2.7 playground alignment refinements */
.hero-card > .hero-badge{
  margin-inline:auto;
}
.hero-card > h1{
  max-width: 900px;
  margin: 18px auto 14px;
  text-wrap: balance;
}
.hero-card > .lead{
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.hero-card > .hero-actions{
  margin-left:auto;
  margin-right:auto;
}
.playground-info-card strong{
  margin-bottom:8px;
}
.playground-info-card span{
  text-wrap:balance;
}
@media (min-width: 981px){
  .hero-card.has-playground-cards .playground-info-grid,
  .playground-info-grid{
    max-width: 620px;
  }
}
@media (max-width:980px){
  .playground-info-grid{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    max-width:100%;
  }
}



/* v2.8: restaurar layout tipo v2.3 conservando funciones nuevas */
.hero {
  padding-top: 44px;
  padding-bottom: 28px;
}

.hero-grid {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

.hero-card {
  text-align: center;
}

.hero-card > h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}

.hero-card > .lead {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.about-after-hero {
  padding-top: 32px;
}

.about-after-hero .about-grid-v20 {
  align-items: start;
}

/* Si solo quedan una o dos tarjetas en Playground, se centran bonito */
.playground-info-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.playground-info-card {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media(max-width: 980px) {
  .about-after-hero {
    padding-top: 26px;
  }

  .playground-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 100%;
  }
}
