:root {
    --ayllu-gold: #9A7332;
    --ayllu-gold-light: #b8924a;
    --ayllu-dark: #01221D;
    --ayllu-dark-soft: #0a2f28;
    --ayllu-cream: #FAF4E9;
    --ayllu-muted: rgba(250, 244, 233, 0.68);
    --ayllu-border: rgba(154, 115, 50, 0.28);
    --font-display: 'Liza Caps Pro', 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Afacad', system-ui, sans-serif;
    --ayllu-green-rgb: 1, 34, 29;
    --ayllu-cream-border: rgba(1, 34, 29, 0.12);
    --ayllu-cream-text: rgba(1, 34, 29, 0.78);
}

/* Alternating section bands — green and cream only */
section.ayllu-band--green,
.ayllu-band--green {
    background-color: var(--ayllu-dark) !important;
    color: var(--ayllu-cream);
}

section.ayllu-band--cream,
.ayllu-band--cream {
    background-color: var(--ayllu-cream) !important;
    color: var(--ayllu-dark);
    border-bottom-color: var(--ayllu-cream-border);
}

.ayllu-band--green .ayllu-section-title,
.ayllu-band--green .ayllu-info-title,
.ayllu-band--green .ayllu-info-label,
.ayllu-band--green .ayllu-book-widget-title,
.ayllu-band--green .ayllu-pronunciation-word,
.ayllu-band--green .ayllu-contact-detail-label {
    color: var(--ayllu-cream);
}

.ayllu-band--green .ayllu-prose p,
.ayllu-band--green .ayllu-prose li,
.ayllu-band--green .ayllu-pronunciation-text,
.ayllu-band--green .ayllu-pronunciation-phonetic,
.ayllu-band--green .ayllu-cta-text,
.ayllu-band--green .ayllu-book-note,
.ayllu-band--green .ayllu-book-widget-text,
.ayllu-band--green .ayllu-subscribe-note,
.ayllu-band--green .ayllu-contact-detail-text,
.ayllu-band--green .text-secondary {
    color: var(--ayllu-muted);
}

.ayllu-band--green .ayllu-home-about .btn-ayllu:not(.btn-ayllu-solid),
.ayllu-band--green .ayllu-home-split .btn-ayllu:not(.btn-ayllu-solid),
body.ayllu-body .ayllu-band--green .ayllu-home-about a.btn-ayllu:not(.btn-ayllu-solid),
body.ayllu-body .ayllu-band--green .ayllu-home-split a.btn-ayllu:not(.btn-ayllu-solid) {
    border-color: var(--ayllu-gold);
    color: var(--ayllu-cream);
}

.ayllu-band--green .ayllu-prose h2,
.ayllu-band--green .ayllu-prose h3,
.ayllu-band--green .ayllu-prose h4 {
    color: var(--ayllu-cream);
}

