:root {
  --ink: #241b1c;
  --ink-soft: #4f4140;
  --paper: #f7f2eb;
  --paper-deep: #eee4da;
  --white: #fffdf9;
  --rose: #ad8f85;
  --rose-light: #e6c9c2;
  --tomato: #b94b38;
  --sage: #607764;
  --teal: #087c7a;
  --gold: #d3a85a;
  --whatsapp-green: #1f7259;
  --whatsapp-green-dark: #185b47;
  --whatsapp-green-soft: #78c7a4;
  --line: rgba(36, 27, 28, 0.15);
  --shadow: 0 28px 70px rgba(45, 30, 28, 0.13);
  --shadow-soft: 0 18px 50px rgba(45, 30, 28, 0.09);
  --shadow-lift: 0 28px 68px rgba(45, 30, 28, 0.16);
  --font-modern: "Aptos Display", "Segoe UI Variable Display", "Helvetica Neue", Arial, sans-serif;
  --serif: var(--font-modern);
  --sans: var(--font-modern);
  --container: min(1240px, calc(100% - 40px));
  --radius-lg: 34px;
  --radius-md: 22px;
  --header-height: 84px;
  --scroll-progress: 0;
}

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

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: var(--header-height);
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(173, 143, 133, 0.08), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main,
.site-header,
.site-footer {
  width: 100%;
  max-width: 100%;
}

body.nav-open {
  overscroll-behavior: none;
}

body[data-page="pizzeria"] {
  --tomato: #b4512f;
  --rose-light: #efcfbd;
}

body[data-page="caseificio-gastronomia"] {
  --tomato: #37776e;
  --rose-light: #cae0db;
}

body[data-page="aperitivi"] {
  --tomato: #a9572d;
  --rose-light: #efd2ad;
}

body[data-page="eventi"] {
  --tomato: #ad4e5e;
  --rose-light: #ebc8ce;
}

body[data-page="contatti"] {
  --tomato: #347876;
  --rose-light: #c9e0dd;
}

body[data-page="privacy"] {
  --tomato: #945f5a;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

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

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

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

h1 {
  font-size: clamp(3.25rem, 6.1vw, 6.5rem);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  margin-bottom: 24px;
}

h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  margin-bottom: 14px;
}

strong {
  font-weight: 650;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
}

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

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

.narrow {
  width: min(790px, calc(100% - 40px));
  margin-inline: auto;
}

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

.section-sm {
  padding: clamp(58px, 7vw, 96px) 0;
}

.section-dark {
  background: var(--ink);
  color: var(--paper);
}

.section-rose {
  background: var(--rose);
  color: var(--ink);
}

.section-white {
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 201, 194, 0.2), transparent 25rem),
    var(--white);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--tomato);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1.25;
  text-transform: uppercase;
}

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

.section-dark .eyebrow {
  color: var(--rose-light);
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.contact-card-large .eyebrow {
  color: var(--rose-light);
}

.headline-accent {
  color: var(--tomato);
  font-style: italic;
}

.section-dark .headline-accent,
.home-hero .headline-accent,
.page-hero .headline-accent {
  color: var(--rose-light);
}

.lead {
  max-width: 760px;
  color: var(--ink-soft);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.48;
}

h2 + .lead {
  margin-top: clamp(28px, 3.1vw, 46px);
}

.section-dark .lead,
.page-hero .lead {
  color: rgba(247, 242, 235, 0.82);
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 23px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.83rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button::after {
  content: "↗";
  font-size: 1.05rem;
  font-weight: 400;
}

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

.button-primary {
  border-color: var(--tomato);
  background: var(--tomato);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--ink);
  background: var(--rose-light);
  color: var(--ink);
}

.button-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  border-color: var(--ink);
  background: var(--rose-light);
  color: var(--ink);
}

.button-outline-light {
  border-color: rgba(247, 242, 235, 0.55);
  color: var(--paper);
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

:where(a[href^="https://wa.me/"]) {
  --whatsapp-icon-size: 1.15rem;
}

:where(a[href^="https://wa.me/"])::before {
  display: block;
  width: var(--whatsapp-icon-size);
  height: var(--whatsapp-icon-size);
  flex: 0 0 var(--whatsapp-icon-size);
  background: url("../../images/logo-whatsapp.png") center / contain no-repeat;
  content: "";
}

.button-whatsapp {
  --whatsapp-icon-size: 22px;
  gap: 10px;
  border-color: var(--whatsapp-green-dark);
  background: var(--whatsapp-green);
  box-shadow: 0 12px 28px rgba(24, 91, 71, 0.18);
  color: var(--white);
}

.button-whatsapp::after {
  display: none;
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  border-color: #124536;
  background: var(--whatsapp-green-dark);
  box-shadow: 0 16px 34px rgba(24, 91, 71, 0.24);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tomato);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "→";
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(36, 27, 28, 0.08);
  background: rgba(247, 242, 235, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(36, 27, 28, 0.035);
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  view-transition-name: site-header;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(36, 27, 28, 0.13);
  background: rgba(247, 242, 235, 0.985);
  box-shadow: 0 13px 38px rgba(36, 27, 28, 0.1);
}

.scroll-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--tomato), var(--rose));
  pointer-events: none;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  will-change: transform;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(48, 33, 32, 0.13);
}

.brand-copy {
  display: grid;
  line-height: 1;
  white-space: nowrap;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.brand-tagline {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

.nav-mobile-panel {
  display: contents;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  position: relative;
  padding: 31px 0 27px;
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-label-stacked {
  display: grid;
  gap: 0.14em;
  justify-items: center;
  line-height: 1.05;
  text-align: center;
}

.nav-list a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--tomato);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

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

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

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(36, 27, 28, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.7);
}

.language-switcher a {
  display: grid;
  min-width: 30px;
  min-height: 28px;
  place-items: center;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  background: var(--paper-deep);
  color: var(--ink);
}

.language-switcher a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

html[lang="en"] .nav-list,
html[lang="de"] .nav-list {
  gap: clamp(12px, 1.45vw, 23px);
}

@media (min-width: 1201px) {
  html[lang="de"] .nav-list {
    gap: clamp(7px, 0.75vw, 11px);
  }

  html[lang="de"] .nav-list a {
    padding-inline: 9px;
    font-size: 0.65rem;
  }
}

@media (min-width: 1201px) and (max-width: 1279px) {
  .brand {
    gap: 9px;
  }

  .brand img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

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

  .brand-tagline {
    display: none;
  }
}

.header-book {
  padding: 11px 17px;
  font-size: 0.7rem;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--ink);
  background: var(--paper-deep);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 19px;
  height: 1.5px;
  margin: 4px auto;
  background: var(--ink);
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(5.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-5.5px) rotate(-45deg);
}

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

.home-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - var(--header-height));
  background:
    radial-gradient(circle at 76% 20%, rgba(173, 143, 133, 0.15), transparent 30%),
    var(--ink);
  color: var(--paper);
}

.home-hero::before {
  position: absolute;
  top: 12%;
  left: -12%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(230, 201, 194, 0.18);
  border-radius: 50%;
  content: "";
}

