:root {
  --ink: #342d27;
  --muted: #7b6f66;
  --line: #e8d9ca;
  --paper: #fbf4ec;
  --soft: #f3e6d8;
  --blush: #e6d1bd;
  --brand: #a87956;
  --brand-dark: #4b372c;
  --honey: #c59a43;
  --white: #ffffff;
  --rose-deep: #73533f;
  --shadow: 0 18px 45px rgba(75, 55, 44, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.58;
}

body.is-loaded .hero-copy,
body.is-loaded .hero-panel {
  animation: liftIn .85s ease both;
}

body.is-loaded .hero-panel {
  animation-delay: .14s;
}

a {
  color: inherit;
}

h1,
h2 {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin: 10px 0 18px;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .95;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

p {
  margin-top: 0;
}

.topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  background: linear-gradient(90deg, var(--brand-dark), var(--rose-deep));
  color: var(--white);
  font-size: 14px;
  padding: 9px 20px;
  text-align: center;
}

.topbar i,
.site-nav i,
.button i,
.nav-button i,
.tab i,
.site-footer i {
  margin-right: 7px;
}

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

.topbar-social a {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.topbar-social a:hover {
  background: rgba(255,255,255,.24);
  transform: translateY(-2px);
}

.topbar-social i {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(251, 244, 236, .95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(210px, 25vw, 330px);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--brand-dark);
  font-size: 16px;
  font-weight: 700;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.site-nav a.active {
  color: var(--brand-dark);
  background: var(--soft);
}

.site-nav a:hover {
  color: var(--brand-dark);
  background: rgba(243, 230, 216, .72);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  color: var(--brand-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font: inherit;
  box-shadow: 0 10px 24px rgba(75, 55, 44, .1);
}

.menu-toggle i {
  font-size: 22px;
}

.button,
.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border: 1px solid rgba(75, 55, 44, .2);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.site-nav .nav-button {
  border-radius: 999px;
  padding-inline: 15px;
}

.language-switch {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.language-switch a {
  min-height: 32px;
  padding: 0 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 850;
}

.language-switch .flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 5px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(75, 55, 44, .18);
}

.flag-de {
  background: linear-gradient(to bottom, #111 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

.flag-it {
  background: linear-gradient(to right, #009246 0 33.33%, #fff 33.33% 66.66%, #ce2b37 66.66%);
}

.flag-en {
  background:
    linear-gradient(45deg, transparent 42%, #cf142b 42% 58%, transparent 58%),
    linear-gradient(-45deg, transparent 42%, #cf142b 42% 58%, transparent 58%),
    linear-gradient(to bottom, transparent 38%, #fff 38% 44%, #cf142b 44% 56%, #fff 56% 62%, transparent 62%),
    linear-gradient(to right, transparent 38%, #fff 38% 44%, #cf142b 44% 56%, #fff 56% 62%, transparent 62%),
    #00247d;
}

.language-switch a.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.button:hover,
.nav-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(79, 51, 40, .18);
}

.button-light {
  color: var(--brand-dark);
  background: #fffaf4;
  border-color: rgba(255,255,255,.78);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
}

.text-link {
  color: var(--brand-dark);
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--honey);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.eyebrow {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, .86fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 660px;
  padding: clamp(52px, 8vw, 94px) clamp(18px, 5vw, 64px);
  background: var(--soft);
}

.hero-slider > *:not(.hero-slide):not(.hero-overlay) {
  position: relative;
  z-index: 2;
}

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

.hero-slide {
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 7s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(52, 45, 39, .58) 0%, rgba(115, 83, 63, .22) 43%, rgba(115, 83, 63, .08) 100%),
    linear-gradient(0deg, rgba(52, 45, 39, .28), rgba(52, 45, 39, .04));
}

.hero-copy {
  max-width: 760px;
  padding: clamp(22px, 3vw, 34px);
  color: var(--white);
  background: rgba(75, 55, 44, .48);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(30, 20, 16, .22);
  backdrop-filter: blur(5px);
}

.hero-copy .eyebrow {
  color: #f4d986;
}

.hero-copy .lead {
  color: rgba(255,255,255,.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-panel {
  padding: 28px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}

.hero-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(70, 45, 35, .16);
}

.hero-panel h2 {
  margin-bottom: 18px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 34px;
}

.quick-list {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.quick-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.quick-list span {
  color: var(--muted);
}

.quick-list i {
  width: 18px;
  color: var(--honey);
}

.quick-list strong {
  white-space: nowrap;
}

.subhero {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 64px) 46px;
  background:
    linear-gradient(115deg, rgba(251,244,236,.96), rgba(243,230,216,.9)),
    url("../img/hero-waxing-studio-02.jpg") center / cover;
}

.subhero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--honey), var(--blush));
}

.subhero-prices {
  background:
    linear-gradient(115deg, rgba(251,244,236,.96), rgba(243,230,216,.86)),
    url("../img/hero-waxing-studio-03.jpg") center / cover;
}

.subhero-contact {
  background:
    linear-gradient(115deg, rgba(251,244,236,.96), rgba(243,230,216,.86)),
    url("../img/treatment-waxing.jpg") center / cover;
}

.legal-hero {
  background:
    linear-gradient(115deg, rgba(251,244,236,.97), rgba(243,230,216,.9)),
    url("../img/hero-waxing-studio-02.jpg") center / cover;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px clamp(18px, 4vw, 40px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-spaced {
  margin-top: 52px;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, .95fr) minmax(250px, .7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.copy {
  color: var(--muted);
  font-size: 18px;
}

.story-image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-image img,
.mood-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band {
  display: grid;
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px clamp(18px, 4vw, 40px) 62px;
}

.image-band-copy {
  padding: clamp(22px, 4vw, 36px);
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-band-copy h2 {
  margin: 7px 0 14px;
}

.image-band-copy .eyebrow {
  color: #f4d986;
}

.image-band-copy p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,.8);
}

.mood-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 14px;
}

.mood-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(75, 55, 44, .12);
}

.mood-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(52,38,45,.18), transparent 56%);
  pointer-events: none;
}

.mood-photo img {
  transition: transform .7s ease;
}

.mood-photo:hover img {
  transform: scale(1.06);
}

.mood-photo.tall {
  grid-row: span 2;
}

.mood-photo.wide {
  grid-column: span 2;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.method-section {
  padding-bottom: 18px;
}

.method-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}

.service-card,
.contact-card,
.method-card,
.tip-panel {
  padding: 23px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(70, 45, 35, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-card:hover,
.contact-card:hover,
.method-card:hover,
.tip-panel:hover,
.price-card:hover {
  transform: translateY(-5px);
  border-color: var(--blush);
  box-shadow: 0 18px 38px rgba(70, 45, 35, .12);
}

.service-card span,
.method-card span {
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  width: 44px;
  height: 44px;
  color: var(--honey);
  background: var(--soft);
  border-radius: 50%;
  font-weight: 850;
}

.service-card p,
.contact-card p,
.method-card p,
.tip-panel p {
  margin: 10px 0 0;
  color: var(--muted);
}

.method-card-feature {
  background: linear-gradient(135deg, #fffaf4, var(--soft));
}

.tips-section {
  padding-top: 28px;
}

.tips-intro {
  max-width: 780px;
  margin-bottom: 22px;
}

.tips-intro h2 {
  margin-top: 8px;
}

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

.tip-panel h3 {
  margin-bottom: 16px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted);
}

.check-list li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--white);
  background: var(--brand);
  border-radius: 50%;
  font: 700 10px/1 "Font Awesome 6 Free";
}

.tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0 26px;
  scrollbar-width: thin;
}

.tab {
  flex: 0 0 auto;
  padding: 11px 16px;
  color: var(--brand-dark);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.tab.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-color: transparent;
}

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

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

.price-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(70, 45, 35, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.price-card.wide {
  width: 100%;
}

.price-card header {
  padding: 21px 23px;
  background: linear-gradient(135deg, var(--soft), #fffaf4);
  border-bottom: 1px solid var(--line);
}

.price-card header p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.prices {
  display: grid;
  margin: 0;
  padding: 8px 23px 18px;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  transition: background-color .18s ease, padding-left .18s ease;
}

.price-row:hover {
  padding-left: 8px;
  background: rgba(243, 230, 216, .42);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row dt {
  min-width: 0;
  font-weight: 650;
}

.price-row dd {
  margin: 0;
  color: var(--brand-dark);
  font-weight: 850;
  white-space: nowrap;
}

.price-note,
.notice {
  margin: 0;
  padding: 0 23px 20px;
  color: var(--muted);
  font-size: 14px;
}

.notice {
  padding: 14px 0 0;
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: 1180px;
  margin: 20px auto 70px;
  padding: 30px clamp(22px, 4vw, 34px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(75,55,44,.96), rgba(168,121,86,.88)),
    var(--brand-dark);
  border-radius: 8px;
}

.cta h2 {
  margin: 6px 0 10px;
}

.cta p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
}

.cta .appointment-note {
  margin-top: 14px;
  padding-left: 16px;
  border-left: 3px solid var(--honey);
}

.cta .eyebrow {
  color: var(--blush);
}

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

.social-contact-card .social-links {
  margin-top: 18px;
}

.social-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a,
.footer-social a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  color: var(--brand-dark);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.social-links a:hover,
.footer-social a:hover {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  transform: translateY(-2px);
}

.social-links i,
.footer-social i {
  margin-right: 8px;
  color: var(--honey);
}

.social-links a:hover i,
.footer-social a:hover i {
  color: var(--white);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(420px, 1.28fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding-top: 18px;
}

.map-copy {
  max-width: 520px;
}

.map-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(36px, 4.8vw, 62px);
}

.map-copy p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
}

.map-frame {
  min-height: 430px;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(70, 45, 35, .1);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  filter: saturate(.88) contrast(.98);
}

.legal-page {
  max-width: 980px;
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(70, 45, 35, .07);
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: clamp(28px, 3.2vw, 38px);
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: var(--muted);
}

.legal-notice {
  padding: 16px 18px;
  color: var(--brand-dark);
  background: var(--soft);
  border-left: 4px solid var(--honey);
  border-radius: 6px;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--white);
  background: #25d366;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.contact-card h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(28px, 3.4vw, 40px);
}

.contact-card h2 i {
  color: var(--honey);
  font-size: .58em;
}

.slider-dots {
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  bottom: 32px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(79, 51, 40, .22);
  border-radius: 50%;
  transition: width .25s ease, background-color .25s ease;
}

.slider-dots span.active {
  width: 28px;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  border-radius: 999px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}

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

@keyframes liftIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 64px);
  color: rgba(255,255,255,.78);
  background: #2f2924;
}

.site-footer strong,
.site-footer a {
  color: var(--white);
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--blush);
}

.footer-social {
  margin: 8px 0 6px;
}

.footer-social a {
  min-height: 34px;
  padding: 0 12px;
  color: var(--white);
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.16);
}

