:root {
  --bg: #f5f1e8;
  --paper: #fffdf8;
  --ink: #181410;
  --muted: #62584b;
  --line: #d5cfc3;
  --bronze: #c96b3b;
  --deep: #342920;
  --sage: #dde4dd;
  --stone: #ede7dc;
  --sans: "Public Sans", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  background:
    radial-gradient(circle at 15% 10%, rgba(201,107,59,.12), transparent 22%),
    radial-gradient(circle at 85% 18%, rgba(68,86,72,.09), transparent 20%),
    linear-gradient(180deg, #f3eee5 0%, #f8f4ed 42%, #f3efe8 100%);
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.ef-skip {
  position: absolute;
  left: -9999px;
}

.ef-skip:focus {
  left: 16px;
  top: 16px;
  background: #fff;
  padding: 10px 12px;
  z-index: 99;
}

.ef-wrap {
  width: min(1080px, calc(100% - 30px));
  margin: 0 auto;
}

.ef-header {
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(24,20,16,.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.ef-header .ef-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
}

.ef-logo img {
  width: 278px;
  max-width: 100%;
}

.ef-nav {
  display: flex;
  gap: 12px 18px;
  flex-wrap: wrap;
  align-items: center;
}

.ef-nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .84rem;
}

.ef-cinema {
  position: relative;
  min-height: 55vh;
  background: #111;
  overflow: hidden;
}

.ef-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s ease;
  background-size: cover;
  background-position: center;
}

.ef-slide.is-active { opacity: 1; }

.ef-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,10,10,.14) 0%, rgba(10,10,10,.24) 55%, rgba(10,10,10,.48) 100%);
}

.ef-cinema-bar {
  position: relative;
  z-index: 2;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
}

.ef-caption {
  max-width: 330px;
  padding: 11px 12px;
  background: rgba(255,249,241,.9);
  color: #2b241d;
  font-size: .94rem;
}

.ef-cinema-tools {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ef-dot,
.ef-arrow {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.ef-dots {
  display: flex;
  gap: 8px;
}

.ef-dot {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,.38);
}

.ef-dot.is-active { background: #fff; }

.ef-arrow {
  padding: 10px 13px;
  color: #fff;
  background: rgba(255,255,255,.14);
}

.ef-opening {
  padding: 34px 0 22px;
}

.ef-mark {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 0;
  border-bottom: 2px solid var(--bronze);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .82rem;
  color: #7b634d;
}

.ef-opening h1,
.ef-section h2,
.ef-subhead h1,
.ef-article h1,
.ef-article h2 {
  font-family: var(--serif);
  letter-spacing: -.02em;
  line-height: .95;
}

.ef-opening h1 {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  max-width: none;
}

.ef-opening p {
  margin: 0;
  max-width: 72ch;
  color: #3f372f;
  font-size: 1.05rem;
}

.ef-main {
  padding: 8px 0 42px;
}

.ef-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 280px;
  gap: 22px;
  align-items: start;
  background: linear-gradient(180deg, #fffdfa 0%, #faf5ec 100%);
  border: 1px solid var(--line);
  padding: 22px;
  box-shadow: 0 18px 34px rgba(31,23,14,.05);
}

.ef-feature h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.ef-brandrow {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.ef-brandrow img {
  width: 160px;
  height: 40px;
  object-fit: contain;
}

.ef-brandrow strong {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #7b634d;
}

.ef-feature-aside {
  padding: 18px;
  background: #f0e8da;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.ef-score {
  font-family: var(--serif);
  font-size: 2.1rem;
  line-height: 1;
}

.ef-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 12px 16px;
  background: var(--bronze);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.ef-bonus {
  margin-top: 16px;
  padding: 12px 14px;
  background: #f3ecdf;
  border-left: 4px solid var(--bronze);
}

.ef-ribbonlist {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.ef-ribbon {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 156px;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.ef-ribbon:first-child { border-top: 1px solid var(--line); }

.ef-rank {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--bronze);
}

.ef-ribbon-main img {
  width: 145px;
  height: 34px;
  object-fit: contain;
  margin-bottom: 10px;
}

.ef-ribbon-main h3 {
  margin: 0 0 6px;
  font-family: var(--serif);
  font-size: 1.9rem;
}

.ef-ribbon-side {
  text-align: right;
}

.ef-ribbon-side strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.ef-ribbon-side a {
  display: inline-block;
  margin-top: 10px;
  color: var(--deep);
}

.ef-mosaic {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
}

.ef-section {
  padding: 18px 0 4px;
}

.ef-paper {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 18px;
}

.ef-section h2 {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.ef-list,
.ef-article ul {
  padding-left: 18px;
}

.ef-quote {
  margin-top: 18px;
  padding: 18px 20px;
  background: #1e1a16;
  color: rgba(255,255,255,.9);
  font-family: var(--serif);
  font-size: 1.4rem;
  line-height: 1.05;
  max-width: 24ch;
}

.ef-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.ef-strip-note {
  padding: 18px 20px;
  background: var(--sage);
  border-top-left-radius: 34px;
}

.ef-strip-legal {
  padding: 16px 18px;
  border-top: 2px solid var(--bronze);
  background: transparent;
}

.ef-photo-band {
  position: relative;
  min-height: 290px;
  margin-top: 24px;
  background-image: url('casino-fondo-2.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.ef-photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,14,11,.78) 0%, rgba(17,14,11,.26) 58%, rgba(17,14,11,.08) 100%);
}

.ef-band-copy {
  position: relative;
  z-index: 1;
  width: min(500px, 100%);
  padding: 26px;
  color: rgba(255,255,255,.92);
}

.ef-band-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.ef-help {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ef-help strong {
  font-family: var(--serif);
  font-size: 2rem;
}

.ef-help-links {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
}

.ef-help-links a { color: var(--bronze); }

.ef-rgline {
  margin-top: 24px;
  padding: 16px 0;
  border-top: 1px dashed #b8ab94;
  color: #4d4338;
}

.ef-footer {
  margin-top: 34px;
  padding: 24px 0 34px;
  background: #181410;
  color: rgba(255,255,255,.9);
}

.ef-footer .ef-wrap {
  display: block;
}

.ef-footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.ef-footer-nav {
  display: flex;
  gap: 10px 16px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ef-footer a { color: rgba(255,255,255,.92); }

.ef-submain {
  padding: 20px 0 42px;
}

.ef-subhead {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 20px;
}

.ef-subhead img {
  width: 278px;
  max-width: 100%;
}

.ef-subhead h1 {
  margin: 16px 0 10px;
  font-size: clamp(2.3rem, 5vw, 4rem);
}

.ef-label {
  display: inline-block;
  margin-right: 10px;
  margin-top: 12px;
  padding: 5px 10px;
  background: #efe6da;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ef-article {
  margin-top: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 20px;
}

.ef-article h2 {
  margin: 22px 0 10px;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.ef-article-note {
  margin-top: 16px;
  padding: 14px 16px;
  background: #f1ece1;
  border-left: 3px solid var(--bronze);
}

@media (max-width: 920px) {
  .ef-header .ef-wrap,
  .ef-cinema-bar,
  .ef-feature,
  .ef-mosaic,
  .ef-strip,
  .ef-footer-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ef-ribbon {
    grid-template-columns: 1fr;
  }

  .ef-ribbon-side {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .ef-cinema,
  .ef-cinema-bar { min-height: 340px; }
  .ef-opening h1 { font-size: clamp(2.5rem, 13vw, 4rem); }
}
