:root {
  --brand: #0b2c31;
  --brand-deep: #082328;
  --gold: #c5a56d;
  --gold-soft: #dec89d;
  --ink: #102c30;
  --muted: #5d6b6a;
  --paper: #faf9f5;
  --paper-deep: #f2ede3;
  --white: #ffffff;
  --line: rgba(11,44,49,.14);
  --line-soft: rgba(11,44,49,.09);
  --shadow-soft: 0 18px 42px rgba(9, 31, 35, .06);
  --shadow-card: 0 28px 56px rgba(9, 31, 35, .10);
  --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: linear-gradient(180deg, #fbfaf7 0%, #f7f4ee 100%); -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,.14); }
body::after { width: 260px; height: 260px; left: -120px; top: 42vh; background: rgba(11,44,49,.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(250,249,245,.78); backdrop-filter: blur(14px) saturate(140%); border-bottom: 1px solid rgba(11,44,49,.08); box-shadow: 0 10px 30px rgba(9,31,35,.04); }
.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: #617273; }
.brand-image { width: auto; max-width: min(220px, 45vw); max-height: 58px; object-fit: contain; object-position: left center; filter: drop-shadow(0 8px 18px rgba(8,35,40,.10)); }
.header-contact { display: inline-flex; align-items: center; gap: 13px; padding: 12px 18px; border: 1px solid rgba(11,44,49,.13); border-radius: 999px; background: rgba(255,255,255,.66); box-shadow: 0 10px 22px rgba(11,44,49,.05); 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: #97743d; border-color: rgba(197,165,109,.6); background: rgba(255,255,255,.92); box-shadow: 0 14px 28px rgba(11,44,49,.08); 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; }
.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: #a4824d; 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; }
.hero-index { position: absolute; z-index: 4; bottom: 38px; right: var(--gutter); display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,35,40,.24); backdrop-filter: blur(10px); font-size: 10px; letter-spacing: .16em; color: rgba(255,255,255,.72); }
.hero-index span { width: 49px; height: 1px; background: rgba(255,255,255,.45); }
.video-toggle { position: absolute; z-index: 5; top: 28px; right: var(--gutter); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(11,44,49,.28); box-shadow: 0 14px 28px rgba(0,0,0,.14); backdrop-filter: blur(10px); cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.video-toggle:hover { background: rgba(11,44,49,.65); transform: scale(1.05); }
.video-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* 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(180deg, rgba(255,255,255,.92), rgba(255,255,255,.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(11,44,49,.10); }
.since { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .24em; color: #a4824d; }
.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: #61706f; font-size: clamp(14px, 1.08vw, 16px); line-height: 1.95; padding: 0; background: transparent; }
.about-paragraphs p + p { padding-top: 2px; }

/* 04. Catálogos */
.catalog { position: relative; background: linear-gradient(180deg, #f4f1ea 0%, #ece7dc 100%); }
.catalog::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(197,165,109,.12), transparent 32%); 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: #667572; 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(255,255,255,.45); 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: radial-gradient(circle at top center, rgba(197,165,109,.16), transparent 28%), linear-gradient(180deg, #0d3136 0%, #082328 100%); 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(255,255,255,.09); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); box-shadow: 0 24px 44px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.eyebrow--gold { color: #dec298; }
.contact h2 { margin: 21px 0 16px; font-size: clamp(46px, 6vw, 78px); }
.contact-lede { max-width: 460px; margin: 0; color: #b7c9c7; 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(255,255,255,.10); border-radius: 22px; background: rgba(255,255,255,.03); 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: 65px 0 47px; 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: #071d20; color: rgba(255,255,255,.6); border-top: 1px solid rgba(255,255,255,.06); }
.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(250,249,245,.9); }
  .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; }
  .hero-index { display: none; }
  .video-toggle { top: 20px; }
  .about { display: block; }
  .section-aside { display: block; margin-bottom: 18px; padding: 0; }
  .since { display: inline-block; font-size: 10px; white-space: nowrap; }
  .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; }
  .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; }
}
