:root {
    --glebe-green: #0a261b;
    --glebe-green-2: #0f3525;
    --glebe-green-3: #071a13;
    --glebe-gold: #b5863c;
    --glebe-gold-2: #d3ac64;
    --glebe-bronze: #8d6229;
    --glebe-cream: #f4ecd9;
    --glebe-cream-2: #fff9ec;
    --glebe-ink: #22170f;
    --glebe-muted: #7d6a55;
    --glebe-line: rgba(141, 98, 41, .36);
    --glebe-shadow: 0 22px 70px rgba(38, 25, 10, .22);
    --glebe-font-serif: Georgia, "Times New Roman", serif;
    --glebe-font-sans: "Trebuchet MS", Arial, sans-serif;
}

html { scroll-padding-top: 92px; }
body.glebe-body {
    color: var(--glebe-ink);
    background:
        radial-gradient(circle at 20% 0%, rgba(207, 176, 112, .24), transparent 36rem),
        linear-gradient(180deg, var(--glebe-cream-2), var(--glebe-cream));
    font-family: var(--glebe-font-sans);
    overflow-x: hidden;
}
a { color: inherit; }
a:hover { color: var(--glebe-gold); }
img { max-width: 100%; height: auto; }
::selection { color: #fff; background: var(--glebe-gold); }

.glebe-skip-link {
    position: fixed;
    top: -100px;
    left: 1rem;
    z-index: 9999;
    background: var(--glebe-gold);
    color: #fff;
    padding: .7rem 1rem;
    border-radius: 999px;
    transition: top .2s ease;
}
.glebe-skip-link:focus { top: 1rem; }

.glebe-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 100;
    padding: 22px 0 0;
    transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.glebe-header.is-scrolled,
.glebe-body.is-inner .glebe-header {
    position: sticky;
    top: 0;
    padding: 0;
    background: rgba(7, 26, 19, .96);
    box-shadow: 0 18px 40px rgba(0,0,0,.2);
    backdrop-filter: blur(16px);
}
.glebe-navbar { padding: 0; }
.glebe-header__inner {
    max-width: 1160px;
    padding-left: 24px;
    padding-right: 24px;
}
.glebe-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: .86;
    color: var(--glebe-gold-2);
    text-decoration: none;
    min-width: 145px;
    text-transform: uppercase;
    text-shadow: 0 2px 22px rgba(0,0,0,.65);
}
.glebe-brand__the {
    font-family: var(--glebe-font-serif);
    letter-spacing: .34em;
    font-size: .82rem;
    margin-left: .28em;
}
.glebe-brand__name {
    font-family: var(--glebe-font-serif);
    font-size: 2.45rem;
    letter-spacing: .04em;
    font-weight: 700;
}
.glebe-brand__place {
    font-size: .58rem;
    letter-spacing: .28em;
    color: #d8bf85;
    margin-top: .25rem;
}
.glebe-brand__ornament { font-size: 1rem; line-height: 1; margin-top: .2rem; opacity: .85; }
.glebe-brand--footer { align-items: flex-start; min-width: 0; }
.glebe-brand--footer .glebe-brand__name { font-size: 2.2rem; }

.glebe-nav-wrap { align-items: center; }
.glebe-nav {
    gap: .35rem;
    align-items: center;
}
.glebe-nav__link {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: .55rem .9rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 999px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .76rem;
    letter-spacing: .03em;
    line-height: 1;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.glebe-nav__link:hover,
.glebe-nav__link.is-active {
    color: var(--glebe-gold-2);
    border-color: rgba(211, 172, 100, .42);
    background: rgba(181, 134, 60, .09);
}
.glebe-header__cta { white-space: nowrap; }
.glebe-toggler {
    border: 1px solid rgba(211, 172, 100, .46);
    border-radius: 0;
    padding: .6rem .65rem;
    box-shadow: none !important;
}
.glebe-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px 0;
    background: var(--glebe-gold-2);
}

.glebe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 44px;
    padding: .75rem 1.28rem;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .045em;
    font-weight: 800;
    font-size: .82rem;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.glebe-btn:hover { transform: translateY(-1px); }
