    @font-face {
      font-family: 'ModernGarnata';
      src: url('../../fonts/ModernGarnataTypeV.1Bold-Regular.otf') format('opentype');
      font-weight: 700;
      font-display: swap;
    }
    @font-face {
      font-family: 'ModernGarnata';
      src: url('../../fonts/ModernGarnataTypeV.1-Regular.otf') format('opentype');
      font-weight: 400;
      font-display: swap;
    }
    @font-face {
      font-family: 'ModernGarnata';
      src: url('../../fonts/ModernGarnataTypeV.1-Italic.otf') format('opentype');
      font-weight: 400;
      font-style: italic;
      font-display: swap;
    }
    :root {
      --zawi-espresso: #341510;
      --zawi-cafe:     #854520;
      --zawi-dorado:   #d39857;
      --zawi-crema:    #f4ebdf;
      --zawi-tinto:    #531012;
      --section-space: clamp(1.5rem, 3.1vw, 2.5rem);
    }
    body {
      background: var(--zawi-crema);
      color: var(--zawi-espresso);
      font-family: 'Cormorant Garamond', 'Times New Roman', serif;
      letter-spacing: 0.01em;
    }
    h1, h2, h3, h4 {
      font-family: 'Cormorant Garamond', 'Times New Roman', serif;
      letter-spacing: 0.01em;
    }
    .zawi-display {
      font-family: 'ModernGarnata', Georgia, serif;
      letter-spacing: 0.02em;
    }
    .brand-name-placeholder {
      color: transparent;
    }
    .hero-subtitle {
      color: var(--zawi-cafe);
    }
    .hero-accent {
      background: rgba(133, 69, 32, 0.3);
    }
    .origin-copy {
      color: rgba(83, 16, 18, 0.92);
    }
    .hero-inicio {
      margin-bottom: var(--section-space);
      background-image: url('../AC_Zawi_Portada.jpg');
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: left center;
      min-height: 78vh;
      display: flex;
      align-items: center;
    }
    @media (min-width: 768px) {
      .hero-inicio {
        min-height: 0;
        height: calc(100vw * 768 / 1366);
        background-size: 100% 100%;
        background-position: center;
      }
    }
    /* Details/Summary reset */
    details > summary { list-style: none; cursor: pointer; }
    details > summary::-webkit-details-marker { display: none; }
    /* Scroll carousel */
    .scroll-carousel {
      scrollbar-width: none;
      -ms-overflow-style: none;
      -webkit-overflow-scrolling: touch;
    }
    .scroll-carousel::-webkit-scrollbar { display: none; }
    /* Turitop */
    .load-turitop button,
    .load-turitop input[type="button"],
    .load-turitop input[type="submit"],
    .load-turitop .btn,
    .load-turitop [role="button"] { width: 100%; max-width: 100%; }
    .location-map {
      min-height: clamp(22rem, 35vw, 32rem);
    }
    .location-map iframe {
      display: block;
      width: 100%;
      height: 100%;
      min-height: inherit;
      border: 0;
    }
    .section-gutters {
      padding-inline: 1.5rem;
    }
    .section-spacing {
      padding-block: var(--section-space);
    }
    .gallery-item {
      height: clamp(14.5rem, 38vw, 23rem);
      width: auto;
      flex-shrink: 0;
      scroll-snap-align: start;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 1rem;
      background: rgba(52, 21, 16, 0.08);
      padding: 0.125rem;
    }
    .gallery-item-image {
      height: 100%;
      width: auto;
      display: block;
      object-fit: contain;
      border-radius: 0.875rem;
      filter: grayscale(1);
      transition: filter 300ms ease;
    }
    .gallery-item:hover .gallery-item-image {
      filter: grayscale(0);
    }
    .hero-content {
      margin-left: auto;
      text-align: right;
      max-width: min(44rem, 100%);
    }
    .hero-tag {
      font-size: 1rem;
    }
    .hero-title-top {
      font-size: clamp(2.5rem, 5vw, 5rem);
      line-height: 1.05;
    }
    .hero-title-bottom {
      font-size: clamp(1.35rem, 2.5vw, 2.5rem);
    }
    .hero-description {
      margin-left: auto;
      max-width: 42rem;
      font-size: clamp(1.1rem, 1.9vw, 1.45rem);
    }
    .hero-actions {
      justify-content: flex-end;
    }
    .hero-button {
      font-size: 1rem;
      padding: 0.8rem 1.6rem;
    }
    @media (min-width: 720px) and (max-width: 1366px) {
      .hero-content {
        width: 50%;
        max-width: 50%;
      }
      .hero-tag {
        font-size: 0.78rem;
        padding: 0.22rem 0.72rem;
        letter-spacing: 0.14em;
      }
      .hero-title-top {
        font-size: clamp(2.15rem, 4.1vw, 3.4rem);
      }
      .hero-title-bottom {
        font-size: clamp(1.2rem, 2.1vw, 1.9rem);
      }
      .hero-description {
        font-size: clamp(1rem, 1.6vw, 1.2rem);
      }
      .hero-button {
        font-size: 0.82rem;
        padding: 0.56rem 1rem;
      }
    }
    @media (max-width: 767px) {
      .hero-inicio {
        min-height: 0;
        display: block;
        background-image: none;
        padding-inline: 0;
        padding-top: 0;
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
      }
      .hero-inicio::before {
        content: '';
        display: block;
        height: 50vh;
        background-image: url('../AC_Zawi_Portada.jpg');
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left center;
      }
      .hero-content-wrap {
        display: block;
        margin-top: 1.75rem;
        margin-bottom: 1rem;
        padding-inline: 1.5rem;
      }
      .hero-content {
        margin-inline: auto;
        text-align: center;
        max-width: min(31rem, 100%);
      }
      .hero-tag {
        font-size: 0.8rem;
        padding: 0.32rem 0.9rem;
      }
      .hero-description {
        margin-inline: auto;
      }
      .hero-actions {
        justify-content: center;
      }
      .hero-actions .hero-button {
        font-size: 0.8rem;
        padding: 0.5rem 0.95rem;
        background-color: var(--zawi-dorado) !important;
        color: var(--zawi-crema) !important;
      }
      .hero-actions .hero-button:hover {
        background-color: #e3b786 !important;
      }
    }
    @media (min-width: 1920px) {
      .hero-content {
        max-width: min(52rem, 100%);
      }
      .hero-tag {
        font-size: 1.15rem;
      }
      .hero-title-top {
        font-size: clamp(4.4rem, 4.8vw, 6rem);
      }
      .hero-title-bottom {
        font-size: clamp(2.2rem, 2.5vw, 3rem);
      }
      .hero-description {
        font-size: clamp(1.4rem, 1.7vw, 1.9rem);
        max-width: 48rem;
      }
      .hero-button {
        font-size: 1.1rem;
        padding: 0.92rem 1.95rem;
      }
    }
    @media (min-width: 640px) {
      .section-gutters {
        padding-inline: 2.5rem;
      }
      .gallery-item {
        height: clamp(16rem, 34vw, 24rem);
      }
    }
    @media (min-width: 768px) {
      .section-gutters {
        padding-inline: 3.5rem;
      }
    }
    @media (min-width: 1024px) {
      .section-gutters {
        padding-inline: 6rem;
      }
      .gallery-item {
        height: clamp(17rem, 28vw, 26rem);
      }
    }

    .hero-facts {
      display: grid;
      gap: 0.65rem;
      margin-top: 1.5rem;
      margin-left: auto;
      max-width: 42rem;
    }
    .hero-fact {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 0.65rem;
      font-size: clamp(1.05rem, 1.7vw, 1.3rem);
      font-weight: 600;
    }
    .hero-fact-dot {
      width: 0.5rem;
      height: 0.5rem;
      flex: 0 0 auto;
      border-radius: 999px;
      background: var(--zawi-dorado);
    }
    .conversion-card {
      border: 1px solid rgba(211, 152, 87, 0.28);
      border-radius: 1.25rem;
      background: rgba(52, 21, 16, 0.035);
      padding: 1.25rem;
    }
    .include-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
    .include-card {
      min-height: 9.5rem;
      border: 1px solid rgba(211, 152, 87, 0.28);
      border-radius: 1.25rem;
      background: var(--zawi-espresso);
      color: var(--zawi-crema);
      padding: 1.35rem;
    }
    .include-icon {
      display: flex;
      width: 2.4rem;
      height: 2.4rem;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(211, 152, 87, 0.16);
      color: var(--zawi-dorado);
      font-size: 1.2rem;
    }
    .review-score {
      font-variant-numeric: tabular-nums;
    }
    .faq-list details {
      border-bottom: 1px solid rgba(211, 152, 87, 0.28);
      padding: 1.1rem 0;
    }
    .faq-list details:last-child { border-bottom: 0; }
    .faq-list summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      font-weight: 600;
      font-size: 1.15rem;
    }
    .faq-list summary::after {
      content: '+';
      color: var(--zawi-dorado);
      font-size: 1.5rem;
      line-height: 1;
    }
    .faq-list details[open] summary::after { content: '−'; }
    .mobile-ticket-bar { display: none; }
    @media (max-width: 767px) {
      body { padding-bottom: 4.8rem; }
      .hero-facts { margin-inline: auto; }
      .hero-fact { justify-content: center; text-align: center; }
      .include-grid { grid-template-columns: 1fr; }
      .mobile-ticket-bar {
        position: fixed;
        z-index: 40;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        border-top: 1px solid rgba(211, 152, 87, 0.45);
        background: rgba(52, 21, 16, 0.97);
        padding: 0.7rem 1rem;
        color: var(--zawi-crema);
        box-shadow: 0 -10px 28px rgba(0,0,0,0.24);
      }
    }
    @media (max-width: 639px) {
      header {
        padding-inline: 1rem !important;
      }
      header nav > div:first-child {
        gap: 0.5rem;
      }
      .site-logo {
        width: 3.5rem;
        height: 3.5rem;
      }
      .brand-name-placeholder {
        display: none;
      }
      .mobile-nav-booking {
        max-width: 7rem;
        padding: 0.45rem 0.65rem;
        text-align: center;
        font-size: 0.7rem;
        line-height: 1.15;
      }
    }
    .cookie-toggle:checked + .cookie-toggle-ui {
      background: rgba(211, 152, 87, 0.85);
      border-color: rgba(211, 152, 87, 1);
    }
    .cookie-toggle:checked + .cookie-toggle-ui::after {
      transform: translateX(1.1rem);
    }