.ayllu-band--cream .ayllu-section-title,
.ayllu-band--cream .ayllu-info-title,
.ayllu-band--cream .ayllu-info-label,
.ayllu-band--cream .ayllu-book-widget-title,
.ayllu-band--cream .ayllu-pronunciation-word {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-prose p,
.ayllu-band--cream .ayllu-prose li,
.ayllu-band--cream .ayllu-home-split-text,
.ayllu-band--cream .ayllu-pronunciation-text,
.ayllu-band--cream .ayllu-pronunciation-phonetic,
.ayllu-band--cream .ayllu-cta-text,
.ayllu-band--cream .ayllu-book-note,
.ayllu-band--cream .ayllu-book-widget-text,
.ayllu-band--cream .ayllu-subscribe-note,
.ayllu-band--cream .text-secondary {
    color: var(--ayllu-cream-text);
}

.ayllu-band--cream .ayllu-prose h2,
.ayllu-band--cream .ayllu-prose h3,
.ayllu-band--cream .ayllu-prose h4 {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-contact-detail-label,
.ayllu-band--cream .ayllu-contact-detail-label a {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-contact-detail-text,
.ayllu-band--cream .ayllu-contact-detail-text a,
.ayllu-band--cream .ayllu-hours-note {
    color: var(--ayllu-cream-text);
}

.ayllu-band--cream .ayllu-contact-detail-text a:hover,
.ayllu-band--cream .ayllu-contact-detail-label a:hover {
    color: var(--ayllu-gold);
}

.ayllu-band--cream .ayllu-blog-lead {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-offer-card,
.ayllu-band--cream .ayllu-offer-card--featured,
.ayllu-band--cream .ayllu-schedule-item,
.ayllu-band--cream .ayllu-blog-terms,
.ayllu-band--cream .ayllu-offer-highlight {
    background: var(--ayllu-dark-soft);
}

.ayllu-band--cream .ayllu-prose .ayllu-offer-card h3,
.ayllu-band--cream .ayllu-prose .ayllu-offer-card--featured h3,
.ayllu-band--cream .ayllu-prose .ayllu-offer-highlight p {
    color: var(--ayllu-cream);
}

.ayllu-band--cream .ayllu-prose .ayllu-offer-card p,
.ayllu-band--cream .ayllu-prose .ayllu-offer-card--featured p,
.ayllu-band--cream .ayllu-prose .ayllu-schedule-item span,
.ayllu-band--cream .ayllu-prose .ayllu-blog-terms p {
    color: var(--ayllu-muted);
}

.ayllu-band--cream .ayllu-prose .ayllu-schedule-item strong,
.ayllu-band--cream .ayllu-prose .ayllu-blog-terms h4 {
    color: var(--ayllu-gold);
}

.ayllu-band--cream .ayllu-subscribe-form label {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-subscribe-form .form-control {
    border-color: rgba(1, 34, 29, 0.2);
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-subscribe-form .form-control::placeholder {
    color: rgba(1, 34, 29, 0.4);
}

.ayllu-band--cream .ayllu-offers-ticker-slide strong {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-offers-ticker-slide span {
    color: rgba(1, 34, 29, 0.65);
}

.ayllu-band--cream .ayllu-offers-ticker-dot {
    background: rgba(1, 34, 29, 0.15);
}

.ayllu-band--cream .btn-ayllu:not(.btn-ayllu-solid),
body.ayllu-body .ayllu-band--cream a.btn-ayllu:not(.btn-ayllu-solid) {
    border-color: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.ayllu-band--cream .btn-ayllu:not(.btn-ayllu-solid):hover,
body.ayllu-body .ayllu-band--cream a.btn-ayllu:not(.btn-ayllu-solid):hover {
    background: var(--ayllu-gold);
    color: var(--ayllu-cream);
}

.ayllu-band--green .ayllu-home-split-text {
    color: rgba(250, 244, 233, 0.88);
}

.ayllu-home-events.ayllu-band--green,
.ayllu-home-events.ayllu-band--cream {
    background-color: transparent !important;
    color: var(--ayllu-cream);
}

.ayllu-home-events .ayllu-section-title,
.ayllu-home-events .ayllu-info-label,
.ayllu-home-events .ayllu-info-label--lined {
    color: var(--ayllu-cream);
}

.ayllu-home-events .ayllu-home-events-content p {
    color: rgba(250, 244, 233, 0.88);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.ayllu-body {
    font-family: var(--font-body);
    background: var(--ayllu-dark);
    color: var(--ayllu-cream);
    line-height: 1.6;
    overflow-x: hidden;
}

body.ayllu-body a:not(.btn-ayllu):not(.dropdown-item) {
    color: inherit;
    text-decoration: none;
}

body.ayllu-body img {
    max-width: 100%;
    height: auto;
}

.ayllu-display {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.text-gold {
    color: var(--ayllu-gold) !important;
}

.btn-ayllu,
body.ayllu-body a.btn-ayllu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    border: 1px solid var(--ayllu-gold);
    background: transparent;
    color: var(--ayllu-gold);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-ayllu:hover,
.btn-ayllu:focus,
body.ayllu-body a.btn-ayllu:hover,
body.ayllu-body a.btn-ayllu:focus {
    background: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.btn-ayllu-solid,
body.ayllu-body a.btn-ayllu-solid {
    background: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.btn-ayllu-solid:hover,
.btn-ayllu-solid:focus,
body.ayllu-body a.btn-ayllu-solid:hover,
body.ayllu-body a.btn-ayllu-solid:focus {
    background: var(--ayllu-gold-light);
    border-color: var(--ayllu-gold-light);
    color: var(--ayllu-dark);
}

.btn-ayllu-header {
    padding: 0.55rem 1.15rem;
    font-size: 0.72rem;
}

/* Header */
.ayllu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: background 0.35s ease, box-shadow 0.35s ease;
}

.ayllu-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: linear-gradient(
        to bottom,
        rgba(var(--ayllu-green-rgb), 0.55) 0%,
        rgba(var(--ayllu-green-rgb), 0.2) 55%,
        rgba(var(--ayllu-green-rgb), 0) 100%
    );
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ayllu-header.is-scrolled::before {
    opacity: 0;
}

.ayllu-header-bar {
    position: relative;
    z-index: 2;
    padding: 1.25rem 0;
    transition: padding 0.35s ease;
}

.ayllu-header.is-scrolled .ayllu-header-bar {
    padding: 0.65rem 0;
}

.ayllu-header.is-scrolled {
    background: rgba(1, 34, 29, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 var(--ayllu-border);
}

.ayllu-header.is-scrolled.is-nav-open {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

.ayllu-header-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.ayllu-header-left {
    justify-self: start;
    grid-column: 1;
}

.ayllu-header-right {
    justify-self: end;
    grid-column: 3;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ayllu-header-logo {
    justify-self: center;
    grid-column: 2;
    position: relative;
    display: block;
    line-height: 0;
}

.ayllu-header-logo img {
    width: auto;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.ayllu-header-logo .ayllu-logo-text {
    height: clamp(44px, 6.5vw, 72px);
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 992px) {
    .ayllu-header-logo .ayllu-logo-text {
        height: clamp(48px, 5vw, 72px);
    }
}

.ayllu-header-logo .ayllu-logo-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 44px;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
    pointer-events: none;
}

.ayllu-header.is-scrolled .ayllu-header-logo .ayllu-logo-text {
    opacity: 0;
    transform: scale(0.96);
}

.ayllu-header.is-scrolled .ayllu-header-logo .ayllu-logo-symbol {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 992px) {
    .ayllu-header.is-scrolled .ayllu-header-logo .ayllu-logo-symbol {
        height: 52px;
    }
}

.ayllu-nav-dropdown {
    --bs-dropdown-bg: var(--ayllu-dark-soft);
    --bs-dropdown-link-color: var(--ayllu-cream);
    --bs-dropdown-link-hover-color: var(--ayllu-gold);
    --bs-dropdown-link-hover-bg: rgba(154, 115, 50, 0.15);
    --bs-dropdown-link-active-color: var(--ayllu-gold);
    --bs-dropdown-link-active-bg: rgba(154, 115, 50, 0.12);
    background: var(--ayllu-dark-soft);
    border: 1px solid var(--ayllu-border);
    border-radius: 0;
    padding: 0.35rem 0;
    margin-top: 0.5rem;
    min-width: 220px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.ayllu-nav-dropdown .dropdown-item,
body.ayllu-body .ayllu-nav-dropdown .dropdown-item {
    color: var(--ayllu-cream);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    padding: 0.55rem 1.25rem;
    background: transparent;
}

.ayllu-nav-dropdown .dropdown-item:hover,
.ayllu-nav-dropdown .dropdown-item:focus,
.ayllu-nav-dropdown .dropdown-item.active,
body.ayllu-body .ayllu-nav-dropdown .dropdown-item:hover,
body.ayllu-body .ayllu-nav-dropdown .dropdown-item:focus {
    background: rgba(154, 115, 50, 0.15);
    color: var(--ayllu-gold);
}

.ayllu-nav-link {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ayllu-cream);
    padding: 0.5rem 0.85rem;
    opacity: 0.88;
    transition: opacity 0.25s ease, color 0.25s ease;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .ayllu-header-nav .ayllu-nav-link {
        font-size: 16px;
    }
}

.ayllu-nav-link:hover,
.ayllu-nav-link.active {
    opacity: 1;
    color: var(--ayllu-gold);
}

.ayllu-nav-link.dropdown-toggle::after {
    margin-left: 0.35rem;
    vertical-align: 0.15em;
    border-top-color: currentColor;
    opacity: 0.7;
}

.ayllu-nav-toggle {
    border: none;
    background: transparent;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ayllu-nav-toggle:focus {
    box-shadow: none;
    outline: none;
}

.ayllu-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 26px;
}

.ayllu-hamburger span {
    display: block;
    height: 1.5px;
    width: 100%;
    background: var(--ayllu-gold);
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.25s ease, width 0.3s ease;
}

.ayllu-hamburger span:nth-child(2) {
    width: 70%;
    margin-left: auto;
}

.ayllu-nav-toggle[aria-expanded="true"] .ayllu-hamburger span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.ayllu-nav-toggle[aria-expanded="true"] .ayllu-hamburger span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.ayllu-nav-toggle[aria-expanded="true"] .ayllu-hamburger span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.ayllu-nav-close {
    display: none;
    font-size: 1.5rem;
    color: var(--ayllu-gold);
    line-height: 1;
    opacity: 0;
    transform: rotate(-45deg) scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ayllu-nav-toggle[aria-expanded="true"] .ayllu-hamburger {
    display: none;
}

.ayllu-nav-toggle[aria-expanded="true"] .ayllu-nav-close {
    display: block;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

/* Fullscreen navigation overlay — sibling of header so fixed positioning is viewport-relative */
.ayllu-nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 34, 29, 0.98);
    padding: calc(var(--ayllu-header-height, 88px) + 2rem) 1.5rem 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.42s ease, visibility 0.42s ease;
}

.ayllu-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ayllu-nav-overlay-inner {
    width: 100%;
    max-width: 480px;
    text-align: center;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayllu-nav-overlay.is-open .ayllu-nav-overlay-inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.ayllu-nav-overlay-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ayllu-nav-overlay-link {
    display: block;
    padding: 0.85rem 0;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ayllu-cream);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.38s ease, transform 0.38s ease, color 0.25s ease;
}

.ayllu-nav-overlay.is-open .ayllu-nav-overlay-link {
    opacity: 1;
    transform: translateY(0);
}

.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(1) .ayllu-nav-overlay-link { transition-delay: 0.14s; }
.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(2) .ayllu-nav-overlay-link { transition-delay: 0.19s; }
.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(3) .ayllu-nav-overlay-link { transition-delay: 0.24s; }
.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(4) .ayllu-nav-overlay-link { transition-delay: 0.29s; }
.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(5) .ayllu-nav-overlay-link { transition-delay: 0.34s; }
.ayllu-nav-overlay.is-open .ayllu-nav-overlay-list li:nth-child(6) .ayllu-nav-overlay-link { transition-delay: 0.39s; }

.ayllu-nav-overlay-link:hover {
    color: var(--ayllu-gold);
}

body.ayllu-nav-open {
    overflow: hidden;
}

.ayllu-header.is-nav-open {
    z-index: 1050;
}

.ayllu-header.is-nav-open .ayllu-header-bar {
    background: transparent;
}

.ayllu-header.is-nav-open.is-scrolled .ayllu-header-bar {
    background: transparent;
}

/* Hero */
.ayllu-hero {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ayllu-hero .swiper,
.ayllu-hero .swiper-wrapper,
.ayllu-hero .swiper-slide,
.ayllu-hero-slide,
.ayllu-hero-content {
    height: 100%;
    min-height: 100%;
}

.ayllu-hero-slide {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.ayllu-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(var(--ayllu-green-rgb), 0.45) 0%,
        rgba(var(--ayllu-green-rgb), 0.55) 45%,
        rgba(var(--ayllu-green-rgb), 0.85) 100%
    );
}

.ayllu-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--ayllu-header-height, 88px) + 1.5rem) 0 5rem;
    text-align: center;
}

.ayllu-hero-welcome {
    font-size: clamp(3rem, 10vw, 6rem);
    line-height: 1;
    color: var(--ayllu-cream);
    margin-bottom: 1.5rem;
    min-height: clamp(3rem, 10vw, 6rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ayllu-hero-welcome--rotating {
    display: grid;
    grid-template-areas: 'stack';
    align-items: center;
    justify-items: center;
}

.ayllu-hero-welcome-layer {
    grid-area: stack;
    opacity: 0;
    transition: opacity 0.55s ease;
    pointer-events: none;
    white-space: nowrap;
}

.ayllu-hero-welcome-layer--ja {
    font-size: 0.72em;
}

.ayllu-hero-welcome-layer.is-visible {
    opacity: 1;
}

.ayllu-hero-content .ayllu-hero-text {
    max-width: 640px;
}

.ayllu-hero-content a {
    pointer-events: auto;
}

.ayllu-hero-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    margin-bottom: 1rem;
}

.ayllu-hero-title {
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--ayllu-cream);
    max-width: 640px;
    margin: 0 auto 1.5rem;
}

.ayllu-hero-text {
    font-size: 1.05rem;
    color: var(--ayllu-muted);
    max-width: 520px;
    margin-bottom: 2rem;
}

.ayllu-hero .swiper-pagination {
    z-index: 4;
}

.ayllu-hero .swiper-pagination-bullet {
    background: var(--ayllu-cream);
    opacity: 0.35;
}

.ayllu-hero .swiper-pagination-bullet-active {
    background: var(--ayllu-gold);
    opacity: 1;
}

/* Intro */
.ayllu-intro {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-intro p {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    line-height: 1.55;
    color: var(--ayllu-muted);
    max-width: 780px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.ayllu-intro p:last-child {
    margin-bottom: 0;
}

/* Feature cards */
.ayllu-cards {
    padding: 0;
}

.ayllu-card {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}

.ayllu-card-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.ayllu-card:hover .ayllu-card-image {
    transform: scale(1.06);
}

.ayllu-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(var(--ayllu-green-rgb), 0.92) 0%, rgba(var(--ayllu-green-rgb), 0.2) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: background 0.4s ease;
}

.ayllu-card:hover .ayllu-card-overlay {
    background: linear-gradient(to top, rgba(var(--ayllu-green-rgb), 0.95) 0%, rgba(var(--ayllu-green-rgb), 0.45) 100%);
}

.ayllu-card-title {
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.ayllu-card-link {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.ayllu-card:hover .ayllu-card-link {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767.98px) {
    .ayllu-card-link {
        opacity: 1;
        transform: none;
    }
}

/* Info section */
.ayllu-info {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-info-block {
    height: 100%;
}

.ayllu-info-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    margin-bottom: 1.25rem;
}

.ayllu-info-title {
    font-family: var(--font-display);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.ayllu-hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.ayllu-hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--ayllu-border);
    font-size: 0.95rem;
}

.ayllu-hours-list li span:first-child {
    color: var(--ayllu-muted);
}

.ayllu-hours-note {
    font-size: 0.85rem;
    color: var(--ayllu-muted);
    font-style: italic;
}

.ayllu-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: var(--ayllu-muted);
}

.ayllu-contact-item i {
    color: var(--ayllu-gold);
    margin-top: 0.2rem;
    width: 1rem;
}

.ayllu-contact-item a:hover {
    color: var(--ayllu-gold);
}

.ayllu-social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ayllu-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-gold);
    transition: all 0.25s ease;
}

.ayllu-social-links a:hover {
    background: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

/* Subscribe */
.ayllu-subscribe {
    padding: 5rem 0;
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-subscribe-form .form-control {
    background: transparent;
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-cream);
    padding: 0.85rem 1rem;
    border-radius: 0;
}

.ayllu-subscribe-form .form-control::placeholder {
    color: rgba(245, 240, 232, 0.4);
}

.ayllu-subscribe-form .form-control:focus {
    background: transparent;
    border-color: var(--ayllu-gold);
    color: var(--ayllu-cream);
    box-shadow: none;
}

.ayllu-subscribe-form label {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ayllu-muted);
    margin-bottom: 0.35rem;
}

.ayllu-subscribe-note {
    font-size: 0.85rem;
    color: var(--ayllu-muted);
    margin-top: 1rem;
}

.ayllu-subscribe-note a {
    color: var(--ayllu-gold);
    text-decoration: underline;
}

/* Award */
.ayllu-award {
    padding: 3rem 0 4rem;
    text-align: center;
}

.ayllu-award img {
    max-height: 80px;
    opacity: 0.9;
}

/* Footer */
.ayllu-footer {
    padding: 3rem 0 2rem;
    border-top: 1px solid var(--ayllu-border);
    background: var(--ayllu-dark);
}

.ayllu-footer-logo a {
    display: inline-block;
    line-height: 0;
}

.ayllu-footer-logo img {
    display: block;
    max-height: 100px;
    width: auto;
    height: auto;
    opacity: 0.85;
}

.ayllu-footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.ayllu-footer-nav a {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ayllu-muted);
    transition: color 0.25s ease;
}

.ayllu-footer-nav a:hover {
    color: var(--ayllu-gold);
}

.ayllu-footer-bottom {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ayllu-border);
    font-size: 0.82rem;
    color: var(--ayllu-muted);
}

/* Inner pages */
.ayllu-page-hero {
    position: relative;
    min-height: 55vh;
    min-height: 55dvh;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    padding: 8rem 0 4rem;
}

.ayllu-page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(var(--ayllu-green-rgb), 0.35) 0%,
        rgba(var(--ayllu-green-rgb), 0.75) 70%,
        rgba(var(--ayllu-green-rgb), 0.95) 100%
    );
}

.ayllu-page-hero-content {
    position: relative;
    z-index: 2;
}

.ayllu-page-hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    max-width: 18ch;
    margin: 0;
}

.ayllu-page-hero--about .ayllu-page-hero-title {
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    max-width: 22ch;
}

.ayllu-about-page .ayllu-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.ayllu-page-body {
    background: var(--ayllu-dark);
}

.ayllu-content-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-content-section--alt {
    /* legacy alias — use ayllu-band--* instead */
}

.ayllu-section-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    line-height: 1.15;
    margin-bottom: 1.75rem;
    color: var(--ayllu-cream);
}

.ayllu-prose p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--ayllu-muted);
    margin-bottom: 1.25rem;
}

.ayllu-prose p:last-child {
    margin-bottom: 0;
}

.ayllu-prose strong {
    color: var(--ayllu-gold);
    font-weight: 500;
}

.ayllu-team-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-team-card {
    height: 100%;
    background: var(--ayllu-dark);
    border: 1px solid var(--ayllu-border);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.ayllu-team-card:hover {
    border-color: rgba(201, 169, 98, 0.5);
}

.ayllu-team-card-image {
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
}

.ayllu-team-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 8%;
    transition: transform 0.6s ease;
}

.ayllu-team-card:hover .ayllu-team-card-image img {
    transform: scale(1.04);
}

.ayllu-team-card-body {
    padding: 1.75rem;
}

.ayllu-team-name {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--ayllu-gold);
}

.ayllu-team-bio {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-quote-section {
    padding: 4rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-quote {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.55;
    text-align: center;
    color: var(--ayllu-cream-text);
    margin: 0;
    padding: 0;
    border: none;
}

.ayllu-quote em {
    color: var(--ayllu-gold);
    font-style: italic;
}

.ayllu-cta-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-cta-text {
    font-size: 1.1rem;
    color: var(--ayllu-cream-text);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.ayllu-cta-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

@media (max-width: 575.98px) {
    .ayllu-cta-links .btn-ayllu {
        width: 100%;
    }
}

.ayllu-prose-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

@media (max-width: 575.98px) {
    .ayllu-prose-cta .btn-ayllu {
        width: 100%;
    }
}

.ayllu-prose-figure {
    margin: 2.5rem 0;
}

.ayllu-prose-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--ayllu-border);
}

.ayllu-prose-figure figcaption {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--ayllu-muted);
    text-align: center;
}

.ayllu-band--cream .ayllu-prose-figure figcaption {
    color: var(--ayllu-cream-text);
}

.ayllu-prose-collapse {
    margin-bottom: 1.25rem;
}

.ayllu-prose-collapse .ayllu-prose-collapse-text {
    margin-bottom: 0.5rem;
}

.ayllu-prose-collapse:not(.is-expanded):not(.is-static) .ayllu-prose-collapse-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ayllu-read-more {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
}

.ayllu-read-more:hover {
    color: var(--ayllu-gold-light);
}

.ayllu-prose-collapse.is-static .ayllu-read-more {
    display: none;
}

.ayllu-text-collapse .ayllu-read-more {
    margin-top: 0.5rem;
}

.ayllu-text-collapse.is-static .ayllu-read-more {
    display: none;
}

/* Cut at a phrase: collapsed at every width. */
.ayllu-text-collapse--cut:not(.is-expanded):not(.is-static) .ayllu-text-collapse-rest,
.ayllu-text-collapse--cut:not(.is-expanded):not(.is-static) .ayllu-text-collapse-body p:not(:first-of-type) {
    display: none;
}

.ayllu-text-collapse--cut.is-expanded .ayllu-text-collapse-ellipsis,
.ayllu-text-collapse--cut.is-static .ayllu-text-collapse-ellipsis {
    display: none;
}

/* Everything else stays full length above mobile. */
@media (min-width: 768px) {
    .ayllu-text-collapse:not(.ayllu-text-collapse--cut) .ayllu-read-more {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .ayllu-text-collapse:not(.is-expanded):not(.is-static) .ayllu-text-collapse-body p:not(:first-of-type) {
        display: none;
    }

    .ayllu-text-collapse:not(.ayllu-text-collapse--cut):not(.is-expanded):not(.is-static) .ayllu-text-collapse-body p:only-of-type {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

/* Compact page hero */
.ayllu-page-hero--compact {
    min-height: 40vh;
    min-height: 40dvh;
    padding: 7rem 0 3rem;
    background-color: var(--ayllu-dark);
}

.ayllu-page-hero--compact .ayllu-page-hero-overlay {
    background: linear-gradient(to bottom, rgba(var(--ayllu-green-rgb), 0.2), rgba(var(--ayllu-green-rgb), 0.85));
}

.ayllu-page-hero--book {
    background-position: center 30%;
}

.ayllu-page-hero--landscape {
    background-size: cover;
    background-position: center center;
}

.ayllu-page-hero--portrait {
    min-height: auto;
    display: block;
    padding: calc(var(--ayllu-header-height, 88px) + 2rem) 0 3.5rem;
    background: var(--ayllu-dark);
}

.ayllu-page-hero--portrait .ayllu-page-hero-media {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--ayllu-border);
}

.ayllu-page-hero--portrait .ayllu-page-hero-media img {
    display: block;
    width: 100%;
    height: auto;
}

.ayllu-page-hero--portrait .ayllu-page-hero-content {
    padding-bottom: 0.25rem;
}

.ayllu-page-hero--portrait .ayllu-page-hero-title {
    max-width: none;
}

@media (max-width: 991.98px) {
    .ayllu-page-hero--portrait .ayllu-page-hero-media {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.ayllu-prose--lead p {
    font-size: 1.15rem;
    text-align: center;
}

.ayllu-breadcrumb-link {
    color: var(--ayllu-gold);
    transition: opacity 0.25s ease;
}

.ayllu-breadcrumb-link:hover {
    opacity: 0.8;
    color: var(--ayllu-gold);
}

/* Blog listing */
.ayllu-blog-grid-section {
    padding: 3rem 0 5rem;
}

.ayllu-blog-masonry {
    display: block;
}

.ayllu-blog-masonry:not(.is-masonry-ready) .ayllu-blog-masonry-item + .ayllu-blog-masonry-item {
    margin-top: 1.5rem;
}

.ayllu-blog-masonry-item {
    display: block;
    width: 100%;
    min-width: 0;
}

.ayllu-blog-masonry-item .ayllu-blog-card {
    height: auto;
}

.ayllu-blog-masonry.is-masonry-ready {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.ayllu-blog-masonry.is-masonry-ready .ayllu-blog-masonry-item + .ayllu-blog-masonry-item {
    margin-top: 0;
}

.ayllu-blog-masonry-column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ayllu-blog-masonry:not(.is-masonry-ready) .ayllu-blog-masonry-item + .ayllu-blog-masonry-item {
        margin-top: 2rem;
    }

    .ayllu-blog-masonry.is-masonry-ready {
        gap: 2rem;
    }

    .ayllu-blog-masonry-column {
        gap: 2rem;
    }
}

@media (min-width: 1200px) {
    .ayllu-blog-masonry:not(.is-masonry-ready) .ayllu-blog-masonry-item + .ayllu-blog-masonry-item {
        margin-top: 2.5rem;
    }

    .ayllu-blog-masonry.is-masonry-ready {
        gap: 2.5rem;
    }

    .ayllu-blog-masonry-column {
        gap: 2.5rem;
    }
}

.ayllu-blog-masonry .ayllu-blog-card:hover {
    transform: none;
}

.ayllu-blog-masonry .ayllu-blog-card:hover .ayllu-blog-card-image img {
    transform: none;
}

.ayllu-blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--ayllu-cream);
    border: 1px solid var(--ayllu-cream-border);
    color: var(--ayllu-dark);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.ayllu-blog-card:hover {
    border-color: rgba(201, 169, 98, 0.45);
    transform: translateY(-4px);
}

.ayllu-blog-card-image-link {
    display: block;
}

.ayllu-blog-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(1, 34, 29, 0.06);
}

.ayllu-blog-card-image--landscape {
    aspect-ratio: 16 / 10;
}

.ayllu-blog-card-image--portrait {
    aspect-ratio: 3 / 4;
}

.ayllu-blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s ease;
}

.ayllu-blog-card-image--portrait img {
    object-fit: contain;
}

.ayllu-blog-card:hover .ayllu-blog-card-image img {
    transform: scale(1.05);
}

.ayllu-blog-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ayllu-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ayllu-muted);
    margin-bottom: 0.85rem;
}

