@font-face {
  font-family: "Lexend Deca";
  src: url("../fonts/lexenddeca-k2f1fzfyk-dhse0uppuwq5qnjy8.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NoirPro";
  src: url("../fonts/NoirPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NoirPro";
  src: url("../fonts/NoirPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #a4cc29;
  --orange: #e2733c;
  --orange-bright: #ff7530;
  --text: #4e4e4e;
  --soft: #f8faf5;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Lexend Deca", Arial, sans-serif;
  background: #fff;
}

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

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

button {
  font: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 44px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(117deg, var(--orange) 0%, var(--orange-bright) 100%);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.button:hover,
.button:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.button--wide {
  width: min(429px, 100%);
}

.hero {
  position: relative;
  min-height: 642px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .62), rgba(255, 255, 255, .62)),
    url("../img/chacara-vitoria-fundo-1.png") center / cover no-repeat;
}

.hero__copy {
  width: min(660px, calc(100% - 180px));
  padding: 165px 0 80px 90px;
}

.hero__logo {
  width: 106px;
  margin-bottom: 24px;
}

.hero h1 {
  margin: 0 0 22px;
  color: var(--green);
  font-size: 49.6px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--orange);
}

.hero p {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.hero__image {
  position: absolute;
  top: -18px;
  right: 0;
  width: min(639px, 48vw);
  z-index: 0;
  --float-y: 0px;
}

.hero__image img {
  width: 100%;
  height: auto;
}

.about {
  position: relative;
  min-height: 709px;
  overflow: hidden;
  background:
    linear-gradient(rgba(226, 115, 60, .56), rgba(226, 115, 60, .60)),
    url("../img/chacara-vitoria-fundo-2.png") center / cover no-repeat;
}

.about__side {
  position: absolute;
  top: 40px;
  left: 0;
  width: 476px;
  border-radius: 0 30px 30px 0;
  --float-y: 0px;
}

.about__copy {
  width: min(660px, 50vw);
  margin-left: auto;
  margin-right: 90px;
  padding-top: 240px;
  color: #fff;
}

.about__copy h2,
.gallery h2,
.reserve h2 {
  margin: 0;
  font-size: 49.6px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.about__copy h2 {
  margin-bottom: 22px;
}

.about__copy p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.about__mobile-extra {
  display: none;
}

.gallery {
  position: relative;
  min-height: 1102px;
  padding: 93px 0 100px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .60), rgba(255, 255, 255, .60)),
    url("../img/chacara-vitoria-fundo-3.png") center top / cover no-repeat;
}

.gallery__inner {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.gallery h2 {
  margin-bottom: 18px;
  color: var(--orange);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.gallery-card {
  position: relative;
  min-width: 0;
  min-height: 236px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.gallery-card img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-card span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: rgba(0, 0, 0, .32);
  opacity: 0;
  transition: opacity .2s ease;
}

.gallery-card:hover span,
.gallery-card:focus-visible span {
  opacity: 1;
}

.gallery-card--extra {
  display: none;
}

.gallery.show-extra .gallery-card--extra {
  display: block;
}

.gallery__more {
  min-width: 188px;
  margin-top: 44px;
}

.reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  width: 100%;
  min-height: 730px;
  padding: 90px 0 70px 64px;
  background:
    linear-gradient(rgba(226, 115, 60, .58), rgba(226, 115, 60, .62)),
    url("../img/chacara-vitoria-fundo-2.png") center / cover no-repeat;
  color: #fff;
}

.reserve__content {
  flex: 0 1 48%;
  max-width: 620px;
  padding-top: 0;
}

.reserve h2 {
  margin-bottom: 20px;
}

.reserve address {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.25;
}

.reserve address a,
.reserve address span {
  position: relative;
  padding-left: 24px;
}

.reserve address a:first-child::before,
.reserve address a:nth-child(2)::before,
.reserve address span::before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}

.reserve address a:first-child::before {
  content: "☎";
}

.reserve address a:nth-child(2)::before {
  content: "✉";
}

.reserve address span::before {
  content: "●";
  font-size: 12px;
  top: 4px;
}

.reserve__location {
  flex: 0 1 44%;
  max-width: 620px;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.reserve__location p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
}

.reserve__map {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 18px;
  background: #fff;
}

.site-footer {
  background: #fff;
  border-top: 4px solid var(--green);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1120px, calc(100% - 80px));
  min-height: 190px;
  margin: 0 auto;
  color: var(--orange);
}

