.section {
  position: relative;
  padding: 108px 0;
}

.section--soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.18)),
    rgba(255, 251, 245, 0.78);
}

.section--editorial {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
}

.h2 {
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.94;
  color: var(--text);
}

.h3 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 0.96;
}

.h4 {
  font-size: 24px;
  line-height: 1;
}

.lead {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.65;
  color: var(--text-soft);
}

.hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 94svh;
  padding: 148px 0 128px;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 25, 22, 0.76) 0%, rgba(20, 25, 22, 0.48) 42%, rgba(20, 25, 22, 0.24) 100%),
    linear-gradient(180deg, rgba(17, 22, 18, 0.18), rgba(17, 22, 18, 0.62));
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  width: 100%;
  min-height: calc(94svh - 220px);
}

.hero__copy {
  max-width: 720px;
  width: 100%;
  padding: 0 18px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__copy::after {
  display: none;
}

.kicker {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(220, 232, 223, 0.9);
  text-shadow: 0 2px 12px rgba(8, 14, 11, 0.34);
}

.hero__title {
  font-size: clamp(50px, 6.2vw, 80px);
  line-height: 0.92;
  color: #ffffff;
  font-weight: 800;
  text-shadow: 0 10px 28px rgba(10, 16, 12, 0.3);
}

.hero__title-em {
  color: #ffffff;
}

.hero__subtitle {
  max-width: 620px;
  margin-top: 18px;
  font-size: 21px;
  line-height: 1.6;
  color: rgba(240, 245, 241, 0.92);
  text-shadow: 0 2px 18px rgba(10, 16, 12, 0.24);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  justify-content: center;
}

.hero__proof {
  margin-top: 30px;
}

.hero__proof-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 700px;
  justify-content: center;
}

.hero .pill {
  background: rgba(255, 251, 244, 0.94);
  border-color: rgba(31, 43, 34, 0.08);
  color: #233128;
  white-space: normal;
  text-align: center;
  line-height: 1.3;
}

.hero-card {
  width: 100%;
  max-width: 420px;
  border-radius: 30px;
  padding: 0;
  overflow: hidden;
  background: rgba(28, 49, 38, 0.94);
  color: var(--text-inverse);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(22, 31, 25, 0.28);
}

.hero-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), #e4c480);
}

.hero-card__head {
  display: grid;
  gap: 10px;
  padding: 24px 24px 0;
}

.hero-card__badge {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #644920;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-card__meta {
  font-size: 13px;
  color: rgba(248, 245, 238, 0.68);
}

.hero-card__body {
  padding: 18px 24px 8px;
}

.hero-card__line {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(248, 245, 238, 0.92);
}

.hero-card__foot {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px 24px;
}

.hero__scroll {
  display: none;
}

.hero__scroll-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--green);
  animation: pulse 1.6s var(--ease) infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.92;
  }

  50% {
    transform: translateY(6px);
    opacity: 0.56;
  }
}

.hero-support {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 18px;
}

.hero-support__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.support-card {
  padding: 22px 22px 20px;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(37, 41, 34, 0.14);
}

.support-card__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green);
}

.support-card strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-family: inherit;
}

.support-card p {
  margin: 10px 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.two-col,
.media-split,
.location,
.reserve {
  display: grid;
  gap: 28px;
}

.two-col,
.media-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.two-col p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-soft);
}

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

.editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  padding: 26px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(245, 237, 223, 0.88));
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-lg);
}

.editorial__copy {
  max-width: 540px;
}

.editorial__media {
  aspect-ratio: 4 / 3;
}

.gallery__item {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: var(--shadow-md);
  cursor: pointer;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.7s var(--ease);
}

.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(24, 28, 24, 0.14) 100%);
  opacity: 0;
  transition: opacity 0.25s var(--ease);
}

.gallery__item:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.gallery__item:hover::after {
  opacity: 1;
}

.gallery__item,
.gallery__item--wide,
.gallery__item--tall,
.gallery__item:not(.gallery__item--wide):not(.gallery__item--tall) {
  grid-column: span 1;
  grid-row: auto;
  aspect-ratio: 4 / 3;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 20, 0.76);
  backdrop-filter: blur(8px);
}

.lightbox__dialog {
  position: relative;
  width: min(1100px, 92vw);
  height: min(82vh, 780px);
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 251, 244, 0.95);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: 0 32px 90px rgba(20, 22, 19, 0.28);
}

.lightbox__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: linear-gradient(180deg, #f6f1e8, #f0e9de);
}

.lightbox__caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 251, 244, 0.88);
  border: 1px solid rgba(31, 43, 34, 0.08);
  font-size: 13px;
  color: var(--text-soft);
}

.tabs {
  max-width: 1040px;
  margin: 0 auto;
}

.tabs__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(31, 43, 34, 0.08);
}

.tabs__tab {
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.18s var(--ease), color 0.18s var(--ease), box-shadow 0.18s var(--ease);
}

