@charset "UTF-8";

:root {
  --pine-950: #091813;
  --pine-900: #10251f;
  --pine-800: #17352c;
  --pine-700: #285043;
  --gold-500: #c99856;
  --gold-400: #dab47c;
  --terracotta: #a9553c;
  --ivory-100: #f6f1e8;
  --ivory-50: #fbf8f2;
  --sand-200: #e7ddce;
  --sand-300: #d8c9b5;
  --ink: #17201d;
  --muted: #66716d;
  --white: #fff;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Palatino, Georgia,
    serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1240px;
  --header-height: 88px;
  --shadow-soft: 0 24px 60px rgba(7, 26, 20, 0.12);
  --shadow-deep: 0 32px 80px rgba(4, 18, 13, 0.25);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Home hero direct-contact panel components. */
.page-home .hero-contact-heading {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  color: var(--gold-400);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  gap: 10px;
}

.page-home .hero-contact-heading::before {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-300));
  content: "";
  flex: 0 0 auto;
}

.page-home .hero-contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.page-home .hero-contact-link {
  display: grid;
  min-width: 0;
  min-height: 54px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(3, 16, 12, 0.28);
  color: var(--white);
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.page-home .hero-contact-link:hover {
  border-color: rgba(240, 198, 117, 0.55);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-2px);
}

.page-home .hero-contact-link:focus-visible {
  outline: 3px solid var(--gold-300);
  outline-offset: 2px;
}

.page-home .hero-contact-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(240, 198, 117, 0.32);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(240, 198, 117, 0.18), rgba(240, 198, 117, 0.055));
  color: var(--gold-300);
  font-size: 0.51rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.page-home .hero-contact-icon-whatsapp {
  padding: 4px;
  border-color: #128c7e;
  background: #25d366;
}

.page-home .hero-contact-icon-whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-home .hero-contact-copy {
  display: block;
  min-width: 0;
}

.page-home .hero-contact-copy small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.52rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.page-home .hero-contact-copy strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--gold-300);
  font-size: clamp(0.68rem, 0.76vw, 0.8rem);
  font-weight: 750;
  letter-spacing: 0.015em;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-home .hero-contact-link-whatsapp .hero-contact-copy strong {
  color: #71f29a;
}

.page-home .hero-contact-link-email .hero-contact-copy strong {
  font-size: clamp(0.61rem, 0.66vw, 0.72rem);
}

@media (max-width: 820px) {
  .page-home .hero-contact-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .hero-contact-link {
    min-height: 51px;
    padding: 7px 9px;
  }

  .page-home .hero-contact-link-email .hero-contact-copy strong {
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .page-home .hero-contact-heading {
    margin-bottom: 9px;
    font-size: 0.56rem;
  }

  .page-home .hero-contact-link {
    min-height: 50px;
    padding: 6px 7px;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
  }

  .page-home .hero-contact-icon {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    font-size: 0.45rem;
  }

  .page-home .hero-contact-copy small {
    font-size: 0.46rem;
  }

  .page-home .hero-contact-copy strong {
    font-size: 0.61rem;
  }

  .page-home .hero-contact-link-email .hero-contact-copy strong {
    font-size: 0.54rem;
  }
}

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

html {
  scroll-behavior: smooth;
  background: var(--ivory-50);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--ivory-50);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.menu-open,
html.lightbox-open,
body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3rem, 7vw, 7.4rem);
}

h2 {
  font-size: clamp(2.35rem, 4.6vw, 5rem);
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

p {
  color: var(--muted);
}

::selection {
  background: var(--gold-500);
  color: var(--pine-950);
}

:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: clamp(82px, 10vw, 150px);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--pine-950);
  box-shadow: var(--shadow-soft);
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--pine-700);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow.light {
  color: var(--gold-400);
}

.section-heading {
  max-width: 720px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading.centered > p:last-child {
  max-width: 650px;
  margin: 28px auto 0;
  font-size: 1.05rem;
}

.large-copy {
  max-width: 610px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  line-height: 1.45;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 300ms var(--ease),
    background-color 300ms ease,
    color 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

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

.button-primary {
  background: var(--gold-500);
  color: var(--pine-950);
  box-shadow: 0 12px 32px rgba(201, 152, 86, 0.23);
}

.button-primary:hover {
  background: #dda85f;
  box-shadow: 0 18px 38px rgba(201, 152, 86, 0.32);
}

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

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

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

.button-dark:hover {
  background: var(--pine-700);
}

.button-light {
  background: var(--ivory-100);
  color: var(--pine-950);
}

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

.button-small {
  min-height: 44px;
  padding: 11px 20px;
  font-size: 0.7rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--pine-900);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 250ms var(--ease);
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

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

.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 850ms var(--ease),
    transform 850ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header */

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  color: var(--pine-950);
}

.page-home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--white);
}

.utility-bar {
  height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--pine-950);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.utility-inner div {
  display: flex;
  gap: 8px;
}

.utility-inner a {
  transition: color 200ms ease;
}

.utility-inner a:hover {
  color: var(--gold-400);
}

.nav-shell {
  display: grid;
  min-height: var(--header-height);
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  inset: 4px;
  opacity: 0.4;
}

.brand-mark::after {
  inset: 8px;
  opacity: 0.18;
}

.brand-mark span {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: -0.08em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  opacity: 0.68;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
}

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

.nav-links a {
  position: relative;
  padding-block: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: currentColor;
  content: "";
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 7px;
}

.language-switcher a {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 700;
  opacity: 0.54;
  transition:
    opacity 200ms ease,
    background-color 200ms ease;
}

.language-switcher a:hover,
.language-switcher a[aria-current="true"] {
  background: rgba(201, 152, 86, 0.18);
  opacity: 1;
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin-block: 6px;
  background: currentColor;
  transition:
    transform 250ms ease,
    opacity 250ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-footer-mobile {
  display: none;
}

.nav-mobile-brand {
  display: none;
}

/* Home hero */

.hero-home {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--pine-950);
  color: var(--white);
}

.hero-home::before {
  position: absolute;
  z-index: 2;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  left: -22vw;
  top: 28vh;
}

.hero-home-grid {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding:
    calc(var(--header-height) + 92px)
    clamp(34px, 6vw, 105px)
    90px
    max(24px, calc((100vw - var(--container)) / 2));
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.7rem, 5.4vw, 6rem);
}

.hero-copy h1 em {
  display: block;
  color: var(--gold-400);
  font-weight: 400;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.03rem, 1.5vw, 1.26rem);
}

.hero-mini-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-mini-contact span {
  color: rgba(255, 255, 255, 0.45);
}

.hero-mini-contact a {
  color: var(--gold-400);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.hero-visual::after {
  position: absolute;
  background:
    linear-gradient(90deg, rgba(9, 24, 19, 0.52), transparent 28%),
    linear-gradient(0deg, rgba(9, 24, 19, 0.36), transparent 50%);
  content: "";
  inset: 0;
}

.hero-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.015);
  animation: heroZoom 16s ease-out both;
}

@keyframes heroZoom {
  from {
    transform: scale(1.09);
  }
  to {
    transform: scale(1.015);
  }
}

.hero-room-card {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3vw, 54px);
  bottom: clamp(30px, 5vw, 74px);
  width: clamp(210px, 24vw, 350px);
  padding: 9px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-deep);
  color: var(--pine-950);
}

.hero-room-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
}

.hero-room-card span {
  display: block;
  padding: 12px 9px 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-seal {
  position: absolute;
  z-index: 4;
  top: clamp(145px, 19vh, 210px);
  left: clamp(20px, 2vw, 32px);
  display: flex;
  width: 126px;
  height: 126px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(16, 37, 31, 0.72);
  backdrop-filter: blur(10px);
  text-align: center;
  transform: rotate(-9deg);
}

.hero-seal span,
.hero-seal small {
  font-size: 0.55rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-seal strong {
  margin-block: 2px;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 28px;
  left: 50%;
  display: grid;
  width: 34px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold-400);
  animation: scrollCue 1.9s infinite;
}

@keyframes scrollCue {
  0%,
  100% {
    opacity: 0.25;
    transform: translateY(-8px);
  }
  50% {
    opacity: 1;
    transform: translateY(8px);
  }
}

/* Home sections */

.dual-experience {
  overflow: hidden;
}

.dual-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 7vw, 104px);
}

.experience-card-offset {
  margin-top: 105px;
}

.experience-media {
  position: relative;
  display: block;
  overflow: hidden;
}

.experience-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.experience-card:first-child .experience-media img {
  aspect-ratio: 5 / 4.7;
}

.experience-media:hover img {
  transform: scale(1.035);
}

.card-index {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  background: var(--ivory-50);
  color: var(--pine-900);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.experience-copy {
  max-width: 515px;
  padding: 36px clamp(0px, 2vw, 22px) 0;
}

.experience-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
}

.experience-copy p:not(.eyebrow) {
  margin-bottom: 28px;
}

.promise-section {
  position: relative;
  overflow: hidden;
  background: var(--pine-900);
  color: var(--white);
}

.promise-section::before {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  right: -240px;
  top: -360px;
}

.promise-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px 100px;
}

.promise-copy p {
  margin: 45px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.05rem;
}

.stats-grid {
  display: grid;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  padding-inline: clamp(18px, 3vw, 45px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.stat:first-child {
  padding-left: 0;
  border-left: 0;
}

.stat strong {
  display: block;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-split {
  overflow: hidden;
}

.editorial-split + .editorial-split {
  padding-top: 0;
}

.editorial-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(48px, 9vw, 130px);
}

.editorial-split-reverse .editorial-grid {
  grid-template-columns: 0.88fr 1.12fr;
}

.editorial-media {
  position: relative;
  min-height: 680px;
}

.editorial-media img:first-child {
  width: 76%;
  height: 610px;
  object-fit: cover;
}

.editorial-media img:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 330px;
  border: 10px solid var(--ivory-50);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.editorial-media-rooms img:first-child {
  margin-left: auto;
}

.editorial-media-rooms img:last-child {
  right: auto;
  left: 0;
}

.editorial-copy {
  max-width: 560px;
}

.editorial-copy h2 {
  margin-bottom: 28px;
}

.editorial-copy > p:not(.eyebrow) {
  margin-bottom: 34px;
  font-size: 1.02rem;
}

.location-section {
  background: var(--ivory-100);
}

.location-grid {
  display: grid;
  margin-top: 64px;
  border-top: 1px solid var(--sand-300);
  border-bottom: 1px solid var(--sand-300);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card {
  min-height: 315px;
  padding: 45px clamp(28px, 4vw, 54px);
  border-left: 1px solid var(--sand-300);
}

.location-card:first-child {
  border-left: 0;
}

.location-card strong {
  display: block;
  margin-bottom: 45px;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.location-card h3 {
  margin-bottom: 16px;
}

.location-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 42px;
}

/* Subpage hero */

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-block: 18px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: var(--pine-900);
}

.subpage-hero {
  position: relative;
  display: flex;
  min-height: min(76vh, 790px);
  align-items: flex-end;
  overflow: hidden;
  background: var(--pine-950);
  color: var(--white);
}

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

.subpage-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-hotel .subpage-hero-media img,
.subpage-hero-area .subpage-hero-media img {
  object-position: center 48%;
}

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

.subpage-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 22, 17, 0.9) 0%, rgba(8, 22, 17, 0.52) 50%, rgba(8, 22, 17, 0.15) 100%),
    linear-gradient(0deg, rgba(8, 22, 17, 0.62) 0%, transparent 65%);
}

.subpage-hero-content {
  position: relative;
  z-index: 2;
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: clamp(64px, 9vw, 112px);
}

.subpage-hero-content h1 {
  max-width: 990px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 7.2vw, 7.5rem);
}

.subpage-hero-content .hero-lead {
  max-width: 680px;
}

.intro-grid {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
}

.number-cards {
  display: grid;
  margin-top: 72px;
  border-top: 1px solid var(--sand-300);
  border-bottom: 1px solid var(--sand-300);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.number-card {
  min-height: 330px;
  padding: 45px clamp(28px, 4vw, 55px);
  border-left: 1px solid var(--sand-300);
}

.number-card:first-child {
  border-left: 0;
}

.number-card strong {
  display: block;
  margin-bottom: 48px;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
}

.number-card h3 {
  margin-bottom: 14px;
}

.comfort-section {
  background: var(--pine-900);
  color: var(--white);
}

.comfort-grid {
  display: grid;
  margin-top: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.comfort-card {
  min-height: 280px;
  padding: 38px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.comfort-card:first-child {
  border-left: 0;
}

.comfort-card > span,
.guest-card > span {
  display: block;
  margin-bottom: 48px;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.comfort-card p,
.sport-copy p,
.cuisine-copy p,
.event-promo p,
.guest-card p,
.contact-option-dark p,
.reach-copy p {
  color: rgba(255, 255, 255, 0.64);
}

.suited-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: clamp(50px, 9vw, 140px);
}

.suited-media {
  position: relative;
}

.suited-media::before {
  position: absolute;
  z-index: -1;
  border: 1px solid var(--sand-300);
  content: "";
  inset: 28px -28px -28px 28px;
}

.suited-media img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.suited-copy h2 {
  margin-bottom: 26px;
}

.suited-copy > p:not(.eyebrow) {
  margin-bottom: 34px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 17px 0 17px 36px;
  border-top: 1px solid var(--sand-300);
  color: var(--pine-900);
  font-weight: 600;
}

.check-list li:last-child {
  border-bottom: 1px solid var(--sand-300);
}

.check-list li::before {
  position: absolute;
  top: 19px;
  left: 3px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--gold-500);
  border-left: 2px solid var(--gold-500);
  content: "";
  transform: rotate(-45deg);
}

/* Restaurant */

.service-split {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  min-height: 330px;
  padding: clamp(38px, 5vw, 72px);
  background: var(--ivory-100);
}

.service-card > span {
  display: block;
  margin-bottom: 58px;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 1.45rem;
}

.service-card-dark {
  background: var(--terracotta);
  color: var(--white);
}

.service-card-dark > span {
  color: rgba(255, 255, 255, 0.72);
}

.service-card-dark p {
  color: rgba(255, 255, 255, 0.73);
}

.cuisine-section {
  overflow: hidden;
  background: var(--pine-900);
  color: var(--white);
}

.cuisine-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(55px, 8vw, 120px);
}

.cuisine-copy h2 {
  margin-bottom: 30px;
}

.feature-list {
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.feature-list > div {
  display: grid;
  padding-block: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  grid-template-columns: 0.6fr 1fr;
}

.feature-list strong {
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.feature-list span {
  align-self: center;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
}

.cuisine-media {
  position: relative;
  min-height: 760px;
}

.cuisine-media img:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 600px;
  object-fit: cover;
}

.cuisine-media img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48%;
  height: 400px;
  border: 10px solid var(--pine-900);
  object-fit: cover;
}

.event-promo {
  background: var(--terracotta);
  color: var(--white);
}

.event-promo-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 0.75fr;
  gap: 90px;
}

.event-promo h2 {
  margin-bottom: 0;
}

.event-promo p {
  margin-bottom: 32px;
}

/* Restaurant location: a clear editorial panel with a fully interactive map. */
.restaurant-map-section {
  background: var(--cream-warm);
}

.restaurant-map-panel {
  display: grid;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(72, 51, 35, 0.12);
  border-radius: clamp(28px, 3vw, 46px);
  background: var(--pine-950);
  box-shadow: 0 34px 80px rgba(31, 26, 17, 0.16);
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
}

.restaurant-map-copy {
  display: flex;
  padding: clamp(48px, 6vw, 90px);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
}

.restaurant-map-copy h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 4.5vw, 5.3rem);
  line-height: 0.94;
  text-wrap: balance;
}

.restaurant-map-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.02rem, 1.2vw, 1.18rem);
  line-height: 1.72;
}

.restaurant-map-copy address {
  margin: clamp(28px, 4vw, 42px) 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  font-style: normal;
  line-height: 1.35;
}

.restaurant-map-actions {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 16px 22px;
}

.restaurant-map-embed {
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  background: var(--ivory-50);
}

.restaurant-map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  border: 0;
}

@media (max-width: 980px) {
  .restaurant-map-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .restaurant-map-embed,
  .restaurant-map-embed iframe {
    min-height: 480px;
  }
}

@media (max-width: 560px) {
  .restaurant-map-panel {
    border-radius: 24px;
  }

  .restaurant-map-copy {
    padding: 38px 26px 42px;
  }

  .restaurant-map-copy h2 {
    font-size: clamp(2.75rem, 13vw, 3.7rem);
  }

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

  .restaurant-map-actions .button,
  .restaurant-map-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .restaurant-map-embed,
  .restaurant-map-embed iframe {
    min-height: 370px;
  }
}

/* Gallery */

.gallery-section {
  overflow: hidden;
  background: var(--ivory-100);
}

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

.gallery-heading h2 {
  margin-bottom: 0;
}

.gallery-heading > p {
  max-width: 260px;
  margin-bottom: 8px;
  font-size: 0.78rem;
}

.gallery-grid {
  display: grid;
  width: min(calc(100% - 32px), 1500px);
  margin-inline: auto;
  grid-auto-rows: 290px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--sand-200);
  cursor: zoom-in;
  grid-column: span 3;
}

.gallery-item-1,
.gallery-item-6 {
  grid-column: span 5;
}

.gallery-item-2,
.gallery-item-5 {
  grid-column: span 3;
}

.gallery-item-3,
.gallery-item-4 {
  grid-column: span 4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 700ms var(--ease),
    filter 400ms ease;
}

.gallery-item > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  color: var(--pine-900);
  font-family: var(--serif);
  font-size: 1.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 300ms ease,
    transform 300ms var(--ease);
}

.gallery-item:hover img {
  filter: brightness(0.92);
  transform: scale(1.045);
}

.gallery-item:hover > span {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  width: min(94vw, 1180px);
  height: min(92vh, 900px);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
}

.lightbox::backdrop {
  background: rgba(4, 13, 10, 0.94);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 50px 70px 25px;
}

.lightbox figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100% - 50px);
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  text-align: center;
}

.lightbox button {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.lightbox-close {
  top: 12px;
  right: 12px;
  width: 46px;
  height: 46px;
  font-size: 1.65rem;
}

.lightbox-nav {
  top: 50%;
  width: 52px;
  height: 52px;
  font-family: var(--serif);
  font-size: 2rem;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 6px;
}

.lightbox-next {
  right: 6px;
}

/* Events */

.occasion-list {
  margin-top: 70px;
}

.occasion-item {
  display: grid;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--sand-300);
  grid-template-columns: 0.18fr 0.45fr 0.75fr;
  gap: 30px;
}

.occasion-item:last-child {
  border-bottom: 1px solid var(--sand-300);
}

.occasion-item > span {
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.occasion-item h3,
.occasion-item p {
  margin-bottom: 0;
}

.sport-section {
  padding-block: 0;
  background: var(--pine-900);
  color: var(--white);
}

.sport-grid {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr 1fr;
}

.sport-media {
  min-height: 720px;
}

.sport-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sport-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(60px, 9vw, 130px);
}

.sport-copy h2 {
  margin-bottom: 28px;
}

.sport-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 38px;
}

.sport-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 9vw, 130px);
}

.business-copy > p:not(.eyebrow) {
  margin-bottom: 32px;
}

.business-media img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}

/* Area */

.landmark-grid {
  display: grid;
  margin-top: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.landmark-card {
  min-height: 390px;
  padding: clamp(34px, 4vw, 55px);
  background: var(--ivory-100);
  transition:
    transform 350ms var(--ease),
    box-shadow 350ms ease;
}

.landmark-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow-soft);
}

.landmark-card strong {
  display: block;
  margin-bottom: 70px;
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 1;
}

.landmark-card h3 {
  margin-bottom: 16px;
}

.guest-section {
  background: var(--pine-900);
  color: var(--white);
}

.guest-grid {
  display: grid;
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guest-card {
  min-height: 330px;
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.guest-card:first-child {
  border-left: 0;
}

.map-card {
  display: grid;
  align-items: center;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid var(--sand-300);
  grid-template-columns: auto 1fr auto;
  gap: clamp(30px, 5vw, 70px);
}

.map-card h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 4rem);
}

.map-card p {
  margin-bottom: 0;
}

.map-pin {
  position: relative;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border: 1px solid var(--gold-500);
  border-radius: 50% 50% 50% 0;
  color: var(--pine-900);
  transform: rotate(-45deg);
}

.map-pin::after {
  position: absolute;
  border: 1px solid var(--sand-300);
  border-radius: inherit;
  content: "";
  inset: 8px;
}

.map-pin span {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 1.6rem;
  transform: rotate(45deg);
}

/* Contact */

.contact-options {
  background: var(--ivory-100);
}

.contact-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-option {
  min-height: 540px;
  padding: clamp(40px, 6vw, 80px);
  background: var(--white);
}

.contact-option > span {
  display: block;
  margin-bottom: 65px;
  color: var(--gold-500);
  font-family: var(--serif);
}

.contact-option h2 {
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.contact-option-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.contact-option-dark {
  background: var(--pine-900);
  color: var(--white);
}

.contact-option-dark > span {
  color: var(--gold-400);
}

.direct-contact-grid {
  display: grid;
  margin-top: 60px;
  border-top: 1px solid var(--sand-300);
  border-bottom: 1px solid var(--sand-300);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.direct-contact-card {
  display: flex;
  min-height: 200px;
  justify-content: center;
  flex-direction: column;
  padding: 35px;
  border-left: 1px solid var(--sand-300);
  transition:
    background-color 250ms ease,
    color 250ms ease;
}

.direct-contact-card:first-child {
  border-left: 0;
}

.direct-contact-card:hover {
  background: var(--pine-900);
  color: var(--white);
}

.direct-contact-card span {
  margin-bottom: 18px;
  color: var(--gold-500);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.direct-contact-card strong {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.contact-note {
  margin: 24px 0 0;
  text-align: center;
}

.reach-section {
  padding-block: 0;
  background: var(--pine-900);
}

.reach-grid {
  display: grid;
  width: 100%;
  max-width: none;
  padding-inline: 0;
  color: var(--white);
  grid-template-columns: 0.82fr 1.18fr;
}

.reach-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(62px, 9vw, 130px);
}

.reach-copy address {
  margin: 22px 0 34px;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.reach-copy .button {
  align-self: flex-start;
}

.reach-media {
  min-height: 660px;
}

.reach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA and footer */

.closing-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 12vw, 160px);
  background:
    linear-gradient(rgba(8, 24, 18, 0.86), rgba(8, 24, 18, 0.9)),
    url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") center / cover;
  color: var(--white);
}

.closing-cta::before {
  position: absolute;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  right: -280px;
  bottom: -420px;
}

.closing-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 840px;
  text-align: center;
}

.closing-cta-inner .eyebrow {
  justify-content: center;
}

.closing-cta-inner h2 {
  margin-bottom: 24px;
}

.closing-cta-inner > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.7);
}

.closing-cta-inner .button-row {
  justify-content: center;
}

.site-footer {
  padding-top: 84px;
  background: var(--pine-950);
  color: var(--white);
}

.footer-grid {
  display: grid;
  padding-bottom: 70px;
  grid-template-columns: 1.4fr repeat(3, 0.7fr);
  gap: clamp(35px, 5vw, 80px);
}

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

.footer-brand > p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-column h2 {
  margin-bottom: 16px;
  color: var(--gold-400);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column address {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.8rem;
  transition: color 200ms ease;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-column .text-link {
  margin-top: 10px;
  color: var(--white);
  font-size: 0.62rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.39);
  font-size: 0.63rem;
  letter-spacing: 0.04em;
}

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

.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #1fae61;
  box-shadow: 0 14px 35px rgba(4, 28, 18, 0.25);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform 250ms var(--ease);
}

.whatsapp-float:hover {
  transform: scale(1.07) rotate(-4deg);
}

