:root {
    --brand: #a62035;
    --brand-dark: #6f1223;
    --ink: #161616;
    --ink-soft: #2e2e2e;
    --cream: #f7f2eb;
    --sand: #d7c6b1;
    --white: #ffffff;
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background: #fbf8f4;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.015em;
}

h1 {
    font-size: clamp(2.8rem, 6.4vw, 5.15rem);
    margin-bottom: 1rem;
}

h2 {
    font-size: clamp(2rem, 4.2vw, 3.15rem);
    margin-bottom: 0.85rem;
}

h3 {
    font-size: clamp(1.45rem, 2.6vw, 1.9rem);
}

h4 {
    font-size: 1.2rem;
}

p {
    color: #4c4c4c;
    line-height: 1.65;
    margin-bottom: 1rem;
}

li,
span,
a,
label,
input,
textarea,
select,
button {
    line-height: 1.5;
}

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

.site-header {
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled,
.navbar {
    background: rgba(10, 10, 10, 0.82);
    backdrop-filter: blur(12px);
}

.navbar {
    padding: 0.95rem 0;
    transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled .navbar {
    padding: 0.68rem 0;
    background: rgba(8, 8, 8, 0.96);
    box-shadow: 0 10px 30px rgba(0,0,0,0.22);
}

.site-logo {
    width: 138px;
    height: auto;
    transition: width 0.3s ease, transform 0.3s ease;
}

.site-header.is-scrolled .site-logo {
    width: 96px;
}

.navbar-brand {
    margin-right: 1rem;
}

.nav-link {
    color: rgba(255,255,255,0.82);
    font-weight: 500;
    line-height: 1.5;
    font-size: 0.96rem;
    letter-spacing: 0.01em;
}

.nav-link.active,
.nav-link:hover {
    color: var(--white);
}

.btn {
    border-radius: 6px;
    padding: 0.9rem 1.5rem;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
    opacity: 0.96;
}

.btn-brand,
.btn-outline-light,
.btn-dark {
    min-width: 255px;
    box-shadow: var(--shadow-soft);
}

.btn-cta {
    min-width: 255px;
}

.btn-brand {
    color: var(--white);
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    border: 0;
    box-shadow: var(--shadow);
}

.btn-brand:hover {
    color: var(--white);
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #0e0c0c;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(8, 8, 8, 0.58), rgba(8, 8, 8, 0.7)), url('/static/img/content/proefclub-bord.jpg') center center/cover no-repeat;
}

.eyebrow,
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    color: var(--sand);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.section-tag {
    background: rgba(166, 32, 53, 0.08);
    color: var(--brand);
    border: 1px solid rgba(166, 32, 53, 0.08);
}

.text-accent {
    color: #f0c891;
}

.hero-copy,
.hero-meta span,
.bg-dark-panel p,
.bg-dark-panel h2,
.bg-dark-panel h3,
.bg-dark-panel .small {
    color: rgba(255,255,255,0.88);
}

.hero-copy {
    max-width: 42rem;
    font-size: 1.05rem;
}

.hero-meta strong {
    color: var(--white);
    font-size: 1.05rem;
}

.section-block {
    padding: 5rem 0;
}

.bg-cream {
    background: var(--cream);
}

.bg-dark-panel {
    background: #111111;
}

.image-card,
.feature-card,
.cta-panel,
.hours-card,
.form-card,
.event-summary,
.menu-panel,
.untappd-card {
    background: var(--white);
    border-radius: 6px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 1.75rem;
}

.image-card {
    overflow: hidden;
}

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

.image-card.tall {
    height: 760px;
}

.feature-card {
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: var(--shadow-soft);
}

.feature-card i {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(166, 32, 53, 0.1);
    color: var(--brand);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.cta-panel {
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(166,32,53,0.22), rgba(255,255,255,0.08));
    border: 1px solid var(--border);
}

.hours-card,
.form-card,
.event-summary,
.menu-panel,
.untappd-card {
    padding: 2rem;
}

.untappd-card {
    background:
        linear-gradient(180deg, rgba(166, 32, 53, 0.08), rgba(255,255,255,0.96)),
        var(--white);
}

.tap-list {
    display: grid;
    gap: 1rem;
}

.tap-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-radius: 6px;
    background: rgba(166, 32, 53, 0.06);
    border: 1px solid rgba(166, 32, 53, 0.08);
}

.tap-row strong {
    display: block;
    font-size: 1rem;
}

.tap-row span {
    color: #666;
    font-size: 0.95rem;
}

.tap-badge {
    white-space: nowrap;
    align-self: center;
    padding: 0.5rem 0.85rem;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}

.hours-row {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.hours-row:last-child {
    border-bottom: 0;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0.85rem;
}

.check-list i,
.social-inline a {
    color: var(--brand);
}

.social-inline a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: rgba(166, 32, 53, 0.1);
    font-size: 1.05rem;
}

.page-main.pt-page {
    padding-top: 8.2rem;
}

.narrow-content {
    max-width: 760px;
}

.form-control,
.form-select {
    border-radius: 6px;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(0,0,0,0.12);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(166, 32, 53, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(166, 32, 53, 0.12);
}

.site-footer {
    background: #0f0f0f;
    color: rgba(255,255,255,0.86);
    padding: 5rem 0 2rem;
}

.site-footer h3,
.site-footer h4,
.site-footer p,
.site-footer a,
.site-footer li,
.footer-bottom p {
    color: rgba(255,255,255,0.86);
}






.footer-hours li.is-today strong,
.footer-hours li.is-today span {
    color: #f0c891;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 991.98px) {
    .site-logo {
        width: 108px;
    }

    .site-header.is-scrolled .site-logo {
        width: 84px;
    }

    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem 0;
    }

    .hero-section {
        min-height: auto;
        padding: 7rem 0 4rem;
    }

    .image-card.tall {
        height: auto;
    }

    .btn-brand,
    .btn-outline-light,
    .btn-dark,
    .btn-cta {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 3rem;
    }

    .section-block {
        padding: 4rem 0;
    }

    .hours-card,
    .form-card,
    .feature-card,
    .cta-panel,
    .event-summary,
    .menu-panel,
    .untappd-card {
        padding: 1.4rem;
    }

    .tap-row {
        flex-direction: column;
        align-items: flex-start;
    }
}


.container {
    max-width: 1200px;
}





.hero-actions,
.social-inline {
    align-items: center;
}

.hours-card,
.form-card,
.event-summary,
.cta-panel,
.untappd-card {
    border: 1px solid rgba(0, 0, 0, 0.04);
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 2.6rem;
    }

    .section-block {
        padding: 3.75rem 0;
    }
}