.ayllu-blog-meta--hero {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

.ayllu-blog-meta--hero span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ayllu-blog-card-title {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 0.85rem;
}

.ayllu-blog-card-title a {
    color: var(--ayllu-dark);
    transition: color 0.25s ease;
}

.ayllu-blog-card-title a:hover {
    color: var(--ayllu-gold);
}

.ayllu-blog-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--ayllu-cream-text);
    margin-bottom: 1.25rem;
    flex-grow: 1;
}

.ayllu-blog-read-more {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    margin-top: auto;
}

.ayllu-blog-read-more:hover {
    color: var(--ayllu-gold-light);
}

.ayllu-pagination-wrap {
    margin-top: 3.5rem;
}

.ayllu-pagination .page-link {
    background: transparent;
    border-color: var(--ayllu-border);
    color: var(--ayllu-muted);
    padding: 0.65rem 1rem;
    border-radius: 0;
}

.ayllu-pagination .page-item.active .page-link {
    background: var(--ayllu-gold);
    border-color: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.ayllu-pagination .page-link:hover {
    background: rgba(201, 169, 98, 0.15);
    border-color: var(--ayllu-gold);
    color: var(--ayllu-gold);
}

.ayllu-pagination .page-item.disabled .page-link {
    background: transparent;
    color: rgba(245, 240, 232, 0.3);
}

/* Blog post */
.ayllu-blog-lead {
    font-family: var(--font-display);
    font-size: 1.35rem;
    line-height: 1.55;
    color: var(--ayllu-cream);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-prose h2 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    color: var(--ayllu-gold);
    margin: 2.25rem 0 1rem;
}

.ayllu-prose h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--ayllu-gold);
    margin: 2rem 0 1rem;
}