@media (max-width: 1120px) {
  :root {
    --header-height: 76px;
  }

  .nav-shell {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-actions {
    display: none;
  }

  .site-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    display: flex;
    width: min(88vw, 430px);
    height: 100dvh;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding: 110px 48px 40px;
    background: var(--pine-950);
    box-shadow: -30px 0 80px rgba(4, 15, 11, 0.25);
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
      visibility 0s linear 500ms,
      opacity 350ms ease,
      transform 500ms var(--ease);
  }

  .menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .menu-toggle {
    position: relative;
    z-index: 1001;
  }

  .menu-open .menu-toggle {
    position: fixed;
    top: 48px;
    right: 24px;
    color: var(--white);
  }

  .nav-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .nav-links a {
    font-family: var(--serif);
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .nav-footer-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-home-grid {
    position: relative;
    min-height: 100svh;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    z-index: 5;
    min-height: 82svh;
    padding-right: max(24px, calc((100vw - var(--container)) / 2));
  }

  .hero-visual {
    position: absolute;
    min-height: 100%;
    opacity: 0.42;
    inset: 0;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgba(9, 24, 19, 0.96) 0%, rgba(9, 24, 19, 0.69) 58%, rgba(9, 24, 19, 0.3) 100%),
      linear-gradient(0deg, rgba(9, 24, 19, 0.68), rgba(9, 24, 19, 0.05) 55%);
  }

  .hero-main-image {
    object-position: center;
  }

  .hero-room-card {
    display: none;
  }

  .hero-seal {
    top: auto;
    right: 28px;
    bottom: 28px;
    left: auto;
  }

  .editorial-grid,
  .editorial-split-reverse .editorial-grid,
  .cuisine-grid,
  .suited-grid,
  .business-grid {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .cuisine-media {
    min-height: 650px;
  }

  .footer-grid {
    grid-template-columns: 1.1fr repeat(3, 0.7fr);
    gap: 35px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .utility-inner > a {
    display: none;
  }

  .utility-inner {
    justify-content: flex-end;
  }

  .hero-copy {
    min-height: 88svh;
    padding-top: 160px;
  }

  .hero-copy h1 {
    font-size: clamp(3.35rem, 14vw, 6.4rem);
  }

  .hero-visual {
    min-height: 100%;
  }

  .hero-room-card {
    width: min(65vw, 300px);
  }

  .scroll-cue {
    display: none;
  }

  .dual-grid,
  .promise-grid,
  .editorial-grid,
  .editorial-split-reverse .editorial-grid,
  .intro-grid,
  .cuisine-grid,
  .event-promo-grid,
  .sport-grid,
  .business-grid,
  .suited-grid,
  .reach-grid {
    grid-template-columns: 1fr;
  }

  .experience-card-offset {
    margin-top: 20px;
  }

  .promise-copy p {
    margin-top: 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat {
    padding: 25px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .stat:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .editorial-split-reverse .editorial-copy {
    order: 2;
  }

  .editorial-media {
    min-height: 560px;
  }

  .editorial-media img:first-child {
    height: 500px;
  }

  .editorial-media img:last-child {
    height: 260px;
  }

  .location-grid,
  .number-cards,
  .landmark-grid,
  .guest-grid,
  .direct-contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .location-card,
  .number-card,
  .guest-card,
  .direct-contact-card {
    min-height: auto;
    border-top: 1px solid var(--sand-300);
    border-left: 0;
  }

  .location-card:first-child,
  .number-card:first-child,
  .guest-card:first-child,
  .direct-contact-card:first-child {
    border-top: 0;
  }

  .guest-card {
    border-color: rgba(255, 255, 255, 0.15);
  }

  .number-card strong,
  .landmark-card strong {
    margin-bottom: 32px;
  }

  .comfort-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .comfort-card:nth-child(odd) {
    border-left: 0;
  }

  .service-split,
  .contact-options-grid {
    grid-template-columns: 1fr;
  }

  .cuisine-copy {
    order: 2;
  }

  .cuisine-media {
    min-height: 590px;
  }

  .gallery-grid {
    grid-auto-rows: 240px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item,
  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-3,
  .gallery-item-4,
  .gallery-item-5,
  .gallery-item-6 {
    grid-column: span 1;
  }

  .occasion-item {
    grid-template-columns: 0.18fr 0.82fr;
  }

  .occasion-item p {
    grid-column: 2;
  }

  .sport-media,
  .reach-media {
    min-height: 540px;
  }

  .sport-copy {
    padding-block: 90px;
  }

  .map-card {
    justify-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .map-card .eyebrow {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-grid {
    gap: 36px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 62px;
    font-size: 15px;
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.6rem);
  }

  .section {
    padding-block: 76px;
  }

  .utility-bar {
    display: none;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy small {
    font-size: 0.52rem;
  }

  .brand-mark {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }

  .page-home .site-header {
    top: 0;
  }

  .hero-copy {
    min-height: 100svh;
    padding-top: 125px;
    padding-bottom: 68px;
  }

  .hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero-copy .button-row .button {
    width: 100%;
  }

  .hero-mini-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .hero-visual {
    min-height: 100%;
  }

  .hero-seal {
    right: 18px;
    bottom: 76px;
    width: 104px;
    height: 104px;
  }

  .dual-grid {
    gap: 75px;
  }

  .experience-card:first-child .experience-media img,
  .experience-media img {
    aspect-ratio: 4 / 5;
  }

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

  .stat strong {
    font-size: 2.6rem;
  }

  .editorial-media {
    min-height: 470px;
  }

  .editorial-media img:first-child {
    width: 84%;
    height: 420px;
  }

  .editorial-media img:last-child {
    width: 49%;
    height: 225px;
    border-width: 6px;
  }

  .location-action {
    align-items: stretch;
    flex-direction: column;
  }

  .subpage-hero {
    min-height: 78svh;
  }

  .subpage-hero-content {
    padding-bottom: 55px;
  }

  .subpage-hero-content h1 {
    font-size: clamp(3.1rem, 14vw, 5.1rem);
  }

  .breadcrumb {
    display: none;
  }

  .intro-grid {
    gap: 32px;
  }

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

  .comfort-card {
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 0;
  }

  .comfort-card:first-child {
    border-top: 0;
  }

  .suited-media::before {
    inset: 14px -12px -14px 12px;
  }

  .cuisine-media {
    min-height: 485px;
  }

  .cuisine-media img:first-child {
    width: 80%;
    height: 410px;
  }

  .cuisine-media img:last-child {
    width: 55%;
    height: 270px;
    border-width: 6px;
  }

  .feature-list > div {
    gap: 12px;
    grid-template-columns: 0.7fr 1fr;
  }

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

  .gallery-grid {
    width: calc(100% - 20px);
    grid-auto-rows: 210px;
    gap: 6px;
  }

  .gallery-item:nth-child(3n + 1) {
    grid-column: 1 / -1;
  }

  .gallery-item > span {
    opacity: 1;
    transform: none;
  }

  .occasion-item {
    gap: 18px;
    grid-template-columns: 46px 1fr;
  }

  .sport-media,
  .reach-media {
    min-height: 430px;
  }

  .sport-copy,
  .reach-copy {
    padding: 72px 24px;
  }

  .landmark-card {
    min-height: 320px;
  }

  .map-pin {
    width: 82px;
    height: 82px;
  }

  .contact-option {
    min-height: auto;
    padding: 48px 24px;
  }

  .contact-option > span {
    margin-bottom: 40px;
  }

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

  .direct-contact-card {
    min-height: 145px;
    padding-inline: 22px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .mobile-booking-bar {
    position: fixed;
    z-index: 950;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 62px;
    background: var(--pine-950);
    box-shadow: 0 -8px 30px rgba(4, 18, 13, 0.16);
    grid-template-columns: 1fr 1fr;
  }

  .mobile-booking-bar a {
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-booking-bar a:last-child {
    background: var(--gold-500);
    color: var(--pine-950);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 76px;
    width: 50px;
    height: 50px;
  }

  .lightbox {
    width: 100vw;
    height: 100dvh;
  }

  .lightbox figure {
    padding: 70px 16px 32px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .lightbox-prev {
    left: 16px;
  }

  .lightbox-next {
    right: 16px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Final cross-device polish after visual QA at 320, 360, 390, 740, 1024 and desktop widths */
.location-card:nth-child(2),
.number-card:nth-child(2),
.occasion-item:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 158, 65, 0.13), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 241, 228, 0.86));
}

.location-card strong,
.number-card strong,
.occasion-item > span,
.comfort-card > span,
.guest-card > span {
  transition:
    color 280ms ease,
    background-color 280ms ease,
    border-color 280ms ease,
    transform 380ms var(--ease);
}

.comfort-card:nth-child(even),
.guest-card:nth-child(even) {
  background:
    radial-gradient(circle at 100% 0%, rgba(240, 198, 117, 0.08), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.028));
}

html {
  scroll-padding-top: calc(var(--header-height) + 24px);
}

:where(section, article, [data-gallery]) {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

@media (hover: hover) {
  .location-card:hover strong,
  .number-card:hover strong {
    color: var(--terracotta);
    transform: translateY(-3px);
  }

  .occasion-item:hover > span {
    border-color: var(--terracotta);
    background: var(--terracotta);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
  }

  .comfort-card:hover > span,
  .guest-card:hover > span {
    border-color: rgba(240, 198, 117, 0.55);
    background: rgba(240, 198, 117, 0.14);
    transform: translateY(-3px);
  }
}

@media (max-width: 1120px) {
  .whatsapp-float {
    right: 16px;
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 50%;
  }

  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .back-to-top {
    right: 16px;
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .occasion-item:last-child {
    min-height: 220px;
    align-items: center;
    grid-template-columns: 52px minmax(0, 0.72fr) minmax(240px, 1fr);
    column-gap: clamp(22px, 4vw, 54px);
  }

  .occasion-item:last-child > span {
    margin: 0;
  }

  .occasion-item:last-child h3,
  .occasion-item:last-child p {
    margin: 0;
  }
}

@media (max-width: 820px) {
  .whatsapp-float {
    right: 12px;
  }

  .back-to-top {
    right: 12px;
  }

  .gallery-grid,
  .comfort-grid,
  .guest-grid,
  .location-grid,
  .number-cards,
  .occasion-list,
  .direct-contact-grid {
    gap: 12px;
  }
}

@media (max-width: 560px) {
  html {
    scroll-padding-top: 86px;
    scroll-padding-bottom: calc(148px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .mobile-booking-bar {
    right: 6px;
    bottom: max(6px, env(safe-area-inset-bottom));
    left: 6px;
    height: 62px;
    border-radius: 17px;
  }

  .mobile-booking-bar a {
    min-width: 0;
    padding: 8px 7px;
    font-size: clamp(0.66rem, 3vw, 0.76rem);
    line-height: 1.22;
    text-align: center;
    white-space: normal;
  }

  .whatsapp-float {
    right: 10px;
    bottom: calc(78px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-width: 2px;
    box-shadow: 0 12px 32px rgba(7, 49, 30, 0.28);
  }

  .whatsapp-float > span {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 8px;
  }

  .back-to-top {
    right: 10px;
    bottom: calc(132px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
    width: 40px;
    height: 40px;
  }

  .location-card,
  .number-card,
  .service-card,
  .landmark-card,
  .occasion-item,
  .contact-option,
  .direct-contact-card,
  .comfort-card,
  .guest-card {
    box-shadow: 0 16px 42px rgba(39, 27, 18, 0.07);
  }

  .footer-cookie-notice p {
    font-size: 0.78rem;
    line-height: 1.62;
  }
}

@media (max-width: 360px) {
  .mobile-booking-bar a {
    font-size: 0.65rem;
    letter-spacing: 0.045em;
  }

  .brand-copy strong {
    letter-spacing: -0.035em;
  }
}

/* Modern hospitality system · 2026 */

:root {
  --pine-950: #061a14;
  --pine-900: #0b2a21;
  --pine-800: #123d31;
  --pine-700: #235a49;
  --gold-500: #d4a35f;
  --gold-400: #e5bf88;
  --terracotta: #bd684e;
  --ivory-100: #f4eee4;
  --ivory-50: #fcfaf6;
  --sand-200: #e8ddcd;
  --sand-300: #d7c7b1;
  --ink: #13231e;
  --muted: #65736d;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 42px;
  --shadow-soft: 0 24px 70px rgba(7, 30, 22, 0.1);
  --shadow-deep: 0 34px 100px rgba(4, 22, 16, 0.28);
}

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

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 8% 12%, rgba(212, 163, 95, 0.08), transparent 26rem),
    var(--ivory-50);
}

body::before {
  position: fixed;
  z-index: -1;
  width: 42rem;
  height: 42rem;
  border: 1px solid rgba(13, 52, 41, 0.055);
  border-radius: 50%;
  content: "";
  right: -25rem;
  top: 30vh;
  pointer-events: none;
}

.section {
  position: relative;
}

.scroll-progress {
  position: fixed;
  z-index: 1200;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--gold-500), #f0d4aa);
  box-shadow: 0 0 18px rgba(212, 163, 95, 0.5);
  pointer-events: none;
  transform-origin: left center;
}

.button {
  min-height: 56px;
  padding: 15px 25px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.075em;
  overflow: hidden;
}

.button::after {
  display: inline-block;
  margin-left: 2px;
  content: "↗";
  font-size: 1rem;
  line-height: 1;
  transition: transform 300ms var(--ease);
}

.button:hover::after {
  transform: translate(3px, -3px);
}

.button-small {
  min-height: 46px;
  border-radius: 12px;
}

.text-link {
  border-bottom-color: rgba(11, 42, 33, 0.28);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(252, 250, 246, 0.92);
  backdrop-filter: blur(22px) saturate(140%);
  transition:
    color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease;
}

.page-home .site-header {
  position: fixed;
  color: var(--white);
  background: linear-gradient(180deg, rgba(6, 26, 20, 0.82), rgba(6, 26, 20, 0));
  backdrop-filter: none;
}

.site-header.is-scrolled,
.page-home .site-header.is-scrolled {
  color: var(--pine-950);
  background: rgba(252, 250, 246, 0.9);
  box-shadow: 0 14px 40px rgba(8, 30, 23, 0.08);
  backdrop-filter: blur(24px) saturate(150%);
}

.utility-bar {
  height: 32px;
  overflow: hidden;
  transition:
    height 350ms var(--ease),
    opacity 250ms ease;
}

.site-header.is-scrolled .utility-bar {
  height: 0;
  opacity: 0;
}

.nav-shell {
  min-height: 82px;
  transition: min-height 350ms var(--ease);
}

.site-header.is-scrolled .nav-shell {
  min-height: 72px;
}

.brand-mark {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(212, 163, 95, 0.2), transparent);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.04);
}

.brand-copy strong {
  letter-spacing: -0.025em;
}

.nav-links a {
  letter-spacing: 0.065em;
}

.nav-links a::after {
  height: 2px;
  border-radius: 999px;
  background: var(--gold-500);
}

.nav-mobile-note,
.menu-scrim {
  display: none;
}

.hero-home {
  min-height: max(760px, 100svh);
  background:
    radial-gradient(circle at 35% 35%, rgba(212, 163, 95, 0.13), transparent 30rem),
    var(--pine-950);
}

.hero-home-grid {
  min-height: max(760px, 100svh);
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
}

.hero-copy {
  padding-top: calc(var(--header-height) + 102px);
  padding-bottom: 126px;
}

.hero-copy::before {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.66);
  content: "HOTEL · RISTORANTE · PIZZERIA";
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  backdrop-filter: blur(12px);
}

[data-locale="en"] .hero-copy::before {
  content: "HOTEL · RESTAURANT · PIZZERIA";
}

[data-locale="de"] .hero-copy::before {
  content: "HOTEL · RESTAURANT · PIZZERIA";
}

.hero-copy .eyebrow {
  display: none;
}

.hero-copy h1 {
  max-width: 700px;
  font-size: clamp(3.75rem, 5.25vw, 6.35rem);
  text-wrap: balance;
}

.hero-lead {
  max-width: 570px;
}

.hero-visual {
  min-height: max(760px, 100svh);
  border-bottom-left-radius: 64px;
}

.hero-visual::before {
  position: absolute;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
}

.hero-main-image {
  animation-duration: 20s;
}

.hero-room-card {
  overflow: hidden;
  padding: 8px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.hero-room-card img {
  border-radius: 16px;
}

.hero-seal {
  width: 134px;
  height: 134px;
  border-color: rgba(229, 191, 136, 0.72);
  background: rgba(6, 26, 20, 0.72);
}

.scroll-cue {
  bottom: 82px;
}

.quick-booking {
  position: relative;
  z-index: 8;
  height: 0;
}

.quick-booking-shell {
  display: grid;
  min-height: 126px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(252, 250, 246, 0.94);
  box-shadow: 0 28px 70px rgba(6, 26, 20, 0.18);
  grid-template-columns: 1.15fr repeat(3, 1fr);
  transform: none;
  backdrop-filter: blur(24px) saturate(150%);
}

.quick-booking-intro,
.quick-action {
  display: flex;
  min-width: 0;
  justify-content: center;
  flex-direction: column;
  padding: 24px clamp(20px, 2vw, 34px);
}

.quick-booking-intro {
  background: var(--pine-900);
  color: var(--white);
}

.quick-kicker,
.quick-action small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-500);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quick-booking-brand {
  display: grid;
  min-width: 0;
  padding-left: clamp(12px, 1.15vw, 18px);
  border-left: 2px solid var(--gold-400);
  gap: 7px;
}

.quick-booking-brand strong {
  display: grid;
  min-width: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.75vw, 1.72rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.quick-booking-brand strong span:first-child {
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--sans);
  font-size: 0.49em;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.quick-booking-brand strong span:last-child {
  overflow-wrap: anywhere;
}

.quick-booking-brand small {
  color: var(--gold-300);
  font-size: clamp(0.62rem, 0.72vw, 0.72rem);
  font-weight: 750;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.quick-booking-brand small span {
  margin-inline: 0.25em;
  color: rgba(255, 255, 255, 0.48);
}

.quick-action {
  position: relative;
  display: grid;
  align-items: center;
  border-left: 1px solid var(--sand-200);
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  transition:
    background-color 250ms ease,
    color 250ms ease;
}

.quick-number {
  color: var(--gold-500);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.quick-action strong {
  display: block;
  overflow: hidden;
  font-size: 0.76rem;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-action b {
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform 300ms var(--ease);
}

.quick-action:hover {
  background: var(--ivory-100);
}

.quick-action:hover b {
  transform: translate(3px, -3px);
}

.dual-experience {
  padding-top: clamp(150px, 15vw, 220px);
}

.experience-card {
  padding: 10px;
  border: 1px solid rgba(11, 42, 33, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 70px rgba(8, 30, 23, 0.055);
}

.experience-media {
  border-radius: 26px;
}

.card-index {
  right: 16px;
  bottom: 16px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(252, 250, 246, 0.92);
  backdrop-filter: blur(12px);
}

.experience-copy {
  padding: 34px 24px 28px;
}

.promise-section {
  margin-inline: 18px;
  border-radius: var(--radius-lg);
}

.stats-grid {
  gap: 12px;
  padding-top: 18px;
  border-top: 0;
}

.stat,
.stat:first-child {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
}

.editorial-media img:first-child,
.editorial-media img:last-child,
.suited-media img,
.business-media img,
.sport-media,
.reach-media {
  border-radius: 28px;
}

.editorial-media img:last-child {
  border-color: var(--ivory-50);
}

.location-section {
  margin-inline: 18px;
  border-radius: var(--radius-lg);
}

.location-grid,
.number-cards,
.direct-contact-grid {
  gap: 12px;
  border: 0;
}

.location-card,
.number-card,
.direct-contact-card {
  border: 1px solid rgba(11, 42, 33, 0.09);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.66);
  transition:
    transform 350ms var(--ease),
    box-shadow 350ms var(--ease),
    background-color 250ms ease,
    color 250ms ease;
}

.location-card:hover,
.number-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.breadcrumb {
  padding-block: 15px;
}

.subpage-hero {
  min-height: min(72vh, 760px);
  margin: 0 18px;
  border-radius: 0 0 44px 44px;
}

.subpage-hero-media img {
  transform: scale(1.015);
  transition: transform 1.2s var(--ease);
}

.subpage-hero:hover .subpage-hero-media img {
  transform: scale(1.035);
}

.subpage-hero-content h1 {
  text-wrap: balance;
}

.service-split,
.comfort-grid,
.guest-grid,
.landmark-grid,
.occasion-list {
  gap: 12px;
}

.service-card,
.comfort-card,
.guest-card,
.landmark-card,
.occasion-item {
  border-radius: var(--radius-md);
}

.comfort-grid,
.guest-grid {
  border-top: 0;
}

.comfort-card,
.guest-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.035);
}

.comfort-section,
.guest-section,
.event-promo,
.cuisine-section,
.sport-section,
.reach-section {
  margin-inline: 18px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.occasion-item {
  padding-inline: clamp(26px, 4vw, 54px);
  border: 1px solid rgba(11, 42, 33, 0.08);
  background: rgba(255, 255, 255, 0.56);
}

.check-list li {
  border-radius: 14px;
}

.gallery-grid {
  width: min(calc(100% - 36px), 1500px);
  gap: 10px;
}

.gallery-item {
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(7, 30, 22, 0.08);
}

.gallery-item > span {
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(252, 250, 246, 0.92);
  color: var(--pine-950);
  backdrop-filter: blur(12px);
}

.contact-options-grid {
  gap: 12px;
}

.contact-option {
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(7, 30, 22, 0.07);
}

.map-card {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
}

.closing-cta {
  margin: 18px;
  border-radius: var(--radius-lg);
  background-position: center 44%;
}

.site-footer {
  margin-top: 18px;
  border-radius: 42px 42px 0 0;
}

.whatsapp-float {
  display: flex;
  width: auto;
  min-width: 58px;
  height: 58px;
  padding: 0 18px;
  border-width: 3px;
  border-radius: 18px;
  gap: 9px;
}

.whatsapp-float strong {
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.back-to-top {
  position: fixed;
  z-index: 899;
  right: 22px;
  bottom: 92px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(11, 42, 33, 0.12);
  border-radius: 14px;
  background: rgba(252, 250, 246, 0.9);
  box-shadow: 0 12px 35px rgba(7, 30, 22, 0.12);
  color: var(--pine-950);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 250ms ease,
    transform 300ms var(--ease);
  backdrop-filter: blur(14px);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lightbox {
  width: min(94vw, 1400px);
  height: min(92dvh, 940px);
  border-radius: 26px;
  background: rgba(4, 17, 13, 0.96);
  backdrop-filter: blur(20px);
}

.lightbox figure img {
  border-radius: 16px;
}

.lightbox figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.lightbox figcaption small {
  flex: 0 0 auto;
  color: var(--gold-400);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

@media (hover: hover) {
  .experience-card {
    transition:
      transform 450ms var(--ease),
      box-shadow 450ms var(--ease);
  }

  .experience-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-soft);
  }

  .gallery-item:hover {
    z-index: 2;
    box-shadow: 0 26px 70px rgba(7, 30, 22, 0.2);
  }
}

@media (max-width: 1120px) {
  .nav-mobile-brand {
    position: absolute;
    z-index: 2;
    top: max(24px, calc(18px + env(safe-area-inset-top)));
    left: clamp(24px, 6vw, 48px);
    display: flex;
    max-width: calc(100% - 126px);
    align-items: center;
    color: var(--white);
  }

  .nav-mobile-brand .brand-copy {
    min-width: 0;
  }

  .nav-mobile-brand .brand-copy strong {
    display: block;
    overflow: hidden;
    font-size: clamp(0.98rem, 3.2vw, 1.16rem);
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-mobile-brand .brand-copy small {
    overflow: hidden;
    color: var(--gold-400);
    font-size: clamp(0.52rem, 1.8vw, 0.6rem);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .menu-scrim {
    position: fixed;
    z-index: 997;
    display: block;
    border: 0;
    background: rgba(2, 12, 9, 0.58);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    inset: 0;
    transition: opacity 350ms ease;
    backdrop-filter: blur(5px);
  }

  .menu-open .menu-scrim {
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav {
    z-index: 998;
    width: min(90vw, 470px);
    padding: 120px 48px 44px;
    border-radius: 32px 0 0 32px;
    background:
      radial-gradient(circle at 100% 0%, rgba(212, 163, 95, 0.18), transparent 18rem),
      var(--pine-950);
    overflow-y: auto;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .nav-mobile-note {
    display: block;
    max-width: 300px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.76rem;
  }

  .nav-links a {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .hero-home-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: max(760px, 100svh);
    padding-bottom: 155px;
  }

  .hero-visual {
    border-radius: 0;
  }

  .quick-booking-shell {
    grid-template-columns: repeat(3, 1fr);
  }

  .quick-booking-intro {
    display: none;
  }

  .quick-action:first-of-type {
    border-left: 0;
  }
}

@media (max-width: 820px) {
  body::before {
    display: none;
  }

  .hero-copy::before {
    margin-bottom: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(3.25rem, 13.5vw, 5.7rem);
  }

  .quick-booking {
    height: auto;
    padding-top: 18px;
  }

  .quick-booking-shell {
    min-height: auto;
    grid-template-columns: 1fr;
    transform: none;
  }

  .quick-action,
  .quick-action:first-of-type {
    min-height: 92px;
    border-top: 1px solid var(--sand-200);
    border-left: 0;
  }

  .quick-action:first-of-type {
    border-top: 0;
  }

  .dual-experience {
    padding-top: 90px;
  }

  .experience-card {
    border-radius: 28px;
  }

  .promise-section,
  .location-section,
  .comfort-section,
  .guest-section,
  .event-promo,
  .cuisine-section,
  .sport-section,
  .reach-section,
  .closing-cta,
  .subpage-hero {
    margin-inline: 10px;
    border-radius: 30px;
  }

  .stats-grid {
    gap: 8px;
  }

  .stat,
  .stat:first-child {
    padding: 24px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .location-grid,
  .number-cards,
  .direct-contact-grid {
    gap: 8px;
  }

  .location-card,
  .number-card,
  .direct-contact-card {
    border: 1px solid rgba(11, 42, 33, 0.09);
  }

  .gallery-grid {
    width: calc(100% - 20px);
  }

  .service-split,
  .comfort-grid,
  .guest-grid,
  .landmark-grid,
  .occasion-list {
    gap: 8px;
  }

  .back-to-top {
    right: 14px;
    bottom: 142px;
  }
}

@media (max-width: 560px) {
  .nav-mobile-brand {
    top: max(20px, calc(14px + env(safe-area-inset-top)));
    left: 24px;
    max-width: calc(100% - 104px);
  }

  body {
    padding-bottom: 78px;
  }

  .site-header,
  .page-home .site-header,
  .site-header.is-scrolled,
  .page-home .site-header.is-scrolled {
    background: rgba(252, 250, 246, 0.9);
    color: var(--pine-950);
    backdrop-filter: blur(22px) saturate(150%);
  }

  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    min-height: 70px;
  }

  .site-nav {
    width: 100vw;
    border-radius: 0;
  }

  .menu-open .menu-toggle {
    top: 14px;
  }

  .hero-copy {
    min-height: max(700px, 100svh);
    padding-top: 112px;
    padding-bottom: 118px;
  }

  .hero-copy::before {
    font-size: 0.5rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 14.5vw, 4.75rem);
  }

  .hero-seal {
    bottom: 24px;
  }

  .quick-booking {
    padding-top: 12px;
  }

  .quick-booking-shell {
    border-radius: 22px;
  }

  .quick-action {
    min-height: 84px;
    padding: 18px;
  }

  .dual-experience {
    padding-top: 76px;
  }

  .experience-copy {
    padding: 28px 18px 22px;
  }

  .promise-section,
  .location-section,
  .comfort-section,
  .guest-section,
  .event-promo,
  .cuisine-section,
  .sport-section,
  .reach-section,
  .closing-cta,
  .subpage-hero {
    margin-inline: 6px;
    border-radius: 24px;
  }

  .subpage-hero {
    min-height: 72svh;
  }

  .gallery-item {
    border-radius: 14px;
  }

  .site-footer {
    border-radius: 28px 28px 0 0;
  }

  .mobile-booking-bar {
    right: 8px;
    bottom: 8px;
    left: 8px;
    height: 64px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 42px rgba(4, 18, 13, 0.28);
  }

  .whatsapp-float {
    right: 14px;
    bottom: 84px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 16px;
  }

  .whatsapp-float strong {
    display: none;
  }

  .back-to-top {
    right: 14px;
    bottom: 144px;
    width: 42px;
    height: 42px;
  }

  .lightbox {
    border-radius: 0;
  }
}

/* Cross-resolution refinements */

@media (min-width: 1121px) {
  .hero-home-grid {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  }

  .hero-copy {
    padding-left: max(48px, calc((100vw - 1480px) / 2));
    padding-right: clamp(52px, 5.5vw, 104px);
  }

  .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3.7rem, 4.55vw, 5.4rem);
  }

  .hero-copy h1 > span,
  .hero-copy h1 > em {
    display: block;
  }
}

body:not(.has-scrolled) .whatsapp-float,
body:not(.has-scrolled) .back-to-top {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(0.96);
}

.mobile-booking-bar {
  transition:
    opacity 280ms ease,
    transform 380ms var(--ease);
}

@media (max-width: 560px) {
  body:not(.has-scrolled) .mobile-booking-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 14px));
  }

  .hero-seal,
  .hero-mini-contact {
    display: none;
  }

  .hero-copy {
    padding-bottom: 86px;
  }
}

@media (max-width: 360px) {
  .brand-copy strong {
    font-size: 0.9rem;
  }

  .brand-copy small {
    letter-spacing: 0.09em;
  }

  .hero-copy {
    padding-top: 104px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 14vw, 3.25rem);
  }

  .hero-copy::before {
    padding-inline: 10px;
    font-size: 0.46rem;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .button {
    padding-inline: 17px;
  }

  .mobile-booking-bar a {
    font-size: 0.56rem;
  }

  .subpage-hero-content h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .hero-copy {
    padding-top: 142px;
    padding-bottom: 78px;
  }

  .hero-copy::before {
    margin-bottom: 18px;
  }

  .hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(3.5rem, 4.2vw, 4.7rem);
  }

  .hero-lead {
    margin-bottom: 24px;
  }

  .hero-mini-contact {
    margin-top: 22px;
  }

  .hero-home,
  .hero-home-grid,
  .hero-visual {
    min-height: max(700px, 100svh);
  }
}

@media (max-height: 500px) and (min-width: 561px) {
  .hero-copy {
    min-height: 660px;
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 8vw, 4.5rem);
  }

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

@media (max-height: 650px) and (max-width: 1120px) {
  .site-nav {
    justify-content: flex-start;
    padding-top: 86px;
  }

  .nav-mobile-note {
    margin-bottom: 20px;
  }

  .nav-links a {
    font-size: clamp(1.65rem, 6vw, 2.25rem);
  }

  .nav-footer-mobile {
    margin-top: 28px;
  }
}

/* Signature polish · final responsive pass */

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  transform: scaleX(0.2);
  background: linear-gradient(90deg, transparent, rgba(212, 163, 95, 0.7), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  transition:
    opacity 300ms ease,
    transform 550ms var(--ease);
}

.site-header.is-scrolled::after {
  transform: scaleX(1);
  opacity: 0.48;
}

.brand {
  min-width: 0;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  max-width: 210px;
  font-size: clamp(0.92rem, 1.05vw, 1.12rem);
  line-height: 1.02;
  text-wrap: balance;
}

.brand-copy small {
  color: currentColor;
}

.button {
  isolation: isolate;
}

.button::before {
  position: absolute;
  z-index: -1;
  top: -60%;
  left: -55%;
  width: 42%;
  height: 220%;
  transform: rotate(18deg) translateX(-180%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.26), transparent);
  content: "";
  pointer-events: none;
  transition: transform 700ms var(--ease);
}

.experience-card,
.location-card,
.number-card,
.direct-contact-card,
.service-card,
.occasion-item,
.contact-option {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.experience-card::before,
.location-card::before,
.number-card::before,
.direct-contact-card::before,
.service-card::before,
.occasion-item::before,
.contact-option::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 14%;
  left: 14%;
  height: 1px;
  transform: scaleX(0.25);
  background: linear-gradient(90deg, transparent, rgba(212, 163, 95, 0.76), transparent);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform-origin: center;
  transition:
    opacity 320ms ease,
    transform 500ms var(--ease);
}

.gallery-item:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 4px;
}

.gallery-item img {
  will-change: transform;
}

.quick-action,
.contact-option,
.location-card,
.number-card {
  -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
  .button:hover::before {
    transform: rotate(18deg) translateX(520%);
  }

  .experience-card:hover::before,
  .location-card:hover::before,
  .number-card:hover::before,
  .direct-contact-card:hover::before,
  .service-card:hover::before,
  .occasion-item:hover::before,
  .contact-option:hover::before {
    transform: scaleX(1);
    opacity: 1;
  }

  .contact-option:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 80px rgba(7, 30, 22, 0.13);
  }

  .gallery-item:hover > span {
    transform: rotate(8deg) scale(1.06);
  }
}

@media (min-width: 1700px) {
  :root {
    --container: 1540px;
  }

  .hero-copy {
    padding-left: max(72px, calc((100vw - 1660px) / 2));
  }

  .hero-copy h1 {
    max-width: 810px;
    font-size: clamp(4.8rem, 4.65vw, 5.75rem);
  }

  .hero-lead {
    max-width: 680px;
    font-size: 1.12rem;
  }

  .gallery-grid {
    width: min(calc(100% - 64px), 1680px);
  }
}

@media (min-width: 1121px) and (max-width: 1320px) {
  .nav-shell {
    gap: 18px;
  }

  .brand {
    gap: 10px;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .brand-copy strong {
    max-width: 170px;
    font-size: 0.86rem;
  }

  .brand-copy small {
    font-size: 0.52rem;
  }

  .nav-links {
    gap: 16px;
  }

  .header-actions {
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .brand {
    max-width: calc(100vw - 96px);
    gap: 10px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .brand-copy strong {
    max-width: min(205px, calc(100vw - 150px));
    font-size: clamp(0.78rem, 3.65vw, 0.96rem);
  }

  .brand-copy small {
    margin-top: 4px;
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .button {
    min-height: 54px;
  }

  .hero-lead {
    max-width: 31rem;
  }

  .section-intro h2,
  .editorial-copy h2,
  .service-copy h2,
  .event-promo-copy h2,
  .closing-cta h2 {
    text-wrap: balance;
  }

  .gallery-item > span {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 360px) {
  .brand-copy strong {
    max-width: 164px;
    font-size: 0.74rem;
  }

  .brand-copy small {
    font-size: 0.46rem;
  }

  .hero-copy h1 {
    letter-spacing: -0.052em;
  }

  .button-row {
    gap: 9px;
  }
}

@media (max-height: 460px) and (orientation: landscape) {
  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    min-height: 62px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .site-nav {
    padding-top: 72px;
  }

  .nav-links a {
    padding-block: 5px;
    font-size: clamp(1.4rem, 5vw, 1.9rem);
  }

  .nav-footer-mobile {
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button::before,
  .experience-card::before,
  .location-card::before,
  .number-card::before,
  .direct-contact-card::before,
  .service-card::before,
  .occasion-item::before,
  .contact-option::before {
    display: none;
  }
}

/* Contemporary typography and section system */

:root {
  --serif: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --type-body: clamp(1rem, 0.2vw + 0.97rem, 1.08rem);
  --type-body-large: clamp(1.08rem, 0.35vw + 1rem, 1.24rem);
  --surface-line: rgba(11, 42, 33, 0.1);
  --surface-glow: 0 32px 90px rgba(7, 30, 22, 0.09);
}

body {
  font-size: 17px;
  line-height: 1.72;
  letter-spacing: -0.008em;
}

h1,
h2,
h3 {
  font-weight: 400;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

h1,
h2 {
  line-height: 0.99;
}

h3 {
  line-height: 1.08;
}

p,
li,
address {
  font-size: var(--type-body);
}

.hero-lead,
.large-copy,
.section-heading.centered > p:last-child,
.editorial-copy > p:not(.eyebrow),
.suited-copy > p:not(.eyebrow),
.business-copy > p:not(.eyebrow),
.cuisine-copy > p:not(.eyebrow),
.sport-copy > p:not(.eyebrow),
.reach-copy > p:not(.eyebrow),
.closing-cta-inner > p:not(.eyebrow) {
  font-size: var(--type-body-large);
  line-height: 1.7;
}

.large-copy {
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: -0.022em;
}

.eyebrow {
  gap: 12px;
  margin-bottom: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  border-radius: 99px;
}

.utility-bar {
  font-size: 0.76rem;
}

.nav-links a {
  font-size: 0.79rem;
  letter-spacing: 0.075em;
}

.language-switcher a {
  font-size: 0.74rem;
}

.button {
  min-height: 58px;
  padding: 16px 27px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.button-small {
  min-height: 48px;
  padding-inline: 21px;
  font-size: 0.79rem;
}

.brand-copy small {
  font-size: 0.6rem;
}

.hero-room-card span,
.text-link-light,
.whatsapp-float strong {
  font-size: 0.75rem;
}

.section {
  padding-block: clamp(96px, 10vw, 156px);
}

.section-heading {
  max-width: 780px;
}

.section-heading h2,
.editorial-copy h2,
.suited-copy h2,
.business-copy h2,
.cuisine-copy h2,
.sport-copy h2,
.reach-copy h2 {
  letter-spacing: -0.045em;
}

.intro-section {
  overflow: hidden;
}

.intro-grid {
  position: relative;
  align-items: center;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid var(--surface-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 163, 95, 0.13), transparent 19rem),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--surface-glow);
}

.intro-grid::after {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(212, 163, 95, 0.38);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.dual-grid {
  gap: clamp(28px, 5vw, 72px);
}

.experience-card {
  border-color: rgba(11, 42, 33, 0.11);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 80px rgba(7, 30, 22, 0.08);
}

.experience-copy {
  max-width: 560px;
  padding: 38px 28px 30px;
}

.experience-copy p:not(.eyebrow),
.location-card p,
.number-card p,
.service-card p,
.comfort-card p,
.guest-card p,
.landmark-card p,
.occasion-item p,
.contact-option p,
.direct-contact-card p {
  font-size: 1rem;
  line-height: 1.72;
}

.promise-section,
.comfort-section,
.guest-section,
.cuisine-section,
.sport-section,
.reach-section {
  background:
    radial-gradient(circle at 88% 8%, rgba(212, 163, 95, 0.12), transparent 27rem),
    var(--pine-900);
}

.stat,
.comfort-card,
.guest-card {
  backdrop-filter: blur(10px);
}

.stat span,
.feature-list span,
.sport-tags span,
.direct-contact-card span,
.quick-kicker,
.quick-action small,
.hero-mini-contact span,
.mobile-booking-bar a {
  font-size: 0.75rem;
}

.stat span,
.sport-tags span,
.direct-contact-card span {
  line-height: 1.5;
}

.editorial-grid,
.suited-grid,
.business-grid {
  position: relative;
}

.editorial-copy,
.suited-copy,
.business-copy {
  padding: clamp(8px, 2vw, 28px);
}

.editorial-media::after,
.suited-media::after,
.business-media::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(212, 163, 95, 0.32);
  border-radius: 32px;
  content: "";
  pointer-events: none;
  inset: 22px -22px -22px 22px;
}

.business-media,
.suited-media {
  position: relative;
  z-index: 0;
}

.location-grid,
.number-cards,
.service-split,
.landmark-grid,
.contact-options-grid,
.direct-contact-grid {
  gap: 14px;
  border: 0;
}

.location-card,
.number-card,
.service-card,
.landmark-card,
.contact-option,
.direct-contact-card {
  border: 1px solid var(--surface-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(7, 30, 22, 0.055);
}

.location-card,
.number-card {
  min-height: 320px;
}

.location-card strong,
.number-card strong,
.landmark-card strong {
  letter-spacing: -0.045em;
}

.service-card-dark,
.contact-option-dark {
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.13), transparent 18rem),
    var(--terracotta);
}

.occasion-list {
  display: grid;
  gap: 12px;
}

.occasion-item {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--surface-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(7, 30, 22, 0.045);
}

.occasion-item:last-child {
  border-bottom: 1px solid var(--surface-line);
}

.feature-list {
  display: grid;
  gap: 8px;
  border-top: 0;
}

.feature-list > div {
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.gallery-heading {
  margin-bottom: 58px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--surface-line);
}

.gallery-heading > p {
  max-width: 320px;
  font-size: 0.95rem;
  text-align: right;
}

.gallery-item {
  border: 1px solid rgba(11, 42, 33, 0.08);
}

.map-card {
  border-color: var(--surface-line);
  background:
    radial-gradient(circle at 0% 100%, rgba(212, 163, 95, 0.12), transparent 20rem),
    rgba(255, 255, 255, 0.78);
}

.footer-column a,
.footer-column address,
.footer-brand p,
.footer-bottom p {
  font-size: 0.9rem;
}

@media (hover: hover) {
  .comfort-card,
  .guest-card,
  .service-card,
  .landmark-card,
  .occasion-item,
  .direct-contact-card {
    transition:
      transform 350ms var(--ease),
      background-color 300ms ease,
      box-shadow 350ms var(--ease);
  }

  .comfort-card:hover,
  .guest-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.075);
  }

  .service-card:hover,
  .landmark-card:hover,
  .occasion-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 72px rgba(7, 30, 22, 0.11);
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .section {
    padding-block: clamp(78px, 15vw, 112px);
  }

  .nav-mobile-note {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .nav-links a {
    font-size: clamp(2.05rem, 8vw, 2.65rem);
    line-height: 1.08;
  }

  .language-switcher a {
    font-size: 0.78rem;
  }

  .intro-grid {
    gap: 30px;
    padding: 30px;
    border-radius: 26px;
  }

  .intro-grid::after {
    width: 38px;
    height: 38px;
  }

  .editorial-copy,
  .suited-copy,
  .business-copy {
    padding: 10px 4px;
  }

  .editorial-media::after,
  .suited-media::after,
  .business-media::after {
    inset: 14px -10px -10px 14px;
    border-radius: 24px;
  }

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

  .gallery-heading > p {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  p,
  li,
  address {
    font-size: 1rem;
  }

  .hero-lead,
  .large-copy,
  .section-heading.centered > p:last-child,
  .editorial-copy > p:not(.eyebrow),
  .suited-copy > p:not(.eyebrow),
  .business-copy > p:not(.eyebrow),
  .cuisine-copy > p:not(.eyebrow),
  .sport-copy > p:not(.eyebrow),
  .reach-copy > p:not(.eyebrow),
  .closing-cta-inner > p:not(.eyebrow) {
    font-size: 1.06rem;
    line-height: 1.68;
  }

  .eyebrow {
    font-size: 0.74rem;
  }

  .button {
    min-height: 56px;
    font-size: 0.8rem;
  }

  .intro-grid {
    padding: 26px 22px;
  }

  .location-card,
  .number-card,
  .service-card,
  .landmark-card,
  .contact-option,
  .direct-contact-card,
  .occasion-item {
    border-radius: 20px;
  }

  .experience-copy p:not(.eyebrow),
  .location-card p,
  .number-card p,
  .service-card p,
  .comfort-card p,
  .guest-card p,
  .landmark-card p,
  .occasion-item p,
  .contact-option p {
    font-size: 1rem;
  }

  .stat span,
  .feature-list span,
  .sport-tags span,
  .direct-contact-card span,
  .quick-kicker,
  .quick-action small,
  .hero-mini-contact span,
  .mobile-booking-bar a {
    font-size: 0.75rem;
  }
}

/* Restaurant & pizzeria direction - 2026 */
:root {
  --pine-950: #171b15;
  --pine-900: #203026;
  --pine-800: #2d4434;
  --pine-700: #486450;
  --gold-500: #dc9e41;
  --gold-400: #f0c675;
  --terracotta: #bd432b;
  --ivory-100: #f4ede1;
  --ivory-50: #fffaf2;
  --sand-200: #e9dcc9;
  --sand-300: #d7c4aa;
  --ink: #1d211b;
  --restaurant-red: #bd432b;
  --restaurant-red-dark: #8a2f1d;
  --gold-text: #8a5a14;
  --focus-ring-dark: #124b38;
  --cream-warm: #fff8ec;
  --restaurant-shadow: 0 30px 90px rgba(43, 27, 16, 0.13);
  --restaurant-line: rgba(72, 51, 35, 0.13);
}

body {
  background: radial-gradient(circle at 4% 9%, rgba(220, 158, 65, 0.07), transparent 24rem), var(--ivory-50);
}

::selection { background: var(--restaurant-red); color: #fff; }
body[data-locale="it"] .hero-copy::before { content: "RISTORANTE · PIZZERIA · HOTEL"; }
body[data-locale="en"] .hero-copy::before,
body[data-locale="de"] .hero-copy::before { content: "RESTAURANT · PIZZERIA · HOTEL"; }

.button-primary {
  border-color: var(--restaurant-red);
  background: var(--restaurant-red);
  box-shadow: 0 15px 34px rgba(200, 75, 49, 0.22);
}

.button-primary:hover {
  border-color: var(--restaurant-red-dark);
  background: var(--restaurant-red-dark);
  box-shadow: 0 20px 42px rgba(150, 53, 31, 0.28);
}

.button-dark { border-color: var(--pine-950); background: var(--pine-950); }
.nav-links a[aria-current="page"]::after,
.text-link::after { background: var(--restaurant-red); }

.brand-mark {
  border-color: rgba(220, 158, 65, 0.72);
  background: radial-gradient(circle at 50% 43%, rgba(240, 198, 117, 0.24), transparent 53%), rgba(32, 48, 38, 0.16);
}

.brand-copy small { color: var(--restaurant-red); }
.page-home .brand-copy small { color: var(--gold-400); }
.page-home .site-header.is-scrolled .brand-copy small { color: var(--restaurant-red); }
.header-actions .button { min-width: 150px; }

.hero-home {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 19% 82%, rgba(200, 75, 49, 0.22), transparent 25rem),
    radial-gradient(circle at 40% 10%, rgba(220, 158, 65, 0.12), transparent 26rem),
    var(--pine-950);
}

.hero-home::before,
.hero-home::after {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(240, 198, 117, 0.1);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
  pointer-events: none;
}

.hero-home::before { width: min(42vw, 720px); inset: auto auto -30% -12%; }
.hero-home::after { width: 180px; inset: 18% auto auto 36%; }
.hero-home-grid { grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
.hero-copy { background: linear-gradient(145deg, transparent 60%, rgba(200, 75, 49, 0.08)); }

.hero-copy::before {
  border-color: rgba(240, 198, 117, 0.24);
  background: rgba(240, 198, 117, 0.07);
  color: var(--gold-400);
}

.hero-copy h1 {
  max-width: 770px;
  font-size: clamp(4rem, 5.45vw, 6.7rem);
  letter-spacing: -0.052em;
}

.hero-copy h1 em { color: var(--gold-400); }

.hero-copy .button-ghost {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(8px);
}

.hero-copy .button-ghost:hover { border-color: #fff; background: #fff; color: var(--pine-950); }

.hero-visual {
  overflow: hidden;
  border: 12px solid rgba(255, 250, 242, 0.045);
  border-top: 0;
  border-right: 0;
  border-bottom-left-radius: 80px;
  box-shadow: -26px 0 80px rgba(0, 0, 0, 0.18);
}

.hero-visual::after {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  content: "";
  inset: 22px;
  pointer-events: none;
}

.hero-main-image { object-position: 50% 48%; filter: saturate(1.05) contrast(1.03); }
.hero-visual .hero-room-card { border: 1px solid rgba(255, 255, 255, 0.7); box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24); }
.hero-seal { background: var(--restaurant-red); box-shadow: 0 18px 40px rgba(77, 23, 13, 0.28); }

.quick-booking-shell {
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: 0 34px 88px rgba(30, 25, 17, 0.22);
}

.quick-booking-intro {
  background: radial-gradient(circle at 0% 100%, rgba(220, 158, 65, 0.2), transparent 15rem), var(--pine-900);
}

.quick-action-featured { background: rgba(200, 75, 49, 0.055); }
.quick-action-featured .quick-number,
.quick-action-featured small,
.quick-action-featured b { color: var(--restaurant-red); }
.quick-action:hover { background: var(--cream-warm); }

.taste-ribbon {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-block: 1px solid rgba(240, 198, 117, 0.18);
  background: linear-gradient(90deg, rgba(200, 75, 49, 0.11), transparent 30%, rgba(220, 158, 65, 0.08)), var(--pine-950);
  color: #fff;
}

.page-home .taste-ribbon { padding-top: 90px; }

.taste-ribbon-track {
  display: grid;
  align-items: center;
  min-height: 92px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.taste-ribbon-track span {
  position: relative;
  padding: 18px 22px;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.35vw, 1.32rem);
  line-height: 1.2;
  text-align: center;
}

.taste-ribbon-track span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  border-radius: 50%;
  background: var(--restaurant-red);
  content: "";
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.dual-experience {
  background: radial-gradient(circle at 95% 5%, rgba(200, 75, 49, 0.08), transparent 26rem), var(--ivory-50);
}

.dual-grid .experience-card:nth-child(2) { order: -1; margin-top: 0; }
.dual-grid .experience-card:nth-child(1) { margin-top: clamp(42px, 7vw, 112px); }

.experience-card {
  border-color: var(--restaurant-line);
  border-radius: 34px;
  box-shadow: var(--restaurant-shadow);
}

.experience-media { border-radius: 32px 32px 0 0; }
.card-index { background: var(--restaurant-red); color: #fff; }
.experience-copy { padding: 42px 34px 34px; }

.promise-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(200, 75, 49, 0.18), transparent 24rem),
    radial-gradient(circle at 8% 92%, rgba(220, 158, 65, 0.12), transparent 28rem),
    var(--pine-900);
}

.editorial-media { box-shadow: var(--restaurant-shadow); }

.location-card,
.number-card,
.service-card,
.landmark-card,
.contact-option,
.direct-contact-card,
.occasion-item {
  border-color: var(--restaurant-line);
  background: rgba(255, 250, 242, 0.8);
}

.subpage-hero {
  border-radius: 0 0 54px 54px;
  box-shadow: 0 32px 80px rgba(39, 27, 18, 0.16);
}

.subpage-hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 20, 15, 0.9) 0%, rgba(15, 20, 15, 0.45) 54%, rgba(15, 20, 15, 0.1) 100%),
    linear-gradient(0deg, rgba(15, 20, 15, 0.55), transparent 48%);
}

.subpage-hero-content { max-width: 760px; }

.subpage-hero-content h1 {
  font-size: clamp(3.4rem, 6vw, 6.4rem);
  letter-spacing: -0.052em;
}

.subpage-hero-restaurant { min-height: min(82vh, 860px); }
.subpage-hero-restaurant .subpage-hero-media img { object-position: 50% 48%; filter: saturate(1.06) contrast(1.02); }

.hero-specialties { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

.hero-specialties span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.page-restaurant .intro-section {
  background: radial-gradient(circle at 0% 100%, rgba(220, 158, 65, 0.1), transparent 28rem), var(--ivory-50);
}

.page-restaurant .intro-grid {
  border-color: var(--restaurant-line);
  background: radial-gradient(circle at 100% 0%, rgba(200, 75, 49, 0.1), transparent 20rem), rgba(255, 250, 242, 0.84);
  box-shadow: var(--restaurant-shadow);
}

.service-split {
  gap: clamp(16px, 2vw, 28px);
  border: 0;
  grid-template-columns: 0.92fr 1.08fr;
}

.service-card {
  min-height: 390px;
  justify-content: flex-end;
  border: 1px solid var(--restaurant-line);
  border-radius: 32px;
  background: radial-gradient(circle at 92% 10%, rgba(220, 158, 65, 0.14), transparent 17rem), rgba(255, 250, 242, 0.92);
  box-shadow: var(--restaurant-shadow);
}

.service-card > span {
  width: fit-content;
  margin-bottom: auto;
  padding: 8px 11px;
  border: 1px solid rgba(200, 75, 49, 0.19);
  border-radius: 999px;
  color: var(--restaurant-red);
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.service-card h3 { max-width: 440px; font-size: clamp(2.2rem, 3.3vw, 3.5rem); }

.service-card-dark {
  border-color: transparent;
  background: radial-gradient(circle at 90% 10%, rgba(240, 198, 117, 0.18), transparent 18rem), linear-gradient(145deg, var(--restaurant-red), var(--restaurant-red-dark));
}

.service-card-dark > span { border-color: rgba(255, 255, 255, 0.22); color: #fff; }

.cuisine-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(200, 75, 49, 0.22), transparent 25rem),
    radial-gradient(circle at 88% 82%, rgba(220, 158, 65, 0.12), transparent 30rem),
    var(--pine-950);
}

.cuisine-copy h2 { font-size: clamp(3rem, 5vw, 5.6rem); }

.cuisine-media img {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

.feature-list > div { border-color: rgba(240, 198, 117, 0.16); background: rgba(255, 255, 255, 0.055); }
.feature-list strong { color: var(--gold-400); }
.page-restaurant .gallery-section { background: radial-gradient(circle at 100% 0%, rgba(200, 75, 49, 0.08), transparent 24rem), var(--cream-warm); }
.gallery-item { border-color: rgba(72, 51, 35, 0.11); box-shadow: 0 18px 48px rgba(39, 25, 14, 0.09); }
.gallery-item > span { background: var(--restaurant-red); color: #fff; }
.event-promo { background: radial-gradient(circle at 80% 0%, rgba(220, 158, 65, 0.12), transparent 26rem), var(--pine-900); }

.closing-cta {
  background:
    radial-gradient(circle at 18% 108%, rgba(200, 75, 49, 0.34), transparent 26rem),
    radial-gradient(circle at 86% 2%, rgba(220, 158, 65, 0.16), transparent 25rem),
    var(--pine-950);
}

.site-footer { background: radial-gradient(circle at 85% 10%, rgba(200, 75, 49, 0.14), transparent 25rem), var(--pine-950); }
.mobile-booking-bar a:first-child { background: var(--restaurant-red); color: #fff; }
.mobile-booking-bar a:last-child { background: var(--cream-warm); color: var(--pine-950); }
.whatsapp-float { border-color: rgba(255, 255, 255, 0.72); background: var(--pine-800); }

@media (hover: hover) {
  .taste-ribbon-track span { transition: color 250ms ease, transform 250ms ease; }
  .taste-ribbon-track span:hover { color: var(--gold-400); transform: translateY(-2px); }
  .experience-card:hover { box-shadow: 0 40px 105px rgba(43, 27, 16, 0.18); }
}

@media (max-width: 1120px) {
  .hero-home-grid { grid-template-columns: minmax(0, 50%) minmax(0, 50%); }
  .hero-copy h1 { font-size: clamp(3.55rem, 6vw, 5rem); }
  .taste-ribbon { overflow-x: auto; scrollbar-width: none; }
  .taste-ribbon::-webkit-scrollbar { display: none; }
  .taste-ribbon-track { grid-template-columns: repeat(5, minmax(170px, 1fr)); }
}

@media (max-width: 820px) {
  .hero-home {
    background: linear-gradient(0deg, rgba(23, 27, 21, 0.97), rgba(23, 27, 21, 0.34)), url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") center 42% / cover;
  }

  .hero-home-grid { display: block; }

  .hero-copy {
    min-height: max(720px, 100svh);
    background: linear-gradient(180deg, rgba(23, 27, 21, 0.1), rgba(23, 27, 21, 0.8));
  }

  .hero-visual { display: none; }
  .hero-copy h1 { max-width: 640px; font-size: clamp(3.4rem, 12.5vw, 5.4rem); }
  .quick-booking { padding-top: 16px; background: var(--pine-950); }
  .quick-booking-shell { border-color: rgba(255, 255, 255, 0.12); }
  .page-home .taste-ribbon { padding-top: 20px; }

  .taste-ribbon-track {
    width: max-content;
    min-width: 100%;
    min-height: 78px;
    grid-template-columns: repeat(5, auto);
  }

  .taste-ribbon-track span { min-width: 175px; }
  .dual-grid { display: flex; flex-direction: column; }

  .dual-grid .experience-card:nth-child(1),
  .dual-grid .experience-card:nth-child(2) { margin-top: 0; }

  .subpage-hero { border-radius: 0 0 34px 34px; }

  .subpage-hero-overlay {
    background: linear-gradient(0deg, rgba(15, 20, 15, 0.86) 0%, rgba(15, 20, 15, 0.28) 72%), linear-gradient(90deg, rgba(15, 20, 15, 0.48), transparent);
  }

  .subpage-hero-restaurant { min-height: 78svh; }
  .subpage-hero-content h1 { font-size: clamp(3.15rem, 13vw, 4.8rem); }
  .service-split { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .cuisine-copy h2 { font-size: clamp(2.8rem, 11vw, 4.5rem); }
}

@media (max-width: 560px) {
  .hero-copy {
    min-height: max(700px, 100svh);
    padding-top: calc(var(--header-height) + 70px);
    padding-bottom: 82px;
  }

  .hero-copy::before { margin-bottom: 20px; padding: 7px 10px; font-size: 0.54rem; }

  .hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(3.15rem, 15.2vw, 4.45rem);
    line-height: 0.93;
  }

  .hero-lead { margin-bottom: 28px; }
  .quick-booking-shell { border-radius: 20px; }
  .quick-action { min-height: 86px; }
  .taste-ribbon-track span { min-width: 160px; padding-inline: 17px; }
  .experience-card { border-radius: 24px; }
  .experience-media { border-radius: 22px 22px 0 0; }
  .experience-copy { padding: 30px 24px 26px; }
  .subpage-hero { margin-inline: 0; border-radius: 0 0 28px 28px; }
  .subpage-hero-content { padding-bottom: 52px; }
  .subpage-hero-content h1 { font-size: clamp(2.85rem, 14vw, 4rem); }
  .hero-specialties { gap: 6px; }
  .hero-specialties span { padding: 8px 10px; font-size: 0.62rem; }
  .service-card { min-height: 300px; padding: 30px 26px; border-radius: 24px; }
  .service-card h3 { font-size: 2.45rem; }
  .gallery-grid { gap: 10px; }
  .mobile-booking-bar a { font-size: 0.76rem; }
}


@media (min-width: 821px) {
  .page-home .taste-ribbon { padding-top: 132px; }
}

@media (max-width: 360px) and (max-height: 650px) {
  .hero-copy { padding-top: calc(var(--header-height) + 44px); padding-bottom: 60px; }
  .hero-copy::before { margin-bottom: 14px; }
  .hero-copy h1 { font-size: 2.85rem; }
  .hero-lead { margin-bottom: 22px; font-size: 0.98rem; line-height: 1.58; }
}

/* Readable text-only brand signature - 2026 */
.brand {
  gap: 0;
}

.brand-copy {
  gap: 3px;
  line-height: 1;
}

.brand-copy strong {
  max-width: none;
  font-family: var(--sans);
  font-size: clamp(1.08rem, 1.35vw, 1.34rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
  white-space: nowrap;
  text-wrap: nowrap;
}

.brand-copy small {
  margin-top: 4px;
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  white-space: nowrap;
  opacity: 0.82;
}

.brand-footer .brand-copy strong {
  color: #fff;
}

.brand-footer .brand-copy small {
  color: var(--gold-400);
}

@media (min-width: 1121px) and (max-width: 1320px) {
  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.52rem;
    letter-spacing: 0.09em;
  }
}

@media (max-width: 560px) {
  .brand {
    max-width: calc(100vw - 80px);
  }

  .brand-copy strong {
    max-width: none;
    font-size: clamp(0.96rem, 4.2vw, 1.08rem);
    line-height: 1.05;
  }

  .brand-copy small {
    margin-top: 3px;
    font-size: 0.53rem;
    letter-spacing: 0.09em;
  }
}

@media (max-width: 360px) {
  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    font-size: 0.47rem;
  }
}

/* Technical cookie notice */
.footer-cookie-notice {
  padding-block: 18px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cookie-notice p {
  max-width: 1080px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.74rem, 0.78vw, 0.84rem);
  line-height: 1.65;
}

@media (max-width: 560px) {
  .footer-cookie-notice {
    padding-block: 16px calc(28px + env(safe-area-inset-bottom));
  }

  .footer-cookie-notice p {
    font-size: 0.72rem;
    line-height: 1.58;
  }
}


/* Privacy policy */
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-legal-links a {
  color: var(--gold-400);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: underline;
  text-decoration-color: rgba(220, 158, 65, 0.38);
  text-underline-offset: 4px;
}

.footer-legal-links a:hover {
  color: #fff;
}

.page-privacy {
  background: var(--ivory-50);
}

.privacy-main {
  background:
    linear-gradient(180deg, rgba(220, 158, 65, 0.08), transparent 26rem),
    var(--ivory-50);
}

.privacy-hero {
  position: relative;
  margin: 0 18px;
  overflow: hidden;
  border-radius: 0 0 44px 44px;
  background:
    radial-gradient(circle at 82% 18%, rgba(220, 158, 65, 0.26), transparent 24rem),
    radial-gradient(circle at 8% 112%, rgba(200, 75, 49, 0.28), transparent 26rem),
    var(--pine-950);
  color: #fff;
}

.privacy-hero::after {
  position: absolute;
  inset: auto -8% -55% auto;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.025),
    0 0 0 144px rgba(255, 255, 255, 0.018);
  content: "";
}

.privacy-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(64vh, 650px);
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: clamp(50px, 8vw, 120px);
  padding-block: clamp(82px, 10vw, 132px);
}

.privacy-hero-copy {
  min-width: 0;
  max-width: 900px;
}

.privacy-hero h1 {
  margin-block: 16px 24px;
  color: #fff;
  font-size: clamp(4.6rem, 10vw, 9rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.privacy-hero .hero-lead {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.77);
  font-size: clamp(1.04rem, 1.35vw, 1.27rem);
}

.privacy-updated {
  display: inline-flex;
  margin: 26px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.privacy-hero-mark {
  display: grid;
  width: min(100%, 270px);
  aspect-ratio: 1;
  place-content: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 0 0 12px rgba(255, 255, 255, 0.025),
    0 30px 80px rgba(0, 0, 0, 0.2);
  text-align: center;
  backdrop-filter: blur(10px);
}

.privacy-hero-mark span,
.privacy-hero-mark small {
  color: var(--gold-400);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.privacy-hero-mark strong {
  display: block;
  margin-block: 10px 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(3rem, 4vw, 4.3rem);
  font-weight: 400;
  line-height: 1;
}

.privacy-document-section {
  padding-block: clamp(72px, 9vw, 126px);
}

.privacy-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 92px);
}

.privacy-toc {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 25px;
  border: 1px solid rgba(11, 42, 33, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 65px rgba(30, 24, 16, 0.08);
  backdrop-filter: blur(14px);
}

.privacy-toc > p {
  margin: 0 0 18px;
  color: var(--restaurant-red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-toc nav {
  display: grid;
}

.privacy-toc nav a {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding-block: 10px;
  border-bottom: 1px solid rgba(11, 42, 33, 0.08);
  color: var(--pine-900);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.privacy-toc nav a span {
  color: var(--gold-500);
  font-size: 0.68rem;
}

.privacy-toc nav a:hover {
  padding-left: 5px;
  color: var(--restaurant-red);
}

.privacy-toc-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  color: var(--pine-900);
  font-size: 0.72rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.privacy-document {
  display: grid;
  max-width: 930px;
  gap: 16px;
}

.privacy-summary,
.privacy-card {
  border: 1px solid rgba(11, 42, 33, 0.1);
  border-radius: clamp(24px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 60px rgba(30, 24, 16, 0.055);
}

.privacy-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 100% 0, rgba(220, 158, 65, 0.17), transparent 16rem),
    var(--pine-900);
  color: #fff;
}

.privacy-summary > span {
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: 1;
}

.privacy-summary h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.privacy-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1rem;
  line-height: 1.75;
}

.privacy-card {
  scroll-margin-top: calc(var(--header-height) + 26px);
  padding: clamp(30px, 4.8vw, 58px);
}

.privacy-card h2 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--pine-950);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  letter-spacing: -0.035em;
}

.privacy-card p {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.82;
}

.privacy-card p + p {
  margin-top: 15px;
}

.privacy-bullets {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-bullets li {
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(11, 42, 33, 0.08);
  border-radius: 18px;
  background: var(--cream-warm);
}

.privacy-bullets strong {
  color: var(--restaurant-red);
  font-size: 0.86rem;
}

.privacy-bullets span {
  color: var(--text);
  font-size: 0.94rem;
  line-height: 1.7;
}

.privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.privacy-links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(11, 42, 33, 0.13);
  border-radius: 999px;
  color: var(--pine-900);
  font-size: 0.78rem;
  font-weight: 800;
}

.privacy-links a:hover {
  border-color: var(--restaurant-red);
  background: var(--restaurant-red);
  color: #fff;
}

@media (max-width: 1024px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-toc {
    position: static;
  }

  .privacy-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }

  .privacy-document {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .footer-bottom,
  .footer-legal-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-links {
    gap: 8px;
  }

  .privacy-hero {
    margin-inline: 8px;
    border-radius: 0 0 28px 28px;
  }

  .privacy-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 72px 76px;
  }

  .privacy-hero h1 {
    font-size: clamp(3.8rem, 20vw, 5.7rem);
  }

  .privacy-hero-mark {
    display: none;
  }

  .privacy-toc {
    padding: 20px;
  }

  .privacy-toc nav {
    grid-template-columns: 1fr;
  }

  .privacy-summary {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .privacy-card {
    border-radius: 24px;
  }

  .privacy-card p {
    font-size: 0.96rem;
  }
}

@media print {
  .privacy-toc,
  .site-header,
  .site-footer,
  .mobile-booking-bar,
  .whatsapp-float,
  .back-to-top {
    display: none !important;
  }

  .privacy-hero {
    margin: 0;
    border-radius: 0;
    background: #fff;
    color: #000;
  }

  .privacy-hero h1,
  .privacy-hero .hero-lead {
    color: #000;
  }

  .privacy-hero-mark {
    display: none;
  }

  .privacy-layout {
    display: block;
  }

  .privacy-card,
  .privacy-summary {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Modern editorial footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 0;
  background:
    radial-gradient(circle at 6% 12%, rgba(218, 180, 124, 0.13), transparent 28rem),
    radial-gradient(circle at 94% 18%, rgba(169, 85, 60, 0.2), transparent 30rem),
    linear-gradient(145deg, #071510, #0d241c 58%, #102a20);
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.footer-decoration {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.footer-decoration span {
  position: absolute;
  border: 1px solid rgba(218, 180, 124, 0.1);
  border-radius: 50%;
}

.footer-decoration span:first-child {
  top: -22rem;
  right: -15rem;
  width: 43rem;
  height: 43rem;
  box-shadow:
    0 0 0 5rem rgba(218, 180, 124, 0.025),
    0 0 0 10rem rgba(218, 180, 124, 0.018);
}

.footer-decoration span:last-child {
  bottom: 2rem;
  left: -14rem;
  width: 25rem;
  height: 25rem;
}

.footer-intro {
  display: grid;
  align-items: end;
  padding-block: clamp(64px, 8vw, 108px) clamp(52px, 6vw, 78px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(48px, 7vw, 104px);
}

.footer-intro-copy {
  max-width: 710px;
}

.footer-kicker {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  color: var(--gold-400);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  gap: 12px;
}

.footer-kicker::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.footer-intro h2 {
  max-width: 680px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.65rem);
  line-height: 0.94;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.footer-intro-copy > p:last-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.footer-actions {
  display: grid;
  gap: 12px;
}

.footer-action {
  position: relative;
  display: grid;
  min-height: 112px;
  overflow: hidden;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  backdrop-filter: blur(12px);
  grid-template-columns: 44px minmax(0, 1fr) 38px;
  gap: 16px;
  transition:
    border-color 250ms ease,
    background-color 250ms ease,
    transform 350ms var(--ease);
}

.footer-action::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--gold-400);
  content: "";
}

.footer-action-restaurant::before {
  background: #d36b4e;
}

.footer-action-index {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.footer-action-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.footer-action-copy small {
  overflow: visible;
  color: var(--gold-400);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-overflow: clip;
  text-transform: uppercase;
  white-space: normal;
}

.footer-action-copy strong {
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.8vw, 1.62rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.footer-action-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-400);
  font-size: 1rem;
  transition:
    background-color 250ms ease,
    color 250ms ease,
    transform 350ms var(--ease);
}

.footer-grid {
  padding-block: clamp(48px, 6vw, 76px);
  grid-template-columns: minmax(320px, 1.35fr) minmax(130px, 0.58fr) minmax(210px, 0.82fr) minmax(210px, 0.78fr);
  gap: clamp(28px, 4vw, 58px);
}

.footer-brand-panel {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.footer-brand-panel .brand {
  max-width: 100%;
}

.footer-brand-panel .brand-copy strong {
  color: #fff;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
}

.footer-brand-panel .brand-copy small {
  margin-top: 6px;
  color: var(--gold-400);
}

.footer-brand-panel > p {
  max-width: 470px;
  margin: 24px 0 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-distance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.footer-distance-list span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.69rem;
  line-height: 1.35;
}

.footer-distance-list strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.96rem;
}

.footer-column {
  gap: 0;
  padding-top: 12px;
}

.footer-column h2 {
  margin-bottom: 24px;
  color: var(--gold-400);
  font-size: 0.67rem;
  letter-spacing: 0.17em;
}

.footer-nav,
.footer-contact-list {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.footer-nav a {
  display: flex;
  align-items: center;
  min-height: 36px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.87rem;
}

.footer-nav a::after {
  color: rgba(218, 180, 124, 0.5);
  content: "›";
  font-size: 1rem;
  transition: transform 250ms var(--ease);
}

.footer-contact-list {
  gap: 10px;
}

.footer-contact-list a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  gap: 2px;
}

.footer-contact-list small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-contact-list strong {
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
  font-weight: 600;
}

.footer-location address {
  max-width: 220px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-map-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid rgba(218, 180, 124, 0.28);
  border-radius: 15px;
  color: #fff !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-map-link strong {
  color: var(--gold-400);
  font-size: 0.95rem;
}

.footer-bottom {
  min-height: 76px;
  padding-block: 20px;
  border-color: rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.74rem;
}

.footer-copyright {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.footer-business-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 16px;
}

.footer-business-data span,
.footer-business-data a {
  overflow-wrap: anywhere;
}

.footer-business-data a {
  color: var(--gold-400);
  text-decoration: underline;
  text-decoration-color: rgba(218, 180, 124, 0.42);
  text-underline-offset: 4px;
}

.footer-business-data a:hover {
  color: #fff;
}

.footer-site-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.footer-site-credit img {
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-inline: 2px;
  object-fit: contain;
}

.footer-site-credit a {
  color: var(--gold-400);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(218, 180, 124, 0.42);
  text-underline-offset: 4px;
}

.footer-site-credit a:hover {
  color: #fff;
}

.footer-partner-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 3px;
  border-radius: 6px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-partner-link img {
  display: block;
  width: 140px;
  height: 39px;
  object-fit: contain;
}

@media (hover: hover) {
  .footer-partner-link:hover {
    opacity: 0.86;
    transform: translateY(-2px);
  }
}

.footer-legal-links {
  gap: 14px;
}

.footer-legal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 13px;
  border: 1px solid rgba(218, 180, 124, 0.25);
  border-radius: 999px;
  color: var(--gold-400);
  font-size: 0.72rem;
  text-decoration: none;
}

.footer-cookie-notice {
  display: grid;
  align-items: start;
  margin-bottom: 30px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
}

.footer-cookie-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(218, 180, 124, 0.38);
  border-radius: 50%;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
}

.footer-cookie-notice > div > strong {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-cookie-notice p {
  max-width: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  line-height: 1.65;
}

.footer-action:focus-visible,
.footer-nav a:focus-visible,
.footer-contact-list a:focus-visible,
.footer-map-link:focus-visible,
.footer-legal-links a:focus-visible {
  outline: 2px solid var(--gold-400);
  outline-offset: 4px;
}

@media (hover: hover) {
  .footer-action:hover {
    border-color: rgba(218, 180, 124, 0.38);
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-4px);
  }

  .footer-action:hover .footer-action-arrow {
    background: var(--gold-400);
    color: var(--pine-950);
    transform: rotate(45deg);
  }

  .footer-nav a:hover::after {
    transform: translateX(4px);
  }

  .footer-map-link:hover,
  .footer-legal-links a:hover {
    border-color: var(--gold-400);
    background: var(--gold-400);
    color: var(--pine-950) !important;
  }
}

@media (max-width: 1024px) {
  .footer-intro {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .site-footer {
    margin-top: 10px;
    border-radius: 28px 28px 0 0;
  }

  .footer-intro {
    padding-block: 56px 48px;
    gap: 34px;
  }

  .footer-intro h2 {
    font-size: clamp(2.65rem, 13.5vw, 4.25rem);
  }

  .footer-intro-copy > p:last-child {
    font-size: 0.94rem;
  }

  .footer-actions,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-action {
    min-height: 100px;
    padding: 17px 16px;
    border-radius: 20px;
    grid-template-columns: 32px minmax(0, 1fr) 36px;
    gap: 10px;
  }

  .footer-action-copy strong {
    font-size: 1.28rem;
  }

  .footer-grid {
    padding-block: 42px;
    gap: 36px;
  }

  .footer-brand-panel {
    grid-column: auto;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .footer-distance-list {
    grid-template-columns: 1fr;
  }

  .footer-column {
    padding-top: 0;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

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

  .footer-bottom {
    gap: 14px;
  }

  .footer-copyright {
    width: 100%;
  }

  .footer-business-data {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-legal-links {
    gap: 10px;
  }

  .footer-cookie-notice {
    margin-bottom: calc(28px + env(safe-area-inset-bottom));
    padding: 18px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 12px;
  }

  .footer-cookie-icon {
    width: 26px;
    height: 26px;
  }

  .footer-cookie-notice p {
    font-size: 0.72rem;
    line-height: 1.58;
  }
}

/* Donna Anna has its own restaurant identity; keep it distinct from the hotel brand. */
.restaurant-brand-section {
  padding: clamp(52px, 7vw, 104px) 0 0;
  background: var(--cream-warm);
}

.restaurant-brand-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(230, 192, 100, 0.28);
  border-radius: 16px 42px 16px 16px;
  background:
    linear-gradient(120deg, rgba(214, 176, 74, 0.08), transparent 36%),
    linear-gradient(145deg, #070a08, var(--pine-950));
  color: var(--white);
  box-shadow: 0 30px 80px rgba(18, 24, 18, 0.18);
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
}

.restaurant-brand-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  width: min(48%, 520px);
  height: 3px;
  background: linear-gradient(90deg, transparent, #c7a827);
  content: "";
}

.restaurant-brand-mark {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid rgba(230, 192, 100, 0.2);
  background: #030403;
  place-items: center;
}

.restaurant-brand-mark img {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}

.restaurant-brand-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(38px, 6vw, 84px);
}

.restaurant-brand-copy .eyebrow {
  margin-bottom: 24px;
  color: #e6c064;
}

.restaurant-brand-copy h2 {
  max-width: 820px;
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.restaurant-brand-copy > p:last-child {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.02rem, 1.3vw, 1.22rem);
  line-height: 1.75;
}

@media (max-width: 820px) {
  .restaurant-brand-panel {
    grid-template-columns: 1fr;
  }

  .restaurant-brand-mark {
    border-right: 0;
    border-bottom: 1px solid rgba(230, 192, 100, 0.2);
  }

  .restaurant-brand-mark img {
    width: min(100%, 300px);
  }
}

@media (max-width: 560px) {
  .restaurant-brand-section {
    padding-top: 48px;
  }

  .restaurant-brand-panel {
    border-radius: 12px 26px 12px 12px;
  }

  .restaurant-brand-mark {
    padding: 18px;
  }

  .restaurant-brand-mark img {
    width: min(100%, 260px);
  }

  .restaurant-brand-copy {
    padding: 34px 24px 38px;
  }

  .restaurant-brand-copy h2 {
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .restaurant-brand-copy > p:last-child {
    margin-top: 22px;
  }
}

@media (max-width: 360px) {
  .footer-action-index {
    display: none;
  }

  .footer-action {
    grid-template-columns: minmax(0, 1fr) 34px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }
}

/* WCAG 2.2 contrast and keyboard-focus safeguards */
.button-primary {
  color: #fff;
}

.brand-copy small {
  opacity: 1;
}

.language-switcher a {
  opacity: 0.72;
}

.hero-mini-contact span {
  color: rgba(255, 255, 255, 0.72);
}

.button-ghost,
.button-outline-light,
.hero-copy .button-ghost {
  border-color: rgba(255, 255, 255, 0.72);
}

.location-card strong,
.number-card strong,
.occasion-item > span,
.landmark-card strong,
.contact-option:not(.contact-option-dark) > span,
.direct-contact-card span,
.quick-action small,
.quick-number,
.privacy-toc nav a span {
  color: var(--gold-text);
}

.check-list li::before {
  border-color: var(--gold-text);
}

.quick-action-featured .quick-number,
.quick-action-featured small,
.quick-action-featured b {
  color: var(--restaurant-red);
}

.direct-contact-card:hover span {
  color: var(--gold-400);
}

.lightbox button {
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(7, 21, 16, 0.94);
  color: #fff;
}

@media (hover: hover) {
  .lightbox button:hover {
    border-color: #fff;
    background: #fff;
    color: var(--pine-950);
  }
}

.footer-intro-copy > p:last-child,
.footer-brand-panel > p,
.footer-distance-list span,
.footer-bottom p,
.footer-cookie-notice p {
  color: rgba(255, 255, 255, 0.66);
}

.footer-action-index,
.footer-contact-list small {
  color: rgba(255, 255, 255, 0.7);
}

.footer-nav a,
.footer-contact-list strong,
.footer-location address,
.footer-cookie-notice > div > strong {
  color: rgba(255, 255, 255, 0.82);
}

:is(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--focus-ring-dark);
}

/* Desktop home hero: keep the complete opening composition inside one viewport */
@media (min-width: 1121px) {
  .hero-home,
  .hero-home-grid,
  .hero-visual {
    height: 100vh;
    height: 100svh;
    min-height: 0;
  }

  .hero-home-grid {
    overflow: hidden;
  }

  .hero-copy {
    height: 100%;
    min-height: 0;
    padding-top: clamp(148px, 17.6svh, 190px);
    padding-bottom: clamp(48px, 7svh, 76px);
  }

  .hero-copy h1 {
    font-size: clamp(3.6rem, min(5.45vw, 9.93svh), 6.7rem);
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .hero-copy {
    justify-content: flex-start;
    padding-top: clamp(112px, 16svh, 132px);
    padding-bottom: clamp(24px, 4svh, 34px);
  }

  .hero-copy::before {
    margin-bottom: 14px;
  }

  .hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(3rem, min(4.2vw, 8.4svh), 4.5rem);
  }

  .hero-lead {
    margin-bottom: 18px;
    font-size: clamp(0.98rem, min(1.35vw, 2.3svh), 1.08rem);
    line-height: 1.58;
  }

  .hero-mini-contact {
    margin-top: 14px;
  }
}

@media (min-width: 1121px) and (max-height: 680px) {
  .hero-copy {
    padding-top: 104px;
    padding-bottom: 18px;
  }

  .hero-copy::before {
    margin-bottom: 10px;
    padding-block: 6px;
  }

  .hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(2.65rem, min(3.8vw, 7.4svh), 3.5rem);
  }

  .hero-lead {
    margin-bottom: 14px;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero-copy .button {
    min-height: 50px;
    padding-block: 13px;
  }

  .hero-mini-contact {
    margin-top: 10px;
  }
}

/* Final premium visual and responsive refinement */

:where(h1, h2, h3) {
  text-wrap: balance;
}

:where(p, li, address) {
  text-wrap: pretty;
}

body:not(.page-home) main {
  background:
    radial-gradient(circle at 7% 13%, rgba(220, 158, 65, 0.07), transparent 26rem),
    radial-gradient(circle at 94% 48%, rgba(200, 75, 49, 0.045), transparent 30rem);
}

.site-header.is-scrolled,
.page-home .site-header.is-scrolled {
  border-bottom: 1px solid rgba(72, 51, 35, 0.08);
  background: rgba(255, 252, 247, 0.92);
  box-shadow: 0 16px 46px rgba(8, 30, 23, 0.09);
  backdrop-filter: blur(24px) saturate(165%);
}

.section-heading > p:last-child {
  max-width: 680px;
}

.intro-grid,
.experience-card,
.location-card,
.number-card,
.service-card,
.landmark-card,
.occasion-item,
.contact-option,
.direct-contact-card,
.privacy-card {
  border-color: rgba(72, 51, 35, 0.12);
}

.intro-grid,
.experience-card,
.location-card,
.number-card,
.service-card:not(.service-card-dark),
.landmark-card,
.occasion-item,
.contact-option:not(.contact-option-dark),
.direct-contact-card,
.privacy-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 22px 64px rgba(39, 27, 18, 0.075);
}

.gallery-item {
  isolation: isolate;
  border: 1px solid rgba(72, 51, 35, 0.12);
  border-radius: clamp(16px, 1.7vw, 26px);
  box-shadow: 0 18px 48px rgba(39, 25, 14, 0.095);
  transition:
    transform 420ms var(--ease),
    box-shadow 420ms var(--ease),
    border-color 300ms ease;
}

.gallery-item::after {
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 21, 16, 0.34));
  content: "";
  opacity: 0.56;
  pointer-events: none;
  inset: 0;
  transition: opacity 350ms ease;
}

.gallery-item > span {
  z-index: 2;
}

@media (hover: hover) {
  .gallery-item:hover {
    z-index: 3;
    border-color: rgba(200, 75, 49, 0.26);
    box-shadow: 0 30px 76px rgba(39, 25, 14, 0.18);
    transform: translateY(-5px);
  }

  .gallery-item:hover::after {
    opacity: 0.82;
  }
}

@media (min-width: 1321px) {
  .brand-copy strong {
    font-size: clamp(1.18rem, 1.25vw, 1.42rem);
  }

  .brand-copy small {
    font-size: 0.66rem;
  }
}

@media (max-width: 1120px) {
  .site-nav {
    border-left: 1px solid rgba(240, 198, 117, 0.18);
    background:
      radial-gradient(circle at 96% 4%, rgba(220, 158, 65, 0.22), transparent 18rem),
      radial-gradient(circle at 2% 95%, rgba(200, 75, 49, 0.2), transparent 22rem),
      linear-gradient(145deg, #0b241b, #06150f 72%);
    box-shadow: -28px 0 80px rgba(2, 12, 9, 0.28);
  }

  .nav-mobile-note {
    width: fit-content;
    max-width: 100%;
    padding: 9px 13px;
    border: 1px solid rgba(240, 198, 117, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.045em;
  }

  .taste-ribbon {
    scroll-snap-type: x proximity;
  }

  .taste-ribbon-track span {
    scroll-snap-align: start;
  }
}

@media (max-width: 820px) {
  .page-home .hero-mini-contact {
    display: flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    flex-flow: row wrap;
    margin-top: clamp(22px, 4vh, 34px);
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(6, 21, 15, 0.46);
    gap: 7px 12px;
    backdrop-filter: blur(14px) saturate(125%);
  }

  .page-home .hero-mini-contact span {
    color: rgba(255, 255, 255, 0.76);
  }

  .subpage-hero {
    min-height: clamp(560px, 72svh, 700px);
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .gallery-heading > p {
    max-width: 560px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .section {
    padding-block: clamp(74px, 19vw, 92px);
  }

  .intro-grid {
    padding: 28px 22px;
    border-radius: 26px;
  }

  .intro-grid::after {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
  }

  .experience-card,
  .location-card,
  .number-card,
  .service-card,
  .landmark-card,
  .occasion-item,
  .contact-option,
  .direct-contact-card,
  .privacy-card {
    border-radius: 24px;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-item {
    border-radius: 18px;
  }

  .gallery-item > span {
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: none;
  }

  .site-footer {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .brand-copy strong {
    font-size: 0.93rem;
  }
}

@media (max-width: 360px) and (max-height: 650px) {
  .page-home .hero-mini-contact {
    display: none;
  }
}

/* Optically centered gallery navigation chevrons */
.lightbox button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox-close,
.lightbox-nav {
  font-size: 0;
  line-height: 0;
}

.lightbox-nav::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform-origin: center;
}

.lightbox-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.lightbox-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.lightbox-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Refined floating WhatsApp action */
.whatsapp-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: linear-gradient(145deg, #209b5c, #146f46);
  box-shadow:
    0 18px 44px rgba(7, 49, 30, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.28) inset;
  gap: 10px;
}

.whatsapp-float > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  font-size: 0;
}

.whatsapp-float > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.whatsapp-float > span::before {
  content: none;
}

.whatsapp-float strong {
  color: #fff;
  font-weight: 800;
}

@media (hover: hover) {
  .whatsapp-float:hover {
    background: linear-gradient(145deg, #25aa65, #177c4e);
    box-shadow: 0 22px 50px rgba(7, 49, 30, 0.36);
    transform: translateY(-3px);
  }
}

@media (max-width: 560px) {
  .whatsapp-float {
    right: 14px;
    bottom: 84px;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
  }

  .whatsapp-float > span {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 9px;
  }
}

/* Viewport-stable mobile navigation, including after page scroll */
@media (max-width: 1120px) {
  html.menu-open .site-header,
  html.menu-open .site-header.is-scrolled,
  html.menu-open .page-home .site-header,
  html.menu-open .page-home .site-header.is-scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  html.menu-open .site-header::after {
    opacity: 0;
  }

  html.menu-open .site-header .utility-bar,
  html.menu-open .site-header .brand {
    opacity: 0;
    pointer-events: none;
  }

  .site-nav {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding-top: max(110px, calc(82px + env(safe-area-inset-top)));
    padding-bottom: max(36px, calc(24px + env(safe-area-inset-bottom)));
  }

  .menu-open .menu-toggle {
    top: max(14px, env(safe-area-inset-top));
    right: max(18px, env(safe-area-inset-right));
  }
}

@media (max-height: 650px) and (max-width: 1120px) {
  .site-nav {
    justify-content: flex-start;
    padding-top: max(78px, calc(64px + env(safe-area-inset-top)));
    padding-bottom: max(22px, env(safe-area-inset-bottom));
  }
}

/* Keep both floating controls above the footer instead of covering its content */
.whatsapp-float {
  bottom: calc(22px + var(--floating-footer-lift, 0px));
}

.back-to-top {
  bottom: calc(92px + var(--floating-footer-lift, 0px));
}

@media (max-width: 560px) {
  .whatsapp-float {
    bottom: calc(84px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }

  .back-to-top {
    bottom: calc(144px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }
}

/* Interactive Google map */
.reach-section {
  padding-block: 0;
  border: 0;
}

.reach-section .reach-grid {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.reach-map {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  padding: 0;
  border: 0;
  isolation: isolate;
  background: transparent;
}

.reach-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.reach-map-preview {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(28px, 5vw, 68px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(246, 241, 232, 0.95), rgba(231, 221, 206, 0.9)),
    var(--ivory-100);
  box-shadow: 0 28px 75px rgba(3, 18, 13, 0.28);
  color: var(--pine-950);
}

.reach-map-preview[hidden] {
  display: none;
}

.reach-map-preview::before {
  position: absolute;
  opacity: 0.5;
  background:
    linear-gradient(28deg, transparent 46%, rgba(169, 85, 60, 0.42) 47% 49%, transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 54px, rgba(16, 37, 31, 0.12) 55px 57px),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(16, 37, 31, 0.11) 71px 73px);
  content: "";
  inset: 0;
}

.reach-map-preview::after {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(16, 37, 31, 0.13);
  border-radius: 50%;
  content: "";
  top: -90px;
  right: -60px;
}

.reach-map-pin {
  position: absolute;
  z-index: 2;
  top: 21%;
  right: 19%;
  width: 76px;
  height: 76px;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 50% 50% 50% 0;
  background: var(--terracotta);
  box-shadow: 0 20px 42px rgba(60, 31, 20, 0.28);
  transform: rotate(-45deg);
}

.reach-map-pin::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ivory-50);
  content: "";
  inset: 20px;
}

.reach-map-preview-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 470px);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  background: rgba(9, 24, 19, 0.93);
  box-shadow: 0 22px 55px rgba(5, 20, 15, 0.25);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.reach-map-preview-copy h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.reach-map-preview-copy address {
  margin-bottom: 24px;
  color: var(--gold-400);
  font-size: 1rem;
}

.reach-map-preview-copy .button {
  width: fit-content;
  margin-bottom: 16px;
}

.reach-map-preview-copy small {
  display: block;
  max-width: 390px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  line-height: 1.55;
}

.reach-map iframe {
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reach-map-noscript {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 34px;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--pine-950);
  color: var(--white);
}

@media (max-width: 820px) {
  .reach-map {
    min-height: 540px;
  }

  .reach-map-pin {
    top: 15%;
    right: 14%;
  }
}

@media (max-width: 560px) {
  .reach-map {
    min-height: 500px;
    padding: 0;
  }

  .reach-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 0;
    inset: 0;
  }

  .reach-map-preview {
    padding: 16px;
  }

  .reach-map-pin {
    width: 62px;
    height: 62px;
    border-width: 7px;
  }

  .reach-map-pin::before {
    width: 16px;
    height: 16px;
    inset: 16px;
  }

  .reach-map-preview-copy {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .reach-map-preview-copy .button {
    width: 100%;
  }
}

/* 2026 section art direction: warmer, more editorial and more compact */
:root {
  --section-shell: rgba(255, 252, 247, 0.82);
  --section-shell-strong: rgba(255, 253, 249, 0.96);
  --section-stroke: rgba(72, 51, 35, 0.12);
  --section-stroke-accent: rgba(200, 75, 49, 0.22);
  --section-shadow: 0 32px 90px rgba(39, 27, 18, 0.09);
  --section-radius: clamp(30px, 3.6vw, 54px);
}

main {
  overflow: clip;
}

.section {
  position: relative;
  isolation: isolate;
  padding-block: clamp(86px, 8.5vw, 132px);
}

.section-heading {
  margin-bottom: clamp(40px, 5vw, 70px);
}

.section-heading .eyebrow,
.intro-grid .eyebrow,
.editorial-copy .eyebrow,
.suited-copy .eyebrow,
.business-copy .eyebrow,
.cuisine-copy .eyebrow,
.sport-copy .eyebrow,
.reach-copy .eyebrow,
.event-promo .eyebrow {
  width: fit-content;
  padding: 8px 13px;
  border: 1px solid rgba(200, 75, 49, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #7b2d1d;
  box-shadow: 0 8px 24px rgba(39, 27, 18, 0.045);
}

.section-heading .eyebrow::before,
.intro-grid .eyebrow::before,
.editorial-copy .eyebrow::before,
.suited-copy .eyebrow::before,
.business-copy .eyebrow::before,
.cuisine-copy .eyebrow::before,
.sport-copy .eyebrow::before,
.reach-copy .eyebrow::before,
.event-promo .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--terracotta);
}

.promise-section .eyebrow,
.comfort-section .eyebrow,
.guest-section .eyebrow,
.cuisine-section .eyebrow,
.sport-section .eyebrow,
.reach-section .eyebrow,
.event-promo .eyebrow {
  border-color: rgba(240, 198, 117, 0.22);
  background: rgba(255, 255, 255, 0.055);
  color: var(--gold-400);
  box-shadow: none;
}

.promise-section .eyebrow::before,
.comfort-section .eyebrow::before,
.guest-section .eyebrow::before,
.cuisine-section .eyebrow::before,
.sport-section .eyebrow::before,
.reach-section .eyebrow::before,
.event-promo .eyebrow::before {
  background: var(--gold-400);
}

.intro-section::before,
.dual-experience::before,
.gallery-section::before,
.direct-contact-section::before {
  position: absolute;
  z-index: -1;
  width: min(42vw, 620px);
  border: 1px solid rgba(200, 75, 49, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  aspect-ratio: 1;
}

.intro-section::before,
.gallery-section::before {
  top: 6%;
  right: -18%;
}

.dual-experience::before,
.direct-contact-section::before {
  bottom: 4%;
  left: -22%;
}

.intro-grid {
  overflow: hidden;
  border-color: var(--section-stroke);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.95), rgba(250, 242, 231, 0.78)),
    var(--section-shell-strong);
  box-shadow: var(--section-shadow);
}

.intro-grid::before {
  position: absolute;
  width: clamp(180px, 24vw, 360px);
  border: 1px solid rgba(200, 75, 49, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  aspect-ratio: 1;
  right: -9%;
  bottom: -48%;
}

.intro-grid > * {
  position: relative;
  z-index: 1;
}

.experience-card {
  position: relative;
  overflow: hidden;
  border-color: var(--section-stroke);
  background: var(--section-shell-strong);
  box-shadow: var(--section-shadow);
  transition:
    transform 450ms var(--ease),
    box-shadow 450ms var(--ease),
    border-color 300ms ease;
}

.experience-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
  content: "";
  opacity: 0.86;
}

.experience-media {
  isolation: isolate;
}

.experience-media::after {
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 21, 16, 0.34));
  content: "";
  pointer-events: none;
  inset: 0;
}

.card-index {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(77, 23, 13, 0.22);
}

.promise-section,
.comfort-section,
.guest-section,
.cuisine-section,
.sport-section,
.reach-section,
.event-promo {
  overflow: hidden;
  margin-inline: clamp(10px, 1.5vw, 24px);
  border: 1px solid rgba(240, 198, 117, 0.12);
  border-radius: var(--section-radius);
  box-shadow: 0 34px 100px rgba(5, 22, 16, 0.18);
}

.promise-section::after,
.comfort-section::after,
.guest-section::after,
.cuisine-section::after,
.sport-section::after,
.reach-section::after,
.event-promo::after {
  position: absolute;
  z-index: -1;
  top: -42%;
  right: -12%;
  width: min(54vw, 720px);
  border: 1px solid rgba(240, 198, 117, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  aspect-ratio: 1;
}

.stat,
.comfort-card,
.guest-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.09);
}

.stat::after,
.comfort-card::after,
.guest-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 86px;
  border-radius: 0 0 0 100%;
  background: linear-gradient(225deg, rgba(240, 198, 117, 0.12), transparent 70%);
  content: "";
  pointer-events: none;
}

.comfort-card > span,
.guest-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(240, 198, 117, 0.26);
  border-radius: 50%;
  background: rgba(240, 198, 117, 0.07);
  place-items: center;
}

.editorial-split {
  padding-block: clamp(58px, 6vw, 94px);
}

.editorial-grid,
.suited-grid,
.business-grid {
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
}

.editorial-split .editorial-grid,
.suited-section .suited-grid,
.business-section .business-grid {
  padding: clamp(24px, 3.7vw, 54px);
  border: 1px solid var(--section-stroke);
  border-radius: var(--section-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(220, 158, 65, 0.12), transparent 23rem),
    var(--section-shell);
  box-shadow: var(--section-shadow);
}

.editorial-split-reverse .editorial-grid {
  background:
    radial-gradient(circle at 0% 100%, rgba(200, 75, 49, 0.09), transparent 25rem),
    rgba(255, 250, 243, 0.9);
}

.editorial-media,
.suited-media,
.business-media {
  overflow: hidden;
  border-radius: clamp(22px, 2.4vw, 34px);
}

.editorial-media img,
.suited-media img,
.business-media img,
.sport-media img,
.cuisine-media img {
  transition: transform 900ms var(--ease), filter 500ms ease;
}

.editorial-copy,
.suited-copy,
.business-copy {
  max-width: 600px;
}

.location-section {
  margin-inline: clamp(10px, 1.5vw, 24px);
  border: 1px solid rgba(72, 51, 35, 0.07);
  border-radius: var(--section-radius);
  background:
    linear-gradient(rgba(250, 245, 236, 0.82), rgba(246, 239, 228, 0.9)),
    var(--cream-warm);
}

.location-grid,
.number-cards,
.landmark-grid,
.contact-options-grid,
.direct-contact-grid {
  gap: clamp(12px, 1.5vw, 22px);
}

.direct-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card,
.number-card,
.landmark-card,
.contact-option,
.direct-contact-card,
.occasion-item,
.service-card {
  position: relative;
  overflow: hidden;
  border-color: var(--section-stroke);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 248, 238, 0.74));
}

.location-card::after,
.number-card::after,
.landmark-card::after,
.contact-option::after,
.direct-contact-card::after,
.occasion-item::after,
.service-card:not(.service-card-dark)::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
  content: "";
  opacity: 0.72;
}

.location-card strong,
.number-card strong {
  display: block;
  margin-bottom: auto;
}

.service-card-dark,
.contact-option-dark {
  background:
    radial-gradient(circle at 90% 5%, rgba(240, 198, 117, 0.2), transparent 18rem),
    linear-gradient(145deg, var(--terracotta), #8f2f20);
}

.occasion-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.occasion-item {
  min-height: 300px;
  align-content: end;
  grid-template-columns: 1fr;
  gap: 14px;
}

.occasion-item > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: auto;
  border: 1px solid rgba(200, 75, 49, 0.2);
  border-radius: 50%;
  background: rgba(200, 75, 49, 0.055);
  place-items: center;
}

.occasion-item h3 {
  font-size: clamp(2rem, 2.7vw, 3rem);
}

.gallery-section {
  background:
    radial-gradient(circle at 100% 5%, rgba(200, 75, 49, 0.065), transparent 28rem),
    linear-gradient(180deg, rgba(250, 245, 236, 0.55), rgba(255, 253, 249, 0.96));
}

.gallery-heading {
  position: relative;
  align-items: end;
}

.gallery-heading::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: min(22vw, 220px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--terracotta));
  content: "";
}

.gallery-grid {
  gap: clamp(12px, 1.6vw, 22px);
}

.gallery-item {
  background: var(--pine-950);
}

.gallery-item > span {
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

.contact-option {
  min-height: 390px;
}

.contact-option h2 {
  max-width: 540px;
  font-size: clamp(2.6rem, 4vw, 4.5rem);
}

.direct-contact-card {
  min-height: 176px;
  justify-content: space-between;
}

.direct-contact-card::before {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(200, 75, 49, 0.18);
  border-radius: 50%;
  background: rgba(200, 75, 49, 0.055);
  color: var(--terracotta);
  content: "\2197";
  display: grid;
  font-size: 0.9rem;
  place-items: center;
}

@media (hover: hover) {
  .experience-card:hover {
    border-color: var(--section-stroke-accent);
    box-shadow: 0 42px 110px rgba(39, 27, 18, 0.15);
    transform: translateY(-8px);
  }

  .experience-card:hover .experience-media img,
  .editorial-grid:hover .editorial-media img:first-child,
  .suited-grid:hover .suited-media img,
  .business-grid:hover .business-media img,
  .sport-grid:hover .sport-media img,
  .cuisine-grid:hover .cuisine-media img:first-child {
    filter: saturate(1.05) contrast(1.025);
    transform: scale(1.035);
  }

  .location-card:hover,
  .number-card:hover,
  .landmark-card:hover,
  .contact-option:hover,
  .direct-contact-card:hover,
  .occasion-item:hover,
  .service-card:hover {
    border-color: var(--section-stroke-accent);
  }
}

@media (max-width: 1120px) {
  .occasion-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .occasion-item:last-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }
}

@media (max-width: 820px) {
  .section {
    padding-block: clamp(72px, 12vw, 96px);
  }

  .direct-contact-grid {
    grid-template-columns: 1fr;
  }

  .promise-section,
  .comfort-section,
  .guest-section,
  .cuisine-section,
  .sport-section,
  .reach-section,
  .event-promo,
  .location-section {
    margin-inline: 8px;
    border-radius: 32px;
  }

  .editorial-split {
    padding-block: 42px;
  }

  .editorial-split .editorial-grid,
  .suited-section .suited-grid,
  .business-section .business-grid {
    gap: 34px;
    padding: 24px;
    border-radius: 30px;
  }

  .editorial-media::after,
  .suited-media::after,
  .business-media::after {
    inset: 14px -12px -12px 14px;
  }

  .contact-option {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .section {
    padding-block: 68px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading .eyebrow,
  .intro-grid .eyebrow,
  .editorial-copy .eyebrow,
  .suited-copy .eyebrow,
  .business-copy .eyebrow,
  .cuisine-copy .eyebrow,
  .sport-copy .eyebrow,
  .reach-copy .eyebrow,
  .event-promo .eyebrow {
    padding: 7px 10px;
  }

  .intro-grid {
    padding: 28px 20px;
  }

  .promise-section,
  .comfort-section,
  .guest-section,
  .cuisine-section,
  .sport-section,
  .reach-section,
  .event-promo,
  .location-section {
    margin-inline: 5px;
    border-radius: 26px;
  }

  .editorial-split {
    padding-block: 26px;
  }

  .editorial-split .editorial-grid,
  .suited-section .suited-grid,
  .business-section .business-grid {
    padding: 18px;
    border-radius: 25px;
  }

  .editorial-copy,
  .suited-copy,
  .business-copy {
    padding: 8px 4px 12px;
  }

  .occasion-list {
    grid-template-columns: 1fr;
  }

  .occasion-item,
  .occasion-item:last-child {
    min-height: 240px;
    grid-column: auto;
  }

  .direct-contact-card {
    min-height: 154px;
    padding-right: 58px;
  }

  .direct-contact-card::before {
    right: 18px;
    bottom: 18px;
  }

  .gallery-heading::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience-card,
  .editorial-media img,
  .suited-media img,
  .business-media img,
  .sport-media img,
  .cuisine-media img {
    transition: none;
  }
}

/* 2026 editorial refinement: modern surfaces without ornamental circles */
:root {
  --editorial-radius: clamp(20px, 2.2vw, 32px);
  --editorial-line: rgba(92, 59, 35, 0.13);
  --editorial-shadow: 0 26px 72px rgba(47, 31, 19, 0.09);
  --editorial-shadow-dark: 0 30px 82px rgba(2, 18, 13, 0.24);
}

body {
  background: linear-gradient(180deg, #fdfbf7 0%, #f8f2e9 48%, #fcfaf6 100%);
}

body::before,
.hero-home::before,
.hero-home::after,
.promise-section::before,
.closing-cta::before,
.privacy-hero::after,
.reach-map-preview::after,
.intro-section::before,
.dual-experience::before,
.gallery-section::before,
.direct-contact-section::before,
.intro-grid::before,
.intro-grid::after,
.promise-section::after,
.comfort-section::after,
.guest-section::after,
.cuisine-section::after,
.sport-section::after,
.reach-section::after,
.event-promo::after,
.footer-decoration {
  display: none !important;
}

.hero-home {
  background: #0a1d17;
}

.hero-copy {
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.018), transparent 56%),
    linear-gradient(165deg, #0b211a 0%, #091b16 58%, #102820 100%);
}

.hero-copy::before {
  padding: 9px 13px;
  flex-shrink: 0;
  border: 0;
  border-left: 3px solid var(--gold-400);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  letter-spacing: 0.16em;
}

.hero-visual {
  border-bottom-left-radius: 34px;
}

.hero-visual::after {
  border-radius: 0 0 0 22px;
  inset: 18px;
}

.hero-seal {
  width: clamp(184px, 13.5vw, 210px);
  height: auto;
  min-height: 102px;
  display: grid;
  align-items: flex-start;
  align-content: center;
  justify-content: stretch;
  justify-items: start;
  overflow: hidden;
  padding: 17px 20px 17px 23px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 3px solid var(--gold-400);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(5, 27, 20, 0.94), rgba(15, 51, 40, 0.84));
  box-shadow:
    0 22px 48px rgba(3, 18, 13, 0.34),
    inset 0 1px rgba(255, 255, 255, 0.08);
  text-align: left;
  transform: none;
  backdrop-filter: blur(16px) saturate(135%);
  gap: 3px;
}

.hero-seal::before {
  position: absolute;
  top: 0;
  right: 18px;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400));
  content: "";
}

.hero-seal strong {
  margin-block: 1px 2px;
  color: #f4d49c;
  font-size: 1.7rem;
  line-height: 1;
}

.hero-seal span,
.hero-seal small {
  letter-spacing: 0.13em;
  line-height: 1.25;
}

.hero-seal span {
  color: #fffaf0;
  font-size: 0.62rem;
  font-weight: 700;
}

.hero-seal small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.53rem;
}

