:root {
  color-scheme: dark;
  --bg: #070707;
  --bg-alt: #0b0b0b;
  --text: #f3f3f3;
  --muted: #b7b7b7;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #c8a46a;
  --card: #0f0f0f;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius-lg: 24px;
  --radius-md: 14px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  background: radial-gradient(circle at 15% 20%, rgba(200, 164, 106, 0.12), transparent 50%),
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.06), transparent 45%);
}

body::after {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.9) 0%, rgba(11, 11, 11, 0.96) 60%, rgba(7, 7, 7, 1) 100%);
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  background: var(--accent);
  color: #0b0b0b;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
  z-index: 20;
}

.skip-link:focus {
  left: 16px;
}

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

.section {
  padding: 6rem 0;
  position: relative;
  scroll-margin-top: 120px;
}

.section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--line);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.7rem;
  color: var(--muted);
  margin: 0 0 1rem;
}

.section-title {
  font-family: "Cormorant Garamond", "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 400;
  margin: 0 0 1rem;
}

.section-sub {
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.legal-main {
  padding-top: 5rem;
}

.legal-header {
  padding: 4rem 0 2.5rem;
  border-bottom: 1px solid var(--line);
}

.legal-content {
  padding: 2.5rem 0 6rem;
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.legal-body {
  color: var(--muted);
  line-height: 1.85;
}

.legal-body h2 {
  font-family: "Cormorant Garamond", "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: var(--text);
  margin: 2.5rem 0 1rem;
}

.legal-body p {
  margin: 0 0 1rem;
}

.legal-body strong {
  color: var(--text);
  font-weight: 500;
}

#hours .section-header .section-title {
  color: #0b0b0b;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(7, 7, 7, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  flex-direction: column;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
}

.brand-mark {
  font-size: 1.4rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  color: var(--muted);
}

.nav-toggle {
  background: transparent;
  border: 1px solid var(--line);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 20px;
  height: 2px;
  background: var(--text);
  display: block;
  transition: transform 0.3s ease;
}

.nav {
  position: absolute;
  right: 1rem;
  top: calc(100% + 0.5rem);
  background: rgba(10, 10, 10, 0.98);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 1rem;
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  box-shadow: var(--shadow);
}

.nav a {
  position: relative;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.3s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
  color: var(--text);
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.is-active::after {
  transform: scaleX(1);
}

.nav-open .nav {
  display: flex;
}

.nav-open .nav-toggle-bar:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-open .nav-toggle-bar:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-start;
  text-align: center;
}

.hero-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65%;
  background-image: url("assets/images/IMG_2955.JPG");
  background-size: cover;
  background-position: center;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 35%;
  background: #070707;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5rem 0 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.hero .eyebrow {
  margin-bottom: 0.25rem;
}

.hero-title {
  font-family: "Cormorant Garamond", "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  font-weight: 400;
  margin: -0.35rem 0 0;
}

.hero-sub {
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 2.5rem;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--accent);
  color: var(--text);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.btn:hover,
.btn:focus-visible {
  background: var(--accent);
  color: #0b0b0b;
  box-shadow: 0 16px 40px rgba(200, 164, 106, 0.32);
  transform: translateY(-2px);
}

.info-bar {
  padding: 2.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 11, 11, 0.6);
}

.info-grid {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}

.info-item {
  display: grid;
  gap: 0.6rem;
  color: var(--muted);
}

.info-label {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
}

.info-item a {
  color: var(--text);
  font-weight: 500;
}

.hours-table {
  max-width: 720px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

#hours .section-header {
  text-align: center;
  background: transparent;
  color: #0b0b0b;
  border-radius: 0;
  padding: 0;
  border: none;
}

#hours .section-header .eyebrow {
  margin-bottom: 0.6rem;
  color: rgba(0, 0, 0, 0.6);
}

#hours .section-header .section-title {
  margin-bottom: 0.6rem;
}

#hours .section-header .section-sub {
  color: rgba(0, 0, 0, 0.7);
}

#hours {
  background: #f3f3f3;
  color: #0b0b0b;
}

#hours.section::before {
  background: rgba(0, 0, 0, 0.12);
}

#hours .hours-table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#hours .hours-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.7);
}

#hours .hours-label {
  color: rgba(0, 0, 0, 0.65);
}

#hours .hours-value {
  color: #0b0b0b;
}

.hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.hours-row:last-child {
  border-bottom: none;
}

.hours-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
}

.hours-value {
  color: var(--text);
}

.story-block {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}

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

.story-image {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  height: 240px;
}

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

.story-text p {
  color: var(--muted);
  margin: 0;
}

.story-text {
  display: grid;
  gap: 1rem;
}

.story-text .section-title {
  font-size: clamp(1.1rem, 1.9vw, 1.6rem);
  letter-spacing: 0.12em;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .story-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: start;
    position: relative;
    margin-bottom: 5rem;
  }

  .story-block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--line);
  }

  .story-block > * {
    position: relative;
    z-index: 1;
  }

  .story-image {
    height: 320px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-right: 3rem;
  }

  .story-text {
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .story-block.reverse .story-image {
    order: 2;
    padding-right: 0;
    padding-left: 3rem;
  }

  .story-block.reverse .story-text {
    padding-left: 0;
    padding-right: 3rem;
  }
}