.ayllu-prose ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
}

.ayllu-prose ul li,
.ayllu-prose ol li {
    color: var(--ayllu-muted);
    margin-bottom: 0.5rem;
}

.ayllu-blog-post-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-blog-related {
    padding: 4rem 0 5rem;
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-blog-related .col-md-4 {
    display: flex;
}

.ayllu-blog-related .ayllu-blog-card {
    width: 100%;
}

.ayllu-blog-related .ayllu-blog-card-image,
.ayllu-blog-related .ayllu-blog-card-image--portrait,
.ayllu-blog-related .ayllu-blog-card-image--landscape {
    aspect-ratio: 4 / 3;
}

.ayllu-blog-related .ayllu-blog-card-image img {
    object-fit: cover;
}

.ayllu-blog-card--compact .ayllu-blog-card-body {
    padding: 1.25rem;
}

.ayllu-blog-card--compact .ayllu-blog-card-title {
    font-size: 1.15rem;
}

/* Blog offer components */
.ayllu-offer-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.ayllu-offer-card {
    padding: 1.5rem;
    border: 1px solid var(--ayllu-border);
    background: rgba(255, 255, 255, 0.02);
}

.ayllu-offer-card--featured {
    border-color: var(--ayllu-gold);
    background: rgba(201, 169, 98, 0.06);
}

.ayllu-offer-price {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    color: var(--ayllu-gold);
    line-height: 1;
    margin-bottom: 0.75rem;
}

.ayllu-offer-card h3 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ayllu-cream);
    margin: 0 0 0.75rem;
}

.ayllu-offer-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-offer-highlight {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.5rem;
    margin: 2rem 0;
    border: 1px solid var(--ayllu-gold);
    background: rgba(201, 169, 98, 0.06);
}

.ayllu-offer-highlight-price {
    flex-shrink: 0;
    font-family: var(--font-display);
    font-size: 2.5rem;
    color: var(--ayllu-gold);
    line-height: 1;
}

.ayllu-offer-highlight p {
    margin: 0;
    color: var(--ayllu-cream);
    font-size: 1.05rem;
    line-height: 1.5;
}

.ayllu-schedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
}

.ayllu-schedule-item {
    text-align: center;
    padding: 1rem;
    border: 1px solid var(--ayllu-border);
    background: rgba(255, 255, 255, 0.02);
}

.ayllu-schedule-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.25rem;
    color: var(--ayllu-gold);
    margin-bottom: 0.25rem;
}

.ayllu-schedule-item span {
    font-size: 0.85rem;
    color: var(--ayllu-muted);
}

.ayllu-blog-terms {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border: 1px solid var(--ayllu-border);
    background: rgba(255, 255, 255, 0.02);
}

.ayllu-blog-terms h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--ayllu-gold);
    margin: 0 0 0.75rem;
}

.ayllu-blog-terms p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-blog-note {
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--ayllu-gold);
    background: rgba(201, 169, 98, 0.06);
    color: var(--ayllu-muted);
}

@media (max-width: 767.98px) {
    .ayllu-offer-cards {
        grid-template-columns: 1fr;
    }

    .ayllu-schedule {
        grid-template-columns: 1fr;
    }

    .ayllu-offer-highlight {
        flex-direction: column;
        text-align: center;
    }
}

/* Menu page */
.ayllu-page-hero--menu {
    min-height: 65vh;
    min-height: 65dvh;
}

.ayllu-menu-intro {
    padding: calc(var(--ayllu-header-height, 148px) + 2.5rem) 0 2.25rem;
}

.ayllu-menu-intro .ayllu-section-title {
    margin-bottom: 1rem;
}

.ayllu-menu-intro .ayllu-prose--lead {
    margin-top: 0.5rem;
}

.ayllu-menu-hero-text {
    max-width: 640px;
    margin-top: 1.25rem;
}

.ayllu-menu-hero-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ayllu-muted);
    margin-bottom: 0.85rem;
}

.ayllu-menu-hero-text p:last-child {
    margin-bottom: 0;
}

.ayllu-menu-nav-wrap {
    position: sticky;
    top: var(--ayllu-header-height, 148px);
    z-index: 1020;
    margin-top: 0;
    background: var(--ayllu-cream);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(1, 34, 29, 0.12);
}

.ayllu-menu-nav-wrap.is-stuck {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.ayllu-menu-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0.75rem 0;
}

.ayllu-menu-nav-link {
    display: inline-block;
    padding: 0.65rem 1.1rem;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(1, 34, 29, 0.65);
    white-space: nowrap;
    border: 1px solid rgba(1, 34, 29, 0.15);
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ayllu-menu-nav-link:hover,
.ayllu-menu-nav-link.active {
    color: var(--ayllu-dark);
    border-color: var(--ayllu-gold);
    background: rgba(154, 115, 50, 0.12);
}

.ayllu-menu-body {
    background: var(--ayllu-dark);
}

.ayllu-menu-panels {
    min-height: 420px;
}

.ayllu-menu-section {
    display: none;
    padding: 4rem 0;
    border-bottom: 1px solid var(--ayllu-border);
    background: var(--ayllu-dark);
    scroll-margin-top: calc(var(--ayllu-header-height, 148px) + 5rem);
}

.ayllu-menu-section.is-active {
    display: block;
}

.ayllu-menu-section-header {
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
    text-align: center;
}

.ayllu-menu-section-subtitle {
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-menu-section-note {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--ayllu-border);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
}

.ayllu-menu-subsection {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--ayllu-gold);
    margin: 2.5rem 0 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-menu-subsection:first-of-type {
    margin-top: 0;
}

.ayllu-menu-items {
    max-width: 820px;
    margin: 0 auto;
}

.ayllu-menu-item {
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(201, 169, 98, 0.12);
}

.ayllu-menu-item:last-child {
    border-bottom: none;
}

.ayllu-menu-item-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.ayllu-menu-item-name {
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ayllu-cream);
}

.ayllu-menu-dietary {
    font-family: var(--font-body);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: var(--ayllu-gold);
    text-transform: uppercase;
}

.ayllu-menu-item-price {
    font-size: 1rem;
    font-weight: 500;
    color: var(--ayllu-gold);
    white-space: nowrap;
}