.scroll-cue,
.back-to-top {
  border-radius: 12px;
}

.language-switcher a {
  border-radius: 8px;
}

.quick-booking-shell {
  border-radius: 20px 20px 34px 20px;
  border-color: rgba(93, 58, 34, 0.12);
  box-shadow: 0 30px 78px rgba(24, 20, 14, 0.18);
}

.quick-booking-intro {
  background: linear-gradient(145deg, #102d24, #081b15);
}

.quick-action {
  position: relative;
}

.quick-action::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(200, 75, 49, 0.34), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.55);
  transition: opacity 250ms ease, transform 350ms var(--ease);
}

.quick-action:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.taste-ribbon {
  background:
    linear-gradient(90deg, rgba(200, 75, 49, 0.13), transparent 32%, rgba(220, 158, 65, 0.08)),
    #071813;
}

.taste-ribbon-track span:not(:last-child)::after {
  width: 16px;
  height: 2px;
  border-radius: 0;
}

.section-heading {
  position: relative;
}

.section-heading:not(.centered) {
  padding-left: clamp(18px, 2vw, 28px);
}

.section-heading:not(.centered)::before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--terracotta), var(--gold-400));
  content: "";
}

.section-heading.centered::after {
  display: block;
  width: 72px;
  height: 3px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
  content: "";
}

