@font-face {
  font-family: "Fraunces Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("fonts/fraunces-latin-wght-normal.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  --cream: #f5eee3;
  --cream-deep: #e8dac7;
  --paper: #fffaf3;
  --pink: #cc9699;
  --pink-soft: #e1b9b6;
  --wine: #61383e;
  --wine-dark: #3c2529;
  --green: #243a32;
  --ink: #211c19;
  --muted: #6f635d;
  --white: #fffdf9;
  --line: rgba(33, 28, 25, 0.18);
  --shadow: 0 28px 80px rgba(41, 26, 20, 0.16);
  --display: "Fraunces Variable", Georgia, "Times New Roman", serif;
  --sans: "Manrope Variable", Arial, Helvetica, sans-serif;
  --shell: min(1220px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body,
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
summary {
  touch-action: manipulation;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

address {
  font-style: normal;
}

svg {
  display: block;
}

::selection {
  background: var(--pink);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--paper);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--wine-dark);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.page-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  height: 3px;
  overflow: hidden;
  background: rgba(97, 56, 62, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.page-progress__bar {
  --page-progress: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(var(--page-progress));
  transform-origin: left center;
  background: var(--pink);
  will-change: transform;
}

body:not(.entrada-activa) .page-progress {
  opacity: 1;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: var(--shell);
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: var(--white);
  isolation: isolate;
  transition:
    color 220ms ease,
    border-color 220ms ease,
    min-height 220ms ease;
}

.site-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: transparent;
  content: "";
  transition:
    background 220ms ease,
    box-shadow 220ms ease;
}

.site-header--solid {
  min-height: 74px;
  border-bottom-color: rgba(97, 56, 62, 0.18);
  color: var(--wine-dark);
}

.site-header--solid::before {
  background: rgba(245, 238, 227, 0.94);
  box-shadow: 0 10px 34px rgba(41, 26, 20, 0.1);
  backdrop-filter: blur(14px);
}

.site-header--solid .brand-light {
  color: var(--wine-dark);
}

.site-header--solid .brand-light .brand-symbol {
  filter: none;
}

.site-header--solid .header-cta {
  border-color: var(--wine);
  background: var(--wine);
  color: var(--white);
}

.site-header--solid .mobile-nav summary {
  border-color: rgba(97, 56, 62, 0.44);
}

.brand {
  display: grid;
  width: max-content;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  color: var(--ink);
  line-height: 1;
}

.brand-light {
  color: var(--white);
}

.brand-symbol {
  grid-row: 1 / 3;
  width: 42px;
  height: 46px;
  background: url("assets/marca-arredondo-transparente.png") center 44% / 155% auto no-repeat;
}

.brand-light .brand-symbol {
  filter: brightness(0) invert(1);
}

.brand-name {
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-place {
  margin-top: 6px;
  font-size: 0.51rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.desktop-nav > a:not(.header-cta) {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.desktop-nav > a:not(.header-cta)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav > a:not(.header-cta):hover::after,
.desktop-nav > a[aria-current="location"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-link svg,
.instagram-cta svg:first-child {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.social-link .icon-fill,
.instagram-cta .icon-fill {
  fill: currentColor;
  stroke: none;
}

.header-cta {
  display: inline-flex;
  min-height: 44px;
  padding: 11px 20px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.header-cta:hover {
  background: var(--white);
  color: var(--ink);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: center;
  background: var(--wine-dark);
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  scale: 1.035;
  transform: translate3d(0, var(--hero-shift, 0px), 0);
  will-change: transform;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(23, 14, 13, 0.78) 0%, rgba(23, 14, 13, 0.36) 50%, rgba(23, 14, 13, 0.16) 100%),
    linear-gradient(0deg, rgba(23, 14, 13, 0.55) 0%, transparent 46%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: 110px auto 70px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--wine);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 253, 249, 0.82);
}

.eyebrow-pink {
  color: var(--pink-soft);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.8rem, 10.5vw, 9.8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.73;
}

.hero h1 em {
  display: block;
  margin-left: 0.48em;
  color: var(--pink-soft);
  font-weight: 400;
}

.hero-copy {
  max-width: 540px;
  margin: 44px 0 0;
  color: rgba(255, 253, 249, 0.88);
  font-family: var(--display);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.52;
}

.hero-actions,
.menu-primary-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg,
.text-link svg,
.order-links svg,
.instagram-cta > svg:last-child {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 180ms ease;
}

.button:hover svg,
.text-link:hover svg,
.order-links a:hover svg,
.instagram-cta:hover > svg:last-child {
  transform: translateX(4px);
}

.button-pink {
  background: var(--pink);
  color: var(--ink);
}

.button-pink:hover {
  background: #dba9aa;
}

.button-ghost,
.button-outline-light {
  border-color: rgba(255, 255, 255, 0.58);
  color: var(--white);
}

.button-ghost:hover,
.button-outline-light:hover {
  background: var(--white);
  color: var(--ink);
}

.button-cream {
  background: var(--cream);
  color: var(--wine-dark);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.hero-address {
  position: absolute;
  right: max(24px, calc((100vw - min(1220px, calc(100vw - 48px))) / 2));
  bottom: 48px;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-cue span {
  display: block;
  width: 1px;
  height: 28px;
  background: currentColor;
}

.intro {
  position: relative;
  padding-block: clamp(100px, 12vw, 178px);
}

.intro-mark {
  position: absolute;
  top: 52px;
  right: -80px;
  width: 270px;
  opacity: 0.11;
  transform: rotate(6deg);
}


.intro-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.intro-column {
  display: grid;
  gap: 24px;
}

.intro h2 {
  font-size: clamp(2.9rem, 4.8vw, 4.9rem);
  max-width: 8.8ch;
}

.intro-visual {
  margin: 6px 0 0;
  overflow: hidden;
  background: var(--cream-deep);
  min-height: 320px;
}

.intro-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

.intro-copy {
  padding-top: 22px;
}

.intro h2,
.house-story__content h2,
.rhythm h2,
.menu-content h2,
.gallery-heading h2,
.locations-heading h2,
.visit-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 6.3vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.intro h2 {
  font-size: clamp(2.9rem, 4.8vw, 4.9rem);
  max-width: 8.8ch;
}

.house-story {
  position: relative;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  overflow: hidden;
  background: var(--green);
  color: var(--white);
}

.house-story__photo {
  min-height: 760px;
  overflow: hidden;
}

.house-story__photo img,
.house-story__detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.house-story__photo img {
  object-position: center 58%;
}

.house-story__content {
  display: flex;
  padding: clamp(70px, 9vw, 142px);
  padding-right: max(42px, calc((100vw - 1220px) / 2));
  flex-direction: column;
  justify-content: center;
}

.house-story__content h2 {
  font-size: clamp(3.2rem, 5.5vw, 5.8rem);
}

.house-story__content h2 em {
  color: var(--pink-soft);
}

.house-story__content > p:not(.eyebrow) {
  max-width: 590px;
  margin: 32px 0 0;
  color: rgba(255, 253, 249, 0.76);
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.house-story__content .text-link {
  margin-top: 38px;
}

.text-link-light {
  width: max-content;
  color: var(--pink-soft);
}

.house-story__detail {
  position: absolute;
  right: 4vw;
  bottom: 0;
  width: min(28vw, 390px);
  height: 178px;
  overflow: hidden;
  border: 12px solid var(--green);
  transform: translateY(35%);
  opacity: 0.78;
}

h2 em {
  color: var(--wine);
  font-weight: 400;
}

.intro-copy {
  padding-top: 50px;
}

.intro-copy p {
  margin: 0 0 22px;
  color: #4e443f;
  font-family: var(--display);
  font-size: 1.22rem;
  line-height: 1.65;
}

.intro-copy .intro-lead {
  margin-bottom: 30px;
  color: var(--wine-dark);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 500;
  line-height: 1.25;
}

.signature-strip {
  position: relative;
  display: grid;
  min-height: 290px;
  grid-template-columns: minmax(70px, 0.3fr) minmax(280px, 880px) auto;
  gap: clamp(26px, 5vw, 84px);
  padding: 64px max(24px, calc((100vw - 1220px) / 2));
  overflow: hidden;
  align-items: center;
  background: var(--pink);
  color: var(--wine-dark);
}

.signature-strip::after {
  position: absolute;
  top: 50%;
  right: -90px;
  width: 300px;
  height: 300px;
  transform: translateY(-50%);
  border: 1px solid rgba(60, 37, 41, 0.22);
  border-radius: 50%;
  content: "";
}

.signature-strip__mark {
  width: clamp(90px, 10vw, 150px);
  height: auto;
  transform: scale(3);
}

.signature-strip p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.2vw, 3.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.signature-strip em {
  color: var(--cream);
  font-weight: 500;
}

.signature-strip__number {
  position: relative;
  z-index: 1;
  font-family: var(--display);
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  letter-spacing: -0.04em;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 8px 0 7px;
  border-bottom: 1px solid currentColor;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rhythm {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 86px);
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(110px, 13vw, 190px);
  align-items: center;
}

.image-frame {
  overflow: hidden;
  background: var(--cream-deep);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.image-frame picture,
.menu-photo picture,
.gallery-grid picture {
  display: block;
  width: 100%;
  height: 100%;
}

.image-frame:hover img {
  scale: 1.025;
}

.image-frame-tall {
  height: min(740px, 72vw);
}

.image-frame-wide {
  grid-column: 2;
  width: 72%;
  height: 230px;
  margin-top: -96px;
  margin-left: auto;
  border: 14px solid var(--cream);
}

.image-frame-wide img {
  object-position: center 36%;
}

.rhythm-content {
  padding-bottom: 74px;
}

.rhythm h2 {
  max-width: 680px;
  font-size: clamp(3rem, 5.2vw, 5.3rem);
}

.moments {
  margin-top: 62px;
  border-top: 1px solid var(--line);
}

.moments article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.moments span {
  color: var(--wine);
  font-family: var(--display);
  font-size: 0.85rem;
}

.moments h3 {
  margin: 0 0 5px;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
}

.moments p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.menu-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  background: var(--wine-dark);
  color: var(--white);
}

.menu-photo {
  min-height: 720px;
  overflow: hidden;
}

.menu-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
}

.menu-mascot {
  position: absolute;
  top: 360px;
  left: 46%;
  z-index: 3;
  display: grid;
  width: clamp(170px, 15vw, 230px);
  aspect-ratio: 700 / 868;
  padding: 14px;
  place-items: center;
  transform: translate(-50%, -50%) rotate(-2deg);
  border: 1px solid rgba(230, 227, 198, 0.48);
  border-radius: 50%;
  background: var(--wine-dark);
  box-shadow:
    0 24px 54px rgba(16, 8, 9, 0.38),
    0 0 0 9px rgba(45, 27, 31, 0.72);
  pointer-events: none;
}

.menu-mascot img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-mascot::after {
  position: absolute;
  inset: -18px;
  border: 1px solid rgba(204, 150, 153, 0.34);
  border-radius: 50%;
  content: "";
}

.menu-content {
  display: flex;
  padding: clamp(70px, 8vw, 130px);
  padding-left: clamp(130px, 10vw, 170px);
  flex-direction: column;
  justify-content: center;
}

#carta {
  scroll-margin-top: 78px;
}

.menu-content h2 {
  font-size: clamp(3.2rem, 5.4vw, 5.9rem);
}

.menu-content h2 em {
  color: var(--pink-soft);
}

.menu-content > p:not(.eyebrow) {
  max-width: 580px;
  margin: 34px 0 0;
  color: rgba(255, 253, 249, 0.72);
  font-family: var(--display);
  font-size: 1.18rem;
}

.order-panel {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(250px, 0.62fr) 1.38fr;
  gap: 32px;
  padding: 54px max(24px, calc((100vw - 1220px) / 2));
  background: var(--green);
}

.order-panel-title h3 {
  max-width: 420px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
}

.order-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.order-links a {
  position: relative;
  display: grid;
  min-height: 118px;
  padding: 22px 56px 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  align-content: center;
  transition: background 180ms ease;
}

.order-links a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.order-links .order-link-featured {
  background: var(--pink);
  color: var(--wine-dark);
}

.order-links .order-link-featured:hover {
  background: #dba9aa;
}

.order-links .order-link-featured span {
  color: rgba(60, 37, 41, 0.68);
}

.order-links span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.order-links strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 400;
}

.order-links svg {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.order-links a:hover svg {
  transform: translate(4px, -50%);
}

.gallery {
  padding-block: clamp(110px, 13vw, 190px);
}

.gallery-heading {
  display: flex;
  margin-bottom: 62px;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
}

.gallery-heading h2 {
  max-width: 800px;
  font-size: clamp(3rem, 5.6vw, 5.7rem);
}

.instagram-cta {
  display: grid;
  min-width: 248px;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  align-items: center;
  color: var(--wine);
}

.instagram-cta span {
  display: grid;
  color: var(--muted);
  font-size: 0.7rem;
}

.instagram-cta strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.78fr 0.72fr;
  grid-template-rows: 310px 280px;
  gap: 16px;
}

.gallery-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.gallery-grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.58);
  text-transform: uppercase;
}

.gallery-grid figure::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(24, 13, 14, 0.48));
  content: "";
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 700ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.gallery-a img {
  object-position: center 42%;
}

.gallery-b img {
  object-position: center 48%;
}

.gallery-c img {
  object-position: center 42%;
}
.gallery-grid figure:hover img {
  scale: 1.025;
}

.gallery-a {
  grid-row: 1 / 3;
}

.gallery-b {
  grid-row: 1;
}

.gallery-c {
  grid-row: 1 / 3;
}

.gallery-quote {
  display: flex;
  margin: 0;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  background: var(--pink);
}

.gallery-quote span {
  font-family: var(--display);
  font-size: 4rem;
  line-height: 0.7;
}

.gallery-quote p {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  line-height: 1.05;
}

.press-strip {
  display: grid;
  min-height: 260px;
  grid-template-columns: minmax(0, 1.3fr) minmax(250px, 0.7fr);
  gap: 48px;
  padding: 58px max(24px, calc((100vw - 1220px) / 2));
  align-items: center;
  background: var(--wine);
  color: var(--white);
}

.press-strip__copy > p:not(.eyebrow) {
  max-width: 850px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 3.15rem);
  line-height: 1.12;
}

.press-strip__link {
  display: flex;
  min-height: 76px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.press-strip__link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform 180ms ease;
}

.press-strip__link:hover svg {
  transform: translateX(5px);
}

.locations {
  position: relative;
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(110px, 13vw, 190px);
}

.locations::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc((100vw - 100%) / -2);
  bottom: 0;
  left: calc((100vw - 100%) / -2);
  background: #ecd2d0;
  content: "";
}

.locations-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  margin-bottom: 54px;
  align-items: end;
}