.home-hero::after {
  position: absolute;
  top: 8%;
  right: -180px;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(230, 201, 194, 0.1);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(45px, 6vw, 90px);
  padding-block: clamp(36px, 4.5vh, 52px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 20px;
}

.hero-copy h1 {
  max-width: 760px;
}

.home-hero .lead {
  max-width: 650px;
  color: rgba(247, 242, 235, 0.78);
}

.hero-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 44px;
  color: rgba(247, 242, 235, 0.66);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-kicker span:not(:last-child)::after {
  margin-left: 20px;
  color: var(--rose-light);
  content: "•";
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: clamp(560px, calc(100svh - 190px), 760px);
}

.hero-media::before {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: 48px;
  width: 112px;
  height: 112px;
  border: 12px solid rgba(36, 27, 28, 0.38);
  border-radius: 50%;
  background: var(--tomato);
  content: "";
}

.hero-media img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(247, 242, 235, 0.12);
  border-radius: 48% 48% 30px 30px;
  object-fit: cover;
  object-position: 55% center;
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  bottom: 58px;
  left: -52px;
  display: grid;
  width: 148px;
  height: 148px;
  place-items: center;
  border: 1px solid rgba(247, 242, 235, 0.35);
  border-radius: 50%;
  background: rgba(36, 27, 28, 0.88);
  box-shadow: var(--shadow);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

.hero-photo-note {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: 42px;
  width: 218px;
  padding: 20px 22px;
  border: 1px solid rgba(247, 242, 235, 0.26);
  border-radius: 20px;
  background: rgba(36, 27, 28, 0.9);
  box-shadow: 0 22px 50px rgba(18, 10, 10, 0.28);
  backdrop-filter: blur(12px);
}

.hero-photo-note small {
  display: block;
  margin-bottom: 8px;
  color: var(--rose-light);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-photo-note strong {
  display: block;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.page-hero::before {
  position: absolute;
  z-index: 0;
  right: -0.04em;
  bottom: -0.16em;
  color: rgba(247, 242, 235, 0.026);
  content: "DONNA ANNA";
  font-family: var(--sans);
  font-size: clamp(7rem, 12vw, 13rem);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.82;
  pointer-events: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="ristorante"] .page-hero::before {
  content: "RISTORANTE";
}

body[data-page="pizzeria"] .page-hero::before {
  content: "PIZZERIA";
}

body[data-page="caseificio-gastronomia"] .page-hero::before {
  content: "CASEIFICIO";
}

body[data-page="aperitivi"] .page-hero::before {
  content: "APERITIVO";
}

body[data-page="eventi"] .page-hero::before {
  content: "EVENTI";
}

body[data-page="contatti"] .page-hero::before {
  content: "ROMA NORD";
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 0.94fr) minmax(400px, 1.06fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  padding-block: clamp(44px, 5vw, 78px);
}

.page-hero h1 {
  font-size: clamp(3.35rem, 5.7vw, 6.1rem);
}

.page-hero-media {
  position: relative;
  height: min(600px, calc(100svh - 190px));
}

.page-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 230px 230px 24px 24px;
  object-fit: cover;
}

.breadcrumb {
  margin-bottom: 32px;
  color: rgba(247, 242, 235, 0.66);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb span {
  margin-inline: 9px;
}

.legal-page .breadcrumb {
  color: var(--ink-soft);
}

.intro-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(45px, 8vw, 120px);
}

.intro-grid h2,
.split-grid h2 {
  margin-bottom: 0;
}

.copy-stack > *:last-child {
  margin-bottom: 0;
}

.facts-row {
  display: grid;
  margin-top: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact {
  min-width: 0;
  padding: 28px 24px;
}

.fact + .fact {
  border-left: 1px solid var(--line);
}

.fact strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 500;
}

.fact > span {
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 54px;
}

.journey-head h2 {
  max-width: 750px;
  margin-bottom: 0;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.journey-card {
  position: relative;
  overflow: hidden;
  min-height: 490px;
  border-radius: var(--radius-md);
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
  border: 1px solid rgba(36, 27, 28, 0.08);
  box-shadow: 0 16px 44px rgba(45, 30, 28, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.journey-card:nth-child(1),
.journey-card:nth-child(5) {
  transform: translateY(28px);
}

.journey-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.journey-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 14, 15, 0.03) 0%,
    rgba(20, 14, 15, 0.08) 36%,
    rgba(20, 14, 15, 0.5) 55%,
    rgba(20, 14, 15, 0.75) 72%,
    rgba(20, 14, 15, 0.93) 100%
  );
  content: "";
}

.journey-card:hover img {
  transform: scale(1.04);
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 58px rgba(45, 30, 28, 0.15);
}

.journey-card:nth-child(1):hover,
.journey-card:nth-child(5):hover {
  transform: translateY(23px);
}

.journey-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.92),
    0 0 18px rgba(0, 0, 0, 0.62);
}

.journey-card .time {
  display: block;
  margin-bottom: 10px;
  color: var(--rose-light);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.journey-card h3 {
  margin-bottom: 8px;
}

.journey-card p {
  margin-bottom: 16px;
  color: rgba(255, 253, 249, 0.76);
  font-size: 0.94rem;
}

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

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 38px rgba(45, 30, 28, 0.055);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 52px rgba(45, 30, 28, 0.12);
}

.service-card-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover img {
  transform: scale(1.035);
}

.service-card-copy {
  padding: 30px;
}

.service-card-copy p {
  color: var(--ink-soft);
}

.service-number {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--tomato);
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
}

.feature-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 22px 0 22px 32px;
  border-bottom: 1px solid var(--line);
}

.feature-list li:first-child {
  border-top: 1px solid var(--line);
}

.feature-list li::before {
  position: absolute;
  top: 29px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--tomato);
  content: "";
}

.feature-list strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
}

.feature-list span {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.section-dark .feature-list li {
  border-color: rgba(247, 242, 235, 0.18);
}

.section-dark .feature-list span {
  color: rgba(247, 242, 235, 0.7);
}

.page-hero-media img.focus-right {
  object-position: 70% center;
}

.photo-pair {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: end;
  gap: 20px;
}

.photo-pair img {
  width: 100%;
  border-radius: var(--radius-md);
  object-fit: cover;
}

.photo-pair img:first-child {
  height: 540px;
}

.photo-pair img:last-child {
  height: 690px;
}

.photo-grid {
  display: grid;
  grid-auto-rows: 280px;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.photo-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-md);
}

.photo-grid figure::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 253, 249, 0.45);
  border-radius: 50%;
  background: rgba(36, 27, 28, 0.7);
  color: var(--white);
  content: "+";
  font-family: var(--sans);
  font-size: 1.35rem;
  font-weight: 300;
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.photo-grid figure:hover::after,
.photo-grid figure:focus-within::after {
  opacity: 1;
  transform: none;
}

.photo-grid figure:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.photo-grid figure:nth-child(2) {
  grid-column: span 5;
}

.photo-grid figure:nth-child(3) {
  grid-column: span 5;
}

.photo-grid figure:nth-child(4) {
  grid-column: span 4;
}

.photo-grid figure:nth-child(5) {
  grid-column: span 8;
}

.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.photo-grid figure:hover img {
  transform: scale(1.04);
}

.zoomable-image {
  cursor: zoom-in;
}

.zoomable-image:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: -6px;
  box-shadow: inset 0 0 0 6px var(--ink);
}

.lightbox-open {
  overflow: hidden;
}

.image-lightbox {
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  column-gap: 18px;
  width: min(94vw, 1480px);
  max-width: none;
  max-height: 94svh;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--paper);
  overflow: visible;
}

.image-lightbox:not([open]) {
  display: none;
}

.image-lightbox[open] {
  display: grid;
  animation: lightbox-in 220ms ease both;
}

.image-lightbox::backdrop {
  background: rgba(20, 13, 14, 0.9);
  backdrop-filter: blur(12px);
  animation: lightbox-backdrop-in 220ms ease both;
}

