:root {
  --bg: #f7f4ee;
  --bg-soft: #fdfbf8;
  --text: #1c1a18;
  --muted: #6f6a63;
  --line: rgba(28, 26, 24, 0.12);
  --accent: #b79c6a;
  --dark: #111111;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  --radius: 26px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.5;
  padding-bottom: 24px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

/* ANCORE MENU */
#boutique {
  scroll-margin-top: 155px;
}

#fragranze {
  scroll-margin-top: 92px;
}

#contatti,
#recensioni {
  scroll-margin-top: 110px;
}

/* TOPBAR */
.topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  position: relative;
  border-bottom: 1px solid rgba(120, 104, 72, 0.16);
  background-color: #e7dcc7;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(0,0,0,0.03)),
    repeating-linear-gradient(
      to bottom,
      rgba(0,0,0,0) 0 28px,
      rgba(164, 142, 100, 0.18) 28px 30px
    ),
    repeating-linear-gradient(
      to right,
      rgba(0,0,0,0) 0 78px,
      rgba(164, 142, 100, 0.14) 78px 80px
    ),
    repeating-linear-gradient(
      to right,
      rgba(0,0,0,0) 0 78px,
      rgba(164, 142, 100, 0.14) 78px 80px
    ),
    linear-gradient(180deg, #e8dec9 0%, #e2d5bd 100%);
  background-size:
    100% 100%,
    100% 30px,
    156px 60px,
    156px 60px,
    100% 100%;
  background-position:
    0 0,
    0 0,
    0 0,
    39px 30px,
    0 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.10) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 34%, rgba(255,255,255,0.07) 0 1px, transparent 2px),
    radial-gradient(circle at 45% 72%, rgba(0,0,0,0.025) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 66%, rgba(0,0,0,0.02) 0 1px, transparent 2px);
  opacity: 0.22;
}

.nav {
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.nav-with-title {
  display: grid;
  grid-template-columns: 330px minmax(220px, 360px) auto auto;
  align-items: center;
  column-gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  height: 100%;
}

.brand img {
  height: 112px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.10));
}

/* LOGO CENTRALE IMMAGINE */
.header-brand-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.header-brand-image a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-brand-logo {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  max-height: 108px;
  object-fit: contain;
}

/* SWITCH LINGUA */
.lang-switch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(28, 26, 24, 0.14);
  background: rgba(255, 255, 255, 0.65);
  color: #6e1020;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: 0.25s ease;
  white-space: nowrap;
}

.lang-link:hover {
  background: #6e1020;
  color: #ffffff;
  border-color: #6e1020;
  transform: translateY(-1px);
}

.menu {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.menu a:hover {
  color: var(--text);
}

/* BOTTONI */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: 0.25s ease;
  cursor: pointer;
}

.btn-dark {
  background: var(--dark);
  color: var(--white);
}

.btn-dark:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.btn-light {
  background: rgba(255, 255, 255, 0.70);
  border-color: var(--line);
  color: var(--text);
}

/* HERO */
.hero {
  padding: 40px 0 26px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.hero-copy {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.80));
  border: 1px solid rgba(255, 255, 255, 0.60);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  padding: 54px;
  position: relative;
  overflow: hidden;
}

.hero-copy::before {
  content: '';
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 156, 106, 0.18), rgba(183, 156, 106, 0));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
}

.eyebrow::before {
  content: '';
  width: 42px;
  height: 1px;
  background: var(--accent);
}

.hero-title-large {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 10ch;
  color: #111111;
  font-weight: 700;
}

.hero-main-text {
  margin-top: 28px;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.8;
  max-width: 58ch;
}

.hero-visual {
  position: relative;
  min-height: 680px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.52) 100%);
}

.hero-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: #fff;
  backdrop-filter: blur(14px);
  font-size: 1.02rem;
  font-weight: 500;
}

/* SEZIONI */
.section {
  padding: 84px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 28px;
  align-items: center;
}

.intro-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
}

.intro-card h2 {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  color: #111111;
}

.intro-card p {
  color: var(--muted);
  font-size: 1.12rem;
  max-width: 58ch;
  line-height: 1.8;
}

.media-stack img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.gallery-grid .large {
  grid-column: span 7;
  min-height: 500px;
}

