/* Hoyuela 1955 · R20 prototype layer
   Additive visual system over the verified August baseline. */

:root {
  --r20-ink: #102b40;
  --r20-ink-2: #173b57;
  --r20-blue: #3570a8;
  --r20-sky: #70a9d8;
  --r20-sun: #f5d76e;
  --r20-cream: #f7f4ec;
  --r20-line: rgba(16, 43, 64, .14);
  --r20-shadow: 0 30px 80px rgba(16, 43, 64, .18);
}

.r20 {
  background: var(--r20-cream);
  color: var(--r20-ink);
}

.r20 .skip-link {
  top: 12px;
  transform: translateY(-220%);
  transition: transform .2s;
}
.r20 .skip-link:focus { top: 12px; transform: translateY(0); }

.r20 .site-header {
  height: 88px;
  background: rgba(247, 244, 236, .88);
  border-bottom-color: rgba(16, 43, 64, .1);
  backdrop-filter: blur(24px) saturate(130%);
}

.r20 .site-header.is-scrolled {
  box-shadow: 0 14px 44px rgba(16, 43, 64, .1);
}

.r20 .brand img { height: 64px; }
.r20 .site-nav a { color: var(--r20-ink-2); }
.r20 .site-nav a:hover,
.r20 .site-nav a.is-current { background: rgba(53, 112, 168, .1); }
.r20 .nav-wa { background: var(--r20-ink) !important; }

.r20 .hero {
  position: relative;
  min-height: min(900px, 96vh);
  padding: 142px 0 70px;
  display: grid;
  align-items: center;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 18%, rgba(245, 215, 110, .24), transparent 26%),
    radial-gradient(circle at 92% 82%, rgba(112, 169, 216, .2), transparent 30%),
    var(--r20-cream);
}

.r20 .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.r20 .hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: clamp(44px, 7vw, 108px);
  align-items: center;
}

.r20 .hero-copy { max-width: 660px; }
.r20 .hero-label {
  border: 0;
  padding: 0 0 0 34px;
  color: var(--r20-blue);
  background: transparent;
  letter-spacing: .18em;
  position: relative;
}
.r20 .hero-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background: var(--r20-blue);
}

.r20 .hero h1 {
  max-width: 720px;
  margin-top: 24px;
  color: var(--r20-ink);
  font-size: clamp(3.8rem, 6.1vw, 7.2rem);
  line-height: .89;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.r20 .hero h1 em {
  display: inline-block;
  margin-top: .16em;
  color: var(--r20-blue);
  font-weight: 400;
  letter-spacing: -.04em;
}
.r20 .hero-desc {
  max-width: 610px;
  margin-top: 32px;
  color: #405d73;
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.72;
}
.r20 .hero-actions { margin-top: 34px; }
.r20 .btn {
  min-height: 52px;
  border-radius: 999px;
  padding-inline: 25px;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, color .3s;
}
.r20 .btn:hover { transform: translateY(-3px); }
.r20 .btn-primary {
  background: var(--r20-ink);
  box-shadow: 0 14px 32px rgba(16, 43, 64, .2);
}
.r20 .btn-primary:hover { background: var(--r20-blue); box-shadow: 0 18px 36px rgba(53, 112, 168, .28); }
.r20 .btn-ghost { border-color: rgba(16, 43, 64, .22); background: rgba(255,255,255,.4); }
.r20 .hero-chips { margin-top: 30px; gap: 9px; }
.r20 .chip {
  border-color: rgba(16, 43, 64, .12);
  background: rgba(255, 255, 255, .54);
  color: #405d73;
  backdrop-filter: blur(8px);
}
.r20 .chip-dot { background: var(--r20-sun); }

.r20-hero-visual {
  position: relative;
  min-height: 610px;
  border-radius: 220px 30px 220px 30px;
  overflow: hidden;
  box-shadow: var(--r20-shadow);
  isolation: isolate;
}
.r20-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 38%, rgba(8, 27, 42, .8) 100%);
  pointer-events: none;
}
.r20-hero-visual picture,
.r20-hero-visual img { width: 100%; height: 100%; }
.r20-hero-visual img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  transform: scale(1.03);
}
.r20-hero-stamp {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 30px;
  width: 112px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  color: var(--r20-ink);
  background: var(--r20-sun);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
  transform: rotate(7deg);
}
.r20-hero-stamp span { font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; line-height: 1.2; }
.r20-hero-stamp strong { font-family: 'Playfair Display', serif; font-size: 1.75rem; line-height: 1; }
.r20-hero-card {
  position: absolute;
  z-index: 2;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 24px;
  align-items: end;
  color: white;
}
.r20-hero-card-kicker {
  grid-column: 1 / -1;
  color: var(--r20-sun);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
}
.r20-hero-card strong { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 2vw, 2rem); }
.r20-hero-card > span:not(.r20-hero-card-kicker) { color: rgba(255,255,255,.76); }
.r20-hero-card a {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: center;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  font-size: .88rem;
}

