:root {
  --green-980: #011914;
  --green-950: #021f18;
  --green-900: #03291f;
  --green-850: #073527;
  --green-700: #0b4d38;
  --gold-600: #a97a1e;
  --gold-500: #c99a2d;
  --gold-400: #e0b84e;
  --gold-300: #f0d17b;
  --white: #ffffff;
  --cream: #fbf8ef;
  --cream-2: #f5f0e2;
  --ink: #10241d;
  --muted: #5f6d67;
  --shadow: 0 24px 80px rgba(2, 31, 24, .18);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--cream);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 100; background: var(--gold-500); color: var(--green-950); padding: 12px 16px; border-radius: 999px; }
.skip-link:focus { left: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: radial-gradient(circle at top center, rgba(224,184,78,.16), transparent 33%), linear-gradient(135deg, var(--green-980), var(--green-850));
  color: var(--white);
  box-shadow: 0 16px 40px rgba(2,31,24,.22);
}
.header-shell {
  min-height: 116px;
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(220px, .65fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: 28px;
}
.search {
  display: grid;
  grid-template-columns: 1fr 44px;
  width: min(340px, 100%);
  height: 48px;
  border: 1px solid rgba(224,184,78,.82);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  overflow: hidden;
}
.search input { border: 0; outline: 0; padding: 0 18px; background: transparent; color: var(--white); }
.search input::placeholder { color: rgba(255,255,255,.65); }
.search button { border: 0; background: transparent; color: var(--gold-400); cursor: pointer; }
.search svg { width: 22px; fill: currentColor; }
.brand { text-align: center; line-height: 1; color: var(--gold-300); }
.brand span, .footer-brand { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 72px); font-weight: 700; letter-spacing: -.055em; text-shadow: 0 2px 0 rgba(255,255,255,.1); }
.brand sup, .footer-brand sup { font-size: .25em; vertical-align: super; margin-left: 2px; }
.brand small { display: block; margin-top: 10px; font-family: Georgia, "Times New Roman", serif; color: var(--white); font-size: clamp(14px, 1.8vw, 20px); letter-spacing: .01em; }
.main-nav { justify-self: end; display: flex; gap: 28px; align-items: center; font-weight: 800; }
.main-nav a { color: rgba(255,255,255,.86); position: relative; padding: 8px 0; }
.main-nav a:hover, .main-nav .active { color: var(--gold-300); }
.main-nav .active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold-400); }
.spain-line { height: 8px; display: grid; grid-template-rows: 2px 4px 2px; }
.spain-line span { background: #c40f19; }
.spain-line strong { background: #f4c430; }

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: var(--green-900);
}
.hero-bg { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(1,25,20,.96) 0%, rgba(3,41,31,.86) 42%, rgba(2,31,24,.34) 100%), url("/assets/bag-pink-lake.png") center / cover no-repeat; filter: saturate(.9) contrast(1.08); transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 68% 24%, rgba(224,184,78,.18), transparent 32%), linear-gradient(0deg, rgba(2,31,24,.74), transparent 42%); }
.hero-grid { padding: 82px 0 74px; display: grid; grid-template-columns: minmax(270px,.68fr) minmax(0,1fr) minmax(310px,.68fr); gap: 34px; align-items: center; }
.hero-panel { align-self: stretch; padding: 30px; border: 1px solid rgba(224,184,78,.32); background: linear-gradient(180deg, rgba(2,31,24,.74), rgba(2,31,24,.38)); backdrop-filter: blur(12px); box-shadow: 0 24px 80px rgba(0,0,0,.20); }
.panel-kicker, .eyebrow, .section-label { margin: 0 0 14px; color: var(--gold-400); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 950; }
.hero-panel h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.02; }
.hero-panel p { color: rgba(255,255,255,.78); line-height: 1.7; }
.panel-stats { display: grid; gap: 12px; margin: 26px 0; }
.panel-stats div { padding: 16px; border-left: 2px solid var(--gold-400); background: rgba(255,255,255,.055); }
.panel-stats strong { display:block; color: var(--gold-300); font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.panel-stats span { display:block; margin-top: 5px; color: rgba(255,255,255,.76); font-size: 14px; }
.mini-catalog { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.mini-catalog li { position: relative; padding-left: 20px; color: rgba(255,255,255,.88); font-weight: 750; }
.mini-catalog li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; background: var(--gold-400); border-radius: 50%; }

h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .96; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(52px, 7vw, 86px); }
.hero-lead { max-width: 620px; margin: 26px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; color: rgba(255,255,255,.88); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin: 32px 0; }
.trust-row > div { display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: center; min-width: 230px; }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(224,184,78,.9); color: var(--gold-300); border-radius: 14px; font-size: 22px; }
.trust-row p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.3; }
.trust-row strong { color: var(--white); }
.cta-row { display: flex; flex-wrap: wrap; gap: 18px; }
.btn { min-height: 58px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .045em; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary, .btn-gold { color: var(--green-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 16px 36px rgba(201,154,45,.24); }
.btn-secondary { color: var(--white); border: 1px solid var(--gold-400); background: rgba(2,31,24,.34); }
.btn.full { width: 100%; border: 0; cursor: pointer; }
.testimonial { max-width: 520px; margin: 38px 0 0; padding: 22px 26px; display: grid; grid-template-columns: 66px 1fr; gap: 18px; align-items: center; border: 1px solid rgba(224,184,78,.35); background: rgba(2,31,24,.52); backdrop-filter: blur(10px); box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.avatar { width: 66px; height: 66px; border-radius: 999px; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-300), var(--green-700)); color: var(--green-950); font-weight: 950; border: 2px solid rgba(255,255,255,.5); }
.testimonial blockquote { margin: 0 0 8px; font-weight: 800; line-height: 1.45; }
.testimonial figcaption { color: rgba(255,255,255,.68); font-size: 13px; }
.hero-product { position: relative; min-height: 560px; display: grid; place-items: end center; }
.hero-product img { width: min(420px, 100%); border-radius: 36px; box-shadow: var(--shadow); border: 1px solid rgba(224,184,78,.25); }
.golf-ball { position: absolute; right: -5px; bottom: 40px; width: 158px; height: 158px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle at 40% 32%, rgba(255,255,255,.95), rgba(236,238,232,.85) 45%, rgba(185,190,178,.92) 100%), repeating-radial-gradient(circle at 55% 55%, transparent 0 8px, rgba(0,0,0,.08) 9px 11px); color: var(--green-850); box-shadow: 0 28px 60px rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.6); }
.golf-ball span { font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 700; }