.gallery-grid .small {
  grid-column: span 5;
  min-height: 241px;
}

.quote-box {
  margin-bottom: 34px;
  text-align: center;
}

.quote-title {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #111111;
}

/* CONTATTI */
.contact-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.contact-left {
  background: linear-gradient(135deg, #111111, #26211d 58%, #8e7751);
  color: #fff;
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.contact-left .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.contact-left .eyebrow::before {
  background: #d2b07a;
}

.contact-info-list {
  display: grid;
  gap: 16px;
  margin-top: 10px;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 18px 20px;
}

.contact-info-label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 8px;
}

.contact-info-value {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 600;
  word-break: break-word;
}

.contact-main-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.social-card {
  min-height: 145px;
  border-radius: 24px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  box-shadow: var(--shadow);
  transition: 0.25s ease;
}

.social-card:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

.instagram-card {
  background: linear-gradient(135deg, #5b2d91, #c13584, #f77737);
}

.tiktok-card {
  background: linear-gradient(135deg, #111111, #1f1f1f, #323232);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.social-card strong {
  font-size: 1.35rem;
}

.social-card span {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.86);
}

.contact-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* MAPPA CLICCABILE */
.streetview-box {
  position: relative;
  height: 100%;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #ddd;
}

.streetview-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
  text-decoration: none;
}

.streetview-link img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.streetview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.48) 100%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.streetview-card {
  max-width: 430px;
  background: rgba(17, 17, 17, 0.62);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  padding: 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.streetview-label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
}

.streetview-card h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.streetview-card p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 14px;
}

.streetview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.streetview-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.streetview-pill.light {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.streetview-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.95rem;
}

/* RECENSIONI */
.reviews {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.96), rgba(31, 28, 24, 0.96));
  color: var(--white);
  border-radius: 34px;
  padding: 46px;
  box-shadow: var(--shadow);
}

.reviews h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 14px;
}

.reviews p.lead {
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin-bottom: 28px;
}

.reviews-slider-wrap {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.reviews-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.reviews-nav {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  transition: 0.25s ease;
  flex: 0 0 auto;
}

.reviews-nav:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.12);
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 26px;
  backdrop-filter: blur(8px);
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  font-size: 1.1rem;
  color: #f4d27c;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}

.review-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 14px;
  font-size: 1.02rem;
  line-height: 1.7;
}

.review-card strong {
  color: #fff;
  font-size: 0.95rem;
}

.reviews-footer-link {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}

/* POPUP SCONTO */
.discount-popup {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 99999;
}

.discount-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: none;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: 0.25s ease;
}

.discount-toggle:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.discount-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  background: #111111;
  color: #ffffff;
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  display: none;
}

.discount-box.open {
  display: block;
}

.discount-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

.discount-box h3 {
  font-size: 1.35rem;
  line-height: 1.1;
  margin-bottom: 12px;
  max-width: 240px;
}

.discount-box p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 16px;
}

.discount-socials {
  display: grid;
  gap: 10px;
}

.discount-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  background: #b79c6a;
  color: #111111;
  font-weight: 700;
  text-align: center;
  padding: 0 14px;
}

.discount-socials a:hover {
  opacity: 0.92;
}

/* FOOTER */
.footer {
  position: relative;
  z-index: 5;
  padding: 34px 0 28px;
  border-top: 1px solid var(--line);
  color: #1c1a18;
  background: #f7f4ee;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-links a,
.footer-links button {
  display: inline-flex;
  align-items: center;
  color: #1c1a18;
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 4px 0;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #000000;
}

/* COOKIE */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3000;
  background: rgba(17, 17, 17, 0.96);
  color: #fff;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
  padding: 22px;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.cookie-banner h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.cookie-banner p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  max-width: 78ch;
}