.image-lightbox figure {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  max-height: 90svh;
  justify-items: center;
  margin: 0;
  min-width: 0;
  touch-action: pan-y pinch-zoom;
  user-select: none;
}

.image-lightbox figure.is-swiping {
  cursor: grabbing;
}

.image-lightbox img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82svh;
  border: 1px solid rgba(247, 242, 235, 0.17);
  border-radius: 26px;
  background: var(--ink);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.5);
  -webkit-user-drag: none;
  object-fit: contain;
}

.image-lightbox figcaption {
  max-width: 780px;
  padding: 16px 54px 0;
  color: rgba(247, 242, 235, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.lightbox-close {
  position: relative;
  z-index: 2;
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(247, 242, 235, 0.4);
  border-radius: 50%;
  background: rgba(36, 27, 28, 0.72);
  color: var(--paper);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: background-color 180ms ease, transform 180ms ease;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform-origin: center;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--tomato);
  color: var(--white);
  transform: scale(1.04);
}

.lightbox-nav {
  position: relative;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(247, 242, 235, 0.36);
  border-radius: 50%;
  background: rgba(36, 27, 28, 0.72);
  color: var(--paper);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.lightbox-nav::before {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 18px;
  margin: auto;
  background: currentColor;
  clip-path: polygon(0 0, 38% 0, 100% 50%, 38% 100%, 0 100%, 62% 50%);
  content: "";
  transform-origin: center;
}

.lightbox-previous::before {
  transform: scaleX(-1);
}

.lightbox-next::before {
  transform: none;
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  border-color: var(--tomato);
  background: var(--tomato);
  color: var(--white);
}

.lightbox-previous {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
}

.lightbox-next {
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
}

@keyframes lightbox-in {
  from {
    opacity: 0;
    transform: scale(0.985);
  }
}

@keyframes lightbox-backdrop-in {
  from {
    opacity: 0;
  }
}

.quote-band {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  contain: paint;
  padding: 40px 0;
  border-top: 1px solid rgba(247, 242, 235, 0.18);
  border-bottom: 1px solid rgba(247, 242, 235, 0.18);
}

.quote-band p {
  width: max-content;
  margin: 0;
  color: var(--rose-light);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.quote-band:hover p {
  animation-play-state: paused;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: 180ms ease both fade-out;
}

::view-transition-new(root) {
  animation: 280ms ease both fade-in;
}

::view-transition-old(site-header),
::view-transition-new(site-header) {
  animation-duration: 180ms;
}

@keyframes fade-out {
  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

.faq-list {
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 24px;
  right: 3px;
  color: var(--tomato);
  content: "+";
  font-family: var(--sans);
  font-size: 1.4rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 760px;
  padding: 0 50px 24px 0;
  color: var(--ink-soft);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(50px, 7vw, 90px);
  border-radius: var(--radius-lg);
  background: var(--rose);
}

.cta-panel::after {
  position: absolute;
  top: -100px;
  right: -65px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 253, 249, 0.35);
  border-radius: 50%;
  content: "";
}

.cta-panel-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  align-items: end;
  gap: 45px;
}

.cta-panel h2 {
  max-width: 820px;
  margin-bottom: 0;
}

.cta-panel .headline-accent {
  color: var(--ink);
}

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

.contact-card {
  min-width: 0;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  overflow-wrap: anywhere;
}

.contact-card-large {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 40px;
  background: var(--ink);
  color: var(--paper);
}

.contact-card .eyebrow {
  margin-bottom: 28px;
}

.contact-value {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  line-height: 1.18;
  text-decoration: none;
}

.contact-note {
  margin-top: 14px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.contact-whatsapp {
  width: fit-content;
  margin-top: 22px;
}

.contact-card-large .contact-note {
  color: rgba(247, 242, 235, 0.68);
}

.contact-card-large .lead {
  color: rgba(247, 242, 235, 0.88);
}

.contact-image {
  overflow: hidden;
  min-height: 320px;
  border-radius: 180px 180px 18px 18px;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-section {
  background: #eee5de;
}

.map-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: clamp(36px, 8vw, 110px);
  margin-bottom: clamp(38px, 6vw, 68px);
}

.map-heading h2 {
  max-width: 820px;
}

.map-heading .lead {
  margin-bottom: 18px;
}

.map-shell {
  position: relative;
  min-height: clamp(500px, 58vw, 650px);
  overflow: hidden;
  border: 1px solid rgba(28, 21, 22, 0.12);
  border-radius: clamp(28px, 5vw, 52px);
  background: #2b2223;
  box-shadow: 0 28px 70px rgba(55, 36, 33, 0.18);
  isolation: isolate;
}

.map-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(28, 21, 22, 0.86) 0%, rgba(28, 21, 22, 0.56) 52%, rgba(28, 21, 22, 0.28) 100%),
    url("../../images/sala-veranda.jpg") center / cover no-repeat;
  content: "";
  transform: scale(1.01);
}

.embedded-map {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 280ms ease;
}

.map-consent {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 6vw, 78px);
  bottom: clamp(24px, 6vw, 72px);
  width: min(520px, calc(100% - 48px));
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: clamp(22px, 3vw, 34px);
  background: rgba(28, 21, 22, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
  color: var(--paper);
  backdrop-filter: blur(14px);
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
}

.map-preview-cue {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
  padding: 11px 16px 11px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 124, 122, 0.28), rgba(255, 255, 255, 0.05));
}

.map-preview-graphic {
  position: relative;
  display: block;
  width: 74px;
  height: 74px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 15px;
  background:
    linear-gradient(30deg, transparent 42%, rgba(173, 143, 133, 0.55) 43% 48%, transparent 49%),
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(36, 27, 28, 0.1) 17px 18px),
    repeating-linear-gradient(90deg, transparent 0 17px, rgba(36, 27, 28, 0.1) 17px 18px),
    var(--paper);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.map-preview-graphic::before {
  position: absolute;
  top: 43px;
  left: 7px;
  width: 60px;
  border-top: 4px dashed var(--teal);
  content: "";
  transform: rotate(-28deg);
}

.map-preview-pin {
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 37px;
  width: 25px;
  height: 25px;
  border: 3px solid var(--white);
  border-radius: 50% 50% 50% 0;
  background: var(--tomato);
  box-shadow: 0 5px 12px rgba(36, 27, 28, 0.36);
  transform: rotate(-45deg);
}

.map-preview-pin::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.map-preview-copy {
  min-width: 0;
}

.map-preview-copy strong,
.map-preview-copy span {
  display: block;
}

