.ac-legal-page {
    background: #f5f4ef;
    color: #111;
    min-height: 100vh;
}

.ac-legal-hero {
    background: #111;
    color: #fff;
    padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100vw - 1180px) / 2));
}

.ac-legal-hero > span,
.ac-cookie-banner__copy > span,
.ac-cookie-modal__dialog > span {
    color: #e85d22;
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-bottom: 1rem;
}

.ac-legal-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.6rem, 7vw, 5.5rem);
    font-weight: 500;
    line-height: 1;
    margin: 0 0 1.5rem;
}

.ac-legal-hero p {
    color: #c8c8c8;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 1.5rem;
    max-width: 42rem;
}

.ac-legal-hero small {
    color: #8f8f8f;
}

.ac-legal-layout {
    display: grid;
    gap: clamp(2rem, 6vw, 6rem);
    grid-template-columns: minmax(12rem, 15rem) minmax(0, 46rem);
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(3rem, 7vw, 7rem) 1.5rem;
}

.ac-legal-index {
    align-self: start;
    border-top: 3px solid #e85d22;
    display: grid;
    gap: 0;
    position: sticky;
    top: 7rem;
}

.ac-legal-index strong {
    padding: 1.25rem 0 0.85rem;
}

.ac-legal-index a {
    border-top: 1px solid #d8d6d0;
    color: #565656;
    font-size: 0.9rem;
    padding: 0.75rem 0;
    text-decoration: none;
}

.ac-legal-index a:hover {
    color: #d55b30;
}

.ac-legal-content section {
    border-bottom: 1px solid #d8d6d0;
    margin: 0 0 3rem;
    padding: 0 0 3rem;
    scroll-margin-top: 7rem;
}

.ac-legal-content h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 500;
    margin: 0 0 1.25rem;
}

.ac-legal-content p,
.ac-legal-content dd,
.ac-legal-content span {
    color: #4e4e4e;
    line-height: 1.75;
}

.ac-legal-content a {
    color: #b8441e;
}

.ac-legal-content dl,
.ac-legal-table,
.ac-cookie-table {
    display: grid;
    gap: 0;
}

.ac-legal-content dl > div,
.ac-legal-table > div,
.ac-cookie-table > div {
    border-top: 1px solid #d8d6d0;
    display: grid;
    gap: 0.5rem 1.5rem;
    grid-template-columns: minmax(9rem, 0.7fr) 1.5fr;
    padding: 1rem 0;
}

.ac-legal-content dt,
.ac-legal-table strong,
.ac-cookie-table strong {
    font-weight: 700;
}

.ac-legal-content dd {
    margin: 0;
}

.ac-legal-pending {
    color: #a13b1a;
}

.ac-cookie-table > div {
    grid-template-columns: 1fr 0.5fr 0.5fr;
}

.ac-cookie-table p {
    grid-column: 1 / -1;
    margin: 0;
}

.ac-cookie-inline-button {
    background: #111;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 0.9rem 1.2rem;
}

.ac-cookie-banner {
    align-items: end;
    background: #fff;
    border-top: 4px solid #e85d22;
    bottom: 0;
    box-shadow: 0 -16px 45px rgba(0, 0, 0, 0.16);
    color: #111;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 0;
    padding: 1.5rem max(1.25rem, calc((100vw - 1180px) / 2));
    position: fixed;
    right: 0;
    z-index: 99998;
}

.ac-cookie-banner[hidden],
.ac-cookie-modal[hidden] {
    display: none !important;
}

.ac-cookie-banner__copy h2,
.ac-cookie-modal__dialog h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.65rem;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
}

.ac-cookie-banner__copy > span {
    margin-bottom: 0.35rem;
}

.ac-cookie-banner__copy p {
    color: #555;
    line-height: 1.55;
    margin: 0 0 0.45rem;
    max-width: 50rem;
}

.ac-cookie-banner__copy a {
    color: #a63e1c;
    font-size: 0.85rem;
    font-weight: 700;
}

.ac-cookie-banner__actions {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(8.5rem, 1fr));
}

.ac-cookie-button {
    background: #fff;
    border: 1px solid #111;
    color: #111;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    min-height: 2.9rem;
    padding: 0.65rem 1rem;
}

.ac-cookie-button.is-primary {
    background: #111;
    color: #fff;
}

.ac-cookie-button.is-text {
    grid-column: 1 / -1;
}

.ac-cookie-button:hover,
.ac-cookie-button:focus-visible {
    border-color: #d55b30;
    outline: 2px solid transparent;
}

.ac-cookie-modal {
    inset: 0;
    position: fixed;
    z-index: 99999;
}

.ac-cookie-modal__backdrop {
    background: rgba(0, 0, 0, 0.62);
    inset: 0;
    position: absolute;
}

.ac-cookie-modal__dialog {
    background: #f5f4ef;
    left: 50%;
    max-height: calc(100vh - 2rem);
    max-width: 38rem;
    overflow: auto;
    padding: clamp(1.5rem, 5vw, 2.75rem);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 2rem);
}

.ac-cookie-modal__dialog > p {
    color: #555;
    line-height: 1.6;
}

.ac-cookie-modal__close {
    background: transparent;
    border: 0;
    color: #111;
    cursor: pointer;
    font-size: 2rem;
    height: 2.75rem;
    line-height: 1;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 2.75rem;
}

.ac-cookie-option {
    align-items: center;
    border-top: 1px solid #d8d6d0;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    padding: 1.2rem 0;
}

.ac-cookie-option strong,
.ac-cookie-option small {
    display: block;
}

.ac-cookie-option small {
    color: #666;
    line-height: 1.45;
    margin-top: 0.3rem;
}

.ac-cookie-option input {
    accent-color: #d55b30;
    height: 1.3rem;
    width: 1.3rem;
}

.ac-cookie-modal__actions {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
}

body.ac-cookie-modal-open {
    overflow: hidden;
}

footer [data-ac-cookie-open] {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.ac-reservation-consent {
    align-items: flex-start;
    display: grid !important;
    gap: 0.7rem;
    grid-template-columns: auto 1fr;
}

.ac-reservation-consent input {
    height: 1rem;
    margin-top: 0.2rem;
    width: 1rem;
}

.ac-reservation-consent a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .ac-legal-layout,
    .ac-cookie-banner {
        grid-template-columns: 1fr;
    }

    .ac-legal-index {
        position: static;
    }

    .ac-cookie-banner {
        gap: 1rem;
        max-height: 90vh;
        overflow: auto;
    }

    .ac-cookie-banner__actions,
    .ac-cookie-modal__actions {
        grid-template-columns: 1fr;
    }

    .ac-cookie-button.is-text {
        grid-column: auto;
    }

    .ac-legal-content dl > div,
    .ac-legal-table > div,
    .ac-cookie-table > div {
        grid-template-columns: 1fr;
    }
}
