/* =========================================================
   BROUWERIJ DE DUIJNEN — INNER PAGES
   ========================================================= */

.inner-page {
    padding-top: 88px;
}

/* ---------------------------------------------------------
   PAGE HERO
   --------------------------------------------------------- */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 110px;
}

.page-hero-dark {
    background:
        linear-gradient(
            120deg,
            rgba(17,17,17,.97),
            rgba(17,17,17,.88)
        );
    color: #fff;
}

.page-hero-dark::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -180px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.page-hero .eyebrow {
    margin-bottom: 15px;
    color: rgba(255,255,255,.58);
}

.page-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(56px, 7vw, 92px);
    font-weight: 500;
    line-height: .95;
    letter-spacing: -.025em;
}

.page-hero p:last-child {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.75;
}

/* ---------------------------------------------------------
   ONS BIER
   --------------------------------------------------------- */

.beer-page-section {
    padding: 100px 0;
    background: var(--secondary);
}

.beer-detail {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 90px;
    padding: 80px 0;
    border-bottom: 1px solid var(--border);
}

.beer-detail:last-child {
    border-bottom: 0;
}

.beer-detail:nth-child(even) {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
}

.beer-detail:nth-child(even) .beer-detail-image {
    order: 2;
}

.beer-detail:nth-child(even) .beer-detail-content {
    order: 1;
}

.beer-detail-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    padding: 40px;
    overflow: hidden;
    background: #eeece6;
}

.beer-detail-image::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
}

.beer-detail-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: 450px;
    max-width: 80%;
    object-fit: contain;
    transition: transform .35s ease;
}

.beer-detail:hover .beer-detail-image img {
    transform: translateY(-8px);
}

.beer-detail-tripel .beer-detail-image {
    background:
        linear-gradient(
            135deg,
            rgba(178,42,36,.07),
            rgba(255,255,255,.7)
        );
}

.beer-detail-dubbel .beer-detail-image {
    background:
        linear-gradient(
            135deg,
            rgba(53,88,168,.07),
            rgba(255,255,255,.7)
        );
}

.beer-detail-trouwend .beer-detail-image {
    background:
        linear-gradient(
            135deg,
            rgba(216,138,24,.08),
            rgba(255,255,255,.7)
        );
}

.beer-detail-bakkie .beer-detail-image {
    background:
        linear-gradient(
            135deg,
            rgba(201,154,29,.09),
            rgba(255,255,255,.7)
        );
}

.beer-detail-content {
    max-width: 620px;
}

.beer-detail-content .beer-type,
.order-beer-content .beer-type {
    margin: 0 0 10px !important;
    color: #77716a;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.beer-detail-content h2 {
    margin: 0 0 25px;
    color: var(--primary);
    font-family: var(--heading);
    font-size: clamp(46px, 5vw, 72px);
    font-weight: 500;
    line-height: .97;
    letter-spacing: -.02em;
}

.beer-detail-meta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
}

.beer-detail-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.beer-detail-meta strong {
    font-family: var(--heading);
    font-size: 30px;
    font-weight: 600;
}

.beer-detail-content > p:not(.beer-type) {
    max-width: 580px;
    margin-bottom: 30px;
    color: #5e5a55;
    font-size: 16px;
    line-height: 1.9;
}

/* ---------------------------------------------------------
   OVER ONS
   --------------------------------------------------------- */

.about-page-intro {
    padding: 120px 0;
    background: var(--secondary);
}

.about-page-grid {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 90px;
}

.about-page-image {
    position: relative;
    overflow: hidden;
    background: #e7e3dc;
}

.about-page-image::after {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(255,255,255,.5);
    pointer-events: none;
}

.about-page-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.about-page-content {
    max-width: 640px;
}

.about-page-content h2 {
    margin: 0 0 30px;
    color: var(--primary);
    font-family: var(--heading);
    font-size: clamp(48px, 5vw, 72px);
    font-weight: 500;
    line-height: .98;
}

.about-page-content p:not(.eyebrow) {
    margin: 0 0 20px;
    color: #5e5a55;
    font-size: 16px;
    line-height: 1.9;
}

.about-page-values {
    padding: 105px 0 120px;
    background: #fff;
}