.locations-heading .eyebrow {
  margin-bottom: 10px;
}

.locations-heading h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.location-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.65fr;
  gap: 18px;
}

.location-card {
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.38);
}

.location-main {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.location-photo {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-photo span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location-info {
  position: relative;
  padding: clamp(34px, 5vw, 66px);
}

.location-number {
  margin: 0 0 54px;
  color: var(--wine);
  font-family: var(--display);
  font-size: 0.85rem;
}

.location-kicker {
  margin: 0 0 8px;
  color: var(--wine-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-info h3 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.location-info address {
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.12rem;
}

.location-info dl {
  margin: 42px 0;
}

.location-info dl div {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.location-info dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location-info dd {
  margin: 0;
  font-size: 0.9rem;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.location-secondary {
  display: flex;
  background: var(--pink);
  align-items: stretch;
}

.location-secondary .location-info {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.location-note {
  max-width: 280px;
  margin: 38px 0;
  color: #51403c;
  font-family: var(--display);
  font-size: 1.05rem;
}

.location-delivery-only {
  width: max-content;
  max-width: 100%;
  margin: 8px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(60, 37, 41, 0.34);
  border-radius: 999px;
  color: var(--wine-dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.location-secondary .button {
  width: 100%;
  margin-top: auto;
}

.visit {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  place-items: center;
  background: var(--wine-dark);
  color: var(--white);
}

.visit-photo {
  position: absolute;
  inset: 0;
  opacity: 0.26;
}

.visit-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 19, 21, 0.92), rgba(34, 19, 21, 0.48));
  content: "";
}

.visit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visit-copy {
  position: relative;
  z-index: 2;
  width: var(--shell);
}

.visit-copy h2 {
  max-width: 850px;
}

.visit-copy > p:not(.eyebrow) {
  margin: 34px 0 0;
  color: rgba(255, 253, 249, 0.76);
  font-family: var(--display);
  font-size: 1.3rem;
}

a[href^="tel:"] {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.site-footer {
  padding: 78px max(24px, calc((100vw - 1220px) / 2)) 34px;
  background: var(--cream);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer-links {
  display: grid;
  min-width: min(650px, 65vw);
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: clamp(34px, 5vw, 70px);
}

.footer-links div {
  display: grid;
  gap: 7px;
  align-content: start;
}

.footer-links p {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-links a {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.08rem;
}

.footer-links a:hover {
  color: var(--wine);
}

.footer-signature {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 12px;
  color: var(--wine-dark);
}

.footer-signature img {
  width: 86px;
  height: 106px;
  padding: 9px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--wine-dark);
  box-shadow: 0 0 0 6px rgba(97, 56, 62, 0.08);
}

.footer-signature span {
  font-family: var(--display);
  font-size: 1rem;
  font-style: italic;
}

.motion-ready .reveal-section .reveal-copy,
.motion-ready .reveal-section .reveal-media,
.motion-ready .reveal-section .gallery-heading,
.motion-ready .reveal-section .gallery-grid > *,
.motion-ready .reveal-section .locations-heading,
.motion-ready .reveal-section .location-card,
.motion-ready .reveal-section .visit-copy,
.motion-ready .reveal-section .press-strip__copy,
.motion-ready .reveal-section .press-strip__link {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms cubic-bezier(0.2, 0.65, 0.3, 1),
    transform 760ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.motion-ready .reveal-section.is-visible .reveal-copy,
.motion-ready .reveal-section.is-visible .reveal-media,
.motion-ready .reveal-section.is-visible .gallery-heading,
.motion-ready .reveal-section.is-visible .gallery-grid > *,
.motion-ready .reveal-section.is-visible .locations-heading,
.motion-ready .reveal-section.is-visible .location-card,
.motion-ready .reveal-section.is-visible .visit-copy,
.motion-ready .reveal-section.is-visible .press-strip__copy,
.motion-ready .reveal-section.is-visible .press-strip__link {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready .reveal-section.is-visible .reveal-media,
.motion-ready .reveal-section.is-visible .gallery-grid > :nth-child(2),
.motion-ready .reveal-section.is-visible .location-card:nth-child(2) {
  transition-delay: 120ms;
}

.motion-ready .reveal-section.is-visible .gallery-grid > :nth-child(3) {
  transition-delay: 220ms;
}

.motion-ready .reveal-section.is-visible .gallery-grid > :nth-child(4) {
  transition-delay: 320ms;
}

.footer-bottom {
  display: flex;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  justify-content: space-between;
  gap: 30px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
}

.whatsapp-float summary {
  display: grid;
  width: 58px;
  height: 58px;
  cursor: pointer;
  list-style: none;
  border-radius: 50%;
  background: #1f9d5b;
  box-shadow: 0 12px 35px rgba(22, 71, 46, 0.32);
  color: var(--white);
  place-items: center;
  transition: transform 180ms ease;
}

.whatsapp-float summary::-webkit-details-marker {
  display: none;
}

.whatsapp-float summary:hover {
  transform: translateY(-3px);
}

.whatsapp-float summary svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 270px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: var(--green);
  box-shadow: var(--shadow);
  color: var(--white);
}

.whatsapp-panel > p {
  margin: 4px 8px 10px;
  font-family: var(--display);
  font-size: 1.1rem;
}

.whatsapp-panel a {
  display: grid;
  padding: 12px 14px;
  border-radius: 11px;
}

.whatsapp-panel a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.whatsapp-panel span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-panel strong {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
}

.mobile-action-bar {
  display: none;
}

.not-found {
  display: grid;
  min-height: 100svh;
  padding: 40px 24px;
  text-align: center;
  place-items: center;
}

.not-found > div {
  max-width: 680px;
}

.not-found__marks {
  position: relative;
  width: 210px;
  height: 180px;
  margin: 0 auto 28px;
}

.not-found__logo {
  position: absolute;
  top: -18px;
  left: -34px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.not-found__dog {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 108px;
  height: 134px;
  padding: 10px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--wine-dark);
}

.not-found h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.not-found p {
  margin: 24px 0 34px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.2rem;
}

.menu-page {
  min-height: 100vh;
  background: var(--paper);
}

.menu-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  overflow: hidden;
  align-items: end;
  background: var(--wine-dark);
  color: var(--white);
}

.menu-hero__media,
.menu-hero__shade {
  position: absolute;
  inset: 0;
}

.menu-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.menu-hero__shade {
  background:
    linear-gradient(90deg, rgba(27, 15, 16, 0.86), rgba(27, 15, 16, 0.25)),
    linear-gradient(0deg, rgba(27, 15, 16, 0.64), transparent 58%);
}

.menu-hero__content {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin: 0 auto;
  padding: 160px 0 86px;
}

.menu-hero h1 {
  max-width: 900px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4.4rem, 8.6vw, 8.6rem);
  font-weight: 430;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.menu-hero h1 em {
  display: block;
  margin-left: 0.36em;
  color: var(--pink-soft);
  font-weight: 430;
}

.menu-hero__content > p:not(.eyebrow) {
  max-width: 560px;
  margin: 38px 0 0;
  color: rgba(255, 253, 249, 0.82);
  font-family: var(--display);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
}

.menu-category-nav {
  position: sticky;
  top: 74px;
  z-index: 14;
  display: flex;
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid rgba(97, 56, 62, 0.18);
  background: rgba(245, 238, 227, 0.96);
  box-shadow: 0 9px 26px rgba(41, 26, 20, 0.08);
  scrollbar-width: thin;
  backdrop-filter: blur(14px);
}

.menu-category-nav a {
  display: grid;
  min-width: max-content;
  min-height: 58px;
  padding: 12px clamp(18px, 2.2vw, 34px);
  border-right: 1px solid rgba(97, 56, 62, 0.14);
  color: var(--wine-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  place-items: center;
}

.menu-category-nav a:hover {
  background: var(--pink-soft);
}

.menu-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 9vw;
  padding-top: clamp(92px, 11vw, 154px);
  padding-bottom: clamp(82px, 9vw, 126px);
}

.menu-intro h2,
.web-menu-section__heading h2,
.menu-order-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.8vw, 5.9rem);
  font-weight: 430;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.menu-intro h2 em {
  color: var(--wine);
  font-weight: 430;
}

.menu-intro__note {
  align-self: end;
}

.menu-intro__note > p {
  margin: 0 0 32px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.65;
}

.menu-sections {
  border-top: 1px solid var(--line);
}

.web-menu-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(46px, 7vw, 108px);
  padding-block: clamp(80px, 9vw, 132px);
  border-bottom: 1px solid var(--line);
}

.web-menu-section__heading {
  position: relative;
  align-self: start;
}

.web-menu-section__number {
  display: block;
  margin-bottom: 60px;
  color: var(--wine);
  font-family: var(--display);
  font-size: 0.92rem;
}

.web-menu-section__heading h2 {
  font-size: clamp(3rem, 4.6vw, 4.9rem);
}

.web-menu-section__heading > div > p:not(.eyebrow) {
  max-width: 410px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 1.04rem;
  line-height: 1.6;
}

.web-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  border-top: 1px solid var(--line);
}

.web-menu-item {
  min-width: 0;
  padding: 24px 0 26px;
  border-bottom: 1px solid var(--line);
}

.web-menu-item__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.web-menu-item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.32rem, 1.8vw, 1.62rem);
  font-weight: 540;
  line-height: 1.18;
}

.web-menu-item__line > p {
  margin: 0;
  color: var(--wine);
  font-family: var(--display);
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.web-menu-item > p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.web-menu-item small {
  display: inline-block;
  margin-top: 11px;
  color: var(--wine);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.menu-editorial-photo {
  position: relative;
  height: 480px;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.menu-editorial-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(27, 15, 16, 0.58), transparent 48%);
  content: "";
}

.menu-editorial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
}

.menu-editorial-photo figcaption {
  position: absolute;
  right: 32px;
  bottom: 26px;
  left: 32px;
  z-index: 2;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
}

.menu-order-cta {
  display: grid;
  min-height: 470px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
  gap: 70px;
  padding: 88px max(24px, calc((100vw - 1220px) / 2));
  align-items: center;
  background: var(--green);
  color: var(--white);
}

.menu-order-cta h2 {
  font-size: clamp(3.7rem, 7vw, 7.1rem);
}

.menu-order-cta > div > p:not(.eyebrow) {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(255, 253, 249, 0.7);
  font-family: var(--display);
  font-size: 1.18rem;
}

.menu-order-cta__actions {
  display: grid;
  gap: 12px;
}

.menu-order-cta__actions .button {
  width: 100%;
}

.menu-footer {
  background: var(--cream);
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100% - 40px, 920px);
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
  }

  .mobile-nav summary {
    display: grid;
    width: 46px;
    height: 46px;
    cursor: pointer;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    place-items: center;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.6;
  }

  .mobile-nav nav {
    position: absolute;
    top: 56px;
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 40px));
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: var(--wine-dark);
    box-shadow: var(--shadow);
  }

  .mobile-nav nav a {
    padding: 12px;
    border-radius: 10px;
    font-family: var(--display);
    font-size: 1.15rem;
  }

  .mobile-nav nav a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .intro-grid {
    gap: 6vw;
  }

  .signature-strip {
    grid-template-columns: 70px 1fr auto;
  }

  .house-story {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  .house-story__content {
    padding: 72px 46px;
  }

  .menu-content {
    padding: 72px 52px;
  }

  .order-panel {
    padding-inline: 28px;
  }

  .location-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    min-width: 0;
  }

  .location-secondary {
    min-height: 390px;
  }

  .location-secondary .location-note {
    max-width: 440px;
  }

  .web-menu-section {
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  }
}

