/* ==========================================================================
   UNIDADE DETALHE PAGE — B.E.M. ARCHITECTURE
   Inspired by Fasano Angra dos Reis Editorial Layout
   ========================================================================== */

/* Main Container Stacking Context */
.unidade-main {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* --------------------------------------------------------------------------
   1. HERO HEADER IMAGE (camaroes-restaurante-desktop & mobile)
   -------------------------------------------------------------------------- */
.unidade-header {
  position: relative;
  width: 100%;
  height: 74vh;
  min-height: 480px;
  max-height: 820px;
  overflow: hidden;
  background-color: #1a1816;
}

.unidade-header__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.unidade-header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.92);
  transform: scale(1.02);
  transition: transform 1.8s var(--ease-luxury);
}

.unidade-header:hover .unidade-header__img {
  transform: scale(1.05);
}

/* Subtle top and bottom gradient overlay to ensure navbar icons and title remain crisp */
.unidade-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

/* Header Bottom Caption: Unidade & Endereço */
.unidade-header__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 2rem 3rem;
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
  display: flex;
  justify-content: center;
}

.unidade-header__caption-inner {
  text-align: center;
  max-width: 880px;
}

.unidade-header__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
  margin: 0 0 0.45rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.75);
  line-height: 1.25;
}

.unidade-header__address {
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.4vw, 0.94rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.85);
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   2. WELCOME SECTION (Boas Vindas ao Camarões Restaurante)
   Directly below the header (no brown bar per user request)
   -------------------------------------------------------------------------- */
.unidade-welcome {
  width: 100%;
  background-color: #ffffff;
  padding: 6.5rem 2rem 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.unidade-welcome__container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Vertical Brown Line (Identical to index.html) */
.unidade-welcome__line-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  overflow: visible;
  height: 85px;
}

.unidade-welcome__line-svg {
  display: block;
  overflow: visible;
  height: 120px;
  width: 2px;
}

.unidade-welcome__line-path {
  stroke: var(--color-brown, #6a4b35);
  stroke-dasharray: 85;
  stroke-dashoffset: 0;
  will-change: stroke-dashoffset;
}

/* Brand Emblem Logo (assets/img/logo-cor-BF721E.png) */
.unidade-welcome__logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
  /* Respiro visual editorial generoso */
}

.unidade-welcome__logo {
  height: 38px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(191, 114, 30, 0.18));
  transition: transform var(--transition-smooth);
}

.unidade-welcome__logo:hover {
  transform: scale(1.04);
}

.unidade-welcome__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 300;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-charcoal, #313131);
  margin-bottom: 2rem;
}

.unidade-welcome__desc {
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.0;
  letter-spacing: 0.02em;
  color: #555252;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------------------------------
   3. FULL-BLEED BORDERLESS INFINITE GALLERY WITH BULLET POINTS
   Full width edge-to-edge, no border, seamless loop with pratos images
   -------------------------------------------------------------------------- */
.unidade-gallery {
  position: relative;
  width: 100%;
  background-color: #f7f4ee;
  /* Soft alabaster backdrop for bullet section */
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 2rem;
}

/* Borderless Viewport */
.unidade-gallery__viewport {
  position: relative;
  width: 100%;
  height: clamp(380px, 58vh, 640px);
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
}

.unidade-gallery__viewport:active {
  cursor: grabbing;
}

/* Slider Track */
.unidade-gallery__track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* Individual Slide (100% full bleed, zero border) */
.unidade-gallery__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #12100e;
}

.unidade-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border: none;
  pointer-events: none;
}

/* Floating Navigation Arrows (Desktop luxury controls) */
.unidade-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 52px;
  height: 52px;
  background: rgba(18, 18, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
  opacity: 0.85;
  pointer-events: auto;
  transition: opacity 300ms var(--ease-luxury),
    background-color 300ms var(--ease-luxury),
    transform 300ms var(--ease-luxury),
    border-color 300ms var(--ease-luxury);
}

.unidade-gallery__arrow:hover {
  background-color: #BF721E;
  border-color: #BF721E;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-50%) scale(1.08);
}

.unidade-gallery__arrow--prev {
  left: 1.5rem;
}

.unidade-gallery__arrow--next {
  right: 1.5rem;
}