.section-heading .eyebrow,
.intro-grid .eyebrow,
.editorial-copy .eyebrow,
.suited-copy .eyebrow,
.business-copy .eyebrow,
.cuisine-copy .eyebrow,
.sport-copy .eyebrow,
.reach-copy .eyebrow,
.event-promo .eyebrow {
  border-radius: 6px;
  box-shadow: none;
}

.section-heading .eyebrow::before,
.intro-grid .eyebrow::before,
.editorial-copy .eyebrow::before,
.suited-copy .eyebrow::before,
.business-copy .eyebrow::before,
.cuisine-copy .eyebrow::before,
.sport-copy .eyebrow::before,
.reach-copy .eyebrow::before,
.event-promo .eyebrow::before {
  width: 14px;
  height: 2px;
  border-radius: 0;
}

.intro-grid {
  border: 1px solid var(--editorial-line);
  border-left: 4px solid var(--terracotta);
  border-radius: 18px 44px 18px 18px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.98), rgba(247, 238, 226, 0.9));
  box-shadow: var(--editorial-shadow);
}

.dual-experience,
.gallery-section,
.page-restaurant .gallery-section {
  background: linear-gradient(180deg, #fcfaf6, #f5ede2);
}

.experience-card {
  border-radius: 18px 18px 42px 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--editorial-shadow);
}

