@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1c1b2e;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

address {
  font-style: normal;
}

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
}

.section {
  padding-block: clamp(2.5rem, 8vw, 8rem);
}

.section-eyebrow {
  display: inline-block;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d4aaa;
  margin-bottom: 0.75rem;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #2a3189;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.section-title em {
  font-style: italic;
  font-weight: 400;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn:active {
  transform: translateY(0);
}
.btn--primary {
  background-color: #2a3189;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(42, 49, 137, 0.3);
}
.btn--primary:hover {
  background-color: #1d2266;
  box-shadow: 0 6px 24px rgba(42, 49, 137, 0.4);
}
.btn--outline {
  background-color: transparent;
  color: #2a3189;
  border: 2px solid #2a3189;
}
.btn--outline:hover {
  background-color: #2a3189;
  color: #ffffff;
}
.btn--submit {
  width: 100%;
  padding: 1rem 2rem;
  background-color: #2a3189;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 4px 16px rgba(42, 49, 137, 0.3);
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.btn--submit:hover {
  background-color: #1d2266;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(42, 49, 137, 0.4);
}
.btn--submit:active {
  transform: translateY(0);
}

.img-placeholder {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
.img-placeholder--hero {
  background-image: linear-gradient(160deg, #87ceeb 0%, #b8a070 35%, #c8956c 65%, #d4a854 100%);
}
.img-placeholder--etna {
  background-image: linear-gradient(180deg, #87ceeb 0%, #d4c090 40%, #a08860 70%, #706040 100%);
}
.img-placeholder--vespa {
  background-image: linear-gradient(150deg, #c8603a 0%, #e09070 40%, #8a7060 70%, #606880 100%);
}
.img-placeholder--etna-2 {
  background-image: linear-gradient(175deg, #e8c050 0%, #d4983a 40%, #c07828 70%, #a86020 100%);
}
.img-placeholder--etna-3 {
  background-image: linear-gradient(170deg, #2888c0 0%, #50a8d8 35%, #78c0e0 60%, #b0d8f0 100%);
}
.img-placeholder--vespa-2 {
  background-image: linear-gradient(150deg, #c8a050 0%, #d8b870 40%, #c09850 70%, #a87828 100%);
}
.img-placeholder--vespa-3 {
  background-image: linear-gradient(155deg, #483868 0%, #705880 40%, #907888 70%, #b89898 100%);
}
.img-placeholder--interior-main {
  background-image: linear-gradient(135deg, #c8b8a0 0%, #e0d0b8 50%, #b0a090 100%);
}
.img-placeholder--interior-terrace {
  background-image: linear-gradient(155deg, #a8c890 0%, #d0c8a0 45%, #c8a870 100%);
}
.img-placeholder--interior-kitchen {
  background-image: linear-gradient(135deg, #e8e0d0 0%, #d0c8b0 40%, #90a8b8 100%);
}
.img-placeholder--interior-detail {
  background-image: linear-gradient(155deg, #d4c0a0 0%, #c8b890 45%, #b09070 100%);
}
.img-placeholder--terrace-main {
  background-image: linear-gradient(160deg, #87ceeb 0%, #c8d890 35%, #e0c878 65%, #c8a860 100%);
}
.img-placeholder--terrace-view {
  background-image: linear-gradient(170deg, #a0c8e0 0%, #d0c890 40%, #c8b060 100%);
}
.img-placeholder--interior-bedroom {
  background-image: linear-gradient(145deg, #d8ccc0 0%, #e8ddd0 45%, #c0b4a8 100%);
}
.img-placeholder--interior-hallway {
  background-image: linear-gradient(140deg, #b8c8d0 0%, #d0c8b8 45%, #c8b898 100%);
}
.img-placeholder--terrace-evening {
  background-image: linear-gradient(160deg, #4a6080 0%, #8878a0 40%, #c07850 70%, #d0a060 100%);
}
.img-placeholder--living-a, .img-placeholder--living-b {
  background-image: linear-gradient(135deg, #c8b8a0 0%, #e0d0b8 50%, #b0a090 100%);
}
.img-placeholder--living-b {
  background-image: linear-gradient(155deg, #d0c8b8 0%, #e8e0d0 55%, #c0b8a8 100%);
}
.img-placeholder--kitchen-a {
  background-image: linear-gradient(135deg, #e8e0d0 0%, #d0c8b0 40%, #90a8b8 100%);
}
.img-placeholder--kitchen-b {
  background-image: linear-gradient(155deg, #f0e8d8 0%, #d8d0b8 45%, #a0b8c0 100%);
}
.img-placeholder--bedroom1 {
  background-image: linear-gradient(135deg, #c0c8c0 0%, #e8e0d0 60%, #a8b8c0 100%);
}
.img-placeholder--bedroom2 {
  background-image: linear-gradient(135deg, #c8b8c0 0%, #e8d8d0 60%, #a890a0 100%);
}
.img-placeholder--bathroom-a, .img-placeholder--bathroom-b {
  background-image: linear-gradient(135deg, #d0d0d0 0%, #e8e8e8 50%, #c0c8c8 100%);
}
.img-placeholder--bathroom-b {
  background-image: linear-gradient(155deg, #d8d8e0 0%, #ececec 50%, #c8c8d0 100%);
}
.img-placeholder--laundry-wc {
  background-image: linear-gradient(135deg, #d0d8d4 0%, #e8ece8 50%, #b8c4c0 100%);
}
.img-placeholder--owners {
  background-image: linear-gradient(145deg, #d4c0a0 0%, #c8a878 40%, #b89060 100%);
}

.reveal {
  opacity: 1;
  transform: none;
}
@media (min-width: 768px) {
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 80px;
  transition: height 0.35s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .nav {
    height: 120px;
  }
}
.nav.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 20px rgba(29, 34, 102, 0.1);
}
@media (min-width: 1024px) {
  .nav.scrolled {
    height: 80px;
  }
}
.nav__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav__logo-img {
  height: 56px;
  width: auto;
  display: block;
  transition: height 0.35s ease;
}
@media (min-width: 1024px) {
  .nav__logo-img {
    height: 82px;
  }
}
@media (min-width: 1024px) {
  .nav.scrolled .nav__logo-img {
    height: 56px;
  }
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  list-style: none;
}
@media (max-width: 1023px) {
  .nav__menu {
    position: fixed;
    inset: 0;
    top: 80px;
    background-color: #ffffff;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 99;
  }
  .nav__menu.open {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}
.nav__link {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #2a3189;
  text-decoration: none;
  transition: color 0.2s ease;
  position: relative;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #FFD300;
  transition: right 0.25s ease;
}
.nav__link:hover::after {
  right: 0;
}
.nav__link:hover {
  color: #1d2266;
}
.nav__link--cta {
  background-color: #FFD300;
  color: #2a3189;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 0 0 0 rgba(255, 211, 0, 0.7);
  animation: cta-pulse 2.5s ease-in-out infinite;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.nav__link--cta::after {
  display: none;
}
.nav__link--cta:hover {
  background-color: #e6bc00;
  transform: translateY(-2px);
  box-shadow: 0 4px 18px rgba(255, 211, 0, 0.6);
  animation: none;
}
.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .nav__burger {
    display: flex;
  }
}
.nav__burger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2a3189;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.nav__burger.active .nav__burger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav__burger.active .nav__burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav__burger.active .nav__burger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.nav__lang {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  flex-shrink: 0;
}
.nav__lang-pill {
  background: none;
  border: 1.5px solid transparent;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #4a4860;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.nav__lang-pill:hover {
  color: #2a3189;
  border-color: rgba(42, 49, 137, 0.3);
}
.nav__lang-pill--active {
  background-color: #2a3189;
  color: #ffffff;
  border-color: #2a3189;
}
.nav__lang-pill--active:hover {
  background-color: #3d4aaa;
  border-color: #3d4aaa;
  color: #ffffff;
}

.hero {
  min-height: 100vh;
  background-color: #FFD300;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 120px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at 80% 50%, rgba(230, 188, 0, 0.4) 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(230, 188, 0, 0.25) 0%, transparent 50%);
  pointer-events: none;
}
.hero__inner {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 4rem);
  padding-block: clamp(3rem, 6vw, 5rem);
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 5rem);
  }
}
@media (min-width: 1280px) {
  .hero__inner {
    max-width: 1440px;
  }
}
.hero__content {
  order: 2;
}
@media (min-width: 1024px) {
  .hero__content {
    order: 1;
  }
}
.hero__eyebrow {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2a3189;
  opacity: 0.75;
  margin-bottom: 1.25rem;
}
.hero__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
  color: #2a3189;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
.hero__title em {
  font-style: italic;
  font-weight: 400;
}
.hero__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  color: #2a3189;
  opacity: 0.8;
  max-width: 48ch;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.hero__direct-note {
  font-size: 1rem;
  color: #4a4860;
  margin-bottom: 2rem;
  letter-spacing: 0.01em;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.hero__visual {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 1024px) {
  .hero__visual {
    order: 2;
    justify-content: flex-end;
  }
}
.hero__carousel-wrapper {
  position: relative;
  display: inline-block;
}
.hero__circle {
  width: clamp(280px, 45vw, 620px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 24px 80px rgba(29, 34, 102, 0.25), 0 0 0 12px rgba(230, 188, 0, 0.5);
}
.hero__carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero__carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero__carousel-slide {
  flex: 0 0 100%;
  height: 100%;
}
.hero__carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero__carousel-prev, .hero__carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.75);
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1rem;
  color: #2a3189;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, opacity 0.2s ease;
  z-index: 2;
  opacity: 0;
}
.hero__carousel-prev:hover, .hero__carousel-next:hover {
  background: rgba(255, 255, 255, 0.95);
}
.hero__carousel-prev {
  left: 0.75rem;
}
.hero__carousel-next {
  right: 0.75rem;
}
.hero__carousel-wrapper:hover .hero__carousel-prev, .hero__carousel-wrapper:hover .hero__carousel-next {
  opacity: 1;
}
.hero__carousel-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.375rem;
  z-index: 2;
}
.hero__carousel-dots .dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}
.hero__carousel-dots .dot.is-active {
  background: #ffffff;
  transform: scale(1.3);
}
.hero__circle-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__trinacria-wrap {
  position: absolute;
  top: -6%;
  right: -8%;
  width: 37%;
  z-index: 10;
}
.hero__trinacria-wrap:hover .hero__trinacria-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.hero__trinacria {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
  filter: drop-shadow(0 12px 28px rgba(29, 34, 102, 0.35)) drop-shadow(0 4px 8px rgba(29, 34, 102, 0.2));
  transition: transform 0.3s ease;
}
.hero__trinacria:hover {
  transform: scale(1.08);
}
.hero__trinacria-tip {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  white-space: nowrap;
  background: rgba(29, 34, 102, 0.88);
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0.35em 0.75em;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.hero__badge {
  position: absolute;
  bottom: 10%;
  left: 5%;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 8px 32px rgba(29, 34, 102, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.hero__badge.is-switching {
  opacity: 0;
}
@media (min-width: 1024px) {
  .hero__badge {
    left: -2rem;
  }
}
.hero__badge--right {
  left: auto;
  right: 5%;
  bottom: 25%;
}
@media (min-width: 1024px) {
  .hero__badge--right {
    right: -1rem;
  }
}
.hero__badge--top {
  bottom: auto;
  left: 50%;
  top: 6%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .hero__badge--top {
    top: -4%;
  }
}
.hero__badge.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.hero__badge-num {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a3189;
  line-height: 1;
}
.hero__badge-label {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a88a0;
  line-height: 1;
}
.hero__scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #2a3189;
  opacity: 0.6;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 1;
  animation: bounce-hint 2.5s ease-in-out infinite;
}
@media (max-width: 767px) {
  .hero__scroll-hint {
    display: none;
  }
}

@keyframes bounce-hint {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: translateX(-50%) translateY(6px);
    opacity: 0.4;
  }
}
@keyframes cta-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 211, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 211, 0, 0);
  }
}
.sicily {
  background-color: #ffffff;
}
.sicily__banner-top, .sicily__banner-bottom {
  width: 100%;
  height: clamp(220px, 35vw, 480px);
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 4px;
}
.sicily__banner-top::-webkit-scrollbar, .sicily__banner-bottom::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .sicily__banner-top, .sicily__banner-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
    scroll-snap-type: none;
  }
}
.sicily__banner-img {
  height: 100%;
  min-width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  overflow: hidden;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .sicily__banner-img {
    min-width: 0;
    flex-shrink: 1;
  }
}
.sicily__banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sicily__banner-img:hover .banner-caption {
  opacity: 1;
  transform: translateY(0);
}
.sicily__body {
  padding-block: clamp(2rem, 6vw, 5rem);
}
.sicily__header {
  max-width: 700px;
  margin-bottom: 2.5rem;
}
.sicily__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 3rem;
}
@media (min-width: 768px) {
  .sicily__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.sicily__col p {
  color: #4a4860;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.sicily__col p:last-child {
  margin-bottom: 0;
}
.sicily__col p strong {
  color: #2a3189;
  font-weight: 600;
}

.banner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.875rem 1rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  .banner-caption {
    opacity: 0;
    transform: translateY(5px);
  }
}
.banner-caption:empty {
  display: none;
}
.banner-caption__link {
  flex-shrink: 0;
  color: #FFD300;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.banner-caption__link::after {
  content: " →";
}
.banner-caption__link:hover {
  color: #fff;
}

.house {
  background-color: #f7f2e8;
  position: relative;
  overflow: hidden;
}
.house__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .house__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.house__grid + .house__grid {
  margin-top: clamp(3rem, 8vw, 6rem);
  padding-top: clamp(3rem, 8vw, 6rem);
  border-top: 1px solid rgba(42, 49, 137, 0.1);
}
@media (max-width: 1023px) {
  .house__grid--reversed .house__content {
    order: -1;
  }
}
@media (min-width: 1024px) {
  .house__grid--reversed .house__images {
    order: -1;
  }
}
.house__lead {
  font-size: 1.0625rem;
  color: #1c1b2e;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.house p {
  color: #4a4860;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.house__images {
  position: relative;
}

.img-carousel {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 24px 64px rgba(29, 34, 102, 0.28);
  cursor: zoom-in;
}
.img-carousel::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='22' y2='22'/%3E%3Cline x1='11' y1='8' x2='11' y2='14'/%3E%3Cline x1='8' y1='11' x2='14' y2='11'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 2;
}
.img-carousel:hover::after {
  opacity: 1;
  transform: scale(1);
}
.img-carousel__track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.img-carousel__slide {
  flex: 0 0 100%;
  height: 100%;
}
.img-carousel__slide picture, .img-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-carousel__prev, .img-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #2a3189;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  transition: background 0.15s ease;
}
.img-carousel__prev:hover, .img-carousel__next:hover {
  background: rgba(255, 255, 255, 0.95);
}
.img-carousel__prev {
  left: 0.75rem;
}
.img-carousel__next {
  right: 0.75rem;
}
.img-carousel__dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.375rem;
  z-index: 2;
}
.img-carousel__dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.img-carousel__dots .dot.is-active {
  background: #ffffff;
  transform: scale(1.3);
}

.rooms {
  background-color: #fafaf7;
}
.rooms__header {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.rooms__intro {
  font-size: 1.0625rem;
  color: #4a4860;
  margin-top: 0.5rem;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #e8dcc4;
  padding-bottom: 0;
  position: relative;
}

.tab {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #8a88a0;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.25s ease, border-color 0.25s ease;
  letter-spacing: 0.01em;
}
.tab:hover {
  color: #2a3189;
}
.tab--active, .tab[aria-selected=true] {
  color: #2a3189;
  font-weight: 600;
  border-bottom-color: #FFD300;
}

.room-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.room-panel--active {
  display: block;
  opacity: 1;
}
.room-panel.is-fading-in {
  opacity: 1;
}
.room-panel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}
@media (min-width: 1024px) {
  .room-panel__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.room-panel__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #2a3189;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.room-panel p {
  color: #4a4860;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.room-panel__list {
  list-style: none;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.room-panel__list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.0625rem;
  color: #4a4860;
}
.room-panel__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFD300;
  border-radius: 2px;
  flex-shrink: 0;
}

.floorplan {
  background-color: #ffffff;
}
.floorplan__header {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.floorplan__figure {
  max-width: 960px;
  margin-inline: auto;
  text-align: center;
}
.floorplan__image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(29, 34, 102, 0.08);
}
.floorplan__caption {
  margin-top: 1rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #8a88a0;
}

.amenities {
  background-color: #fafaf7;
}
.amenities__header {
  text-align: center;
  max-width: 700px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.amenities__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  list-style: none;
}

.amenity-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding: 2rem 1.25rem;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8dcc4;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.amenity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(29, 34, 102, 0.12);
}
.amenity-card__icon {
  width: 56px;
  height: 56px;
  background-color: #FFD300;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.amenity-card__icon svg {
  width: 30px;
  height: 30px;
}
.amenity-card__label {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1b2e;
  line-height: 1.3;
}
.amenity-card__desc {
  font-size: 0.875rem;
  color: #8a88a0;
  line-height: 1.4;
  margin-top: -0.5rem;
}

.location {
  background-color: #ffffff;
  border-top: 1px solid #e8dcc4;
  padding: 0;
}
.location__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "map" "content";
  align-items: start;
}
@media (min-width: 1024px) {
  .location__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "content map";
    min-height: calc(100vh - 80px);
  }
}
.location__content {
  grid-area: content;
  padding: 3rem 1.25rem 4rem;
}
@media (min-width: 1024px) {
  .location__content {
    padding: 4rem 3rem 4rem;
    position: sticky;
    top: 80px;
    align-self: start;
  }
}
.location__intro {
  font-size: 1rem;
  color: #4a4860;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.location__tiers {
  border-top: 1px solid #e8dcc4;
}
.location__map {
  grid-area: map;
  height: 300px;
  position: sticky;
  top: 80px;
  z-index: 15;
}
@media (min-width: 1024px) {
  .location__map {
    height: calc(100vh - 80px);
  }
}

.loc-tier {
  border-bottom: 1px solid #e8dcc4;
}
.loc-tier__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 0.75rem;
}
.loc-tier__label {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a3189;
  transition: color 0.2s;
}
.loc-tier__sub {
  font-weight: 400;
  color: #8a88a0;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 0.4em;
}
.loc-tier__toggle {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  color: #8a88a0;
}
.loc-tier__toggle::before, .loc-tier__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.loc-tier__toggle::after {
  transform: rotate(90deg);
}
.loc-tier.is-open .loc-tier__label {
  color: #2a3189;
}
.loc-tier.is-open .loc-tier__toggle {
  color: #2a3189;
}
.loc-tier.is-open .loc-tier__toggle::after {
  transform: rotate(90deg) scaleX(0);
}
.loc-tier:not(.is-open) .loc-tier__header:hover .loc-tier__label {
  color: #2a3189;
}
.loc-tier__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.loc-tier__body > ul {
  min-height: 0;
  overflow: hidden;
}
.loc-tier.is-open .loc-tier__body {
  grid-template-rows: 1fr;
}
.loc-tier__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.loc-tier__list li:last-child {
  padding-bottom: 0.75rem;
}

.loc-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.35rem 0;
}
.loc-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.loc-item__dot--home {
  background-color: #FFD300;
  outline: 1.5px solid #1d2266;
  outline-offset: -1px;
}
.loc-item__dot--sights {
  background-color: #2070c0;
}
.loc-item__dot--food {
  background-color: #d4622a;
}
.loc-item__dot--nature {
  background-color: #2e8c50;
}
.loc-item__dot--towns {
  background-color: #c07818;
}
.loc-item__dot--beach {
  background-color: #3390b0;
}
.loc-item__name {
  flex: 1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  color: #2a3189;
  min-width: 0;
  cursor: pointer;
}
.loc-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.loc-item__guide {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2a3189;
  white-space: nowrap;
  border: 1px solid #2a3189;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  flex-shrink: 0;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.15s;
}
.loc-item__guide:hover {
  opacity: 1;
}
.loc-item__dist {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  color: #8a88a0;
  white-space: nowrap;
  background-color: rgba(232, 220, 196, 0.6);
  padding: 0.15rem 0.55rem;
  border-radius: 20px;
  flex-shrink: 0;
}

.loc-pin--highlight {
  animation: loc-pin-pulse 1.8s ease-in-out infinite;
}

@keyframes loc-pin-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 211, 0, 0.7);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 211, 0, 0);
  }
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 15px;
  line-height: 1.5;
  margin: 14px 18px;
}

.contact {
  background-color: #FFD300;
}
.contact__inner {
  max-width: 760px;
  margin-inline: auto;
}
.contact__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact__logo {
  height: 110px;
  width: auto;
  margin-inline: auto;
  margin-bottom: 1.5rem;
}
.contact__title {
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 1rem;
}
.contact__subtitle {
  font-size: 1rem;
  color: #2a3189;
  opacity: 0.8;
  max-width: 44ch;
  margin-inline: auto;
  line-height: 1.7;
}
.contact__card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 24px 80px rgba(29, 34, 102, 0.18);
}
.contact__pricing {
  margin-bottom: 2.5rem;
  text-align: center;
}
.contact__pricing-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: #1d2266;
  margin-bottom: 1.25rem;
}

.pricing-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 639px) {
  .pricing-table-wrap {
    overflow-x: visible;
  }
}

.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.0625rem;
}
@media (min-width: 640px) {
  .pricing-table {
    min-width: 480px;
  }
}
.pricing-table th,
.pricing-table td {
  padding: 0.75rem 1rem;
  text-align: center;
}
.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
}
@media (max-width: 639px) {
  .pricing-table thead {
    display: none;
  }
}
.pricing-table thead th {
  background-color: #2a3189;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.pricing-table thead th:first-child {
  border-radius: 8px 0 0 0;
}
.pricing-table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.pricing-table tbody tr {
  background-color: #ffffff;
}
.pricing-table tbody tr td {
  border-bottom: 1px solid #e8dcc4;
}
.pricing-table tbody tr:nth-child(even) {
  background-color: #f7f2e8;
}
@media (max-width: 639px) {
  .pricing-table tbody tr {
    display: block;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8dcc4;
    overflow: hidden;
  }
  .pricing-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #e8dcc4;
  }
  .pricing-table tbody tr td:first-child {
    background-color: #2a3189;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 0.625rem 1rem;
  }
  .pricing-table tbody tr td:first-child::before {
    display: none;
  }
  .pricing-table tbody tr td:last-child {
    border-bottom: none;
  }
  .pricing-table tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #4a4860;
    font-size: 0.875rem;
    text-align: left;
    margin-right: 1rem;
  }
}
.pricing-table__highlight {
  background-color: #fff8cc !important;
}
@media (max-width: 639px) {
  .pricing-table__highlight {
    border-color: #d4c87a !important;
  }
}
.pricing-table__highlight {
  font-weight: 600;
}
.pricing-table__note {
  background-color: #f7f2e8;
  font-size: 1rem;
  color: #4a4860;
  line-height: 1.6;
  text-align: center;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 639px) {
  .pricing-table__note {
    display: block;
    border-radius: 8px;
    margin-top: 0.5rem;
  }
}
.pricing-table__note strong {
  color: #2a3189;
}
@media (max-width: 639px) {
  .pricing-table tfoot tr,
  .pricing-table tfoot td {
    display: block;
  }
}