.cookie-banner p a {
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.btn-cookie {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.btn-cookie.primary {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.btn-cookie-dark {
  color: #111;
  border-color: rgba(0, 0, 0, 0.14);
}

.cookie-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal-backdrop.show {
  display: flex;
}

.cookie-modal {
  width: min(100%, 760px);
  background: #fff;
  color: #111;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
  padding: 28px;
}

.cookie-modal h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.cookie-modal p {
  color: var(--muted);
  margin-bottom: 20px;
}

.cookie-option {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.cookie-option strong {
  display: block;
  margin-bottom: 6px;
}

.cookie-option span {
  color: var(--muted);
  font-size: 0.95rem;
}

.switch {
  position: relative;
  width: 54px;
  height: 30px;
  flex: 0 0 auto;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.slider {
  position: absolute;
  inset: 0;
  background: #d6d1ca;
  border-radius: 999px;
  transition: .2s ease;
  cursor: pointer;
}

.slider:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 4px;
  top: 4px;
  background: #fff;
  border-radius: 50%;
  transition: .2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.switch input:checked + .slider {
  background: #111;
}

.switch input:checked + .slider:before {
  transform: translateX(24px);
}

.switch input:disabled + .slider {
  cursor: not-allowed;
  opacity: 0.7;
}

.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}

@media (max-width: 1280px) {
  .nav-with-title {
    grid-template-columns: 280px minmax(180px, 300px) auto auto;
    column-gap: 14px;
  }

  .header-brand-logo {
    max-width: 280px;
    max-height: 92px;
  }

  .lang-link {
    padding: 0 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .intro-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .gallery-grid .large,
  .gallery-grid .small {
    grid-column: span 12;
  }

  .hero-visual {
    min-height: 520px;
  }

  .streetview-box,
  .streetview-link,
  .streetview-link img {
    min-height: 420px;
  }

  .cookie-banner-inner {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .reviews-slider {
    grid-template-columns: 1fr;
  }

  .reviews-slider-wrap {
    grid-template-columns: 1fr;
  }

  .reviews-nav {
    display: none;
  }

  .reviews-footer-link {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nav-with-title {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .brand {
    justify-content: center;
  }

  .header-brand-image {
    order: 2;
  }

  .lang-switch {
    order: 3;
  }

  .menu {
    order: 4;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-brand-logo {
    max-width: 260px;
    max-height: 86px;
  }
}

@media (max-width: 780px) {
  body {
    padding-bottom: 92px;
  }

  #boutique,
  #fragranze,
  #contatti,
  #recensioni {
    scroll-margin-top: 86px;
  }

  .topbar {
    padding: 0;
  }

  .nav.nav-with-title {
    min-height: auto;
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    padding: 10px 0;
  }

  .nav {
    min-height: auto;
    justify-content: initial;
    gap: 0;
  }

  .brand {
    width: auto;
    justify-content: flex-start;
  }

  .brand img {
    height: 92px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .header-brand-image {
    order: 2;
    min-width: 0;
    justify-content: flex-start;
  }

  .header-brand-image a {
    justify-content: flex-start;
  }

  .header-brand-logo {
    width: 100%;
    max-width: 210px;
    max-height: 68px;
  }

  .lang-switch {
    justify-content: flex-end;
  }

  .lang-link {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .menu {
    display: none;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  .hero-visual {
    order: 1;
    min-height: 340px;
  }

  .hero-copy {
    order: 2;
  }

  .hero-copy,
  .intro-card,
  .reviews,
  .contact-left {
    padding: 30px 22px;
  }

  .section {
    padding: 62px 0;
  }

  .hero-title-large {
    max-width: 12ch;
  }

  .social-cards {
    grid-template-columns: 1fr;
  }

  .streetview-box,
  .streetview-link,
  .streetview-link img {
    min-height: 320px;
  }

  .streetview-overlay {
    padding: 16px;
  }

  .streetview-card {
    padding: 16px;
    border-radius: 18px;
  }

  .streetview-card h3 {
    font-size: 1.1rem;
  }

  .streetview-card p {
    font-size: 0.92rem;
  }

  .contact-main-actions {
    display: grid;
  }

  .discount-popup {
    left: 12px;
    bottom: 12px;
  }

  .discount-box {
    width: min(100vw - 24px, 340px);
  }

  .discount-toggle {
    width: 64px;
    height: 64px;
    font-size: 1.2rem;
  }

  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 18px;
  }

  .cookie-modal {
    padding: 22px;
  }

  .cookie-option {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer {
    padding: 24px 0 88px;
  }

  .footer-links {
    width: 100%;
  }
}