:root {
    --lw-paper: #faf7f1;
    --lw-cream: #f4efe6;
    --lw-gilt: #b9982f;
    --lw-gilt-deep: #8c6d1f;
    --lw-ink: #2a2418;
    --lw-mute: #5c5346;
    --lw-line: #e4d9c6;
    --lw-white: #fffdf8;
    --lw-head: "DM Serif Display", "Times New Roman", serif;
    --lw-body: "DM Sans", "Helvetica Neue", sans-serif;
    --lw-space: 1.15rem;
    --lw-max: 1120px;
}

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

html {
    scroll-behavior: smooth;
}

body.lwo-shell {
    margin: 0;
    background: var(--lw-paper);
    color: var(--lw-ink);
    font-family: var(--lw-body);
    font-size: 17px;
    line-height: 1.65;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

.lwu-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.lwu-skip {
    position: absolute;
    left: -999px;
    top: 0;
    background: var(--lw-gilt);
    color: var(--lw-paper);
    padding: 0.5rem 1rem;
    z-index: 40;
}

.lwu-skip:focus {
    left: 0.5rem;
    top: 0.5rem;
}

.lwo-inner {
    width: min(100% - 2.4rem, var(--lw-max));
    margin-inline: auto;
}

.lwo-cluster {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.lwo-stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.lwo-split {
    display: grid;
    gap: 2rem;
    align-items: center;
}

.lwo-pair,
.lwo-tri {
    display: grid;
    gap: 1.4rem;
}

.lwo-narrow {
    max-width: 42rem;
}

.lwt-sand {
    background: var(--lw-cream);
}

.lwt-kicker {
    margin: 0;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--lw-gilt-deep);
    font-weight: 600;
}

.lwt-foil {
    background-image: linear-gradient(118deg, #8c6d1f 0%, #b9982f 38%, #e8d5a3 52%, #b9982f 68%, #8c6d1f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lwc-display,
.lwc-title {
    font-family: var(--lw-head);
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
}

.lwc-display {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.lwc-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.lwc-lede {
    font-size: 1.15rem;
    color: var(--lw-mute);
    margin: 0;
}

.lwu-copy {
    margin: 0;
    color: var(--lw-ink);
}

.lwu-mute {
    margin: 0;
    color: var(--lw-mute);
    font-size: 0.95rem;
}

.lwc-name {
    font-family: var(--lw-head);
    font-size: 1.35rem;
    margin: 0.6rem 0 0.3rem;
    font-weight: 400;
}

.lwc-head {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(250, 247, 241, 0.92);
    border-bottom: 1px solid var(--lw-line);
    backdrop-filter: blur(8px);
}

.lwc-head-bar {
    justify-content: space-between;
    min-height: 4.2rem;
}

.lwc-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
}

.lwc-brand-mark {
    width: 34px;
    height: 34px;
}

.lwc-brand-word {
    font-family: var(--lw-head);
    font-size: 1.25rem;
    letter-spacing: 0.02em;
}

.lwc-nav {
    display: flex;
    gap: 1.15rem;
    align-items: center;
}

.lwc-nav-item {
    text-decoration: none;
    font-size: 0.92rem;
    color: var(--lw-mute);
    border-bottom: 1px solid transparent;
    padding-bottom: 0.1rem;
}

.lwc-nav-item:hover,
.lwc-nav-item.lwu-now {
    color: var(--lw-gilt-deep);
    border-bottom-color: var(--lw-gilt);
}

.lwc-toggle {
    display: none;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid var(--lw-gilt);
    background: transparent;
    position: relative;
}

.lwc-toggle-line {
    display: block;
    width: 1.1rem;
    height: 1px;
    background: var(--lw-gilt-deep);
    margin: 0.28rem auto;
}

.lwc-veil {
    position: fixed;
    inset: 0;
    background: rgba(42, 36, 24, 0.35);
    z-index: 18;
}

.lwc-cta,
.lwc-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.72rem 1.35rem;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 600;
    border: 1px solid var(--lw-gilt);
    cursor: pointer;
    font-family: var(--lw-body);
}

.lwc-cta {
    background: transparent;
    color: var(--lw-gilt-deep);
}

.lwc-cta:hover {
    background: var(--lw-gilt);
    color: var(--lw-paper);
}

.lwc-ghost {
    background: transparent;
    color: var(--lw-mute);
    border-color: var(--lw-line);
}

.lwc-ghost:hover {
    border-color: var(--lw-gilt);
    color: var(--lw-gilt-deep);
}

.lwc-stage,
.lwc-band {
    padding: 4.2rem 0;
}

.lwc-frame {
    margin: 0;
    border: 1px solid var(--lw-line);
    padding: 0.55rem;
    background: var(--lw-white);
}

.lwc-frame img,
.lwc-panel img,
.lwc-stay-pic {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
}

.lwc-stats {
    justify-content: space-between;
}

.lwc-stat {
    min-width: 9rem;
}

.lwc-stat strong {
    display: block;
    font-family: var(--lw-head);
    font-size: 1.7rem;
    color: var(--lw-gilt-deep);
}

.lwc-stat span {
    color: var(--lw-mute);
    font-size: 0.85rem;
}

.lwc-panel,
.lwc-stay,
.lwc-quote {
    background: var(--lw-white);
    border: 1px solid var(--lw-line);
    padding: 1rem;
}

.lwc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    list-style: none;
    padding: 0;
    margin: 0.7rem 0 0;
}

.lwc-chips li {
    border: 1px solid var(--lw-line);
    padding: 0.2rem 0.55rem;
    font-size: 0.78rem;
    color: var(--lw-mute);
}

.lwc-ticks {
    margin: 0;
    padding-left: 1.1rem;
}

.lwc-ticks li {
    margin-bottom: 0.45rem;
}

.lwc-quote p {
    margin: 0 0 0.8rem;
    font-style: italic;
}

.lwc-quote cite {
    font-style: normal;
    color: var(--lw-gilt-deep);
    font-size: 0.88rem;
}

.lwc-inline {
    color: var(--lw-gilt-deep);
    text-underline-offset: 3px;
}

.lwc-faq-row {
    border-top: 1px solid var(--lw-line);
}

.lwc-faq-row:last-child {
    border-bottom: 1px solid var(--lw-line);
}

.lwc-faq-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 1rem 0;
    font-family: var(--lw-head);
    font-size: 1.15rem;
    cursor: pointer;
    color: var(--lw-ink);
}

