/* ====================================================================
   ABOUT PAGE — DARK LUXURY DESIGN
   Gautam Residency | about.css
   ==================================================================== */

/* ---- Base body override for dark theme ---- */
.about-page {
  background-color: var(--dark-bg);
  color: var(--text-light);
}

/* Override light sections inside the dark page */
.about-page .stats-section {
  background-color: var(--light-bg);
  border-top: 1px solid rgba(197, 168, 92, 0.15);
  border-bottom: 1px solid rgba(197, 168, 92, 0.15);
}

.stat-num {
  color: var(--text-dark);
}

.stat-lbl {
  color: var(--text-dark);
}

.stats-grid {
  margin-left: 50px;
}

/* ====================================================================
   AU HERO SECTION
   ==================================================================== */
.au-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.au-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.au-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.au-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(5, 6, 8, 0.4) 0%,
      rgba(5, 6, 8, 0.15) 40%,
      rgba(5, 6, 8, 0.7) 100%);
  z-index: 1;
}


.au-breadcrumb-strip {
  position: relative;
  z-index: 2;
  background: rgba(10, 11, 13, 0.85);
  border-top: 1px solid rgba(197, 168, 92, 0.2);
  backdrop-filter: blur(8px);
}

.au-breadcrumb-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.au-breadcrumb-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary-gold);
  font-weight: 600;
}

.au-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted-light);
}

.au-breadcrumbs a {
  color: var(--text-muted-light);
  text-decoration: none;
  transition: var(--transition-fast);
}

.au-breadcrumbs a:hover {
  color: var(--primary-gold);
}

.au-breadcrumbs i {
  font-size: 0.6rem;
  color: var(--primary-gold);
}

/* ====================================================================
   STORY / HERITAGE SECTION
   ==================================================================== */
.au-story-section {
  padding: 70px 0;
  background-color: var(--light-bg);
}

.au-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

/* ---- Image collage ---- */
.au-story-images {
  position: relative;
  height: 520px;
}

.au-img-main-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 85%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(197, 168, 92, 0.15);
}

.au-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.au-img-main-wrap:hover .au-img-main {
  transform: scale(1.04);
}

.au-img-secondary-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 55%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(197, 168, 92, 0.3);
}

.au-img-secondary {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.au-img-badge {
  position: absolute;
  top: -28px;
  left: -20px;
  background: linear-gradient(135deg, var(--primary-gold), var(--dark-gold));
  padding: 16px 20px;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(197, 168, 92, 0.35);
}

.au-badge-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a0b0d;
  line-height: 1;
}

.au-badge-num sup {
  font-size: 1.1rem;
}

.au-badge-lbl {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(10, 11, 13, 0.75);
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.3;
}

/* ---- Story text ---- */
.au-story-text {
  display: flex;
  flex-direction: column;
}

.au-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #3f3e3c;
  font-weight: 600;
  margin-bottom: 16px;
}

.au-section-title {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 0.25;
  margin-bottom: 24px;
}

.au-section-title span {
  font-style: italic;
  color: var(--primary-gold);
  font-weight: 400;
}

.au-gold-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, var(--primary-gold), transparent);
  margin-bottom: 28px;
}

.au-story-lead {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-style: italic;
  color: #3f3e3c;
  line-height: 1.7;
  margin-bottom: 20px;
  border-left: 2px solid var(--primary-gold);
  padding-left: 18px;
}

.au-story-body {
  font-size: 0.95rem;
  color: #3f3e3c;
  line-height: 1.8;
  margin-bottom: 24px;
}

.au-story-pillars {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.au-story-pillars li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #3f3e3c;
}

.au-story-pillars li i {
  color: var(--primary-gold);
  font-size: 0.85rem;
}

.au-story-sig {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  /* padding-top: 0px; */
}

.au-sig-line {
  width: 50px;
  height: 2px;
  background: var(--primary-gold);
  flex-shrink: 0;
}

.au-sig-name {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: #ad8e51;
}

.au-sig-role {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-gold);
  margin-top: 2px;
}