.products-section { background: var(--white); padding: 98px 0; }
.products-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1fr); gap: 64px; align-items: center; }
.products-grid h2, .section-head h2, .contact-section h2 { font-size: clamp(36px, 5vw, 58px); }
.section-copy > p:not(.section-label), .brand-value p:not(.quote), .contact-intro, .section-note { font-size: 17px; line-height: 1.7; color: var(--muted); }
.benefits { display: grid; gap: 18px; margin: 32px 0; }
.benefits div { display: flex; align-items: center; gap: 14px; }
.benefits span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 999px; color: var(--gold-300); background: var(--green-850); font-size: 20px; box-shadow: 0 12px 30px rgba(2,31,24,.12); }
.product-stage { position: relative; padding: 24px; border-radius: var(--radius); background: radial-gradient(circle at 65% 35%, rgba(224,184,78,.16), transparent 32%), linear-gradient(135deg, #fff, #f4f0e5); box-shadow: var(--shadow); }
.product-stage img { width: min(520px, 100%); margin: 0 auto; border-radius: 24px; }
.product-card { position: absolute; left: 26px; bottom: 26px; width: min(340px, calc(100% - 52px)); padding: 18px; border: 1px solid rgba(201,154,45,.38); background: rgba(255,255,255,.9); backdrop-filter: blur(12px); box-shadow: 0 18px 48px rgba(2,31,24,.14); }
.product-card strong, .product-card span { display: block; }
.product-card span { margin-top: 6px; color: var(--muted); }

.catalog-section { padding: 92px 0; background: linear-gradient(180deg, var(--cream), var(--white)); }
.section-head { display: grid; grid-template-columns: 1fr minmax(260px, 440px); gap: 28px; align-items: end; margin-bottom: 26px; }
.catalog-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.catalog-card { background: var(--white); border: 1px solid rgba(201,154,45,.22); box-shadow: 0 18px 50px rgba(2,31,24,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(2,31,24,.13); }
.catalog-card img { width: 100%; aspect-ratio: 1 / .88; object-fit: cover; background: var(--cream-2); }
.catalog-card div { padding: 22px; }
.catalog-card p { margin: 0 0 8px; color: var(--gold-600); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 950; }
.catalog-card h3 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.05; color: var(--green-900); }
.catalog-card span { display: block; color: var(--muted); line-height: 1.55; }

.urgency { padding: 42px 0; background: radial-gradient(circle at 20% 0, rgba(224,184,78,.18), transparent 30%), linear-gradient(135deg, var(--green-950), var(--green-700)); color: var(--white); }
.urgency-grid { display: grid; grid-template-columns: 76px 1fr auto; gap: 28px; align-items: center; }
.urgency h2 { font-size: clamp(27px, 4vw, 40px); }
.urgency p { margin: 10px 0 0; color: var(--gold-300); font-weight: 800; }
.clock { width: 76px; height: 76px; border-radius: 50%; border: 3px solid var(--gold-500); position: relative; }
.clock::before, .clock::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--gold-400); transform-origin: bottom center; }
.clock::before { width: 3px; height: 25px; transform: translate(-50%, -100%) rotate(0deg); }
.clock::after { width: 3px; height: 20px; transform: translate(-50%, -100%) rotate(90deg); }

.brand-value { padding: 76px 0 46px; background: var(--cream); text-align: center; }
.narrow { max-width: 840px; }
.quote { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; color: var(--green-900); }
.gallery-section { padding: 34px 0 92px; background: var(--cream); }
.gallery { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 44px rgba(2,31,24,.11); background: var(--white); transition: transform .35s ease; }
.gallery img:hover { transform: scale(1.035); }

