* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 112.5%;
}

body {
  font-family: "Lora", Georgia, "Times New Roman", serif;
  color: #221d17;
  background: #f6f1e7;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brandmark {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1), transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
  transform: translate(20px, 12px);
}
@media (min-width: 881px) {
  .brandmark {
    transform: translate(26px, 14px);
  }
}

.brandmark__icon {
  display: block;
  width: 100%;
  pointer-events: auto;
}

.brandmark__stemma {
  width: 100%;
  display: block;
  transform: scaleY(0.97);
  filter: drop-shadow(0 3px 3px rgb(0, 0, 0));
}

.brandmark__wordmark {
  width: 0;
  opacity: 0;
  overflow: visible;
  margin-top: 0;
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1), margin-top 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.brandmark__wordmark img {
  width: 100%;
  display: block;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.7));
}

.brandmark__wordmark-nav {
  position: absolute;
  top: 0;
  left: 60px;
  margin-top: 10px;
  width: 210px;
  height: 28px;
  opacity: 1;
  overflow: visible;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.brandmark__wordmark-nav img {
  height: 100%;
  width: auto;
  display: block;
  filter: drop-shadow(0 3px 3px rgb(0, 0, 0));
}
@media (min-width: 881px) {
  .brandmark__wordmark-nav {
    left: 64px;
    width: 390px;
    height: 52px;
  }
}

.brandmark.wordmark-entering .brandmark__wordmark-nav {
  opacity: 0;
  transition: none;
}

body.is-top .brandmark__wordmark-nav {
  opacity: 0;
  transition: none;
}

.brandmark__payoff {
  opacity: 0;
  margin-top: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.03rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1), margin-top 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  width: max-content;
  max-width: 90vw;
  line-height: 1.3;
  letter-spacing: 0.14em;
}
@media (min-width: 881px) {
  .brandmark__payoff {
    letter-spacing: 0.24em;
    font-size: 1.73rem;
  }
}

body.is-top .brandmark {
  width: min(25.5vw, 18.7vh);
  transform: translate(calc(50vw - 50%), calc(44vh - 50%));
  pointer-events: none;
}
@media (min-width: 881px) {
  body.is-top .brandmark {
    width: min(29vw, 181px, 22vh);
    transform: translate(calc(50vw - 50%), calc(46vh - 50%));
  }
}

body.is-top .brandmark__icon {
  pointer-events: auto;
}

body.is-top .brandmark__stemma {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.7));
}

body.is-top .brandmark__wordmark {
  width: 253%;
  opacity: 1;
  margin-top: 16px;
}
@media (min-width: 881px) {
  body.is-top .brandmark__wordmark {
    width: 254%;
  }
}

body.is-top .brandmark__payoff {
  opacity: 0.92;
  margin-top: 12px;
}

body.is-top.menu-open .brandmark {
  z-index: 150;
  pointer-events: none;
}

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 200;
  padding: 18px 0;
  transition: padding 0.3s;
}
.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: background 0.3s, backdrop-filter 0.3s;
}
.nav.scrolled {
  padding: 12px 0;
}
.nav.scrolled::before {
  background: rgba(34, 29, 23, 0.94);
  backdrop-filter: blur(6px);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: none;
  padding-right: 24px;
}

.burger {
  display: block;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  z-index: 210;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.3s;
}
@media (min-width: 1240px) {
  .burger {
    display: none;
  }
}

.menu {
  list-style: none;
  gap: 34px;
  position: fixed;
  inset: 0;
  background: rgba(34, 29, 23, 0.98);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
}
.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
}
.menu a:hover {
  opacity: 1;
}
.menu.open {
  transform: none;
  transition: transform 0.35s ease;
}
.menu.closing {
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
@media (min-width: 1240px) {
  .menu {
    position: static;
    inset: auto;
    background: none;
    display: flex;
    flex-direction: row;
    transform: none;
    transition: transform 0.35s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .menu a {
    font-size: 0.8rem;
  }
  .menu.open, .menu.closing {
    transform: none;
    transition: none;
  }
}

.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
}

.hero__slides {
  position: absolute;
  inset: 0;
}

.hero__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.6s ease;
}
.hero__slide.active {
  opacity: 1;
}