.offers {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.offers__card {
  flex: 0 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid #e8dcc4;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.offers__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(29, 34, 102, 0.12);
}
.offers__badge {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a3189;
  line-height: 1;
}
.offers__text {
  font-size: 0.9375rem;
  color: #4a4860;
  line-height: 1.4;
  margin: 0;
}

.direct-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 0.9375rem;
  color: #4a4860;
  line-height: 1.5;
}
.direct-benefits li {
  padding-left: 1.25rem;
  position: relative;
}
.direct-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2a3189;
  font-weight: 700;
}
@media (max-width: 640px) {
  .direct-benefits {
    grid-template-columns: 1fr;
  }
}

.booking-form__row {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.booking-form__row--dates {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .booking-form__row--dates {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-form__row--contact {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .booking-form__row--contact {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-form__row--guests {
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 640px) {
  .booking-form__row--guests {
    grid-template-columns: 1fr 1fr;
  }
}
.booking-form__note {
  text-align: center;
  font-size: 0.9375rem;
  color: #8a88a0;
  margin-top: 1rem;
}

.booking-form__gdpr {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
}
.booking-form__gdpr-label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #4a4860;
  line-height: 1.5;
}
.booking-form__gdpr-label input[type=checkbox] {
  flex-shrink: 0;
  margin-top: 0.1em;
  width: 16px;
  height: 16px;
  accent-color: #2a3189;
  cursor: pointer;
}
.booking-form__gdpr-link {
  color: #2a3189;
  text-decoration: underline;
}
.booking-form__gdpr-link:hover {
  opacity: 0.75;
}
.booking-form__gdpr .form-field__error:not(:empty) {
  display: block;
  margin-top: 0.375rem;
}

.booking-error {
  background-color: #fff0f0;
  border: 1.5px dashed #e05555;
  border-radius: 8px;
  padding: 0.875rem 1.25rem;
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #c0392b;
  text-align: center;
}
.booking-error p {
  margin: 0;
}
.booking-error[hidden] {
  display: none;
}

.flatpickr-day {
  color: #000000 !important;
}

.reserved-date {
  /*background-color: #e0e0e0 !important; */
  color: #888888 !important;
}

.flatpickr-disabled {
  color: #cacaca !important;
  position: relative;
}
.flatpickr-disabled::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: linear-gradient(to bottom right, transparent calc(50% - 0.5px), #bdbdbd calc(50% - 0.5px), #bdbdbd calc(50% + 0.5px), transparent calc(50% + 0.5px));
  pointer-events: none;
  border-radius: 2px;
}

.flatpickr-calendar {
  position: relative;
}

.fp-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  z-index: 10;
}

.fp-spinner {
  display: block;
  width: 28px;
  height: 28px;
  border: 3px solid rgba(42, 49, 137, 0.2);
  border-top-color: #2a3189;
  border-radius: 50%;
  animation: fp-spin 0.7s linear infinite;
}

@keyframes fp-spin {
  to {
    transform: rotate(360deg);
  }
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-bottom: 0;
}
.form-field__label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #1c1b2e;
  letter-spacing: 0.02em;
}
.form-field__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid #e8dcc4;
  border-radius: 8px;
  font-size: 1.0625rem;
  color: #1c1b2e;
  background-color: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
}
.form-field__input:focus {
  outline: none;
  border-color: #2a3189;
  box-shadow: 0 0 0 3px rgba(42, 49, 137, 0.12);
}
.form-field__input::placeholder {
  color: #8a88a0;
}
.form-field__select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a4860' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}
.form-field__textarea {
  resize: vertical;
  min-height: 120px;
}
.form-field__error {
  font-size: 0.9375rem;
  color: #c0392b;
  min-height: 1.1em;
}
.form-field__error:empty {
  display: none;
}
.form-field--error .form-field__input {
  border-color: #e05555;
}
.form-field--error .form-field__input:focus {
  border-color: #e05555;
  box-shadow: 0 0 0 3px rgba(224, 85, 85, 0.12);
}

.form-field + .btn--submit {
  margin-top: 1.5rem;
}

.booking-form > .form-field {
  margin-bottom: 1.25rem;
}

.booking-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  gap: 1rem;
}
.booking-success[hidden] {
  display: none;
}
.booking-success__icon {
  width: 72px;
  height: 72px;
  background-color: #e8eaf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-success__icon svg {
  width: 40px;
  height: 40px;
}
.booking-success__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #2a3189;
}
.booking-success__text {
  font-size: 1rem;
  color: #4a4860;
  max-width: 38ch;
  line-height: 1.7;
}