.r20-ticker {
  overflow: hidden;
  padding: 15px 0;
  color: white;
  background: var(--r20-ink);
}
.r20-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 24px;
  animation: r20Ticker 28s linear infinite;
}
.r20-ticker span { font-family: 'Playfair Display', serif; font-size: 1rem; font-style: italic; }
.r20-ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--r20-sun); }
@keyframes r20Ticker { to { transform: translateX(-50%); } }

@media (max-width: 980px) {
  .r20 .hero { padding-top: 126px; }
  .r20 .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .r20 .hero-copy { max-width: 780px; }
  .r20-hero-visual { min-height: 560px; border-radius: 140px 26px 140px 26px; }
}

@media (max-width: 640px) {
  .r20 .site-header { height: 72px; }
  .r20 .brand img { height: 54px; }
  .r20 .hero { min-height: auto; padding: 110px 0 48px; }
  .r20 .hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .r20 .hero-desc { margin-top: 24px; }
  .r20 .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .r20 .hero-actions .btn { padding-inline: 12px; }
  .r20 .hero-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
  .r20 .chip { flex: 0 0 auto; }
  .r20-hero-visual { min-height: 470px; border-radius: 100px 22px 100px 22px; }
  .r20-hero-stamp { top: 20px; right: 18px; width: 92px; }
  .r20-hero-card { left: 20px; right: 20px; bottom: 20px; grid-template-columns: 1fr; }
  .r20-hero-card a { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .r20-ticker-track { animation: none; }
}

/* Shared R20 language across the complete public site */
.r20 .section { padding-block: clamp(88px, 10vw, 150px); }
.r20 .section-title {
  color: var(--r20-ink);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.r20 .section-title em { color: var(--r20-blue); font-weight: 400; }
.r20 .section-desc { color: #506a7e; font-size: 1.05rem; }
.r20 .eyebrow {
  color: var(--r20-blue);
  letter-spacing: .18em;
  font-weight: 500;
}
.r20 .section-cream,
.r20 .section-alt { background: #efebe1; }
.r20 .section-blue {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 12% 18%, rgba(112,169,216,.18), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(245,215,110,.11), transparent 26%),
    var(--r20-ink);
}
.r20 .section-blue .section-title,
.r20 .section-blue h2,
.r20 .section-blue h3 { color: white; }
.r20 .section-blue .section-title em,
.r20 .section-blue .eyebrow { color: var(--r20-sun); }
.r20 .section-blue .section-desc,
.r20 .section-blue p { color: rgba(255,255,255,.72); }

.r20 .concepto-img-main,
.r20 .concepto-img-sm,
.r20 .team-photo,
.r20 .menu-card,
.r20 .featured-recognition,
.r20 .recognition-card,
.r20 .info-block,
.r20 .reservas-panel,
.r20 .detail-card,
.r20 .info-card,
.r20 .plato-card,
.r20 .wine-section {
  border-color: var(--r20-line);
  box-shadow: 0 18px 60px rgba(16,43,64,.08);
}
.r20 .concepto-img-main,
.r20 .team-photo,
.r20 .featured-recognition { border-radius: 70px 20px 70px 20px; overflow: hidden; }
.r20 .menu-card,
.r20 .recognition-card,
.r20 .info-block,
.r20 .reservas-panel,
.r20 .detail-card,
.r20 .info-card,
.r20 .plato-card,
.r20 .wine-section { border-radius: 24px; }
.r20 .menu-card,
.r20 .recognition-card,
.r20 .info-card,
.r20 .plato-card {
  transition: transform .42s cubic-bezier(.2,.8,.2,1), box-shadow .42s, border-color .42s;
}
.r20 .menu-card:hover,
.r20 .recognition-card:hover,
.r20 .info-card:hover,
.r20 .plato-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 68px rgba(16,43,64,.16);
  border-color: rgba(53,112,168,.3);
}
.r20 .menu-card-img,
.r20 .featured-recognition-img,
.r20 .team-photo img,
.r20 .concepto-visual img,
.r20 .plato-card img {
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .8s;
}
.r20 .menu-card:hover .menu-card-img,
.r20 .featured-recognition:hover .featured-recognition-img,
.r20 .team-photo:hover img,
.r20 .concepto-visual:hover img,
.r20 .plato-card:hover img { transform: scale(1.035); }

.r20 .page-hero,
.r20 .legal-header {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 16% 20%, rgba(112,169,216,.22), transparent 30%),
    radial-gradient(circle at 84% 70%, rgba(245,215,110,.14), transparent 26%),
    var(--r20-ink);
}
.r20 .page-hero::after,
.r20 .legal-header::after {
  content: "1955";
  position: absolute;
  right: 3vw;
  bottom: -0.34em;
  color: rgba(255,255,255,.04);
  font-family: 'Playfair Display', serif;
  font-size: clamp(9rem, 25vw, 24rem);
  line-height: 1;
  pointer-events: none;
}
.r20 .page-hero h1,
.r20 .legal-header h1 {
  color: white;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: .94;
  letter-spacing: -.05em;
}
.r20 .page-hero em,
.r20 .page-hero .eyebrow,
.r20 .legal-header .eyebrow { color: var(--r20-sun); }
.r20 .page-hero p,
.r20 .legal-header p { color: rgba(255,255,255,.72); }
.r20 .page-main,
.r20 .legal-main { background: var(--r20-cream); }

.r20 .site-footer { background: #0b2233; }
.r20 .footer-accent-bar { background: linear-gradient(90deg, var(--r20-blue), var(--r20-sun), var(--r20-sky)); }

.r20-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--r20-blue), var(--r20-sun));
  pointer-events: none;
}