.contact-section { padding: 92px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .74fr 1fr; gap: 64px; }
.contact-list { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.contact-list li { display: flex; gap: 14px; align-items: center; font-weight: 800; }
.contact-list span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--gold-500); border: 1px solid rgba(201,154,45,.38); border-radius: 999px; }
.contact-form { padding: 28px; background: var(--cream); border: 1px solid rgba(201,154,45,.22); box-shadow: 0 20px 60px rgba(2,31,24,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
input, textarea { width: 100%; border: 1px solid rgba(2,31,24,.12); background: var(--white); color: var(--ink); padding: 17px 18px; font: inherit; outline: none; margin-bottom: 16px; }
input:focus, textarea:focus { border-color: var(--gold-500); box-shadow: 0 0 0 4px rgba(201,154,45,.12); }
textarea { resize: vertical; }

.site-footer { padding: 38px 0; background: linear-gradient(135deg, var(--green-980), var(--green-850)); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.footer-brand { color: var(--gold-300); font-size: clamp(34px,4vw,52px); }
.site-footer nav { justify-self: center; display: flex; gap: 14px; align-items: center; color: var(--white); }
.site-footer p { margin: 0; font-size: 14px; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-panel { grid-column: 1 / -1; }
  .hero-product { min-height: 420px; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .header-shell { grid-template-columns: 1fr; padding: 22px 0; gap: 16px; }
  .search, .main-nav { justify-self: center; }
  .brand { order: -1; }
  .hero-grid, .products-grid, .contact-grid, .urgency-grid, .section-head, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-grid { padding: 56px 0; }
  .hero-product { place-items: center; min-height: auto; }
  .golf-ball { width: 128px; height: 128px; right: 12px; bottom: 10px; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid, .site-footer nav { text-align: center; justify-items: center; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1200px); }
  .main-nav { gap: 18px; font-size: 14px; }
  h1 { font-size: 46px; }
  .hero-panel, .contact-form { padding: 22px; }
  .testimonial { grid-template-columns: 1fr; }
  .form-row, .catalog-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .btn { width: 100%; }
}

/* === V3 fixes: real logo, balanced hero, product carousel, no duplicate category cards === */
.brand-logo { gap: 0; }
.brand-logo img { width: min(340px, 42vw); max-height: 92px; object-fit: contain; display: block; filter: drop-shadow(0 10px 18px rgba(0,0,0,.16)); }
.brand-logo small { margin-top: -8px; color: var(--white); text-shadow: 0 2px 10px rgba(0,0,0,.25); }
.header-shell { padding: 14px 0 12px; }

.hero-grid-v3 { grid-template-columns: minmax(260px, .82fr) minmax(390px, 1.04fr) minmax(280px, .86fr); gap: 38px; align-items: center; }
.hero-carousel-card { position: relative; z-index: 1; padding: 22px; border: 1px solid rgba(224,184,78,.42); border-radius: 30px; background: linear-gradient(180deg, rgba(2,31,24,.86), rgba(2,31,24,.56)); box-shadow: 0 28px 80px rgba(0,0,0,.32); backdrop-filter: blur(14px); }
.carousel-topline { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-bottom: 14px; }
.carousel-topline span { color: var(--gold-300); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 950; }
.carousel-topline strong { color: var(--white); font-size: 13px; font-weight: 800; text-align: right; }
.product-carousel { position: relative; height: clamp(300px, 36vw, 500px); overflow: hidden; border-radius: 24px; background: radial-gradient(circle at 50% 10%, rgba(224,184,78,.22), transparent 30%), #071d16; border: 1px solid rgba(255,255,255,.08); }
.product-carousel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity .7s ease, transform 1.1s ease; }
.product-carousel img.active { opacity: 1; transform: scale(1); }
.carousel-caption { margin-top: 16px; color: rgba(255,255,255,.76); line-height: 1.55; }
.carousel-caption p { margin: 0; }
.carousel-dots { display: flex; gap: 8px; margin-top: 16px; }
.carousel-dots span { width: 26px; height: 4px; border-radius: 999px; background: rgba(255,255,255,.22); transition: .25s ease; }
.carousel-dots span.active { width: 44px; background: var(--gold-400); }

.catalog-grid-v3 .catalog-card img { aspect-ratio: 1 / .78; object-fit: cover; }
.catalog-grid-v3 .catalog-card:nth-child(2) img { object-fit: contain; padding: 18px; }
.family-strip { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px; }
.family-strip span { padding: 10px 14px; border-radius: 999px; background: rgba(2,31,24,.06); border: 1px solid rgba(201,154,45,.25); color: var(--green-850); font-weight: 850; font-size: 14px; }
.footer-brand img { width: 180px; height: auto; object-fit: contain; display: block; }

@media (max-width: 1200px) {
  .hero-grid-v3 { grid-template-columns: 1fr 1fr; }
  .hero-carousel-card { grid-column: 1 / -1; }
  .product-carousel { height: 380px; }
}
@media (max-width: 900px) {
  .brand-logo img { width: min(330px, 72vw); max-height: 84px; }
  .hero-grid-v3 { grid-template-columns: 1fr; }
  .product-carousel { height: 420px; }
}
@media (max-width: 560px) {
  .brand-logo img { width: min(280px, 82vw); max-height: 76px; }
  .product-carousel { height: 320px; }
  .hero-carousel-card { padding: 16px; border-radius: 24px; }
}


/* === V4: logo real más grande y catálogo con fotos del paquete subido === */
.header-shell { grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr); padding: 18px 0 14px; }
.brand-logo img { width: min(560px, 44vw); max-height: 145px; }
.brand-logo small { font-size: 22px; margin-top: -14px; }
.product-carousel { height: clamp(420px, 43vw, 620px); }
.product-carousel img { object-fit: contain; padding: 18px; background: radial-gradient(circle at 50% 25%, rgba(224,184,78,.16), transparent 38%), #061c15; }
.hero-carousel-card { padding: 26px; }
.hero-product img, .product-stage > img { object-fit: contain; background: rgba(255,255,255,.86); border-radius: 34px; padding: 20px; }
.catalog-grid-v3 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-grid-v3 .catalog-card img { aspect-ratio: 1 / .92; object-fit: contain; padding: 16px; background: #fff; }
.gallery { grid-template-columns: repeat(6,1fr); }
.gallery img { object-fit: contain; padding: 12px; background: #fff; }
@media (max-width: 1200px) { .catalog-grid-v3 { grid-template-columns: repeat(3, 1fr); } .brand-logo img { width: min(500px, 60vw); } }
@media (max-width: 900px) { .header-shell { grid-template-columns: 1fr; } .brand-logo img { width: min(430px, 86vw); max-height: 120px; } .brand-logo small { font-size: 18px; margin-top: -10px; } .catalog-grid-v3 { grid-template-columns: repeat(2, 1fr); } .gallery { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 560px) { .brand-logo img { width: min(340px, 88vw); max-height: 100px; } .product-carousel { height: 360px; } .catalog-grid-v3 { grid-template-columns: 1fr; } .gallery { grid-template-columns: repeat(2,1fr); } }


/* === V5: catálogo informativo, logo XL, sin buscador, idiomas y carruseles por producto === */
.header-v5 {
  grid-template-columns: minmax(230px, 1fr) auto minmax(320px, 1fr);
  min-height: 138px;
  padding: 20px 0 16px;
}
.header-info {
  justify-self: start;
  display: grid;
  gap: 8px;
  padding: 14px 18px;
  border: 1px solid rgba(224,184,78,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.header-info span {
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 950;
}
.header-info strong {
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 800;
}
.brand-logo img {
  width: min(680px, 50vw);
  max-height: 172px;
}
.brand-logo small {
  font-size: clamp(20px, 2.1vw, 27px);
  margin-top: -18px;
}
.header-right {
  justify-self: end;
  display: grid;
  gap: 15px;
  justify-items: end;
}
.language-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.language-switcher button {
  width: 39px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(224,184,78,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.language-switcher button:hover,
.language-switcher button.active {
  transform: translateY(-1px);
  border-color: var(--gold-300);
  background: rgba(224,184,78,.16);
}

.catalog-grid-v5 {
  grid-template-columns: repeat(3, 1fr);
}
.product-card-auto {
  overflow: hidden;
}
.card-image-carousel {
  position: relative;
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f3efe4);
  border-bottom: 1px solid rgba(201,154,45,.18);
}
.card-image-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity .65s ease, transform 1.05s ease;
}
.card-image-carousel img.active {
  opacity: 1;
  transform: scale(1);
}
.image-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(2,31,24,.72);
  color: var(--gold-300);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}
.catalog-card-body {
  padding: 24px;
}
.catalog-card-body p {
  margin: 0 0 10px;
  color: var(--gold-600);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 950;
}
.catalog-card-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.035em;
  color: var(--green-950);
}
.catalog-card-body span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.stage-carousel {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 20%, rgba(224,184,78,.16), transparent 34%), #fff;
}
.stage-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity .75s ease, transform 1.2s ease;
}
.stage-carousel img.active {
  opacity: 1;
  transform: scale(1);
}
[dir="rtl"] body { direction: rtl; }
[dir="rtl"] .header-right { justify-items: start; }
[dir="rtl"] .main-nav { justify-self: start; }
[dir="rtl"] .testimonial { text-align: right; }

@media (max-width: 1200px) {
  .header-v5 { grid-template-columns: 1fr; }
  .header-info, .header-right { justify-self: center; justify-items: center; }
  .brand-logo img { width: min(620px, 80vw); max-height: 152px; }
  .catalog-grid-v5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .header-v5 { min-height: auto; gap: 18px; }
  .brand-logo img { width: min(520px, 84vw); max-height: 132px; }
  .brand-logo small { margin-top: -13px; }
  .main-nav { justify-self: center; flex-wrap: wrap; justify-content: center; }
  .language-switcher { justify-content: center; }
  .stage-carousel { min-height: 390px; }
}
@media (max-width: 640px) {
  .header-info { border-radius: 22px; text-align: center; }
  .brand-logo img { width: min(390px, 88vw); max-height: 110px; }
  .brand-logo small { font-size: 18px; margin-top: -10px; }
  .catalog-grid-v5 { grid-template-columns: 1fr; }
  .card-image-carousel { aspect-ratio: 1 / .88; }
  .catalog-card-body h3 { font-size: 26px; }
}


/* V6 refinement */
h1, h2, h3, .brand small, .footer-brand, .section-label, .eyebrow {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}
body, p, a, button, input, textarea, span, li { font-weight: 300; }
strong, .btn, .main-nav { font-weight: 500; }
.header-v6 .brand-logo { justify-self: start; text-align: left; }
.header-v6 .brand-logo img { width: min(560px, 34vw); max-height: 150px; object-fit: contain; object-position: left center; }
.header-v6 .brand-logo small { text-align: left; padding-left: 34px; margin-top: -18px; font-size: clamp(17px, 1.55vw, 24px); font-weight: 500; }
.header-v6 .header-info { justify-self: center; max-width: 320px; }
.header-v6 .header-right { justify-self: end; align-items: flex-end; }
.hero-copy { padding-top: 16px; }
.hero-copy .cta-row { margin-top: 34px; }
.catalog-card-body span { display: block; font-size: 15px; line-height: 1.65; color: var(--muted); }
.product-specs { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.product-specs li { border: 1px solid rgba(201,154,45,.28); background: rgba(201,154,45,.08); color: var(--green-900); padding: 7px 10px; border-radius: 999px; font-size: 12px; font-weight: 500; }
.catalog-card-body h3 { font-size: clamp(25px, 2vw, 34px); line-height: .96; font-weight: 600; }
.catalog-card-body p { font-weight: 600; letter-spacing: .14em; }
.testimonial { display: none !important; }

@media (max-width: 1100px) {
  .header-shell { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .header-v6 .brand-logo { justify-self: center; text-align: center; }
  .header-v6 .brand-logo img { width: min(520px, 86vw); object-position: center; }
  .header-v6 .brand-logo small { text-align: center; padding-left: 0; }
  .header-v6 .header-info, .header-v6 .header-right { justify-self: center; align-items: center; }
}
@media (max-width: 560px) {
  .header-v6 .brand-logo img { width: min(390px, 94vw); max-height: 120px; }
  .header-v6 .brand-logo small { margin-top: -12px; }
}

/* === V7 clean: sustituye Fotos y vídeos por carrusel de campos donde encontrarnos === */
.partners-section {
  padding: 54px 0 92px;
  background:
    radial-gradient(circle at 12% 12%, rgba(199, 158, 72, .12), transparent 32%),
    linear-gradient(180deg, #fbf8ef 0%, #ffffff 100%);
  overflow: hidden;
}

.partners-head {
  align-items: end;
  margin-bottom: 28px;
}

.partners-head p:not(.section-label) {
  max-width: 520px;
  color: rgba(2,31,24,.66);
  line-height: 1.7;
  margin: 0;
  font-size: 15px;
}

.partners-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 18px 0;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(179, 133, 42, .18);
  box-shadow: 0 24px 70px rgba(2,31,24,.08);
}

.partners-carousel::before,
.partners-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}

.partners-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.96), transparent);
}

.partners-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255,255,255,.96), transparent);
}