.footer {
  background-color: #1d2266;
  color: rgba(255, 255, 255, 0.8);
  padding-block: clamp(3rem, 6vw, 5rem);
  border-top: 3px solid #FFD300;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
.footer__logo {
  height: 56px;
  width: auto;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer__tagline {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 32ch;
  color: rgba(255, 255, 255, 0.65);
}
.footer__heading {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFD300;
  margin-bottom: 1.25rem;
}
.footer__address {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.footer__contact {
  font-size: 1.0625rem;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
}
.footer__link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 1.0625rem;
  transition: color 0.2s ease;
}
.footer__link:hover {
  color: #FFD300;
}
.footer__direct {
  text-align: center;
  font-size: 1rem;
  color: #FFD300;
  margin-top: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.02em;
}
.footer__bottom {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}
.footer__copy, .footer__legal {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer__legal-link {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__legal-link:hover {
  color: #FFD300;
}

.privacy {
  padding-top: calc(80px + 1rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
@media (min-width: 768px) {
  .privacy {
    padding-top: calc(120px + 1.5rem);
  }
}
.privacy__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1d2266;
  margin-bottom: 0.5rem;
}
.privacy__updated {
  font-size: 0.9375rem;
  color: rgba(29, 34, 102, 0.5);
  margin-bottom: 2.5rem;
}
.privacy__legal-ref {
  font-size: 1rem;
  font-style: italic;
  color: rgba(29, 34, 102, 0.6);
  margin-bottom: 1.5rem;
}
.privacy__section {
  margin-bottom: 2rem;
}
.privacy__section h2 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1d2266;
  margin-bottom: 0.75rem;
}
.privacy__section p {
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.privacy__section ul,
.privacy__section ol {
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.privacy__section ul li,
.privacy__section ol li {
  line-height: 1.7;
  margin-bottom: 0.25rem;
}
.privacy__section ul {
  list-style: disc;
}
.privacy__section ol {
  list-style: decimal;
}
.privacy__section a {
  color: #e6bc00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy__section a:hover {
  color: #1d2266;
}
.privacy__table-wrap {
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
.privacy__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
.privacy__table th,
.privacy__table td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  border: 1px solid rgba(29, 34, 102, 0.12);
  line-height: 1.6;
}
.privacy__table th {
  background-color: rgba(29, 34, 102, 0.05);
  font-weight: 700;
  color: #1d2266;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(29, 34, 102, 0.88);
  backdrop-filter: blur(6px);
}
.lightbox__img {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 85vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
  transform: scale(0.96);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.lightbox.is-open .lightbox__img {
  transform: scale(1);
}
.lightbox--gallery .lightbox__img {
  max-height: calc(85vh - 90px);
}
.lightbox__close, .lightbox__prev, .lightbox__next {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  border: none;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.lightbox__close {
  top: 1.25rem;
  right: 1.25rem;
}
.lightbox__prev {
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox__next {
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox__thumbs {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 0.5rem;
  max-width: 90vw;
  overflow-x: auto;
  padding: 0.25rem 0.5rem;
  scrollbar-width: none;
}
.lightbox__thumbs::-webkit-scrollbar {
  display: none;
}
.lightbox__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 54px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 0.5;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.lightbox__thumb:hover {
  opacity: 0.8;
}
.lightbox__thumb.is-active {
  opacity: 1;
  border-color: #ffffff;
}

[data-lightbox] {
  cursor: pointer;
}

@media (max-width: 767px) {
  .hero__inner {
    padding-block: clamp(1.5rem, 4vw, 2.5rem);
    gap: 1.75rem;
  }
  .hero__badge {
    padding: 0.5rem 0.85rem;
    border-radius: 9px;
  }
  .hero__badge .hero__badge-num {
    font-size: 1.25rem;
  }
  .hero__badge .hero__badge-label {
    font-size: 0.75rem;
  }
  .hero__trinacria-wrap {
    width: 30%;
  }
  .hero__subtitle {
    margin-bottom: 1.75rem;
  }
  .hero__direct-note {
    margin-bottom: 1.5rem;
  }
  .location__list li {
    gap: 0.6rem;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__inner {
    padding-block: 1.25rem 1.5rem;
    gap: 1.25rem;
  }
  .hero__circle {
    width: min(300px, 80vw);
    aspect-ratio: auto;
    height: min(240px, 65vw);
  }
  .hero__badge {
    padding: 0.4rem 0.65rem;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(29, 34, 102, 0.14);
  }
  .hero__badge .hero__badge-num {
    font-size: 1.05rem;
  }
  .hero__badge .hero__badge-label {
    font-size: 0.65rem;
    letter-spacing: 0.04em;
  }
  .hero__trinacria-wrap {
    width: 26%;
    top: -4%;
    right: -5%;
  }
  .hero__trinacria-tip {
    white-space: normal;
    width: max-content;
    max-width: 10rem;
    text-align: center;
    right: 0;
    left: auto;
    transform: translateY(0);
  }
  .hero__eyebrow {
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
    margin-bottom: 0.5rem;
  }
  .hero__title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .hero__subtitle {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
  }
  .hero__direct-note {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .btn {
    padding: 0.65rem 1.35rem;
    font-size: 0.9375rem;
  }
  .tabs {
    gap: 0.25rem;
  }
  .tab {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }
  .amenities__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.guide {
  background-color: #f7f2e8;
}
.guide__header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.guide__intro {
  font-size: 1.0625rem;
  color: #4a4860;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.guide-article-page {
  background-color: #f7f2e8;
  padding-top: calc(80px + 1.5rem);
}
@media (min-width: 1024px) {
  .guide-article-page {
    padding-top: calc(120px + 2rem);
  }
}

.guide-page {
  background-color: #f7f2e8;
  padding-top: calc(80px + 1.5rem);
}
@media (min-width: 1024px) {
  .guide-page {
    padding-top: calc(120px + 2rem);
  }
}
.guide-page__header {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 3rem;
}
.guide-page__intro {
  font-size: 1.0625rem;
  color: #4a4860;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.guide-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.guide-filter__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 50px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #4a4860;
  background-color: #ffffff;
  border: 1.5px solid #e8dcc4;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  white-space: nowrap;
}
.guide-filter__btn:hover {
  color: #2a3189;
  border-color: #2a3189;
  transform: translateY(-1px);
}
.guide-filter__btn--active {
  background-color: #2a3189;
  color: #ffffff;
  border-color: #2a3189;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(42, 49, 137, 0.28);
}
.guide-filter__btn--active:hover {
  background-color: #1d2266;
  border-color: #1d2266;
  color: #ffffff;
}
.guide-filter__btn--active .guide-filter__dot {
  background-color: rgba(255, 255, 255, 0.7);
}
.guide-filter__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--cat-color, #2a3189);
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.75rem;
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide-grid__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #8a88a0;
  font-size: 1rem;
  padding: 3rem 0;
}

.guide-preview__cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.guide-preview__cta .btn {
  gap: 0.5rem;
}
.guide-preview__cta .btn svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.guide-preview__cta .btn:hover svg {
  transform: translateX(4px);
}

.guide-card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8dcc4;
  display: flex;
  flex-direction: column;
  animation: card-in 0.45s ease both;
  animation-delay: var(--card-delay, 0ms);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(29, 34, 102, 0.13);
}
.guide-card:hover .guide-card__cta,
.guide-card:hover .guide-card__link {
  color: var(--cat-color, #2a3189);
  gap: 0.6rem;
}
.guide-card:focus-visible {
  outline: 3px solid #FFD300;
  outline-offset: 2px;
}
.guide-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.guide-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.guide-card__category {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cat-color, #2a3189);
  background-color: color-mix(in srgb, var(--cat-color, #2a3189) 10%, transparent);
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  align-self: flex-start;
  line-height: 1.6;
}
.guide-card__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a3189;
  line-height: 1.3;
  margin: 0;
}
.guide-card__excerpt {
  font-size: 1rem;
  color: #4a4860;
  line-height: 1.7;
  flex: 1;
  margin: 0;
}
.guide-card--hidden {
  display: none;
}
.guide-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2a3189;
  margin-top: 0.5rem;
  transition: color 0.2s ease, gap 0.2s ease;
}
.guide-card__cta svg {
  flex-shrink: 0;
}
.guide-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2a3189;
  margin-top: 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.guide-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.guide-img--granita {
  background-image: linear-gradient(140deg, #f5d4a0 0%, #e8a058 45%, #c87038 100%);
}
.guide-img--market {
  background-image: linear-gradient(140deg, #a8c878 0%, #d8e4a0 45%, #e8c870 100%);
}
.guide-img--restaurants {
  background-image: linear-gradient(140deg, #c87860 0%, #e8b898 45%, rgba(216, 144, 104, 0.3450980392) 100%);
}
.guide-img--cathedral {
  background-image: linear-gradient(160deg, #d4c090 0%, #e8d8a8 45%, #c8a858 100%);
}
.guide-img--palazzo {
  background-image: linear-gradient(160deg, #c8a858 0%, #e0d090 50%, #b09050 100%);
}
.guide-img--vendicari {
  background-image: linear-gradient(160deg, #48a8d8 0%, #88d0e8 45%, #d0e8f0 100%);
}
.guide-img--infiorata {
  background-image: linear-gradient(140deg, #d880b8 0%, #e8b0d0 45%, #f8d8e8 100%);
}
.guide-img--estate {
  background-image: linear-gradient(140deg, #f08840 0%, #e86830 45%, #c04820 100%);
}
.guide-img--syracuse {
  background-image: linear-gradient(150deg, #c8a870 0%, #e0c898 45%, #a08050 100%);
}
.guide-img--ragusa {
  background-image: linear-gradient(150deg, #789060 0%, #a8c088 50%, #d0d8b0 100%);
}
.guide-img--marzamemi {
  background-image: linear-gradient(150deg, #3888b8 0%, #70b8d8 45%, #b8e0f0 100%);
}
.guide-img--earthquake {
  background-image: linear-gradient(150deg, #784828 0%, #b08058 45%, #d0a878 100%);
}
.guide-img--unesco {
  background-image: linear-gradient(150deg, #c89050 0%, #d8c080 50%, #e8d8a8 100%);
}
.guide-img--caltagirone {
  background-image: linear-gradient(140deg, #4878b0 0%, #88b8e0 45%, #c0d8f0 100%);
}
.guide-img--pupi {
  background-image: linear-gradient(140deg, #b83040 0%, #e07888 50%, #f0b8c0 100%);
}

.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.guide-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.guide-modal.is-open .guide-modal__panel {
  transform: translateY(0);
}
.guide-modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 34, 102, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.guide-modal__panel {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 820px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(29, 34, 102, 0.35);
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  margin-block: auto;
  align-self: flex-start;
}
.guide-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #1c1b2e;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(29, 34, 102, 0.18);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.guide-modal__close:hover {
  background-color: #ffffff;
  transform: scale(1.1);
}
.guide-modal__close:focus-visible {
  outline: 3px solid #FFD300;
  outline-offset: 2px;
}
.guide-modal__image {
  width: 100%;
  aspect-ratio: 16/7;
  background-size: cover;
  background-position: center;
  display: block;
}
.guide-modal__body {
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.guide-modal__meta {
  margin-bottom: 0.85rem;
}
.guide-modal__category {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cat-color, #2a3189);
  background-color: color-mix(in srgb, var(--cat-color, #2a3189) 10%, transparent);
  padding: 0.3rem 0.75rem;
  border-radius: 50px;
  line-height: 1.6;
}
.guide-modal__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #2a3189;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.guide-modal__text p {
  font-size: 1rem;
  color: #4a4860;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.guide-modal__text p:last-child {
  margin-bottom: 0;
}
.guide-modal__text p strong {
  color: #1c1b2e;
  font-weight: 600;
}
.guide-modal__text p em {
  font-style: italic;
}
.guide-modal__text h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2a3189;
  margin-top: 1.75rem;
  margin-bottom: 0.6rem;
}
.guide-modal__text ul {
  list-style: none;
  margin-bottom: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.guide-modal__text ul li {
  display: flex;
  gap: 0.75rem;
  font-size: 1.0625rem;
  color: #4a4860;
  line-height: 1.6;
}
.guide-modal__text ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: #FFD300;
  border-radius: 2px;
  margin-top: 0.45em;
  display: inline-block;
}
.guide-modal__text ul li strong {
  color: #2a3189;
  font-weight: 600;
}

.breadcrumb {
  margin-bottom: 2.5rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #8a88a0;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #c8b890;
  border-right: 1.5px solid #c8b890;
  transform: rotate(45deg);
  margin: 0 0.65rem;
  flex-shrink: 0;
}
.breadcrumb__item--current {
  color: #1c1b2e;
  font-weight: 500;
}
.breadcrumb__link {
  color: #8a88a0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb__link:hover {
  color: #2a3189;
}
.breadcrumb__current {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.guide-article-header {
  margin-bottom: 2.5rem;
}
.guide-article-header .section-eyebrow {
  display: block;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .guide-article-header .section-eyebrow {
    display: none;
  }
}
.guide-article-header .guide-card__category {
  display: inline-block;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .guide-article-header .guide-card__category {
    display: none;
  }
}
.guide-article-header__hero {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 2.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .guide-article-header__hero {
    position: static;
    padding: 1.25rem 0 0;
  }
}
.guide-article-header__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .guide-article-header__title {
    color: #2a3189;
  }
}
.guide-article-header__excerpt {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  max-width: 680px;
  margin: 0;
}
@media (max-width: 767px) {
  .guide-article-header__excerpt {
    color: #4a4860;
  }
}

.guide-article-img {
  position: relative;
  width: 100%;
  aspect-ratio: 21/9;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-bottom: 3rem;
}
.guide-article-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.guide-article-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
}
@media (max-width: 767px) {
  .guide-article-img {
    aspect-ratio: unset;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 0;
  }
  .guide-article-img img {
    position: static;
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .guide-article-img::after {
    display: none;
  }
}

.guide-article-content {
  max-width: 720px;
  color: #4a4860;
  line-height: 1.85;
}
.guide-article-content h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 700;
  color: #2a3189;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}
.guide-article-content h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 700;
  color: #2a3189;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.guide-article-content p {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.guide-article-content p:last-child {
  margin-bottom: 0;
}
.guide-article-content p strong {
  color: #1c1b2e;
  font-weight: 600;
}
.guide-article-content p em {
  font-style: italic;
}
.guide-article-content ul, .guide-article-content ol {
  margin-bottom: 1.25rem;
}
.guide-article-content ul li, .guide-article-content ol li {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
.guide-article-content ul li strong, .guide-article-content ol li strong {
  color: #1c1b2e;
  font-weight: 600;
}
.guide-article-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.guide-article-content ul li {
  display: flex;
  gap: 0.75rem;
  margin: 0;
}
.guide-article-content ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: #FFD300;
  border-radius: 2px;
  margin-top: 0.52em;
  flex-shrink: 0;
}
.guide-article-content ol {
  padding-left: 1.5rem;
}
.guide-article-content blockquote {
  border-left: 4px solid #FFD300;
  padding: 0.75rem 1.5rem;
  margin: 2rem 0;
  background-color: #f7f2e8;
  border-radius: 0 8px 8px 0;
}
.guide-article-content blockquote p {
  font-style: italic;
  font-size: 1.0625rem;
  color: #1c1b2e;
  margin: 0;
}
.guide-article-content .article-image {
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8dcc4;
}
.guide-article-content .article-image img {
  width: 100%;
  height: auto;
  display: block;
}
.guide-article-content .article-image__placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
}
.guide-article-content .article-image figcaption {
  font-size: 0.9375rem;
  color: #8a88a0;
  font-style: italic;
  padding: 0.6rem 0.875rem;
  background-color: #fafaf7;
  border-top: 1px solid #e8dcc4;
  line-height: 1.5;
}
.guide-article-content .article-video {
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #1d2266;
}
.guide-article-content .article-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.guide-article-content .article-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .guide-article-content .article-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide-article-content .article-gallery__item {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.guide-article-content .article-gallery__item:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(29, 34, 102, 0.18);
}

.guide-article-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e8dcc4;
}

.about {
  background-color: #ffffff;
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 1024px) {
  .about__grid {
    grid-template-columns: 380px 1fr;
  }
}
.about__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.about__portrait {
  width: clamp(240px, 60vw, 340px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 20px 60px rgba(29, 34, 102, 0.18);
  background-image: linear-gradient(145deg, #d4c0a0 0%, #c8a878 40%, #b89060 100%);
  /* Replace with: background-image: url('../images/owners.jpg'); */
  background-size: cover;
  background-position: center top;
}
.about__portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about__portrait-ring {
  position: absolute;
  width: clamp(260px, 64vw, 360px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 3px solid #FFD300;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.about__lead {
  font-size: 1.0625rem;
  color: #1c1b2e;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.about p {
  color: #4a4860;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.about p:last-of-type {
  margin-bottom: 0;
}
.about__signature {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 2px solid #FFD300;
  width: fit-content;
}
.about__signature-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #2a3189;
  font-weight: 400;
  line-height: 1.3;
}
.about__signature-place {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a88a0;
}

.reviews {
  background-color: #f7f2e8;
}
.reviews .section-eyebrow,
.reviews .section-title {
  text-align: center;
}
.reviews__track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.75rem 0 1.25rem;
  margin: 2.5rem 0 0;
  scrollbar-width: none;
}
.reviews__track::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .reviews__track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
    scroll-snap-type: none;
    padding: 0.75rem 0 1.25rem;
    margin-inline: 0;
  }
}
.reviews__card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8dcc4;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.reviews__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(29, 34, 102, 0.12);
}
.reviews__card:focus-visible {
  outline: 3px solid #FFD300;
  outline-offset: 3px;
}
@media (min-width: 1024px) {
  .reviews__card {
    flex: none;
  }
}
.reviews__stars {
  color: #e6bc00;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.reviews__quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #4a4860;
  margin: 0;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviews__author {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #8a88a0;
  margin: 0;
}
.reviews__read-more {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #2a3189;
  letter-spacing: 0.03em;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.3em;
  transition: gap 0.2s ease;
}
.reviews__read-more::after {
  content: "→";
}
.reviews__card:hover .reviews__read-more {
  gap: 0.5em;
}
.reviews__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.reviews__trust-label {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  color: #8a88a0;
}
.reviews__trust-link {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2a3189;
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border: 1px solid #e8eaf8;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.reviews__trust-link:hover {
  background-color: #2a3189;
  color: #ffffff;
}
.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .reviews__dots {
    display: none;
  }
}
.reviews__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #e8dcc4;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.reviews__dot.is-active {
  background: #2a3189;
  transform: scale(1.35);
}

.review-dialog {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.review-dialog.is-open {
  opacity: 1;
  pointer-events: all;
}
.review-dialog.is-open .review-dialog__panel {
  transform: translateY(0);
}
.review-dialog__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 34, 102, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}
.review-dialog__panel {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  padding: 2.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 32px 80px rgba(29, 34, 102, 0.35);
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.review-dialog__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f7f2e8;
  border: none;
  color: #1c1b2e;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, transform 0.15s ease;
}
.review-dialog__close:hover {
  background-color: #e8dcc4;
  transform: scale(1.1);
}
.review-dialog__close:focus-visible {
  outline: 3px solid #FFD300;
  outline-offset: 2px;
}
.review-dialog__stars {
  color: #e6bc00;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.review-dialog__quote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #4a4860;
  margin: 0;
}
.review-dialog__author {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #8a88a0;
  margin: 0;
}

.practical {
  background-color: #fafaf7;
}
.practical .section-eyebrow,
.practical .section-title,
.practical > .container > p {
  text-align: center;
}
.practical__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .practical__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .practical__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.practical__card {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e8dcc4;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.practical__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(29, 34, 102, 0.1);
}
.practical__card-icon {
  width: 48px;
  height: 48px;
  background-color: #e8eaf8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.practical__card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1c1b2e;
  margin: 0;
}
.practical__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.practical__list li {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #4a4860;
  padding-left: 1.25rem;
  position: relative;
}
.practical__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e6bc00;
}

.cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
  max-width: 380px;
  background: #1c1b2e;
  border: 1px solid #c8b890;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: cookieFadeIn 0.3s ease;
}
@media (max-width: 639px) {
  .cookie-banner {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
  }
}
.cookie-banner__text {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem;
}
.cookie-banner__link {
  color: #c8b890;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__link:hover {
  color: #FFD300;
}
.cookie-banner__buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cookie-banner__btn {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.cookie-banner__btn--accept {
  background: #FFD300;
  color: #1c1b2e;
}
.cookie-banner__btn--accept:hover {
  background: #e6bc00;
}
.cookie-banner__btn--reject {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.cookie-banner__btn--reject:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.cookie-banner__btn--manage {
  background: transparent;
  color: #c8b890;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cookie-banner__btn--manage:hover {
  color: #FFD300;
}

.cookie-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: cookieFadeIn 0.2s ease;
}
.cookie-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: #1c1b2e;
  border: 1px solid #c8b890;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}
.cookie-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.cookie-modal__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.cookie-modal__close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.cookie-modal__close:hover {
  color: #ffffff;
}
.cookie-modal__desc {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
.cookie-modal__categories {
  margin-bottom: 1.25rem;
}
.cookie-modal__category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cookie-modal__category:last-child {
  border-bottom: none;
}
.cookie-modal__category-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.cookie-modal__category-name {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
}
.cookie-modal__category-desc {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
.cookie-modal__always-on {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  color: #c8b890;
  white-space: nowrap;
}
.cookie-modal__toggle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cookie-modal__toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-modal__toggle-track {
  display: block;
  width: 40px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 11px;
  position: relative;
  transition: background-color 0.2s;
}
.cookie-modal__toggle-track::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.2s;
}
input:checked + .cookie-modal__toggle-track {
  background: #FFD300;
}
input:checked + .cookie-modal__toggle-track::after {
  transform: translateX(18px);
}
.cookie-modal__actions {
  display: flex;
  gap: 0.75rem;
}
.cookie-modal__btn {
  flex: 1;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.cookie-modal__btn--reject {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.cookie-modal__btn--reject:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.cookie-modal__btn--save {
  background: #FFD300;
  color: #1c1b2e;
}
.cookie-modal__btn--save:hover {
  background: #e6bc00;
}

.cookie-icon {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9998;
  width: 40px;
  height: 40px;
  background: #1c1b2e;
  border: 1px solid #c8b890;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #c8b890;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: color 0.2s, border-color 0.2s;
}
.cookie-icon:hover {
  color: #FFD300;
  border-color: #FFD300;
}
@media (max-width: 639px) {
  .cookie-icon {
    bottom: 0.75rem;
    left: 0.75rem;
  }
}

@keyframes cookieFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media print {
  .nav,
  .hero__scroll-hint,
  .nav__burger,
  .guide-modal,
  .guide-filter,
  .cookie-banner,
  .cookie-modal__overlay,
  .cookie-icon {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-top: 2rem;
  }
}
.error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px - 280px);
  padding: 4rem 1.5rem;
  background-color: #f7f2e8;
  text-align: center;
}
@media (min-width: 768px) {
  .error-404 {
    min-height: calc(100vh - 120px - 320px);
    padding: 6rem 2rem;
  }
}
.error-404__inner {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error-404__illustration {
  width: clamp(140px, 30vw, 200px);
  margin-bottom: 1.5rem;
}
.error-404__svg {
  width: 100%;
  height: auto;
  display: block;
}
.error-404__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #1c1b2e;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .error-404__heading {
    font-size: 2.25rem;
  }
}
.error-404__body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4a4860;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .error-404__body {
    font-size: 1.125rem;
  }
}
.error-404__cta {
  padding: 1rem 2.25rem;
  font-size: 1.0625rem;
}
.error-404__steam-curl {
  opacity: 0;
  transform-origin: center bottom;
  animation: error-404-steam 3.6s ease-out infinite;
}
.error-404__steam-curl--1 {
  animation-delay: 0s;
}
.error-404__steam-curl--2 {
  animation-delay: 1.2s;
}
.error-404__steam-curl--3 {
  animation-delay: 2.4s;
}

@keyframes error-404-steam {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  100% {
    transform: translateY(-24px);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-404__steam-curl {
    animation: none;
    opacity: 0.4;
    transform: none;
  }
}

/*# sourceMappingURL=main.css.map */
