.avm-venue {
    --avm-gold: #c5a632;
    --avm-gold-dark: #9d8123;
    --avm-ink: #1f1f1f;
    --avm-muted: #68645b;
    --avm-surface: #f7f4ec;
    --avm-line: #e7dfc6;
    color: var(--avm-ink);
}

.avm-venue h2 {
    margin: 0 0 1rem;
    color: var(--avm-ink);
    font-size: clamp(1.5rem, 2.4vw, 2.2rem);
    line-height: 1.3;
}

.avm-kicker {
    margin: 0 0 .55rem !important;
    color: var(--avm-gold-dark);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.avm-lead {
    max-width: 850px;
    margin: 0 auto 2rem;
    text-align: center;
}

.avm-lead > p:last-child {
    margin: 0;
    color: var(--avm-muted);
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.95;
}

.avm-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(240px, .85fr);
    gap: 1rem;
    margin: 2rem 0;
}

.avm-gallery__item {
    min-height: 260px;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #e7e1d5;
    box-shadow: 0 16px 45px rgba(31, 31, 31, .12);
}

.avm-gallery__item--primary { min-height: 440px; }

.avm-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avm-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.avm-fact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .15rem .85rem;
    align-items: center;
    min-height: 110px;
    padding: 1.15rem;
    border: 1px solid var(--avm-line);
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, var(--avm-surface));
}

.avm-fact__icon {
    grid-row: 1 / 3;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--avm-gold);
    color: #171717;
    font-weight: 900;
}

.avm-fact__label { color: var(--avm-muted); font-size: .85rem; }
.avm-fact strong { font-size: 1rem; line-height: 1.5; }

.avm-note {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin: 2rem 0;
    padding: 1.2rem 1.35rem;
    border-inline-start: 4px solid var(--avm-gold);
    border-radius: 12px;
    background: #fff9e6;
}

.avm-note__icon {
    display: grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: var(--avm-ink);
    color: #fff;
    font-weight: 800;
}

.avm-note p { margin: .35rem 0 0; color: var(--avm-muted); line-height: 1.8; }

.avm-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2rem 0;
}

.avm-panel {
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid var(--avm-line);
    border-radius: 18px;
    background: #fff;
}

.avm-check-list { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.avm-check-list li { display: flex; gap: .7rem; align-items: flex-start; color: var(--avm-muted); line-height: 1.7; }
.avm-check-list__icon { color: var(--avm-gold-dark); font-weight: 900; }

.avm-story {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    align-items: center;
    margin: 2rem 0;
    padding: clamp(1.4rem, 4vw, 2.6rem);
    border-radius: 20px;
    background: var(--avm-surface);
}

.avm-story__icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 18px;
    background: var(--avm-gold);
    font-size: 1.6rem;
}

.avm-story p:last-child { margin: 0; color: var(--avm-muted); line-height: 1.9; }

.avm-quote-steps { margin: 2.5rem 0; text-align: center; }
.avm-quote-steps ol {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
    text-align: start;
}
.avm-quote-steps li {
    padding: 1.15rem;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(31, 31, 31, .08);
}
.avm-quote-steps li > span {
    display: grid;
    width: 30px;
    height: 30px;
    margin-bottom: .7rem;
    place-items: center;
    border-radius: 50%;
    background: var(--avm-ink);
    color: #fff;
    font-weight: 800;
}
.avm-quote-steps li p { margin: 0; color: var(--avm-muted); line-height: 1.65; }

.avm-faq { max-width: 880px; margin: 2.7rem auto; }
.avm-faq > .avm-kicker, .avm-faq > h2 { text-align: center; }
.avm-faq details { margin: .75rem 0; border: 1px solid var(--avm-line); border-radius: 13px; background: #fff; }
.avm-faq summary { position: relative; padding: 1rem 1.15rem; cursor: pointer; font-weight: 800; list-style: none; }
.avm-faq summary::-webkit-details-marker { display: none; }
.avm-faq summary::after { content: '+'; position: absolute; inset-inline-end: 1.1rem; color: var(--avm-gold-dark); font-size: 1.25rem; }
.avm-faq details[open] summary::after { content: '−'; }
.avm-faq details p { margin: 0; padding: 0 1.15rem 1rem; color: var(--avm-muted); line-height: 1.8; }

.avm-related { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; margin: 2rem 0; }
.avm-related a { padding: .55rem .9rem; border: 1px solid var(--avm-line); border-radius: 999px; color: var(--avm-ink); text-decoration: none; }
.avm-related a:hover, .avm-related a:focus-visible { border-color: var(--avm-gold); color: var(--avm-gold-dark); }

.avm-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
    gap: 2rem;
    align-items: center;
    margin-top: 2.5rem;
    padding: clamp(1.5rem, 5vw, 3rem);
    border-radius: 22px;
    background: linear-gradient(135deg, #1c1c1c, #2d2a22);
    color: #fff;
}
.avm-cta h2 { color: #fff; }
.avm-cta p:last-child { margin: 0; color: #ddd6c7; line-height: 1.8; }
.avm-cta .avm-kicker { color: #e2c85f; }
.avm-cta__actions { display: grid; gap: .65rem; }

.avm-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}
.avm-button--primary { background: var(--avm-gold); color: #171717; }
.avm-button--secondary { border: 1px solid #6c6658; color: #fff; }
.avm-button--link { color: #e7d67f; }
.avm-button:hover, .avm-button:focus-visible { transform: translateY(-1px); filter: brightness(1.06); }
.avm-button:focus-visible, .avm-related a:focus-visible, .avm-faq summary:focus-visible { outline: 3px solid #f4d95f; outline-offset: 3px; }

@media (max-width: 780px) {
    .avm-gallery { grid-template-columns: 1fr; }
    .avm-gallery__item, .avm-gallery__item--primary { min-height: 230px; aspect-ratio: 16 / 10; }
    .avm-facts, .avm-panels, .avm-cta { grid-template-columns: 1fr; }
    .avm-story { grid-template-columns: 1fr; }
    .avm-story__icon { width: 52px; height: 52px; }
    .avm-cta { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .avm-button { transition: none; }
}