@media (min-width: 1041px) {
  .location-main .location-info dd {
    font-size: 0.82rem;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: 62px;
  }

  .site-header {
    min-height: 78px;
  }

  .brand-name {
    font-size: 0.91rem;
  }

  .brand-place {
    font-size: 0.46rem;
  }

  .brand-symbol {
    width: 38px;
    height: 42px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-media img {
    object-position: 60% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(23, 14, 13, 0.72), rgba(23, 14, 13, 0.2)),
      linear-gradient(0deg, rgba(23, 14, 13, 0.76), transparent 65%);
  }

  .hero-content {
    margin-top: 118px;
  }

  .hero h1 {
    max-width: 500px;
    font-size: clamp(4.6rem, 24vw, 7rem);
    line-height: 0.77;
  }

  .hero h1 em {
    margin-left: 0.1em;
  }

  .hero-copy {
    max-width: 440px;
    margin-top: 36px;
    font-size: 1.13rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-address,
  .scroll-cue {
    display: none;
  }

  .menu-hero {
    min-height: 720px;
  }

  .menu-hero__media img {
    object-position: 56% center;
  }

  .menu-hero h1 {
    font-size: clamp(4rem, 20vw, 6.6rem);
  }

  .menu-hero h1 em {
    margin-left: 0.08em;
  }

  .menu-category-nav {
    top: 74px;
  }

  .menu-intro {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 84px;
    padding-bottom: 76px;
  }

  .menu-intro h2,
  .web-menu-section__heading h2,
  .menu-order-cta h2 {
    font-size: clamp(2.9rem, 14vw, 4.7rem);
  }

  .web-menu-section {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 76px;
  }

  .web-menu-section__number {
    margin-bottom: 30px;
  }

  .web-menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-editorial-photo {
    height: 370px;
  }

  .menu-order-cta {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 78px;
  }

  .intro {
    padding-block: 94px;
  }

  .intro-mark {
    top: 26px;
    right: -88px;
    width: 220px;
  }

  .intro-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro h2,
  .house-story__content h2,
  .rhythm h2,
  .menu-content h2,
  .gallery-heading h2,
  .locations-heading h2,
  .visit-copy h2 {
    font-size: clamp(2.9rem, 14vw, 4.6rem);
  }

  .intro-copy {
    padding-top: 0;
  }

  .intro-copy p {
    font-size: 1.08rem;
  }

  .intro-copy .intro-lead {
    font-size: 1.55rem;
  }

  .signature-strip {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 64px;
  }

  .house-story {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .house-story__photo {
    min-height: 560px;
  }

  .house-story__content {
    padding: 82px 20px 96px;
  }

  .house-story__content > p:not(.eyebrow) {
    font-size: 1.08rem;
  }

  .house-story__detail {
    display: none;
  }

  .signature-strip__mark {
    width: 96px;
    transform: scale(2.45);
  }

  .signature-strip__number {
    font-size: 2.4rem;
  }

  .rhythm {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .image-frame-tall {
    height: 570px;
  }

  .rhythm-content {
    padding: 0;
  }

  .moments {
    margin-top: 44px;
  }

  .image-frame-wide {
    grid-column: auto;
    width: 82%;
    height: 180px;
    margin-top: -90px;
    margin-left: auto;
    border-width: 10px;
  }

  .menu-section {
    grid-template-columns: 1fr;
  }

  .menu-photo {
    min-height: 440px;
  }

  .menu-mascot {
    top: 440px;
    left: 50%;
    width: 154px;
    padding: 10px;
    transform: translate(-50%, -50%) rotate(-2deg);
    box-shadow:
      0 18px 38px rgba(16, 8, 9, 0.4),
      0 0 0 7px rgba(45, 27, 31, 0.74);
  }

  .menu-content {
    padding: 118px 20px 72px;
  }

  .menu-primary-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .menu-primary-actions .button {
    width: 100%;
  }

  .order-panel {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 60px 16px;
  }

  .order-links {
    grid-template-columns: 1fr;
  }

  .gallery {
    padding-block: 96px;
  }

  .gallery-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .instagram-cta {
    min-width: 0;
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1.1fr 0.9fr;
    grid-template-rows: 340px 240px 260px;
  }

  .gallery-a {
    grid-row: 1 / 3;
  }

  .gallery-b {
    grid-row: 1;
  }

  .gallery-c {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .gallery-quote {
    grid-column: 2;
    grid-row: 2;
    padding: 22px;
  }

  .gallery-quote p {
    font-size: 1.35rem;
  }

  .press-strip {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 72px;
  }

  .locations {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .locations-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .location-main {
    grid-template-columns: 1fr;
  }

  .location-photo {
    min-height: 470px;
  }

  .location-info {
    padding: 34px 26px 42px;
  }

  .location-number {
    margin-bottom: 34px;
  }

  .visit {
    min-height: 660px;
  }

  .visit-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .visit-actions .button {
    width: 100%;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    width: 100%;
    min-width: 0;
    margin-top: 46px;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 28px;
  }

  .footer-signature {
    grid-column: 1 / -1;
    justify-items: start;
  }

  .footer-signature img {
    width: 72px;
    height: 90px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 78px;
  }

  .whatsapp-float summary {
    width: 54px;
    height: 54px;
  }

  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 45;
    display: grid;
    min-height: 62px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--green);
    color: var(--white);
  }

  .mobile-action-bar a {
    display: grid;
    min-width: 0;
    padding: 12px 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    place-items: center;
  }

  .mobile-action-bar a:last-child {
    border-right: 0;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 4.45rem;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .button {
    padding-inline: 18px;
  }

  .gallery-grid {
    grid-template-rows: 290px 220px 240px;
  }

  .location-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media img {
    animation: hero-in 1.6s cubic-bezier(0.2, 0.65, 0.3, 1) both;
  }

  .hero-content > * {
    animation: rise-in 700ms ease both;
  }

  .hero-content > :nth-child(2) {
    animation-delay: 100ms;
  }

  .hero-content > :nth-child(3) {
    animation-delay: 180ms;
  }

  .hero-content > :nth-child(4) {
    animation-delay: 260ms;
  }

  @keyframes hero-in {
    from {
      opacity: 0.65;
      scale: 1.06;
    }
    to {
      opacity: 1;
      scale: 1.01;
    }
  }

  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body:not(.entrada-activa) *,
  body:not(.entrada-activa) *::before,
  body:not(.entrada-activa) *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .reveal-section .reveal-copy,
  .motion-ready .reveal-section .reveal-media,
  .motion-ready .reveal-section .gallery-heading,
  .motion-ready .reveal-section .gallery-grid > *,
  .motion-ready .reveal-section .locations-heading,
  .motion-ready .reveal-section .location-card,
  .motion-ready .reveal-section .visit-copy {
    opacity: 1;
    transform: none;
  }
}


/* =========================================================
   V5 — Casa unificada: planta baja, primer piso, deck y eventos
   ========================================================= */

.spaces-section {
  padding: clamp(110px, 12vw, 180px) 0;
  overflow: clip;
  background:
    radial-gradient(circle at 82% 7%, rgba(204, 150, 153, 0.18), transparent 26%),
    var(--paper);
}

.spaces-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.6fr);
  gap: 32px 8vw;
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 110px);
}

.spaces-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.spaces-heading h2,
.culture-copy h2,
.events-copy h2,
.reviews-heading h2,
.second-home__title,
.editorial-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6.1vw, 7rem);
  font-weight: 520;
  line-height: 0.91;
  letter-spacing: -0.055em;
}