.experience-media {
  border-radius: 14px 14px 24px 14px;
}

.card-index,
.gallery-item > span,
.direct-contact-card::before,
.footer-action-arrow,
.footer-cookie-icon,
.privacy-summary > span {
  border-radius: 9px;
}

.card-index {
  width: 54px;
  height: 46px;
}

.promise-section,
.comfort-section,
.guest-section,
.cuisine-section,
.sport-section,
.reach-section {
  border-radius: var(--editorial-radius);
  background: linear-gradient(145deg, #102e25 0%, #0a211a 52%, #071813 100%);
  box-shadow: var(--editorial-shadow-dark);
}

.event-promo {
  border-radius: var(--editorial-radius);
  background: linear-gradient(135deg, #a33f2a 0%, #7d2b1e 58%, #5f2017 100%);
  box-shadow: 0 30px 80px rgba(74, 24, 16, 0.24);
}

.stat,
.comfort-card,
.guest-card {
  border-radius: 14px 28px 14px 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
}

.stat::after,
.comfort-card::after,
.guest-card::after {
  width: 76px;
  height: 4px;
  border-radius: 0;
  background: linear-gradient(90deg, var(--gold-400), transparent);
}

.comfort-card > span,
.guest-card > span,
.occasion-item > span {
  border-radius: 9px;
}

.editorial-split .editorial-grid,
.suited-section .suited-grid,
.business-section .business-grid {
  border: 1px solid var(--editorial-line);
  border-radius: var(--editorial-radius);
  background: linear-gradient(130deg, rgba(255, 253, 249, 0.98), rgba(246, 237, 225, 0.88));
  box-shadow: var(--editorial-shadow);
}

.editorial-split-reverse .editorial-grid {
  background: linear-gradient(230deg, rgba(255, 253, 249, 0.98), rgba(247, 235, 223, 0.9));
}

.editorial-media,
.suited-media,
.business-media {
  border-radius: 16px 34px 16px 16px;
}

.location-section,
.contact-options,
.direct-contact-section {
  background: linear-gradient(180deg, #fbf7f0, #f3eadf);
}

.location-section {
  border-radius: var(--editorial-radius);
}

.location-card,
.number-card,
.landmark-card,
.contact-option,
.direct-contact-card,
.occasion-item,
.service-card {
  border-radius: 14px 26px 14px 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(251, 243, 233, 0.86));
  box-shadow: 0 18px 48px rgba(47, 31, 19, 0.065);
}

/* Keep the highlighted right-hand cards dark after the shared card treatment. */
.service-card.service-card-dark,
.contact-option.contact-option-dark {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 92% 8%, rgba(240, 198, 117, 0.2), transparent 18rem),
    linear-gradient(145deg, #a33b29 0%, #6f2118 100%);
  color: var(--white);
  box-shadow: 0 22px 58px rgba(69, 27, 19, 0.2);
}

.service-card.service-card-dark h3,
.contact-option.contact-option-dark h3 {
  color: var(--white);
}

.service-card.service-card-dark p,
.contact-option.contact-option-dark p {
  color: rgba(255, 255, 255, 0.88);
}

.service-card.service-card-dark > span,
.contact-option.contact-option-dark > span {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.location-card::after,
.number-card::after,
.landmark-card::after,
.contact-option::after,
.direct-contact-card::after,
.occasion-item::after,
.service-card:not(.service-card-dark)::after {
  right: auto;
  width: 42%;
  height: 4px;
}

.occasion-item > span {
  width: 52px;
  height: 38px;
}

.gallery-heading::after {
  width: min(28vw, 280px);
  height: 3px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
}

.gallery-item {
  border-radius: 14px 28px 14px 14px;
}

.closing-cta {
  border-radius: var(--editorial-radius);
  background:
    linear-gradient(105deg, rgba(5, 20, 15, 0.94), rgba(8, 31, 24, 0.82)),
    url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") center 44% / cover;
  box-shadow: var(--editorial-shadow-dark);
}

.closing-cta-inner {
  max-width: 900px;
  padding-left: clamp(22px, 3vw, 42px);
  border-left: 4px solid var(--gold-400);
  text-align: left;
}

.closing-cta-inner .button-row {
  justify-content: flex-start;
}

.privacy-hero {
  border-radius: 0 0 30px 30px;
  background: linear-gradient(135deg, #071a14 0%, #102d24 66%, #173b2e 100%);
}

.privacy-hero-mark {
  position: relative;
  width: min(100%, 250px);
  min-height: 138px;
  aspect-ratio: auto;
  place-content: center start;
  overflow: hidden;
  padding: 23px 26px 22px 29px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid var(--gold-400);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.08);
  text-align: left;
  backdrop-filter: blur(16px) saturate(130%);
}

.privacy-hero-mark::before {
  position: absolute;
  top: 0;
  right: 20px;
  width: 58px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-400));
  content: "";
}

.privacy-hero-mark span,
.privacy-hero-mark small {
  line-height: 1.3;
}

.privacy-hero-mark strong {
  margin-block: 7px 6px;
  font-size: clamp(2.15rem, 3vw, 2.85rem);
}

.privacy-updated {
  border-radius: 7px;
}

.privacy-toc,
.privacy-card,
.privacy-summary {
  border-radius: 14px 28px 14px 14px;
}

.reach-map {
  background: transparent;
}

.reach-map-preview {
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.95), rgba(244, 234, 221, 0.92)),
    #f8f2e9;
}

.reach-map-preview-copy {
  border-radius: 14px 28px 14px 14px;
}

.site-footer {
  border-radius: 30px 30px 0 0;
  background: linear-gradient(145deg, #06140f 0%, #0b2119 54%, #102b21 100%);
}

.footer-action {
  border-radius: 14px 28px 14px 14px;
}

.footer-cookie-notice {
  border-radius: 14px;
}

@media (max-width: 820px) {
  .hero-home {
    background:
      linear-gradient(0deg, rgba(8, 25, 19, 0.97), rgba(8, 25, 19, 0.48)),
      url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") center 42% / cover;
  }

  .hero-copy {
    background: linear-gradient(180deg, rgba(7, 24, 18, 0.18), rgba(7, 24, 18, 0.72));
  }

  .closing-cta-inner {
    padding-left: 24px;
  }

  .privacy-hero-mark {
    width: min(100%, 320px);
    min-height: 124px;
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .hero-visual,
  .intro-grid,
  .experience-card,
  .promise-section,
  .comfort-section,
  .guest-section,
  .cuisine-section,
  .sport-section,
  .reach-section,
  .event-promo,
  .editorial-split .editorial-grid,
  .suited-section .suited-grid,
  .business-section .business-grid,
  .location-section,
  .closing-cta,
  .site-footer,
  .privacy-hero {
    border-radius: 20px;
  }

  .hero-visual {
    border-radius: 0 0 0 20px;
  }

  .section-heading:not(.centered) {
    padding-left: 16px;
  }

  .closing-cta-inner {
    padding-left: 18px;
    border-left-width: 3px;
  }

  .privacy-hero {
    border-radius: 0 0 20px 20px;
  }

  .privacy-hero-mark {
    min-height: 116px;
    padding: 22px;
    border-radius: 16px;
  }
}

/* Refined mobile wordmark header */
@media (max-width: 560px) {
  .site-header,
  .page-home .site-header,
  .site-header.is-scrolled,
  .page-home .site-header.is-scrolled {
    top: max(8px, env(safe-area-inset-top));
    width: calc(100% - 20px);
    margin-inline: auto;
    border: 1px solid rgba(72, 51, 35, 0.12);
    border-radius: 16px;
    background: rgba(255, 252, 247, 0.94);
    box-shadow:
      0 16px 42px rgba(8, 30, 23, 0.12),
      inset 0 1px rgba(255, 255, 255, 0.78);
    color: var(--pine-950);
    backdrop-filter: blur(22px) saturate(165%);
  }

  .page-home .site-header {
    right: 10px;
    left: 10px;
  }

  .nav-shell,
  .site-header.is-scrolled .nav-shell {
    width: 100%;
    min-height: 72px;
    padding: 0 10px 0 15px;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand {
    position: relative;
    max-width: 100%;
    padding-left: 13px;
  }

  .brand::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 34px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--gold-400), var(--terracotta));
    content: "";
    transform: translateY(-50%);
  }

  .brand-copy {
    gap: 2px;
  }

  .brand-copy strong {
    font-size: clamp(1rem, 4.3vw, 1.13rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .brand-copy small,
  .page-home .brand-copy small,
  .page-home .site-header.is-scrolled .brand-copy small {
    margin-top: 3px;
    color: var(--gold-text);
    font-size: 0.52rem;
    letter-spacing: 0.1em;
    opacity: 1;
  }

  .menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(23, 27, 21, 0.15);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(32, 48, 38, 0.08), rgba(255, 255, 255, 0.64));
    box-shadow:
      0 8px 22px rgba(8, 30, 23, 0.08),
      inset 0 1px rgba(255, 255, 255, 0.8);
    gap: 5px;
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
  }

  .menu-toggle span:first-child,
  .menu-toggle span:last-child {
    width: 17px;
  }

  html.menu-open .site-header,
  html.menu-open .site-header.is-scrolled,
  html.menu-open .page-home .site-header,
  html.menu-open .page-home .site-header.is-scrolled {
    top: 0;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }

  .menu-open .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    color: #fff;
  }
}