.ayllu-menu-item-details {
    margin-top: 0.4rem;
    padding-right: 4rem;
}

.ayllu-menu-item-desc,
.ayllu-menu-item-note {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-menu-item-note {
    font-style: italic;
    margin-top: 0.25rem;
}

.ayllu-menu-signatures {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-signature-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}

.ayllu-signature-carousel::-webkit-scrollbar {
    height: 6px;
}

.ayllu-signature-carousel::-webkit-scrollbar-thumb {
    background: var(--ayllu-gold);
    border-radius: 3px;
}

.ayllu-signature-dish {
    margin: 0;
    text-align: center;
    flex: 0 0 min(280px, 78vw);
    scroll-snap-align: start;
}

.ayllu-signature-dish-image {
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--ayllu-border);
    margin-bottom: 0.75rem;
}

body.ayllu-body .ayllu-signature-dish-image img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.ayllu-signature-dish:hover .ayllu-signature-dish-image img {
    transform: scale(1.05);
}

.ayllu-signature-dish figcaption {
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ayllu-cream);
    margin: 0;
}

.ayllu-band--green .ayllu-signature-dish figcaption {
    color: var(--ayllu-cream);
}

.ayllu-band--cream .ayllu-signature-dish figcaption {
    color: var(--ayllu-dark);
}

@media (max-width: 767.98px) {
    .ayllu-menu-item-details {
        padding-right: 0;
    }

    .ayllu-menu-item-main {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .ayllu-menu-item-price {
        align-self: auto;
        color: var(--ayllu-cream);
        flex-shrink: 0;
    }
}

/* Private dining */
.ayllu-pd-intro {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-pd-intro-image {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid var(--ayllu-border);
}

body.ayllu-body .ayllu-pd-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayllu-pd-cards {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-pd-card {
    height: 100%;
    padding: 2rem;
    background: var(--ayllu-dark);
    border: 1px solid var(--ayllu-border);
    transition: border-color 0.3s ease;
}

.ayllu-pd-card:hover {
    border-color: rgba(201, 169, 98, 0.45);
}

.ayllu-pd-card-title {
    font-size: 1.35rem;
    color: var(--ayllu-gold);
    margin-bottom: 1rem;
}

.ayllu-pd-card-text {
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-pd-features {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-pd-feature {
    height: 100%;
    text-align: center;
    padding: 2rem 1.5rem;
    border: 1px solid var(--ayllu-cream-border);
    background: var(--ayllu-cream);
}

.ayllu-pd-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1.25rem;
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-gold);
    font-size: 1.25rem;
}

.ayllu-pd-feature-title {
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
    color: var(--ayllu-dark);
}

.ayllu-pd-feature-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--ayllu-cream-text);
    margin: 0;
}

.ayllu-band--cream .ayllu-pd-feature {
    background: var(--ayllu-dark);
    border-color: var(--ayllu-border);
}

.ayllu-band--cream .ayllu-pd-feature-title {
    color: var(--ayllu-gold);
}

.ayllu-band--cream .ayllu-pd-feature-text {
    color: var(--ayllu-muted);
}

.ayllu-pd-gallery {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-pd-gallery-item {
    margin: 0;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border: 1px solid var(--ayllu-border);
}

body.ayllu-body .ayllu-pd-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ayllu-pd-gallery-item:hover img {
    transform: scale(1.04);
}

/* Book page */
.ayllu-book-main {
    padding: 4rem 0 5rem;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-book-note {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 2.5rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--ayllu-muted);
}

.ayllu-book-widget {
    background: var(--ayllu-cream);
    border: 1px solid var(--ayllu-cream-border);
}

.ayllu-book-widget-header {
    padding: 1.75rem 1.75rem 0;
}

.ayllu-book-widget-title {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: var(--ayllu-cream);
}

.ayllu-book-widget-text {
    font-size: 0.95rem;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-book-widget-frame {
    position: relative;
    padding: 1.25rem 1.75rem 1.75rem;
}

.ayllu-book-widget-frame.is-loading #ot-booking-frame {
    opacity: 0.4;
}

.ayllu-book-widget-frame.is-loading::before {
    content: 'Loading reservations…';
    position: absolute;
    inset: 1.25rem 1.75rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--ayllu-cream-text);
    pointer-events: none;
    z-index: 1;
}

.ayllu-book-widget-fallback {
    margin-top: 1rem;
    text-align: center;
}

.ayllu-book-widget-fallback p {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: var(--ayllu-cream-text);
}

.ayllu-band--green .ayllu-book-widget-fallback p {
    color: var(--ayllu-muted);
}

#ot-booking-frame {
    display: block;
    width: 100%;
    min-height: 600px;
    height: 600px;
    background: #fff;
    border: 1px solid rgba(201, 169, 98, 0.2);
    border-radius: 2px;
}

.ayllu-book-sidebar {
    height: 100%;
    padding: 2rem;
    background: var(--ayllu-cream);
    border: 1px solid var(--ayllu-cream-border);
    color: var(--ayllu-dark);
}

.ayllu-book-sidebar .ayllu-book-sidebar-title,
.ayllu-book-sidebar .ayllu-book-sidebar-item a {
    color: var(--ayllu-dark);
}

.ayllu-book-sidebar .ayllu-book-sidebar-text,
.ayllu-book-sidebar .ayllu-book-sidebar-item,
.ayllu-book-entertainment {
    color: var(--ayllu-cream-text);
}

.ayllu-book-sidebar-block + .ayllu-book-sidebar-block {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-book-sidebar-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--ayllu-dark);
}

.ayllu-book-sidebar-label {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    margin-bottom: 0.85rem;
}

.ayllu-book-sidebar-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-book-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--ayllu-muted);
}

.ayllu-book-sidebar-item + .ayllu-book-sidebar-item {
    margin-top: 0.85rem;
}