.footer-top p {
  max-width: 270px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.footer-logo img {
  width: 82px;
}

.social {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}

.social a {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background: var(--green);
}

.social svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.footer-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1240px, calc(100% - 80px));
  min-height: 225px;
  margin: 0 auto;
  align-items: start;
  gap: 40px;
  padding-top: 55px;
  color: var(--orange);
  border-top: 1px solid rgba(226, 115, 60, .18);
}

.credit {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 22px;
  text-align: center;
}

.credit span {
  min-height: 19px;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .04em;
}

.credit img {
  width: 100px;
  max-height: 115px;
  object-fit: contain;
}

.credit--nova strong {
  display: none;
}

.credit--nova small {
  display: none;
}

.credit--nova img {
  width: 128px;
  max-height: none;
  filter: none;
}

.credit-icon {
  width: 48px;
  height: 56px;
  fill: var(--orange);
}

.credit-icon--file {
  width: 43px;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .28);
  animation: pulse 1.5s infinite;
}

.whatsapp-float svg {
  width: 42px;
  height: 42px;
  fill: #fff;
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 59px;
  padding: 10px 56px;
  color: #fff;
  background: var(--green);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.cookie.is-hidden {
  display: none;
}

.cookie p {
  margin: 0;
}

.cookie button,
.cookie a {
  flex: 0 0 auto;
  border: 0;
  border-radius: 20px;
  color: #fff;
  background: var(--orange);
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
}

.cookie__close {
  position: absolute;
  right: 16px;
  top: 50%;
  width: 34px;
  height: 20px;
  padding: 0 !important;
  transform: translateY(-50%);
  color: var(--green) !important;
  background: transparent !important;
  border: 1px solid rgba(226, 115, 60, .7) !important;
  border-radius: 2px !important;
  font-size: 16px !important;
  line-height: 16px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, .78);
}

.lightbox.is-open {
  display: flex;
}

.lightbox img {
  max-width: min(1000px, 92vw);
  max-height: 86vh;
  border-radius: 8px;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--orange);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  --reveal-x: 0px;
  --reveal-y: 24px;
  --reveal-scale: .98;
  opacity: 0;
  transform: translate3d(calc(var(--reveal-x) + var(--float-x, 0px)), calc(var(--reveal-y) + var(--float-y, 0px)), 0) scale(var(--reveal-scale));
  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2, .8, .2, 1);
  will-change: opacity, transform;
}

.reveal--right {
  --reveal-x: 28px;
}

.reveal.is-visible {
  opacity: 1;
  --reveal-y: 0px;
  --reveal-scale: 1;
}

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

  .button,
  .gallery-card span,
  .bio__right > a,
  .whatsapp-float,
  .reveal,
  .reveal--right {
    transition: none !important;
    animation: none !important;
  }

  .reveal,
  .reveal--right {
    opacity: 1;
    transform: none;
  }
}

.bio-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78)),
    url("../img/chacara-vitoria-imagem-1.png") center / cover no-repeat fixed;
}

.bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1120px, calc(100% - 120px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.bio__left {
  align-self: start;
  padding-top: 187px;
}

.bio__left img {
  width: 188px;
  margin-bottom: 34px;
}

.bio h1 {
  width: 550px;
  max-width: 100%;
  margin: 0;
  color: var(--orange-bright);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
}

.bio h1 em {
  color: var(--green);
  font-style: italic;
  font-weight: 800;
}

.bio__right {
  display: grid;
  align-content: start;
  gap: 20px;
}

.bio__right > a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s ease, filter .2s ease;
}

