@font-face {
  font-family: "Fairweather";
  src: url("77-BARBERSHOP/Fairweather/woff/Fairweather_Regular.woff2") format("woff2"),
       url("77-BARBERSHOP/Fairweather/woff/Fairweather_Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fairweather";
  src: url("77-BARBERSHOP/Fairweather/woff/Fairweather_Bold.woff2") format("woff2"),
       url("77-BARBERSHOP/Fairweather/woff/Fairweather_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fairweather";
  src: url("77-BARBERSHOP/Fairweather/woff/Fairweather_SemiBold.woff2") format("woff2"),
       url("77-BARBERSHOP/Fairweather/woff/Fairweather_SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fairweather";
  src: url("77-BARBERSHOP/Fairweather/woff/Fairweather_ExtraBold.woff2") format("woff2"),
       url("77-BARBERSHOP/Fairweather/woff/Fairweather_ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fairweather";
  src: url("77-BARBERSHOP/Fairweather/woff/Fairweather_Black.woff2") format("woff2"),
       url("77-BARBERSHOP/Fairweather/woff/Fairweather_Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsterdam";
  src: url("77-BARBERSHOP/amsterdam_signature_duo/woff/Amsterdam Signature.woff2") format("woff2"),
       url("77-BARBERSHOP/amsterdam_signature_duo/woff/Amsterdam Signature.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0b0b0b;
  --panel: #151515;
  --panel-strong: #1d1d1d;
  --text: #f7f1e6;
  --muted: #b6ad9f;
  --gold: #d9b36a;
  --gold-strong: #c79643;
  --border: rgba(217, 179, 106, 0.25);
  --shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  --radius: 20px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Fairweather";
  background:
    radial-gradient(900px 500px at 5% -10%, rgba(217, 179, 106, 0.12), transparent 60%),
    radial-gradient(700px 500px at 95% 0%, rgba(120, 80, 40, 0.18), transparent 60%),
    #0b0b0b;
  color: var(--text);
  line-height: 1.6;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
}

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

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

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

.section {
  padding: 96px 0;
  scroll-margin-top: 110px;
}

.section-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
}

h1,
h2 {
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

h3 {
  font-weight: 700;
  line-height: 1.2;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}

.section-head h2,
.section-head p,
.section-head .section-label {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--muted);
  margin-top: 12px;
  letter-spacing: 0.04em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(10, 10, 10, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 18px 0;
}

.logo img {
  height: 46px;
  width: auto;
}

.main-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--muted);
  font-weight: 600;
}

.main-nav a {
  transition: color 0.2s ease;
}

.main-nav a:hover {
  color: var(--text);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 4px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: "Fairweather";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.lang-btn:hover {
  color: var(--text);
}

.lang-btn.is-active {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(120deg, var(--gold), var(--gold-strong));
  color: #1a1206;
  box-shadow: 0 12px 30px rgba(201, 156, 77, 0.35);
}

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

.btn-ghost {
  border-color: var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.02);
}

.btn-ghost:hover {
  border-color: rgba(217, 179, 106, 0.6);
}

.hero {
  padding-top: 120px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.hero-content,
.hero-media {
  animation: fadeUp 0.8s ease both;
}

.hero-media {
  animation-delay: 0.15s;
}

.hero h1 {
  font-size: clamp(3.17rem, 5.28vw, 5.02rem);
  margin-bottom: 20px;
}

.hero-text {
  color: var(--muted);
  margin-bottom: 24px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-media {
  position: relative;
  aspect-ratio: 4 / 5;
}

.hero-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.services .cards-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  background: var(--panel);
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  animation: fadeUp 0.7s ease both;
}

.cards-grid .card:nth-child(1) {
  animation-delay: 0.05s;
}

.cards-grid .card:nth-child(2) {
  animation-delay: 0.1s;
}

.cards-grid .card:nth-child(3) {
  animation-delay: 0.15s;
}

.cards-grid .card:nth-child(4) {
  animation-delay: 0.2s;
}

.testimonials-slider {
  display: grid;
  gap: 18px;
}

.testimonials-track {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
}

.testimonial-slide {
  min-width: 0;
}

.testimonial-controls {
  display: none;
}

.testimonial-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.testimonial-nav:hover:not(:disabled) {
  border-color: rgba(217, 179, 106, 0.6);
  color: var(--gold);
}

.testimonial-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.testimonial-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.testimonial-dot.is-active {
  background: var(--gold);
  transform: scale(1.2);
}

.testimonial-dot:hover {
  background: rgba(217, 179, 106, 0.75);
}

.card h3 {
  margin-bottom: 10px;
}

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

.card .price {
  display: inline-block;
  margin-top: 16px;
  color: var(--gold);
  font-weight: 700;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: center;
}

.why-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-media {
  aspect-ratio: 4 / 3;
}

.feature-list {
  margin-top: 32px;
  display: grid;
  gap: 20px;
}

.feature {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--panel);
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  animation: fadeUp 0.7s ease both;
}

.icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex: 0 0 auto;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.feature .icon {
  width: 26px;
  height: 26px;
  margin-top: 4px;
}

.full-list .list-grid {
  display: grid;
  gap: 18px;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  background: var(--panel);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  animation: fadeUp 0.7s ease both;
}

.list-item h3 {
  margin-bottom: 6px;
}

.list-item p {
  color: var(--muted);
  max-width: 620px;
}

.list-item span {
  color: var(--gold);
  font-weight: 700;
  white-space: nowrap;
}

.reviewer {
  display: inline-block;
  color: var(--gold);
}

.testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.review-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-size: 0.95rem;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.review-link:hover {
  border-color: rgba(217, 179, 106, 0.6);
  color: var(--gold);
  transform: translateY(-1px);
}

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

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--panel);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 5;
}

.gallery-card--wide {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

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

.contact-details {
  margin: 32px 0;
  display: grid;
  gap: 20px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-item .icon {
  margin-top: 4px;
}

.map-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
}

.map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(12, 12, 12, 0.85);
  border: 1px solid var(--border);
  padding: 10px 16px;
  border-radius: 14px;
  color: var(--gold);
}

.site-footer {
  padding: 60px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 8, 8, 0.9);
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

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

.footer-logo {
  height: 46px;
  margin-bottom: 16px;
}

.footer-links {
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom {
  text-align: center;
  color: var(--muted);
  margin-top: 32px;
  font-size: 1.19rem;
}

.contact-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 32;
}

.contact-fab-menu {
  position: relative;
}

.contact-fab-menu > summary {
  list-style: none;
}

.contact-fab-menu > summary::-webkit-details-marker {
  display: none;
}

.contact-fab-trigger {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 18px;
  min-width: 176px;
  border-radius: 18px;
  border: 1px solid rgba(217, 179, 106, 0.28);
  background: linear-gradient(135deg, rgba(217, 179, 106, 0.97), rgba(201, 156, 77, 0.98));
  color: #1a1206;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  user-select: none;
}

.contact-fab-label {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-fab-number {
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.92;
}

.contact-fab-actions {
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  display: grid;
  gap: 10px;
  min-width: 176px;
}

.contact-fab-action {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(18, 18, 18, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.contact-fab-action--call {
  border-color: rgba(217, 179, 106, 0.32);
}

.contact-fab-action--whatsapp {
  border-color: rgba(37, 211, 102, 0.35);
}

.contact-fab-action--viber {
  border-color: rgba(115, 90, 255, 0.36);
}

.contact-fab-menu:not([open]) .contact-fab-actions {
  display: none;
}

body.modal-open {
  overflow: hidden;
}

.booking-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 40;
}

.booking-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.booking-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.booking-panel {
  position: relative;
  width: min(100% - 32px, 1100px);
  background: #1c1c1c;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.booking-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2a2a2a;
  color: var(--text);
  font-size: 1.4rem;
  cursor: pointer;
}

.booking-header {
  padding: 28px 32px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.booking-location {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.7rem;
  margin-bottom: 6px;
}

.booking-address {
  color: var(--muted);
  margin-top: 6px;
}

.booking-body {
  padding: 24px 32px 32px;
  overflow-y: auto;
}

.booking-steps {
  display: grid;
  gap: 20px;
}

.step-indicator {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.step-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--muted);
}

.step.is-active {
  color: var(--text);
}

.step.is-active .step-circle {
  border-color: var(--gold);
  color: var(--gold);
}

.step.is-done {
  color: var(--text);
}

.step.is-done .step-circle {
  background: var(--gold);
  color: #1a1206;
  border-color: transparent;
}

.step-panel {
  display: none;
}

.step-panel.is-active {
  display: block;
}

.step-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 16px;
}

.step-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}

.step-total {
  font-weight: 700;
  color: var(--gold);
}

.step-message {
  min-height: 20px;
  color: var(--gold);
  margin-top: 12px;
}

.step-date-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.step-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.booking-block {
  margin-bottom: 20px;
}

.booking-block:last-child {
  margin-bottom: 0;
}

.booking-block-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.booking-hint {
  color: var(--muted);
  font-size: 0.85rem;
}

.calendar {
  background: #1f1f1f;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cal-nav {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #2b2b2b;
  color: var(--text);
  cursor: pointer;
}

.cal-month {
  font-weight: 700;
  color: var(--text);
}

.cal-weekdays {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  font-size: 0.75rem;
  color: var(--muted);
}

.cal-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.cal-day {
  aspect-ratio: 1;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #2a2a2a;
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cal-day.is-today {
  border-color: var(--gold);
}

.cal-day.is-selected {
  background: var(--gold);
  color: #1a1206;
}

.cal-day.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.time-groups {
  margin-top: 20px;
  display: grid;
  gap: 16px;
}

.time-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.time-toggle {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #2b2b2b;
  color: var(--text);
  cursor: pointer;
}

.time-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.time-chips.collapsed {
  display: none;
}

.time-chip {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #2a2a2a;
  color: var(--text);
  cursor: pointer;
}

.time-chip.is-selected {
  background: var(--gold);
  color: #1a1206;
  border-color: transparent;
}

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

.service-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #262626;
}

.service-info {
  display: grid;
  gap: 4px;
}

.service-duration {
  color: var(--muted);
  font-size: 0.82rem;
}

.service-item input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.service-title {
  font-weight: 700;
}

.service-price {
  color: var(--gold);
  font-size: 0.9rem;
}

.booking-summary {
  background: #222;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px;
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  margin-top: 10px;
}

.summary-services {
  margin-top: 16px;
  color: var(--text);
}

.summary-services ul {
  list-style: none;
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding-left: 0;
}

.summary-services li {
  display: grid;
  gap: 2px;
}

.summary-service-title {
  font-weight: 700;
}

.summary-service-meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.summary-total {
  margin-top: 14px;
  font-weight: 700;
  color: var(--gold);
}

.booking-form {
  display: grid;
  gap: 16px;
}

.form-group label {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  margin-bottom: 6px;
}

.booking-form input,
.booking-form textarea {
  width: 100%;
  background: #262626;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--text);
  font-family: "Fairweather";
}

.booking-form textarea {
  resize: vertical;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.85rem;
}

.consent input {
  margin-top: 3px;
  accent-color: var(--gold);
}

.form-message {
  min-height: 20px;
  color: var(--gold);
  font-size: 0.9rem;
}

@media (max-width: 1100px) {
  .hero-grid,
  .why-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }
}

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

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

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

  .hero-media {
    aspect-ratio: 16 / 9;
  }

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

  .step-date-grid,
  .step-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .main-nav {
    margin-left: auto;
    justify-content: flex-end;
    gap: 14px;
  }

  .header-cta {
    display: none;
  }

  .main-nav a:not([href="#contact"]) {
    display: none;
  }

  .section {
    padding: 72px 0;
  }

  .hero-actions {
    display: none;
  }

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

  .services .cards-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-card,
  .gallery-card--wide {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
  }

  .testimonials-track {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
  }

  .testimonials-track::-webkit-scrollbar {
    display: none;
  }

  .testimonials-track .card {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .testimonial-controls {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
  }

  .list-item {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .booking-panel {
    width: min(100% - 20px, 640px);
    max-height: 94vh;
  }

  .booking-header {
    padding: 22px 20px 14px;
  }

  .booking-body {
    padding: 18px 20px 24px;
  }

  .step-indicator {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-actions,
  .step-footer {
    flex-direction: column;
    align-items: stretch;
  }

}

@media (max-width: 520px) {
  .lang-switch {
    gap: 8px;
    padding-left: 10px;
  }

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

  .contact-fab {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
  }

  .contact-fab-trigger,
  .contact-fab-actions {
    min-width: 162px;
  }
}