/* ====================================================================
   EXCLUSIVELY FOR YOU — TAJ-STYLE CAROUSEL
   ==================================================================== */
.au-excl-section {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  border-top: 1px solid rgba(197, 168, 92, 0.08);
}

/* ---- Dynamic background layer ---- */
.au-excl-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(0px) brightness(0.6) saturate(1.2);
  transform: scale(1.05);
  /* slight scale to hide blur edge bleed */
  transition: opacity 0.35s ease;
  z-index: 0;
  will-change: opacity;
}

/* No overlay — blurred background image is fully visible */
.au-excl-bg-overlay {
  display: none;
}

/* Make all children sit above the background layers */
.au-excl-section>*:not(.au-excl-bg):not(.au-excl-bg-overlay) {
  position: relative;
  z-index: 2;
}

/* ---- Header row ---- */
.au-excl-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 30px 30px 10px;
}

.au-excl-title-col {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex-shrink: 0;
}

.au-excl-rule {
  display: block;
  width: 36px;
  height: 2px;
  background: var(--primary-gold);
  margin-top: 14px;
  flex-shrink: 0;
}

.au-excl-heading {
  font-family: 'Trajan Pro', 'Times New Roman', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.au-excl-desc-col {
  max-width: 380px;
  padding-top: 10px;
}

.au-excl-desc {
  font-size: 0.88rem;
  color: rgba(221, 197, 158, 0.65);
  line-height: 1.8;
}

/* ---- Carousel wrap ---- */
.au-excl-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- Slide track ---- */
.au-excl-track {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* overflow: hidden; */
  position: relative;
  height: 340px;
}

.au-excl-slide {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  /* Smooth, fluid easing for slide position, size, opacity, filter changes */
  transition:
    width 0.75s cubic-bezier(0.35, 0, 0.15, 1),
    height 0.75s cubic-bezier(0.35, 0, 0.15, 1),
    transform 0.75s cubic-bezier(0.35, 0, 0.15, 1),
    opacity 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.55s ease;
}

.au-excl-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

/* Center (active) slide */
.au-excl-slide.is-center {
  width: 38%;
  height: 280px;
  z-index: 3;
  opacity: 1;
  transform: translateX(0) scale(1);
  filter: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

/* Left peek slide */
.au-excl-slide.is-left {
  width: 24%;
  height: 240px;
  z-index: 2;
  opacity: 0.45;
  transform: translateX(-62%) scale(0.92);
  filter: brightness(0.5);
}

/* Right peek slide */
.au-excl-slide.is-right {
  width: 24%;
  height: 240px;
  z-index: 2;
  opacity: 0.45;
  transform: translateX(62%) scale(0.92);
  filter: brightness(0.5);
}

/* Far/hidden slides */
.au-excl-slide.is-far-left {
  width: 16%;
  height: 200px;
  z-index: 1;
  opacity: 0;
  transform: translateX(-100%) scale(0.8);
  filter: brightness(0.3);
  pointer-events: none;
}

/* Far/hidden slides */
.au-excl-slide.is-far-right {
  width: 16%;
  height: 200px;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%) scale(0.8);
  filter: brightness(0.3);
  pointer-events: none;
}

/* ---- Navigation arrows ---- */
.au-excl-arrow {
  position: absolute;
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--text-light);
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  backdrop-filter: blur(4px);
}

.au-excl-arrow:hover {
  background: var(--primary-gold);
  border-color: var(--primary-gold);
  color: #0a0b0d;
}

.au-excl-arrow--prev {
  left: 24px;
}

.au-excl-arrow--next {
  right: 24px;
}

/* ---- Peek labels beside arrows ---- */
.au-excl-peek-label {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.au-excl-peek-label--left {
  left: 80px;
  text-align: left;
}

.au-excl-peek-label--right {
  right: 80px;
  text-align: right;
}

.au-excl-peek-label span {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  line-height: 1.5;
  max-width: 90px;
}

/* ---- Caption card below center image ---- */
.au-excl-caption-wrap {
  display: flex;
  justify-content: center;
  margin-top: -1px;
}

.au-excl-caption {
  background: #fff;
  width: 48%;
  max-width: 620px;
  padding: 30px 40px 28px;
  text-align: center;
  position: relative;
  transition: var(--transition-smooth);
}

.au-excl-caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 28px;
  background: var(--primary-gold);
}