.r20-dock {
  position: fixed;
  z-index: 850;
  left: 50%;
  bottom: 22px;
  width: min(calc(100% - 32px), 560px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 9px 9px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: white;
  background: rgba(10,34,51,.92);
  box-shadow: 0 18px 55px rgba(6,23,36,.3);
  backdrop-filter: blur(20px) saturate(140%);
  transform: translate(-50%, 130%);
  opacity: 0;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), opacity .35s;
}
.r20-dock.is-visible { transform: translate(-50%, 0); opacity: 1; }
.r20-dock-copy { display: grid; flex: 1; line-height: 1.15; }
.r20-dock-copy strong { font-family: 'Playfair Display', serif; font-size: 1rem; }
.r20-dock-copy span { margin-top: 4px; color: rgba(255,255,255,.66); font-size: .72rem; }
.r20-dock-menu {
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: white;
  background: transparent;
  font-size: 1.1rem;
}
.r20-dock-reserve {
  min-height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--r20-ink);
  background: var(--r20-sun);
  font-size: .86rem;
  font-weight: 700;
}

.r20-dialog {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .28s, visibility .28s;
}
.r20-dialog.is-open { visibility: visible; opacity: 1; }
.r20-dialog-backdrop { position: absolute; inset: 0; background: rgba(5,22,34,.72); backdrop-filter: blur(10px); }
.r20-dialog-panel {
  position: relative;
  width: min(100%, 780px);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 42px 16px 42px 16px;
  color: var(--r20-ink);
  background: var(--r20-cream);
  box-shadow: 0 40px 110px rgba(0,0,0,.35);
  transform: translateY(24px) scale(.98);
  transition: transform .36s cubic-bezier(.2,.8,.2,1);
}
.r20-dialog.is-open .r20-dialog-panel { transform: none; }
.r20-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--r20-line);
  border-radius: 50%;
  color: var(--r20-ink);
  background: white;
  font-size: 1.35rem;
}
.r20-dialog-kicker { color: var(--r20-blue); text-transform: uppercase; letter-spacing: .17em; font-size: .72rem; }
.r20-dialog h2 { margin: 12px 48px 12px 0; font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: .95; letter-spacing: -.045em; }
.r20-dialog-intro { max-width: 560px; color: #526b7f; }
.r20-dialog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 32px; }
.r20-dialog-link {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid var(--r20-line);
  border-radius: 20px;
  background: rgba(255,255,255,.55);
  transition: transform .3s, background .3s, color .3s;
}
.r20-dialog-link:hover { transform: translateY(-5px); color: white; background: var(--r20-ink); }
.r20-dialog-link span { color: var(--r20-blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.r20-dialog-link:hover span { color: var(--r20-sun); }
.r20-dialog-link strong { font-family: 'Playfair Display', serif; font-size: 1.35rem; line-height: 1.1; }
.r20-dialog-link i { font-style: normal; font-size: 1.5rem; }
.r20-dialog-open { overflow: hidden; }

/* Los enlaces internos aterrizan por debajo de la cabecera fija. */
.r20 section[id],
.r20 main[id] { scroll-margin-top: 104px; }

.r20-transition {
  position: fixed;
  z-index: 3000;
  inset: 0;
  pointer-events: none;
  background: var(--r20-ink);
  transform: translateY(100%);
  transition: transform .42s cubic-bezier(.7,0,.3,1);
}
.r20-transition.is-leaving { transform: translateY(0); }

/* Bespoke private events */
.r20-private { position: relative; padding: clamp(110px,12vw,180px) 0; overflow: hidden; background: #e8e2d6; }
.r20-private::before { content: "PRIVADO"; position: absolute; left: -2vw; bottom: -.22em; color: rgba(16,43,64,.035); font-family: 'Playfair Display',serif; font-size: clamp(8rem,22vw,22rem); line-height: 1; pointer-events: none; }
.r20-private-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(52px,8vw,120px); align-items: center; }
.r20-private-copy h2 { margin: 18px 0 28px; font-family: 'Playfair Display',serif; font-size: clamp(3.4rem,5.8vw,6.3rem); line-height: .88; letter-spacing: -.055em; }
.r20-private-copy h2 em { color: var(--r20-blue); font-weight: 400; }
.r20-private-copy > p { max-width: 570px; color: #4b667a; font-size: 1.03rem; line-height: 1.74; }
.r20-private-copy > p + p { margin-top: 16px; }
.r20-private-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.r20-private-copy small { display: block; max-width: 520px; margin-top: 22px; color: #6e7f8d; font-size: .72rem; line-height: 1.55; }
.r20-private-collage { height: 700px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr 1fr; gap: 12px; transform: rotate(1.5deg); }
.r20-private-collage figure { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 70px 14px 70px 14px; box-shadow: 0 22px 54px rgba(16,43,64,.14); }
.r20-private-collage .r20-private-main { grid-row: 1 / 4; border-radius: 150px 18px 150px 18px; }
.r20-private-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.8,.2,1); }
.r20-private-collage figure:hover img { transform: scale(1.07); }
.r20-private-collage figcaption { position: absolute; inset: auto 14px 14px; padding: 8px 12px; border-radius: 999px; color: white; background: rgba(8,29,45,.72); backdrop-filter: blur(12px); font-size: .68rem; }

/* Experiences · Confluencias / Kawsay */
.r20-tasting { padding-top: 88px; background: var(--r20-cream); }
.r20-tasting-hero {
  position: relative;
  min-height: 780px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 18% 20%, rgba(112,169,216,.18), transparent 28%),
    var(--r20-ink);
}
.r20-tasting-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,29,45,.98) 0 37%, rgba(8,29,45,.64) 58%, rgba(8,29,45,.08));
  pointer-events: none;
}
.r20-tasting-hero-media { position: absolute; inset: 0 0 0 42%; display: grid; grid-template-columns: 1.05fr .72fr; grid-template-rows: 1fr 1fr; gap: 8px; transform: rotate(-2deg) scale(1.04); }
.r20-tasting-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.r20-tasting-hero-media img:first-child { grid-row: 1 / 3; border-radius: 170px 0 0 32px; }
.r20-tasting-hero-copy { position: relative; z-index: 2; }
.r20-tasting-hero-copy .eyebrow { color: var(--r20-sun); }
.r20-tasting-hero h1 { max-width: 800px; margin: 20px 0 28px; font-family: 'Playfair Display',serif; font-size: clamp(4rem,8vw,8rem); line-height: .86; letter-spacing: -.065em; }
.r20-tasting-hero h1 em { color: var(--r20-sun); font-weight: 400; }
.r20-tasting-hero-copy > p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.74); font-size: 1.16rem; line-height: 1.7; }
.r20-tasting-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.r20-tasting-hero .btn-primary { color: var(--r20-ink); background: var(--r20-sun); }
.r20-tasting-hero .btn-ghost { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.r20-tasting-side { position: absolute; z-index: 2; right: 26px; bottom: 32px; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.r20-manifesto { padding: clamp(100px,12vw,180px) 0; background: var(--r20-cream); }
.r20-manifesto-grid { display: grid; grid-template-columns: .35fr 1.15fr .8fr; gap: clamp(32px,5vw,82px); align-items: start; }
.r20-manifesto h2 { font-family: 'Playfair Display',serif; font-size: clamp(3rem,5.5vw,6rem); line-height: .94; letter-spacing: -.05em; }
.r20-manifesto h2 em { color: var(--r20-blue); font-weight: 400; }
.r20-manifesto-copy { padding-top: 8px; color: #49667d; font-size: 1.03rem; line-height: 1.76; }
.r20-manifesto-copy p + p { margin-top: 20px; }
.r20-manifesto-copy strong { color: var(--r20-ink); }

.r20-journeys { padding: 0 0 clamp(110px,12vw,180px); background: var(--r20-cream); }
.r20-journey-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 56px; }
.r20-journey-tabs button { position: relative; padding: 28px 32px; display: grid; gap: 7px; text-align: left; border: 1px solid var(--r20-line); border-radius: 28px 10px 28px 10px; color: #587084; background: rgba(255,255,255,.58); transition: transform .35s,background .35s,color .35s,border-color .35s; }
.r20-journey-tabs button::after { content: "↗"; position: absolute; right: 26px; top: 26px; font-size: 1.4rem; }
.r20-journey-tabs button:hover { transform: translateY(-5px); }
.r20-journey-tabs button[aria-selected="true"] { color: white; border-color: var(--r20-ink); background: var(--r20-ink); box-shadow: 0 24px 55px rgba(16,43,64,.16); }
.r20-journey-tabs span { color: var(--r20-blue); text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; }
.r20-journey-tabs button[aria-selected="true"] span { color: var(--r20-sun); }
.r20-journey-tabs strong { font-family: 'Playfair Display',serif; font-size: clamp(2rem,3vw,3rem); }
.r20-journey-tabs i { font-style: normal; font-size: .86rem; }
.r20-journey-panel { animation: r20PanelIn .55s cubic-bezier(.2,.8,.2,1); }
@keyframes r20PanelIn { from { opacity: 0; transform: translateY(20px); } }
.r20-journey-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.r20-journey-heading h2 { max-width: 760px; font-family: 'Playfair Display',serif; font-size: clamp(3rem,5vw,5.6rem); line-height: .95; letter-spacing: -.05em; }
.r20-journey-heading h2 em { color: var(--r20-blue); font-weight: 400; }
.r20-journey-heading > p { color: #587084; line-height: 1.7; }
.r20-dish-reel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(320px,42%); gap: 18px; overflow-x: auto; padding: 8px max(0px,calc((100vw - min(100% - 48px,var(--container))) / 2)) 28px 0; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.r20-dish-reel::-webkit-scrollbar { display: none; }
.r20-dish-card { position: relative; min-height: 610px; overflow: hidden; scroll-snap-align: start; border-radius: 120px 18px 120px 18px; background: #0d2639; box-shadow: 0 26px 58px rgba(16,43,64,.16); isolation: isolate; }
.r20-dish-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,transparent 44%,rgba(5,22,34,.9)); }
.r20-dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1),filter .9s; }
.r20-dish-card:hover img { transform: scale(1.06); filter: saturate(1.08); }
.r20-dish-card div { position: absolute; z-index: 2; inset: auto 34px 34px; color: white; }
.r20-dish-card span { display: block; margin-bottom: 12px; color: var(--r20-sun); font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; }
.r20-dish-card h3 { max-width: 24ch; font-family: 'Playfair Display',serif; font-size: clamp(1.7rem,2.6vw,2.7rem); line-height: 1.04; }
.r20-reel-controls { display: flex; align-items: center; gap: 14px; margin-top: 6px; }
.r20-reel-controls p { flex: 1; color: #6a8091; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.r20-reel-controls button { width: 52px; height: 52px; border: 1px solid var(--r20-line); border-radius: 50%; color: var(--r20-ink); background: rgba(255,255,255,.6); font-size: 1.25rem; transition: color .3s,background .3s,transform .3s; }
.r20-reel-controls button:hover { color: white; background: var(--r20-ink); transform: scale(1.06); }

.r20-season-note { padding: clamp(100px,12vw,180px) 0; color: white; background: var(--r20-ink); }
.r20-season-note-inner { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(50px,8vw,120px); align-items: center; }
.r20-season-note img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 160px 24px 160px 24px; box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.r20-season-note .eyebrow { color: var(--r20-sun); }
.r20-season-note h2 { margin: 18px 0 28px; font-family: 'Playfair Display',serif; font-size: clamp(3.3rem,6vw,6.5rem); line-height: .9; letter-spacing: -.055em; }
.r20-season-note h2 em { color: var(--r20-sun); font-weight: 400; }
.r20-season-note p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.72); font-size: 1.06rem; line-height: 1.75; }
.r20-season-note .btn-primary { color: var(--r20-ink); background: var(--r20-sun); }
.r20-season-note .btn-ghost { color: white; border-color: rgba(255,255,255,.28); background: transparent; }