.about-page-values .section-heading {
    margin-bottom: 65px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.value-card {
    padding: 38px;
    border: 1px solid var(--border);
    background: var(--secondary);
}

.value-card > span {
    display: block;
    margin-bottom: 28px;
    color: #8c867e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
}

.value-card h3 {
    margin: 0 0 12px;
    font-family: var(--heading);
    font-size: 34px;
    font-weight: 600;
}

.value-card p {
    margin: 0;
    color: #66615b;
    font-size: 15px;
    line-height: 1.75;
}

.about-page-contact {
    padding: 95px 0;
    background: #111;
    color: #fff;
}

.about-page-contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.about-page-contact h2 {
    margin: 0;
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 500;
    line-height: .98;
}

.about-page-contact .eyebrow {
    color: rgba(255,255,255,.55);
    margin-bottom: 14px;
}

.about-page-contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-page-contact-details a {
    color: #fff;
    font-family: var(--heading);
    font-size: 25px;
    font-weight: 500;
}

.about-page-contact-details a:hover {
    opacity: .65;
}

/* ---------------------------------------------------------
   CONTACT
   --------------------------------------------------------- */

.contact-page-section {
    padding: 120px 0;
    background: var(--secondary);
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    gap: 100px;
}

.contact-page-intro h2 {
    margin: 0 0 28px;
    color: var(--primary);
    font-family: var(--heading);
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 500;
    line-height: .98;
}

.contact-page-intro > p:not(.eyebrow) {
    max-width: 500px;
    margin: 0;
    color: #64605a;
    font-size: 16px;
    line-height: 1.85;
}

.contact-page-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}

.contact-page-item {
    padding: 31px;
    background: #fff;
}

.contact-page-item > span {
    display: block;
    margin-bottom: 11px;
    color: #8b857e;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}

.contact-page-item a,
.contact-page-item p {
    margin: 0;
    color: #222;
    font-family: var(--heading);
    font-size: 22px;
    line-height: 1.35;
}

.contact-page-item a:hover {
    opacity: .55;
}

.contact-page-order {
    padding: 95px 0;
    background: #111;
    color: #fff;
}

.contact-page-order-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.contact-page-order .eyebrow {
    color: rgba(255,255,255,.55);
}

.contact-page-order h2 {
    margin: 0;
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 500;
    line-height: .98;
}

.contact-page-order-inner > div:last-child {
    max-width: 520px;
}

.contact-page-order-inner > div:last-child p {
    margin: 0 0 28px;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 1.8;
}

.contact-page-order .button {
    background: #fff;
    color: #111;
}

.contact-page-order .button:hover {
    background: #eae8e3;
}

/* ---------------------------------------------------------
   BESTELLEN
   --------------------------------------------------------- */

.order-page-section {
    padding: 115px 0 105px;
    background: var(--secondary);
}

.order-intro {
    max-width: 700px;
    margin-bottom: 75px;
}

.order-intro h2 {
    margin: 0 0 25px;
    color: var(--primary);
    font-family: var(--heading);
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 500;
    line-height: .98;
}

.order-intro > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0;
    color: #625d57;
    font-size: 16px;
    line-height: 1.9;
}

.order-beers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.order-beer {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: #fff;
    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.order-beer:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.order-beer-image {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 260px;
    padding: 20px;
    background: #efede8;
}

.order-beer-image img {
    display: block;
    width: auto;
    height: 220px;
    max-width: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}

.order-beer:hover .order-beer-image img {
    transform: translateY(-5px);
}

.order-beer:nth-child(1) .order-beer-image {
    background:
        linear-gradient(
            135deg,
            rgba(178,42,36,.08),
            #efede8
        );
}

.order-beer:nth-child(2) .order-beer-image {
    background:
        linear-gradient(
            135deg,
            rgba(53,88,168,.08),
            #efede8
        );
}

.order-beer:nth-child(3) .order-beer-image {
    background:
        linear-gradient(
            135deg,
            rgba(216,138,24,.08),
            #efede8
        );
}

.order-beer:nth-child(4) .order-beer-image {
    background:
        linear-gradient(
            135deg,
            rgba(201,154,29,.09),
            #efede8
        );
}

.order-beer-content {
    padding: 30px;
}

.order-beer-content h3 {
    margin: 0 0 18px;
    color: #111;
    font-family: var(--heading);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.05;
}

.order-beer-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.order-beer-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
}

.order-beer-meta strong {
    font-family: var(--heading);
    font-size: 25px;
    font-weight: 600;
}

