/* ============================================================
   LlataRoch - Sistema de diseno Brand 2.0
   Tokens medidos de los assets oficiales de marca.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Jost:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

:root {
  --navy: #02204a;
  --navy-deep: #011733;
  --navy-panel: #0a2c5e;
  --gold: #d29f57;
  --gold-dim: rgba(210,159,87,0.55);
  --gold-faint: rgba(210,159,87,0.26);
  --cream: #f0e7d8;
  --muted: rgba(240,231,216,0.76);
  --sunset: #d48143;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Jost', 'Century Gothic', 'Futura', Arial, sans-serif;
  font-weight: 300;
  background:
    radial-gradient(circle at 50% 0%, rgba(10,44,94,0.92), transparent 46%),
    linear-gradient(180deg, #031f49 0%, #021a3c 42%, #011733 100%);
  color: var(--cream);
}
img { max-width: 100%; }

/* ---------- Navegacion ---------- */
.lr-nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
  max-width: 1220px; margin: 0 auto;
  padding: 18px clamp(16px, 3vw, 28px);
}
.lr-nav-brand {
  display: flex; align-items: center; gap: 14px;
  text-decoration: none; color: var(--gold);
}
.lr-nav-brand svg { display: block; }
.lr-nav-brand img { display: block; width: 44px; height: 44px; object-fit: contain; }
.lr-nav-brand span {
  font-family: 'Poiret One', 'Century Gothic', sans-serif;
  font-size: 22px; letter-spacing: 0.22em; text-transform: uppercase;
}
.lr-nav-links { display: flex; gap: clamp(12px, 2.2vw, 26px); flex-wrap: wrap; justify-content: flex-end; }
.lr-nav-links a {
  color: var(--cream); text-decoration: none;
  font-size: clamp(11px, 1.15vw, 13px); font-weight: 400;
  letter-spacing: clamp(0.14em, 0.9vw, 0.24em); text-transform: uppercase;
  padding: 6px 2px; border-bottom: 1px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.lr-nav-links a:hover { color: var(--gold); }
.lr-nav-links a.activo { color: var(--gold); border-bottom-color: var(--gold); }
@media (max-width: 760px) {
  .lr-nav { justify-content: center; text-align: center; }
  .lr-nav-brand { width: 100%; justify-content: center; }
  .lr-nav-links { justify-content: center; gap: 12px 18px; }
}

/* ---------- Marco con esquinas ---------- */
.lr-page { padding: clamp(18px, 3vw, 36px) 18px clamp(30px, 5vw, 60px); }
.lr-frame {
  position: relative;
  max-width: 1180px;
  margin: 0 auto clamp(30px, 5vw, 56px);
  border: 2px solid var(--gold);
  padding: clamp(44px, 7vw, 86px) clamp(28px, 6vw, 86px);
  background:
    radial-gradient(circle at 50% 38%, rgba(10,44,94,0.62), transparent 58%),
    linear-gradient(180deg, rgba(2,32,74,0.98) 0%, rgba(1,23,51,0.98) 100%);
  box-shadow: 0 30px 90px rgba(0,0,0,0.18), inset 0 0 0 1px rgba(210,159,87,0.18);
}
.lr-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--gold-faint);
  pointer-events: none;
}
.lr-corner {
  position: absolute; width: 42px; height: 42px;
  border: 2px solid var(--gold); background: var(--navy);
  z-index: 2;
}
.lr-corner.tl { top: -2px; left: -2px; border-right: 0; border-bottom: 0; }
.lr-corner.tr { top: -2px; right: -2px; border-left: 0; border-bottom: 0; }
.lr-corner.bl { bottom: -2px; left: -2px; border-right: 0; border-top: 0; }
.lr-corner.br { bottom: -2px; right: -2px; border-left: 0; border-top: 0; }
.lr-corner::after { content: ""; position: absolute; inset: 10px; border: 2px solid var(--gold); }
.lr-corner.tl::after { border-right: 0; border-bottom: 0; }
.lr-corner.tr::after { border-left: 0; border-bottom: 0; }
.lr-corner.bl::after { border-right: 0; border-top: 0; }
.lr-corner.br::after { border-left: 0; border-top: 0; }