@media (max-width: 768px) {
  .unidade-gallery__arrow {
    width: 42px;
    height: 42px;
    opacity: 0.9;
  }
  .unidade-gallery__arrow--prev {
    left: 0.75rem;
  }
  .unidade-gallery__arrow--next {
    right: 0.75rem;
  }
}

.unidade-gallery__arrow-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

/* --------------------------------------------------------------------------
   Bullet Points (Carousel Dots matching Fasano image 2)
   -------------------------------------------------------------------------- */
.unidade-gallery__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 2.5rem 1rem 3.5rem;
}

.unidade-gallery__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c4bfb7;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.unidade-gallery__dot:hover {
  background-color: #736d65;
  transform: scale(1.25);
}

.unidade-gallery__dot.is-active {
  background-color: var(--color-charcoal, #313131);
  transform: scale(1.4);
}

/* --------------------------------------------------------------------------
   4. SEÇÃO NOSSO CARDÁPIO
   -------------------------------------------------------------------------- */
.unidade-cardapio {
  width: 100%;
  background-color: #ffffff;
  padding: 6.5rem 0 7rem;
  box-sizing: border-box;
}

.unidade-cardapio__container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  text-align: center;
  margin-bottom: 3.5rem;
  box-sizing: border-box;
}

.unidade-cardapio__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 300;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-charcoal, #313131);
  margin-bottom: 1.75rem;
}

.unidade-cardapio__desc {
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.0;
  letter-spacing: 0.02em;
  color: #555252;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------------------------------------------------
   Cardapio Action Card / Button
   Inspired by Reference Image with luxury architectural styling per design_system.html
   -------------------------------------------------------------------------- */
.unidade-cardapio__btn-wrap {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.cardapio-action-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 180px;
  padding: 2.2rem 2.2rem 2rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #BF721E 0%, #a25c14 100%);
  color: #ffffff;
  border: 1px solid #BF721E;
  box-shadow: 0 10px 30px rgba(191, 114, 30, 0.35);
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: transform 350ms var(--ease-luxury),
    box-shadow 350ms var(--ease-luxury),
    border-color 350ms var(--ease-luxury);
}

.cardapio-action-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 45px rgba(191, 114, 30, 0.5);
}

/* Cardapio Card Top Row: Icon + Badge */
.cardapio-action-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.cardapio-action-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.cardapio-action-card__icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  display: block;
}

.cardapio-action-card__badge {
  background-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Cardapio Card Bottom Row: Label, Title & Arrow */
.cardapio-action-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.cardapio-action-card__label {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 0.4rem;
}

.cardapio-action-card__value {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1.25;
  display: block;
}

.cardapio-action-card__arrow-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 300ms var(--ease-luxury);
}

.cardapio-action-card:hover .cardapio-action-card__arrow-wrap {
  transform: translateX(4px);
}

.cardapio-action-card__arrow {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  display: block;
}

/* --------------------------------------------------------------------------
   5. SEÇÃO HORÁRIOS DE FUNCIONAMENTO
   Inspired by Reference Image & design_system.html (Architectural Cards)
   -------------------------------------------------------------------------- */
.unidade-horarios {
  width: 100%;
  background-color: #faf8f5;
  /* Warm pearl alabaster backdrop */
  padding: 6.5rem 2rem 7rem;
  box-sizing: border-box;
}

.unidade-horarios__container {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unidade-horarios__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 300;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-charcoal, #313131);
  margin-bottom: 3.5rem;
  text-align: center;
}

.unidade-horarios__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}

/* Individual Schedule Card (Almoço / Jantar) */
.horario-card {
  background-color: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.09);
  border-radius: 0;
  /* Strictly architectural no rounded pill */
  padding: 2.25rem 2rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  transition: transform 350ms var(--ease-luxury),
    box-shadow 350ms var(--ease-luxury),
    border-color 350ms var(--ease-luxury);
}

.horario-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(191, 114, 30, 0.4);
}

.horario-card__header {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(49, 49, 49, 0.08);
}

.horario-card__icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(191, 114, 30, 0.25);
  background-color: rgba(191, 114, 30, 0.08);
  color: #BF721E;
  flex-shrink: 0;
  border-radius: 0;
  transition: background-color 300ms var(--ease-luxury), color 300ms var(--ease-luxury);
}