.tabs__tab.is-active {
  color: var(--text-inverse);
  background: linear-gradient(135deg, var(--green), #496c59);
  box-shadow: 0 12px 26px rgba(53, 86, 67, 0.22);
}

.tabs__panel {
  display: none;
  margin-top: 22px;
}

.tabs__panel.is-active {
  display: block;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

.specs li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-sm);
}

.specs__k {
  font-weight: 800;
  color: var(--text);
}

.specs__v {
  color: var(--text-soft);
  line-height: 1.6;
}

.specs--compact li {
  grid-template-columns: 120px 1fr;
}

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

.grid-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.grid-item {
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  color: var(--text);
}

.cards,
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.card,
.quote {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card:hover,
.quote:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(37, 41, 34, 0.14);
}

/* Cards com elementos gráficos (sem imagem) */
.card--graphic {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card__graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 36px 24px 20px;
  background: linear-gradient(180deg, rgba(229, 237, 230, 0.35), rgba(255, 255, 255, 0));
}

.card__graphic svg {
  transition: transform 0.4s var(--ease);
}

.card--graphic:hover .card__graphic svg {
  transform: scale(1.08);
}

.card--graphic .card__body {
  align-items: center;
  text-align: center;
  padding: 8px 24px 24px;
}

.card--graphic .card__body p {
  max-width: 280px;
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

#conteudo > section:nth-of-type(6) .card img {
  aspect-ratio: 4 / 3;
  min-height: 260px;
}

.card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px 18px 20px;
}