.hero__slide--pan {
  background-size: auto 100%;
  background-position: 100% center;
}
.hero__slide--pan.active {
  animation: heroPan 18s ease-in-out forwards;
}

.hero__slide--pan-mobile {
  background-size: auto 100%;
  background-position: 100% center;
}
.hero__slide--pan-mobile.active {
  animation: heroPan 18s ease-in-out forwards;
}
@media (min-width: 881px) {
  .hero__slide--pan-mobile {
    background-size: cover;
    background-position: center;
  }
  .hero__slide--pan-mobile.active {
    animation: none;
  }
}

@keyframes heroPan {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 100% center;
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 17, 13, 0.58), rgba(20, 17, 13, 0.32) 42%, rgba(20, 17, 13, 0.72));
  z-index: 1;
  pointer-events: none;
}

.hero__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11vh;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.btn {
  display: inline-block;
  padding: 15px 40px;
  background: #9c7a3c;
  color: #fff;
  text-decoration: none;
  font-family: "Lora", Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid #9c7a3c;
  border-radius: 0;
  cursor: pointer;
  transition: 0.25s;
}
.btn:hover {
  background: transparent;
  border-color: #fff;
}

.btn--ghost {
  background: transparent;
  border-color: currentColor;
  color: #221d17;
}
.btn--ghost:hover {
  background: #221d17;
  color: #fff;
  border-color: #221d17;
}

.btn--whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  border-color: #25d366;
}
.btn--whatsapp svg {
  width: 18px;
  height: 18px;
  fill: #fff;
  flex-shrink: 0;
}
.btn--whatsapp:hover {
  background: #1ebe5b;
  border-color: #1ebe5b;
}

.hero__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(6vh + 60px);
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 881px) {
  .hero__dots {
    bottom: 6vh;
  }
}
.hero__dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.25s;
}
.hero__dots button.active {
  background: #fff;
}

.scroll-hint {
  display: none;
  position: absolute;
  bottom: 2.2vh;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0.65;
  font-size: 1.5rem;
  z-index: 2;
  animation: bob 2.4s ease-in-out infinite;
}
@media (min-width: 881px) {
  .scroll-hint {
    display: block;
  }
}

@keyframes bob {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 9px);
  }
}
section {
  padding: 76px 0;
}
@media (min-width: 881px) {
  section {
    padding: 110px 0;
  }
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9c7a3c;
  margin-bottom: 14px;
}

.struttura h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 26px;
  max-width: 18ch;
}

.struttura__grid,
.contatti__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}
@media (min-width: 881px) {
  .struttura__grid,
  .contatti__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

@media (min-width: 881px) {
  .struttura__grid {
    align-items: start;
  }
}

@media (min-width: 881px) {
  .contatti__grid {
    align-items: center;
  }
}

@media (min-width: 881px) {
  .struttura__foto {
    position: sticky;
    top: 100px;
  }
}

.struttura__testo p {
  margin-bottom: 18px;
  color: #6f665c;
  font-size: 1.03rem;
}

.struttura__foto img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 2px;
}
@media (min-width: 881px) {
  .struttura__foto img {
    height: 560px;
  }
}

.servizi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  list-style: none;
}
.servizi li {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #e9e0d0;
  padding: 8px 16px;
  color: #6f665c;
}

.camere__foto {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 881px) {
  .camere__foto {
    grid-template-columns: repeat(3, 1fr);
  }
}
.camere__foto img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.camere__foto img:hover {
  transform: scale(1.02);
  filter: brightness(1.04);
}

.ambienti {
  background: #e9e0d0;
}

.ambienti__head {
  text-align: center;
  margin-bottom: 52px;
}
.ambienti__head h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.ambienti__intro {
  max-width: 760px;
  margin: 0 auto 56px;
}
.ambienti__intro p {
  color: #6f665c;
  font-size: 1.03rem;
  margin-bottom: 14px;
}
.ambienti__intro p:last-child {
  margin-bottom: 0;
}

.masonry__cat-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  margin: 50px 0 10px;
}
.masonry__cat-title:first-of-type {
  margin-top: 0;
}