.spaces-heading h2 em,
.culture-copy h2 em,
.events-copy h2 em,
.reviews-heading h2 em,
.editorial-heading h2 em {
  color: var(--pink);
  font-weight: 400;
}

.spaces-heading > p:last-child {
  max-width: 52ch;
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.spaces-grid {
  display: grid;
  grid-template-columns: 1.03fr 1.18fr;
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

.space-story {
  position: relative;
  display: grid;
  min-width: 0;
}

.space-story--ground {
  margin-top: 9vw;
}

.space-story--deck {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.65fr);
  align-items: center;
  margin-top: clamp(14px, 4vw, 54px);
  background: var(--green);
  color: var(--white);
}

.space-story__image {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
}

.space-story--ground .space-story__image {
  aspect-ratio: 4 / 5.35;
}

.space-story--upper .space-story__image {
  aspect-ratio: 4 / 5.6;
}

.space-story--deck .space-story__image {
  min-height: 500px;
  height: 100%;
}

.space-story__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(18, 12, 10, 0.22));
  content: "";
  pointer-events: none;
}

.space-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.65,.3,1);
}

.space-story--ground img { object-position: 50% 45%; }
.space-story--upper img { object-position: 50% 34%; }
.space-story--deck img { object-position: 50% 58%; }

.space-story:hover .space-story__image img {
  transform: scale(1.025);
}