@media (max-width: 760px) {
  .r20 section[id],
  .r20 main[id] { scroll-margin-top: 82px; }
  .r20 .section { padding-block: 76px; }
  .r20 .section-title { font-size: clamp(2.45rem, 11vw, 4rem); }
  .r20 .concepto-img-main,
  .r20 .team-photo,
  .r20 .featured-recognition { border-radius: 42px 14px 42px 14px; }
  .r20-dialog-grid { grid-template-columns: 1fr; }
  .r20-dialog-link { min-height: 112px; }
  .r20-dock { bottom: 12px; }
  .r20-private-grid { grid-template-columns: 1fr; }
  .r20-private-copy h2 { font-size: clamp(3.2rem,15vw,4.8rem); }
  .r20-private-collage { height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.4fr .8fr .8fr; transform: none; }
  .r20-private-collage .r20-private-main { grid-column: 1 / 3; grid-row: 1; border-radius: 90px 16px 90px 16px; }
  .r20-private-collage figure:last-child { grid-column: 1 / 3; }
  .r20-private-collage figure { border-radius: 46px 12px 46px 12px; }
  .r20-tasting { padding-top: 72px; }
  .r20-tasting-hero { min-height: 760px; align-items: end; padding-bottom: 70px; }
  .r20-tasting-hero::after { background: linear-gradient(0deg,rgba(8,29,45,.98) 0 48%,rgba(8,29,45,.35) 82%); }
  .r20-tasting-hero-media { inset: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 48% 1fr; transform: none; }
  .r20-tasting-hero-media img:first-child { grid-column: 1 / 3; grid-row: 1; border-radius: 0 0 90px 18px; }
  .r20-tasting-hero h1 { font-size: clamp(3.7rem,18vw,5.2rem); }
  .r20-tasting-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .r20-tasting-side { display: none; }
  .r20-manifesto-grid { grid-template-columns: 1fr; gap: 24px; }
  .r20-manifesto h2 { font-size: clamp(3rem,14vw,4.7rem); }
  .r20-journey-tabs { grid-template-columns: 1fr; }
  .r20-journey-heading { grid-template-columns: 1fr; gap: 20px; }
  .r20-dish-reel { grid-auto-columns: 86%; padding-right: 18px; }
  .r20-dish-card { min-height: 520px; border-radius: 78px 16px 78px 16px; }
  .r20-dish-card div { inset: auto 24px 28px; }
  .r20-reel-controls p { font-size: .65rem; }
  .r20-season-note-inner { grid-template-columns: 1fr; }
  .r20-season-note img { aspect-ratio: 4/3; border-radius: 90px 18px 90px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .r20 *, .r20 *::before, .r20 *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