.glebe-btn--gold {
    color: #fff;
    background: linear-gradient(135deg, #9f702f, var(--glebe-gold));
    box-shadow: 0 14px 28px rgba(80, 49, 16, .32);
}
.glebe-btn--gold:hover { color: #fff; background: linear-gradient(135deg, var(--glebe-gold), #c79b55); }
.glebe-btn--outline-light { color: #fff; border-color: rgba(255,255,255,.62); background: rgba(0,0,0,.2); }
.glebe-btn--outline-light:hover { color: #fff; border-color: var(--glebe-gold-2); background: rgba(181,134,60,.24); }
.glebe-btn--line { color: #6f4b1d; border-color: var(--glebe-gold); background: transparent; min-width: 162px; }
.glebe-btn--line:hover { color: #fff; background: var(--glebe-gold); }

.glebe-kicker {
    color: var(--glebe-gold-2);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: .65rem;
}
.glebe-lead { font-size: 1.12rem; line-height: 1.76; color: #4b3827; }
.glebe-display-small {
    font-family: var(--glebe-font-serif);
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.05;
    font-size: clamp(2rem, 3.4vw, 3.65rem);
    color: #23170e;
}

.glebe-hero {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    color: #fff;
    background: #050b08;
}
.glebe-hero__bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.80) 0%, rgba(0,0,0,.54) 28%, rgba(0,0,0,.18) 57%, rgba(0,0,0,.48) 100%),
        linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.18)),
        url('../images/hero/hero-wide3.webp');
    background-size: cover;
    background-position: center top;
    transform: scale(1.015);
}
.glebe-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 37%;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.36));
}
.glebe-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 590px;
    padding-top: 105px;
    padding-bottom: 58px;
}
.glebe-hero__copy { max-width: 515px; }
.glebe-hero h1 {
    font-family: var(--glebe-font-serif);
    font-size: clamp(3rem, 6vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.04em;
    font-weight: 800;
    margin-bottom: 1.35rem;
    text-shadow: 0 8px 40px rgba(0,0,0,.7);
}
.glebe-hero h1 span { color: var(--glebe-gold); display: inline-block; }
.glebe-hero p:not(.glebe-kicker) {
    font-size: clamp(1.05rem, 1.8vw, 1.28rem);
    line-height: 1.45;
    max-width: 420px;
    color: rgba(255,255,255,.94);
    margin-bottom: 1.6rem;
}
.glebe-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

.glebe-info-strip {
    background: radial-gradient(circle at 40% 0, rgba(181,134,60,.18), transparent 34rem), linear-gradient(90deg, var(--glebe-green-3), var(--glebe-green-2));
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.glebe-info-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.glebe-info-strip article {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 28px 30px;
    border-right: 1px solid rgba(211,172,100,.22);
}
.glebe-info-strip article:last-child { border-right: 0; }
.glebe-info-strip i { color: var(--glebe-gold); font-size: 2.2rem; line-height: 1; }
.glebe-info-strip h2 {
    color: #d9c38e;
    font-size: .83rem;
    margin: 0 0 .25rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}
.glebe-info-strip p { margin: 0; color: rgba(255,255,255,.88); font-size: .92rem; line-height: 1.45; }
.glebe-info-strip a { color: rgba(255,255,255,.94); text-decoration: none; }

.glebe-feature-row { background: var(--glebe-cream-2); }
.glebe-feature-row__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 34px 0;
}
.glebe-feature-row article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 1.35rem;
    padding: 10px 42px;
    border-right: 1px solid var(--glebe-line);
}
.glebe-feature-row article:last-child { border-right: 0; }
.glebe-feature-row i { color: #9b6b2c; font-size: 3.1rem; }
.glebe-feature-row h2 {
    font-family: var(--glebe-font-serif);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.08rem;
    margin-bottom: .55rem;
}
.glebe-feature-row p { color: #3b2e22; line-height: 1.55; margin: 0; }

.glebe-card-section { padding: 1rem 0 1.05rem; background: linear-gradient(180deg, var(--glebe-cream), var(--glebe-cream-2)); }
.glebe-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.glebe-card {
    background: rgba(255,255,255,.68);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 14px 38px rgba(70, 45, 18, .09);
    border: 1px solid rgba(142, 104, 56, .12);
    transition: transform .22s ease, box-shadow .22s ease;
}
.glebe-card:hover { transform: translateY(-5px); box-shadow: var(--glebe-shadow); }
.glebe-card img { width: 100%; height: 138px; object-fit: cover; display: block; }
.glebe-card div { padding: 18px 22px 20px; }
.glebe-card h2 {
    font-family: var(--glebe-font-serif);
    font-size: 1.48rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: .65rem;
}
.glebe-card p { color: #34281d; line-height: 1.48; margin-bottom: 1rem; }

.glebe-gallery-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3px;
    background: #070707;
}
.glebe-gallery-strip a { display: block; overflow: hidden; min-height: 135px; }
.glebe-gallery-strip img { width: 100%; height: 100%; min-height: 135px; object-fit: cover; display: block; transition: transform .35s ease, filter .35s ease; }
.glebe-gallery-strip a:hover img { transform: scale(1.06); filter: brightness(1.08); }

.glebe-testimonials {
    padding: 30px 0 46px;
    background: radial-gradient(circle at 50% 0, rgba(211,172,100,.2), transparent 27rem), var(--glebe-cream-2);
}
.glebe-section-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    margin: 0 auto 28px;
    max-width: 1040px;
}
.glebe-section-title span { height: 1px; background: var(--glebe-line); }
.glebe-section-title h2 {
    font-family: var(--glebe-font-serif);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    color: #381d10;
    margin: 0;
    font-size: 1.35rem;
    text-align: center;
}
.glebe-section-title--dark { margin-bottom: 42px; }
.glebe-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    text-align: center;
}
.glebe-stars { color: #c38418; letter-spacing: .18em; font-size: 1.18rem; margin-bottom: .75rem; }
.glebe-testimonial-grid blockquote { font-family: var(--glebe-font-serif); color: #2b2118; line-height: 1.45; margin: 0 0 .8rem; }
.glebe-testimonial-grid p { margin: 0; color: #806d5a; font-size: .86rem; }

.glebe-footer {
    color: rgba(255,255,255,.82);
    background:
        radial-gradient(circle at 10% 0, rgba(181,134,60,.22), transparent 23rem),
        linear-gradient(100deg, #082319, #0d3022 55%, #092016);
    padding: 44px 0 18px;
}
.glebe-footer__grid {
    display: grid;
    grid-template-columns: 1.06fr .96fr 1.14fr .92fr 1.08fr;
    gap: 30px;
}
.glebe-footer__brand, .glebe-footer__col { padding-right: 30px; border-right: 1px solid rgba(211,172,100,.19); }
.glebe-footer__col:last-child { border-right: 0; padding-right: 0; }
.glebe-footer p { font-size: .9rem; line-height: 1.48; margin: 1rem 0; }
.glebe-footer h2 {
    color: #d8c08b;
    text-transform: uppercase;
    font-size: .9rem;
    letter-spacing: .08em;
    margin-bottom: 1.2rem;
}
.glebe-footer a { color: rgba(255,255,255,.9); text-decoration: none; }
.glebe-footer a:hover, .glebe-footer__link { color: var(--glebe-gold-2); }
.glebe-socials { display: flex; gap: .65rem; }
.glebe-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--glebe-gold);
    color: var(--glebe-green-3);
}
.glebe-footer__nav { list-style: none; padding: 0; margin: 0; }
.glebe-footer__nav li + li { margin-top: .42rem; }
.glebe-footer__nav a { color: #d6b16f; }
.glebe-footer__nav--compact li + li { margin-top: .34rem; }
.glebe-footer__nav--local a { color: #e0bd7d; }
.glebe-footer__nav--local a:hover { color: #fff; }
.glebe-footer__col--local { border-right: 0; padding-right: 0; }
.glebe-hours-list { margin: 0; }
.glebe-hours-list div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; font-size: .88rem; line-height: 1.25; }
.glebe-hours-list dt { font-weight: 400; }
.glebe-hours-list dd { margin: 0; }
.glebe-newsletter { display: grid; grid-template-columns: 1fr 44px; border: 1px solid rgba(255,255,255,.55); height: 44px; }
.glebe-newsletter input { min-width: 0; border: 0; background: transparent; color: #fff; padding: 0 .9rem; outline: 0; }
.glebe-newsletter input::placeholder { color: rgba(255,255,255,.8); }
.glebe-newsletter button { border: 0; background: var(--glebe-gold); color: #fff; }
.glebe-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    color: rgba(255,255,255,.58);
    font-size: .73rem;
    padding-top: 26px;
}
.glebe-footer__bottom nav { display: flex; gap: 1rem; align-items: center; }
.glebe-footer__bottom a { color: rgba(255,255,255,.65); }

.glebe-page-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 138px 0 70px;
    background-image:
        linear-gradient(90deg, rgba(0,0,0,.80), rgba(0,0,0,.38), rgba(0,0,0,.70)),
        var(--glebe-page-hero-image);
    background-size: cover;
    background-position: center;
}
.glebe-page-hero .container { max-width: 1060px; }
.glebe-page-hero h1 {
    font-family: var(--glebe-font-serif);
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 800;
    line-height: .95;
    margin-bottom: 1rem;
    text-shadow: 0 10px 45px rgba(0,0,0,.65);
}
.glebe-page-hero p:not(.glebe-kicker) { max-width: 640px; font-size: 1.22rem; line-height: 1.55; color: rgba(255,255,255,.9); }

.glebe-content-section { padding: 72px 0; background: linear-gradient(180deg, var(--glebe-cream-2), var(--glebe-cream)); }
.glebe-split-section { padding: 70px 0; background: #fff8e8; }
.glebe-split-section--reverse { background: var(--glebe-cream); }
.glebe-split-section__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.glebe-split-section--reverse .glebe-split-section__grid { grid-template-columns: .8fr 1.2fr; }
.glebe-split-section img { border-radius: 3px; width: 100%; height: 430px; object-fit: cover; box-shadow: var(--glebe-shadow); }
.glebe-split-section h2 { font-family: var(--glebe-font-serif); font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1; font-weight: 800; }
.glebe-split-section p:not(.glebe-kicker) { line-height: 1.75; color: #4b3827; }

.glebe-menu-grid, .glebe-event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.glebe-menu-grid article, .glebe-event-grid article, .glebe-contact-card, .glebe-form {
    background: rgba(255,255,255,.66);
    border: 1px solid rgba(142,104,56,.18);
    box-shadow: 0 14px 42px rgba(62, 40, 16, .08);
}
.glebe-menu-grid article, .glebe-event-grid article { padding: 28px; }
.glebe-menu-grid h3, .glebe-event-grid h3 {
    font-family: var(--glebe-font-serif);
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: .08em;
}
.glebe-menu-grid p, .glebe-event-grid p { color: #493928; line-height: 1.6; margin-bottom: 0; }
.glebe-event-grid__day { color: var(--glebe-gold) !important; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin-bottom: .8rem !important; }

.glebe-history-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.glebe-timeline { list-style: none; padding: 0; margin: 0; counter-reset: timeline; }
.glebe-timeline li { position: relative; padding: 0 0 30px 46px; border-left: 1px solid var(--glebe-line); }
.glebe-timeline li::before {
    counter-increment: timeline;
    content: counter(timeline);
    position: absolute;
    left: -19px;
    top: -3px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--glebe-gold);
    color: #fff;
    font-family: var(--glebe-font-serif);
    font-weight: 800;
}
.glebe-timeline span { display: block; font-family: var(--glebe-font-serif); font-size: 1.45rem; color: #2b1d12; margin-bottom: .3rem; }
.glebe-timeline p { margin: 0; color: #4b3827; line-height: 1.58; }

.glebe-check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.glebe-check-list li { position: relative; padding-left: 2rem; margin-bottom: .8rem; }
.glebe-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--glebe-gold); font-weight: 900; }
.glebe-form { padding: 28px; }
.glebe-form label { display: block; text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; font-weight: 800; color: #5d4631; margin-bottom: .4rem; }
.glebe-form input, .glebe-form textarea {
    width: 100%; border: 1px solid rgba(141,98,41,.36); background: #fffaf0; padding: .8rem .95rem; color: #2c2117; outline: none;
}
.glebe-form input:focus, .glebe-form textarea:focus { border-color: var(--glebe-gold); box-shadow: 0 0 0 .2rem rgba(181,134,60,.16); }

.glebe-masonry { columns: 3 260px; column-gap: 18px; }
.glebe-masonry a { display: block; break-inside: avoid; margin: 0 0 18px; overflow: hidden; border: 1px solid rgba(142,104,56,.15); box-shadow: 0 12px 36px rgba(44,28,11,.09); }
.glebe-masonry img { width: 100%; display: block; transition: transform .35s ease; }
.glebe-masonry a:hover img { transform: scale(1.04); }

.glebe-contact-card { padding: 22px; margin-top: 1.3rem; }
.glebe-contact-card p { display: flex; gap: .9rem; align-items: start; margin: 0 0 .9rem; }
.glebe-contact-card p:last-child { margin-bottom: 0; }
.glebe-contact-card i { color: var(--glebe-gold); width: 20px; margin-top: .2rem; }
.glebe-map-placeholder {
    min-height: 430px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #d8c08b;
    background:
        linear-gradient(135deg, rgba(8,35,25,.86), rgba(12,48,34,.82)),
        url('../images/hero/hero-wide2.webp') center / cover;
    border: 1px solid rgba(211,172,100,.32);
    box-shadow: var(--glebe-shadow);
}
.glebe-map-placeholder i { display: block; font-size: 4rem; margin-bottom: 1rem; }
.glebe-map-placeholder p { font-family: var(--glebe-font-serif); font-size: 1.6rem; margin: 0; }

.glebe-cta-band { padding: 52px 0; background: linear-gradient(100deg, var(--glebe-green-3), var(--glebe-green-2)); color: #fff; }
.glebe-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.glebe-cta-band h2 { font-family: var(--glebe-font-serif); font-size: clamp(2rem, 4vw, 4rem); margin-bottom: .5rem; }
.glebe-cta-band p:not(.glebe-kicker) { margin: 0; color: rgba(255,255,255,.82); max-width: 600px; }

.glebe-text-page .container { max-width: 840px; }
.glebe-text-page h2, .glebe-text-page h3 { font-family: var(--glebe-font-serif); }
.glebe-text-page p { line-height: 1.8; color: #4b3827; }

.glebe-error-page {
    min-height: 720px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.42)),
        url('../images/hero/hero-wide2.webp') center / cover;
    padding: 160px 0 80px;
}
.glebe-error-page h1 { font-family: var(--glebe-font-serif); font-size: clamp(3rem, 8vw, 7rem); line-height: .95; font-weight: 800; }
.glebe-error-page p:not(.glebe-kicker) { max-width: 560px; color: rgba(255,255,255,.88); font-size: 1.18rem; }

@media (max-width: 1199.98px) {
    .glebe-header__inner { max-width: 100%; }
    .glebe-brand__name { font-size: 2.05rem; }
    .glebe-nav__link { padding-left: .65rem; padding-right: .65rem; font-size: .7rem; }
    .glebe-card-grid { gap: 16px; }
    .glebe-footer__grid { grid-template-columns: repeat(3, 1fr); }
    .glebe-footer__brand, .glebe-footer__col { border-right: 0; padding-right: 0; }
}
@media (max-width: 991.98px) {
    .glebe-header { padding-top: 12px; }
    .glebe-header__inner { padding-left: 16px; padding-right: 16px; }
    .glebe-nav-wrap {
        margin-top: 1rem;
        padding: 1rem;
        background: rgba(7, 26, 19, .96);
        border: 1px solid rgba(211,172,100,.25);
        box-shadow: 0 20px 50px rgba(0,0,0,.36);
    }
    .glebe-nav { align-items: stretch; gap: .2rem; }
    .glebe-nav__link { justify-content: center; border-radius: 0; }
    .glebe-header__cta { width: 100%; margin-top: .7rem; }
    .glebe-hero, .glebe-hero__content { min-height: 720px; }
    .glebe-hero__content { padding-top: 150px; }
    .glebe-info-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .glebe-info-strip article:nth-child(2) { border-right: 0; }
    .glebe-info-strip article:nth-child(1), .glebe-info-strip article:nth-child(2) { border-bottom: 1px solid rgba(211,172,100,.22); }
    .glebe-feature-row__grid { grid-template-columns: 1fr; padding: 24px 0; }
    .glebe-feature-row article { border-right: 0; border-bottom: 1px solid var(--glebe-line); padding: 20px 24px; }
    .glebe-feature-row article:last-child { border-bottom: 0; }
    .glebe-card-grid { grid-template-columns: repeat(2, 1fr); }
    .glebe-gallery-strip { grid-template-columns: repeat(3, 1fr); }
    .glebe-testimonial-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .glebe-section-title { grid-template-columns: 1fr; gap: .7rem; }
    .glebe-section-title span { display: none; }
    .glebe-split-section__grid, .glebe-split-section--reverse .glebe-split-section__grid, .glebe-history-layout { grid-template-columns: 1fr; }
    .glebe-menu-grid, .glebe-event-grid { grid-template-columns: 1fr; }
    .glebe-cta-band__inner { display: block; }
    .glebe-cta-band .glebe-btn { margin-top: 1.5rem; }
}
@media (max-width: 767.98px) {
    .glebe-brand { align-items: flex-start; min-width: 125px; }
    .glebe-brand__name { font-size: 1.8rem; }
    .glebe-brand__the { font-size: .68rem; }
    .glebe-brand__place { font-size: .48rem; }
    .glebe-hero, .glebe-hero__content { min-height: 650px; }
    .glebe-hero h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
    .glebe-hero__actions .glebe-btn { width: 100%; }
    .glebe-info-strip__grid { grid-template-columns: 1fr; }
    .glebe-info-strip article { border-right: 0; border-bottom: 1px solid rgba(211,172,100,.22); padding: 22px; }
    .glebe-info-strip article:last-child { border-bottom: 0; }
    .glebe-card-grid { grid-template-columns: 1fr; }
    .glebe-card img { height: 210px; }
    .glebe-gallery-strip { grid-template-columns: repeat(2, 1fr); }
    .glebe-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .glebe-footer__bottom { justify-content: flex-start; }
    .glebe-footer__bottom nav { flex-wrap: wrap; }
    .glebe-content-section, .glebe-split-section { padding: 54px 0; }
    .glebe-page-hero { min-height: 380px; padding: 128px 0 58px; }
    .glebe-split-section img { height: 320px; }
}
@media (max-width: 449.98px) {
    .glebe-gallery-strip { grid-template-columns: 1fr; }
    .glebe-gallery-strip a, .glebe-gallery-strip img { min-height: 185px; }
    .glebe-card img { height: 180px; }
    .glebe-info-strip article { grid-template-columns: 38px 1fr; }
    .glebe-info-strip i { font-size: 1.8rem; }
    .glebe-footer { padding-top: 34px; }
}

/* Review link cards: avoids hardcoded stale review quotes while still sending visitors to live proof sources. */
.glebe-review-intro {
    max-width: 760px;
    margin: -14px auto 34px;
    text-align: center;
    color: #5f4b38;
    line-height: 1.72;
}
.glebe-review-grid article {
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(142,104,56,.18);
    box-shadow: 0 18px 48px rgba(62, 40, 16, .08);
    padding: 30px 24px;
}
.glebe-review-grid h3 {
    font-family: var(--glebe-font-serif);
    color: #2b2118;
    font-size: 1.35rem;
    margin-bottom: .55rem;
}
.glebe-review-grid p {
    min-height: 58px;
    margin-bottom: 1.2rem;
}
.glebe-review-grid .glebe-btn {
    min-width: 0;
    width: 100%;
}

    .glebe-visit-actions {
        display: flex;
        flex-wrap: wrap;
        gap: .75rem;
        margin-top: 1.35rem;
    }

    .glebe-visit-actions .glebe-btn {
        flex: 1 1 180px;
        white-space: nowrap;
    }

    .glebe-map-embed {
        position: relative;
        min-height: 430px;
        height: 430px;
        overflow: hidden;
        background: #10291d;
        border: 1px solid rgba(142, 104, 56, .26);
        box-shadow: var(--glebe-shadow);
    }

    .glebe-map-embed iframe {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .glebe-map-helper {
        display: flex;
        align-items: flex-start;
        gap: .55rem;
        margin-top: .85rem;
        color: #5b4734;
        font-size: .94rem;
        line-height: 1.55;
    }

    .glebe-map-helper i {
        color: var(--glebe-gold);
        margin-top: .2rem;
    }

    .glebe-visit-mini-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: 30px;
    }

    .glebe-visit-mini-card {
        height: 100%;
        padding: 24px;
        background: rgba(255, 255, 255, .66);
        border: 1px solid rgba(142, 104, 56, .18);
        box-shadow: 0 14px 42px rgba(62, 40, 16, .08);
    }

    .glebe-visit-mini-card i {
        color: var(--glebe-gold);
        font-size: 1.55rem;
        margin-bottom: .95rem;
    }

    .glebe-visit-mini-card h3 {
        font-family: var(--glebe-font-serif);
        text-transform: uppercase;
        font-size: 1.18rem;
        letter-spacing: .08em;
        margin-bottom: .65rem;
    }

    .glebe-visit-mini-card p {
        margin: 0;
        color: #493928;
        line-height: 1.65;
    }

    @media (max-width: 991.98px) {
        .glebe-map-embed {
            min-height: 360px;
            height: 360px;
        }

        .glebe-visit-mini-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 575.98px) {
        .glebe-visit-actions .glebe-btn {
            flex-basis: 100%;
        }
    }

.glebe-form-status {
    margin-bottom: 1rem;
}

.glebe-form-success,
.glebe-form-error {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    font-weight: 600;
}

.glebe-form-success {
    background: rgba(68, 140, 93, 0.14);
    border: 1px solid rgba(68, 140, 93, 0.35);
    color: #d8f5df;
}

.glebe-form-error,
.glebe-field-error {
    color: #ffb3b3;
}

.glebe-form-error {
    background: rgba(160, 45, 45, 0.14);
    border: 1px solid rgba(160, 45, 45, 0.35);
}

.glebe-field-error {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.9rem;
}

.glebe-newsletter__error {
    margin-top: .65rem;
    font-size: .85rem;
    color: #f3b6a8;
}

.glebe-newsletter__message {
    margin-top: .75rem;
    font-size: .9rem;
    line-height: 1.45;
}

.glebe-newsletter__message--success {
    color: #d8c7a0;
}

.glebe-card--soft {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    padding: 1.5rem;
}

.glebe-card--soft h3 {
    margin-bottom: 0.75rem;
}

.glebe-note {
    background: rgba(185, 139, 74, 0.12);
    border: 1px solid rgba(185, 139, 74, 0.35);
    border-radius: 18px;
    padding: 1.75rem;
}

.glebe-info-panel {
    position: sticky;
    top: 110px;
    background: rgba(17, 14, 12, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 1.75rem;
}

.glebe-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 991.98px) {
    .glebe-info-panel {
        position: static;
    }
}

/* Accessibility page - right info panel readability fix */
.glebe-info-panel {
    color: #f8efe1;
}

.glebe-info-panel h2,
.glebe-info-panel h3,
.glebe-info-panel p,
.glebe-info-panel li,
.glebe-info-panel a {
    color: #f8efe1;
}

.glebe-info-panel .glebe-kicker {
    color: #c89446;
}

.glebe-info-panel .glebe-check-list {
    margin-top: 1.25rem;
}

.glebe-info-panel .glebe-check-list li {
    color: #f4ead9;
    opacity: 1;
}

.glebe-info-panel .glebe-check-list li::before {
    color: #c89446;
}

.glebe-info-panel .glebe-btn--primary {
    background: #c89446;
    border-color: #c89446;
    color: #1f1a16;
}

.glebe-info-panel .glebe-btn--primary:hover {
    background: #e0ad5b;
    border-color: #e0ad5b;
    color: #1f1a16;
}

.glebe-info-panel .glebe-btn--ghost {
    border-color: rgba(248, 239, 225, 0.45);
    color: #f8efe1;
}

.glebe-info-panel .glebe-btn--ghost:hover {
    background: rgba(248, 239, 225, 0.10);
    border-color: rgba(248, 239, 225, 0.75);
    color: #ffffff;
}

/* Better readability for the small accessibility cards */
.glebe-card--soft {
    text-align: left;
}

.glebe-card--soft h3 {
    text-align: left;
    line-height: 1.15;
}

.glebe-card--soft p {
    text-align: left;
    line-height: 1.75;
}

/* =========================================================
   Cookie consent banner
   ========================================================= */

.glebe-cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    max-width: 760px;
    margin: 0 auto;
    color: #f7efe1;
}

.glebe-cookie-consent[hidden] {
    display: none !important;
}

.glebe-cookie-consent__inner {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(214, 178, 104, 0.32);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(214, 178, 104, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(26, 18, 13, 0.98), rgba(10, 9, 8, 0.96));
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
    padding: 1.25rem;
}

.glebe-cookie-consent__inner::before {
    content: "✦";
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    color: rgba(214, 178, 104, 0.35);
    font-size: 1.7rem;
    line-height: 1;
}

.glebe-cookie-consent__kicker {
    margin: 0 0 0.25rem;
    color: #d6b268;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.glebe-cookie-consent h2 {
    margin: 0 2rem 0.45rem 0;
    color: #fff8ea;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    line-height: 1.15;
}

.glebe-cookie-consent p {
    margin: 0;
}

.glebe-cookie-consent__small {
    margin-top: 0.55rem !important;
    color: rgba(247, 239, 225, 0.72);
    font-size: 0.92rem;
}

.glebe-cookie-consent__actions,
.glebe-cookie-consent__settings-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.glebe-cookie-btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.72rem 1rem;
    font: inherit;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.glebe-cookie-btn:hover,
.glebe-cookie-btn:focus-visible {
    transform: translateY(-1px);
}

.glebe-cookie-btn--primary {
    background: #d6b268;
    color: #15100b;
    border-color: #d6b268;
}

.glebe-cookie-btn--secondary {
    background: rgba(255, 248, 234, 0.1);
    color: #fff8ea;
    border-color: rgba(255, 248, 234, 0.24);
}

.glebe-cookie-btn--ghost {
    background: transparent;
    color: #d6b268;
    border-color: rgba(214, 178, 104, 0.38);
}

.glebe-cookie-consent__settings {
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 248, 234, 0.14);
    padding-top: 1rem;
}

.glebe-cookie-choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 248, 234, 0.1);
}

.glebe-cookie-choice strong {
    display: block;
    color: #fff8ea;
}

.glebe-cookie-choice small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(247, 239, 225, 0.68);
    line-height: 1.35;
}

.glebe-cookie-choice input {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: #d6b268;
    flex: 0 0 auto;
}

.glebe-cookie-consent__link {
    display: inline-flex;
    margin-top: 0.85rem;
    color: rgba(247, 239, 225, 0.78);
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.glebe-cookie-consent__link:hover {
    color: #d6b268;
}

@media (min-width: 768px) {
    .glebe-cookie-consent {
        left: auto;
        right: 1.5rem;
        bottom: 1.5rem;
        margin: 0;
    }

    .glebe-cookie-consent__inner {
        padding: 1.4rem;
    }
}

@media (max-width: 575.98px) {
    .glebe-cookie-consent {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .glebe-cookie-consent__actions,
    .glebe-cookie-consent__settings-actions {
        flex-direction: column;
    }

    .glebe-cookie-btn {
        width: 100%;
    }
}






.glebe-map-consent {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(214, 178, 104, 0.24);
    background: rgba(18, 14, 10, 0.94);
}

.glebe-map-consent iframe {
    display: none;
    width: 100%;
    min-height: 420px;
}

.glebe-map-consent.is-consented iframe {
    display: block;
}

.glebe-map-consent.is-consented .glebe-map-consent__placeholder {
    display: none;
}

.glebe-map-consent__placeholder {
    padding: clamp(1.5rem, 4vw, 2.5rem);
    color: #f7efe1;
}

.glebe-map-consent__placeholder h3 {
    color: #fff8ea;
    margin-bottom: 0.65rem;
}

.glebe-map-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
/* =========================================================
   Food, beer, beer garden and newsletter SEO expansion
   ========================================================= */
.glebe-nav__dropdown .dropdown-toggle::after {
    margin-left: .45rem;
    vertical-align: .14em;
}
.glebe-dropdown-menu {
    min-width: 230px;
    padding: .6rem;
    border-radius: 0;
    border: 1px solid rgba(211, 172, 100, .34);
    background: rgba(7, 26, 19, .98);
    box-shadow: 0 22px 50px rgba(0,0,0,.28);
}
.glebe-dropdown-menu .dropdown-item {
    color: #f6ead1;
    border-radius: 0;
    padding: .72rem .85rem;
    text-transform: uppercase;
    font-size: .74rem;
    letter-spacing: .055em;
    font-weight: 800;
}
.glebe-dropdown-menu .dropdown-item:hover,
.glebe-dropdown-menu .dropdown-item:focus {
    color: var(--glebe-gold-2);
    background: rgba(181, 134, 60, .14);
}
.glebe-card-section--home { padding: 58px 0; }
.glebe-card-grid--home { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.glebe-hub-grid,
.glebe-highlight-grid,
.glebe-menu-board,
.glebe-specials-grid,
.glebe-beer-grid,
.glebe-faq-grid {
    display: grid;
    gap: 18px;
}
.glebe-hub-grid,
.glebe-highlight-grid,
.glebe-menu-board,
.glebe-specials-grid,
.glebe-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.glebe-hub-grid article,
.glebe-highlight-grid article,
.glebe-menu-board article,
.glebe-specials-grid article,
.glebe-faq-grid article,
.glebe-beer-card,
.glebe-beer-story {
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(142,104,56,.18);
    box-shadow: 0 14px 42px rgba(62, 40, 16, .08);
}
.glebe-hub-grid article,
.glebe-highlight-grid article,
.glebe-menu-board article,
.glebe-specials-grid article,
.glebe-faq-grid article { padding: 28px; }
.glebe-hub-grid span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: var(--glebe-gold);
    color: #fff;
    font-family: var(--glebe-font-serif);
    font-weight: 800;
}
.glebe-hub-grid h3,
.glebe-highlight-grid h3,
.glebe-menu-board h3,
.glebe-specials-grid h3,
.glebe-faq-grid h3,
.glebe-beer-card h3,
.glebe-beer-story h3 {
    font-family: var(--glebe-font-serif);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 1.25rem;
    margin-bottom: .7rem;
    color: #2b1d12;
}
.glebe-hub-grid p,
.glebe-highlight-grid p,
.glebe-menu-board p,
.glebe-specials-grid p,
.glebe-faq-grid p,
.glebe-beer-card p,
.glebe-beer-story p { color: #493928; line-height: 1.65; }
.glebe-hub-grid a {
    display: inline-flex;
    margin-top: .4rem;
    color: #7a4f1e;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
}
.glebe-highlight-grid i {
    color: var(--glebe-gold);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.glebe-specials-grid__label,
.glebe-specials-grid__pairing,
.glebe-beer-card__style {
    color: #8a642f !important;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .76rem;
    font-weight: 900;
    margin-bottom: .65rem;
}
.glebe-specials-grid__pairing {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(142,104,56,.18);
}
.glebe-beer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.glebe-beer-card {
    display: flex;
    flex-direction: column;
    padding: 26px;
    min-height: 100%;
}
.glebe-beer-card__top { flex: 1 1 auto; }
.glebe-beer-card .glebe-btn { margin-top: 1rem; width: 100%; }
.glebe-beer-facts {
    display: grid;
    gap: .6rem;
    margin: 1.1rem 0 0;
}
.glebe-beer-facts div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: .7rem;
    padding: .65rem 0;
    border-top: 1px solid rgba(142,104,56,.18);
}
.glebe-beer-facts dt {
    color: #8a642f;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 900;
}
.glebe-beer-facts dd {
    margin: 0;
    color: #2f241a;
    line-height: 1.4;
}
.glebe-beer-facts--panel div { grid-template-columns: 84px 1fr; border-color: rgba(255,255,255,.16); }
.glebe-beer-facts--panel dt { color: var(--glebe-gold-2); }
.glebe-beer-facts--panel dd { color: #f8efe1; }
.glebe-beer-story {
    padding: 28px;
    margin: 2rem 0;
}
.glebe-beer-panel h2 {
    font-family: var(--glebe-font-serif);
    line-height: 1.08;
    margin-bottom: 1.2rem;
}
.glebe-beer-panel__small {
    margin-top: 1.25rem;
    color: rgba(248, 239, 225, .82) !important;
    font-size: .9rem;
    line-height: 1.55;
}
.glebe-newsletter-cta {
    padding: 58px 0;
    color: #fff;
    background:
        radial-gradient(circle at 8% 0, rgba(211,172,100,.22), transparent 28rem),
        linear-gradient(115deg, #071a13, #0d3022 62%, #071a13);
}
.glebe-newsletter-cta__inner {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 520px);
    gap: 44px;
    align-items: center;
}
.glebe-newsletter-cta h2 {
    font-family: var(--glebe-font-serif);
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: 1;
    margin-bottom: 1rem;
}
.glebe-newsletter-cta p:not(.glebe-kicker) {
    color: rgba(255,255,255,.84);
    line-height: 1.72;
    margin-bottom: 0;
}
.glebe-newsletter--large {
    grid-template-columns: 1fr auto;
    height: 56px;
    background: rgba(255,255,255,.06);
}
.glebe-newsletter--large button {
    padding: 0 1.25rem;
    min-width: 150px;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .05em;
}
.glebe-newsletter-cta__note {
    margin-top: .85rem !important;
    font-size: .86rem;
    color: rgba(255,255,255,.68) !important;
}
.glebe-faq-section { background: var(--glebe-cream-2); }
@media (max-width: 1199.98px) {
    .glebe-card-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
    .glebe-dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        margin: .2rem 0 .6rem;
        box-shadow: none;
    }
    .glebe-newsletter-cta__inner { grid-template-columns: 1fr; }
    .glebe-hub-grid,
    .glebe-highlight-grid,
    .glebe-menu-board,
    .glebe-specials-grid,
    .glebe-beer-grid,
    .glebe-faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
    .glebe-card-grid--home { grid-template-columns: 1fr; }
    .glebe-newsletter--large { grid-template-columns: 1fr; height: auto; }
    .glebe-newsletter--large input { min-height: 54px; }
    .glebe-newsletter--large button { min-height: 52px; width: 100%; }
}


/* Local SEO landing pages */
.glebe-local-page .glebe-lead {
    max-width: 68ch;
}
.glebe-local-facts a {
    color: var(--glebe-gold-2);
    font-weight: 800;
}
.glebe-local-link-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.glebe-local-link-grid a {
    display: block;
    height: 100%;
    padding: 24px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(142,104,56,.2);
    box-shadow: 0 14px 42px rgba(62,40,16,.08);
    color: #2f241a;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.glebe-local-link-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(184,138,60,.5);
    box-shadow: 0 18px 50px rgba(62,40,16,.12);
}
.glebe-local-link-grid strong {
    display: block;
    font-family: var(--glebe-font-serif);
    text-transform: uppercase;
    letter-spacing: .075em;
    font-size: 1.05rem;
    color: #2b1d12;
    margin-bottom: .55rem;
}
.glebe-local-link-grid span {
    display: block;
    color: #5b4734;
    line-height: 1.55;
    font-size: .94rem;
}
.glebe-local-nav-section {
    background:
        radial-gradient(circle at 10% 0, rgba(184,138,60,.11), transparent 24rem),
        var(--glebe-cream);
}
.glebe-local-cta-band .glebe-button-row {
    justify-content: flex-end;
}
@media (max-width: 991.98px) {
    .glebe-local-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .glebe-local-cta-band .glebe-button-row { justify-content: flex-start; }
}
@media (max-width: 575.98px) {
    .glebe-local-link-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Unified footer menu hover effect
   Applies to Explore + Local Stoke footer links
   ========================================================= */

.glebe-footer__nav a {
    position: relative;
    display: inline-block;
    color: #d6b16f;
    text-decoration: none;
    transition:
        color .18s ease,
        transform .18s ease;
}

.glebe-footer__nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width .18s ease;
}

.glebe-footer__nav a:hover,
.glebe-footer__nav a:focus-visible {
    color: #fff3d5;
    transform: translateX(4px);
}

.glebe-footer__nav a:hover::after,
.glebe-footer__nav a:focus-visible::after {
    width: 100%;
}

/* Force Local Stoke column to use the same behaviour as Explore */
.glebe-footer__nav--local a {
    color: #d6b16f;
}

.glebe-footer__nav--local a:hover,
.glebe-footer__nav--local a:focus-visible {
    color: #fff3d5;
}

.glebe-newsletter__result {
    margin-top: 0.85rem;
}

.glebe-newsletter__message {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    font-size: 0.95rem;
    line-height: 1.45;
}

.glebe-newsletter__message i {
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

.glebe-newsletter__message--success {
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.12);
    color: #fff7df;
}

.glebe-newsletter__message--success strong {
    color: #ffffff;
}

.glebe-newsletter__error {
    width: 100%;
    margin-top: 0.65rem;
    color: #ffd6d6;
    font-size: 0.9rem;
}

.glebe-newsletter__error:empty {
    display: none;
}
