/*
Theme Name: Dui Matt
Theme URI: https://www.duimatt.it/
Author: Dui Matt
Description: Tema leggero e mobile-first per Dui Matt Ristorante Bar, con menu multilingue e fotografie dei piatti.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: dui-matt
*/

:root {
  --ink: #24201e;
  --muted: #6f6762;
  --paper: #fffdf8;
  --paper-deep: #f6f0e7;
  --wine: #8d2e3b;
  --wine-dark: #6f202c;
  --lavender: #6f6288;
  --dish-link: #1769aa;
  --line: rgba(36, 32, 30, 0.14);
  --shadow: 0 18px 50px rgba(74, 52, 43, 0.11);
  --radius: 1.25rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 12%, rgba(111, 98, 136, 0.09), transparent 22rem),
    radial-gradient(circle at 100% 72%, rgba(141, 46, 59, 0.07), transparent 25rem),
    var(--paper);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.7rem 1rem;
  border-radius: 0.6rem;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}

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

.wrap {
  width: min(100% - 2rem, 68rem);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 0.5rem;
  text-decoration: none;
}

.brand strong {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.brand span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.language-flags {
  position: fixed;
  z-index: 50;
  top: max(0.55rem, env(safe-area-inset-top));
  right: max(0.55rem, env(safe-area-inset-right));
  display: flex;
  gap: 0.22rem;
  padding: 0.28rem;
  border: 1px solid rgba(36, 32, 30, 0.12);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 8px 25px rgba(36, 32, 30, 0.18);
  backdrop-filter: blur(14px);
}

.language-flags button {
  display: grid;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.language-flags button:hover,
.language-flags button:focus-visible {
  background: var(--paper-deep);
  outline: 2px solid var(--wine);
  outline-offset: 1px;
}

.language-flags button[aria-pressed="true"] {
  background: rgba(141, 46, 59, 0.13);
  box-shadow: inset 0 0 0 2px var(--wine);
}

/* Homepage */
.home-page {
  min-height: 100%;
  background: #24130d;
  color: white;
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto auto 1fr;
  overflow: hidden;
}

.home-hero-picture,
.home-hero-picture img,
.home-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero-picture img {
  object-fit: cover;
  object-position: center;
}

.home-hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(24, 9, 5, 0.04) 0%, rgba(24, 9, 5, 0.19) 45%, rgba(24, 9, 5, 0.67) 100%),
    linear-gradient(90deg, rgba(24, 9, 5, 0.14), transparent 38%, rgba(24, 9, 5, 0.12));
}

.home-topbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  align-items: start;
  padding: max(0.55rem, env(safe-area-inset-top)) max(0.75rem, env(safe-area-inset-right)) 0.7rem max(0.75rem, env(safe-area-inset-left));
  gap: 0.45rem 0.8rem;
  border-bottom: 1px solid rgba(36, 32, 30, 0.13);
  background: rgba(255, 253, 248, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 30px rgba(24, 9, 5, 0.16);
  backdrop-filter: blur(16px);
}

.home-logo {
  display: block;
  width: 7rem;
  border-radius: 0.35rem;
  overflow: hidden;
}

.home-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-details {
  grid-column: 1 / -1;
  min-width: 0;
}

.home-details p,
.home-details address {
  margin: 0;
}

.home-motto {
  max-width: 50rem;
  margin-bottom: 0.25rem !important;
  color: var(--wine-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.83rem, 2.5vw, 1.05rem);
  font-style: italic;
  line-height: 1.35;
}

.home-details address {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-top: 0.38rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(141, 46, 59, 0.22);
  border-radius: 999px;
  color: var(--wine-dark);
  font-size: 0.72rem;
  font-weight: 850;
  gap: 0.35rem;
  text-decoration: none;
}

.google-rating span:first-child {
  color: #e6a300;
  font-size: 1rem;
}