.space-story__copy {
  position: relative;
  padding: 30px clamp(8px, 2.6vw, 34px) 0;
}

.space-story--deck .space-story__copy {
  padding: clamp(38px, 6vw, 78px);
}

.space-story__number {
  position: absolute;
  top: 25px;
  right: clamp(8px, 2.6vw, 34px);
  color: rgba(97, 56, 62, 0.32);
  font-family: var(--display);
  font-size: 1.2rem;
  font-style: italic;
}

.space-story--deck .space-story__number {
  top: 48px;
  right: 54px;
  color: rgba(255,255,255,0.34);
}

.space-story h3 {
  max-width: 16ch;
  margin: 8px 0 14px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.7vw, 4.25rem);
  font-weight: 480;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.space-story__copy > p:last-child {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
}

.space-story--deck .space-story__copy > p:last-child {
  color: rgba(255,255,255,0.76);
}

.house-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(70px, 9vw, 130px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.house-flow p {
  display: flex;
  min-height: 128px;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 28px clamp(16px, 3vw, 40px);
  border-right: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.3rem);
  line-height: 1.1;
}

.house-flow p:last-child { border-right: 0; }
.house-flow span {
  color: var(--pink);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.culture-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(26px, 3vw, 40px);
  padding: clamp(84px, 9vw, 136px) max(24px, calc((100vw - 1220px) / 2));
  background: #201916;
  color: var(--white);
  align-items: start;
}