/* Clear separation between language controls and the primary booking action */
@media (min-width: 1121px) {
  .header-actions {
    gap: 16px;
  }

  .header-actions .language-switcher {
    position: relative;
    padding-right: clamp(16px, 1.35vw, 22px);
  }

  .header-actions .language-switcher::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 26px;
    background: linear-gradient(180deg, transparent, currentColor, transparent);
    content: "";
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

/* Editorial introduction inside the open mobile navigation */
@media (max-width: 1120px) {
  .nav-mobile-note {
    width: auto;
    max-width: 310px;
    margin: 0 0 32px;
    padding: 2px 0 2px 16px;
    border: 0;
    border-left: 3px solid var(--gold-400);
    border-radius: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 560px) {
  .nav-mobile-note {
    max-width: 280px;
    margin-bottom: 28px;
    padding-left: 14px;
    font-size: 0.82rem;
  }
}

/* Descriptive editorial tags replace decorative 01/02/03 counters */
.content-tag {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px !important;
  font-family: var(--sans) !important;
  font-size: clamp(0.64rem, 0.72vw, 0.74rem) !important;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.privacy-toc nav a {
  grid-template-columns: 1fr;
}

.quick-number.content-tag {
  margin: 0;
  padding: 6px 8px;
  font-size: 0.61rem !important;
  letter-spacing: 0.055em;
}

.card-index.content-tag {
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 32px);
  min-height: 34px;
  padding: 8px 11px;
  box-shadow: 0 10px 24px rgba(25, 17, 10, 0.2);
}

.comfort-card > .content-tag,
.guest-card > .content-tag {
  margin-bottom: 38px;
}

.occasion-item {
  grid-template-columns: minmax(170px, 0.38fr) minmax(180px, 0.45fr) minmax(0, 0.75fr);
}

.occasion-item:hover > .content-tag {
  transform: translateY(-2px);
}

.contact-option > .content-tag {
  margin-bottom: clamp(38px, 5vw, 60px);
}

.privacy-summary > .content-tag {
  align-self: start;
  color: var(--gold-400);
}

.footer-action {
  grid-template-columns: minmax(0, 1fr) 38px;
}

.footer-action-index.content-tag {
  display: inline-flex;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.59rem !important;
  letter-spacing: 0.065em;
}

@media (min-width: 821px) {
  .quick-action {
    align-content: center;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
  }

  .quick-action > .quick-number {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
  }

  .quick-action > span:not(.quick-number) {
    grid-column: 1;
    grid-row: 2;
  }

  .quick-action > b {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (min-width: 821px) and (max-width: 1120px) {
  .occasion-item,
  .occasion-item:last-child {
    grid-template-columns: minmax(160px, 0.45fr) minmax(170px, 0.6fr) minmax(220px, 1fr);
  }
}

@media (max-width: 820px) {
  .quick-action {
    grid-template-columns: minmax(112px, 138px) minmax(0, 1fr) auto;
    gap: 12px;
  }

  .occasion-item {
    grid-template-columns: 1fr;
  }

  .occasion-item p {
    grid-column: 1;
  }
}

@media (max-width: 430px) {
  .quick-action {
    grid-template-columns: minmax(102px, 122px) minmax(0, 1fr) auto;
    gap: 9px;
  }

  .quick-action > span:not(.quick-number) {
    min-width: 0;
  }

  .quick-action strong {
    overflow: visible;
    line-height: 1.28;
    overflow-wrap: break-word;
    text-overflow: clip;
    white-space: normal;
  }

  .quick-number.content-tag {
    padding-inline: 6px;
    font-size: 0.56rem !important;
  }

  .footer-action-index.content-tag {
    display: inline-flex;
  }
}


/* Contact page: clearer booking paths and direct actions */

.page-contact .whatsapp-float,
.page-contact .mobile-booking-bar {
  display: none;
}

.page-contact .contact-options {
  position: relative;
  padding-block: clamp(88px, 9vw, 138px);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(244, 235, 224, 0.96));
}

.contact-decision-header {
  display: grid;
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 6vw, 90px);
}

.contact-decision-heading h2,
.contact-section-heading h2 {
  margin-top: 18px;
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.93;
}

.contact-decision-intro,
.contact-section-heading > p {
  max-width: 590px;
  margin: 0;
  padding: 4px 0 4px clamp(20px, 2vw, 32px);
  border-left: 3px solid var(--terracotta);
  color: #52635d;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.75;
}

.page-contact .contact-options-grid {
  gap: clamp(18px, 2vw, 30px);
}

.page-contact .contact-option {
  display: flex;
  min-height: clamp(520px, 42vw, 610px);
  flex-direction: column;
  padding: clamp(34px, 4vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px 24px 52px 24px;
  color: var(--white);
  box-shadow: 0 32px 84px rgba(26, 19, 13, 0.2);
}

.page-contact .contact-option-hotel {
  background:
    linear-gradient(90deg, rgba(6, 28, 21, 0.99) 0%, rgba(8, 38, 29, 0.95) 58%, rgba(8, 38, 29, 0.54) 100%),
    url("../../images/hotel-cavaliere-camera-doppia-balcone.jpeg") 72% center / cover !important;
}

.page-contact .contact-option-restaurant {
  background:
    linear-gradient(90deg, rgba(112, 34, 23, 0.99) 0%, rgba(168, 54, 34, 0.94) 58%, rgba(168, 54, 34, 0.5) 100%),
    url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") 70% center / cover !important;
}

.page-contact .contact-option::after {
  right: auto;
  width: min(220px, 42%);
  height: 5px;
  opacity: 1;
}

.contact-option-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.page-contact .contact-option .content-tag {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(5, 21, 16, 0.38);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.contact-option-service {
  color: var(--gold-300);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

.page-contact .contact-option h3 {
  max-width: 9ch;
  margin-bottom: 22px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3.3rem, 5vw, 5.7rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.contact-option-copy {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 1rem;
  line-height: 1.7;
}

.contact-detail-list {
  display: grid;
  max-width: 540px;
  margin: 30px 0 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.contact-detail-list li {
  display: grid;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.87rem;
  font-weight: 650;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 11px;
}

.contact-detail-list li::before {
  width: 7px;
  height: 7px;
  background: var(--gold-300);
  content: "";
  transform: rotate(45deg);
}

.page-contact .contact-option-actions {
  margin-top: auto;
  padding-top: 36px;
  gap: 18px 24px;
}

.page-contact .contact-option .button-light {
  border-color: rgba(255, 255, 255, 0.78);
  background: var(--ivory-50);
  color: var(--pine-950);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
}

.page-contact .contact-option .text-link-light {
  color: var(--white);
}

.page-contact .direct-contact-section {
  padding-block: clamp(88px, 9vw, 132px);
  background:
    linear-gradient(180deg, #f4ebdf 0%, #fffdf9 100%);
}

.contact-section-heading {
  display: grid;
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 68px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 6vw, 90px);
}

.contact-section-heading h2 {
  font-size: clamp(3.1rem, 5vw, 5.4rem);
}

.page-contact .direct-contact-grid {
  margin-top: 0;
  border: 0;
  gap: clamp(14px, 1.5vw, 22px);
}

.page-contact .direct-contact-card {
  display: flex;
  min-height: 250px;
  justify-content: flex-start;
  padding: clamp(26px, 3vw, 40px);
  padding-right: clamp(64px, 6vw, 88px);
  border: 1px solid rgba(77, 52, 35, 0.12);
  border-radius: 18px 18px 36px 18px;
  background: rgba(255, 253, 249, 0.92);
  color: var(--pine-950);
  box-shadow: 0 20px 58px rgba(47, 31, 19, 0.075);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease,
    background-color 240ms ease,
    color 240ms ease;
}

.page-contact .direct-contact-card::after {
  width: 34%;
  height: 4px;
}

.page-contact .direct-contact-card::before {
  z-index: 2;
  top: auto;
  right: 24px;
  bottom: 24px;
  left: auto;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(200, 75, 49, 0.2);
  border-radius: 11px;
  background: rgba(200, 75, 49, 0.075);
  color: var(--terracotta);
  content: "\2197";
  font-size: 0.94rem;
  opacity: 1;
  transform: none;
  place-items: center;
}

.direct-contact-card-head {
  display: flex;
  align-items: center;
  margin: 0 0 28px !important;
  gap: 12px;
}

.direct-contact-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border: 1px solid rgba(13, 55, 42, 0.13);
  border-radius: 12px;
  background: #edf2ed;
  color: var(--pine-900) !important;
  font-size: 0.64rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.05em !important;
  place-items: center;
}

.direct-contact-icon-whatsapp {
  overflow: hidden;
  padding: 6px;
  background: #eff8f0;
}

.direct-contact-icon-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-contact .direct-contact-label {
  margin: 0 !important;
  color: #84501f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-contact .direct-contact-card strong {
  margin: auto 0 14px;
  font-size: clamp(1.35rem, 1.75vw, 1.85rem);
  line-height: 1.16;
}

.page-contact .direct-contact-card small {
  max-width: 31ch;
  color: #65736e;
  font-size: 0.78rem;
  line-height: 1.55;
}

.page-contact .direct-contact-card-email strong {
  font-size: clamp(1.1rem, 1.45vw, 1.55rem);
}

.contact-priority-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(24px, 3vw, 36px);
  border-left: 4px solid var(--gold-400);
  border-radius: 16px 28px 16px 16px;
  background: linear-gradient(135deg, var(--pine-950), var(--pine-800));
  color: var(--white);
  gap: 28px;
  box-shadow: 0 22px 58px rgba(4, 24, 17, 0.16);
}

.contact-priority-note strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 400;
}

.contact-priority-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-priority-note .button {
  flex: 0 0 auto;
  border-color: var(--ivory-50);
  background: var(--ivory-50);
  color: var(--pine-950);
}

.page-contact .reach-section {
  margin-top: 0;
}

.page-contact .reach-copy {
  padding: clamp(58px, 7vw, 100px);
}

.page-contact .reach-copy h2 {
  font-size: clamp(3.3rem, 5.3vw, 5.9rem);
}

.reach-facts {
  display: grid;
  margin: 34px 0 4px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.reach-facts li {
  display: flex;
  min-height: 116px;
  min-width: 0;
  padding: 24px clamp(20px, 2vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  flex-direction: column;
  justify-content: center;
}

.reach-facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.reach-facts li:last-child {
  padding-right: 0;
}

.reach-facts strong,
.reach-facts span {
  display: block;
}

.reach-facts strong {
  margin-bottom: 8px;
  color: var(--gold-300);
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
}

.reach-facts span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  line-height: 1.4;
}

.reach-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 26px;
}

.page-contact .reach-copy address {
  margin-top: 28px;
}

@media (hover: hover) {
  .page-contact .direct-contact-card:hover {
    border-color: rgba(200, 75, 49, 0.32);
    background: var(--pine-900);
    color: var(--white);
    box-shadow: 0 30px 72px rgba(31, 26, 17, 0.15);
    transform: translateY(-5px);
  }

  .page-contact .direct-contact-card:hover small {
    color: rgba(255, 255, 255, 0.72);
  }

  .page-contact .direct-contact-card:hover .direct-contact-label {
    color: var(--gold-300);
  }

  .page-contact .direct-contact-card:hover::before {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-300);
  }
}

@media (max-width: 1120px) {
  .contact-decision-header,
  .contact-section-heading {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
    gap: 34px;
  }

  .page-contact .direct-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-contact .direct-contact-card-email {
    grid-column: 1 / -1;
  }
}

@media (max-width: 980px) {
  .contact-decision-header,
  .contact-section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .contact-decision-intro,
  .contact-section-heading > p {
    max-width: 680px;
    margin: 0;
  }

  .page-contact .contact-options-grid {
    grid-template-columns: 1fr;
  }

  .page-contact .contact-option {
    min-height: 520px;
  }
}

@media (max-width: 820px) {
  .page-contact .direct-contact-grid {
    grid-template-columns: 1fr;
  }

  .page-contact .direct-contact-card-email {
    grid-column: auto;
  }

  .contact-priority-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .reach-facts {
    grid-template-columns: 1fr;
  }

  .reach-facts li {
    min-height: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .reach-facts li:first-child {
    border-top: 0;
  }
}

@media (max-width: 560px) {
  body.page-contact {
    padding-bottom: 0;
  }

  .page-contact .contact-options,
  .page-contact .direct-contact-section {
    padding-block: 72px;
  }

  .contact-decision-heading h2,
  .contact-section-heading h2 {
    font-size: clamp(2.9rem, 14vw, 4.2rem);
  }

  .contact-decision-intro,
  .contact-section-heading > p {
    padding-left: 17px;
  }

  .page-contact .contact-option {
    min-height: 520px;
    padding: 28px 24px 30px;
    border-radius: 20px 20px 36px 20px;
  }

  .page-contact .contact-option-hotel,
  .page-contact .contact-option-restaurant {
    background-position: 62% center !important;
  }

  .contact-option-topline {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
    gap: 10px;
  }

  .contact-option-service {
    text-align: left;
  }

  .page-contact .contact-option h3 {
    font-size: clamp(3.15rem, 15vw, 4.35rem);
  }

  .contact-detail-list {
    margin-top: 24px;
  }

  .page-contact .contact-option-actions {
    align-items: stretch;
    width: 100%;
    padding-top: 28px;
  }

  .page-contact .contact-option-actions .button {
    width: 100%;
  }

  .page-contact .direct-contact-card {
    min-height: 220px;
    padding: 24px 60px 24px 24px;
  }

  .page-contact .direct-contact-card::before {
    right: 16px;
    bottom: 16px;
  }

  .contact-priority-note {
    padding: 24px 22px;
  }

  .contact-priority-note .button {
    width: 100%;
  }

  .page-contact .reach-copy {
    padding: 52px 24px;
  }

  .page-contact .reach-copy h2 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

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

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

/* Keep the contact map flush, borderless and immediately interactive. */
.page-contact .reach-section {
  padding-block: 0;
  border: 0;
}

.page-contact .reach-section .reach-grid {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}

.page-contact .reach-map {
  padding: 0;
  border: 0;
  background: transparent;
}

.page-contact .reach-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  inset: 0;
}

.local-seo-section {
  padding-block: clamp(76px, 9vw, 132px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 28%),
    var(--cream-warm);
}

.local-seo-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: clamp(32px, 5.5vw, 78px);
  border: 1px solid rgba(72, 51, 35, 0.13);
  border-radius: 14px 36px 14px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 237, 224, 0.88));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 28px 72px rgba(49, 32, 20, 0.08);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 78px);
}

.local-seo-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: min(44%, 430px);
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
  content: "";
}

.local-seo-heading {
  align-self: start;
}

.local-seo-heading h2 {
  max-width: 720px;
  margin-top: 20px;
  color: var(--pine-950);
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.local-seo-copy {
  display: grid;
  align-content: start;
  gap: 22px;
}

.local-seo-copy p {
  margin: 0;
  color: #4f625b;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.82;
}

.local-seo-points {
  display: grid;
  margin: 4px 0 0;
  padding: 0;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.local-seo-points li {
  min-height: 92px;
  padding: 22px clamp(18px, 2.5vw, 32px);
  border-top: 2px solid rgba(200, 75, 49, 0.22);
  border-left: 1px solid rgba(72, 51, 35, 0.11);
  color: var(--pine-900);
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.5;
}

.local-seo-points li:first-child {
  border-left: 0;
}

.local-seo-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 4px;
  grid-column: 1 / -1;
  gap: 18px 34px;
}

.local-seo-links .text-link {
  color: var(--pine-900);
}

@media (max-width: 980px) {
  .local-seo-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .local-seo-points,
  .local-seo-links {
    grid-column: auto;
  }

  .local-seo-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .local-seo-section {
    padding-block: 64px;
  }

  .local-seo-panel {
    padding: 34px 24px 30px;
    border-radius: 12px 24px 12px 12px;
  }

  .local-seo-heading h2 {
    font-size: clamp(2.65rem, 12.5vw, 4.1rem);
  }

  .local-seo-points {
    grid-template-columns: 1fr;
  }

  .local-seo-points li {
    min-height: auto;
    padding: 18px 0;
    border-left: 0;
  }

  .local-seo-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

/* Locally hosted Font Awesome set for polished, instantly recognizable actions. */
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

.ui-line-icon {
  display: inline-grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: currentColor;
  font-family: "Font Awesome 7 Free";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  place-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-line-icon::before {
  position: static;
  display: block;
  box-sizing: border-box;
}

.ui-line-icon::after {
  content: none;
}

.ui-line-icon-table::before {
  content: "\f073";
}

.ui-line-icon-stay::before {
  content: "\f236";
  transform: translate(-1px, -1px);
}

.ui-line-icon-call::before {
  content: "\f095";
}

.ui-line-icon-mobile::before {
  content: "\f3cd";
}

.ui-line-icon-email::before {
  content: "\f0e0";
}

.ui-line-icon-directions::before {
  content: "\f3c5";
}

.ui-line-icon-discover::before {
  content: "\f061";
}

.ui-line-icon-external::before {
  content: "\f35d";
}

.ui-line-icon-info::before {
  content: "\f05a";
}

.ui-line-icon-up::before {
  content: "\f062";
}

.utility-contact-icon > .ui-line-icon {
  font-size: 11px;
}

.hero-contact-icon > .ui-line-icon {
  font-size: 14px;
}

.direct-contact-icon > .ui-line-icon {
  font-size: 22px;
}

/* Explicit action language: every primary control shows what happens next. */
.button-action {
  gap: 10px;
}

.button-action::after {
  content: none;
}

.button-action-icon {
  display: inline-grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease;
}

.button:hover .button-action-icon,
.mobile-action:hover .button-action-icon,
.text-action:hover .button-action-icon {
  transform: translateY(-1px);
}

.button-small .button-action-icon {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  border-radius: 7px;
  font-size: 0.86rem;
}

.button-action-label {
  display: block;
  min-width: 0;
  line-height: 1.25;
}

.button-action-icon-whatsapp {
  overflow: hidden;
  padding: 2px;
  border-color: rgba(5, 43, 26, 0.28);
  background: rgba(255, 255, 255, 0.94);
}

.button-action-icon-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.button-whatsapp {
  border-color: #128c7e !important;
  background: #25d366 !important;
  color: #052b1a !important;
  box-shadow: 0 14px 34px rgba(18, 140, 126, 0.24);
}

.button-whatsapp:hover {
  border-color: #075e54 !important;
  background: #20c75e !important;
  color: #041f13 !important;
  box-shadow: 0 18px 40px rgba(18, 140, 126, 0.32);
}

.text-action {
  gap: 9px;
}

.text-action .button-action-icon {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  border-radius: 7px;
  font-size: 0.86rem;
}

.direct-contact-card-whatsapp {
  border-color: #128c7e !important;
  background: linear-gradient(135deg, #25d366, #20c75e) !important;
  color: #052b1a !important;
}

.page-contact .direct-contact-card-whatsapp .direct-contact-label,
.page-contact .direct-contact-card-whatsapp strong,
.page-contact .direct-contact-card-whatsapp small {
  color: #052b1a !important;
}

.page-contact .direct-contact-card-whatsapp .direct-contact-icon-whatsapp {
  border-color: rgba(5, 43, 26, 0.25);
  background: rgba(255, 255, 255, 0.94);
}

.whatsapp-float {
  border-color: rgba(255, 255, 255, 0.92);
  background: #25d366;
  box-shadow:
    0 18px 44px rgba(18, 140, 126, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.4) inset;
}

.whatsapp-float strong {
  color: #052b1a;
}

.mobile-action {
  gap: 8px;
}

.mobile-action .button-action-icon {
  width: 23px;
  height: 23px;
  flex-basis: 23px;
  border-radius: 7px;
  font-size: 0.85rem;
}

@media (hover: hover) {
  .page-contact .direct-contact-card-whatsapp:hover {
    border-color: #075e54 !important;
    background: linear-gradient(135deg, #20c75e, #1bb453) !important;
    color: #041f13 !important;
  }

  .whatsapp-float:hover {
    background: #20c75e;
    box-shadow: 0 22px 50px rgba(18, 140, 126, 0.36);
  }
}

@media (max-width: 560px) {
  .button-action-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .mobile-action .button-action-label {
    max-width: 13ch;
  }
}

/* Readable typography and refined content sections */
.feature-list {
  margin-top: clamp(34px, 4vw, 52px);
  gap: 12px;
}

.feature-list > div {
  position: relative;
  overflow: hidden;
  min-height: 104px;
  align-items: center;
  padding: clamp(22px, 2.5vw, 30px) clamp(24px, 3vw, 34px);
  border: 1px solid rgba(240, 198, 117, 0.2);
  border-radius: 12px 24px 12px 12px;
  background:
    linear-gradient(100deg, rgba(240, 198, 117, 0.075), transparent 46%),
    rgba(255, 255, 255, 0.055);
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1fr);
  gap: 22px;
  transition: border-color 250ms ease, background-color 250ms ease, transform 250ms ease;
}

.feature-list > div::before {
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold-400), var(--terracotta));
  content: "";
}

.feature-list strong {
  color: var(--gold-400);
  font-size: clamp(1.75rem, 2.15vw, 2.25rem);
  line-height: 1.05;
}

.feature-list span {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.03rem, 1.08vw, 1.16rem);
  line-height: 1.55;
}

.occasion-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
}

.occasion-item,
.occasion-item:last-child {
  display: flex;
  min-width: 0;
  min-height: clamp(340px, 30vw, 430px);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(30px, 3.5vw, 48px);
  border: 1px solid rgba(72, 51, 35, 0.11);
  border-radius: 12px 30px 12px 12px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(250, 241, 230, 0.9));
  box-shadow: 0 22px 58px rgba(47, 31, 19, 0.08);
  gap: 0;
}

.occasion-item::after {
  width: clamp(110px, 35%, 220px);
  height: 4px;
  background: linear-gradient(90deg, var(--terracotta), var(--gold-400));
}

.occasion-item > .content-tag {
  display: inline-flex;
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 34px;
  justify-content: flex-start;
  padding: 8px 12px;
  border-color: rgba(200, 75, 49, 0.23);
  border-radius: 8px !important;
  background: rgba(200, 75, 49, 0.06);
  color: #87321f;
  font-size: clamp(0.72rem, 0.78vw, 0.82rem) !important;
  line-height: 1.35;
  overflow-wrap: normal;
  text-align: left;
  white-space: normal;
  word-break: normal;
}