.footer-links {
  display: flex;
  gap: 14px;
  justify-content: end;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.footer-links a:hover {
  background: linear-gradient(135deg, var(--brand), var(--honey));
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .service-grid,
  .tips-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .map-copy {
    max-width: none;
  }
}

@media (max-width: 1180px) {
  .menu-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    grid-template-columns: 1fr;
    gap: 12px;
    width: auto;
    padding: 16px;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
  }

  .site-nav.open {
    display: grid;
  }

  .site-nav a,
  .site-nav .nav-button {
    width: 100%;
    min-height: 66px;
    padding: 0 22px;
    justify-content: flex-start;
    font-size: 18px;
    color: var(--brand-dark);
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 18px rgba(75, 55, 44, .08);
  }

  .language-switch {
    justify-content: center;
    width: 100%;
    padding: 8px;
    border-radius: 16px;
  }

  .language-switch a {
    flex: 1;
    min-height: 48px;
  }

  .site-nav a.active,
  .site-nav a:hover,
  .site-nav .nav-button:hover {
    color: var(--white);
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    transform: translateY(-2px);
  }

  .hero,
  .intro-grid,
  .image-band,
  .price-grid,
  .cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(52, 45, 39, .64), rgba(115, 83, 63, .2));
  }

  .hero-copy {
    background: rgba(75, 55, 44, .6);
  }

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