.culture-photo {
  overflow: hidden;
}

.culture-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture-photo--main {
  min-height: 760px;
}

.culture-photo--main img { object-position: 52% 48%; }

.culture-copy {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
  padding: clamp(12px, 1.6vw, 22px) 0 0;
}

.culture-copy h2 {
  font-size: clamp(2.9rem, 5vw, 5.4rem);
  max-width: 10ch;
}

.culture-copy > p:not(.eyebrow) {
  max-width: 34ch;
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.culture-copy .text-link {
  margin-top: 10px;
}

.culture-photo--art,
.culture-photo--detail {
  position: static;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 0;
  box-shadow: none;
}

.culture-photo--art {
  margin-top: 8px;
}

.culture-photo--detail {
  margin-top: 0;
}

.events-section {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  min-height: 860px;
  background: var(--wine-dark);
  color: var(--white);
}

.events-visual {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.events-visual__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.events-visual__label {
  position: absolute;
  top: clamp(22px, 4vw, 54px);
  left: clamp(22px, 4vw, 54px);
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(45,27,31,.58);
  color: var(--white);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.events-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(60,37,41,.32));
  content: "";
}

.events-visual__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
  transition: transform 900ms cubic-bezier(.2,.65,.3,1);
}

.events-section:hover .events-visual__main {
  transform: scale(1.018);
}

.events-visual__detail {
  position: absolute;
  right: 6%;
  bottom: 7%;
  z-index: 2;
  width: min(29%, 236px);
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 28%;
  border: 8px solid var(--wine-dark);
  box-shadow: var(--shadow);
}

.events-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(80px, 9vw, 145px) clamp(34px, 8vw, 125px);
}

.events-copy h2 {
  font-size: clamp(3rem, 5.2vw, 6.2rem);
}

.events-copy > p:not(.eyebrow) {
  max-width: 52ch;
  color: rgba(255,255,255,.76);
}

.event-types {
  display: grid;
  margin: 28px 0 22px;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.18);
  list-style: none;
}

.event-types li {
  position: relative;
  padding: 15px 0 15px 28px;
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-weight: 650;
}

.event-types li::before {
  position: absolute;
  top: 1.45em;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  content: "";
}

.events-note {
  margin-top: 0 !important;
  font-size: .86rem;
}

.events-copy .button {
  align-self: flex-start;
  margin-top: 24px;
}

.editorial-gallery {
  padding-block: clamp(105px, 12vw, 180px);
}

.editorial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 54px;
}

.editorial-heading h2 {
  font-size: clamp(3rem, 5.4vw, 6.4rem);
}

.editorial-grid {
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 360px 320px 340px;
}

.editorial-grid__salon { grid-column: 1; grid-row: 1 / 3; }
.editorial-grid__art { grid-column: 2; grid-row: 1; }
.editorial-grid__deck { grid-column: 1 / 3; grid-row: 3; }
.editorial-quote { grid-column: 2; grid-row: 2; }

.editorial-grid__salon img { object-position: 48% 50%; }
.editorial-grid__art img { object-position: 50% 42%; }
.editorial-grid__deck img { object-position: 50% 54%; }

.reviews-section {
  padding-block: clamp(100px, 11vw, 165px);
}

.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  gap: 24px 7vw;
  align-items: end;
  margin-bottom: 64px;
}

.reviews-heading .eyebrow { grid-column: 1 / -1; }
.reviews-heading h2 { font-size: clamp(3rem, 5.4vw, 6.2rem); }
.reviews-heading > p:last-child { margin: 0 0 .6rem; color: var(--muted); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.review-card {
  min-height: 330px;
  margin: 0;
  padding: clamp(30px, 5vw, 62px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.2);
}

.review-stars {
  margin-bottom: 28px;
  color: var(--wine);
  font-size: .82rem;
  letter-spacing: .18em;
}

.review-card blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.8vw, 2.75rem);
  line-height: 1.13;
  letter-spacing: -.028em;
}

.review-card figcaption {
  margin-top: 28px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.reviews-link { margin-top: 42px; }

.second-home {
  position: relative;
  display: grid;
  min-height: 96svh;
  overflow: hidden;
  place-items: center;
  color: var(--white);
}

.second-home__media,
.second-home__shade {
  position: absolute;
  inset: 0;
}

.second-home__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}

.second-home__shade {
  background:
    linear-gradient(90deg, rgba(25,16,15,.82), rgba(25,16,15,.3) 58%, rgba(25,16,15,.36)),
    linear-gradient(0deg, rgba(25,16,15,.58), transparent 45%);
}

.second-home__content {
  position: relative;
  z-index: 1;
  width: var(--shell);
}