.order-beer .text-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.order-info-section {
    padding: 100px 0;
    background: #fff;
}

.order-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.order-info-card {
    min-height: 270px;
    padding: 32px;
    border: 1px solid var(--border);
    background: var(--secondary);
}

.order-info-card > span {
    display: block;
    margin-bottom: 24px;
    color: #8c867e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
}

.order-info-card h3 {
    margin: 0 0 13px;
    color: #111;
    font-family: var(--heading);
    font-size: 32px;
    font-weight: 600;
}

.order-info-card p {
    margin: 0 0 18px;
    color: #66615b;
    font-size: 14px;
    line-height: 1.75;
}

.order-info-card a,
.order-info-card strong {
    color: #111;
    font-size: 13px;
    line-height: 1.5;
}

.order-info-card a {
    font-weight: 700;
}

.order-contact-section {
    padding: 95px 0;
    background: #111;
    color: #fff;
}

.order-contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.order-contact-section .eyebrow {
    margin-bottom: 14px;
    color: rgba(255,255,255,.55);
}

.order-contact-section h2 {
    margin: 0;
    color: #fff;
    font-family: var(--heading);
    font-size: clamp(48px, 5vw, 70px);
    font-weight: 500;
    line-height: .98;
}

.order-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.order-contact-section .button {
    background: #fff;
    color: #111;
}

.order-contact-section .button:hover {
    background: #eae8e3;
}

.order-contact-section .button-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}

.order-contact-section .button-outline-light:hover {
    background: #fff;
    color: #111;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 1100px) {

    .order-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 950px) {

    .inner-page {
        padding-top: 82px;
    }

    .page-hero {
        padding: 95px 0 85px;
    }

    .beer-page-section,
    .about-page-intro,
    .contact-page-section,
    .order-page-section {
        padding: 80px 0;
    }

    .beer-detail,
    .beer-detail:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 45px;
        padding: 65px 0;
    }

    .beer-detail:nth-child(even) .beer-detail-image,
    .beer-detail:nth-child(even) .beer-detail-content {
        order: initial;
    }

    .beer-detail-image {
        min-height: 480px;
    }

    .beer-detail-image img {
        height: 410px;
    }

    .about-page-grid,
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .about-page-image {
        max-width: 650px;
    }

    .about-page-contact-inner,
    .contact-page-order-inner,
    .order-contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .contact-page-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .order-beers {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {

    .inner-page {
        padding-top: 74px;
    }

    .page-hero {
        padding: 75px 0 70px;
    }

    .page-hero h1 {
        font-size: 56px;
    }

    .page-hero p:last-child {
        font-size: 16px;
    }

    .beer-page-section,
    .about-page-intro,
    .contact-page-section,
    .order-page-section {
        padding: 60px 0;
    }

    .beer-detail {
        padding: 45px 0;
    }

    .beer-detail-image {
        min-height: 390px;
        padding: 25px;
    }

    .beer-detail-image::before {
        width: 220px;
        height: 220px;
    }

    .beer-detail-image img {
        height: 330px;
        max-width: 85%;
    }

    .beer-detail-content h2,
    .about-page-content h2,
    .contact-page-intro h2 {
        font-size: 46px;
    }

    .beer-detail-meta {
        gap: 13px;
    }

    .beer-detail-meta strong {
        font-size: 26px;
    }

    .values-grid {
        gap: 14px;
    }

    .value-card {
        padding: 28px;
    }

    .contact-page-details {
        grid-template-columns: 1fr;
    }

    .contact-page-item {
        padding: 25px;
    }

    .about-page-contact,
    .contact-page-order,
    .order-contact-section {
        padding: 70px 0;
    }

    .order-page-section {
        padding-bottom: 55px;
    }

    .order-intro {
        margin-bottom: 45px;
    }

    .order-intro h2 {
        font-size: 46px;
    }

    .order-beer {
        grid-template-columns: 125px 1fr;
        min-height: 210px;
    }

    .order-beer-image {
        min-height: 210px;
        padding: 12px;
    }

    .order-beer-image img {
        height: 175px;
    }

    .order-beer-content {
        padding: 22px 18px;
    }

    .order-beer-content h3 {
        font-size: 28px;
    }

    .order-info-grid {
        grid-template-columns: 1fr;
    }

    .order-info-card {
        min-height: auto;
    }

    .order-contact-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .order-contact-actions .button {
        justify-content: center;
    }
}