/* ---------- Regla con diamantes ---------- */
.lr-rule {
  display: flex; align-items: center; gap: 18px;
  max-width: 780px; margin: 0 auto;
}
.lr-rule::before, .lr-rule::after { content: ""; flex: 1; height: 1px; background: var(--gold-dim); }
.lr-diamond { width: 9px; height: 9px; background: var(--gold); transform: rotate(45deg); flex: none; }
.lr-rule span:not(.lr-diamond) {
  color: var(--gold); letter-spacing: 0.34em; text-transform: uppercase;
  font-size: clamp(11px, 1.6vw, 15px); font-weight: 400; white-space: nowrap; padding: 0 4px;
}

/* ---------- Titulos display ---------- */
.lr-display {
  font-family: 'Poiret One', 'Century Gothic', sans-serif;
  font-weight: 400; text-transform: uppercase; color: var(--gold);
}

/* ---------- Cabecera de portada ---------- */
.lr-masthead { text-align: center; padding: clamp(10px, 2vw, 20px) 0 clamp(12px, 2vw, 24px); }
.lr-masthead h1 {
  margin: clamp(26px, 4vw, 42px) 0 clamp(22px, 3vw, 34px);
  font-size: clamp(68px, 12vw, 142px);
  line-height: 0.9; letter-spacing: 0.09em;
  text-shadow: 0 0 22px rgba(210,159,87,0.05);
}
.lr-est {
  margin: clamp(22px, 3vw, 34px) 0 0;
  color: var(--gold); letter-spacing: 0.46em; text-transform: uppercase; font-size: 13px;
}
.lr-est::before, .lr-est::after { content: " \00B7 "; color: var(--gold); }
.lr-dateline {
  margin-top: 12px; color: var(--muted);
  font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase;
}

/* ---------- Skyline ---------- */
.lr-skyline { display: block; width: min(830px, 88%); height: auto; margin: clamp(34px, 5vw, 62px) auto 0; opacity: 0.98; }
.lr-skyline path, .lr-skyline line, .lr-skyline circle, .lr-skyline rect, .lr-skyline polyline {
  fill: none; stroke: var(--gold); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round;
}
.lr-masthead .lr-skyline { filter: drop-shadow(0 0 7px rgba(210,159,87,0.08)); }

/* ---------- Portada: destacada y rejilla ---------- */
.lr-featured {
  display: grid;
  grid-template-columns: minmax(280px, 400px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  margin: clamp(44px, 6vw, 68px) 0 clamp(36px, 5vw, 56px);
  padding-top: clamp(34px, 4vw, 48px);
  border-top: 1px solid var(--gold-faint);
}
.lr-feat-kicker {
  display: inline-block; margin-bottom: 14px; padding: 7px 16px;
  border: 1px solid var(--sunset); color: var(--sunset);
  font-size: 12px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase;
}
.lr-feat-body h2 {
  margin: 0 0 14px;
  font-family: 'Poiret One', 'Century Gothic', sans-serif;
  font-weight: 400;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.08; letter-spacing: 0.03em;
  color: var(--cream); text-transform: uppercase;
}
.lr-feat-meta { color: var(--gold); font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; }

.lr-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 26px);
}
.lr-poster {
  position: relative; margin: 0; cursor: pointer;
  border: 1px solid var(--gold-dim);
  padding: 8px; background: var(--navy-deep);
  transition: transform 180ms ease, border-color 180ms ease;
}
.lr-poster:hover { transform: translateY(-4px); border-color: var(--gold); }
.lr-poster img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.lr-poster figcaption {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 10px 4px 2px;
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); font-weight: 500;
}
.lr-poster figcaption time { color: var(--muted); font-weight: 300; letter-spacing: 0.1em; }
.lr-sponsored {
  position: absolute; top: 16px; right: 16px; z-index: 2;
  padding: 4px 10px; background: var(--navy);
  border: 1px solid var(--gold); color: var(--gold);
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
}

/* ---------- Botones ---------- */
.lr-btn {
  display: inline-block; min-width: 230px; padding: 15px 30px;
  border: 1px solid var(--gold); color: var(--gold);
  background: transparent; text-decoration: none; cursor: pointer;
  font-family: inherit; font-size: 14px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase; text-align: center;
  transition: background 160ms ease, color 160ms ease;
}
.lr-btn:hover { background: var(--gold); color: var(--navy); }