.horario-card:hover .horario-card__icon-box {
  background-color: #BF721E;
  border-color: #BF721E;
  color: #ffffff;
}

.horario-card__icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  display: block;
}

.horario-card__period {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--color-charcoal, #313131);
  letter-spacing: 0.04em;
  margin: 0;
}

.horario-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.horario-card__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-sans);
}

.horario-card__days {
  font-size: 0.92rem;
  font-weight: 400;
  color: #736d65;
  letter-spacing: 0.01em;
}

.horario-card__hours {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-charcoal, #313131);
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Subject to Change Note */
.unidade-horarios__note {
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-style: italic;
  color: #88827a;
  margin-top: 2.75rem;
  text-align: center;
  max-width: 620px;
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   6. SEÇÃO PEDIDOS & CONVENIÊNCIA
   Inspired by Reference Image (Retirada & Pedido Online Cards)
   -------------------------------------------------------------------------- */
.unidade-conveniencia {
  width: 100%;
  background-color: #ffffff;
  padding: 6rem 2rem 5.5rem;
  box-sizing: border-box;
}

.unidade-conveniencia__container {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* Header Tagline: — PEDIDOS & CONVENIÊNCIA */
.unidade-conveniencia__tagline-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.unidade-conveniencia__dash {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #BF721E;
  border-radius: 0;
}

.unidade-conveniencia__tagline {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #BF721E;
  margin: 0;
}

/* Cards Grid */
.unidade-conveniencia__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}

/* Base Card */
.conveniencia-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  padding: 2.2rem 2.2rem 2rem;
  border-radius: 18px;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: transform 350ms var(--ease-luxury),
    box-shadow 350ms var(--ease-luxury),
    border-color 350ms var(--ease-luxury);
}

.conveniencia-card:hover {
  transform: translateY(-3px);
}

/* Card 1: Light Card (Retirada de pedidos) */
.conveniencia-card--light {
  background-color: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.12);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
}

.conveniencia-card--light:hover {
  border-color: #BF721E;
  box-shadow: 0 14px 35px rgba(191, 114, 30, 0.12);
}

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

.conveniencia-card__icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conveniencia-card__icon-wrap--phone {
  background-color: rgba(191, 114, 30, 0.08);
  color: #BF721E;
  border: 1px solid rgba(191, 114, 30, 0.2);
}

.conveniencia-card__icon {
  width: 20px;
  height: 20px;
}

.conveniencia-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.conveniencia-card__label {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 400;
  color: #7a746e;
  letter-spacing: 0.01em;
  display: block;
  margin-bottom: 0.4rem;
}

.conveniencia-card--light .conveniencia-card__value {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--color-charcoal, #313131);
  letter-spacing: 0.02em;
}