.ayllu-book-sidebar-item i {
    color: var(--ayllu-gold);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.ayllu-book-sidebar-item a {
    color: var(--ayllu-dark);
    transition: color 0.25s ease;
}

.ayllu-book-sidebar-item a:hover {
    color: var(--ayllu-gold);
}

.ayllu-hours-list--compact li {
    padding: 0.55rem 0;
    font-size: 0.92rem;
}

.ayllu-book-sidebar .ayllu-hours-list li span:first-child {
    color: rgba(1, 34, 29, 0.55);
}

.ayllu-book-sidebar .ayllu-hours-list li span:last-child {
    color: var(--ayllu-dark);
}

.ayllu-book-sidebar .ayllu-hours-note {
    color: rgba(1, 34, 29, 0.55);
}

.ayllu-book-entertainment {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ayllu-book-entertainment li {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--ayllu-border);
    font-size: 0.92rem;
    color: var(--ayllu-cream-text);
}

.ayllu-book-entertainment a {
    color: var(--ayllu-dark);
    transition: color 0.25s ease;
}

.ayllu-book-entertainment a:hover {
    color: var(--ayllu-gold);
}

.ayllu-book-sidebar .btn-ayllu {
    margin-top: 1.5rem;
}

.ayllu-book-entertainment li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ayllu-book-entertainment strong {
    color: var(--ayllu-dark);
    font-weight: 500;
}

.ayllu-book-enquiry {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-book-enquiry-card {
    padding: 2.5rem;
    background: var(--ayllu-dark);
    border: 1px solid var(--ayllu-border);
}

.ayllu-book-enquiry-card--inline {
    margin-top: 1.5rem;
}

.ayllu-book-enquiry-title {
    font-size: 1.75rem;
    color: var(--ayllu-cream);
    margin: 0;
}

.ayllu-book-enquiry-text {
    font-size: 1rem;
    line-height: 1.65;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-book-form .form-label {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    margin-bottom: 0.45rem;
}

.ayllu-book-form .form-label .ayllu-label-optional {
    color: rgba(250, 244, 233, 0.65);
    font-weight: 400;
    letter-spacing: 0.06em;
}

.ayllu-book-form .form-control {
    background: var(--ayllu-dark-soft);
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-cream);
    border-radius: 0;
    padding: 0.85rem 1rem;
}

.ayllu-book-form .form-control::placeholder {
    color: rgba(245, 240, 232, 0.35);
}

.ayllu-book-form .form-control:focus {
    background: var(--ayllu-dark-soft);
    border-color: var(--ayllu-gold);
    color: var(--ayllu-cream);
    box-shadow: none;
}

.ayllu-book-form .ayllu-newsletter-opt-in {
    margin: 0.25rem 0 0.5rem;
}

.ayllu-book-form .ayllu-newsletter-opt-in .form-check-label {
    color: var(--ayllu-muted);
    font-size: 0.92rem;
    line-height: 1.45;
}

.ayllu-book-form .ayllu-newsletter-opt-in .form-check-input {
    border-color: var(--ayllu-border);
}

.ayllu-book-form .ayllu-newsletter-opt-in .form-check-input:checked {
    background-color: var(--ayllu-gold);
    border-color: var(--ayllu-gold);
}

.ayllu-book-form .ayllu-newsletter-opt-in .form-check-input:focus {
    border-color: var(--ayllu-gold);
    box-shadow: none;
}

.ayllu-book-alert {
    border-radius: 0;
    border: 1px solid var(--ayllu-border);
    background: var(--ayllu-dark-soft);
    color: var(--ayllu-cream);
}

.ayllu-rating-gate.is-hidden,
.ayllu-rating-form.is-hidden {
    display: none;
}

.ayllu-rating-stars {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.ayllu-rating-star {
    appearance: none;
    background: none;
    border: 0;
    padding: 0.35rem;
    color: rgba(250, 244, 233, 0.22);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ayllu-rating-star:hover,
.ayllu-rating-star:focus-visible,
.ayllu-rating-star.is-active {
    color: var(--ayllu-gold);
    outline: none;
}

.ayllu-rating-star:hover,
.ayllu-rating-star:focus-visible {
    transform: translateY(-2px) scale(1.06);
}

.ayllu-rating-hint {
    font-size: 0.92rem;
    color: var(--ayllu-muted);
}

.ayllu-rating-selected {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    margin: 0.85rem 0 0.35rem;
    color: var(--ayllu-gold);
    font-size: 1.15rem;
}

.ayllu-rating-selected .is-empty {
    color: rgba(250, 244, 233, 0.22);
}

.ayllu-rating-change {
    appearance: none;
    background: none;
    border: 0;
    padding: 0;
    color: var(--ayllu-gold);
    font-family: var(--font-body);
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.ayllu-rating-change:hover,
.ayllu-rating-change:focus-visible {
    color: var(--ayllu-gold-light);
    outline: none;
}

@media (max-width: 991.98px) {
    .ayllu-book-sidebar {
        margin-top: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .ayllu-book-enquiry-card {
        padding: 1.5rem;
    }

    .ayllu-book-widget-header,
    .ayllu-book-widget-frame {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

/* Content pages */
.ayllu-faq-section,
.ayllu-gallery-section,
.ayllu-press-section,
.ayllu-recipes-section {
    padding: 4.5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: var(--ayllu-border);
    --bs-accordion-btn-bg: var(--ayllu-dark-soft);
    --bs-accordion-active-bg: var(--ayllu-dark-soft);
    --bs-accordion-btn-color: var(--ayllu-cream);
    --bs-accordion-active-color: var(--ayllu-gold);
    --bs-accordion-btn-focus-box-shadow: none;
}

.ayllu-accordion .accordion-item {
    background: var(--ayllu-dark);
    border: 1px solid var(--ayllu-border);
    border-radius: 0 !important;
    margin-bottom: 0.75rem;
}

.ayllu-accordion .accordion-button {
    background: transparent;
    color: var(--ayllu-cream);
    font-family: var(--font-display);
    font-size: 1.15rem;
    padding: 1.25rem 1.5rem;
    box-shadow: none;
}

.ayllu-accordion .accordion-button:not(.collapsed) {
    background: rgba(201, 169, 98, 0.08);
    color: var(--ayllu-gold);
}

.ayllu-accordion .accordion-button::after {
    filter: invert(0.8);
}

.ayllu-accordion .accordion-body {
    color: var(--ayllu-muted);
    line-height: 1.7;
    padding: 0.75rem 1.5rem 1.25rem;
}

.ayllu-gallery-tabs {
    border-bottom: 1px solid var(--ayllu-border);
    gap: 0.5rem;
}

.ayllu-gallery-tabs .nav-link {
    color: var(--ayllu-muted);
    border: none;
    border-radius: 0;
    padding: 0.75rem 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ayllu-gallery-tabs .nav-link.active,
.ayllu-gallery-tabs .nav-link:hover {
    color: var(--ayllu-gold);
    background: transparent;
    border-bottom: 2px solid var(--ayllu-gold);
}

.ayllu-band--cream .ayllu-gallery-tabs .nav-link {
    color: rgba(1, 34, 29, 0.65);
}

.ayllu-band--cream .ayllu-gallery-tabs .nav-link.active,
.ayllu-band--cream .ayllu-gallery-tabs .nav-link:hover {
    color: var(--ayllu-gold);
}

.ayllu-band--cream .ayllu-gallery-category-title {
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-gallery-category-intro,
.ayllu-band--cream .ayllu-gallery-empty {
    color: var(--ayllu-cream-text);
}

.ayllu-gallery-item {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--ayllu-border);
}

.ayllu-gallery-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

body.ayllu-body .ayllu-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ayllu-gallery-trigger:hover img {
    transform: scale(1.04);
}

.ayllu-gallery-zoom {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    background: rgba(var(--ayllu-green-rgb), 0.72);
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-gold);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ayllu-gallery-trigger:hover .ayllu-gallery-zoom,
.ayllu-gallery-trigger:focus-visible .ayllu-gallery-zoom {
    opacity: 1;
}

.ayllu-gallery-category-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--ayllu-cream);
}

.ayllu-gallery-category-intro {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ayllu-muted);
    margin: 0;
}

.ayllu-gallery-empty {
    color: var(--ayllu-muted);
    padding: 2rem 0;
}

body.ayllu-lightbox-open {
    overflow: hidden;
}

.ayllu-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1080;
}

.ayllu-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
}

.ayllu-lightbox-dialog {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 4rem 1.5rem 2rem;
}

.ayllu-lightbox-figure {
    margin: 0;
    max-width: min(96vw, 1400px);
    text-align: center;
}

.ayllu-lightbox-image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: calc(100vh - 8rem);
    margin: 0 auto;
    border: 1px solid var(--ayllu-border);
}

.ayllu-lightbox-caption {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--ayllu-muted);
}

.ayllu-lightbox-close,
.ayllu-lightbox-nav {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--ayllu-border);
    background: rgba(var(--ayllu-green-rgb), 0.85);
    color: var(--ayllu-cream);
    cursor: pointer;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.ayllu-lightbox-close:hover,
.ayllu-lightbox-nav:hover {
    color: var(--ayllu-gold);
    border-color: rgba(201, 169, 98, 0.5);
}

.ayllu-lightbox-close {
    top: 1rem;
    right: 1rem;
}

.ayllu-lightbox-prev {
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.ayllu-lightbox-next {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 575.98px) {
    .ayllu-lightbox-prev {
        left: 0.5rem;
    }

    .ayllu-lightbox-next {
        right: 0.5rem;
    }
}

.ayllu-recaptcha-notice {
    margin: 0 0 1rem;
    color: var(--ayllu-muted);
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
}

.ayllu-recaptcha-notice a {
    color: inherit;
    text-decoration: underline;
}

.ayllu-press-intro {
    color: var(--ayllu-muted);
    font-size: 1.05rem;
}

.ayllu-press-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ayllu-press-list li {
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-press-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 0;
    color: var(--ayllu-cream);
    transition: color 0.25s ease;
}

.ayllu-press-list a:hover {
    color: var(--ayllu-gold);
}

.ayllu-press-list-title {
    font-size: 1rem;
}

.ayllu-recipe-card {
    height: 100%;
    background: var(--ayllu-dark-soft);
    border: 1px solid var(--ayllu-border);
}

.ayllu-recipe-card-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.ayllu-recipe-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ayllu-recipe-card-body {
    padding: 1.75rem;
}

.ayllu-recipe-card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--ayllu-cream);
}

.ayllu-recipe-card .ayllu-prose p {
    color: var(--ayllu-muted);
}

.ayllu-recipe-card .ayllu-prose strong {
    color: var(--ayllu-gold);
}

.ayllu-contact-map {
    width: 100%;
    padding: 0;
}

.ayllu-location-map {
    width: 100%;
    max-width: 420px;
    border: 1px solid var(--ayllu-border);
    margin: 0 auto;
}

.ayllu-location-map a {
    display: block;
}

.ayllu-location-map img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease;
}

.ayllu-location-map a:hover img,
.ayllu-location-map a:focus-visible img {
    opacity: 0.85;
}

.ayllu-location-map--inline {
    max-width: 100%;
    margin: 1.5rem 0 0;
}

.ayllu-location-map--section {
    max-width: 480px;
    margin: 0 auto;
}

.ayllu-content-with-map .ayllu-location-map--inline {
    margin: 0;
    max-width: 100%;
}

.ayllu-content-with-map .ayllu-section-title {
    margin-bottom: 1.5rem;
}