@media (max-width: 560px) {
  .topbar {
    padding-inline: 14px;
  }

  .site-header {
    gap: 10px;
    padding: 12px 14px;
  }

  .brand img {
    width: min(68vw, 245px);
  }

  .site-nav {
    right: 12px;
    left: 12px;
  }

  .site-nav a,
  .site-nav .nav-button {
    min-height: 62px;
    border-radius: 14px;
  }

  .mood-grid {
    grid-auto-rows: 155px;
  }

  .mood-photo.tall,
  .mood-photo.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .hero,
  .subhero {
    padding-inline: 18px;
  }

  .hero-panel,
  .service-card,
  .contact-card,
  .method-card,
  .tip-panel {
    padding: 20px;
  }

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

  .map-frame,
  .map-frame iframe {
    min-height: 340px;
  }

  .service-grid,
  .tips-grid {
    grid-template-columns: 1fr;
  }

  .price-card header,
  .prices,
  .price-note {
    padding-inline: 18px;
  }

  .price-row {
    gap: 12px;
  }

  .price-row dd {
    font-size: 15px;
  }

  .slider-dots {
    right: 18px;
    bottom: 18px;
  }

  .footer-links {
    justify-content: start;
    flex-wrap: wrap;
  }

  .footer-links a {
    width: auto;
  }
}