/* Ultra final refinement */
body {
    background:
        radial-gradient(circle at top right, rgba(166, 32, 53, 0.035), transparent 22%),
        #fbf8f4;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.28), rgba(0,0,0,0.08));
}

.site-header {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-brand {
    padding: 0;
}

.nav-link {
    position: relative;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.25rem;
    height: 1px;
    background: rgba(255,255,255,0.8);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.btn-brand {
    background: linear-gradient(135deg, #b1283f, #7e192b);
}

.btn-dark {
    box-shadow: var(--shadow-soft);
}

.btn-outline-light {
    border-width: 1.5px;
}

.feature-card,
.event-summary,
.hours-card,
.form-card,
.cta-panel,
.untappd-card,
.image-card {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.feature-card:hover,
.event-summary:hover,
.hours-card:hover,
.form-card:hover,
.cta-panel:hover,
.untappd-card:hover,
.image-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.11);
}

.feature-card h3,
.event-summary h3,
.cta-panel h3 {
    margin-bottom: 0.75rem;
}

.image-card img {
    transition: transform 0.45s ease;
}

.image-card:hover img {
    transform: scale(1.02);
}

.section-tag,
.eyebrow {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
}

.hours-row {
    min-height: 52px;
}

.site-footer {
    padding: 4.5rem 0 2rem;
}

.site-footer h4 {
    margin-bottom: 1rem;
}

.footer-text {
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-text-left,
.footer-text-left a,
.footer-text-left span {
    text-align: left;
}

.footer-text i {
    width: 18px;
    margin-right: 8px;
    color: #f0c891;
}

.footer-text a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-text a:hover,
.footer-bottom a:hover {
    color: #f0c891;
}

.footer-hours-text .is-today {
    color: #f0c891;
    font-weight: 700;
}

.footer-bottom {
    margin-top: 2rem !important;
}

.footer-bottom a {
    color: rgba(255,255,255,0.86);
    transition: color 0.2s ease;
}

.form-control,
.form-select {
    min-height: 54px;
    background: rgba(255,255,255,0.96);
}

textarea.form-control {
    min-height: 150px;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 0.25rem;
    }

    .site-footer .col-md-4,
    .site-footer .col-lg-3,
    .site-footer .col-lg-4 {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-actions {
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .site-footer {
        padding: 3.75rem 0 1.75rem;
    }

    .footer-bottom {
        text-align: left !important;
    }
}