.google-rating:hover,
.google-rating:focus-visible {
  border-color: var(--wine);
  background: var(--paper-deep);
}

.closure-banner {
  position: relative;
  z-index: 2;
  width: min(100% - 1rem, 62rem);
  margin: 0.65rem auto 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 0.85rem;
  background: rgba(105, 17, 62, 0.93);
  box-shadow: 0 12px 32px rgba(24, 9, 5, 0.24);
  color: white;
  text-align: center;
  backdrop-filter: blur(12px);
}

.closure-banner strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.closure-banner p {
  margin: 0;
  font-size: clamp(0.73rem, 2.25vw, 0.9rem);
  font-weight: 650;
  line-height: 1.38;
}

.home-center {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: center;
  justify-items: center;
  width: min(100% - 2rem, 64rem);
  margin: auto;
  padding: clamp(2rem, 8vh, 6rem) 0 max(2rem, env(safe-area-inset-bottom));
  text-align: center;
  text-shadow: 0 3px 22px rgba(24, 9, 5, 0.72);
}

.home-location {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.home-center h1 {
  max-width: 13ch;
  margin-bottom: 1.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 12vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.home-center h1 span {
  display: block;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  text-shadow: none;
}

.home-button {
  min-width: 8.75rem;
  min-height: 3.35rem;
  border-color: white;
  background: rgba(105, 17, 62, 0.94);
  box-shadow: 0 12px 28px rgba(24, 9, 5, 0.25);
}

.home-button:hover,
.home-button:focus-visible {
  background: var(--wine-dark);
}

.home-button.secondary {
  border-color: rgba(255, 255, 255, 0.88);
  background: rgba(24, 9, 5, 0.4);
  color: white;
}

.home-button.secondary:hover,
.home-button.secondary:focus-visible {
  background: rgba(24, 9, 5, 0.68);
}

.primary-nav {
  display: none;
  min-width: 0;
  margin-left: auto;
  gap: 0.25rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.primary-nav::-webkit-scrollbar {
  display: none;
}

.primary-nav a {
  flex: 0 0 auto;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a[aria-current="page"] {
  background: var(--paper-deep);
  color: var(--wine-dark);
}

main {
  min-height: 70vh;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(76vh, 45rem);
  align-items: center;
  padding-block: clamp(3.5rem, 10vw, 7.5rem);
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  width: clamp(10rem, 38vw, 26rem);
  aspect-ratio: 1;
  border: 1px solid rgba(111, 98, 136, 0.18);
  border-radius: 46% 54% 62% 38%;
  content: "";
}

.hero::before {
  top: 4%;
  right: -15%;
  background: radial-gradient(circle at 38% 35%, rgba(141, 46, 59, 0.15), rgba(111, 98, 136, 0.08) 35%, transparent 68%);
  transform: rotate(18deg);
}

.hero::after {
  bottom: -18%;
  left: -18%;
  background: radial-gradient(circle at 60% 42%, rgba(111, 98, 136, 0.16), rgba(205, 173, 99, 0.07) 36%, transparent 68%);
  transform: rotate(-25deg);
}

.hero-content {
  max-width: 50rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.8rem, 10vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
}

.lead {
  max-width: 43rem;
  margin-bottom: 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--wine);
  border-radius: 999px;
  background: var(--wine);
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.button:hover,
.button:focus-visible {
  background: var(--wine-dark);
}

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

.button.secondary:hover,
.button.secondary:focus-visible {
  background: var(--paper-deep);
}

.section {
  padding-block: clamp(3rem, 8vw, 6rem);
}

.section-heading {
  display: grid;
  margin-bottom: 1.7rem;
  gap: 0.45rem;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.section-heading p {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--muted);
}

.category-grid {
  display: grid;
  gap: 0.9rem;
}

.category-card {
  position: relative;
  display: grid;
  min-height: 11rem;
  align-content: end;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow);
  text-decoration: none;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease;
}

.category-card::after {
  position: absolute;
  top: -2rem;
  right: -1.5rem;
  width: 8rem;
  aspect-ratio: 1;
  border-radius: 60% 40% 55% 45%;
  background: radial-gradient(circle, var(--card-tint, rgba(141, 46, 59, 0.2)), transparent 68%);
  content: "";
  transform: rotate(25deg);
}

.category-card:hover,
.category-card:focus-visible {
  border-color: rgba(141, 46, 59, 0.42);
  transform: translateY(-3px);
}

.category-card .number {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  color: var(--wine);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.category-card h3 {
  margin-bottom: 0.3rem;
  font-size: 1.65rem;
  font-weight: 500;
}

.category-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.category-card:nth-child(2) {
  --card-tint: rgba(111, 98, 136, 0.22);
}

.category-card:nth-child(3) {
  --card-tint: rgba(181, 144, 63, 0.2);
}

.category-card:nth-child(4) {
  --card-tint: rgba(120, 72, 109, 0.2);
}

.quote-panel {
  padding: clamp(1.5rem, 5vw, 3.25rem);
  border: 1px solid rgba(141, 46, 59, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(141, 46, 59, 0.08), rgba(111, 98, 136, 0.08));
}

.quote-panel blockquote {
  max-width: 38ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 4vw, 2.6rem);
  line-height: 1.25;
}

.quote-panel p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.page-hero {
  position: relative;
  padding-block: clamp(3rem, 8vw, 6rem) clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
}

.page-hero::after {
  position: absolute;
  z-index: -1;
  top: -8rem;
  right: -5rem;
  width: 18rem;
  aspect-ratio: 1;
  border-radius: 48% 52% 44% 56%;
  background: radial-gradient(circle, rgba(111, 98, 136, 0.16), transparent 70%);
  content: "";
}

.page-hero h1 {
  margin-bottom: 0.5rem;
  font-size: clamp(3rem, 9vw, 5.5rem);
}

.page-hero p:last-child {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
}

.menu-section {
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.menu-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--line);
  gap: 1rem;
}

.menu-item h2 {
  margin: 0;
  font-size: clamp(1.25rem, 3.5vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.32;
}

.dish-photo-trigger {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--dish-link);
  font: inherit;
  text-align: left;
  cursor: pointer;
  gap: 0.35rem;
}

.dish-photo-trigger > span {
  text-decoration: underline;
  text-decoration-color: rgba(23, 105, 170, 0.36);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.dish-photo-trigger small {
  justify-self: start;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: rgba(23, 105, 170, 0.1);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dish-photo-trigger:hover,
.dish-photo-trigger:focus-visible {
  color: #0d4f84;
  outline: 2px solid rgba(23, 105, 170, 0.5);
  outline-offset: 0.35rem;
}

.dish-dialog {
  width: min(58rem, calc(100% - 1rem));
  max-width: none;
  max-height: calc(100svh - 1rem);
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: #151313;
  color: white;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.dish-dialog::backdrop {
  background: rgba(15, 12, 12, 0.82);
  backdrop-filter: blur(6px);
}

.dish-dialog figure {
  margin: 0;
}

.dish-dialog img {
  display: block;
  width: 100%;
  max-height: calc(100svh - 8rem);
  object-fit: contain;
  background: #151313;
}

.dish-dialog figcaption {
  padding: 0.9rem 3.5rem 1rem 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.9rem, 2.4vw, 1.1rem);
  line-height: 1.35;
}

.dish-dialog-close {
  position: absolute;
  z-index: 2;
  top: 0.65rem;
  right: 0.65rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(20, 16, 16, 0.78);
  color: white;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  place-items: center;
}

.dish-dialog-close:hover,
.dish-dialog-close:focus-visible {
  background: var(--wine-dark);
  outline: 2px solid white;
  outline-offset: 2px;
}

.price {
  min-width: max-content;
  padding-top: 0.18rem;
  color: var(--wine-dark);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: 0.01em;
}

.price-note {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.menu-note,
.transcription-note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--lavender);
  border-radius: 0 0.75rem 0.75rem 0;
  background: rgba(111, 98, 136, 0.08);
  color: var(--muted);
  font-size: 0.9rem;
}

.menu-note strong,
.transcription-note strong {
  color: var(--ink);
}

.prose {
  max-width: 46rem;
}

.prose p {
  margin-bottom: 1.2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2.6vw, 1.4rem);
  line-height: 1.65;
}

.cover-charge {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 1rem;
  font-weight: 750;
}

.legal-note {
  margin-top: 2rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-style: italic;
}

.next-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.6);
  color: var(--wine-dark);
  font-weight: 800;
  text-decoration: none;
}