.partners-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: partnersSlide 34s linear infinite;
  padding: 0 18px;
}

.partners-carousel:hover .partners-track {
  animation-play-state: paused;
}

.partner-card {
  display: grid;
  place-items: center;
  flex: 0 0 260px;
  height: 138px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(179, 133, 42, .24);
  box-shadow: 0 18px 40px rgba(2,31,24,.08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(2,31,24,.14);
  border-color: rgba(199, 158, 72, .62);
}

.partner-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 24px;
}

@keyframes partnersSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-260px * 4 - 18px * 4)); }
}

@media (max-width: 780px) {
  .partners-head { align-items: start; }
  .partners-carousel::before,
  .partners-carousel::after { width: 54px; }
  .partner-card { flex-basis: 220px; height: 120px; }
  @keyframes partnersSlide {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-220px * 4 - 18px * 4)); }
  }
}

/* === V10 Premium: acabado alta gama sin tocar la lógica funcional === */
:root {
  --premium-green-1: #021812;
  --premium-green-2: #063225;
  --premium-green-3: #0a4634;
  --premium-gold-1: #f2d98b;
  --premium-gold-2: #c79d42;
  --premium-gold-3: #8f6822;
  --premium-ivory: #fbf8ef;
  --premium-line: rgba(199, 157, 66, .30);
  --premium-glass: rgba(255, 255, 255, .075);
  --premium-shadow: 0 34px 90px rgba(1, 20, 15, .24);
}