/* Card 2: Copper Card (Direto da nossa cozinha / Pedido online) */
.conveniencia-card--copper {
  background: linear-gradient(135deg, #BF721E 0%, #a25c14 100%);
  color: #ffffff;
  border: 1px solid #BF721E;
  box-shadow: 0 10px 30px rgba(191, 114, 30, 0.35);
}

.conveniencia-card--copper:hover {
  box-shadow: 0 16px 45px rgba(191, 114, 30, 0.5);
}

.conveniencia-card__icon-wrap--bag {
  background-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.conveniencia-card__badge {
  background-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.conveniencia-card--copper .conveniencia-card__label {
  color: rgba(255, 255, 255, 0.88);
}

.conveniencia-card--copper .conveniencia-card__value {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.conveniencia-card__arrow-wrap {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
  transition: transform 300ms var(--ease-luxury);
}

.conveniencia-card--copper:hover .conveniencia-card__arrow-wrap {
  transform: translateX(4px);
}

.conveniencia-card__arrow {
  width: 20px;
  height: 20px;
}

/* --------------------------------------------------------------------------
   7. SEÇÃO COMODIDADES E SERVIÇOS
   11 Amenities Grid with luxury minimalist iconography
   -------------------------------------------------------------------------- */
.unidade-comodidades {
  width: 100%;
  background-color: #faf8f5;
  padding: 6.5rem 2rem 7rem;
  box-sizing: border-box;
}

.unidade-comodidades__container {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.unidade-comodidades__header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.unidade-comodidades__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 2.75rem);
  font-weight: 300;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-charcoal, #313131);
  margin-bottom: 1.25rem;
}

.unidade-comodidades__subtitle {
  font-family: var(--font-sans);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.9;
  color: #555252;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.unidade-comodidades__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.comodidade-card {
  background-color: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.08);
  border-radius: 0;
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  transition: transform 350ms var(--ease-luxury),
    box-shadow 350ms var(--ease-luxury),
    border-color 350ms var(--ease-luxury);
}

.comodidade-card:hover {
  transform: translateY(-4px);
  border-color: #BF721E;
  box-shadow: 0 12px 30px rgba(191, 114, 30, 0.12);
}

.comodidade-card__icon-box {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(191, 114, 30, 0.22);
  background-color: rgba(191, 114, 30, 0.07);
  color: #BF721E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  transition: background-color 300ms var(--ease-luxury),
    color 300ms var(--ease-luxury),
    border-color 300ms var(--ease-luxury);
}

.comodidade-card:hover .comodidade-card__icon-box {
  background-color: #BF721E;
  border-color: #BF721E;
  color: #ffffff;
}

.comodidade-card__icon {
  width: 22px;
  height: 22px;
}

.comodidade-card__name {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-charcoal, #313131);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   8. SEÇÃO LOCALIZAÇÃO DA UNIDADE
   Fiel à referência visual com card minimalista e visualização de mapa
   -------------------------------------------------------------------------- */
.unidade-localizacao {
  width: 100%;
  background-color: #ffffff;
  padding: 6rem 2rem 6.5rem;
  box-sizing: border-box;
}

.unidade-localizacao__container {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* Header Tagline: — LOCALIZAÇÃO */
.unidade-localizacao__tagline-wrap {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.unidade-localizacao__dash {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #BF721E;
  border-radius: 0;
}

.unidade-localizacao__tagline {
  font-family: var(--font-sans);
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #BF721E;
  margin: 0;
}

/* Address Card */
.localizacao-card {
  background-color: #ffffff;
  border: 1px solid rgba(49, 49, 49, 0.12);
  border-radius: 18px;
  padding: 1.8rem 2.2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  transition: transform 350ms var(--ease-luxury),
    box-shadow 350ms var(--ease-luxury),
    border-color 350ms var(--ease-luxury);
}

.localizacao-card:hover {
  transform: translateY(-2px);
  border-color: #BF721E;
  box-shadow: 0 14px 35px rgba(191, 114, 30, 0.12);
}

.localizacao-card__main {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.localizacao-card__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: rgba(191, 114, 30, 0.08);
  border: 1px solid rgba(191, 114, 30, 0.22);
  color: #BF721E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.localizacao-card__icon {
  width: 24px;
  height: 24px;
}

.localizacao-card__text {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.localizacao-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-charcoal, #313131);
  margin: 0;
  line-height: 1.2;
}

.localizacao-card__address {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 400;
  color: #66615b;
  line-height: 1.5;
  margin: 0;
}

/* Button: Ver no Google Maps */
.localizacao-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1.6rem;
  border-radius: 50px;
  border: 1px solid rgba(191, 114, 30, 0.4);
  background-color: transparent;
  color: #8e4720;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 300ms var(--ease-luxury);
}

.localizacao-card__btn:hover {
  background-color: #BF721E;
  color: #ffffff;
  border-color: #BF721E;
  box-shadow: 0 6px 20px rgba(191, 114, 30, 0.25);
  transform: translateY(-1px);
}

.localizacao-card__btn-icon {
  width: 14px;
  height: 14px;
  transition: transform 300ms var(--ease-luxury);
}

.localizacao-card__btn:hover .localizacao-card__btn-icon {
  transform: translate(2px, -2px);
}

/* Map Embed Container */
.unidade-localizacao__map-wrap {
  width: 100%;
  height: 380px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(49, 49, 49, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  position: relative;
  background-color: #faf8f5;
}

.unidade-localizacao__iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* ==========================================================================
   RESPONSIVENESS (TABLET & MOBILE)
   ========================================================================== */

/* Tablet (Portrait & Landscape: 768px - 1024px) */
@media (max-width: 1024px) {
  .unidade-header {
    height: 65vh;
    min-height: 420px;
  }

  .unidade-header__caption {
    padding: 0 1.75rem 2.5rem;
  }

  .unidade-welcome {
    padding: 5rem 1.75rem 3.5rem;
  }

  .unidade-welcome__logo-wrapper {
    margin-bottom: 3rem;
  }

  .unidade-welcome__title {
    font-size: clamp(1.8rem, 3.4vw, 2.3rem);
    margin-bottom: 1.5rem;
  }

  .unidade-welcome__container {
    max-width: 740px;
  }

  .unidade-welcome__desc {
    font-size: 1rem;
    line-height: 1.8;
  }

  .unidade-gallery__viewport {
    height: clamp(340px, 50vh, 520px);
  }

  .unidade-gallery__arrow {
    width: 44px;
    height: 44px;
    opacity: 0.75;
  }

  .unidade-gallery__arrow--prev {
    left: 1rem;
  }

  .unidade-gallery__arrow--next {
    right: 1rem;
  }

  .unidade-gallery__dots {
    padding: 2rem 1rem 3rem;
  }

  .unidade-cardapio {
    padding: 5rem 0 5.5rem;
  }

  .unidade-cardapio__container {
    padding: 0 1.75rem;
    margin-bottom: 2.75rem;
  }

  .unidade-cardapio__title {
    font-size: clamp(1.8rem, 3.4vw, 2.3rem);
    margin-bottom: 1.5rem;
  }

  .unidade-cardapio__desc {
    font-size: 1rem;
    line-height: 1.8;
  }

  .unidade-cardapio__btn-wrap {
    padding: 1.75rem 1.75rem 0;
  }

  .unidade-horarios {
    padding: 5rem 1.75rem 5.5rem;
  }

  .unidade-horarios__title {
    font-size: clamp(1.8rem, 3.4vw, 2.3rem);
    margin-bottom: 2.75rem;
  }

  .unidade-horarios__grid {
    gap: 1.5rem;
  }

  .horario-card {
    padding: 2rem 1.6rem;
  }

  .unidade-conveniencia {
    padding: 5rem 1.75rem 4.5rem;
  }

  .unidade-conveniencia__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .conveniencia-card {
    padding: 1.8rem 1.6rem 1.6rem;
    min-height: 170px;
  }

  .unidade-comodidades {
    padding: 5rem 1.75rem 5.5rem;
  }

  .unidade-comodidades__subtitle {
    font-size: 1.02rem;
    max-width: 620px;
  }

  .unidade-conveniencia__tagline,
  .unidade-localizacao__tagline {
    font-size: 0.82rem;
  }

  .unidade-comodidades__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .unidade-localizacao {
    padding: 5rem 1.75rem 5.5rem;
  }

  .unidade-localizacao__map-wrap {
    height: 340px;
  }
}

/* Mobile Devices (<= 767px) */
@media (max-width: 767px) {
  .unidade-header {
    height: 56vh;
    min-height: 360px;
  }

  .unidade-header__caption {
    padding: 0 1.25rem 2rem;
  }

  .unidade-header__title {
    font-size: 1.35rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.35rem;
  }

  .unidade-header__address {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .unidade-welcome {
    padding: 4rem 1.25rem 2.75rem;
  }

  .unidade-welcome__line-wrapper {
    height: 65px;
    margin-bottom: 1.5rem;
  }

  .unidade-welcome__line-svg {
    height: 120px;
  }

  .unidade-welcome__logo-wrapper {
    margin-bottom: 2.5rem;
  }

  .unidade-welcome__logo {
    height: 32px;
  }

  .unidade-welcome__title {
    font-size: 1.65rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
  }

  .unidade-welcome__desc {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .unidade-gallery {
    padding-bottom: 1rem;
  }

  .unidade-gallery__viewport {
    height: 300px;
  }

  .unidade-gallery__arrow {
    display: none;
    /* Mobile uses intuitive touch swipe */
  }

  .unidade-gallery__dots {
    gap: 0.7rem;
    padding: 1.75rem 1rem 2.5rem;
  }

  .unidade-gallery__dot {
    width: 7px;
    height: 7px;
  }

  .unidade-cardapio {
    padding: 4rem 0 4.5rem;
  }

  .unidade-cardapio__container {
    padding: 0 1.25rem;
    margin-bottom: 2.25rem;
  }

  .unidade-cardapio__title {
    font-size: 1.65rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.25rem;
  }

  .unidade-cardapio__desc {
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .unidade-cardapio__btn-wrap {
    padding: 1.5rem 1.25rem 0;
    max-width: 100%;
  }

  .cardapio-action-card {
    padding: 1.75rem 1.5rem 1.5rem;
    min-height: 155px;
    border-radius: 14px;
  }

  .cardapio-action-card__value {
    font-size: 1.25rem;
  }

  .unidade-horarios {
    padding: 4rem 1.25rem 4.5rem;
  }

  .unidade-horarios__title {
    font-size: 1.65rem;
    letter-spacing: 0.1em;
    margin-bottom: 2.25rem;
  }

  .unidade-horarios__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .horario-card {
    padding: 1.75rem 1.35rem;
  }

  .horario-card__days {
    font-size: 0.86rem;
  }

  .horario-card__hours {
    font-size: 0.94rem;
  }

  .unidade-horarios__note {
    font-size: 0.8rem;
    margin-top: 2rem;
  }

  /* Conveniência Mobile: Lado a Lado (2 colunas) */
  .unidade-conveniencia {
    padding: 3.5rem 1rem 3rem;
  }

  .unidade-conveniencia__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .conveniencia-card {
    padding: 1.25rem 0.95rem 1.1rem;
    min-height: 150px;
    border-radius: 14px;
  }

  .conveniencia-card__top {
    margin-bottom: 1.25rem;
  }

  .conveniencia-card__icon-wrap {
    width: 38px;
    height: 38px;
  }

  .conveniencia-card__icon {
    width: 18px;
    height: 18px;
  }

  .conveniencia-card__badge {
    padding: 0.25rem 0.55rem;
    font-size: 0.62rem;
    letter-spacing: 0.05em;
  }

  .conveniencia-card__label {
    font-size: 0.72rem;
    margin-bottom: 0.2rem;
    line-height: 1.25;
  }

  .conveniencia-card--light .conveniencia-card__value {
    font-size: clamp(0.85rem, 3.4vw, 1.12rem);
    white-space: nowrap;
  }

  .conveniencia-card--copper .conveniencia-card__value {
    font-size: clamp(0.92rem, 3.8vw, 1.18rem);
  }

  .conveniencia-card__arrow-wrap {
    width: 26px;
    height: 26px;
  }

  .conveniencia-card__arrow {
    width: 16px;
    height: 16px;
  }

  /* Comodidades Mobile */
  .unidade-comodidades {
    padding: 4.5rem 1.25rem 5rem;
  }

  .unidade-comodidades__header {
    margin-bottom: 2.5rem;
  }

  .unidade-comodidades__title {
    font-size: 1.65rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }

  .unidade-comodidades__subtitle {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .unidade-comodidades__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
  }

  .comodidade-card {
    padding: 1.4rem 0.85rem;
    gap: 0.75rem;
  }

  .comodidade-card__icon-box {
    width: 42px;
    height: 42px;
  }

  .comodidade-card__icon {
    width: 20px;
    height: 20px;
  }

  .comodidade-card__name {
    font-size: 0.8rem;
  }

  /* Localização Mobile */
  .unidade-localizacao {
    padding: 4rem 1.25rem 4.5rem;
  }

  .localizacao-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1.25rem;
    gap: 1.25rem;
    border-radius: 14px;
  }

  .localizacao-card__main {
    gap: 1rem;
  }

  .localizacao-card__icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .localizacao-card__icon {
    width: 20px;
    height: 20px;
  }

  .localizacao-card__title {
    font-size: 1.15rem;
  }

  .localizacao-card__address {
    font-size: 0.88rem;
  }

  .localizacao-card__btn {
    width: 100%;
    justify-content: center;
    padding: 0.75rem 1.2rem;
    box-sizing: border-box;
  }

  .unidade-localizacao__map-wrap {
    height: 280px;
    border-radius: 14px;
  }
}