.card__body p {
  margin: 10px 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.lead--left {
  margin-top: 0;
  text-align: left;
}

.quote {
  padding: 22px;
}

.quote blockquote {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.quote figcaption {
  margin-top: 14px;
  color: var(--text-soft);
  font-size: 14px;
}

.reviews-shell {
  display: grid;
  gap: 18px;
}

.reviews-meta,
.reviews-status {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.reviews-meta {
  font-size: 14px;
  color: var(--text);
  font-weight: 700;
}

.reviews-status {
  font-size: 14px;
  color: var(--text-soft);
}

.review-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.review-card__top,
.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-card__stars {
  color: var(--accent-deep);
  letter-spacing: 0.08em;
  font-size: 13px;
  font-weight: 800;
}

.review-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-card__footer {
  margin-top: auto;
  align-items: flex-end;
}

.review-card__footer strong {
  font-size: 15px;
}

.review-card__footer span {
  color: var(--text-soft);
  font-size: 13px;
  text-align: right;
}

.reviews-actions {
  display: flex;
  justify-content: center;
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq h3 {
  margin: 22px 0 4px;
}

.faq-item {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  padding: 16px 18px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item__content {
  padding: 0 18px 18px;
  color: var(--text-soft);
  line-height: 1.7;
}

.location {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  align-items: stretch;
}

.location__info {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(250, 245, 237, 0.92));
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
}

.location__title {
  font-size: 40px;
  line-height: 0.95;
}

.location__line {
  margin-top: 10px;
  color: var(--text-soft);
  line-height: 1.6;
}

.location__info .button {
  margin-top: 22px;
}

.location__map {
  overflow: hidden;
  min-height: 420px;
  border-radius: 30px;
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
}

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

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

.reserve {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.78fr);
  max-width: 1040px;
  margin: 0 auto;
  align-items: start;
}

.form {
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(252, 248, 241, 0.94));
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

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

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field label {
  font-size: 13px;
  font-weight: 800;
  color: var(--text);
}

.field input,
.field select,
.field textarea {
  padding: 14px 14px;
  border-radius: 16px;
  border: 1px solid rgba(31, 43, 34, 0.1);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(53, 86, 67, 0.24);
  box-shadow:
    0 0 0 4px rgba(53, 86, 67, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.details {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(246, 239, 227, 0.82);
  border: 1px solid rgba(31, 43, 34, 0.08);
}

.details summary {
  padding: 14px 16px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.details summary::-webkit-details-marker {
  display: none;
}

.details__content {
  padding: 0 16px 16px;
}

.form__actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.form__hint,
.form__status {
  font-size: 13px;
  color: var(--text-soft);
}

.form__status {
  min-height: 18px;
}

.reserve-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.step {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 43, 34, 0.08);
}

.step__n {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.step__t {
  color: var(--text);
  font-size: 13px;
  line-height: 1.45;
}

.reserve-aside {
  display: grid;
  gap: 14px;
}

.reserve-aside__card {
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(35, 61, 48, 0.96), rgba(46, 73, 58, 0.92));
  color: var(--text-inverse);
  box-shadow: 0 28px 70px rgba(35, 61, 48, 0.2);
}

.reserve-aside__card--subtle {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  border: 1px solid rgba(31, 43, 34, 0.08);
  box-shadow: var(--shadow-md);
}

.reserve-aside__card .muted {
  color: rgba(248, 245, 238, 0.72);
}

.reserve-aside__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(31, 43, 34, 0.08);
}

.reserve-aside__card:first-child .reserve-aside__line {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.reserve-aside__line:first-child {
  border-top: 0;
}

.reserve-aside__line span {
  color: var(--text-soft);
}

.reserve-aside__card:not(.reserve-aside__card--subtle) .reserve-aside__line span {
  color: rgba(248, 245, 238, 0.72);
}

.reserve-aside__line strong {
  color: inherit;
}

.footer {
  padding: 46px 0 30px;
  background: linear-gradient(180deg, rgba(36, 66, 51, 0.98), rgba(28, 52, 40, 1));
  color: rgba(248, 245, 238, 0.9);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 18px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__brand img {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer__name {
  font-size: 26px;
  line-height: 0.95;
}

.footer__tag,
.footer__links a,
.footer__contact a,
.footer__bottom {
  color: rgba(248, 245, 238, 0.72);
}

.footer__links,
.footer__contact {
  display: grid;
  gap: 10px;
}

.footer__links a,
.footer__contact a {
  text-decoration: none;
}

.footer__links a:hover,
.footer__contact a:hover {
  color: rgba(248, 245, 238, 0.96);
}

.footer__bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
}

.footer__credit {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(248, 245, 238, 0.62);
}

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

.footer__credit a:hover {
  color: rgba(248, 245, 238, 0.92);
}

.dot {
  align-self: center;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(248, 245, 238, 0.4);
}

@media (max-width: 1120px) {
  .hero__grid,
  .reserve,
  .location,
  .two-col,
  .media-split,
  .editorial {
    grid-template-columns: 1fr;
  }

  .hero__panel {
    justify-content: flex-start;
  }

  .hero-card {
    max-width: 430px;
  }

  .hero__copy {
    max-width: 100%;
  }

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

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

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

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

@media (max-width: 760px) {
  .section {
    padding: 84px 0;
  }

  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .hero {
    min-height: auto;
    padding: 110px 0 84px;
    align-items: flex-start;
  }

  .hero__grid {
    min-height: auto;
  }

  .hero__copy {
    max-width: 100%;
    padding: 0 8px;
  }

  .hero__subtitle {
    max-width: 32ch;
    font-size: 18px;
  }

  .hero-support {
    margin-top: 22px;
    padding-bottom: 0;
  }

  .hero__actions {
    margin-top: 24px;
  }

  .hero__proof {
    margin-top: 24px;
  }

  .hero__proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 100%;
  }

  .hero .pill {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    padding: 11px 12px;
    font-size: 12px;
  }

  .hero-support__grid,
  .cards,
  .quotes,
  .grid-list,
  .reserve-steps {
    grid-template-columns: 1fr;
  }

  .specs li,
  .specs--compact li,
  .form__grid,
  .form__grid--details {
    grid-template-columns: 1fr;
  }

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

  .location__info,
  .form,
  .reserve-aside__card,
  .editorial {
    padding: 22px;
  }

  .tabs__list {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .tabs__tab {
    min-height: 48px;
  }

  .footer__bottom {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer__credit {
    flex-wrap: wrap;
    text-align: center;
  }

  .hero__scroll {
    display: none;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(var(--container), calc(100% - 24px));
  }

  .hero {
    padding-top: 96px;
    padding-bottom: 68px;
  }

  .hero__copy {
    padding: 0 4px;
  }

  .h2 {
    font-size: 38px;
  }

  .hero__title {
    font-size: 44px;
    line-height: 0.96;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__subtitle,
  .lead {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero__copy {
    max-width: 100%;
  }

  .hero-support {
    margin-top: 18px;
  }

  .hero__proof {
    margin-top: 22px;
  }

  .editorial {
    padding: 18px;
    border-radius: 24px;
  }

  .support-card {
    padding: 18px;
    border-radius: 20px;
  }

  .support-card strong {
    font-size: 18px;
  }

  .support-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .gallery__item,
  .gallery__item--wide,
  .gallery__item--tall,
  .gallery__item:not(.gallery__item--wide):not(.gallery__item--tall) {
    grid-column: span 1;
    aspect-ratio: 4 / 3;
  }

  .card img,
  #conteudo > section:nth-of-type(6) .card img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .card__graphic {
    padding: 28px 20px 16px;
  }

  .card__graphic svg {
    width: 64px;
    height: 64px;
  }

  .card--graphic .card__body {
    padding: 8px 20px 20px;
  }

  .header__inner {
    width: calc(100% - 20px);
    padding: 10px 14px;
  }

  .brand__name {
    font-size: 13px;
  }

  .brand__tagline {
    display: none;
  }

  .location__info,
  .form,
  .reserve-aside__card {
    padding: 18px;
    border-radius: 22px;
  }

  .reserve-steps {
    gap: 10px;
  }

  .step {
    padding: 12px;
  }

  .footer {
    padding-bottom: 92px;
  }

  .dot {
    display: none;
  }
}