html { scroll-behavior: smooth; }
body {
  background: var(--premium-ivory);
  color: #10281f;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 217, 139, .13), transparent 32%),
    linear-gradient(135deg, rgba(2, 24, 18, .98) 0%, rgba(6, 50, 37, .98) 52%, rgba(2, 24, 18, .98) 100%);
  border-bottom: 1px solid rgba(242, 217, 139, .18);
  box-shadow: 0 18px 48px rgba(1, 18, 13, .28);
  backdrop-filter: blur(16px);
}
.header-v5,
.header-shell {
  min-height: 126px;
  padding: 18px 0 14px;
}
.header-v6 .brand-logo img {
  width: min(610px, 38vw);
  max-height: 164px;
  filter: drop-shadow(0 13px 24px rgba(0, 0, 0, .32));
}
.header-v6 .brand-logo small {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(17px, 1.38vw, 23px);
  letter-spacing: .01em;
  text-shadow: 0 8px 20px rgba(0,0,0,.25);
}
.header-info {
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border-color: rgba(242, 217, 139, .32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 16px 32px rgba(0,0,0,.12);
}
.header-info span,
.section-label,
.eyebrow {
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: .17em;
  font-weight: 600;
}
.main-nav {
  padding: 8px;
  border: 1px solid rgba(242, 217, 139, .16);
  border-radius: 999px;
  background: rgba(0,0,0,.12);
  gap: 4px;
}
.main-nav a {
  padding: 10px 15px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  transition: .25s ease;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--premium-green-1);
  background: linear-gradient(135deg, var(--premium-gold-1), var(--premium-gold-2));
  box-shadow: 0 10px 24px rgba(199,157,66,.24);
}
.language-switcher button {
  width: 42px;
  height: 36px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  border-color: rgba(242,217,139,.24);
}
.language-switcher button:hover,
.language-switcher button.active {
  color: #092319;
  background: linear-gradient(135deg, var(--premium-gold-1), var(--premium-gold-2));
  border-color: transparent;
}
.spain-line { height: 5px; box-shadow: 0 8px 20px rgba(0,0,0,.22); }
.spain-line strong { box-shadow: inset 0 1px 0 rgba(255,255,255,.28); }