.au-excl-caption-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: var(--primary-gold);
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 20px;
  transition: var(--transition-smooth);
}

.au-excl-caption-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  transition: var(--transition-smooth);
}

.au-excl-caption-desc {
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 16px;
  transition: var(--transition-smooth);
}

.au-excl-caption-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-gold);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 168, 92, 0.4);
  padding-bottom: 2px;
  transition: var(--transition-fast);
}

.au-excl-caption-link:hover {
  color: var(--dark-gold);
  border-color: var(--dark-gold);
}

/* ---- Dots ---- */
.au-excl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.au-excl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: var(--transition-fast);
  border: none;
  padding: 0;
}

.au-excl-dot.is-active {
  background: var(--primary-gold);
  width: 22px;
  border-radius: 3px;
}

/* ---- Caption fade animation ---- */
@keyframes captionFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.au-excl-caption.is-changing {
  animation: captionFade 0.35s ease-out forwards;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .au-excl-track {
    height: 300px;
  }

  .au-excl-slide.is-center {
    width: 50%;
    height: 250px;
  }

  .au-excl-slide.is-left,
  .au-excl-slide.is-right {
    width: 22%;
    height: 210px;
  }

  .au-excl-header-row {
    padding: 50px 32px 36px;
  }
}

@media (max-width: 768px) {
  .au-excl-track {
    height: 240px;
  }

  .au-excl-header-row {
    flex-direction: column;
    gap: 16px;
    padding: 40px 20px 28px;
  }

  .au-excl-heading {
    font-size: 1.9rem;
  }

  .au-excl-slide.is-center {
    width: 70%;
    height: 200px;
  }

  .au-excl-slide.is-left,
  .au-excl-slide.is-right {
    width: 13%;
    height: 160px;
    opacity: 0.3;
  }

  .au-excl-peek-label {
    display: none;
  }

  .au-excl-arrow--prev {
    left: 8px;
  }

  .au-excl-arrow--next {
    right: 8px;
  }
}

/* ====================================================================
   FINE DINING SECTION
   ==================================================================== */
.au-dining-section {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.au-dining-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.au-dining-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.au-dining-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(5, 6, 8, 0.0) 0%,
      rgba(5, 6, 8, 0.0) 40%,
      rgba(5, 6, 8, 0.85) 65%,
      rgba(5, 6, 8, 0.95) 100%);
  z-index: 1;
}

.au-dining-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.au-dining-text {
  max-width: 480px;
  text-align: right;
}

.au-dining-tag {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--primary-gold);
  font-weight: 600;
  margin-bottom: 12px;
}

.au-dining-title {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1.15;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.au-dining-title span {
  display: block;
  font-style: italic;
  color: var(--primary-gold);
  font-weight: 400;
  text-transform: none;
}

.au-dining-desc {
  font-size: 0.92rem;
  color: var(--text-muted-light);
  line-height: 1.7;
  margin-bottom: 28px;
}

/* ====================================================================
   CORE VALUES
   ==================================================================== */
.au-values-section {
  padding: 100px 0;
  background-color: #0d0f12;
  border-top: 1px solid rgba(197, 168, 92, 0.08);
}

.au-section-tag-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--primary-gold);
  font-weight: 600;
  margin-bottom: 12px;
}

.au-center-title {
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.2;
}

.au-center-title span {
  font-style: italic;
  color: var(--primary-gold);
  font-weight: 400;
}

.au-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.au-value-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(197, 168, 92, 0.1);
  border-radius: 8px;
  padding: 36px 28px;
  text-align: center;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.au-value-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--primary-gold), transparent);
  transform: scaleX(0);
  transition: transform var(--transition-smooth);
}

.au-value-card:hover {
  background: rgba(197, 168, 92, 0.06);
  border-color: rgba(197, 168, 92, 0.3);
  transform: translateY(-5px);
}