.second-home__title {
  display: flex;
  align-items: baseline;
  gap: .18em;
  max-width: 12ch;
  color: var(--white);
  font-size: clamp(4rem, 10.5vw, 11.5rem);
  line-height: .82;
}

.second-home__swap {
  position: relative;
  display: inline-grid;
  width: 1.28em;
}

.second-home__swap > span {
  grid-area: 1 / 1;
  color: var(--pink-soft);
  font-style: italic;
}

.second-home__yours { opacity: 0; transform: translateY(.22em); }

.motion-ready .second-home.is-visible .second-home__mine {
  animation: home-mine-out .8s 1.1s ease both;
}
.motion-ready .second-home.is-visible .second-home__yours {
  animation: home-yours-in .9s 1.38s cubic-bezier(.2,.65,.3,1) both;
}

@keyframes home-mine-out {
  to { opacity: 0; transform: translateY(-.22em); filter: blur(5px); }
}
@keyframes home-yours-in {
  from { opacity: 0; transform: translateY(.22em); filter: blur(5px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.second-home__content > p:not(.eyebrow) {
  max-width: 48ch;
  margin: 34px 0 28px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

@media (max-width: 1024px) {
  .spaces-heading,
  .reviews-heading {
    grid-template-columns: 1fr;
  }
  .spaces-heading .eyebrow,
  .reviews-heading .eyebrow { grid-column: auto; }
  .culture-section,
  .events-section { grid-template-columns: 1fr; }
  .culture-section { padding-inline: 22px; }
  .culture-photo--main { min-height: 620px; }
  .culture-copy { padding: 0; }
  .culture-photo--art,
  .culture-photo--detail { aspect-ratio: 4 / 4.8; }
  .events-visual { min-height: 650px; }
}

@media (max-width: 760px) {
  .spaces-section { padding-block: 92px; }
  .spaces-heading { margin-bottom: 52px; }
  .spaces-grid { grid-template-columns: 1fr; gap: 48px; }
  .space-story--ground { margin-top: 0; }
  .space-story--deck { grid-column: auto; grid-template-columns: 1fr; }
  .space-story--deck .space-story__image { min-height: 420px; }
  .space-story--deck .space-story__copy { padding: 34px 24px 42px; }
  .space-story--deck .space-story__number { top: 31px; right: 24px; }
  .space-story__copy { padding-inline: 8px; }
  .house-flow { grid-template-columns: 1fr; }
  .house-flow p { min-height: 92px; border-right: 0; border-bottom: 1px solid var(--line); }
  .house-flow p:last-child { border-bottom: 0; }
  .culture-section { min-height: 0; padding: 72px 18px; }
  .culture-photo--main { min-height: 420px; }
  .culture-copy { padding: 0; }
  .culture-copy h2 { max-width: none; }
  .culture-photo--art, .culture-photo--detail { aspect-ratio: 4 / 4.8; }
  .events-visual { min-height: 560px; }
  .events-visual__main { object-position: 51% 44%; }
  .events-visual__detail { right: 16px; bottom: 18px; width: 31%; }
  .events-visual__label { top: 18px; left: 18px; }
  .events-copy { padding: 70px 22px 82px; }
  .events-copy .button { width: 100%; }
  .editorial-heading { align-items: stretch; flex-direction: column; }
  .editorial-grid { grid-template-columns: 1.08fr .92fr; grid-template-rows: 330px 230px 250px; }
  .editorial-grid__salon { grid-row: 1 / 3; }
  .editorial-grid__art { grid-row: 1; }
  .editorial-quote { grid-row: 2; }
  .editorial-grid__deck { grid-row: 3; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .second-home { min-height: 88svh; }
  .second-home__title { display: block; font-size: clamp(4.4rem, 20vw, 7rem); line-height: .86; }
  .second-home__swap { display: grid; width: 1.3em; }
  .second-home__title > span:last-child { display: block; max-width: 8ch; }
}

@media (max-width: 390px) {
  .editorial-grid { grid-template-rows: 290px 210px 230px; }
  .review-card blockquote { font-size: 1.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  .second-home__mine { display: none; }
  .second-home__yours { opacity: 1; transform: none; }
}

/* V5 QA: decorative elements must never create horizontal scrolling. */
html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

.intro,
.hero,
.house-story,
.second-home {
  overflow-x: hidden;
  overflow-x: clip;
}


/* V8 — curaduría editorial */
.intro-visual--stairs {
  position: relative;
  min-height: 560px;
  aspect-ratio: 4 / 5;
  background: #d8c9b9;
}

.intro-visual--stairs img {
  object-position: 50% 48%;
}

.intro-visual--stairs figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  background: rgba(32, 25, 22, 0.78);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.menu-photo--editorial img {
  object-position: 52% 50%;
}

.product-editorial {
  padding-block: clamp(100px, 11vw, 170px);
  overflow: hidden;
  background: var(--cream);
}

.product-editorial__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 110px);
  margin-bottom: clamp(54px, 7vw, 90px);
  align-items: end;
}

.product-editorial__intro h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.8vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.product-editorial__intro h2 em {
  color: var(--wine);
}

.product-editorial__intro > div:last-child > p {
  max-width: 49ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.product-editorial__intro .text-link {
  margin-top: 28px;
}

.product-editorial__grid {
  display: grid;
  width: min(1460px, calc(100% - 48px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  grid-template-rows: minmax(310px, 38vw) minmax(330px, 40vw);
  gap: clamp(16px, 2vw, 30px);
}

.product-editorial__grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.product-editorial__grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2,.65,.3,1);
}

.product-editorial__grid figure:hover img {
  transform: scale(1.025);
}

.product-editorial__grid figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 12px 14px;
  background: rgba(32,25,22,.76);
  color: var(--white);
  font-size: .65rem;
  font-weight: 780;
  letter-spacing: .09em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-editorial__main {
  grid-row: 1 / 3;
}

.product-editorial__main img {
  object-position: 50% 57%;
}

.product-editorial__wide img {
  object-position: 50% 48%;
}

.product-editorial__portrait img {
  object-position: 50% 58%;
}

.editorial-grid__deck img {
  object-position: 50% 56%;
}

.visit-photo {
  opacity: .42;
}

.visit-photo img {
  object-position: 50% 48%;
}

.visit-photo::after {
  background: linear-gradient(90deg, rgba(34,19,21,.94) 0%, rgba(34,19,21,.56) 52%, rgba(34,19,21,.2) 100%);
}

@media (max-width: 900px) {
  .product-editorial__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-editorial__grid {
    grid-template-columns: 1.05fr .95fr;
    grid-template-rows: 440px 320px;
  }
}

@media (max-width: 680px) {
  .intro-visual--stairs {
    min-height: 430px;
  }

  .product-editorial {
    padding-block: 86px;
  }

  .product-editorial__intro {
    margin-bottom: 40px;
  }

  .product-editorial__intro h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .product-editorial__grid {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .product-editorial__main,
  .product-editorial__wide,
  .product-editorial__portrait {
    grid-row: auto;
    min-height: 420px;
  }

  .product-editorial__wide {
    min-height: 300px;
  }

  .visit-photo img {
    object-position: 57% 50%;
  }
}

/* V9 — Instagram como extensión viva de Arredondo */
.instagram-album {
  padding-block: clamp(105px, 12vw, 178px);
}

.instagram-album__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .62fr);
  gap: clamp(38px, 8vw, 118px);
  align-items: end;
  margin-bottom: clamp(52px, 7vw, 86px);
}

.instagram-album__heading h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 6.3rem);
  font-weight: 400;
  letter-spacing: -.06em;
  line-height: .94;
}

.instagram-album__heading h2 em {
  color: var(--wine);
}

.instagram-album__intro {
  display: grid;
  gap: 28px;
  align-content: end;
}

.instagram-album__intro > p {
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.65;
}

.instagram-album__cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--wine);
}