.hero {
  min-height: 820px;
  background:
    radial-gradient(circle at 78% 18%, rgba(242,217,139,.18), transparent 28%),
    linear-gradient(135deg, #02150f 0%, #063325 48%, #031912 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 54% 30%, black, transparent 72%);
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(2,18,13,.96) 0%, rgba(2,18,13,.74) 42%, rgba(2,18,13,.42) 100%),
    radial-gradient(circle at 70% 50%, rgba(242,217,139,.13), transparent 32%);
}
.hero-grid-v3 {
  padding: 82px 0 86px;
  gap: 44px;
}
.hero-copy {
  max-width: 690px;
}
.hero-copy h1 {
  font-size: clamp(62px, 6.5vw, 112px);
  line-height: .86;
  letter-spacing: -.065em;
  color: #fffaf0;
  text-shadow: 0 20px 50px rgba(0,0,0,.30);
}
.hero-lead {
  max-width: 640px;
  margin-top: 28px;
  font-size: clamp(18px, 1.35vw, 23px);
  line-height: 1.62;
  color: rgba(255,255,255,.78);
}
.trust-row {
  gap: 16px;
}
.trust-row div {
  border: 1px solid rgba(242,217,139,.24);
  border-radius: 24px;
  padding: 16px 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.trust-row .icon {
  background: rgba(242,217,139,.13);
  border: 1px solid rgba(242,217,139,.26);
  color: var(--premium-gold-1);
}
.btn {
  border-radius: 999px;
  letter-spacing: .08em;
  font-size: 13px;
  padding: 18px 28px;
  box-shadow: 0 18px 38px rgba(2,31,24,.18);
}
.btn-primary,
.btn-gold {
  border: 1px solid rgba(242,217,139,.38);
  background: linear-gradient(135deg, var(--premium-gold-1), var(--premium-gold-2) 58%, #a77829);
  color: #061e16;
}
.btn-secondary {
  border: 1px solid rgba(242,217,139,.44);
  background: rgba(255,255,255,.035);
  color: #fff;
  backdrop-filter: blur(10px);
}
.btn:hover { transform: translateY(-2px); filter: brightness(1.04); }
.hero-carousel-card {
  border-radius: 36px;
  border: 1px solid rgba(242,217,139,.36);
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.025)),
    linear-gradient(145deg, rgba(2,31,24,.92), rgba(5,45,34,.66));
  box-shadow: 0 34px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.product-carousel {
  border-radius: 28px;
  background: radial-gradient(circle at 50% 20%, rgba(242,217,139,.18), transparent 34%), linear-gradient(145deg, #08271d, #031711);
}
.product-carousel img {
  padding: 24px;
  object-fit: contain;
}
.hero-product img {
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(246,240,226,.94));
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  border: 1px solid rgba(242,217,139,.32);
}
.golf-ball {
  box-shadow: 0 26px 70px rgba(0,0,0,.34), inset -16px -16px 28px rgba(0,0,0,.13), inset 10px 10px 22px rgba(255,255,255,.88);
}

.products-section,
.catalog-section,
.contact-section {
  background:
    radial-gradient(circle at 8% 4%, rgba(199,157,66,.10), transparent 26%),
    linear-gradient(180deg, #fffdf7 0%, #f7f1e4 100%);
}
.products-section { padding: 112px 0; }
.section-copy h2,
.section-head h2,
.contact-section h2 {
  font-size: clamp(44px, 5.1vw, 82px);
  line-height: .88;
  letter-spacing: -.055em;
}
.section-copy > p:not(.section-label),
.contact-intro,
.brand-value p:not(.quote) {
  font-size: 17px;
  line-height: 1.78;
  color: rgba(16,40,31,.68);
}
.benefits div {
  border: 1px solid rgba(199,157,66,.16);
  border-radius: 22px;
  padding: 14px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 14px 36px rgba(2,31,24,.045);
}
.product-stage {
  border-radius: 42px;
  padding: 30px;
  background:
    radial-gradient(circle at 62% 28%, rgba(242,217,139,.24), transparent 36%),
    linear-gradient(145deg, #ffffff, #f0e7d4);
  border: 1px solid rgba(199,157,66,.20);
  box-shadow: 0 40px 100px rgba(2,31,24,.12);
}
.stage-carousel { border-radius: 32px; }
.product-card.floating {
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
}

.catalog-section { padding: 112px 0; }
.catalog-grid-v5 {
  gap: 26px;
}
.catalog-card {
  border-radius: 34px;
  border: 1px solid rgba(199,157,66,.20);
  background: rgba(255,255,255,.82);
  box-shadow: 0 28px 80px rgba(2,31,24,.085);
  backdrop-filter: blur(12px);
}
.catalog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 40px 110px rgba(2,31,24,.16);
  border-color: rgba(199,157,66,.45);
}
.card-image-carousel {
  aspect-ratio: 1 / .86;
  background:
    radial-gradient(circle at 50% 18%, rgba(242,217,139,.16), transparent 28%),
    linear-gradient(145deg, #fff, #f2eadb);
}
.card-image-carousel img {
  object-fit: contain;
  padding: 22px;
}
.catalog-card-body {
  padding: 28px 28px 30px;
}
.catalog-card-body h3 {
  font-size: clamp(30px, 2.25vw, 42px);
  letter-spacing: -.055em;
}
.catalog-card-body > p {
  color: var(--premium-gold-3);
  font-size: 11px;
  letter-spacing: .17em;
}
.product-specs {
  gap: 9px;
  margin-top: 22px;
}
.product-specs li {
  background: linear-gradient(135deg, rgba(242,217,139,.18), rgba(199,157,66,.08));
  border-color: rgba(199,157,66,.30);
  color: #0b3325;
  padding: 8px 12px;
}
.image-count {
  right: 16px;
  bottom: 16px;
  background: rgba(2,24,18,.78);
  border: 1px solid rgba(242,217,139,.24);
}

.urgency {
  padding: 54px 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(242,217,139,.22), transparent 26%),
    linear-gradient(135deg, #021711 0%, #063426 55%, #021711 100%);
  border-top: 1px solid rgba(242,217,139,.12);
  border-bottom: 1px solid rgba(242,217,139,.12);
}
.urgency-grid {
  border: 1px solid rgba(242,217,139,.20);
  border-radius: 34px;
  padding: 26px;
  background: rgba(255,255,255,.045);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
}
.clock { border-color: rgba(242,217,139,.76); }

.brand-value {
  padding: 96px 0 70px;
  background:
    radial-gradient(circle at 50% 0%, rgba(199,157,66,.13), transparent 30%),
    #fbf8ef;
}
.quote {
  font-size: clamp(42px, 5.4vw, 78px);
  letter-spacing: -.058em;
}
.partners-section {
  padding: 62px 0 110px;
  background:
    radial-gradient(circle at 12% 12%, rgba(199,157,66,.13), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(6,50,37,.08), transparent 28%),
    linear-gradient(180deg, #fbf8ef 0%, #fffdf7 100%);
}
.partners-carousel {
  border-radius: 36px;
  background: rgba(255,255,255,.72);
  border-color: rgba(199,157,66,.24);
  box-shadow: 0 30px 90px rgba(2,31,24,.10);
}
.partner-card {
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f5efe2);
  box-shadow: 0 20px 54px rgba(2,31,24,.09);
}
.partner-card img { border-radius: 28px; padding: 8px; }

.contact-section { padding: 110px 0; }
.contact-list li {
  border: 1px solid rgba(199,157,66,.18);
  border-radius: 22px;
  padding: 13px 15px;
  background: rgba(255,255,255,.62);
}
.contact-form {
  border-radius: 34px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.86), rgba(248,242,228,.88));
  border: 1px solid rgba(199,157,66,.22);
  box-shadow: 0 34px 90px rgba(2,31,24,.10);
}
input,
textarea {
  border-radius: 18px;
  border-color: rgba(2,31,24,.11);
  background: rgba(255,255,255,.78);
}
.site-footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(242,217,139,.14), transparent 28%),
    linear-gradient(135deg, #02150f 0%, #063225 100%);
  border-top: 1px solid rgba(242,217,139,.18);
}
.footer-brand img {
  width: 228px;
  filter: drop-shadow(0 12px 22px rgba(0,0,0,.24));
}

@media (max-width: 1200px) {
  .hero-grid-v3 { gap: 30px; }
  .header-v6 .brand-logo img { width: min(560px, 78vw); }
}
@media (max-width: 900px) {
  .site-header { position: relative; }
  .hero { min-height: auto; }
  .hero-grid-v3 { padding: 54px 0; }
  .hero-copy h1 { font-size: clamp(50px, 13vw, 74px); }
  .catalog-grid-v5 { grid-template-columns: 1fr; }
  .urgency-grid { padding: 22px; }
}
@media (max-width: 560px) {
  .header-v6 .brand-logo img { width: min(390px, 92vw); }
  .main-nav { border-radius: 24px; flex-wrap: wrap; }
  .language-switcher { flex-wrap: wrap; }
  .hero-carousel-card,
  .catalog-card,
  .contact-form,
  .product-stage { border-radius: 26px; }
  .catalog-card-body { padding: 24px; }
}

/* === V11 Premium Balanced: respiración, alineación y espacios lógicos === */
:root {
  --layout-max: 1340px;
  --layout-gutter: clamp(22px, 4vw, 56px);
}

body { overflow-x: hidden; }

.container {
  width: min(var(--layout-max), calc(100% - (var(--layout-gutter) * 2)));
  margin-inline: auto;
}

.header-shell,
.header-v5 {
  width: min(var(--layout-max), calc(100% - (var(--layout-gutter) * 2)));
  margin-inline: auto;
  min-height: 118px;
  padding: 16px 0 12px;
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(220px, 1fr) auto;
  gap: clamp(24px, 3.2vw, 54px);
  align-items: center;
}

