* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    background: #f6f6f4;
    color: #172033;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.seo-shell {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.seo-header {
    background: #ffffff;
    border-bottom: 2px solid #d4af37;
    position: sticky;
    top: 0;
    z-index: 20;
}

.seo-header-inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.seo-brand img {
    height: 58px;
    width: auto;
}

.seo-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 600;
}

.seo-page {
    padding: 24px 0 64px;
}

.seo-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #846400;
    margin-bottom: 18px;
}

.seo-breadcrumb-sep {
    color: #b4a06a;
}

.seo-hero {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    background: linear-gradient(135deg, #fff8e2, #ffffff);
    border: 1px solid #ead48b;
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 28px;
}

.seo-hero-copy h1 {
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.02;
    margin: 10px 0 16px;
}

.seo-hero-copy p {
    font-size: 18px;
    line-height: 1.7;
    color: #42506b;
    margin: 0;
}

.seo-kicker {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    background: #172033;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.seo-meta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: #42506b;
}

.seo-meta-row div {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ead48b;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 14px;
}

.seo-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    border-radius: 20px;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}

.seo-card {
    background: #ffffff;
    border: 1px solid #e7e3d7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
}

.seo-card-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.seo-card-body {
    padding: 18px;
}

.seo-card-topline,
.seo-card-facts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6c7588;
}

.seo-card h2 {
    font-size: 24px;
    line-height: 1.15;
    margin: 10px 0 8px;
}

.seo-card-location {
    color: #9a6b00;
    font-weight: 600;
}

.seo-card p {
    color: #42506b;
    line-height: 1.65;
}

.seo-content,
.seo-sidebar-card {
    background: #ffffff;
    border: 1px solid #e7e3d7;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
}

.seo-content h2 {
    margin-top: 0;
    font-size: 28px;
}

.seo-content p,
.seo-content li {
    color: #42506b;
    line-height: 1.75;
}

.seo-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.seo-faq article {
    border: 1px solid #efe8d2;
    border-radius: 18px;
    padding: 18px;
    background: #fffdf7;
}

.seo-venue-layout {
    display: grid;
    grid-template-columns: 1.5fr .7fr;
    gap: 24px;
}

.seo-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}

.seo-gallery img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.seo-list {
    margin: 0;
    padding-left: 18px;
}

.seo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.seo-tags a,
.seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    background: #d4af37;
    color: #ffffff;
    font-weight: 700;
}

.seo-empty {
    text-align: center;
    padding: 80px 0;
}

.seo-footer {
    border-top: 1px solid #e7e3d7;
    padding: 20px 0 40px;
    color: #6c7588;
    font-size: 14px;
}

@media (max-width: 960px) {
    .seo-hero,
    .seo-venue-layout,
    .seo-grid,
    .seo-faq {
        grid-template-columns: 1fr;
    }

    .seo-nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .seo-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-hero {
        padding: 22px;
    }
}