.lr-strip {
  margin-top: clamp(44px, 6vw, 68px);
  padding-top: clamp(28px, 4vw, 40px);
  text-align: center;
  border-top: 1px solid var(--gold-faint);
}
.lr-strip p { margin: 0 0 20px; font-size: 17px; letter-spacing: 0.06em; }

/* ---------- Lightbox ---------- */
.lr-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  background: rgba(1,15,32,0.94); padding: 24px;
}
.lr-lightbox.open { display: flex; }
.lr-lightbox img {
  max-width: min(92vw, 640px); max-height: 88vh;
  border: 1px solid var(--gold);
  box-shadow: 0 40px 90px rgba(0,0,0,0.55);
}
.lr-lightbox button {
  position: absolute; top: 18px; right: 18px;
  width: 44px; height: 44px; border: 1px solid var(--gold);
  background: var(--navy); color: var(--gold);
  font-size: 20px; cursor: pointer;
}

/* ---------- Fundador ---------- */
.lr-founder-head { text-align: center; margin-bottom: clamp(38px, 6vw, 60px); }
.lr-founder-head h1 {
  margin: clamp(16px, 3vw, 26px) 0 14px;
  font-size: clamp(38px, 7vw, 82px);
  line-height: 0.98; letter-spacing: 0.07em;
}
.lr-founder-head p { margin: 0 auto; max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.lr-founder-layout {
  display: grid;
  grid-template-columns: minmax(270px, 380px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
}
.lr-portrait {
  position: relative; margin: 0;
  border: 1px solid var(--gold-dim);
  padding: 10px; background: var(--navy-deep);
}
.lr-portrait img { display: block; width: 100%; height: auto; }
.lr-portrait figcaption {
  padding: 12px 4px 2px; text-align: center;
  color: var(--gold); font-size: 12px; letter-spacing: 0.28em; text-transform: uppercase;
}
.lr-ptick {
  position: absolute; width: 14px; height: 14px;
  border: 1px solid var(--gold); background: var(--navy);
}
.lr-ptick.tl { top: -7px; left: -7px; }
.lr-ptick.tr { top: -7px; right: -7px; }
.lr-ptick.bl { bottom: -7px; left: -7px; }
.lr-ptick.br { bottom: -7px; right: -7px; }

.lr-bio { display: grid; gap: 18px; font-size: 17px; line-height: 1.85; color: var(--muted); }
.lr-bio p { margin: 0; }
.lr-bio strong { color: var(--cream); font-weight: 500; }
.lr-signature {
  margin-top: 10px; padding: 20px 24px;
  border: 1px solid var(--gold-faint);
  border-left: 2px solid var(--gold);
  color: var(--gold); font-size: 16px;
  letter-spacing: 0.16em; text-transform: uppercase; line-height: 1.7;
}
.lr-gdl-band {
  margin: clamp(44px, 6vw, 68px) 0 0;
  border: 1px solid var(--gold-dim);
  padding: 10px; background: var(--navy-deep);
}
.lr-gdl-band img { display: block; width: 100%; height: clamp(200px, 32vw, 340px); object-fit: cover; }
.lr-gdl-band figcaption {
  padding: 12px 4px 2px; text-align: center;
  color: var(--gold); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase;
}

/* ---------- Contacto ---------- */
.lr-contact-head { text-align: center; margin-bottom: clamp(30px, 5vw, 46px); }
.lr-contact-head h1 {
  margin: clamp(16px, 3vw, 26px) 0 14px;
  font-size: clamp(34px, 6vw, 68px);
  line-height: 1; letter-spacing: 0.06em;
}
.lr-contact-head p { margin: 0 auto; max-width: 640px; color: var(--muted); font-size: 16.5px; line-height: 1.75; }

.lr-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lr-wide { grid-column: 1 / -1; }
.lr-form label {
  display: block; margin-bottom: 7px;
  color: var(--gold); font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
}
.lr-form input, .lr-form select, .lr-form textarea {
  width: 100%; min-height: 52px; padding: 14px 15px;
  border: 1px solid var(--gold-dim);
  background: rgba(1,23,51,0.6);
  color: var(--cream);
  font-family: inherit; font-size: 16px; font-weight: 300;
  border-radius: 0;
  transition: border-color 150ms ease;
}
.lr-form input:focus, .lr-form select:focus, .lr-form textarea:focus { outline: none; border-color: var(--gold); }
.lr-form input::placeholder, .lr-form textarea::placeholder { color: rgba(240,231,216,0.42); }
.lr-form select { background-color: var(--navy-deep); }
.lr-form textarea { min-height: 140px; resize: vertical; }
.lr-submit { width: 100%; min-height: 56px; letter-spacing: 0.28em; }
.lr-submit:disabled { opacity: 0.6; cursor: not-allowed; }
.lr-status { min-height: 24px; margin: 4px 0 0; text-align: center; color: var(--cream); font-size: 15px; letter-spacing: 0.04em; }
.lr-honeypot {
  position: absolute !important; left: -9999px !important;
  width: 1px !important; height: 1px !important; opacity: 0 !important;
}

/* ---------- Pie ---------- */
.lr-footer { text-align: center; padding: clamp(24px, 4vw, 40px) 18px clamp(30px, 5vw, 50px); }
.lr-footer .lr-skyline { width: min(560px, 88%); opacity: 0.65; margin-bottom: 18px; }
.lr-footer p { margin: 0; color: var(--gold-dim); font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; }


/* ---------- Startup: hero y productos ---------- */
.lr-hero { text-align: center; margin: clamp(36px, 5vw, 56px) 0 clamp(20px, 3vw, 32px); }
.lr-hero-title { margin: clamp(20px, 3vw, 30px) auto 16px; max-width: 920px; font-size: clamp(30px, 4.6vw, 58px); line-height: 1.05; letter-spacing: 0.05em; }
.lr-hero-sub { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.8; }
.lr-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: clamp(24px, 3vw, 34px); }
.lr-btn-ghost { border-color: var(--gold-dim); color: var(--cream); }
.lr-btn-ghost:hover { border-color: var(--gold); }
.lr-products { margin: clamp(40px, 6vw, 64px) 0 clamp(10px, 2vw, 18px); }
.lr-products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 26px); margin-top: clamp(26px, 4vw, 40px); }
.lr-product { display: flex; flex-direction: column; gap: 12px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--gold-dim); background: var(--navy-deep); text-decoration: none; color: var(--muted); transition: transform 180ms ease, border-color 180ms ease; }
.lr-product:hover { transform: translateY(-4px); border-color: var(--gold); }
.lr-product h3 { margin: 0; font-family: 'Poiret One', 'Century Gothic', sans-serif; font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); }
.lr-product p { margin: 0; font-size: 15px; line-height: 1.7; }
.lr-product-tag { align-self: flex-start; padding: 5px 12px; border: 1px solid var(--sunset); color: var(--sunset); font-size: 10.5px; font-weight: 500; letter-spacing: 0.26em; text-transform: uppercase; }
.lr-product-cta { color: var(--gold); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; margin-top: auto; }
.lr-news-rule { margin-top: clamp(40px, 6vw, 64px); }
@media (max-width: 900px) { .lr-products-grid { grid-template-columns: 1fr; } }

/* ---------- Responsivo ---------- */
@media (max-width: 900px) {
  .lr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lr-featured { grid-template-columns: 1fr; }
  .lr-featured .lr-poster { max-width: 400px; margin: 0 auto; }
  .lr-feat-body { text-align: center; }
}
@media (max-width: 820px) {
  .lr-founder-layout { grid-template-columns: 1fr; }
  .lr-portrait { max-width: 380px; margin: 0 auto; }
}
@media (max-width: 680px) {
  .lr-form { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .lr-grid { grid-template-columns: 1fr; }
  .lr-rule { gap: 10px; }
  .lr-rule span:not(.lr-diamond) {
    white-space: normal;
    min-width: 0;
    max-width: 220px;
    text-align: center;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: normal;
    letter-spacing: 0.14em;
    font-size: 10px;
  }
  .lr-diamond { width: 6px; height: 6px; }
  .lr-nav { justify-content: center; }
  .lr-frame { padding: 42px 18px; }
  .lr-frame::before { inset: 11px; }
  .lr-corner { width: 30px; height: 30px; }
  .lr-masthead h1 { font-size: clamp(48px, 18vw, 78px); letter-spacing: 0.06em; }
}