.au-value-card:hover::before {
  transform: scaleX(1);
}

.au-value-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(197, 168, 92, 0.1);
  border: 1px solid rgba(197, 168, 92, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: var(--primary-gold);
  transition: var(--transition-smooth);
}

.au-value-card:hover .au-value-icon {
  background: var(--primary-gold);
  color: #0a0b0d;
  border-color: var(--primary-gold);
}

.au-value-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--text-light);
  margin-bottom: 12px;
}

.au-value-card p {
  font-size: 0.85rem;
  color: var(--text-muted-light);
  line-height: 1.7;
}

/* ====================================================================
   LEADERSHIP TEAM
   ==================================================================== */
.au-team-section {
  padding: 50px 0;
  background-color: var(--light-bg);
  border-top: 1px solid rgba(197, 168, 92, 0.08);
}

.au-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.au-team-card {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(197, 168, 92, 0.1);
  transition: var(--transition-smooth);
}

.au-team-card:hover {
  border-color: rgba(197, 168, 92, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  transform: translateY(-6px);
}

.au-team-img-wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.au-team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
  filter: grayscale(20%);
}

.au-team-card:hover .au-team-img-wrap img {
  transform: scale(1.05);
  filter: grayscale(0%);
}

.au-team-socials {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: rgba(10, 11, 13, 0.9);
  border: 1px solid rgba(197, 168, 92, 0.4);
  border-radius: 4px;
  padding: 8px 20px;
  display: flex;
  gap: 14px;
  opacity: 0;
  transition: var(--transition-smooth);
  white-space: nowrap;
}

.au-team-card:hover .au-team-socials {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.au-team-socials a {
  color: var(--text-muted-light);
  font-size: 0.85rem;
  text-decoration: none;
  transition: var(--transition-fast);
}

.au-team-socials a:hover {
  color: var(--primary-gold);
}

.au-team-info {
  padding: 24px;
  text-align: center;
  border-top: 1px solid rgba(197, 168, 92, 0.1);
}

.au-member-role {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--primary-gold);
  font-weight: 600;
  margin-bottom: 6px;
}

.au-member-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--text-light);
  font-weight: 600;
  margin-bottom: 10px;
}

.au-member-bio {
  font-size: 0.83rem;
  color: var(--text-muted-light);
  line-height: 1.65;
}

/* ====================================================================
   RESPONSIVE QUERIES
   ==================================================================== */
@media (max-width: 1200px) {
  .au-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .au-hero-title {
    font-size: 3.2rem;
  }

  .au-story-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .au-story-images {
    height: 420px;
  }

  .au-exclusively-header {
    grid-template-columns: 1fr;
  }

  .au-rooms-grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .au-room-card--large {
    grid-column: span 2;
    height: 300px;
  }

  .au-room-card {
    height: 220px;
  }

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

  .au-dining-overlay {
    background: rgba(5, 6, 8, 0.7);
  }

  .au-dining-text {
    text-align: center;
    max-width: 100%;
  }

  .au-dining-content {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .au-hero {
    min-height: 70vh;
  }

  .au-hero-title {
    font-size: 2.4rem;
  }

  .au-hero-sub {
    font-size: 0.9rem;
  }

  .au-hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }

  .au-section-title {
    font-size: 2.2rem;
  }

  .au-center-title {
    font-size: 2rem;
  }

  .au-excl-title {
    font-size: 2.4rem;
  }

  .au-dining-title {
    font-size: 2rem;
  }

  .au-story-images {
    height: 320px;
  }

  .au-rooms-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .au-room-card--large {
    grid-column: 1;
    height: 280px;
  }

  .au-room-card {
    height: 220px;
  }

  .au-values-grid {
    grid-template-columns: 1fr;
  }

  .au-team-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .au-breadcrumb-strip .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .au-story-pillars {
    grid-template-columns: 1fr;
  }

  .au-dining-section {
    height: auto;
    padding: 80px 0;
  }
}

@media (max-width: 480px) {
  .au-hero-title {
    font-size: 1.9rem;
  }
}