.occasion-item h3 {
  width: 100%;
  margin-top: clamp(44px, 5vw, 76px);
  color: var(--pine-950);
  font-size: clamp(2.35rem, 3.35vw, 3.85rem);
  line-height: 0.98;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.occasion-item p {
  width: 100%;
  max-width: 34ch;
  margin-top: clamp(22px, 2.4vw, 30px);
  color: rgba(32, 48, 38, 0.78);
  font-size: clamp(1.03rem, 1.1vw, 1.16rem);
  line-height: 1.68;
  overflow-wrap: break-word;
  word-break: normal;
}

.intro-grid .large-copy,
.editorial-copy > p,
.suited-copy > p,
.business-copy > p,
.cuisine-copy > p,
.sport-copy > p,
.event-promo p,
.service-card p,
.guest-card p,
.landmark-card p,
.location-card p,
.number-card p,
.contact-option p {
  font-size: clamp(1.02rem, 1.06vw, 1.14rem);
  line-height: 1.72;
}

@media (hover: hover) {
  .feature-list > div:hover {
    border-color: rgba(240, 198, 117, 0.36);
    background-color: rgba(255, 255, 255, 0.075);
    transform: translateX(4px);
  }

  .occasion-item:hover {
    border-color: rgba(200, 75, 49, 0.22);
    box-shadow: 0 30px 72px rgba(47, 31, 19, 0.13);
    transform: translateY(-6px);
  }
}

@media (max-width: 980px) {
  .occasion-list {
    grid-template-columns: 1fr;
  }

  .occasion-item,
  .occasion-item:last-child {
    min-height: 0;
  }

  .occasion-item h3 {
    margin-top: 42px;
  }
}

@media (max-width: 620px) {
  .feature-list > div {
    min-height: 0;
    padding: 22px 22px 22px 26px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-list > div::before {
    top: 18px;
    bottom: 18px;
  }

  .feature-list strong {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }

  .feature-list span {
    font-size: 1rem;
  }

  .occasion-item,
  .occasion-item:last-child {
    padding: 28px 24px 30px;
    border-radius: 10px 22px 10px 10px;
  }

  .occasion-item h3 {
    margin-top: 34px;
    font-size: clamp(2.25rem, 12vw, 3.15rem);
  }

  .occasion-item p {
    font-size: 1.02rem;
  }
}

/* Contact page: distinctive, compact and immediately understandable channels */
.page-contact .contact-options {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(246, 238, 228, 0.96));
}

.page-contact .contact-decision-header {
  padding-bottom: clamp(30px, 4vw, 50px);
  border-bottom: 1px solid rgba(72, 51, 35, 0.12);
}

.page-contact .contact-option {
  border-radius: 12px 34px 12px 12px;
}

.page-contact .contact-option-service {
  font-size: clamp(0.72rem, 0.78vw, 0.8rem);
}

.page-contact .contact-detail-list li {
  font-size: clamp(0.9rem, 0.94vw, 1rem);
  line-height: 1.5;
}

.page-contact .direct-contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(125deg, #071c16 0%, #0b3025 56%, #123c2f 100%);
}

.page-contact .contact-section-heading {
  align-items: start;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.page-contact .contact-section-heading .eyebrow {
  border-color: rgba(240, 198, 117, 0.28);
  background: rgba(255, 255, 255, 0.055);
  color: var(--gold-400);
  box-shadow: none;
}

.page-contact .contact-section-heading h2 {
  max-width: 8ch;
  color: var(--white);
  text-wrap: balance;
}

.page-contact .contact-section-heading > p {
  border-left-color: var(--gold-400);
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1.05rem, 1.24vw, 1.2rem);
}

.page-contact .direct-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.page-contact .direct-contact-card,
.page-contact .direct-contact-card-email {
  display: flex;
  overflow: hidden;
  min-width: 0;
  min-height: 350px;
  justify-content: flex-start;
  flex-direction: column;
  padding: clamp(30px, 3.2vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px 30px 12px 12px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.2);
}

.page-contact .direct-contact-card-phone {
  background:
    linear-gradient(145deg, #fffdf8 0%, #f1e8da 100%);
  color: var(--pine-950);
}

.page-contact .direct-contact-card-whatsapp {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: linear-gradient(145deg, #2be06f 0%, #25d366 54%, #20bd5a 100%) !important;
  color: #052b1a !important;
}

.page-contact .direct-contact-card-email {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(145deg, #d34c33 0%, #aa3525 56%, #81271e 100%);
  color: var(--white);
}

.page-contact .direct-contact-card::before {
  display: none;
}

.page-contact .direct-contact-card::after {
  right: auto;
  width: 100%;
  height: 4px;
  opacity: 1;
}

.page-contact .direct-contact-card-phone::after {
  background: linear-gradient(90deg, var(--gold-400), var(--terracotta));
}

.page-contact .direct-contact-card-whatsapp::after {
  background: linear-gradient(90deg, #075e54, rgba(7, 94, 84, 0.18));
}

.page-contact .direct-contact-card-email::after {
  background: linear-gradient(90deg, var(--gold-400), rgba(240, 198, 117, 0.14));
}

.page-contact .direct-contact-card span {
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: none;
}

.page-contact .direct-contact-card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 clamp(42px, 5vw, 64px) !important;
  color: inherit !important;
  gap: 14px;
}

.page-contact .direct-contact-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 1px solid rgba(13, 55, 42, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(244, 234, 220, 0.68));
  color: var(--pine-950) !important;
  font-family: var(--sans);
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1;
  place-items: center;
  box-shadow: 0 12px 26px rgba(13, 55, 42, 0.1), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.page-contact .direct-contact-icon-whatsapp {
  padding: 7px;
  border-color: rgba(5, 43, 26, 0.2);
  background: rgba(255, 255, 255, 0.94);
}

.page-contact .direct-contact-card-email .direct-contact-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white) !important;
}

.page-contact .direct-contact-label,
.page-contact .direct-contact-card-whatsapp .direct-contact-label {
  color: currentColor !important;
  font-size: clamp(0.76rem, 0.8vw, 0.84rem);
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.78;
}

.page-contact .direct-contact-card strong,
.page-contact .direct-contact-card-email strong {
  width: 100%;
  margin: 0 0 16px;
  color: currentColor;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
}

.page-contact .direct-contact-card-email strong {
  font-size: clamp(1.12rem, 1.45vw, 1.55rem);
  overflow-wrap: anywhere;
}

.page-contact .direct-contact-card small,
.page-contact .direct-contact-card-whatsapp small {
  max-width: 32ch;
  color: currentColor !important;
  font-size: clamp(0.92rem, 0.96vw, 1rem);
  line-height: 1.6;
  opacity: 0.72;
}

.page-contact .direct-contact-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid currentColor;
  color: currentColor !important;
  font-family: var(--sans);
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  opacity: 0.86;
}

.page-contact .direct-contact-card-action > span:last-child {
  display: grid;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1rem !important;
  place-items: center;
}

.page-contact .direct-contact-card-action > span {
  color: inherit !important;
}

.page-contact .contact-priority-note {
  margin-top: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--gold-400);
  border-radius: 10px 24px 10px 10px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.page-contact .contact-priority-note p {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
}

@media (hover: hover) {
  .page-contact .direct-contact-card:hover {
    box-shadow: 0 38px 88px rgba(0, 0, 0, 0.28);
    transform: translateY(-7px);
  }

  .page-contact .direct-contact-card-phone:hover {
    border-color: rgba(240, 198, 117, 0.42);
    background: linear-gradient(145deg, #ffffff 0%, #f4eadc 100%);
    color: var(--pine-950);
  }

  .page-contact .direct-contact-card-whatsapp:hover {
    border-color: rgba(255, 255, 255, 0.65) !important;
    background: linear-gradient(145deg, #32e577 0%, #25d366 58%, #1fb556 100%) !important;
    color: #041f13 !important;
  }

  .page-contact .direct-contact-card-email:hover {
    border-color: rgba(240, 198, 117, 0.5);
    background: linear-gradient(145deg, #df5439 0%, #b43a28 56%, #892a20 100%);
    color: var(--white);
  }

  .page-contact .direct-contact-card-phone:hover .direct-contact-card-action > span:last-child {
    background: var(--pine-950);
    color: var(--ivory-50) !important;
  }

  .page-contact .direct-contact-card-whatsapp:hover .direct-contact-card-action > span:last-child {
    background: #075e54;
    color: var(--white) !important;
  }

  .page-contact .direct-contact-card-email:hover .direct-contact-card-action > span:last-child {
    background: var(--ivory-50);
    color: #81271e !important;
  }
}

@media (max-width: 1120px) {
  .page-contact .direct-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-contact .direct-contact-card-email {
    min-height: 280px;
    grid-column: 1 / -1;
  }

  .page-contact .direct-contact-card-email .direct-contact-card-head {
    margin-bottom: 34px !important;
  }
}

@media (max-width: 760px) {
  .page-contact .direct-contact-grid {
    grid-template-columns: 1fr;
  }

  .page-contact .direct-contact-card,
  .page-contact .direct-contact-card-email {
    min-height: 310px;
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .page-contact .contact-decision-header {
    padding-bottom: 28px;
  }

  .page-contact .contact-option {
    border-radius: 10px 24px 10px 10px;
  }

  .page-contact .direct-contact-card,
  .page-contact .direct-contact-card-email {
    min-height: 290px;
    padding: 26px;
    border-radius: 10px 24px 10px 10px;
  }

  .page-contact .direct-contact-card-head {
    margin-bottom: 34px !important;
  }

  .page-contact .direct-contact-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .page-contact .direct-contact-card strong,
  .page-contact .direct-contact-card-email strong {
    font-size: clamp(1.25rem, 6vw, 1.62rem);
    overflow-wrap: anywhere;
  }

  .page-contact .direct-contact-card-action {
    padding-top: 20px;
  }
}

/* Runtime-refined fallback for every same-page anchor. */
html {
  --anchor-offset: 86px;
  scroll-padding-top: var(--anchor-offset);
}

html [id] {
  scroll-margin-top: 0 !important;
}

html [id]:target.reveal {
  transform: none;
  transition: none;
  opacity: 1;
}

@media (max-width: 560px) {
  html {
    --anchor-offset: 92px;
  }
}

@media print {
  html {
    --anchor-offset: 0px;
  }
}

/* Descriptive local-SEO link in the utility bar stays tidy on narrower desktops. */
.utility-inner > a {
  min-width: 0;
  overflow: hidden;
  margin-right: clamp(18px, 3vw, 46px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-inner > div {
  flex: 0 0 auto;
}

/* Ordered language and booking panel inside the open mobile navigation. */
@media (max-width: 1120px) {
  .nav-footer-mobile {
    display: grid;
    width: 100%;
    margin-top: 36px;
    padding: 14px;
    border: 1px solid rgba(240, 198, 117, 0.2);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.08),
      0 18px 42px rgba(0, 0, 0, 0.14);
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .nav-language-group {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 6px 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    background: rgba(2, 15, 11, 0.28);
    gap: 14px;
  }

  .nav-language-label {
    color: var(--gold-400);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .nav-language-group .language-switcher {
    flex: 0 0 auto;
    gap: 3px;
  }

  .nav-language-group .language-switcher a {
    width: 40px;
    height: 38px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 0.72rem;
    opacity: 0.72;
  }

  .nav-language-group .language-switcher a:hover,
  .nav-language-group .language-switcher a[aria-current="true"] {
    border-color: rgba(240, 198, 117, 0.24);
    background: rgba(240, 198, 117, 0.18);
    color: var(--white);
    opacity: 1;
  }

  .nav-footer-mobile > .button {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 15px;
    text-align: center;
  }

  .nav-footer-mobile > .button .button-action-label {
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .nav-footer-mobile {
    padding: 10px;
    border-radius: 18px;
  }

  .nav-language-group {
    padding-left: 11px;
    gap: 6px;
  }

  .nav-language-group .language-switcher a {
    width: 35px;
    height: 36px;
  }

  .nav-footer-mobile > .button {
    padding-inline: 12px;
    font-size: 0.7rem;
  }
}

/* Long descriptive labels inside hotel and territory cards stay readable. */
.comfort-card > .content-tag,
.guest-card > .content-tag {
  display: inline-flex;
  width: fit-content;
  height: auto;
  max-width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: clamp(30px, 4vw, 42px);
  padding: 8px 12px;
  border-color: rgba(240, 198, 117, 0.28);
  border-radius: 10px !important;
  background: rgba(240, 198, 117, 0.08);
  color: var(--gold-400);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem) !important;
  line-height: 1.35;
  overflow-wrap: normal;
  text-align: left;
  text-wrap: balance;
  white-space: normal;
  word-break: normal;
}

@media (max-width: 560px) {
  .comfort-card > .content-tag,
  .guest-card > .content-tag {
    min-height: 34px;
    margin-bottom: 26px;
    padding: 7px 10px;
    font-size: 0.68rem !important;
  }
}

/* Optical horizontal centering for gallery popup chevrons. */
.lightbox-nav {
  display: grid;
  padding: 0;
  place-items: center;
}

.lightbox-nav::before {
  position: relative;
  top: auto;
  left: auto;
}

.lightbox-prev::before {
  margin-left: 2px;
  transform: rotate(-135deg);
}

.lightbox-next::before {
  margin-left: -2px;
  transform: rotate(45deg);
}

/* Final home contact container rules override the legacy compact strip. */
.page-home .hero-mini-contact {
  display: block;
  width: min(100%, 680px);
  max-width: 680px;
  margin-top: clamp(20px, 3vh, 30px);
  padding: 15px;
  border: 1px solid rgba(240, 198, 117, 0.2);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 20px 50px rgba(0, 0, 0, 0.14);
  letter-spacing: normal;
  text-transform: none;
  backdrop-filter: blur(16px) saturate(130%);
}

@media (max-width: 820px) {
  .page-home .hero-mini-contact {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: clamp(18px, 3vh, 24px);
    padding: 12px;
    border-radius: 17px;
  }
}

@media (max-width: 390px) {
  .page-home .hero-mini-contact {
    display: block;
    padding: 10px;
  }
}

@media (max-width: 360px) and (max-height: 650px) {
  .page-home .hero-mini-contact {
    display: block;
  }
}

/* Complete contact bar: clear actions on desktop, compact labels on mobile. */
.utility-bar {
  height: 38px;
}

.utility-inner {
  gap: clamp(14px, 2vw, 30px);
}

.utility-inner .utility-contacts {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 4px;
}

.utility-contact {
  display: inline-flex;
  min-width: 0;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.84);
  gap: 6px;
  line-height: 1;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.utility-contact:hover {
  border-color: rgba(240, 198, 117, 0.3);
  background: rgba(255, 255, 255, 0.075);
  color: var(--gold-300);
}

.utility-contact:focus-visible {
  outline: 2px solid var(--gold-300);
  outline-offset: 1px;
}

.utility-contact-icon {
  display: grid;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
  color: var(--gold-300);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0;
}

.utility-contact-icon-whatsapp {
  padding: 2px;
  border-color: #128c7e;
  background: #25d366;
}

.utility-contact-icon-whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.utility-contact-value,
.utility-contact-compact {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.utility-contact-value {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: none;
}

.utility-contact-compact {
  display: none;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.utility-contact-whatsapp {
  color: #72f3a0;
}

@media (max-width: 1100px) {
  .utility-contact {
    padding-inline: 6px;
  }

  .utility-contact-email .utility-contact-value,
  .utility-contact-whatsapp .utility-contact-value {
    display: none;
  }

  .utility-contact-email .utility-contact-compact,
  .utility-contact-whatsapp .utility-contact-compact {
    display: inline;
  }
}

@media (max-width: 700px) {
  .utility-contact-value {
    display: none;
  }

  .utility-contact-compact {
    display: inline;
  }
}

@media (max-width: 560px) {
  .site-header .utility-bar,
  .page-home .site-header .utility-bar {
    display: block;
    height: 40px;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(90deg, #0c2018, #132a20);
  }

  .site-header.is-scrolled .utility-bar,
  .page-home .site-header.is-scrolled .utility-bar,
  html.menu-open .site-header .utility-bar {
    height: 0;
    opacity: 0;
  }

  .utility-inner {
    width: 100%;
    padding-inline: 6px;
  }

  .utility-inner .utility-contacts {
    display: grid;
    width: 100%;
    height: 100%;
    margin: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
  }

  .utility-contact {
    width: 100%;
    height: 32px;
    min-width: 0;
    padding-inline: 3px;
    border-color: rgba(255, 255, 255, 0.08);
    gap: 4px;
  }

  .utility-contact-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .utility-contact-compact {
    min-width: 0;
    font-size: clamp(0.43rem, 2.05vw, 0.54rem);
  }

  .page-home .hero-copy {
    padding-top: 154px;
  }
}

@media (max-width: 360px) {
  .utility-contact {
    padding-inline: 1px;
    gap: 2px;
  }

  .utility-contact-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
    border-radius: 5px;
    font-size: 0.42rem;
  }

  .utility-contact-compact {
    font-size: 0.4rem;
    letter-spacing: 0.012em;
  }
}

@media (max-width: 300px) {
  .utility-contact-icon {
    display: none;
  }
}

/* Home hero: equal, fully clickable restaurant and hotel photo areas */
.page-home .hero-visual {
  background: #071912;
}

.page-home .hero-visual-links {
  position: absolute;
  z-index: 4;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  inset: 0;
}

.page-home .hero-visual::after {
  z-index: 5;
  background: none;
}

.page-home .hero-visual-link {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: #10271f;
  color: #fff;
  isolation: isolate;
}

.page-home .hero-visual-link::after {
  position: absolute;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(4, 15, 11, 0.06) 34%, rgba(4, 15, 11, 0.88) 100%),
    linear-gradient(90deg, rgba(4, 15, 11, 0.22), transparent 48%);
  content: "";
  inset: 0;
  pointer-events: none;
}

.page-home .hero-visual-link > img,
.page-home .hero-visual-links .hero-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none;
  animation: none;
  inset: 0;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 350ms ease;
}

.page-home .hero-visual-link-restaurant > img {
  object-position: 51% 50%;
}

.page-home .hero-visual-link-hotel > img {
  object-position: 50% 50%;
}

.page-home .hero-visual-caption {
  position: absolute;
  z-index: 5;
  right: clamp(14px, 1.7vw, 26px);
  bottom: clamp(16px, 2vw, 30px);
  left: clamp(14px, 1.7vw, 26px);
  display: grid;
  padding: clamp(16px, 1.8vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(7, 27, 20, 0.82);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px) saturate(125%);
  gap: 5px;
}

.page-home .hero-visual-caption small {
  color: var(--gold-400);
  font-size: clamp(0.62rem, 0.72vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.115em;
  line-height: 1.35;
  text-transform: uppercase;
}

.page-home .hero-visual-caption strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.35vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.page-home .hero-visual-caption > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.76rem, 0.82vw, 0.9rem);
  font-weight: 700;
  gap: 12px;
}

.page-home .hero-visual-caption b {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  padding-bottom: 2px;
  place-items: center;
  border-radius: 9px;
  background: var(--gold-400);
  color: var(--pine-950);
  font-size: 1rem;
  line-height: 1;
  transition: transform 250ms ease, background 250ms ease;
}

.page-home .hero-visual-link:focus-visible {
  z-index: 7;
  outline: 4px solid #fff;
  outline-offset: -8px;
  box-shadow: inset 0 0 0 10px var(--focus-ring-dark);
}

@media (hover: hover) {
  .page-home .hero-visual-link:hover > img {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.035);
  }

  .page-home .hero-visual-link:hover .hero-visual-caption b {
    background: #fff;
    transform: translateX(3px);
  }
}

.page-home .hero-seal {
  z-index: 6;
  top: clamp(126px, 15svh, 158px);
  right: auto;
  bottom: auto;
  left: 50%;
  width: clamp(166px, 12vw, 194px);
  height: auto;
  min-height: 94px;
  transform: translateX(-50%);
}

@media (max-width: 1120px) {
  .page-home .hero-home {
    background: #0a1d17;
  }

  .page-home .hero-home-grid {
    display: flex;
    flex-direction: column;
  }

  .page-home .hero-copy {
    min-height: max(660px, 100svh);
  }

  .page-home .hero-visual {
    position: relative;
    display: block;
    min-height: clamp(560px, 72vw, 760px);
    border: 0;
    border-radius: 0 0 28px 28px;
    opacity: 1;
  }

  .page-home .hero-visual-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 15px;
  }

  .page-home .hero-visual-caption strong {
    font-size: clamp(1.65rem, 3.4vw, 2.3rem);
  }

  .page-home .hero-seal {
    top: clamp(22px, 3.2vw, 36px);
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(194px, calc(100% - 40px));
    height: auto;
    min-height: 94px;
  }
}

@media (max-width: 820px) {
  .page-home .hero-visual {
    min-height: clamp(610px, 118vw, 760px);
    border-radius: 0 0 24px 24px;
  }

  .page-home .hero-visual-links {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }

  .page-home .hero-visual-link {
    border-radius: 18px;
  }

  .page-home .hero-visual-link-restaurant > img {
    object-position: 50% 48%;
  }

  .page-home .hero-visual-link-hotel > img {
    object-position: 50% 48%;
  }

  .page-home .hero-visual-caption {
    width: min(88%, 420px);
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 14px 16px;
  }

  .page-home .hero-visual-caption strong {
    font-size: clamp(1.65rem, 7.5vw, 2.25rem);
  }

  .page-home .hero-visual-caption > span {
    font-size: 0.78rem;
  }

  .page-home .hero-seal {
    display: none;
  }

  .page-home .hero-visual::after {
    inset: 8px;
  }
}

@media (max-width: 420px) {
  .page-home .hero-visual {
    min-height: 660px;
  }

  .page-home .hero-visual-caption {
    width: auto;
    right: 62px;
    bottom: 10px;
    left: 10px;
    padding: 12px 14px;
    border-radius: 14px;
  }

  .page-home .hero-visual-caption small {
    font-size: 0.56rem;
  }

  .page-home .hero-visual-caption strong {
    font-size: clamp(1.45rem, 8vw, 1.85rem);
  }

  .page-home .hero-visual-caption > span {
    font-size: 0.7rem;
  }

  .page-home .hero-visual-caption b {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}

/* WhatsApp icon contrast system: keep the official mark distinct from its support */
.utility-contact-icon-whatsapp {
  padding: 3px;
  border-color: rgba(240, 198, 117, 0.48);
  background: #fff8ec;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
}

.utility-contact-icon-whatsapp img {
  border-radius: 4px;
  box-shadow: 0 0 0 1px #075e54;
}

.page-home .hero-contact-icon-whatsapp {
  padding: 5px;
  border-color: rgba(240, 198, 117, 0.42);
  background: linear-gradient(145deg, rgba(240, 198, 117, 0.19), rgba(240, 198, 117, 0.07));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.page-home .hero-contact-icon-whatsapp img {
  border-radius: 6px;
  box-shadow: 0 0 0 1px #075e54;
}

.button-action-icon-whatsapp {
  padding: 4px;
  border-color: rgba(5, 43, 26, 0.34);
  background: #fff8ec;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.button-action-icon-whatsapp img {
  border-radius: 5px;
  box-shadow: 0 0 0 1px #075e54;
}

.button-whatsapp,
.button-whatsapp:hover {
  color: #052b1a !important;
}

.button-whatsapp .button-action-label {
  color: #052b1a;
  font-weight: 850;
}

.page-contact .direct-contact-card-whatsapp .direct-contact-icon-whatsapp,
.direct-contact-icon-whatsapp {
  padding: 7px;
  border-color: rgba(255, 255, 255, 0.72);
  background: #073c2a;
  box-shadow: 0 10px 22px rgba(5, 43, 26, 0.24), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.direct-contact-icon-whatsapp img {
  border-radius: 7px;
  box-shadow: 0 0 0 1px #075e54;
}

.page-contact .direct-contact-card-whatsapp,
.page-contact .direct-contact-card-whatsapp .direct-contact-label,
.page-contact .direct-contact-card-whatsapp strong,
.page-contact .direct-contact-card-whatsapp small,
.page-contact .direct-contact-card-whatsapp .direct-contact-card-action {
  color: #052b1a !important;
}

.whatsapp-float > span {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  padding: 5px;
  border: 1px solid rgba(5, 43, 26, 0.28);
  border-radius: 11px;
  background: #fff8ec;
  box-shadow: 0 6px 16px rgba(5, 43, 26, 0.2), 0 1px 0 #fff inset;
}

.whatsapp-float > span img {
  border-radius: 7px;
  box-shadow: 0 0 0 1px #075e54;
}

.whatsapp-float strong {
  color: #052b1a;
  font-weight: 850;
}

@media (hover: hover) {
  .button-whatsapp:hover .button-action-icon-whatsapp,
  .whatsapp-float:hover > span {
    border-color: rgba(5, 43, 26, 0.42);
    background: #fff;
  }

  .utility-contact-whatsapp:hover .utility-contact-icon-whatsapp {
    border-color: var(--gold-300);
    background: #fff;
  }

  .page-contact .direct-contact-card-whatsapp:hover .direct-contact-icon-whatsapp {
    border-color: #fff;
    background: #052b1a;
  }
}

@media (max-width: 560px) {
  .whatsapp-float > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    padding: 6px;
    border-radius: 11px;
  }

  .utility-contact-icon-whatsapp {
    padding: 3px;
  }
}

/* Keep the longer, descriptive restaurant label readable on compact desktops. */
@media (min-width: 1121px) {
  .nav-links a {
    white-space: nowrap;
  }
}

@media (min-width: 1121px) and (max-width: 1460px) {
  .nav-shell {
    gap: 12px;
  }

  .nav-links {
    gap: clamp(10px, 1vw, 15px);
  }

  .nav-links a {
    font-size: 0.75rem;
    letter-spacing: 0.055em;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions .language-switcher {
    padding-right: 14px;
  }

  .header-actions .button {
    min-width: 140px;
    padding-inline: 18px;
  }
}

/* Direct contact actions in the contact-page hero. */
.page-contact .subpage-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.page-contact .subpage-hero-actions .button {
  margin: 0;
}

@media (max-width: 560px) {
  .page-contact .subpage-hero-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .page-contact .subpage-hero-actions .button {
    width: min(100%, 320px);
    justify-content: flex-start;
  }
}

@media (max-width: 360px) and (max-height: 650px) {
  .page-contact .subpage-hero {
    min-height: calc(100svh - var(--header-height));
  }

  .page-contact .subpage-hero-content {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .page-contact .subpage-hero-content h1 {
    margin-bottom: 14px;
    font-size: clamp(2.4rem, 12.6vw, 2.75rem);
    line-height: 0.94;
  }

  .page-contact .subpage-hero-content .hero-lead {
    margin-bottom: 18px;
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .page-contact .subpage-hero-actions .button {
    min-height: 54px;
    padding-block: 13px;
  }
}

/* Mobile contacts belong inside the open navigation, not above its header. */
.nav-mobile-contacts {
  display: none;
}

@media (max-width: 1120px) {
  .nav-mobile-contacts {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 14px;
    border: 1px solid rgba(240, 198, 117, 0.2);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
  }

  .nav-mobile-contacts-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-inline: 3px;
    gap: 12px;
  }

  .nav-mobile-contacts-heading strong {
    color: var(--gold-400);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .nav-mobile-contacts-heading small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.64rem;
    line-height: 1.35;
    text-align: right;
  }

  .nav-mobile-contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nav-mobile-contact {
    display: grid;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 70px;
    align-items: center;
    justify-content: initial;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(2, 15, 11, 0.28);
    color: var(--white);
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    row-gap: 2px;
  }

  .nav-mobile-contact:hover {
    border-color: rgba(240, 198, 117, 0.35);
    background: rgba(255, 255, 255, 0.09);
    color: var(--white);
  }

  .nav-mobile-contact .utility-contact-icon {
    width: 34px;
    height: 34px;
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .nav-mobile-contact .utility-contact-compact {
    display: block;
    min-width: 0;
    color: var(--gold-300);
    font-size: 0.52rem;
    letter-spacing: 0.07em;
    line-height: 1.2;
    grid-column: 2;
    grid-row: 1;
  }

  .nav-mobile-contact .utility-contact-value {
    display: block;
    min-width: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    overflow-wrap: anywhere;
    white-space: normal;
    grid-column: 2;
    grid-row: 2;
  }

  .nav-mobile-contact.utility-contact-whatsapp {
    border-color: rgba(37, 211, 102, 0.28);
  }

  .nav-mobile-contact .utility-contact-icon-whatsapp {
    padding: 6px;
    border-color: rgba(37, 211, 102, 0.56);
    background: #fff8ec;
  }
}

@media (max-width: 1120px) {
  .site-header .utility-bar,
  .page-home .site-header .utility-bar,
  .site-header.is-scrolled .utility-bar,
  .page-home .site-header.is-scrolled .utility-bar,
  html.menu-open .site-header .utility-bar {
    display: none !important;
    height: 0 !important;
    opacity: 0;
  }
}

@media (max-width: 560px) {
  .page-home .hero-copy {
    padding-top: 112px;
  }

  .nav-mobile-contacts {
    padding: 12px;
    border-radius: 19px;
  }
}

@media (max-width: 430px) {
  .nav-mobile-contacts-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .nav-mobile-contacts-heading small {
    text-align: left;
  }

  .nav-mobile-contacts-grid {
    grid-template-columns: 1fr;
  }

  .nav-mobile-contact {
    min-height: 58px;
  }
}

/* Contact channels: cohesive cards with WCAG-safe text, hover and focus states. */
.page-contact .direct-contact-section {
  background:
    linear-gradient(125deg, #061d16 0%, #0a2d23 54%, #103a2d 100%);
}

.page-contact .contact-section-heading > p,
.page-contact .contact-priority-note p {
  color: #e2ece7;
}

.page-contact .direct-contact-card,
.page-contact .direct-contact-card-email {
  --contact-channel: #7b4b08;
  --contact-channel-soft: #f3dfbd;
  min-height: 340px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid #d9cbbb;
  border-radius: 16px 30px 16px 16px;
  background: linear-gradient(150deg, #fffdf8 0%, #f4ede3 100%) !important;
  color: #092a20 !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition:
    transform 260ms var(--ease),
    border-color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.page-contact .direct-contact-card-phone {
  --contact-channel: #7b4b08;
  --contact-channel-soft: #f3dfbd;
}

.page-contact .direct-contact-card-whatsapp {
  --contact-channel: #087a48;
  --contact-channel-soft: #d5f3df;
  border-color: #d9cbbb !important;
}

.page-contact .direct-contact-card-email {
  --contact-channel: #a23c2b;
  --contact-channel-soft: #f4dcd5;
}

.page-contact .direct-contact-card::after {
  height: 5px;
  background: linear-gradient(90deg, var(--contact-channel), var(--contact-channel-soft)) !important;
}

.page-contact .direct-contact-card-head {
  margin: 0 0 clamp(30px, 3.5vw, 42px) !important;
  color: #092a20 !important;
}

.page-contact .direct-contact-icon,
.page-contact .direct-contact-card-email .direct-contact-icon,
.page-contact .direct-contact-card-whatsapp .direct-contact-icon-whatsapp {
  border: 1px solid var(--contact-channel);
  background: var(--contact-channel);
  color: #ffffff !important;
  box-shadow: 0 11px 24px rgba(9, 42, 32, 0.18);
}

.page-contact .direct-contact-card-whatsapp .direct-contact-icon-whatsapp {
  padding: 7px;
}

.page-contact .direct-contact-label,
.page-contact .direct-contact-card-whatsapp .direct-contact-label {
  color: #092a20 !important;
  font-size: clamp(0.78rem, 0.82vw, 0.86rem);
  opacity: 1;
}

.page-contact .direct-contact-card strong,
.page-contact .direct-contact-card-email strong,
.page-contact .direct-contact-card-whatsapp strong {
  color: #092a20 !important;
}

.page-contact .direct-contact-card small,
.page-contact .direct-contact-card-whatsapp small,
.page-contact .direct-contact-card-email small {
  color: #32483f !important;
  opacity: 1;
}

.page-contact .direct-contact-card-action,
.page-contact .direct-contact-card-whatsapp .direct-contact-card-action,
.page-contact .direct-contact-card-email .direct-contact-card-action {
  border-top-color: #bdc9c3;
  color: #092a20 !important;
  opacity: 1;
}

.page-contact .direct-contact-card-action > span:last-child {
  border-color: var(--contact-channel);
  background: var(--contact-channel);
  color: #ffffff !important;
  box-shadow: 0 7px 16px rgba(9, 42, 32, 0.16);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.page-contact .direct-contact-icon > .ui-line-icon,
.page-contact .direct-contact-card-action > span:last-child .ui-line-icon {
  color: #ffffff !important;
}

.page-contact .direct-contact-card:visited,
.page-contact .direct-contact-card:hover,
.page-contact .direct-contact-card:active {
  color: #092a20 !important;
}

.page-contact .direct-contact-card:focus-visible {
  outline: 3px solid #ffd582;
  outline-offset: 5px;
  box-shadow: 0 0 0 6px #123e30, 0 28px 66px rgba(0, 0, 0, 0.28);
}

.page-contact .contact-priority-note strong {
  color: #ffffff;
}

.page-contact .contact-priority-note .button-dark {
  border-color: #fff0d2;
  background: #fff8ec;
  color: #092a20;
}

.page-contact .contact-priority-note .button-dark:hover,
.page-contact .contact-priority-note .button-dark:focus-visible {
  border-color: #ffd582;
  background: #ffd582;
  color: #092a20;
}

@media (hover: hover) {
  .page-contact .direct-contact-card:hover {
    border-color: var(--contact-channel);
    background: linear-gradient(150deg, #ffffff 0%, #fbf5eb 100%) !important;
    box-shadow: 0 34px 76px rgba(0, 0, 0, 0.3);
    transform: translateY(-6px);
  }

  .page-contact .direct-contact-card-whatsapp:hover {
    border-color: #087a48 !important;
  }

  .page-contact .direct-contact-card:hover .direct-contact-card-action > span:last-child {
    background: #092a20;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(9, 42, 32, 0.26);
    transform: translateX(3px);
  }

  .page-contact .direct-contact-card-whatsapp:hover .direct-contact-icon-whatsapp {
    border-color: #087a48;
    background: #087a48;
  }
}

@media (max-width: 1120px) {
  .page-contact .direct-contact-card,
  .page-contact .direct-contact-card-email {
    min-height: 310px;
  }
}

@media (max-width: 560px) {
  .page-contact .direct-contact-card,
  .page-contact .direct-contact-card-email {
    min-height: 285px;
    padding: 26px;
  }
}

/* Final responsive safeguards for the smallest supported screens. */
.privacy-toc,
.privacy-document,
.privacy-summary,
.privacy-card {
  min-width: 0;
}

.privacy-toc a,
.privacy-document a,
.privacy-summary,
.privacy-card {
  overflow-wrap: anywhere;
}

@media (min-width: 1121px) and (max-width: 1320px) {
  .page-home .hero-contact-link-email .hero-contact-copy strong {
    font-size: 0.57rem;
    letter-spacing: 0;
  }
}

@media (max-width: 340px) {
  .site-nav {
    padding-inline: clamp(18px, 6vw, 24px);
  }

  .page-home .hero-contact-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-home .hero-contact-link {
    min-height: 48px;
    padding-inline: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .page-home .hero-contact-copy strong,
  .page-home .hero-contact-link-email .hero-contact-copy strong {
    overflow: visible;
    font-size: 0.65rem;
    text-overflow: clip;
    white-space: normal;
  }
}

/* Final WhatsApp visual system: the official green stays on the mark,
   while the controls use the site's darker, more elegant surfaces. */
.utility-contact-whatsapp {
  height: 30px;
  padding: 3px 10px 3px 5px;
  border-color: rgba(113, 224, 156, 0.28);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(37, 211, 102, 0.1), rgba(255, 255, 255, 0.035));
  color: #fff8ec;
  gap: 7px;
}

.utility-contact-whatsapp .utility-contact-icon-whatsapp {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
  padding: 4px;
  border-color: rgba(240, 198, 117, 0.58);
  border-radius: 7px;
  background: #fff8ec;
  box-shadow: none;
}

.utility-contact-whatsapp .utility-contact-icon-whatsapp img {
  border-radius: 4px;
  box-shadow: none;
}

.utility-contact-whatsapp .utility-contact-value,
.utility-contact-whatsapp .utility-contact-compact {
  color: #fff8ec;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.045em;
}

.button.button-whatsapp {
  min-height: 60px;
  border: 1px solid rgba(113, 224, 156, 0.48) !important;
  background: linear-gradient(145deg, #123b2e 0%, #08281f 100%) !important;
  color: #fff8ec !important;
  box-shadow:
    0 16px 34px rgba(4, 28, 20, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
}

.button.button-whatsapp .button-action-icon-whatsapp {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  padding: 6px;
  border-color: rgba(240, 198, 117, 0.62);
  border-radius: 10px;
  background: #fff8ec;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.button.button-whatsapp .button-action-icon-whatsapp img {
  border-radius: 5px;
  box-shadow: none;
}

.button.button-whatsapp .button-action-label {
  color: #fff8ec;
  font-weight: 850;
  letter-spacing: 0.045em;
}

.whatsapp-float {
  min-width: 156px;
  height: 58px;
  padding: 7px 18px 7px 8px;
  border: 1px solid rgba(240, 198, 117, 0.52);
  border-radius: 18px;
  background: linear-gradient(145deg, #123b2e 0%, #08281f 100%);
  box-shadow:
    0 18px 42px rgba(4, 28, 20, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.11) inset;
  gap: 10px;
}

.whatsapp-float > span {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  padding: 7px;
  border: 1px solid rgba(240, 198, 117, 0.62);
  border-radius: 12px;
  background: #fff8ec;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.whatsapp-float > span img {
  border-radius: 5px;
  box-shadow: none;
}

.whatsapp-float strong {
  color: #fff8ec;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.055em;
}

@media (hover: hover) {
  .utility-contact-whatsapp:hover {
    border-color: rgba(113, 224, 156, 0.7);
    background: rgba(37, 211, 102, 0.16);
    color: #ffffff;
  }

  .utility-contact-whatsapp:hover .utility-contact-icon-whatsapp {
    border-color: #71e09c;
    background: #ffffff;
  }

  .button.button-whatsapp:hover,
  .button.button-whatsapp:focus-visible,
  .whatsapp-float:hover,
  .whatsapp-float:focus-visible {
    border-color: #71e09c !important;
    background: linear-gradient(145deg, #18513e 0%, #0b3428 100%) !important;
    color: #ffffff !important;
    box-shadow:
      0 20px 44px rgba(4, 28, 20, 0.34),
      0 1px 0 rgba(255, 255, 255, 0.14) inset;
  }

  .button.button-whatsapp:hover .button-action-label,
  .button.button-whatsapp:focus-visible .button-action-label,
  .whatsapp-float:hover strong,
  .whatsapp-float:focus-visible strong {
    color: #ffffff;
  }

  .button.button-whatsapp:hover .button-action-icon-whatsapp,
  .button.button-whatsapp:focus-visible .button-action-icon-whatsapp,
  .whatsapp-float:hover > span,
  .whatsapp-float:focus-visible > span {
    border-color: #71e09c;
    background: #ffffff;
  }
}

@media (max-width: 560px) {
  .whatsapp-float {
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 16px;
    gap: 0;
  }

  .whatsapp-float > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    padding: 7px;
    border-radius: 10px;
  }

  .whatsapp-float strong {
    display: none;
  }

  .button.button-whatsapp {
    min-height: 56px;
  }
}

/* Preserve the descenders in “WhatsApp” (notably the two p letters). */
.utility-contact-whatsapp .utility-contact-value,
.utility-contact-whatsapp .utility-contact-compact,
.button.button-whatsapp .button-action-label,
.whatsapp-float strong {
  overflow: visible;
  padding-block: 0.1em 0.22em;
  line-height: 1.45;
  text-overflow: clip;
}

/* Keep the map pin perfectly still when the directions link is hovered. */
.text-action-directions .button-action-icon,
.text-action-directions:hover .button-action-icon,
.text-action-directions:focus-visible .button-action-icon {
  transform: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

/* Keep every mobile-menu item reachable on short and narrow screens. */
@media (max-width: 1120px) {
  .site-nav {
    justify-content: flex-start;
  }
}

/* Action icons stay optically centred on hover and keyboard focus. */
.ui-line-icon {
  align-items: center;
  justify-items: center;
  line-height: 1 !important;
  vertical-align: middle;
}

.ui-line-icon::before {
  display: grid;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-items: center;
  line-height: 1 !important;
}

.quick-action b,
.footer-map-link strong {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  line-height: 1 !important;
}

.button-action-icon,
.button-action-icon > *,
.hero-contact-icon,
.hero-contact-icon > *,
.utility-contact-icon,
.utility-contact-icon > *,
.direct-contact-icon,
.direct-contact-icon > *,
.footer-action-arrow,
.footer-map-link strong,
.footer-map-link strong > *,
.page-contact .direct-contact-card-action > span:last-child,
.page-contact .direct-contact-card-action > span:last-child > *,
.page-home .hero-visual-caption b {
  transform: none !important;
}

.button:hover .button-action-icon,
.button:focus-visible .button-action-icon,
.mobile-action:hover .button-action-icon,
.mobile-action:focus-visible .button-action-icon,
.text-action:hover .button-action-icon,
.text-action:focus-visible .button-action-icon,
.text-link:hover span,
.text-link:focus-visible span,
.quick-action:hover b,
.quick-action:focus-visible b,
.footer-action:hover .footer-action-arrow,
.footer-action:focus-visible .footer-action-arrow,
.footer-nav a:hover::after,
.footer-nav a:focus-visible::after,
.page-contact .direct-contact-card:hover .direct-contact-card-action > span:last-child,
.page-contact .direct-contact-card:focus-visible .direct-contact-card-action > span:last-child,
.page-home .hero-visual-link:hover .hero-visual-caption b,
.page-home .hero-visual-link:focus-visible .hero-visual-caption b {
  transform: none !important;
}

.button:hover::after,
.button:focus-visible::after {
  transform: none;
}

/* Give every interactive map a softer, inset frame instead of a square crop. */
.restaurant-map-embed,
.page-contact .reach-map {
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.34);
  border-radius: clamp(24px, 2.4vw, 40px);
  background: var(--ivory-50);
  box-shadow:
    0 24px 58px rgba(1, 17, 12, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.24) inset;
}

.restaurant-map-embed {
  margin: clamp(14px, 1.45vw, 24px);
}

.page-contact .reach-map {
  margin: clamp(14px, 1.6vw, 26px);
}

.restaurant-map-embed iframe,
.page-contact .reach-map iframe {
  overflow: hidden;
  border-radius: inherit;
}

@media (max-width: 980px) {
  .restaurant-map-embed,
  .page-contact .reach-map {
    border-radius: clamp(22px, 5vw, 32px);
  }
}

@media (max-width: 560px) {
  .restaurant-map-embed,
  .page-contact .reach-map {
    margin: 12px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(1, 17, 12, 0.22);
  }
}

/* Keep the phone and email glyphs geometrically centred in contact cards. */
.page-contact .direct-contact-icon:not(.direct-contact-icon-whatsapp) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  line-height: 0 !important;
}

.page-contact .direct-contact-icon:not(.direct-contact-icon-whatsapp) > .ui-line-icon {
  position: absolute;
  inset: 0;
  display: flex;
  width: 1em;
  height: 1em;
  margin: auto;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
}

.page-contact .direct-contact-icon:not(.direct-contact-icon-whatsapp) > .ui-line-icon::before {
  display: block;
  width: auto;
  height: auto;
  line-height: 1 !important;
}

.page-contact .direct-contact-icon > .ui-line-icon-call::before {
  transform: translate(-1.5px, -1.5px) !important;
}

.page-contact .direct-contact-icon > .ui-line-icon-email::before {
  transform: translateY(-1px) !important;
}

/* Refined, movement-free hover for every telephone action. */
.button-call,
.text-action-call {
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
}

.button-call .button-action-icon,
.text-action-call .button-action-icon {
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease !important;
}

.text-action-call {
  border-bottom-color: transparent;
  border-radius: 6px;
}

@media (hover: hover) and (pointer: fine) {
  .button-call:hover {
    border-color: #f0c675;
    filter: none;
    transform: none;
    box-shadow:
      0 17px 36px rgba(2, 25, 18, 0.25),
      0 0 0 1px rgba(240, 198, 117, 0.28) inset;
  }

  .button-call:hover .button-action-icon,
  .text-action-call:hover .button-action-icon {
    border-color: #f0c675;
    background: #fff8ec;
    color: #0b2a21;
    box-shadow:
      0 0 0 4px rgba(240, 198, 117, 0.16),
      0 8px 18px rgba(1, 18, 13, 0.22);
    transform: none !important;
  }

  .text-action-call:hover {
    border-bottom-color: #f0c675;
    background: rgba(240, 198, 117, 0.1);
    color: #fff8ec;
    box-shadow:
      0 0 0 7px rgba(240, 198, 117, 0.1),
      0 10px 24px rgba(1, 18, 13, 0.16);
  }
}

.button-call:focus-visible,
.text-action-call:focus-visible {
  outline: 3px solid #f0c675;
  outline-offset: 4px;
}

.button-call:focus-visible .button-action-icon,
.text-action-call:focus-visible .button-action-icon {
  border-color: #f0c675;
  background: #fff8ec;
  color: #0b2a21;
  box-shadow: 0 0 0 4px rgba(240, 198, 117, 0.16);
  transform: none !important;
}

/* Home first viewport: photographic depth on tablet and mobile. */
@media (max-width: 1120px) {
  .page-home .hero-copy {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(5, 22, 16, 0.97) 0%, rgba(5, 22, 16, 0.9) 48%, rgba(5, 22, 16, 0.58) 100%),
      linear-gradient(0deg, rgba(5, 22, 16, 0.78) 0%, rgba(5, 22, 16, 0.08) 64%),
      url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") 58% 48% / cover no-repeat,
      #0a1d17;
  }

  .page-home .hero-copy > * {
    position: relative;
    z-index: 2;
  }

  .page-home .hero-copy::before {
    position: relative;
    z-index: 2;
  }

  .page-home .hero-copy::after {
    position: absolute;
    z-index: 1;
    display: block;
    width: min(45%, 470px);
    background:
      linear-gradient(90deg, rgba(7, 25, 19, 0.98) 0%, rgba(7, 25, 19, 0.12) 44%, rgba(7, 25, 19, 0.2) 100%),
      url("../../images/hotel-cavaliere-camera-balcone.jpeg") center / cover no-repeat;
    content: "";
    opacity: 0.42;
    inset: 0 0 0 auto;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  }
}

@media (max-width: 820px) {
  .page-home .hero-copy {
    background:
      linear-gradient(180deg, rgba(5, 22, 16, 0.7) 0%, rgba(5, 22, 16, 0.8) 48%, rgba(5, 22, 16, 0.96) 100%),
      linear-gradient(90deg, rgba(5, 22, 16, 0.78) 0%, rgba(5, 22, 16, 0.26) 100%),
      url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") 56% 44% / cover no-repeat,
      #0a1d17;
  }

  .page-home .hero-copy::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .page-home .hero-copy {
    background:
      linear-gradient(180deg, rgba(5, 22, 16, 0.72) 0%, rgba(5, 22, 16, 0.84) 52%, rgba(5, 22, 16, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 22, 16, 0.72), rgba(5, 22, 16, 0.25)),
      url("../../images/donna-anna-pizza-napoletana-basilico.jpeg") 58% 38% / cover no-repeat,
      #0a1d17;
  }
}

/* Mobile booking bar: keep icons and multilingual labels fully visible. */
@media (max-width: 560px) {
  html {
    scroll-padding-bottom: calc(174px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  .mobile-booking-bar {
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    height: auto;
    min-height: 76px;
    overflow: hidden;
    border-radius: 22px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .mobile-booking-bar a.mobile-action {
    display: flex;
    min-width: 0;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px clamp(8px, 2.8vw, 15px);
    font-size: clamp(0.68rem, 2.75vw, 0.78rem);
    letter-spacing: 0.045em;
    line-height: 1.16;
  }

  .mobile-booking-bar .button-action-icon {
    width: 29px;
    height: 29px;
    flex: 0 0 29px;
    border-radius: 9px;
  }

  .mobile-booking-bar .button-action-label {
    display: block;
    min-width: 0;
    max-width: none;
    overflow: visible;
    line-height: 1.16;
    text-align: center;
    text-wrap: balance;
    white-space: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .whatsapp-float {
    bottom: calc(96px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }
}

@media (max-width: 360px) {
  body {
    padding-bottom: calc(100px + env(safe-area-inset-bottom));
  }

  .mobile-booking-bar,
  .mobile-booking-bar a.mobile-action {
    min-height: 80px;
  }

  .mobile-booking-bar a.mobile-action {
    gap: 7px;
    padding-inline: 7px;
    font-size: 0.66rem;
    letter-spacing: 0.035em;
  }

  .mobile-booking-bar .button-action-icon {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  .whatsapp-float {
    bottom: calc(100px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }
}

/* Home mobile contacts: one full-width action per row. */
@media (max-width: 560px) {
  .page-home .hero-mini-contact,
  .page-home .hero-contact-links {
    width: 100%;
  }

  .page-home .hero-contact-links {
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
  }

  .page-home .hero-contact-link {
    min-height: 58px;
    padding: 10px 12px;
    border-radius: 15px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
  }

  .page-home .hero-contact-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .page-home .hero-contact-copy small {
    margin-bottom: 3px;
    font-size: 0.55rem;
  }

  .page-home .hero-contact-copy strong,
  .page-home .hero-contact-link-email .hero-contact-copy strong {
    overflow: visible;
    font-size: clamp(0.68rem, 3.1vw, 0.78rem);
    letter-spacing: 0.01em;
    line-height: 1.3;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .page-home .hero-contact-link {
    min-height: 56px;
    padding: 9px 10px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
  }

  .page-home .hero-contact-icon {
    width: 32px;
    height: 32px;
  }
}

/* Open mobile/tablet navigation: readable full-width WhatsApp and e-mail rows. */
@media (max-width: 1120px) {
  .nav-mobile-contact.utility-contact-whatsapp,
  .nav-mobile-contact.utility-contact-email {
    height: auto;
    min-height: 70px;
    padding: 10px;
    border-radius: 15px;
    grid-column: 1 / -1;
    column-gap: 9px;
    row-gap: 2px;
  }

  .nav-mobile-contact.utility-contact-whatsapp .utility-contact-icon-whatsapp {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    padding: 6px;
    border-color: rgba(37, 211, 102, 0.56);
    border-radius: 10px;
    background: #fff8ec;
  }

  .nav-mobile-contact.utility-contact-whatsapp .utility-contact-compact,
  .nav-mobile-contact.utility-contact-whatsapp .utility-contact-value {
    font-size: 0.68rem;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .nav-mobile-contact.utility-contact-whatsapp .utility-contact-compact {
    color: var(--gold-300);
    font-size: 0.52rem;
    letter-spacing: 0.07em;
  }

  .nav-mobile-contact.utility-contact-email .utility-contact-value {
    overflow: visible;
    font-size: clamp(0.56rem, 2.5vw, 0.68rem);
    letter-spacing: -0.01em;
    overflow-wrap: normal;
    text-overflow: clip;
    white-space: nowrap;
  }
}

@media (max-width: 560px) {
  .nav-mobile-contacts-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nav-mobile-contact,
  .nav-mobile-contact.utility-contact-whatsapp,
  .nav-mobile-contact.utility-contact-email {
    min-height: 60px;
    grid-column: 1;
  }
}

/* Compact WhatsApp float on tablet/mobile: one light surface, no dark outer layer. */
@media (max-width: 1120px) {
  .whatsapp-float {
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(18, 140, 126, 0.52) !important;
    border-radius: 17px;
    background: #fff8ec !important;
    box-shadow:
      0 14px 32px rgba(4, 28, 20, 0.22),
      0 1px 0 #fff inset;
    gap: 0;
  }

  .whatsapp-float > span,
  .whatsapp-float:hover > span,
  .whatsapp-float:focus-visible > span {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    padding: 4px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
  }

  .whatsapp-float > span img {
    border-radius: 7px;
    box-shadow: none;
  }

  .whatsapp-float:hover,
  .whatsapp-float:focus-visible {
    border-color: #128c7e !important;
    background: #ffffff !important;
    color: #052b1a !important;
    box-shadow:
      0 18px 38px rgba(4, 28, 20, 0.26),
      0 1px 0 #fff inset;
  }
}

@media (max-width: 560px) {
  .whatsapp-float {
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .whatsapp-float > span,
  .whatsapp-float:hover > span,
  .whatsapp-float:focus-visible > span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

/* Compact mobile action dock: clear labels with a smaller screen footprint. */
@media (max-width: 560px) {
  html {
    scroll-padding-bottom: calc(142px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .mobile-booking-bar {
    right: 6px;
    bottom: max(6px, env(safe-area-inset-bottom));
    left: 6px;
    height: 62px;
    min-height: 62px;
    border-radius: 18px;
  }

  .mobile-booking-bar a.mobile-action {
    min-height: 62px;
    gap: 7px;
    padding: 7px clamp(7px, 2.4vw, 12px);
    font-size: clamp(0.62rem, 2.55vw, 0.72rem);
    letter-spacing: 0.035em;
    line-height: 1.12;
  }

  .mobile-booking-bar .button-action-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    border-radius: 8px;
  }

  .mobile-booking-bar .button-action-label {
    max-width: 132px;
    line-height: 1.12;
  }

  .whatsapp-float,
  .back-to-top {
    bottom: calc(76px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }

  .whatsapp-float {
    right: 8px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .whatsapp-float > span,
  .whatsapp-float:hover > span,
  .whatsapp-float:focus-visible > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    padding: 3px;
    border-radius: 9px;
  }

  .back-to-top {
    right: 64px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
}

@media (max-width: 360px) {
  body {
    min-width: 0;
    padding-bottom: calc(74px + env(safe-area-inset-bottom));
  }

  .page-home .hero-contact-link-email .hero-contact-copy strong {
    font-size: 0.58rem;
    letter-spacing: -0.015em;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .mobile-booking-bar,
  .mobile-booking-bar a.mobile-action {
    height: 58px;
    min-height: 58px;
  }

  .mobile-booking-bar a.mobile-action {
    gap: 5px;
    padding-inline: 6px;
    font-size: 0.59rem;
    letter-spacing: 0.025em;
  }

  .mobile-booking-bar .button-action-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .whatsapp-float,
  .back-to-top {
    bottom: calc(72px + env(safe-area-inset-bottom) + var(--floating-footer-lift, 0px));
  }
}

/* Tablet navigation: readable, modern rows with generous touch targets. */
@media (min-width: 561px) and (max-width: 1120px) {
  .site-nav .nav-mobile-note {
    margin-bottom: 22px;
  }

  .site-nav .nav-links {
    display: grid;
    width: 100%;
    align-items: stretch;
    gap: 7px;
  }

  .site-nav .nav-links a {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    padding: 11px 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
    color: #fffaf0;
    font-family: var(--sans);
    font-size: clamp(1rem, 1.65vw, 1.15rem);
    font-weight: 750;
    letter-spacing: 0.012em;
    line-height: 1.28;
    text-transform: none;
    white-space: normal;
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      color 180ms ease,
      transform 220ms var(--ease);
  }

  .site-nav .nav-links a::after {
    display: none;
  }

  .site-nav .nav-links a[aria-current="page"] {
    border-color: rgba(240, 198, 117, 0.5);
    background: linear-gradient(90deg, rgba(240, 198, 117, 0.17), rgba(255, 255, 255, 0.055));
    box-shadow: inset 3px 0 0 var(--gold-400);
    color: #ffffff;
  }

  .site-nav .nav-links a:focus-visible {
    border-color: #f0c675;
    outline: 3px solid rgba(240, 198, 117, 0.28);
    outline-offset: 2px;
  }

  .site-nav .nav-footer-mobile {
    margin-top: 26px;
  }
}

@media (hover: hover) and (min-width: 561px) and (max-width: 1120px) {
  .site-nav .nav-links a:hover {
    border-color: rgba(240, 198, 117, 0.36);
    background: rgba(255, 255, 255, 0.085);
    color: #ffffff;
    transform: translateX(4px);
  }
}

/* The tablet hamburger uses the same polished control as the mobile header. */
@media (min-width: 561px) and (max-width: 1120px) {
  .menu-toggle {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    border: 1px solid rgba(23, 27, 21, 0.15);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 242, 237, 0.93));
    box-shadow:
      0 8px 22px rgba(8, 30, 23, 0.12),
      inset 0 1px rgba(255, 255, 255, 0.9);
    color: var(--pine-950);
    gap: 5px;
    transition:
      background-color 180ms ease,
      border-color 180ms ease,
      box-shadow 220ms ease,
      transform 220ms var(--ease);
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 2px;
  }

  .menu-toggle span:first-child,
  .menu-toggle span:last-child {
    width: 17px;
  }

  .menu-open .menu-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    color: #ffffff;
  }
}

@media (hover: hover) and (min-width: 561px) and (max-width: 1120px) {
  html:not(.menu-open) .menu-toggle:hover {
    border-color: rgba(23, 27, 21, 0.26);
    background: #ffffff;
    box-shadow:
      0 12px 28px rgba(8, 30, 23, 0.16),
      inset 0 1px rgba(255, 255, 255, 0.94);
    transform: translateY(-2px);
  }
}

/* Keep wrapped display headings legible in every language. */
body h1,
body h2,
body h3 {
  line-height: 1.08 !important;
}

@media (max-width: 820px) {
  body h1,
  body h2,
  body h3 {
    line-height: 1.12 !important;
  }
}

/* Keep the fixed wordmark and the opening label in separate visual zones. */
@media (max-width: 1120px) {
  .page-home .hero-copy {
    justify-content: flex-start;
    padding-top: max(112px, calc(var(--header-height) + 36px));
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .page-home .hero-copy {
    padding-top: calc(var(--header-height) + 48px);
  }
}

/* On very shallow desktop windows, scroll the hero instead of squeezing it
   underneath the fixed header. */
@media (min-width: 1121px) and (max-height: 560px) {
  .page-home .hero-home,
  .page-home .hero-home-grid,
  .page-home .hero-visual {
    height: auto;
    min-height: 560px;
  }

  .page-home .hero-copy {
    height: auto;
    min-height: 560px;
  }
}

/* Home hero on tablets: balanced editorial split instead of a tall empty column. */
@media (min-width: 821px) and (max-width: 1120px) {
  .page-home .hero-home,
  .page-home .hero-home-grid {
    min-height: 0;
  }

  .page-home .hero-copy {
    display: grid;
    min-height: clamp(760px, 88svh, 930px);
    align-content: center;
    justify-content: initial;
    padding:
      clamp(126px, 14svh, 156px)
      clamp(30px, 4.8vw, 56px)
      clamp(52px, 6.5svh, 74px);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    grid-template-rows: auto auto auto auto;
    column-gap: clamp(24px, 4vw, 48px);
  }

  .page-home .hero-copy::before {
    align-self: end;
    margin-bottom: 20px;
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .hero-copy::after {
    width: min(49%, 520px);
    opacity: 0.5;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 27%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 27%, #000 100%);
  }

  .page-home .hero-copy h1 {
    max-width: 620px;
    margin-bottom: 22px;
    font-size: clamp(3.35rem, 6.25vw, 4.35rem);
    line-height: 0.98 !important;
    grid-column: 1;
    grid-row: 2;
  }

  .page-home .hero-copy h1 > span,
  .page-home .hero-copy h1 > em {
    display: block;
  }

  .page-home .hero-lead {
    max-width: 590px;
    margin-bottom: 28px;
    font-size: clamp(1rem, 1.55vw, 1.12rem);
    line-height: 1.58;
    grid-column: 1;
    grid-row: 3;
  }

  .page-home .hero-copy .button-row {
    display: grid;
    align-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1;
    grid-row: 4;
    gap: 10px;
  }

  .page-home .hero-copy .button-row .button {
    width: 100%;
    min-height: 68px;
    padding: 14px clamp(14px, 1.8vw, 20px);
    border-radius: 19px;
    font-size: clamp(0.66rem, 1.08vw, 0.76rem);
  }

  .page-home .hero-mini-contact {
    width: 100%;
    max-width: none;
    align-self: center;
    margin: 0;
    padding: clamp(18px, 2.4vw, 25px);
    border-color: rgba(240, 198, 117, 0.3);
    border-radius: 26px;
    background:
      radial-gradient(circle at 100% 0%, rgba(240, 198, 117, 0.13), transparent 16rem),
      linear-gradient(150deg, rgba(5, 26, 19, 0.94), rgba(12, 37, 28, 0.79));
    box-shadow:
      inset 0 1px rgba(255, 255, 255, 0.12),
      0 26px 66px rgba(0, 0, 0, 0.28);
    grid-column: 2;
    grid-row: 1 / 5;
    backdrop-filter: blur(22px) saturate(135%);
  }

  .page-home .hero-contact-heading {
    margin-bottom: 16px;
    font-size: 0.66rem;
  }

  .page-home .hero-contact-links {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .page-home .hero-contact-link {
    min-height: 64px;
    padding: 11px 12px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgba(1, 15, 11, 0.34);
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
  }

  .page-home .hero-contact-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .page-home .hero-contact-copy small {
    margin-bottom: 3px;
    font-size: 0.52rem;
  }

  .page-home .hero-contact-copy strong {
    overflow: visible;
    font-size: clamp(0.68rem, 1.08vw, 0.8rem);
    text-overflow: clip;
    white-space: normal;
  }

  .page-home .hero-contact-link-email .hero-contact-copy strong {
    font-size: clamp(0.58rem, 0.92vw, 0.68rem);
    overflow-wrap: anywhere;
  }
}

@media (min-width: 821px) and (max-width: 900px) {
  .page-home .hero-copy {
    padding-right: 26px;
    padding-left: 26px;
    grid-template-columns: minmax(0, 1.08fr) minmax(282px, 0.92fr);
    column-gap: 20px;
  }

  .page-home .hero-copy h1 {
    font-size: clamp(3.05rem, 6.2vw, 3.45rem);
  }

  .page-home .hero-copy .button-row .button {
    min-height: 66px;
    padding-inline: 11px;
    letter-spacing: 0.06em;
  }
}

@media (min-width: 821px) and (max-width: 1120px) and (max-height: 820px) {
  .page-home .hero-copy {
    min-height: 760px;
    align-content: start;
    padding-top: max(112px, calc(var(--header-height) + 28px));
    padding-bottom: 44px;
  }

  .page-home .hero-copy h1 {
    margin-bottom: 17px;
    font-size: clamp(3rem, 5.6vw, 3.75rem);
  }

  .page-home .hero-lead {
    margin-bottom: 20px;
    font-size: 0.98rem;
  }

  .page-home .hero-copy .button-row .button,
  .page-home .hero-contact-link {
    min-height: 58px;
  }

  .page-home .hero-mini-contact {
    padding: 17px;
  }
}

/* Desktop home: keep the editorial headline narrow enough to give the
   left-hand composition visual height, including on wide monitors. */
@media (min-width: 1121px) {
  .page-home .hero-copy h1 {
    max-width: min(100%, 620px);
  }
}

/* Medium-height desktops retain the four-line editorial rhythm while using
   slightly tighter supporting elements so the contact panel stays in-hero. */
@media (min-width: 1121px) and (min-height: 821px) and (max-height: 980px) {
  .page-home .hero-copy h1 {
    max-width: min(100%, 450px);
    margin-bottom: 24px;
    font-size: clamp(4.35rem, min(5.45vw, 9svh), 6rem);
    line-height: 1 !important;
  }

  .page-home .hero-lead {
    margin-bottom: 26px;
  }

  .page-home .hero-copy .button {
    min-height: 56px;
    padding-block: 13px;
  }

  .page-home .hero-mini-contact {
    margin-top: 18px;
    padding: 12px;
    border-radius: 18px;
  }

  .page-home .hero-contact-heading {
    margin-bottom: 9px;
  }

  .page-home .hero-contact-link {
    min-height: 50px;
    padding: 7px 9px;
  }
}

/* The first few pixels above the short-desktop breakpoint need a little more
   breathing room, especially for the longer German supporting copy. */
@media (min-width: 1121px) and (min-height: 821px) and (max-height: 850px) {
  .page-home .hero-copy h1 {
    margin-bottom: 16px;
  }

  .page-home .hero-lead {
    margin-bottom: 16px;
  }

  .page-home .hero-copy .button {
    min-height: 52px;
    padding-block: 11px;
  }

  .page-home .hero-mini-contact {
    margin-top: 4px;
    padding: 10px;
  }

  .page-home .hero-contact-heading {
    margin-bottom: 7px;
  }

  .page-home .hero-contact-link {
    min-height: 48px;
    padding: 6px 8px;
  }
}

/* German supporting copy is longer: on the lowest desktop windows keep the
   contact panel compact, then allow a short natural scroll instead of overlap. */
@media (min-width: 1121px) and (max-height: 680px) {
  body.page-home[data-locale="de"] .hero-mini-contact {
    padding: 12px;
    border-radius: 18px;
  }

  body.page-home[data-locale="de"] .hero-contact-heading {
    margin-bottom: 9px;
  }

  body.page-home[data-locale="de"] .hero-contact-link {
    min-height: 50px;
    padding: 7px 9px;
  }
}

@media (min-width: 1121px) and (min-height: 681px) and (max-height: 767px) {
  body.page-home[data-locale="de"] .hero-home,
  body.page-home[data-locale="de"] .hero-home-grid,
  body.page-home[data-locale="de"] .hero-visual {
    height: 760px;
    min-height: 760px;
  }
}

/* Preserve two equal booking actions and readable contacts at the desktop breakpoint. */
@media (min-width: 1121px) and (max-width: 1440px) {
  .page-home .hero-copy .button-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .page-home .hero-copy .button-row .button {
    width: 100%;
    padding-inline: 10px;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
  }

  .page-home .hero-contact-link-email .hero-contact-copy strong {
    overflow: visible;
    font-size: 0.54rem;
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}