.lwc-faq-body {
    padding-bottom: 1rem;
}

.lwc-form {
    display: grid;
    gap: 0.45rem;
}

.lwc-lbl {
    font-size: 0.82rem;
    color: var(--lw-mute);
    margin-top: 0.55rem;
}

.lwc-field {
    border: 1px solid var(--lw-line);
    background: var(--lw-white);
    padding: 0.65rem 0.75rem;
    font: inherit;
    color: var(--lw-ink);
}

.lwc-area {
    resize: vertical;
    min-height: 8rem;
}

.lwc-form-ok {
    color: var(--lw-gilt-deep);
}

.lwc-foot {
    background: #2a2418;
    color: #f4efe6;
    padding: 3rem 0 1.4rem;
}

.lwc-foot .lwu-mute,
.lwc-foot .lwt-kicker {
    color: #d8cbb3;
}

.lwc-foot-cols {
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.lwc-foot-link {
    display: block;
    text-decoration: none;
    color: #f4efe6;
    font-size: 0.92rem;
}

.lwc-foot-link:hover {
    color: var(--lw-gilt);
}

.lwc-foot-legal {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: #c9bda8;
    border-top: 1px solid #3d3628;
    padding-top: 1rem;
}

.lwc-notice {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    max-width: 22rem;
    background: var(--lw-white);
    border: 1px solid var(--lw-gilt);
    padding: 1rem;
    z-index: 30;
    box-shadow: 0 8px 24px rgba(42, 36, 24, 0.12);
}

.lwu-fade {
    opacity: 0;
    transition: opacity 0.7s ease;
}

.lwu-fade.lwu-in {
    opacity: 1;
}

@media (min-width: 768px) {
    .lwo-split,
    .lwo-pair {
        grid-template-columns: 1fr 1fr;
    }

    .lwo-tri {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .lwc-nav {
        gap: 0.8rem;
    }
}

@media (max-width: 768px) {
    .lwc-toggle {
        display: block;
    }

    .lwc-nav {
        display: none;
        position: fixed;
        top: 4.2rem;
        right: 0;
        left: auto;
        width: min(18rem, 86vw);
        background: var(--lw-paper);
        border-left: 1px solid var(--lw-line);
        flex-direction: column;
        align-items: flex-start;
        padding: 1.2rem;
        z-index: 22;
        min-height: calc(100vh - 4.2rem);
    }

    .lwc-nav.lwu-open {
        display: flex;
    }

    .lwo-split,
    .lwo-pair,
    .lwo-tri {
        grid-template-columns: 1fr;
    }

    .lwc-stage,
    .lwc-band {
        padding: 2.6rem 0;
    }
}

@media (max-width: 576px) {
    .lwo-inner {
        width: min(100% - 1.5rem, var(--lw-max));
    }

    .lwc-cta,
    .lwc-ghost {
        width: 100%;
    }
}