@media (min-width: 1024px) {
  .story-image {
    height: 360px;
    padding-right: 4rem;
    margin-left: calc(50% - 50vw);
  }

  .story-text .section-title {
    white-space: nowrap;
  }

  .story-text {
    padding-left: 4rem;
  }

  .story-block.reverse .story-image {
    padding-right: 0;
    padding-left: 4rem;
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }

  .story-block.reverse .story-text {
    padding-left: 0;
    padding-right: 4rem;
  }
}

.offers {
  background: #f3f3f3;
  color: #0b0b0b;
}

.offers.section::before {
  background: rgba(0, 0, 0, 0.08);
}

.offers .section-header {
  margin-bottom: 3.5rem;
}

.offers .eyebrow {
  color: #6f6f6f;
  letter-spacing: 0.3em;
}

.offers .section-title {
  color: #1a1a1a;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  letter-spacing: 0.1em;
}

.offers .section-sub {
  color: #5a5a5a;
}

.offer-grid {
  display: grid;
  gap: 2.6rem;
}

.offer-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.4s ease;
}

.offer-card:hover {
  transform: translateY(-4px);
}

.offer-media {
  height: 260px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}

.offer-body h3 {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111;
}

.offer-body p {
  margin: 0;
  color: #5a5a5a;
}

.offer-cta {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}

.offer-cta .icon {
  display: inline-flex;
}

.gallery-ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.gallery-title {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  margin: 0;
}

.gallery-hint {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
}

.gallery-shell {
  position: relative;
}

.gallery-shell::before,
.gallery-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 2;
}

.gallery-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.9), transparent);
}

.gallery-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(7, 7, 7, 0.9), transparent);
}

.gallery-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 0 10px 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
  cursor: grab;
}

.gallery-track:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.gallery-track.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.gallery-item {
  min-width: 80vw;
  height: 260px;
  margin: 0;
  border-radius: 18px;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
  pointer-events: none;
}

.gallery-item figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.2rem;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
  color: var(--text);
  background: rgba(7, 7, 7, 0.6);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 2;
}

.gallery-track::-webkit-scrollbar {
  height: 6px;
}

.gallery-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.gallery-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

#reviews {
  position: relative;
}

#reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/reviews-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}

#reviews > .container {
  position: relative;
  z-index: 1;
}

.trust-block {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 3rem;
  align-items: flex-start;
}

.trust-score {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: clamp(3.5rem, 10vw, 6rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-meta {
  display: grid;
  gap: 0.3rem;
}

.trust-label {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 0.7rem;
  color: var(--muted);
  margin: 0;
}

.trust-count {
  color: var(--muted);
  margin: 0;
}

.review-grid {
  display: grid;
  gap: 1.5rem;
}

.review-card {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
  color: var(--text);
  display: grid;
  gap: 1rem;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.45);
}

.review-stars {
  display: inline-flex;
}

.review-card p {
  margin: 0;
}

.review-card .quote {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  letter-spacing: 0.04em;
}

.review-source {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.65rem;
  color: var(--muted);
}

.contact-compact {
  display: grid;
  gap: 2rem;
  background: var(--card);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.contact-text {
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer {
  background: #070707;
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  text-align: center;
}

.footer-text {
  color: var(--muted);
  font-size: 0.85rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent);
}

[data-anim] {
  --anim-duration: 900ms;
  --anim-delay: 0ms;
  --anim-ease: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter, clip-path;
}

[data-anim="fade-up"] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

[data-anim="fade-in"] {
  opacity: 0;
}

[data-anim="slide-left"] {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
}

[data-anim="slide-right"] {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
}

[data-anim="scale-in"] {
  opacity: 0;
  transform: scale(0.96);
}

[data-anim="reveal"] {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
}

[data-anim="blur-in"] {
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  filter: blur(8px);
}

[data-anim="fade-up"].is-inview {
  animation: anim-fade-up var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="fade-in"].is-inview {
  animation: anim-fade-in var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="slide-left"].is-inview {
  animation: anim-slide-left var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="slide-right"].is-inview {
  animation: anim-slide-right var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="scale-in"].is-inview {
  animation: anim-scale-in var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="reveal"].is-inview {
  animation: anim-reveal var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

[data-anim="blur-in"].is-inview {
  animation: anim-blur-in var(--anim-duration) var(--anim-ease) var(--anim-delay) both;
}

@keyframes anim-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

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

@keyframes anim-slide-left {
  from {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-slide-right {
  from {
    opacity: 0;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-scale-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes anim-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes anim-blur-in {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

.reduced-motion [data-anim] {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
}

@media (min-width: 768px) {
  .nav {
    position: static;
    display: flex;
    flex-direction: row;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .nav-toggle {
    display: none;
  }

  .info-grid {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .gallery-item {
    min-width: 520px;
    height: 340px;
  }

  .trust-block {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }

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

  .contact-compact {
    grid-template-columns: 1.4fr 0.6fr;
    align-items: center;
  }

  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .review-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.reduced-motion {
  scroll-behavior: auto;
}