.next-link:hover,
.next-link:focus-visible {
  border-color: rgba(141, 46, 59, 0.45);
  background: var(--paper-deep);
}

.site-footer {
  padding-block: 2.5rem 8.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.83rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
}

.footer-inner p {
  margin-bottom: 0;
}

.bottom-nav {
  position: fixed;
  z-index: 30;
  right: 0.65rem;
  bottom: 0.65rem;
  left: 0.65rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 35px rgba(36, 32, 30, 0.18);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.bottom-nav a {
  display: grid;
  min-width: 0;
  min-height: 3.55rem;
  place-items: center;
  padding: 0.45rem 0.15rem;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.bottom-nav a:hover,
.bottom-nav a:focus-visible,
.bottom-nav a[aria-current="page"] {
  background: var(--paper-deep);
  color: var(--wine-dark);
}

body[data-language="de"] .bottom-nav a,
body[data-language="nl"] .bottom-nav a {
  font-size: 0.57rem;
  letter-spacing: -0.015em;
}

@media (min-width: 36rem) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    min-height: 13rem;
    padding: 1.5rem;
  }

  .menu-item {
    padding-block: 1.45rem;
  }
}

@media (min-width: 52rem) {
  .language-flags button {
    width: 2rem;
    height: 2rem;
    font-size: 1.08rem;
  }

  .wrap {
    width: min(100% - 4rem, 68rem);
  }

  .header-inner {
    min-height: 5rem;
    padding-right: 11.75rem;
  }

  .primary-nav a {
    padding-inline: 0.9rem;
    font-size: 0.84rem;
  }

  .primary-nav {
    display: flex;
  }

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-card {
    min-height: 16rem;
  }

  .bottom-nav {
    display: none;
  }

  .site-footer {
    padding-bottom: 2.5rem;
  }

  .home-topbar {
    grid-template-columns: 9rem minmax(0, 1fr) 11rem;
    align-items: center;
    min-height: 8.5rem;
    padding: 0.65rem max(1.25rem, env(safe-area-inset-right)) 0.65rem max(1.25rem, env(safe-area-inset-left));
    gap: 1.25rem;
  }

  .home-logo {
    width: 9rem;
  }

  .home-details {
    grid-column: 2;
  }

  .home-details address {
    font-size: 0.78rem;
  }

  .closure-banner {
    margin-top: 0.9rem;
    padding: 0.75rem 1.4rem;
  }
}

@media (max-height: 46rem) and (max-width: 51.99rem) {
  .home-topbar {
    grid-template-columns: 5rem 1fr;
  }

  .home-logo {
    width: 5rem;
  }

  .home-motto {
    font-size: 0.76rem;
  }

  .home-center {
    padding-block: 1.5rem;
  }

  .home-center h1 {
    margin-bottom: 1rem;
    font-size: clamp(2.4rem, 10vw, 4rem);
  }
}

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

@media print {
  .site-header,
  .language-flags,
  .bottom-nav,
  .next-link,
  .site-footer {
    display: none;
  }

  body {
    background: white;
  }

  .page-hero {
    padding-block: 1rem 2rem;
  }
}
