/* Optimización Online · Banner permanente de inicio · 17 septiembre 2026
   Todas las reglas están limitadas al banner. Rutas relativas a este CSS. */
@font-face {
  font-family: 'DOO Montserrat';
  src: url('../fuentes/Montserrat-variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.doo-hero {
  --doo-ink: #080808;
  --doo-white: #faf8f4;
  --doo-muted: #c9c6c1;
  --doo-copper: #dfa06a;
  --doo-cream: #fff5e3;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  background: var(--doo-ink);
  color: var(--doo-white);
  font-family: 'DOO Montserrat', Arial, sans-serif;
  text-align: left;
}
.doo-hero, .doo-hero * { box-sizing: border-box; }
.doo-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1920px;
  min-height: 590px;
  margin: 0 auto;
  padding: clamp(36px, 3.4vw, 66px) clamp(32px, 6vw, 116px);
  display: flex;
  align-items: center;
}
.doo-hero__copy { width: 67%; }
.doo-hero__brand { display: flex; align-items: center; gap: 15px; margin: 0 0 28px; }
.doo-hero__brand img { display: block; width: 44px; height: 44px; object-fit: contain; }
.doo-hero__brand span { font-size: 11px; line-height: 1.4; letter-spacing: .36em; text-transform: uppercase; font-weight: 400; }
.doo-hero .doo-hero__title {
  margin: 0;
  padding: 0;
  color: var(--doo-white);
  font-family: inherit;
  font-size: clamp(43px, 4.55vw, 88px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -.045em;
  text-transform: none;
}
.doo-hero__title > span { display: block; }
.doo-hero__title strong { color: var(--doo-copper); font-weight: inherit; }
@supports (-webkit-background-clip: text) {
  .doo-hero__title strong {
    background: linear-gradient(125deg, #f4c392 12%, #dfa06a 48%, #b87540 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.doo-hero .doo-hero__description {
  margin: 22px 0 0;
  padding: 0;
  color: var(--doo-muted);
  font-size: clamp(17px, 1.55vw, 27px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -.015em;
}
.doo-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px 28px; margin-top: 28px; }
.doo-hero a.doo-hero__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 56px;
  padding: 16px 24px;
  border: 1px solid var(--doo-cream);
  border-radius: 4px;
  background: var(--doo-cream);
  color: #161616;
  font-size: 16px;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 600;
  letter-spacing: -.025em;
  text-decoration: none;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.doo-hero__button > span { font: 28px/1 Arial, sans-serif; }
.doo-hero a.doo-hero__button:hover { color: #161616; background: #edc99f; border-color: #edc99f; }
.doo-hero a.doo-hero__secondary {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0 0 28px;
  border-left: 1px solid #8c7258;
  color: var(--doo-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.doo-hero a.doo-hero__secondary:hover { color: #f4c392; }
.doo-hero a:focus-visible { outline: 3px solid #f4c392; outline-offset: 6px; }
.doo-hero__art { position: absolute; z-index: 0; inset: 0; display: block; }
.doo-hero__art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
/* Mantiene contraste incluso si el tema amplía la altura del contenido. */
.doo-hero::after { content: ''; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,8,8,.42), rgba(8,8,8,.12) 52%, transparent 70%); }
@media (min-width: 901px) and (max-width: 1200px) {
  .doo-hero__actions { gap: 10px 18px; }
  .doo-hero a.doo-hero__button { font-size: 14px; padding: 14px 18px; gap: 12px; }
  .doo-hero a.doo-hero__secondary { padding-left: 18px; font-size: 13px; }
}
@media (max-width: 900px) {
  .doo-hero__inner { min-height: 0; display: block; padding: 34px 24px 8px; }
  .doo-hero__copy { width: 100%; max-width: 620px; margin: 0 auto; }
  .doo-hero__brand { gap: 12px; margin-bottom: 28px; }
  .doo-hero__brand img { width: 38px; height: 38px; }
  .doo-hero__brand span { font-size: 9px; letter-spacing: .27em; }
  .doo-hero .doo-hero__title { font-size: clamp(28px, 8.15vw, 56px); line-height: 1.06; letter-spacing: -.04em; }
  .doo-hero .doo-hero__description { margin-top: 22px; font-size: 17px; line-height: 1.55; max-width: 480px; }
  .doo-hero__desktop-break { display: none; }
  .doo-hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin-top: 26px; }
  .doo-hero a.doo-hero__button { width: 100%; min-height: 56px; padding: 16px; font-size: 15px; gap: 14px; }
  .doo-hero a.doo-hero__secondary { justify-content: center; border: 0; padding: 6px 0; font-size: 14px; }
  .doo-hero__art { position: relative; width: min(100%, 680px); margin: 10px auto 0; aspect-ratio: 1; }
  .doo-hero__art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .doo-hero__art::before { content: ''; position: absolute; inset: 0; background: linear-gradient(#080808 0%, transparent 14%); pointer-events: none; }
  .doo-hero::after { display: none; }
}
@media (prefers-reduced-motion: reduce) { .doo-hero a { transition: none; } }
@media (forced-colors: active) { .doo-hero__title strong { background: none; -webkit-text-fill-color: currentColor; } }
