:root {
  --brand: #0b2c31;
  --brand-deep: #082328;
  --gold: #c5a56d;
  --gold-soft: #dec89d;
  --ink: #f5f1e8;
  --muted: #bfd0cb;
  --paper: #0b2c31;
  --paper-deep: #10383d;
  --white: #ffffff;
  --line: rgba(222,200,157,.25);
  --line-soft: rgba(222,200,157,.20);
  --shadow-soft: 0 22px 50px rgba(0, 13, 16, .18);
  --shadow-card: 0 28px 56px rgba(0, 11, 14, .30);
  --container: 1360px;
  --gutter: clamp(22px, 5.2vw, 92px);
  --radius-xl: 30px;
  --radius-lg: 22px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #0b2c31; -webkit-font-smoothing: antialiased; }
body::before, body::after { content: ''; position: fixed; inset: auto; pointer-events: none; z-index: -1; border-radius: 999px; filter: blur(60px); opacity: .45; }
body::before { width: 300px; height: 300px; top: -120px; right: -90px; background: rgba(197,165,109,.09); }
body::after { width: 260px; height: 260px; left: -120px; top: 42vh; background: rgba(197,165,109,.06); }
body, button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
img, video, svg { display: block; }
[hidden] { display: none !important; }
::selection { background: var(--gold); color: var(--brand-deep); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.container { width: min(100% - var(--gutter) * 2, var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -80px; left: 16px; padding: 12px 20px; background: var(--gold); color: var(--brand); }
.skip-link:focus { top: 16px; }

/* 01. Barra superior */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(8,35,40,.95); backdrop-filter: blur(14px) saturate(140%); border-bottom: 1px solid rgba(222,200,157,.19); box-shadow: 0 10px 30px rgba(0,12,14,.12); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; gap: 5px; }
.brand-name { font-size: clamp(18px, 2vw, 23px); font-weight: 750; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.brand-descriptor { font-size: 9px; font-weight: 600; line-height: 1; letter-spacing: .39em; padding-left: 2px; color: #dfc99d; }
.brand-image { width: auto; max-width: min(220px, 45vw); max-height: 58px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1) drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.header-contact { display: inline-flex; align-items: center; gap: 13px; padding: 12px 18px; border: 1px solid rgba(222,200,157,.39); border-radius: 999px; color: #f6f0e5; background: rgba(255,255,255,.045); box-shadow: 0 10px 22px rgba(0,14,16,.10); font-size: 13px; font-weight: 650; letter-spacing: -.01em; text-decoration: none; transition: color .25s, border-color .25s, background .25s, transform .25s, box-shadow .25s; }
.header-contact:hover { color: #f8e2bb; border-color: rgba(222,200,157,.80); background: rgba(255,255,255,.10); box-shadow: 0 14px 28px rgba(0,12,14,.20); transform: translateY(-1px); }
.header-contact-arrow { font-size: 17px; font-weight: 400; transform: translateY(-1px); }

/* 02. Portada con vídeo + texto en esquina inferior izquierda */
.hero { position: relative; isolation: isolate; min-height: min(780px, calc(100svh - 88px)); height: clamp(550px, 65vw, 820px); overflow: hidden; color: white; background: var(--brand); }
.hero::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; z-index: 3; pointer-events: none; }
.hero::after { content: ''; position: absolute; inset: auto auto -130px 50%; transform: translateX(-50%); width: min(880px, 78vw); height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(197,165,109,.22) 0%, rgba(197,165,109,.05) 45%, transparent 72%); z-index: 2; pointer-events: none; }
.hero-poster, .hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-poster, .hero-video { object-fit: cover; object-position: center; }
.hero-video { z-index: 1; }
/* Portada sin destellos: nada de imagen debajo del vídeo mientras se carga. */
.hero.has-video .hero-poster { display: none !important; }
.hero.has-video .hero-video { opacity: 0; visibility: hidden; transition: opacity .4s ease; }
.hero.has-video.video-ready .hero-video { opacity: 1; visibility: visible; }
.hero.has-video { background: radial-gradient(ellipse at 54% 35%, #184247, #082328 78%); }

.hero-shade { z-index: 2; background: linear-gradient(90deg, rgba(3,19,23,.82) 0%, rgba(3,19,23,.46) 42%, rgba(3,19,23,.10) 78%), linear-gradient(180deg, rgba(3,19,23,.12), transparent 28%), linear-gradient(0deg, rgba(3,19,23,.68), transparent 55%); }
.hero-inner { position: relative; z-index: 3; height: 100%; display: flex; align-items: flex-end; padding-bottom: clamp(50px, 8vw, 104px); }
.hero-copy { width: min(720px, 90%); padding: clamp(24px, 3.2vw, 34px) clamp(24px, 3vw, 34px) 0 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0; color: #dec89d; font-size: 10px; font-weight: 700; letter-spacing: .22em; line-height: 1.7; }
.eyebrow--light { color: #e4cba2; }
.eyebrow-line { display: inline-block; width: 20px; height: 1px; background: currentColor; }
.hero h1 { margin: 23px 0 18px; max-width: 670px; font-size: clamp(44px, 6.3vw, 88px); font-weight: 550; line-height: 1.02; letter-spacing: -.08em; text-wrap: balance; text-shadow: 0 10px 28px rgba(0,0,0,.18); }
.hero-description { margin: 0; max-width: 560px; color: rgba(255,255,255,.87); font-size: clamp(13px, 1.35vw, 17px); font-weight: 400; line-height: 1.8; }

/* 03. Historia */
.section-space { padding-block: clamp(90px, 10.7vw, 155px); }
.about-section.section-space { padding-top: clamp(90px, 10.7vw, 155px); padding-bottom: clamp(40px, 5.5vw, 68px); }
.catalog.section-space { padding-top: clamp(40px, 5.5vw, 68px); padding-bottom: clamp(90px, 10.7vw, 155px); }
.about { position: relative; display: grid; grid-template-columns: minmax(170px, .58fr) minmax(0, 1.58fr); gap: clamp(32px, 5vw, 72px); margin-block: 0; padding: clamp(42px, 4.6vw, 62px); border: 1px solid var(--line-soft); border-radius: var(--radius-xl); background: linear-gradient(145deg, #13393d, #0e3035 80%); box-shadow: var(--shadow-soft); overflow: hidden; }
.about::after { content: ''; position: absolute; width: 220px; height: 220px; right: -70px; top: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(197,165,109,.16), transparent 68%); pointer-events: none; }
.section-aside { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 22px; padding-top: 6px; padding-right: clamp(24px, 3vw, 44px); border-right: 1px solid rgba(222,200,157,.22); }
/* El acento dorado acompaña la fecha, sin cortar el borde superior de la tarjeta. */
.since { display: inline-flex; align-items: center; gap: 12px; margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .22em; color: #e1c38d; line-height: 1.5; }
.since::before { content: ''; display: inline-block; flex: 0 0 22px; width: 22px; height: 1px; background: #c5a56d; opacity: .95; }
.since--solo { padding-top: 2px; }
.about-content { max-width: 780px; }
.about h2, .catalog h2, .contact h2 { margin: 0; font-size: clamp(37px, 4.45vw, 64px); font-weight: 550; letter-spacing: -.07em; line-height: 1.08; text-wrap: balance; }
.about-paragraphs { display: flex; flex-direction: column; gap: 18px; margin-top: clamp(32px, 4vw, 46px); max-width: 700px; }
.about-paragraphs p { margin: 0; color: #c5d7d1; font-size: clamp(14px, 1.08vw, 16px); line-height: 1.95; padding: 0; background: transparent; }
.about-paragraphs p + p { padding-top: 2px; }
/* Cierre de la historia: tercer texto editable, separado y destacado como eslogan. */
.about-paragraphs .about-slogan {
  margin-top: clamp(8px, 1.5vw, 18px);
  padding-top: clamp(18px, 2.3vw, 26px);
  border-top: 1px solid rgba(222,200,157,.38);
  color: #ead5ac;
  font-size: clamp(17px, 1.62vw, 22px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.55;
  text-wrap: pretty;
}
@media (max-width: 760px) {
  .about-paragraphs .about-slogan { margin-top: 8px; padding-top: 19px; font-size: 17px; line-height: 1.6; }
}


/* Un mismo fondo verde, con cortes sutiles que mantienen la jerarquía de las secciones. */
.about-section, .catalog, .contact { isolation: isolate; }
.catalog::after, .contact::before { content: ''; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(222,200,157,.42) 14%, rgba(222,200,157,.25) 86%, transparent 100%); pointer-events: none; }
.catalog > .container { position: relative; }

/* 04. Catálogos */
.catalog { position: relative; background: #0b2c31; }
.catalog::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(197,165,109,.055), transparent 34%); pointer-events: none; }
.catalog-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: clamp(28px, 4vw, 48px); }
.catalog-heading .eyebrow { margin-bottom: 20px; }
.gold-dot { color: var(--gold); }
.catalog-intro { max-width: 210px; margin: 0 0 5px; color: #c5d7d1; font-size: 12px; line-height: 1.8; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(12px, 2vw, 28px); }
.catalog-card { position: relative; isolation: isolate; display: block; height: clamp(390px, 43vw, 650px); overflow: hidden; color: white; background: #294044; text-decoration: none; border-radius: 28px; border: 1px solid rgba(222,200,157,.28); box-shadow: var(--shadow-card); }
.catalog-card img, .catalog-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.catalog-card img { object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.catalog-scrim { background: linear-gradient(0deg, rgba(4,20,25,.88), rgba(4,20,25,.12) 46%, rgba(4,20,25,.12)); }
.catalog-card:hover img, .catalog-card:focus-visible img { transform: scale(1.055); }
.catalog-corner { position: absolute; top: 24px; right: 27px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.62); border-radius: 50%; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); font-size: 18px; line-height: 1; transition: background .2s, transform .2s, border-color .2s; }
.catalog-card:hover .catalog-corner, .catalog-card:focus-visible .catalog-corner { background: rgba(255,255,255,.2); transform: translate(2px,-2px); }
.catalog-card-copy { position: absolute; bottom: clamp(29px, 3vw, 45px); left: clamp(29px, 3vw, 46px); right: clamp(29px, 3vw, 46px); display: flex; flex-direction: column; gap: 12px; }
.catalog-card-overline { display: inline-flex; align-self: flex-start; padding: 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(8,35,40,.28); font-size: 10px; letter-spacing: .2em; font-weight: 650; color: #ecd4ab; }
.catalog-card-title { font-size: clamp(34px, 4vw, 59px); font-weight: 550; letter-spacing: -.06em; line-height: 1.1; }

/* 05. Contacto */
.contact { position: relative; padding: clamp(100px, 11vw, 155px) 0 clamp(105px, 12vw, 170px); background: #0b2c31; color: var(--white); scroll-margin-top: 0; }
.contact-inner { display: flex; flex-direction: column; align-items: center; text-align: center; padding: clamp(38px, 5vw, 58px) clamp(24px, 4vw, 46px); border: 1px solid rgba(222,200,157,.22); border-radius: var(--radius-xl); background: linear-gradient(145deg, #13393d, #0e3035 80%); box-shadow: 0 24px 44px rgba(0,10,12,.16), inset 0 1px 0 rgba(255,255,255,.055); }
.eyebrow--gold { color: #dec298; }
.contact h2 { margin: 21px 0 16px; font-size: clamp(46px, 6vw, 78px); }
.contact-lede { max-width: 460px; margin: 0; color: #c5d7d1; font-size: 14px; line-height: 1.8; }
.whatsapp-link { display: inline-flex; flex-direction: column; align-items: center; gap: 20px; margin-top: 51px; padding: 20px 24px; border: 1px solid rgba(222,200,157,.26); border-radius: 22px; background: rgba(5,25,28,.18); text-decoration: none; transition: transform .25s, border-color .25s, background .25s; }
.whatsapp-icon { width: 69px; height: 69px; color: white; transition: transform .25s, color .25s; }
.whatsapp-link > span { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.42); font-size: 12px; font-weight: 550; transition: border-color .25s; }
.whatsapp-link:hover { transform: translateY(-3px); border-color: rgba(223,195,152,.38); background: rgba(255,255,255,.045); }
.whatsapp-link:hover .whatsapp-icon { color: #dfc398; transform: translateY(-4px); }
.whatsapp-link:hover > span { border-color: #dfc398; }
.contact-divider { width: min(350px, 70vw); height: 1px; margin: 36px 0 27px; background: rgba(255,255,255,.19); }
.contact h3 { margin: 0; font-size: clamp(18px, 2vw, 24px); font-weight: 550; letter-spacing: -.035em; }
.socials { display: flex; gap: 18px; margin-top: 28px; }
.social-link { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #fff; background: rgba(255,255,255,.04); text-decoration: none; transition: color .25s, border-color .25s, background .25s, transform .25s, box-shadow .25s; }
.social-link svg { width: 20px; height: 20px; }
.social-link:hover { border-color: var(--gold); color: var(--brand); background: var(--gold); box-shadow: 0 16px 28px rgba(0,0,0,.15); transform: translateY(-3px); }
[aria-disabled="true"] { cursor: not-allowed; }
.site-footer { background: #0b2c31; color: #bfd0cb; border-top: 1px solid rgba(222,200,157,.18); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 92px; font-size: 10px; letter-spacing: .02em; }
.footer-inner > span:first-child { font-size: 13px; font-weight: 750; letter-spacing: -.04em; color: #fff; }
.footer-inner a { text-decoration: none; color: #fff; white-space: nowrap; }
.footer-inner a:hover { color: var(--gold); }
.toast { position: fixed; z-index: 99; bottom: 22px; left: 50%; transform: translateX(-50%); width: max-content; max-width: min(430px, calc(100vw - 32px)); padding: 13px 19px; border: 1px solid rgba(197,165,109,.8); border-radius: 6px; background: #11343a; color: white; box-shadow: 0 12px 35px #0003; font-size: 12px; line-height: 1.5; text-align: center; }

@media (max-width: 760px) {
  .about-section.section-space { padding-top: 68px; padding-bottom: 30px; }
  .catalog.section-space { padding-top: 30px; padding-bottom: 68px; }

  :root { --gutter: 24px; }
  html { scroll-padding-top: 72px; }
  .header-inner { min-height: 76px; }
  .site-header { background: rgba(8,35,40,.97); }
  .hero::before { inset: 12px; border-radius: 20px; }
  .hero-copy { padding-right: 0; }
  .about { padding: 34px 22px 36px; gap: 22px; margin-block: 0; }
  .section-aside { border-right: 0; border-bottom: 0; padding-right: 0; padding-bottom: 0; margin-bottom: 0; }
  .about h2 { font-size: clamp(30px, 9.2vw, 46px); line-height: 1.06; }
  .about-paragraphs { margin-top: 26px; gap: 16px; }
  .about-paragraphs p { padding: 0; font-size: 13px; line-height: 1.9; }
  .contact-inner { padding: 34px 22px; border-radius: 24px; }
  .whatsapp-link { width: min(100%, 340px); }

  .brand-name { font-size: 19px; }
  .brand-descriptor { font-size: 8px; }
  .brand-image { max-height: 48px; }
  .header-contact { gap: 9px; font-size: 12px; }
  .hero { min-height: 570px; height: min(730px, calc(100svh - 76px)); }
  .hero-poster, .hero-video { object-position: 59% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,19,23,.83), rgba(3,19,23,.1) 85%), linear-gradient(90deg, rgba(3,19,23,.3), transparent); }
  .hero-inner { padding-bottom: 63px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(43px, 10.5vw, 70px); max-width: 540px; margin-block: 18px 15px; }
  .about { display: block; }
  .section-aside { display: block; margin-bottom: 18px; padding: 0; }
  .since { display: inline-flex; font-size: 10px; white-space: nowrap; gap: 10px; }
  .since::before { flex-basis: 18px; width: 18px; }
  .about h2, .catalog h2 { font-size: clamp(37px, 8vw, 54px); }
  .about-paragraphs { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .about-paragraphs p { font-size: 14px; line-height: 1.85; }
  .catalog-heading { align-items: start; flex-direction: column; gap: 13px; margin-bottom: 30px; }
  .catalog-heading .eyebrow { margin-bottom: 14px; }
  .catalog-intro { max-width: none; }
  .catalog-grid { grid-template-columns: 1fr; gap: 18px; }
  .catalog-card { height: clamp(350px, 110vw, 610px); }
  .catalog-corner { top: 23px; right: 23px; }
  .catalog-card-copy { bottom: 31px; left: 30px; }
  .catalog-card-title { font-size: clamp(41px, 9vw, 58px); }
  .contact h2 { font-size: clamp(45px, 10vw, 70px); }
  .contact-lede { font-size: 13px; }
  .contact-divider { margin-top: 30px; margin-bottom: 22px; }
  .footer-inner { min-height: 118px; flex-wrap: wrap; gap: 12px 20px; padding-block: 24px; }
  .footer-inner > span:first-child { width: 100%; }
}
@media (max-width: 390px) {
  :root { --gutter: 19px; }
  .header-contact { font-size: 11px; }
  .brand-name { font-size: 17px; }
  .eyebrow { font-size: 9px; letter-spacing: .15em; }
  .hero h1 { font-size: 42px; }
  .section-aside { align-items: flex-start; flex-direction: column; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