.header-v6 .brand-logo img {
  width: min(420px, 30vw);
  max-height: 128px;
}

.header-v6 .brand-logo small {
  font-size: clamp(15px, 1vw, 18px);
  margin-top: -6px;
}

.header-info {
  justify-self: center;
  max-width: 360px;
  padding: 12px 22px;
  text-align: center;
}

.header-right {
  gap: 14px;
}

.main-nav a {
  padding: 10px 14px;
}

.language-switcher {
  justify-content: flex-end;
}

.hero {
  min-height: auto;
}

.hero-grid-v3 {
  width: min(var(--layout-max), calc(100% - (var(--layout-gutter) * 2)));
  margin-inline: auto;
  padding: clamp(76px, 7vw, 118px) 0 clamp(78px, 7vw, 116px);
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(430px, 1fr) minmax(300px, 380px);
  gap: clamp(34px, 4.2vw, 66px);
  align-items: center;
}

.hero-carousel-card {
  padding: 22px;
  max-width: 360px;
  justify-self: start;
}

.product-carousel {
  height: clamp(330px, 31vw, 430px);
}

.hero-copy {
  max-width: 720px;
  justify-self: center;
}

.hero-copy h1 {
  font-size: clamp(56px, 5.4vw, 88px);
  line-height: .92;
  letter-spacing: -.045em;
}

.hero-lead {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(17px, 1.22vw, 21px);
}

.trust-row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cta-row {
  margin-top: 34px;
}

.hero-product {
  min-height: auto;
  justify-self: end;
  place-items: center;
}

.hero-product img {
  width: min(340px, 100%);
}

.golf-ball {
  width: 118px;
  height: 118px;
  right: -8px;
  bottom: -18px;
}

.products-section,
.catalog-section,
.brand-value,
.partners-section,
.contact-section {
  padding-left: 0;
  padding-right: 0;
}

.products-section { padding-block: clamp(92px, 8vw, 132px); }
.products-grid {
  grid-template-columns: minmax(420px, .92fr) minmax(420px, 1fr);
  gap: clamp(54px, 6vw, 92px);
  align-items: center;
}

.section-copy h2,
.section-head h2,
.contact-section h2 {
  font-size: clamp(42px, 4.35vw, 70px);
  line-height: .94;
  letter-spacing: -.045em;
}

.section-copy > p:not(.section-label),
.contact-intro,
.brand-value p:not(.quote),
.section-note {
  max-width: 640px;
}

.benefits {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.product-stage {
  max-width: 620px;
  justify-self: end;
}

.catalog-section { padding-block: clamp(92px, 8vw, 132px); }
.section-head {
  grid-template-columns: minmax(0, .98fr) minmax(300px, 430px);
  gap: clamp(34px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 56px);
}

.catalog-grid-v5 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.4vw, 34px);
}

.catalog-card {
  min-width: 0;
}

.card-image-carousel {
  aspect-ratio: 1 / .78;
}

.catalog-card-body {
  padding: clamp(24px, 2vw, 32px);
}

.catalog-card-body h3 {
  font-size: clamp(27px, 2vw, 36px);
  line-height: 1;
}

.brand-value {
  padding-block: clamp(86px, 7vw, 118px) clamp(56px, 5vw, 82px);
  text-align: center;
}

.quote {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(38px, 4.4vw, 66px);
  line-height: .98;
}

.partners-section { padding-block: clamp(58px, 6vw, 92px) clamp(90px, 8vw, 132px); }
.partners-head {
  margin-bottom: 32px;
}
.partners-carousel {
  width: min(100%, var(--layout-max));
  margin-inline: auto;
}

.contact-section { padding-block: clamp(92px, 8vw, 132px); }
.contact-grid {
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1fr);
  gap: clamp(54px, 6vw, 92px);
  align-items: start;
}
.contact-form {
  max-width: 720px;
  justify-self: end;
}

.footer-grid {
  width: min(var(--layout-max), calc(100% - (var(--layout-gutter) * 2)));
  margin-inline: auto;
  gap: clamp(28px, 5vw, 70px);
}

@media (max-width: 1180px) {
  .header-shell,
  .header-v5 {
    grid-template-columns: 1fr;
    gap: 18px;
    justify-items: center;
    text-align: center;
  }
  .header-v6 .brand-logo img { width: min(460px, 72vw); }
  .header-right { justify-content: center; }
  .hero-grid-v3 {
    grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.1fr);
  }
  .hero-product { display: none; }
  .hero-carousel-card { max-width: none; }
  .catalog-grid-v5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .products-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .product-stage,
  .contact-form { justify-self: stretch; max-width: none; }
}

@media (max-width: 760px) {
  :root { --layout-gutter: 18px; }
  .main-nav,
  .language-switcher { flex-wrap: wrap; justify-content: center; }
  .hero-grid-v3 {
    grid-template-columns: 1fr;
    padding-block: 54px 68px;
    gap: 28px;
  }
  .hero-copy { justify-self: start; }
  .hero-copy h1 { font-size: clamp(46px, 14vw, 64px); }
  .trust-row { grid-template-columns: 1fr; }
  .section-head { grid-template-columns: 1fr; }
  .catalog-grid-v5 { grid-template-columns: 1fr; }
  .products-section,
  .catalog-section,
  .contact-section { padding-block: 72px; }
}

/* === V12 Fix real: centrado limpio, sin recortes ni módulos deformados === */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

main,
.site-header,
.products-section,
.catalog-section,
.partners-section,
.contact-section,
.site-footer {
  width: 100%;
  max-width: 100%;
}

/* Header: más ordenado y con aire, sin empujar el layout */
.header-shell.header-v5.header-v6 {
  width: min(1280px, calc(100% - clamp(32px, 6vw, 96px)));
  margin-inline: auto;
  grid-template-columns: minmax(260px, 390px) minmax(240px, 1fr) minmax(300px, auto);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}

.header-v6 .brand-logo img {
  width: min(390px, 30vw);
  max-height: 116px;
}

.header-info {
  justify-self: center;
}

.header-right {
  justify-self: end;
  align-items: flex-end;
}

/* Sección productos: centrada de verdad, sin textos cortados a la izquierda */
.products-section {
  overflow: hidden;
}