.ayllu-contact-map-inner {
    position: relative;
    width: 100%;
    height: clamp(280px, 40vw, 460px);
    overflow: hidden;
    border-top: 1px solid var(--ayllu-border);
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.ayllu-contact-main {
    padding: 4rem 0 5rem;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-contact-details {
    height: 100%;
}

.ayllu-contact-detail-block + .ayllu-contact-detail-block {
    margin-top: 1.75rem;
}

.ayllu-contact-detail-label {
    font-weight: 700;
    color: var(--ayllu-cream);
    margin-bottom: 0.35rem;
}

.ayllu-contact-detail-text {
    color: var(--ayllu-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.ayllu-contact-detail-text a {
    color: var(--ayllu-cream);
    transition: color 0.25s ease;
}

.ayllu-contact-detail-text a:hover {
    color: var(--ayllu-gold);
}

.ayllu-contact-detail-sep {
    margin: 0 0.5rem;
    color: var(--ayllu-border);
}

.ayllu-contact-form-wrap {
    background: var(--ayllu-cream);
    border: 1px solid var(--ayllu-cream-border);
    color: var(--ayllu-dark);
    padding: 2.5rem;
}

.ayllu-contact-form-wrap .ayllu-section-title {
    color: var(--ayllu-dark);
}

.ayllu-contact-form-wrap .ayllu-book-enquiry-text {
    color: var(--ayllu-cream-text);
}

.ayllu-contact-form-wrap .ayllu-book-form .form-control {
    background: #fff;
    border-color: rgba(1, 34, 29, 0.2);
    color: var(--ayllu-dark);
}

.ayllu-contact-form-wrap .ayllu-book-form .form-control::placeholder {
    color: rgba(1, 34, 29, 0.4);
}

.ayllu-contact-form-wrap .ayllu-book-form .form-control:focus {
    background: #fff;
    border-color: var(--ayllu-gold);
    color: var(--ayllu-dark);
    box-shadow: none;
}

.ayllu-contact-form-wrap .ayllu-book-form .ayllu-newsletter-opt-in .form-check-label {
    color: var(--ayllu-cream-text);
}

.ayllu-contact-form-wrap .ayllu-book-form .ayllu-newsletter-opt-in .form-check-input {
    border-color: rgba(1, 34, 29, 0.25);
}

@media (max-width: 991.98px) {
    .ayllu-contact-form-wrap {
        padding: 1.75rem;
    }
}

.ayllu-contact-form-card {
    height: 100%;
}

.ayllu-contact-sidebar {
    height: 100%;
}

.ayllu-contact-info {
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-prose a {
    color: var(--ayllu-gold);
}

/* Shop pages */
.ayllu-shop-section {
    padding: 4rem 0 5rem;
    background: var(--ayllu-dark);
}

.ayllu-shop-sidebar {
    background: var(--ayllu-dark-soft);
    border: 1px solid var(--ayllu-border);
    padding: 1.5rem;
}

.ayllu-shop-sidebar h3 {
    font-family: var(--ayllu-font-display);
    font-size: 1.25rem;
    color: var(--ayllu-cream);
    margin-bottom: 1rem;
}

.ayllu-shop-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ayllu-shop-categories li + li {
    margin-top: 0.5rem;
}

.ayllu-shop-categories a {
    color: var(--ayllu-muted);
    transition: color 0.25s ease;
}

.ayllu-shop-categories a:hover,
.ayllu-shop-categories a.active {
    color: var(--ayllu-gold);
}

.ayllu-shop-card {
    height: 100%;
    background: var(--ayllu-dark-soft);
    border: 1px solid var(--ayllu-border);
    transition: border-color 0.3s ease;
}

.ayllu-shop-card:hover {
    border-color: rgba(201, 169, 98, 0.5);
}

.ayllu-shop-empty {
    text-align: center;
    color: var(--ayllu-muted);
    padding: 3rem 0;
}

.ayllu-shop-card-image {
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
}

.ayllu-shop-card-body {
    padding: 1.25rem;
}

.ayllu-shop-card-title {
    font-size: 1.1rem;
    color: var(--ayllu-cream);
    margin-bottom: 0.5rem;
}

.ayllu-shop-card-price {
    color: var(--ayllu-gold);
    margin-bottom: 0.75rem;
}

.ayllu-shop-card-link {
    font-size: 0.85rem;
    color: var(--ayllu-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ayllu-shop-card:hover .ayllu-shop-card-link {
    color: var(--ayllu-gold);
}

/* Homepage — moodboard sections */
.ayllu-home-about,
.ayllu-home-split,
.ayllu-home-feature,
.ayllu-home-book {
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-band--cream .ayllu-home-about .btn-ayllu:not(.btn-ayllu-solid),
.ayllu-band--cream .ayllu-home-split .btn-ayllu:not(.btn-ayllu-solid),
body.ayllu-body .ayllu-band--cream .ayllu-home-about a.btn-ayllu:not(.btn-ayllu-solid),
body.ayllu-body .ayllu-band--cream .ayllu-home-split a.btn-ayllu:not(.btn-ayllu-solid) {
    border-color: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.ayllu-band--cream .ayllu-home-about .btn-ayllu:not(.btn-ayllu-solid):hover,
.ayllu-band--cream .ayllu-home-split .btn-ayllu:not(.btn-ayllu-solid):hover,
body.ayllu-body .ayllu-band--cream .ayllu-home-about a.btn-ayllu:not(.btn-ayllu-solid):hover,
body.ayllu-body .ayllu-band--cream .ayllu-home-split a.btn-ayllu:not(.btn-ayllu-solid):hover {
    background: var(--ayllu-gold);
    color: var(--ayllu-cream);
}

.ayllu-home-about .btn-ayllu-solid,
.ayllu-home-split .btn-ayllu-solid,
body.ayllu-body .ayllu-home-about a.btn-ayllu-solid,
body.ayllu-body .ayllu-home-split a.btn-ayllu-solid {
    color: var(--ayllu-dark);
}

.ayllu-home-split-text {
    line-height: 1.75;
}

.ayllu-home-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.ayllu-home-gallery-item:first-child {
    grid-column: 1 / -1;
}

.ayllu-home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
}

/* gallery images now inside .ayllu-img-frame__inner */
.ayllu-home-gallery .ayllu-img-frame__inner img {
    aspect-ratio: 4 / 3;
}

.ayllu-home-pronunciation {
    padding: 4rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-pronunciation-word {
    font-size: clamp(2.5rem, 6vw, 4rem);
    margin-bottom: 0.5rem;
}

.ayllu-pronunciation-syllables {
    font-size: 1.25rem;
    color: var(--ayllu-gold);
    letter-spacing: 0.08em;
    margin-bottom: 0.25rem;
    text-transform: none;
}

.ayllu-pronunciation-phonetic {
    color: var(--ayllu-muted);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.ayllu-pronunciation-text {
    max-width: 560px;
}

.ayllu-home-split-image .ayllu-img-frame__inner img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center bottom;
}

.ayllu-home-events {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-home-events-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(1, 34, 29, 0.92), rgba(1, 34, 29, 0.55));
}

.ayllu-home-events-content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    padding: 4rem 0;
}

.ayllu-home-highlights {
    border-bottom: 1px solid var(--ayllu-border);
}

/* Rotating offers ticker — below hero */
.ayllu-offers-ticker {
    border-bottom: 1px solid var(--ayllu-border);
    position: relative;
    z-index: 5;
}

.ayllu-offers-ticker .container {
    padding-top: 1.35rem;
    padding-bottom: 1.1rem;
}

.ayllu-offers-ticker-viewport {
    position: relative;
    min-height: 3.5rem;
}

.ayllu-offers-ticker-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.ayllu-offers-ticker-slide strong {
    color: var(--ayllu-cream);
    font-size: clamp(0.78rem, 2vw, 0.9rem);
    letter-spacing: 0.14em;
    font-weight: 500;
}

.ayllu-offers-ticker-slide span {
    color: var(--ayllu-muted);
    font-size: 0.92rem;
    letter-spacing: 0.02em;
}

.ayllu-offers-ticker-slide:hover strong {
    color: var(--ayllu-gold);
}

@media (max-width: 991.98px) {
    .ayllu-offers-ticker-viewport {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .ayllu-offers-ticker-viewport::-webkit-scrollbar {
        display: none;
    }

    .ayllu-offers-ticker-slide {
        flex: 0 0 100%;
        scroll-snap-align: start;
        min-height: 3.5rem;
        padding: 0 0.5rem;
    }
}

.ayllu-offers-ticker-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.65rem;
}

.ayllu-offers-ticker-dot {
    width: 1.5rem;
    height: 2px;
    padding: 0;
    border: none;
    background: rgba(250, 244, 233, 0.2);
    cursor: pointer;
    transition: background 0.3s ease, width 0.3s ease;
}

.ayllu-offers-ticker-dot.is-active {
    background: var(--ayllu-gold);
    width: 2rem;
}

@media (min-width: 992px) {
    .ayllu-offers-ticker-viewport {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        min-height: 0;
    }

    .ayllu-offers-ticker-slide {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        pointer-events: auto;
        padding: 0.5rem 1.5rem;
        border-right: 1px solid var(--ayllu-border);
    }

    .ayllu-offers-ticker-slide:last-child {
        border-right: none;
    }

    .ayllu-offers-ticker-dots {
        display: none;
    }
}

.ayllu-home-highlight {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 2rem 1.5rem;
    text-align: center;
    border-right: 1px solid var(--ayllu-border);
    transition: background 0.25s ease;
    min-height: 100%;
}

.ayllu-home-highlight:last-child {
    border-right: none;
}

.ayllu-home-highlight:hover {
    background: rgba(154, 115, 50, 0.08);
}

.ayllu-home-highlight strong {
    color: var(--ayllu-cream);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.ayllu-home-highlight span {
    color: var(--ayllu-muted);
    font-size: 0.95rem;
}

.ayllu-home-feature--reverse {
    /* band colour applied via ayllu-band--* */
}

.ayllu-home-book {
    position: relative;
}

.ayllu-home-collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.ayllu-home-collage-item .ayllu-img-frame__inner img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.ayllu-footer-divider {
    height: 1px;
    background: var(--ayllu-border);
}

.ayllu-footer > .container {
    padding-top: 3rem;
}

.ayllu-footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.ayllu-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--ayllu-border);
    color: var(--ayllu-gold);
    transition: all 0.25s ease;
}

.ayllu-footer-social a:hover {
    background: var(--ayllu-gold);
    color: var(--ayllu-dark);
}

.ayllu-footer-address,
.ayllu-footer-hours {
    font-size: 0.9rem;
    color: var(--ayllu-muted);
    line-height: 1.7;
}

.ayllu-team-social {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
}

.ayllu-team-social:hover {
    color: var(--ayllu-gold-light);
}

.ayllu-team-card-image--igor img {
    object-position: center 6%;
}

.ayllu-team-card-image--sandesh img {
    object-position: center 6%;
}

@media (max-width: 767.98px) {
    .ayllu-home-highlight {
        border-right: none;
        border-bottom: 1px solid var(--ayllu-border);
    }
}

/* Cookie consent */
.ayllu-consent {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1050;
    pointer-events: none;
}

.ayllu-consent.is-open {
    pointer-events: auto;
}

.ayllu-consent-banner,
.ayllu-consent-panel {
    background: rgba(1, 34, 29, 0.98);
    border-top: 1px solid var(--ayllu-border);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.ayllu-consent-inner,
.ayllu-consent-panel-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 1.5rem;
}

.ayllu-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
}

.ayllu-consent-title {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: var(--ayllu-cream);
}

.ayllu-consent-text {
    margin: 0;
    max-width: 760px;
    color: var(--ayllu-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.ayllu-consent-text a {
    color: var(--ayllu-gold);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.ayllu-consent-text a:hover {
    color: var(--ayllu-gold-light);
}

.ayllu-consent-actions,
.ayllu-consent-panel-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ayllu-consent-manage {
    border: none;
    background: transparent;
    color: var(--ayllu-muted);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: color 0.25s ease;
}

.ayllu-consent-manage:hover {
    color: var(--ayllu-gold);
}

.ayllu-consent-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-consent-option:first-of-type {
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-consent-option-copy {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ayllu-consent-option-copy strong {
    color: var(--ayllu-cream);
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ayllu-consent-option-copy span {
    color: var(--ayllu-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.ayllu-consent-badge {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ayllu-gold);
    white-space: nowrap;
}

.ayllu-consent-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.ayllu-consent-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.ayllu-consent-toggle-ui {
    width: 48px;
    height: 28px;
    border-radius: 999px;
    background: rgba(250, 244, 233, 0.15);
    border: 1px solid var(--ayllu-border);
    position: relative;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.ayllu-consent-toggle-ui::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--ayllu-cream);
    transition: transform 0.25s ease, background 0.25s ease;
}

.ayllu-consent-toggle input:checked + .ayllu-consent-toggle-ui {
    background: rgba(154, 115, 50, 0.35);
    border-color: var(--ayllu-gold);
}

.ayllu-consent-toggle input:checked + .ayllu-consent-toggle-ui::after {
    transform: translateX(20px);
    background: var(--ayllu-gold);
}

.ayllu-consent-panel-actions {
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .ayllu-consent-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .ayllu-consent-actions,
    .ayllu-consent-panel-actions {
        width: 100%;
    }

    .ayllu-consent-actions .btn,
    .ayllu-consent-panel-actions .btn {
        flex: 1 1 auto;
    }
}

/* —— Premium landing experience —— */
.ayllu-motifs-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.ayllu-motif {
    position: absolute;
    pointer-events: none;
    color: var(--ayllu-gold);
    opacity: 0.22;
    z-index: 1;
}

.ayllu-motif--hero-enso {
    top: 18%;
    right: clamp(1rem, 6vw, 5rem);
    width: 72px;
    height: 72px;
    opacity: 0.18;
}

.ayllu-motif--section-sakura {
    top: 2.5rem;
    right: clamp(1rem, 5vw, 4rem);
    width: 40px;
    height: 40px;
    opacity: 0.28;
}

.ayllu-motif--pronunciation-enso {
    top: 50%;
    left: clamp(1rem, 8vw, 6rem);
    transform: translateY(-50%);
    width: 88px;
    height: 88px;
    opacity: 0.14;
}

.ayllu-motif--book-wave {
    bottom: 2rem;
    right: clamp(1rem, 6vw, 5rem);
    width: 100px;
    opacity: 0.2;
}

.ayllu-hero--premium .ayllu-hero-slide::before {
    background: linear-gradient(
        to bottom,
        rgba(var(--ayllu-green-rgb), 0.35) 0%,
        rgba(var(--ayllu-green-rgb), 0.5) 50%,
        rgba(var(--ayllu-green-rgb), 0.88) 100%
    );
}

.ayllu-hero-panel {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Keeps the copy legible now it sits straight on the slide photography. */
.ayllu-hero-panel .ayllu-hero-welcome,
.ayllu-hero-panel .ayllu-hero-title,
.ayllu-hero-panel .ayllu-hero-text {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.ayllu-hero-rule {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 1.75rem;
    max-width: 280px;
}

.ayllu-hero-rule::before,
.ayllu-hero-rule::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ayllu-gold), transparent);
}

.ayllu-hero-rule span {
    width: 6px;
    height: 6px;
    border: 1px solid var(--ayllu-gold);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.ayllu-hero-rule--compact {
    max-width: 120px;
    margin-bottom: 1.25rem;
}

.ayllu-hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    pointer-events: none;
}

.ayllu-hero-scroll-line {
    display: block;
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, var(--ayllu-gold), transparent);
    animation: ayllu-scroll-pulse 2.2s ease-in-out infinite;
}

.ayllu-hero-scroll-text {
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(250, 244, 233, 0.55);
}

@keyframes ayllu-scroll-pulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.85); }
    50% { opacity: 1; transform: scaleY(1); }
}

.ayllu-info-label--lined {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.ayllu-info-label--lined::after {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: var(--ayllu-gold);
    opacity: 0.85;
}

.ayllu-home-about .ayllu-info-label--lined::after {
    background: var(--ayllu-gold);
}

.ayllu-img-frame {
    position: relative;
    padding: 0.65rem;
}

.ayllu-img-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(154, 115, 50, 0.55);
    pointer-events: none;
    z-index: 2;
}

.ayllu-img-frame::after {
    content: '';
    position: absolute;
    inset: 0.4rem;
    border: 1px solid rgba(154, 115, 50, 0.22);
    pointer-events: none;
    z-index: 2;
}

.ayllu-img-frame__inner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ayllu-img-frame__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayllu-img-frame:hover .ayllu-img-frame__inner img {
    transform: scale(1.03);
}

.ayllu-img-frame--offset-right {
    margin-right: 1.25rem;
}

.ayllu-img-frame--offset-left {
    margin-left: 1.25rem;
}

.ayllu-img-frame--compact {
    padding: 0.45rem;
}

.ayllu-home-about .ayllu-img-frame::before {
    border-color: rgba(154, 115, 50, 0.65);
}

.ayllu-home-about .ayllu-img-frame::after {
    border-color: rgba(154, 115, 50, 0.28);
}

.ayllu-home-section {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    border-bottom: 1px solid var(--ayllu-border);
}

.ayllu-section-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='40' viewBox='0 0 80 40'%3E%3Cg fill='none' stroke='%239A7332' stroke-width='0.8'%3E%3Cpath d='M0 40 Q20 20 40 40 T80 40'/%3E%3Cpath d='M0 32 Q20 16 40 32 T80 32'/%3E%3Cpath d='M0 24 Q20 12 40 24 T80 24'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 40px;
    pointer-events: none;
}

.ayllu-home-pronunciation {
    position: relative;
}

.ayllu-home-highlights {
    border-top: 1px solid var(--ayllu-border);
}

.ayllu-home-highlight {
    position: relative;
}

.ayllu-home-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 1.5rem;
    background: var(--ayllu-gold);
    opacity: 0.5;
}

.ayllu-home-book {
    position: relative;
}

.ayllu-home-feature .ayllu-section-title::after,
.ayllu-home-book .ayllu-section-title::after {
    content: '';
    display: block;
    width: 2.5rem;
    height: 1px;
    background: var(--ayllu-gold);
    margin-top: 1rem;
    opacity: 0.7;
}

.ayllu-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ayllu-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ayllu-reveal--delay {
    transition-delay: 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .ayllu-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ayllu-hero-scroll-line {
        animation: none;
    }

    .ayllu-img-frame__inner img {
        transition: none;
    }

    .ayllu-nav-overlay,
    .ayllu-nav-overlay-inner,
    .ayllu-nav-overlay-link,
    .ayllu-nav-close {
        transition: none;
    }

    .ayllu-nav-overlay-inner,
    .ayllu-nav-overlay-link {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991.98px) {
    .ayllu-hero.ayllu-hero--premium {
        height: 72svh;
        height: var(--ayllu-mobile-hero-h, 72svh);
        min-height: 72svh;
        min-height: var(--ayllu-mobile-hero-h, 72svh);
    }

    .ayllu-hero.ayllu-hero--premium .swiper,
    .ayllu-hero.ayllu-hero--premium .swiper-wrapper,
    .ayllu-hero.ayllu-hero--premium .swiper-slide,
    .ayllu-hero.ayllu-hero--premium .ayllu-hero-slide,
    .ayllu-hero.ayllu-hero--premium .ayllu-hero-content {
        height: 100%;
        min-height: 100%;
    }

    .ayllu-hero.ayllu-hero--premium .ayllu-hero-content {
        padding-bottom: 3.25rem;
    }

    .ayllu-hero.ayllu-hero--premium::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2.5rem;
        background: linear-gradient(to bottom, transparent, var(--ayllu-cream));
        z-index: 3;
        pointer-events: none;
    }
}

@media (max-width: 767.98px) {
    .ayllu-hero-content .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ayllu-hero-panel {
        padding: 0 1.25rem;
    }

    .ayllu-hero-welcome {
        font-size: clamp(2.5rem, 12vw, 3.25rem);
        min-height: clamp(2.5rem, 12vw, 3.25rem);
        margin-bottom: 1rem;
    }

    .ayllu-hero-title {
        font-size: clamp(1rem, 4.4vw, 1.3rem);
        margin-bottom: 1.25rem;
    }

    .ayllu-motif--hero-enso,
    .ayllu-motif--section-sakura,
    .ayllu-motif--pronunciation-enso {
        display: none;
    }

    .ayllu-img-frame--offset-right,
    .ayllu-img-frame--offset-left {
        margin-left: 0;
        margin-right: 0;
    }
}