.bio__right > a:hover,
.bio__right > a:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.bio__right > a img {
  width: 550px;
  height: auto;
}

.bio h2 {
  margin: 0;
  color: var(--orange);
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.bio__made {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 56px;
  color: var(--orange);
  font-size: 32px;
  font-weight: 300;
}

.bio__made img {
  width: 125px;
}

.policy-page {
  min-height: 100vh;
  background: #fff;
}

.policy {
  width: min(1140px, calc(100% - 64px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.policy__logo {
  display: block;
  width: 103px;
  margin: 0 auto 28px;
}

.policy article {
  font-size: 17px;
  line-height: 1.42;
}

.policy__lead {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 1.55;
}

.policy__summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 30px;
}

.policy__summary-item {
  padding: 20px 18px;
  border: 1px solid rgba(226, 115, 60, .16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(164, 204, 41, .08), rgba(255, 255, 255, .92));
}

.policy__summary-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.25;
}

.policy__summary-item span {
  display: block;
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}

.policy h1,
.policy h2 {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.policy h2 {
  margin-top: 26px;
  font-size: 28px;
}

.policy p {
  margin: 0 0 14px;
}

.policy article h2 {
  margin-top: 28px;
  color: var(--orange);
  font-size: 24px;
}

.policy article p strong {
  color: var(--text);
}

.policy__contact {
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  border-radius: 12px;
  background: rgba(248, 250, 245, .9);
}

.policy__contact p {
  margin: 0 0 8px;
}

.policy ul {
  margin: 8px 0 18px 22px;
  padding-left: 18px;
}

.policy a:not(.button) {
  color: #d72b62;
}

.policy__back {
  width: 100%;
  margin-top: 24px;
  background: var(--green);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@media (max-width: 1024px) {
  .hero__copy {
    width: min(560px, 56vw);
    padding-left: 48px;
  }

  .hero h1,
  .about__copy h2,
  .gallery h2,
  .reserve h2 {
    font-size: 42px;
  }

  .hero__image {
    width: 50vw;
  }

  .about__side {
    width: 360px;
  }

  .about__copy {
    width: min(560px, 52vw);
    margin-right: 48px;
  }

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

  .reserve__content {
    flex-basis: 100%;
    max-width: none;
    padding-top: 0;
  }

  .reserve {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: auto;
    padding: 100px 48px 48px;
  }

  .reserve__location {
    grid-column: auto;
    margin-top: 0;
    max-width: none;
  }

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

  .bio {
    width: min(920px, calc(100% - 64px));
    gap: 30px;
  }
}

@media (max-width: 720px) {
  .button {
    width: 100%;
    min-height: 56px;
    padding: 0 24px;
    font-size: 16px;
  }

  .hero {
    min-height: 840px;
    padding: 41px 16px 58px;
    overflow: visible;
    text-align: center;
  }

  .hero__copy {
    width: 100%;
    padding: 0;
  }

  .hero__logo {
    width: 76px;
    margin: 0 auto 26px;
  }

  .hero h1 {
    max-width: 360px;
    margin: 0 auto 20px;
    font-size: 27px;
    line-height: 1.16;
  }

  .hero p {
    max-width: 315px;
    margin: 0 auto 24px;
    font-size: 17px;
    line-height: 1.45;
  }

  .hero__image {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 344px;
    margin: 30px auto 0;
  }

  .hero__image img {
    border-radius: 24px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
  }

  .about {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 47px 24px 49px;
    text-align: center;
  }

  .about__side {
    position: static;
    order: 2;
    width: 100%;
    margin-top: 32px;
    border-radius: 12px;
  }

  .about__copy {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .about__copy h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.08;
  }

  .about__copy p {
    font-size: 16px;
    line-height: 1.5;
  }

  .about__mobile-extra {
    display: block;
    order: 3;
    width: 100%;
    margin-top: 19px;
    border-radius: 12px;
  }

  .gallery {
    min-height: auto;
    padding: 0 0 54px;
  }

  .gallery__inner {
    width: calc(100% - 32px);
  }

  .gallery h2 {
    height: 0;
    overflow: hidden;
    margin: 0;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-card {
    min-height: 0;
    border-radius: 8px;
  }

  .gallery-card img {
    height: auto;
    aspect-ratio: 1.58 / 1;
    border-radius: 8px;
  }

  .gallery-card span {
    display: none;
  }

  .gallery__more {
    width: min(188px, 70%);
    margin-top: 42px;
  }

  .reserve {
    min-height: 794px;
    text-align: center;
    padding: 100px 16px 48px;
  }

  .reserve__content {
    width: 100%;
    padding-top: 0;
  }

  .reserve h2 {
    width: 290px;
    margin: 0 auto 90px;
    font-size: 28px;
    line-height: 1.08;
  }

  .reserve .button {
    display: none;
  }

  .reserve__location {
    grid-column: auto;
    padding: 0;
  }

  .reserve__location p {
    font-size: 16px;
  }

  .reserve__map {
    min-height: 280px;
    border-radius: 14px;
  }

  .reserve address {
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.45;
  }

  .site-footer {
    border-top-width: 3px;
  }

  .footer-top {
    display: flex;
    flex-direction: column;
    min-height: 252px;
    width: calc(100% - 32px);
    padding: 26px 0 36px;
  }

  .footer-top p {
    order: 3;
    max-width: 280px;
    margin-top: 22px;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
  }

  .footer-logo img {
    width: 86px;
  }

  .social {
    justify-content: center;
    margin-top: 18px;
  }

  .social a {
    width: 48px;
    height: 48px;
  }

  .footer-bottom {
    grid-template-columns: repeat(2, 1fr);
    width: calc(100% - 32px);
    min-height: 348px;
    gap: 56px 22px;
    padding-top: 50px;
  }

  .credit span {
    font-size: 13px;
  }

  .cookie {
    flex-wrap: wrap;
    min-height: 146px;
    padding: 16px 22px 15px;
    font-size: 13px;
  }

  .cookie p {
    flex: 0 0 100%;
    line-height: 1.55;
  }

  .cookie__close {
    right: 16px;
    top: 65px;
  }

  .whatsapp-float {
    display: none;
  }

  .bio-page {
    background-attachment: scroll;
  }

  .bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 320px);
    min-height: auto;
    padding: 76px 0 52px;
    margin: 0 auto;
    text-align: center;
  }

  .bio__left {
    align-self: center;
    padding-top: 0;
  }

  .bio__left img {
    width: 115px;
    margin: 0 auto 36px;
  }

  .bio h1 {
    width: 100%;
    font-size: 24px;
    line-height: 1.25;
  }

  .bio__right {
    width: 100%;
    gap: 16px;
    margin-top: 16px;
  }

  .bio__right > a img {
    width: 100%;
  }

  .bio h2 {
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
  }

  .bio__made {
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    font-size: 12px;
  }

  .bio__made img {
    width: 36px;
  }

  .policy__lead {
    font-size: 16px;
  }

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

  .policy article h2 {
    font-size: 20px;
  }

  .policy__summary-item {
    padding: 16px;
  }

  .policy__summary-item strong {
    font-size: 15px;
  }

  .policy__summary-item span {
    font-size: 14px;
  }

  .policy {
    width: calc(100% - 32px);
    padding-top: 32px;
  }

  .policy article {
    font-size: 15px;
  }

  .policy h1 {
    font-size: 27px;
  }

  .policy h2 {
    font-size: 23px;
  }
}