.map-preview-copy strong {
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.map-preview-copy span {
  margin-top: 7px;
  color: rgba(247, 242, 235, 0.82);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.map-consent h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.map-consent p {
  max-width: 440px;
  margin-bottom: 26px;
  color: rgba(247, 242, 235, 0.82);
}

.map-shell.is-loading .map-consent {
  opacity: 0.76;
}

.map-shell.is-loading [data-map-load] {
  cursor: wait;
}

.map-shell.is-loaded .embedded-map {
  opacity: 1;
}

.map-shell.is-loaded .map-consent {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  visibility: hidden;
}

.map-shell noscript {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
}

.no-js .map-consent [data-map-load] {
  display: none;
}

.legal-page {
  padding: clamp(80px, 10vw, 140px) 0;
}

.legal-page h1 {
  max-width: 840px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.legal-meta {
  margin-bottom: 52px;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.legal-content {
  display: grid;
  gap: 42px;
}

.legal-content section {
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.legal-content h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
}

.legal-content h3 {
  margin-top: 30px;
  font-size: 1.35rem;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a,
.footer-business > * {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.site-footer {
  display: flow-root;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #1c1516;
  color: var(--paper);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(180px, 0.7fr));
  position: relative;
  z-index: 1;
  gap: clamp(18px, 2.2vw, 30px);
  padding: clamp(72px, 7vw, 104px) 0 28px;
}

.footer-main > div {
  min-width: 0;
}

.footer-main > div:not(.footer-brand) {
  padding: clamp(26px, 2.5vw, 34px);
  border: 1px solid rgba(247, 242, 235, 0.11);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(247, 242, 235, 0.075), rgba(247, 242, 235, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 58px rgba(5, 3, 4, 0.16);
  backdrop-filter: blur(8px);
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.footer-main > div:not(.footer-brand):hover {
  border-color: rgba(230, 201, 194, 0.22);
  background-color: rgba(247, 242, 235, 0.045);
  transform: translateY(-3px);
}

.footer-brand {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(230, 201, 194, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 12%, rgba(230, 201, 194, 0.2), transparent 19rem),
    linear-gradient(145deg, rgba(173, 143, 133, 0.22), rgba(247, 242, 235, 0.035) 62%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(5, 3, 4, 0.2);
}

.footer-brand > * {
  position: relative;
  z-index: 1;
}

.footer-brand img {
  width: 112px;
  height: 112px;
  margin-bottom: 24px;
  border-radius: 25px;
  object-fit: cover;
}

.footer-brand p {
  max-width: 540px;
  color: rgba(247, 242, 235, 0.88);
  line-height: 1.68;
}

.footer-brand > p:first-of-type {
  max-width: 600px;
  font-size: clamp(1.02rem, 1.3vw, 1.16rem);
  font-weight: 650;
}

.footer-brand .footer-seo-copy {
  max-width: 620px;
  margin-top: 14px;
  color: rgba(247, 242, 235, 0.7);
  font-size: 0.9rem;
  line-height: 1.72;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.footer-social a {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  flex: 0 0 50px;
  border: 1px solid rgba(247, 242, 235, 0.2);
  border-radius: 16px;
  background: rgba(247, 242, 235, 0.08);
  box-shadow: 0 12px 28px rgba(5, 3, 4, 0.18);
  color: var(--paper);
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: rgba(247, 242, 235, 0.48);
  background: rgba(230, 201, 194, 0.2);
  box-shadow: 0 16px 34px rgba(5, 3, 4, 0.28);
  transform: translateY(-3px);
}

.footer-social a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.footer-brand .footer-social img {
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: contain;
}

.footer-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--rose-light);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-heading::after {
  width: 30px;
  height: 1px;
  background: rgba(230, 201, 194, 0.42);
  content: "";
}

.footer-links {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: rgba(247, 242, 235, 0.82);
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, padding 180ms ease;
}

.footer-links a::after {
  flex: 0 0 auto;
  color: var(--rose-light);
  content: "\2197";
  font-size: 0.9rem;
  opacity: 0.38;
  transform: translate(-2px, 2px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  padding-left: 14px;
  border-color: rgba(230, 201, 194, 0.12);
  background: rgba(230, 201, 194, 0.08);
  color: var(--white);
  text-decoration: none;
}

.footer-links a:hover::after,
.footer-links a:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

.footer-links a:focus-visible {
  outline: 2px solid var(--rose-light);
  outline-offset: 2px;
}

.footer-links .footer-whatsapp {
  --whatsapp-icon-size: 16px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  color: var(--whatsapp-green-soft);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  line-height: inherit;
}

.footer-links .footer-whatsapp::after {
  margin-left: auto;
}

.footer-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  gap: clamp(18px, 2.5vw, 34px);
  position: relative;
  z-index: 1;
  margin-top: 2px;
  margin-bottom: 28px;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(247, 242, 235, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(247, 242, 235, 0.07), rgba(247, 242, 235, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 48px rgba(8, 5, 6, 0.14);
  color: rgba(247, 242, 235, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-business {
  display: grid;
  grid-template-areas:
    "credit credit credit"
    "copyright vat pec";
  grid-template-columns: max-content max-content minmax(0, 1fr);
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(247, 242, 235, 0.13);
  border-radius: 18px;
  background: rgba(11, 7, 8, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.footer-business > * {
  display: inline-flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.footer-business > :first-child {
  grid-area: copyright;
  border-right: 1px solid rgba(247, 242, 235, 0.1);
  color: var(--paper);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.footer-business > :nth-child(3) {
  grid-area: vat;
  border-right: 1px solid rgba(247, 242, 235, 0.1);
}

.footer-business > a {
  grid-area: pec;
  color: inherit;
  text-decoration-color: rgba(247, 242, 235, 0.45);
  text-underline-offset: 3px;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.footer-business > a:hover,
.footer-business > a:focus-visible {
  background: rgba(247, 242, 235, 0.075);
  color: var(--white);
}

.footer-business > .site-credit {
  grid-area: credit;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 58px;
  padding-block: 13px;
  border-bottom: 1px solid rgba(247, 242, 235, 0.11);
  background: linear-gradient(90deg, rgba(230, 201, 194, 0.085), transparent 72%);
  color: rgba(247, 242, 235, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.5;
  white-space: normal;
}

.site-credit-heart {
  display: inline-flex;
  width: 0.95em;
  height: 0.95em;
  align-items: center;
  justify-content: center;
  flex: 0 0 0.95em;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 0.9em;
  line-height: 1;
  filter: drop-shadow(0 2px 5px rgba(247, 242, 235, 0.15));
  transform: translateY(-0.04em);
}

.footer-business .site-credit a {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 0;
  margin-left: 0;
  padding: 2px 0 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font-weight: 650;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  transition:
    color 200ms ease;
}

.footer-business .site-credit a::before {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--rose-light);
  content: "";
  opacity: 0.58;
  transform: scaleX(0.45);
  transform-origin: center;
  transition: opacity 200ms ease, transform 200ms ease;
}

.footer-business .site-credit a:hover,
.footer-business .site-credit a:focus-visible {
  background: transparent;
  color: var(--rose-light);
  box-shadow: none;
  text-decoration: none;
  transform: none;
}

.footer-business .site-credit a:hover::before,
.footer-business .site-credit a:focus-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.footer-business .site-credit a:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.cookie-note {
  display: flex;
  min-height: 100%;
  align-items: center;
  max-width: 520px;
  margin: 0;
  gap: 13px;
  padding: 18px 20px;
  border: 1px solid rgba(247, 242, 235, 0.11);
  border-radius: 16px;
  background: rgba(15, 10, 11, 0.18);
  color: rgba(247, 242, 235, 0.76);
  line-height: 1.7;
  text-align: left;
}

.cookie-note::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 28px;
  border: 1px solid rgba(230, 201, 194, 0.2);
  border-radius: 50%;
  background: rgba(230, 201, 194, 0.08);
  color: var(--rose-light);
  content: "i";
  font-family: var(--font-modern);
  font-size: 0.88rem;
  font-style: italic;
  font-weight: 700;
}

.back-to-top {
  position: fixed;
  z-index: 79;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  flex: 0 0 auto;
  padding: 0;
  border: 1px solid rgba(28, 21, 22, 0.22);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 14px 35px rgba(40, 23, 21, 0.28);
  color: var(--ink);
  font: inherit;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  visibility: hidden;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--teal);
  background: var(--teal);
  box-shadow: 0 16px 38px rgba(8, 124, 122, 0.36);
  color: var(--white);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.back-to-top.is-docked {
  position: static;
  align-self: flex-start;
  margin-inline-start: auto;
}

.floating-whatsapp {
  --whatsapp-icon-size: 22px;
  position: fixed;
  z-index: 80;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--whatsapp-green-dark);
  border-radius: 999px;
  background: var(--whatsapp-green);
  box-shadow: 0 14px 35px rgba(24, 91, 71, 0.22);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  visibility: hidden;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  border-color: #124536;
  background: var(--whatsapp-green-dark);
  box-shadow: 0 17px 38px rgba(24, 91, 71, 0.28);
  color: var(--white);
}

.floating-whatsapp.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.floating-book {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  display: none;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: var(--tomato);
  box-shadow: 0 14px 35px rgba(40, 23, 21, 0.32);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.floating-book.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.floating-book:hover,
.floating-book:focus-visible {
  border-color: var(--ink);
  background: var(--rose-light);
  color: var(--ink);
}

a.button[href*="thefork.it"],
a.floating-book[href*="thefork.it"] {
  border-color: #b94b38;
  background: #b94b38;
  box-shadow: 0 12px 28px rgba(120, 42, 31, 0.24);
  color: var(--white);
}

a.button[href*="thefork.it"]:hover,
a.button[href*="thefork.it"]:focus-visible,
a.floating-book[href*="thefork.it"]:hover,
a.floating-book[href*="thefork.it"]:focus-visible {
  border-color: #7d2d23;
  background: #8d3327;
  color: var(--white);
}

.no-js .reveal,
.no-js .reveal-stagger > * {
  opacity: 1;
  transform: none;
}

.js .reveal,
.js .reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible,
.js .reveal-stagger > *.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-stagger > *:nth-child(2) {
  transition-delay: 80ms;
}

.reveal-stagger > *:nth-child(3) {
  transition-delay: 160ms;
}

.reveal-stagger > *:nth-child(4) {
  transition-delay: 240ms;
}

.reveal-stagger > *:nth-child(5) {
  transition-delay: 320ms;
}

@media (min-width: 1600px) {
  :root {
    --container: min(1400px, calc(100% - 120px));
  }

  .hero-grid {
    gap: 100px;
  }
}

@media (min-width: 2200px) {
  :root {
    --container: min(1680px, calc(100% - 240px));
  }

  .hero-grid {
    gap: 120px;
  }
}

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

  body {
    padding-top: var(--header-height);
  }

  .site-header {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    background: var(--paper);
    backdrop-filter: none;
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 18px;
  }

  .brand img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
  }

  .primary-nav {
    position: fixed;
    z-index: 1;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: grid;
    width: 100%;
    max-width: 100%;
    height: calc(100dvh - var(--header-height));
    align-items: stretch;
    justify-self: stretch;
    justify-items: end;
    overflow: hidden;
    contain: paint;
    padding: 0;
    background: rgba(23, 16, 17, 0.52);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 200ms ease, visibility 200ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .nav-mobile-panel {
    display: flex;
    width: min(540px, calc(100% - clamp(30px, 8vw, 82px)));
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    padding: clamp(24px, 4vw, 42px) clamp(18px, 4vw, 34px) 38px;
    border: 1px solid rgba(36, 27, 28, 0.1);
    border-right: 0;
    border-radius: 32px 0 0 0;
    background:
      radial-gradient(circle at 92% 6%, rgba(173, 143, 133, 0.2), transparent 20rem),
      linear-gradient(155deg, #fffdf9, #f3ebe3 72%, #eee2d7);
    box-shadow: -24px 0 70px rgba(25, 17, 18, 0.22);
    overscroll-behavior: contain;
    transform: translateX(34px);
    transition: transform 220ms ease;
  }

  .primary-nav.is-open .nav-mobile-panel {
    transform: none;
  }

  .nav-list {
    width: 100%;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 17px;
    border: 1px solid rgba(36, 27, 28, 0.1);
    border-radius: 17px;
    background: rgba(255, 253, 249, 0.58);
    font-family: var(--sans);
    font-size: clamp(0.96rem, 2.3vw, 1.08rem);
    font-weight: 720;
    letter-spacing: 0.01em;
    text-transform: none;
  }

  .nav-list a::after {
    position: static;
    display: block;
    width: auto;
    height: auto;
    background: none;
    color: var(--tomato);
    content: "↗";
    font-size: 0.92rem;
    opacity: 0.72;
    transform: none;
  }

  .nav-label-stacked {
    gap: 0.04em;
    justify-items: start;
    text-align: left;
  }

  .nav-mobile-utility {
    display: grid;
    width: 100%;
    gap: 16px;
    margin: 22px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(36, 27, 28, 0.12);
  }

  .nav-mobile-language {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    padding: 11px 12px 11px 16px;
    border: 1px solid rgba(36, 27, 28, 0.1);
    border-radius: 17px;
    background: rgba(255, 253, 249, 0.62);
  }

  .nav-mobile-language-label {
    color: var(--ink-soft);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .nav-mobile-language .language-switcher {
    justify-self: end;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-mobile-language .language-switcher a {
    min-width: 42px;
    min-height: 38px;
    font-size: 0.68rem;
  }

  .nav-mobile-book {
    width: 100%;
  }

  .nav-mobile-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--ink-soft);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    flex-wrap: wrap;
  }

  .nav-mobile-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
  }

  .nav-mobile-contacts a[href^="https://wa.me/"] {
    --whatsapp-icon-size: 16px;
    color: var(--whatsapp-green-dark);
  }

  .header-actions {
    position: relative;
    z-index: 2;
    justify-self: end;
  }

  .brand {
    position: relative;
    z-index: 2;
  }

  .header-book {
    display: none;
  }

  .menu-toggle {
    display: block;
    border-radius: 16px;
    background: rgba(255, 253, 249, 0.82);
    box-shadow: 0 8px 22px rgba(36, 27, 28, 0.08);
  }

  .menu-toggle[aria-expanded="true"] {
    border-color: var(--ink);
    background: var(--ink);
  }

  .menu-toggle[aria-expanded="true"]::before,
  .menu-toggle[aria-expanded="true"]::after {
    background: var(--paper);
  }

  .hero-grid,
  .page-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(370px, 1.05fr);
    gap: 45px;
  }

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

  .journey-card:nth-child(1),
  .journey-card:nth-child(5) {
    transform: none;
  }

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

  .footer-main {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 28px, 680px);
  }

  body {
    font-size: 16px;
  }

  .brand-copy {
    display: grid;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero::after,
  .hero-media::before,
  .hero-photo-note {
    display: none;
  }

  .page-hero::before {
    display: none;
  }

  .hero-grid,
  .page-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 52px;
  }

  .hero-media {
    min-height: 510px;
  }

  .hero-media img {
    border-radius: 180px 180px 24px 24px;
  }

  .hero-stamp {
    bottom: 26px;
    left: 18px;
    width: 118px;
    height: 118px;
    font-size: 0.58rem;
  }

  .page-hero-media {
    height: 540px;
  }

  .intro-grid,
  .split-grid,
  .cta-panel-inner,
  .contact-card-large {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .map-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .map-shell {
    min-height: 560px;
  }

  .map-consent {
    left: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
  }

  .journey-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-pair {
    grid-template-columns: 1fr 1fr;
  }

  .photo-pair img:first-child,
  .photo-pair img:last-child {
    height: 480px;
  }

  .photo-grid {
    grid-auto-rows: 240px;
  }

  .contact-image {
    max-height: 500px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .footer-business {
    grid-template-areas:
      "credit credit"
      "copyright vat"
      "pec pec";
    grid-template-columns: max-content minmax(0, 1fr);
  }

  .footer-business > :first-child,
  .footer-business > :nth-child(3) {
    border-bottom: 1px solid rgba(247, 242, 235, 0.1);
  }

  .footer-business > :nth-child(3) {
    border-right: 0;
  }

  .cookie-note {
    max-width: none;
    min-height: auto;
    padding: 18px 20px;
    border: 1px solid rgba(247, 242, 235, 0.11);
    text-align: left;
  }

  .back-to-top {
    right: max(18px, env(safe-area-inset-right));
    bottom: calc(82px + env(safe-area-inset-bottom));
  }

  .back-to-top.is-docked {
    align-self: flex-end;
    margin-inline-start: 0;
  }

  .floating-whatsapp {
    left: max(18px, env(safe-area-inset-left));
    bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .floating-book {
    display: inline-flex;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: clamp(3.1rem, 9vw, 3.45rem);
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 3.8rem);
  }

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

  .section {
    padding: 78px 0;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

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

  .header-actions {
    gap: 7px;
  }

  .header-inner {
    gap: 12px;
  }

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

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

  .brand-tagline {
    margin-top: 4px;
    font-size: 0.5rem;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .nav-mobile-language .language-switcher a {
    min-width: 40px;
    min-height: 38px;
    font-size: 0.66rem;
  }

  .hero-copy {
    padding-block: 5px;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-kicker {
    display: grid;
    gap: 7px;
  }

  .hero-kicker span:not(:last-child)::after {
    display: none;
  }

  .page-hero-media {
    height: 440px;
  }

  .page-hero-media img {
    border-radius: 160px 160px 20px 20px;
  }

  .facts-row,
  .journey-grid,
  .service-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .fact {
    padding: 24px 0;
  }

  .fact + .fact {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .journey-card {
    min-height: 450px;
  }

  .photo-pair {
    grid-template-columns: 1fr;
  }

  .photo-pair img:first-child,
  .photo-pair img:last-child {
    height: 430px;
  }

  .photo-grid {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .photo-grid figure,
  .photo-grid figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }

  .photo-grid figure:nth-child(1),
  .photo-grid figure:nth-child(5) {
    aspect-ratio: 4 / 3;
  }

  .cta-panel {
    padding: 44px 26px;
    border-radius: 24px;
  }

  .contact-card-large {
    grid-column: auto;
  }

  .map-shell {
    min-height: 530px;
    border-radius: 26px;
  }

  .map-consent {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 26px 22px;
    border-radius: 22px;
  }

  .map-preview-cue {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 22px;
    padding: 9px 12px 9px 9px;
    border-radius: 18px;
  }

  .map-preview-graphic {
    width: 62px;
    height: 62px;
    border-radius: 13px;
  }

  .map-preview-graphic::before {
    top: 36px;
    left: 5px;
    width: 52px;
  }

  .map-preview-pin {
    top: 11px;
    left: 31px;
    width: 23px;
    height: 23px;
  }

  .map-preview-copy strong {
    font-size: 0.74rem;
  }

  .map-preview-copy span {
    font-size: 0.72rem;
  }

  .map-consent h3 {
    font-size: clamp(2.2rem, 12vw, 3.1rem);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 58px;
  }

  .footer-brand {
    grid-column: auto;
    padding: 26px;
    border-radius: 28px;
  }

  .footer-main > div:not(.footer-brand) {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .footer-brand img {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
    border-radius: 22px;
  }

  .footer-bottom {
    margin-bottom: 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .footer-business {
    grid-template-areas:
      "credit"
      "copyright"
      "vat"
      "pec";
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .footer-business > .site-credit {
    justify-content: center;
    font-size: 0.82rem;
    line-height: 1.45;
    text-align: center;
  }

  .footer-business > * {
    width: 100%;
    min-height: 50px;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(247, 242, 235, 0.1);
  }

  .footer-business > :first-child,
  .footer-business > :nth-child(3) {
    border-right: 0;
  }

  .footer-business > :last-child {
    border-bottom: 0;
  }

  .cookie-note {
    padding: 17px 16px;
  }

  .image-lightbox {
    grid-template-columns: repeat(3, minmax(52px, 1fr));
    grid-template-rows: minmax(0, 1fr) auto;
    justify-content: center;
    gap: 14px 20px;
    width: calc(100vw - 24px);
  }

  .image-lightbox figure {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .image-lightbox img {
    max-height: 78svh;
    border-radius: 18px;
  }

  .image-lightbox figcaption {
    padding-inline: 42px;
    font-size: 0.75rem;
  }

  .lightbox-close {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    width: 48px;
    height: 48px;
  }

  .lightbox-nav {
    width: 46px;
    height: 46px;
    background: rgba(36, 27, 28, 0.82);
  }

  .lightbox-previous {
    grid-column: 1;
    grid-row: 2;
  }

  .lightbox-next {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (max-width: 360px) {
  :root {
    --container: calc(100% - 24px);
  }

  .page-hero h1 {
    font-size: clamp(2.65rem, 14vw, 3rem);
  }

  .button {
    padding-inline: 17px;
    letter-spacing: 0.065em;
  }

  .breadcrumb {
    font-size: 0.68rem;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero-grid {
    padding-block: 26px;
  }

  .hero-copy {
    padding-block: 0;
  }

  .home-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(4.1rem, 5.3vw, 4.8rem);
  }

  .home-hero .lead {
    font-size: 1.18rem;
    line-height: 1.42;
  }

  .home-hero .button-row {
    margin-top: 24px;
  }

  .hero-kicker {
    margin-top: 26px;
  }

  .hero-media {
    min-height: calc(100svh - 142px);
  }

  .page-hero-grid {
    padding-block: 34px;
  }

  .page-hero h1 {
    font-size: clamp(3.5rem, 5vw, 4.8rem);
  }

  .page-hero-media {
    height: calc(100svh - 155px);
  }

  .breadcrumb {
    margin-bottom: 24px;
  }
}

@media (max-width: 900px) and (max-height: 500px) {
  :root {
    --header-height: 64px;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .primary-nav {
    top: var(--header-height);
    height: calc(100dvh - var(--header-height));
    padding-top: 22px;
  }

  .nav-list a {
    padding-block: 12px;
    font-size: clamp(1.35rem, 4.5vw, 1.8rem);
  }

  .hero-grid,
  .page-hero-grid {
    gap: 28px;
    padding-block: 32px;
  }

  .page-hero h1 {
    font-size: clamp(2.6rem, 6.8vw, 3.1rem);
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .hero-media,
  .page-hero-media {
    min-height: 0;
    height: 360px;
  }

  .button-row {
    margin-top: 24px;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .js .reveal,
  .js .reveal-stagger > * {
    opacity: 1;
    transform: none;
  }

  .site-header {
    view-transition-name: none;
  }
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}


.seo-copy-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 18%, rgba(173, 143, 133, 0.18), transparent 25rem),
    linear-gradient(135deg, rgba(255, 253, 249, 0.92), rgba(238, 228, 218, 0.92));
}

.seo-copy-section::after {
  position: absolute;
  top: 16%;
  right: -100px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(36, 27, 28, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.seo-copy-section .intro-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.seo-copy-section .copy-stack {
  max-width: 780px;
}

.seo-copy-section .copy-stack > p:not(:last-child) {
  margin-bottom: 20px;
}

.seo-related {
  color: var(--ink);
  font-size: 0.96rem;
}

.seo-related a {
  font-weight: 750;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
}

.seo-related a:hover {
  text-decoration-thickness: 3px;
}

/* Modern visual system */

body {
  background:
    radial-gradient(circle at 8% 4%, rgba(173, 143, 133, 0.12), transparent 30rem),
    linear-gradient(180deg, #faf7f3 0%, var(--paper) 32%, #f1e8df 100%);
  font-size: 16.5px;
  line-height: 1.64;
  letter-spacing: -0.008em;
}

h1,
h2,
h3 {
  font-weight: 680;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.15rem, 5.8vw, 6.15rem);
}

h2 {
  font-size: clamp(2.45rem, 4.55vw, 4.65rem);
}

h3 {
  font-size: clamp(1.45rem, 2.25vw, 2.1rem);
  line-height: 1.06;
}

.lead {
  max-width: 720px;
  font-family: var(--sans);
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  font-weight: 430;
  line-height: 1.58;
  letter-spacing: -0.022em;
}

.headline-accent {
  font-style: normal;
  font-weight: 520;
}

.section {
  position: relative;
  isolation: isolate;
  padding: clamp(84px, 9vw, 138px) 0;
}

.section > .container,
.section > .narrow {
  position: relative;
  z-index: 1;
}

.section-white {
  border-block: 1px solid rgba(36, 27, 28, 0.06);
  background:
    radial-gradient(circle at 96% 8%, rgba(230, 201, 194, 0.3), transparent 27rem),
    radial-gradient(circle at 8% 90%, rgba(211, 168, 90, 0.08), transparent 25rem),
    rgba(255, 253, 249, 0.94);
}

.section-dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(173, 143, 133, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 90%, rgba(185, 75, 56, 0.11), transparent 25rem),
    linear-gradient(145deg, #1a1415 0%, var(--ink) 58%, #2d2121 100%);
}

.section-dark::before {
  position: absolute;
  z-index: 0;
  top: -180px;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(247, 242, 235, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

/* Official Donna Anna logo used as a subtle watermark inside decorative circles. */
.home-hero::before,
.home-hero::after,
.cta-panel::after,
.seo-copy-section::after,
.section-dark::before {
  background-image: url("../../images/logo-donna-anna.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: saturate(0.72) contrast(0.94);
  pointer-events: none;
}

.home-hero::before {
  border-color: rgba(230, 201, 194, 0.88);
  opacity: 0.13;
}

.home-hero::after {
  border-color: rgba(230, 201, 194, 0.82);
  opacity: 0.08;
}

.cta-panel::after {
  border-color: rgba(255, 253, 249, 0.9);
  opacity: 0.18;
}

.seo-copy-section::after {
  border-color: rgba(36, 27, 28, 0.72);
  opacity: 0.09;
}

.section-dark::before {
  border-color: rgba(247, 242, 235, 0.78);
  opacity: 0.1;
}

.section-rose {
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 253, 249, 0.25), transparent 22rem),
    linear-gradient(135deg, #b7988e 0%, var(--rose) 58%, #9f8077 100%);
}

.eyebrow {
  gap: 9px;
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(36, 27, 28, 0.08);
  border-radius: 999px;
  background: rgba(185, 75, 56, 0.07);
  font-size: 0.68rem;
  letter-spacing: 0.145em;
}

.eyebrow::before {
  width: 18px;
}

.section-dark .eyebrow,
.home-hero .eyebrow,
.page-hero .eyebrow,
.contact-card-large .eyebrow {
  border-color: rgba(247, 242, 235, 0.14);
  background: rgba(247, 242, 235, 0.07);
}

.button {
  min-height: 54px;
  padding-inline: 24px;
  border-radius: 16px;
  box-shadow: 0 9px 24px rgba(36, 27, 28, 0.08);
  letter-spacing: 0.065em;
}

.button:hover {
  box-shadow: 0 14px 30px rgba(36, 27, 28, 0.14);
}

.site-header {
  background: rgba(250, 247, 243, 0.88);
  box-shadow: 0 10px 38px rgba(36, 27, 28, 0.055);
  backdrop-filter: blur(20px) saturate(135%);
}

.site-header.is-scrolled {
  background: rgba(250, 247, 243, 0.97);
}

.brand-name {
  font-weight: 700;
  letter-spacing: -0.045em;
}

.nav-list a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-family: var(--font-modern);
  font-size: 0.7rem;
  letter-spacing: 0.055em;
  line-height: 1.1;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-list .nav-label-stacked {
  min-width: max-content;
}

.nav-list a::after {
  display: none;
}

.nav-list a:hover {
  background: var(--paper-deep);
  transform: translateY(-1px);
}

.nav-list a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

.language-switcher {
  border-color: rgba(36, 27, 28, 0.14);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 7px 18px rgba(36, 27, 28, 0.06);
}

.home-hero {
  background:
    radial-gradient(circle at 78% 16%, rgba(173, 143, 133, 0.22), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(185, 75, 56, 0.1), transparent 26rem),
    linear-gradient(145deg, #181213 0%, var(--ink) 58%, #302323 100%);
}

.hero-media img,
.page-hero-media img {
  border-radius: clamp(30px, 4vw, 56px) clamp(30px, 4vw, 56px) clamp(90px, 12vw, 170px) clamp(30px, 4vw, 56px);
}

.hero-photo-note {
  border-radius: 24px;
  background: rgba(27, 20, 21, 0.78);
  box-shadow: var(--shadow-lift);
  backdrop-filter: blur(18px) saturate(125%);
}

.page-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(173, 143, 133, 0.18), transparent 30rem),
    linear-gradient(145deg, #181213 0%, var(--ink) 62%, #302323 100%);
}

.intro-grid,
.split-grid {
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
}

.intro-grid > *,
.split-grid > * {
  min-width: 0;
}

.facts-row {
  gap: 14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fact {
  --fact-accent: var(--tomato);
  --fact-tint: rgba(185, 75, 56, 0.1);
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 184px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 28px 24px 24px;
  border: 1px solid rgba(36, 27, 28, 0.1);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 253, 249, 0.98), var(--fact-tint));
  box-shadow: 0 16px 38px rgba(45, 30, 28, 0.09);
}

.facts-row .fact + .fact {
  border: 1px solid rgba(36, 27, 28, 0.1);
}

.fact:nth-child(2) {
  --fact-accent: var(--teal);
  --fact-tint: rgba(8, 124, 122, 0.09);
}

.fact:nth-child(3) {
  --fact-accent: var(--rose);
  --fact-tint: rgba(173, 143, 133, 0.15);
}

.fact::before {
  position: absolute;
  top: 0;
  left: 24px;
  width: 48px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--fact-accent);
  content: "";
}

.fact::after {
  position: absolute;
  z-index: -1;
  top: 18px;
  right: 18px;
  width: 50px;
  height: 50px;
  border: 1px solid color-mix(in srgb, var(--fact-accent) 28%, transparent);
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--fact-accent) 9%, transparent);
  background-image:
    linear-gradient(rgba(255, 253, 249, 0.62), rgba(255, 253, 249, 0.62)),
    url("../../images/logo-donna-anna.jpg");
  background-position: center, center 46%;
  background-repeat: no-repeat;
  background-size: cover, 145%;
  box-shadow: 0 0 0 9px color-mix(in srgb, var(--fact-accent) 4%, transparent);
  content: "";
  filter: saturate(0.58) contrast(0.92);
}

.fact strong {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  font-size: clamp(1.55rem, 1.9vw, 2rem);
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.fact > span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(36, 27, 28, 0.11);
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.45;
}

.fact strong.hours-range,
.contact-value .hours-range {
  display: inline-flex;
  align-items: center;
  gap: 0.34em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.hours-range time {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.hours-separator {
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  flex: 0 0 0.2em;
  border-radius: 50%;
  background: var(--tomato);
  box-shadow: 0 0 0 0.12em color-mix(in srgb, var(--tomato) 16%, transparent);
}

@media (min-width: 901px) and (max-width: 1180px) {
  .facts-row {
    grid-template-columns: 1fr;
  }

  .fact {
    min-height: 138px;
    padding: 24px;
  }
}

.journey-head,
.map-heading {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.journey-grid,
.service-grid {
  gap: clamp(16px, 2vw, 24px);
}

.journey-card {
  min-height: 510px;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.journey-card-content {
  padding: 34px;
}

.journey-card .time,
.service-number {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 760;
}

.journey-card .time {
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(247, 242, 235, 0.22);
  border-radius: 999px;
  background: rgba(20, 14, 15, 0.86);
  color: var(--rose-light);
  line-height: 1.25;
  text-shadow: none;
}

.service-card {
  border-color: rgba(36, 27, 28, 0.09);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-soft);
}

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

.service-card-media {
  aspect-ratio: 5 / 3.7;
}

.service-card-copy {
  padding: clamp(26px, 3vw, 36px);
}

.service-number {
  margin-bottom: 24px;
  padding: 7px 10px;
  border: 1px solid rgba(36, 27, 28, 0.08);
  border-radius: 999px;
  background: rgba(185, 75, 56, 0.07);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.feature-list {
  gap: 12px;
}

.feature-list li,
.feature-list li:first-child {
  padding: 22px 24px 22px 54px;
  border: 1px solid rgba(36, 27, 28, 0.09);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.62);
}

.feature-list li::before {
  top: 29px;
  left: 25px;
}

.feature-list strong {
  font-weight: 680;
  letter-spacing: -0.025em;
}

.section-dark .feature-list li,
.section-dark .feature-list li:first-child {
  border-color: rgba(247, 242, 235, 0.13);
  background: rgba(247, 242, 235, 0.055);
}

.photo-pair img,
.photo-grid figure {
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.faq-list {
  display: grid;
  gap: 12px;
  border-top: 0;
}

.faq-list details {
  padding-inline: 22px;
  border: 1px solid rgba(36, 27, 28, 0.1);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
  box-shadow: 0 10px 28px rgba(45, 30, 28, 0.045);
}

.faq-list summary {
  font-family: var(--sans);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.cta-panel {
  border: 1px solid rgba(36, 27, 28, 0.1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 253, 249, 0.34), transparent 18rem),
    linear-gradient(135deg, #c3a49a 0%, var(--rose) 60%, #9c7d75 100%);
  box-shadow: var(--shadow-lift);
}

.cta-panel .button:not(.button-primary):not(.button-light):not(.button-outline-light):not(.button-whatsapp) {
  border-color: rgba(36, 27, 28, 0.78);
  background: rgba(255, 253, 249, 0.24);
  color: var(--ink);
}

.cta-panel .button:not(.button-primary):not(.button-light):not(.button-outline-light):not(.button-whatsapp):hover,
.cta-panel .button:not(.button-primary):not(.button-light):not(.button-outline-light):not(.button-whatsapp):focus-visible {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.contact-card {
  border-color: rgba(36, 27, 28, 0.09);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow-soft);
}

.contact-card-large {
  background:
    radial-gradient(circle at 78% 18%, rgba(173, 143, 133, 0.19), transparent 22rem),
    linear-gradient(145deg, #191314, var(--ink));
}

.contact-image,
.map-shell {
  border-radius: 32px;
}

.map-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(173, 143, 133, 0.18), transparent 25rem),
    linear-gradient(180deg, #f1e9e2, #eae0d7);
}

.seo-copy-section .intro-grid {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(36, 27, 28, 0.1);
  border-radius: 30px;
  background: rgba(255, 253, 249, 0.68);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
}

.site-footer {
  background:
    radial-gradient(circle at 88% -8%, rgba(173, 143, 133, 0.22), transparent 31rem),
    radial-gradient(circle at 4% 96%, rgba(102, 64, 69, 0.22), transparent 28rem),
    linear-gradient(145deg, #151011, #201819 58%, #2c2021);
}

.footer-brand img {
  border: 1px solid rgba(247, 242, 235, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.footer-brand .youritaly-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.footer-brand .youritaly-badge:hover,
.footer-brand .youritaly-badge:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.footer-brand .youritaly-badge img {
  width: 140px;
  height: 39px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .nav-list a,
  .nav-list a:hover {
    display: flex;
    width: 100%;
    min-height: 56px;
    padding: 13px 17px;
    border-radius: 17px;
    background: rgba(255, 253, 249, 0.72);
    color: var(--ink);
    font-size: clamp(1rem, 2.4vw, 1.1rem);
    line-height: 1.2;
    white-space: normal;
    transform: none;
  }

  .nav-list a[aria-current="page"] {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--paper);
    box-shadow: 0 12px 30px rgba(36, 27, 28, 0.14);
  }

  .nav-list a::after {
    display: block;
  }

  .nav-list a[aria-current="page"]::after {
    color: var(--rose-light);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .intro-grid,
  .split-grid {
    align-items: start;
    gap: 40px;
  }

  .journey-card {
    min-height: 470px;
  }

  .hero-media img,
  .page-hero-media img {
    border-radius: 28px 28px 100px 28px;
  }
}

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

  h1 {
    font-size: clamp(2.75rem, 12vw, 3.45rem);
  }

  h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.15rem);
  }

  .page-hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.15rem);
  }

  .section {
    padding: 72px 0;
  }

  .eyebrow {
    margin-bottom: 18px;
  }

  .button {
    border-radius: 14px;
  }

  .facts-row {
    gap: 12px;
    padding: 0;
    border-radius: 20px;
  }

  .fact {
    min-height: 154px;
    padding: 24px 22px 22px;
    border-radius: 20px;
  }

  .journey-card,
  .service-card,
  .contact-card,
  .photo-pair img,
  .photo-grid figure {
    border-radius: 22px;
  }

  .journey-card-content {
    padding: 28px;
  }

  .feature-list li,
  .feature-list li:first-child {
    padding: 20px 18px 20px 48px;
  }

  .feature-list li::before {
    top: 27px;
    left: 21px;
  }

  .faq-list details {
    padding-inline: 18px;
    border-radius: 16px;
  }

  .cta-panel,
  .seo-copy-section .intro-grid {
    border-radius: 24px;
  }

  .seo-copy-section .intro-grid {
    padding: 28px 22px;
  }
}

@media (max-width: 360px) {
  .button {
    padding-inline: 17px;
  }

  .nav-mobile-utility,
  .nav-mobile-language,
  .nav-mobile-book,
  .nav-mobile-contacts {
    min-width: 0;
  }

  .nav-mobile-language {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }

  .nav-mobile-language-label {
    text-align: center;
  }

  .nav-mobile-language .language-switcher {
    width: 100%;
    justify-self: stretch;
    justify-content: center;
  }

  .nav-mobile-book {
    padding-inline: 12px;
    font-size: 0.74rem;
    white-space: normal;
  }

  .nav-mobile-contacts {
    gap: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }
}