.products-section .products-grid {
  width: min(1280px, calc(100% - clamp(36px, 6vw, 104px)));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(44px, 6vw, 92px);
  align-items: center;
}

.products-section .section-copy {
  min-width: 0;
  max-width: 680px;
  justify-self: start;
  margin: 0;
  padding: 0;
}

.products-section .section-copy h2 {
  max-width: 680px;
  overflow-wrap: normal;
  word-break: normal;
}

.products-section .section-copy > p:not(.section-label) {
  max-width: 600px;
}

.benefits {
  max-width: 620px;
}

/* Bloque visual de producto: deja de ser una pastilla vertical y vuelve a ser un módulo premium */
.product-stage {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: 0;
  justify-self: end;
  padding: clamp(20px, 2.4vw, 34px);
  border-radius: 38px;
  overflow: visible;
}

.stage-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0 !important;
  overflow: hidden;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 22%, rgba(242,217,139,.18), transparent 32%), linear-gradient(145deg, #fff, #f4ecdc);
}

.stage-carousel img,
.product-stage .stage-carousel img,
.product-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  object-fit: contain;
  padding: clamp(14px, 2vw, 30px);
  border-radius: 0;
  background: transparent;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .65s ease, transform .9s ease;
}

.stage-carousel img.active,
.product-stage .stage-carousel img.active {
  opacity: 1;
  transform: scale(1);
}

.product-card.floating {
  position: absolute;
  left: clamp(18px, 2.1vw, 30px);
  bottom: clamp(18px, 2.1vw, 30px);
  width: min(360px, calc(100% - 60px));
  padding: 18px 20px;
  border-radius: 22px;
  z-index: 3;
}

/* Catálogo: más ancho y aireado, pero sin pegarlo al centro */
.catalog-section .container,
.partners-section .container,
.contact-section .container {
  width: min(1280px, calc(100% - clamp(36px, 6vw, 104px)));
}

.catalog-grid-v5 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 38px);
}

/* Responsive limpio */
@media (max-width: 1180px) {
  .header-shell.header-v5.header-v6 {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .header-right {
    justify-self: center;
    align-items: center;
  }
  .header-v6 .brand-logo img {
    width: min(460px, 78vw);
  }
  .products-section .products-grid {
    grid-template-columns: 1fr;
  }
  .products-section .section-copy,
  .product-stage {
    justify-self: center;
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .products-section .products-grid,
  .catalog-section .container,
  .partners-section .container,
  .contact-section .container {
    width: min(100% - 32px, 1280px);
  }
  .products-section .section-copy h2 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: .92;
  }
  .stage-carousel {
    aspect-ratio: 1 / .92;
  }
  .product-card.floating {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 14px;
    width: 100%;
  }
}


/* === V13 hero polish: fotos de inicio más grandes y coherentes === */
.hero-carousel-card {
  overflow: hidden;
}

.product-carousel {
  height: clamp(420px, 34vw, 520px);
  background: linear-gradient(160deg, rgba(9,40,30,.92), rgba(3,23,17,.96));
}

.product-carousel img {
  padding: 0;
  object-fit: cover;
  object-position: center center;
  background: transparent;
}

.hero-product {
  width: min(380px, 100%);
  min-height: 520px;
  align-self: stretch;
  padding: 18px;
  border-radius: 40px;
  border: 1px solid rgba(242,217,139,.26);
  background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.hero-product img {
  width: 100%;
  height: 100%;
  min-height: 484px;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  background: transparent;
  border-radius: 30px;
}

.golf-ball {
  width: 124px;
  height: 124px;
  right: -10px;
  bottom: -20px;
}

.brand-value .container p[data-i18n="quoteSub"] {
  display: none !important;
}

@media (max-width: 1180px) {
  .product-carousel {
    height: clamp(380px, 48vw, 470px);
  }
}

@media (max-width: 760px) {
  .product-carousel {
    height: 340px;
  }

  .hero-product {
    width: 100%;
    min-height: 420px;
    padding: 14px;
  }

  .hero-product img {
    min-height: 390px;
  }
}


/* === V11 hero image refinement: no white product box, larger integrated product visuals === */
.hero-product {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 52% 35%, rgba(242, 217, 139, .16), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  border: 1px solid rgba(242, 217, 139, .18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 34px 90px rgba(0,0,0,.18);
  overflow: hidden;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(2,24,18,.18), rgba(242,217,139,.08)),
    radial-gradient(circle at 70% 65%, rgba(255,255,255,.08), transparent 38%);
  border: 1px solid rgba(242, 217, 139, .12);
  pointer-events: none;
}
.hero-product img {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 540px;
  object-fit: contain;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,.36));
  mix-blend-mode: multiply;
}
.hero-product .golf-ball {
  width: 132px;
  height: 132px;
  right: 22px;
  bottom: 24px;
  z-index: 2;
  opacity: .92;
}
.hero-product .golf-ball span { font-size: 24px; }

.hero-carousel-card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-carousel {
  height: clamp(430px, 43vw, 575px);
  background:
    radial-gradient(circle at 50% 20%, rgba(242,217,139,.16), transparent 34%),
    linear-gradient(145deg, rgba(5,45,34,.92), rgba(2,18,13,.96));
}
.product-carousel img {
  padding: 10px !important;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}
.product-carousel img[src*="bolas-"] {
  object-fit: contain;
  padding: 34px !important;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 20px 34px rgba(0,0,0,.28));
}

.brand-value p[data-i18n="quoteSub"] { display: none !important; }

@media (max-width: 1200px) {
  .hero-product { min-height: 460px; }
  .hero-product img { max-height: 430px; }
  .hero-carousel-card { min-height: auto; }
}
@media (max-width: 900px) {
  .hero-product { min-height: 390px; }
  .hero-product img { max-height: 360px; }
  .hero-product .golf-ball { width: 104px; height: 104px; }
}
@media (max-width: 560px) {
  .hero-product { min-height: 310px; border-radius: 28px; padding: 12px; }
  .hero-product::before { inset: 12px; border-radius: 22px; }
  .hero-product img { max-height: 280px; }
  .product-carousel { height: 330px; }
}