.masonry__cat-intro {
  color: #6f665c;
  font-size: 0.95rem;
  max-width: 760px;
  margin: 0 auto 18px;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 130px;
  grid-auto-flow: dense;
  gap: 14px;
  margin-bottom: 8px;
}
.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  grid-column: auto;
  grid-row: span 1;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.masonry img:hover {
  transform: scale(1.02);
  filter: brightness(1.04);
}
.masonry img:nth-child(3n+1) {
  grid-row: span 2;
}
@media (min-width: 881px) {
  .masonry {
    grid-auto-rows: 140px;
    gap: 14px;
  }
  .masonry img {
    grid-column: auto;
    grid-row: span 1;
  }
  .masonry img:nth-child(3n+1) {
    grid-row: span 1;
  }
}
@media (min-width: 881px) {
  .masonry--6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .masonry--6 img:nth-child(1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--6 img:nth-child(2) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--6 img:nth-child(3) {
    grid-column: 4;
    grid-row: span 2;
  }
  .masonry--6 img:nth-child(4) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--6 img:nth-child(5) {
    grid-column: 1/span 2;
    grid-row: span 1;
  }
  .masonry--6 img:nth-child(6) {
    grid-column: 3/span 2;
    grid-row: span 1;
  }
}
.masonry--5 img:nth-child(n) {
  grid-row: span 1;
}
.masonry--5 img:nth-child(1) {
  grid-row: span 2;
}
.masonry--5 img:nth-child(3) {
  grid-row: span 2;
}
.masonry--5 img:nth-child(4) {
  grid-row: span 2;
}
@media (min-width: 881px) {
  .masonry--5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .masonry--5 img:nth-child(1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--5 img:nth-child(2) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--5 img:nth-child(3) {
    grid-column: 2;
    grid-row: span 2;
  }
  .masonry--5 img:nth-child(4) {
    grid-column: 3;
    grid-row: span 2;
  }
  .masonry--5 img:nth-child(5) {
    grid-column: 1;
    grid-row: span 1;
  }
}
@media (min-width: 881px) {
  .masonry--4a {
    grid-template-columns: repeat(4, 1fr);
  }
  .masonry--4a img:nth-child(1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--4a img:nth-child(2) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--4a img:nth-child(3) {
    grid-column: 4;
    grid-row: span 2;
  }
  .masonry--4a img:nth-child(4) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
}
@media (min-width: 881px) {
  .masonry--4b {
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry--4b img:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: span 1;
  }
  .masonry--4b img:nth-child(2) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--4b img:nth-child(3) {
    grid-column: 2;
    grid-row: span 2;
  }
  .masonry--4b img:nth-child(4) {
    grid-column: 1/span 2;
    grid-row: span 1;
  }
}
.masonry--12 img:nth-child(n) {
  grid-row: span 1;
}
.masonry--12 img:nth-child(1) {
  grid-row: span 2;
}
.masonry--12 img:nth-child(4) {
  grid-column: 1/-1;
}
.masonry--12 img:nth-child(6) {
  grid-row: span 2;
}
.masonry--12 img:nth-child(10) {
  grid-row: span 2;
}
@media (min-width: 881px) {
  .masonry--12 {
    grid-template-columns: repeat(4, 1fr);
  }
  .masonry--12 img:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: span 1;
  }
  .masonry--12 img:nth-child(2) {
    grid-column: 3;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(3) {
    grid-column: 4;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(4) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(5) {
    grid-column: 2;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(6) {
    grid-column: 3;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(7) {
    grid-column: 4;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(8) {
    grid-column: 1/span 2;
    grid-row: span 1;
  }
  .masonry--12 img:nth-child(9) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(10) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--12 img:nth-child(11) {
    grid-column: 4;
    grid-row: span 2;
  }
  .masonry--12 img:nth-child(12) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
}
.masonry--11 img:nth-child(n) {
  grid-row: span 1;
}
.masonry--11 img:nth-child(1) {
  grid-row: span 2;
}
.masonry--11 img:nth-child(5) {
  grid-row: span 2;
}
.masonry--11 img:nth-child(7) {
  grid-row: span 2;
}
.masonry--11 img:nth-child(8) {
  grid-row: span 2;
}
.masonry--11 img:nth-child(11) {
  grid-column: 1/-1;
}
@media (min-width: 881px) {
  .masonry--11 {
    grid-template-columns: repeat(4, 1fr);
  }
  .masonry--11 img:nth-child(1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--11 img:nth-child(2) {
    grid-column: 2;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(3) {
    grid-column: 3;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(4) {
    grid-column: 4;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(5) {
    grid-column: 2/span 2;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(6) {
    grid-column: 4;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(7) {
    grid-column: 1;
    grid-row: span 2;
  }
  .masonry--11 img:nth-child(8) {
    grid-column: 2;
    grid-row: span 2;
  }
  .masonry--11 img:nth-child(9) {
    grid-column: 3/span 2;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(10) {
    grid-column: 3;
    grid-row: span 1;
  }
  .masonry--11 img:nth-child(11) {
    grid-column: 4;
    grid-row: span 1;
  }
}

.masonry__hidden {
  display: none;
}

.masonry__more {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.masonry__more .btn {
  padding: 9px 20px;
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

.dintorni {
  background: #fff;
}

.dintorni__head {
  text-align: center;
  margin-bottom: 40px;
}
.dintorni__head h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.dintorni__foto {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 44px;
}
@media (min-width: 881px) {
  .dintorni__foto {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dintorni__foto img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 2px;
  display: block;
  cursor: zoom-in;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.dintorni__foto img:hover {
  transform: scale(1.02);
  filter: brightness(1.04);
}

.dintorni__testo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 881px) {
  .dintorni__testo {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dintorni__gruppo h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: 14px;
}
.dintorni__gruppo ul {
  list-style: none;
}
.dintorni__gruppo li {
  color: #6f665c;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.dintorni__gruppo li:last-child {
  margin-bottom: 0;
}
.dintorni__gruppo li strong {
  color: #221d17;
  font-weight: 600;
}

.contatti {
  background: #221d17;
  color: #f6f1e7;
}
.contatti h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 26px;
}
.contatti a {
  color: #f6f1e7;
}

.contatti__sep {
  width: 40px;
  height: 1px;
  margin: 30px 0 18px;
  background: rgba(255, 255, 255, 0.18);
}

.contatti__loghi {
  display: flex;
  gap: 26px;
}
.contatti__loghi a {
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.contatti__loghi a:hover {
  opacity: 1;
}
.contatti__loghi svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
  display: block;
}

.riga {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
.riga strong {
  font-weight: 500;
  min-width: 100px;
  color: #9c7a3c;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-top: 5px;
}

.mappa-box {
  width: 100%;
  min-height: 340px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}
.mappa-box iframe {
  width: 100%;
  height: 340px;
  border: 0;
  filter: grayscale(0.35) contrast(1.05);
}
.mappa-box p {
  font-size: 0.9rem;
  color: #f6f1e7;
  opacity: 0.8;
  max-width: 34ch;
}
.mappa-box .btn {
  margin-top: 16px;
}

footer {
  background: #221d17;
  color: #6f665c;
  padding: 56px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__brand {
  width: 170px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

.footer__partner {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer__bottom a {
  text-decoration: none;
  opacity: 0.85;
}
.footer__bottom a:hover {
  opacity: 1;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__credit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}
.footer__credit img {
  width: 22px;
  height: 22px;
}
.footer__credit:hover {
  color: rgba(255, 255, 255, 0.8);
}

.barra {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 190;
  background: #221d17;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.barra a {
  flex: 1;
  padding: 15px 6px;
  text-align: center;
  color: #f6f1e7;
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.barra a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 881px) {
  .barra {
    display: none;
  }
}

body {
  padding-bottom: 52px;
}
@media (min-width: 881px) {
  body {
    padding-bottom: 0;
  }
}

.fab {
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 250;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
@media (min-width: 881px) {
  .fab {
    right: 24px;
  }
}

.fab--top {
  bottom: 68px;
  background: #221d17;
  color: #fff;
  font-size: 1.3rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.fab--top.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.fab--top:hover {
  background: #9c7a3c;
}
@media (min-width: 881px) {
  .fab--top {
    bottom: 88px;
  }
}

.fab--lang {
  left: 20px;
  right: auto;
  bottom: 68px;
  background: #221d17;
  overflow: hidden;
  padding: 0;
}
.fab--lang img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fab--lang:hover {
  opacity: 0.85;
}
@media (min-width: 881px) {
  .fab--lang {
    left: 24px;
    right: auto;
    bottom: 24px;
  }
}

.fab--whatsapp {
  display: none;
  background: #25d366;
}
.fab--whatsapp svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}
.fab--whatsapp:hover {
  background: #1ebe5b;
}
@media (min-width: 881px) {
  .fab--whatsapp {
    display: flex;
    bottom: 24px;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  background: #221d17;
  color: #f6f1e7;
  padding: 20px 24px;
  display: none;
}
.cookie-banner.show {
  display: block;
}

.cookie-banner__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 881px) {
  .cookie-banner__inner {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
}

.cookie-banner p {
  font-size: 0.86rem;
  flex: 1;
  min-width: 240px;
  color: rgba(246, 241, 231, 0.85);
}
.cookie-banner a {
  color: #f6f1e7;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cookie-banner__actions button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #f6f1e7;
  padding: 10px 20px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.cookie-banner__actions button.accept {
  background: #9c7a3c;
  border-color: #9c7a3c;
}
.cookie-banner__actions button:hover {
  opacity: 0.85;
}

.legal-hero {
  background: #221d17;
  color: #fff;
  padding: 170px 0 70px;
}
.legal-hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
}
.legal-hero a.back {
  display: inline-block;
  margin-bottom: 18px;
  color: #f6f1e7;
  opacity: 0.8;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-body {
  padding: 70px 0 100px;
}
.legal-body .wrap {
  max-width: 820px;
}
.legal-body h2 {
  font-size: 1.5rem;
  margin: 40px 0 14px;
}
.legal-body h2:first-child {
  margin-top: 0;
}
.legal-body p, .legal-body li {
  color: #6f665c;
  font-size: 1rem;
  margin-bottom: 14px;
}
.legal-body ul, .legal-body ol {
  padding-left: 22px;
  margin-bottom: 14px;
}
.legal-body strong {
  color: #221d17;
}
.legal-body .placeholder {
  background: #fff3cd;
  color: #7a5a00;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.85em;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.on {
  opacity: 1;
  transform: none;
}

[data-lightbox] {
  cursor: zoom-in;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(10, 8, 6, 0.96);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.show {
  display: flex;
}

.lightbox__figure {
  max-width: 92vw;
  max-height: 86vh;
  margin: 0;
  text-align: center;
}
.lightbox__figure img {
  max-width: 92vw;
  max-height: 78vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.lightbox__figure figcaption {
  color: #f6f1e7;
  opacity: 0.75;
  font-size: 0.85rem;
  margin-top: 16px;
}

.lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 8px;
  opacity: 0.8;
}
.lightbox__close:hover {
  opacity: 1;
}

.lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  opacity: 0.9;
}
.lightbox__arrow svg {
  width: 22px;
  height: 22px;
  display: block;
}
.lightbox__arrow:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.95);
}
.lightbox__arrow--prev {
  left: 6px;
}
.lightbox__arrow--next {
  right: 6px;
}
@media (min-width: 881px) {
  .lightbox__arrow {
    width: 52px;
    height: 52px;
  }
  .lightbox__arrow svg {
    width: 26px;
    height: 26px;
  }
  .lightbox__arrow--prev {
    left: 20px;
  }
  .lightbox__arrow--next {
    right: 20px;
  }
}

@media (max-width: 680px) {
  .lightbox__arrow {
    width: 40px;
    height: 40px;
  }
  .lightbox__arrow svg {
    width: 20px;
    height: 20px;
  }
  .lightbox__close {
    font-size: 1.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .scroll-hint {
    animation: none;
  }
  .brandmark, .brandmark__wordmark, .brandmark__payoff {
    transition: none;
  }
  .hero__slide {
    transition: none;
  }
  .hero__slide--pan.active,
  .hero__slide--pan-mobile.active {
    animation: none;
    background-position: center;
  }
}