.instagram-album__cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.instagram-album__cta .icon-fill {
  fill: currentColor;
  stroke: none;
}

.instagram-album__cta span {
  display: grid;
  color: var(--muted);
  font-size: .72rem;
}

.instagram-album__cta strong {
  color: var(--ink);
  font-size: .82rem;
}

.instagram-album__cta > svg:last-child {
  transition: transform 180ms ease;
}

.instagram-album__cta:hover > svg:last-child {
  transform: translateX(5px);
}

.instagram-album__grid {
  display: grid;
  width: min(100%, 1040px);
  margin-inline: auto;
  grid-template-columns: 1.08fr .7fr .7fr;
  grid-template-rows: 278px 278px;
  gap: 16px;
}

.instagram-album__grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--cream-deep);
}

.instagram-album__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.65,.3,1);
}

.instagram-album__grid figure:hover img {
  transform: scale(1.025);
}

.instagram-album__grid figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  background: rgba(31, 24, 21, .76);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.instagram-album__mesa { grid-column: 1; grid-row: 1 / 3; }
.instagram-album__flores { grid-column: 2; grid-row: 1; }
.instagram-album__cafe { grid-column: 3; grid-row: 1; }
.instagram-album__noche { grid-column: 2 / 4; grid-row: 2; }

.instagram-album__mesa img { object-position: center 44%; }
.instagram-album__flores img { object-position: center 43%; }
.instagram-album__cafe img { object-position: center 48%; }
.instagram-album__noche img { object-position: center 57%; }

.location-photo img[src*="fachada-puerta-social"] {
  object-position: center 44%;
}

@media (max-width: 900px) {
  .instagram-album__heading {
    grid-template-columns: 1fr;
  }

  .instagram-album__heading h2 {
    max-width: 11ch;
  }

  .instagram-album__grid {
    grid-template-columns: 1.05fr .95fr;
    grid-template-rows: 310px 250px 250px;
  }

  .instagram-album__mesa { grid-column: 1; grid-row: 1 / 3; }
  .instagram-album__flores { grid-column: 2; grid-row: 1; }
  .instagram-album__cafe { grid-column: 2; grid-row: 2; }
  .instagram-album__noche { grid-column: 1 / 3; grid-row: 3; }
}

@media (max-width: 620px) {
  .instagram-album {
    padding-block: 88px;
  }

  .instagram-album__heading {
    margin-bottom: 42px;
  }

  .instagram-album__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 230px 250px;
    gap: 10px;
  }

  .instagram-album__mesa { grid-column: 1 / 3; grid-row: 1; }
  .instagram-album__flores { grid-column: 1; grid-row: 2; }
  .instagram-album__cafe { grid-column: 2; grid-row: 2; }
  .instagram-album__noche { grid-column: 1 / 3; grid-row: 3; }

  .instagram-album__grid figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 8px 9px;
    font-size: .56rem;
  }
}


/* V10: refinamientos de jerarquía y foco */
.instagram-album__cta {
  min-height: 64px;
}

.events-copy h2 {
  text-wrap: balance;
}

@media (prefers-reduced-motion: reduce) {
  .events-section:hover .events-visual__main { transform: none; }
  .page-progress { transition: none; }
}

/* V12 · navegación, foco y progreso */
.desktop-nav > a[aria-current="location"] {
  font-weight: 800;
}
.mobile-nav nav a[aria-current="location"] {
  color: var(--wine);
  font-weight: 800;
}

/* V13 · Microinteracción WebGL progresiva en una única imagen editorial */
[data-liquid-hover] {
  position: relative;
  isolation: isolate;
}

[data-liquid-hover] > img {
  transition: opacity 320ms ease;
}

.liquid-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

[data-liquid-hover].is-liquid-ready > img {
  opacity: 0;
}

[data-liquid-hover].is-liquid-ready .liquid-canvas {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .liquid-canvas {
    display: none !important;
  }

  [data-liquid-hover] > img {
    opacity: 1 !important;
  }
}


/* V15 Growth · consentimiento, privacidad y medición */
.footer-bottom {
  gap: 18px;
  flex-wrap: wrap;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-legal a,
.footer-cookie-settings {
  min-height: 28px;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.footer-legal a:hover,
.footer-cookie-settings:hover {
  border-bottom-color: currentColor;
}
.footer-cookie-settings:focus-visible,
.footer-legal a:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.consent-banner[hidden] { display: none !important; }
.consent-banner {
  position: fixed;
  right: clamp(14px, 2.2vw, 34px);
  bottom: clamp(14px, 2.2vw, 34px);
  left: clamp(14px, 2.2vw, 34px);
  z-index: 920;
  display: grid;
  width: min(1120px, calc(100% - clamp(28px, 4.4vw, 68px)));
  margin-inline: auto;
  padding: clamp(24px, 3.2vw, 38px);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 52px);
  align-items: end;
  border: 1px solid rgba(97, 56, 62, .2);
  background: rgba(248, 242, 233, .98);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(45, 27, 31, .24);
  backdrop-filter: blur(16px);
}
.consent-banner__eyebrow {
  margin: 0 0 8px;
  color: var(--wine);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.consent-banner h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.7vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}
.consent-banner__copy > p:not(.consent-banner__eyebrow) {
  max-width: 70ch;
  margin: 13px 0 8px;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}
.consent-banner__copy a {
  color: var(--wine);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.consent-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.button-consent-secondary,
.button-consent-primary {
  min-height: 48px;
  padding: 13px 19px;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .035em;
}
.button-consent-secondary {
  border: 1px solid rgba(97, 56, 62, .35);
  background: transparent;
  color: var(--wine);
}
.button-consent-primary {
  border: 1px solid var(--wine);
  background: var(--wine);
  color: #fff;
}
.button-consent-secondary:hover { background: rgba(97, 56, 62, .06); }
.button-consent-primary:hover { background: var(--wine-dark); }

@media (max-width: 760px) {
  .consent-banner {
    z-index: 980;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .consent-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .button-consent-secondary,
  .button-consent-primary { width: 100%; }
  .footer-bottom { align-items: flex-start; }
  .footer-legal { width: 100%; }
}
