:root {
    --pdb-charcoal: #171714;
    --pdb-charcoal-soft: #23231f;
    --pdb-cream: #f7eddd;
    --pdb-paper: #fffaf2;
    --pdb-yellow: #ffd928;
    --pdb-yellow-dark: #e3bd00;
    --pdb-green: #19733a;
    --pdb-red: #d4432f;
    --pdb-ink: #22231f;
    --pdb-muted: #696960;
    --pdb-border: rgba(29, 30, 26, .14);
    --pdb-display: "Barlow Condensed", Impact, sans-serif;
    --pdb-body: "DM Sans", Arial, sans-serif;
}

html { scroll-behavior: smooth; }

body {
    background: var(--pdb-paper);
    color: var(--pdb-ink);
    font-family: var(--pdb-body);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: var(--pdb-display);
    font-weight: 800;
    letter-spacing: -.025em;
}

a { color: var(--pdb-green); }
a:hover { color: #0f5429; }

.pdb-topline {
    background: var(--pdb-green);
    color: #fff;
    font-size: .77rem;
    font-weight: 700;
    letter-spacing: .055em;
    padding: .58rem 0;
    text-transform: uppercase;
}

.pdb-topline a,
.pdb-topline span { color: #fff; text-decoration: none; }
.pdb-topline i { color: var(--pdb-yellow); margin-right: .4rem; }

.pdb-navbar {
    background: var(--pdb-charcoal);
    min-height: 86px;
    padding: .55rem 0;
}

.pdb-brand { margin: 0; padding: 0; }
.pdb-brand img {
    display: block;
    height: 68px;
    object-fit: contain;
    width: 68px;
}

.pdb-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, .25);
    box-shadow: none;
}

.pdb-navbar .nav-link {
    color: rgba(255,255,255,.85) !important;
    font-size: .88rem;
    font-weight: 700;
    letter-spacing: .03em;
    padding: .75rem .78rem !important;
    text-transform: uppercase;
}

.pdb-navbar .nav-link:hover,
.pdb-navbar .nav-link:focus { color: var(--pdb-yellow) !important; }
.pdb-account-link i { margin-right: .28rem; }

.pdb-btn {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-family: var(--pdb-body);
    font-size: .84rem;
    font-weight: 800;
    gap: .6rem;
    justify-content: center;
    letter-spacing: .055em;
    line-height: 1;
    padding: .88rem 1.35rem;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.pdb-btn:hover { transform: translateY(-2px); }
.pdb-btn-primary {
    background: var(--pdb-yellow);
    border-color: var(--pdb-yellow);
    color: var(--pdb-charcoal) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,.15);
}
.pdb-btn-primary:hover { background: #ffe45b; border-color: #ffe45b; }
.pdb-btn-dark { background: var(--pdb-charcoal); border-color: var(--pdb-charcoal); color: #fff !important; }
.pdb-btn-dark:hover { background: var(--pdb-green); border-color: var(--pdb-green); }
.pdb-btn-ghost { background: rgba(0,0,0,.18); border-color: rgba(255,255,255,.65); color: #fff !important; backdrop-filter: blur(7px); }
.pdb-btn-ghost:hover { background: #fff; color: var(--pdb-charcoal) !important; }
.pdb-btn-outline-light { background: transparent; border-color: rgba(255,255,255,.6); color: #fff !important; }
.pdb-btn-outline-light:hover { background: #fff; color: var(--pdb-charcoal) !important; }
.pdb-btn-lg { min-height: 54px; padding: 1rem 1.7rem; }
.pdb-nav-order { padding: .78rem 1.15rem; white-space: nowrap; }

.pdb-hero {
    align-items: center;
    background: #24231f;
    display: flex;
    min-height: min(720px, 78vh);
    overflow: hidden;
    position: relative;
}

.pdb-hero-media,
.pdb-hero-overlay { inset: 0; position: absolute; }
.pdb-hero-media img { height: 100%; object-fit: cover; object-position: center 50%; width: 100%; }
.pdb-hero-overlay {
    background: linear-gradient(90deg, rgba(16,16,14,.95) 0%, rgba(16,16,14,.78) 39%, rgba(16,16,14,.23) 70%, rgba(16,16,14,.06) 100%);
}
.pdb-hero-overlay::after {
    background-image: radial-gradient(rgba(255,255,255,.12) .7px, transparent .7px);
    background-size: 5px 5px;
    content: "";
    inset: 0;
    opacity: .14;
    position: absolute;
}

.pdb-hero-content { color: #fff; padding-bottom: 6rem; padding-top: 6rem; position: relative; z-index: 2; }
.pdb-hero-content h1 {
    color: #fff;
    font-size: clamp(4.2rem, 9vw, 8.5rem);
    letter-spacing: -.045em;
    line-height: .79;
    margin: 1.2rem 0 1.8rem;
    max-width: 790px;
    text-transform: uppercase;
}
.pdb-hero-content h1 em { color: var(--pdb-yellow); font-style: italic; }
.pdb-hero-content p { color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; margin-bottom: 2rem; max-width: 600px; }

.pdb-eyebrow,
.pdb-kicker {
    color: var(--pdb-green);
    display: inline-flex;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.pdb-eyebrow { align-items: center; color: #fff; }
.pdb-eyebrow span { background: var(--pdb-yellow); height: 3px; margin-right: .75rem; width: 38px; }

.pdb-hero-stamp {
    align-items: center;
    background: var(--pdb-yellow);
    border-radius: 50%;
    bottom: -38px;
    color: var(--pdb-charcoal);
    display: flex;
    flex-direction: column;
    font-family: var(--pdb-display);
    font-size: .83rem;
    font-weight: 800;
    height: 126px;
    justify-content: center;
    letter-spacing: .12em;
    line-height: 1;
    position: absolute;
    right: max(5%, calc((100vw - 1320px) / 2));
    text-align: center;
    text-transform: uppercase;
    transform: rotate(7deg);
    width: 126px;
    z-index: 3;
}
.pdb-hero-stamp strong { font-size: 2.5rem; letter-spacing: 0; }

.pdb-service-strip { background: var(--pdb-green); color: #fff; }
.pdb-service-item { align-items: center; border-right: 1px solid rgba(255,255,255,.18); display: flex; gap: 1rem; min-height: 112px; padding: 1.6rem 2rem; }
.pdb-service-item:last-child { border-right: 0; }
.pdb-service-item > i { color: var(--pdb-yellow); font-size: 1.55rem; width: 32px; }
.pdb-service-item strong { display: block; font-family: var(--pdb-display); font-size: 1.18rem; letter-spacing: .015em; text-transform: uppercase; }
.pdb-service-item span { color: rgba(255,255,255,.7); display: block; font-size: .84rem; margin-top: .18rem; }

.pdb-section { padding: clamp(5rem, 9vw, 8rem) 0; }
.pdb-favorites { background: var(--pdb-cream); }
.pdb-section-heading { margin-bottom: 3.2rem; }
.pdb-section-heading h2,
.pdb-story-copy h2,
.pdb-visit-copy h2,
.pdb-final-cta h2 {
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: .9;
    margin: .8rem 0 0;
    text-transform: uppercase;
}
.pdb-section-heading > p { color: var(--pdb-muted); line-height: 1.7; margin: 1.5rem 0 0; max-width: 430px; }
.pdb-section-heading-centered { margin-left: auto; margin-right: auto; max-width: 760px; }

.pdb-food-card { height: 100%; }
.pdb-food-card-image {
    background: #ddd;
    border-radius: 22px;
    display: block;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.pdb-food-card-image::after { background: linear-gradient(0deg, rgba(0,0,0,.32), transparent 40%); content: ""; inset: 0; position: absolute; }
.pdb-food-card-image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.pdb-food-card:hover img { transform: scale(1.04); }
.pdb-food-card-image span {
    background: var(--pdb-yellow);
    border-radius: 999px;
    bottom: 1rem;
    color: var(--pdb-charcoal);
    font-size: .67rem;
    font-weight: 800;
    left: 1rem;
    letter-spacing: .09em;
    padding: .55rem .8rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}
.pdb-food-card-body { align-items: flex-start; display: flex; gap: 1rem; justify-content: space-between; padding: 1.35rem .4rem 0; }
.pdb-food-card-body h3 { font-size: 1.75rem; margin: 0 0 .3rem; text-transform: uppercase; }
.pdb-food-card-body p { color: var(--pdb-muted); font-size: .88rem; line-height: 1.55; margin: 0; }
.pdb-food-card-body > strong { color: var(--pdb-green); font-family: var(--pdb-display); font-size: 1.25rem; text-transform: uppercase; white-space: nowrap; }
.pdb-food-card-featured { transform: translateY(-18px); }

.pdb-story { background: var(--pdb-charcoal); padding: clamp(4rem, 8vw, 7rem) 0; }
.pdb-story .row { border-radius: 28px; overflow: hidden; }
.pdb-story-image { min-height: 590px; }
.pdb-story-image img { height: 100%; object-fit: cover; width: 100%; }
.pdb-story-copy { background: var(--pdb-green); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 6rem); }
.pdb-story-copy .pdb-kicker { color: var(--pdb-yellow); }
.pdb-story-copy h2 { color: #fff; }
.pdb-story-copy > p { color: rgba(255,255,255,.8); font-size: 1.02rem; line-height: 1.8; margin: 1.6rem 0 2rem; }
.pdb-story-signature { align-items: baseline; display: flex; font-family: var(--pdb-display); gap: .6rem; margin-bottom: 2rem; text-transform: uppercase; }
.pdb-story-signature span { color: var(--pdb-yellow); font-size: 1.8rem; font-style: italic; font-weight: 800; }
.pdb-story-signature strong { font-size: 1.05rem; letter-spacing: .12em; }
.pdb-text-link { color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.pdb-text-link i { color: var(--pdb-yellow); margin-left: .5rem; transition: transform .2s ease; }
.pdb-text-link:hover { color: #fff; }
.pdb-text-link:hover i { transform: translateX(5px); }

.pdb-menu-paths { background: var(--pdb-paper); }
.pdb-path-card {
    background: #fff;
    border: 1px solid var(--pdb-border);
    border-radius: 20px;
    color: var(--pdb-ink);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 240px;
    padding: 2rem;
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.pdb-path-card:hover { border-color: var(--pdb-green); box-shadow: 0 18px 45px rgba(31,38,26,.1); color: var(--pdb-ink); transform: translateY(-7px); }
.pdb-path-icon { align-items: center; background: var(--pdb-yellow); border-radius: 50%; color: var(--pdb-charcoal); display: flex; font-size: 1.35rem; height: 54px; justify-content: center; margin-bottom: auto; width: 54px; }
.pdb-path-card strong { font-family: var(--pdb-display); font-size: 1.4rem; margin: 1.4rem 0 .25rem; text-transform: uppercase; }
.pdb-path-card small { color: var(--pdb-muted); font-size: .78rem; }

.pdb-visit { background: var(--pdb-charcoal); }
.pdb-map-wrap { min-height: 560px; }
.pdb-map-wrap iframe { border: 0; filter: grayscale(.18) contrast(1.04); height: 100%; min-height: 560px; width: 100%; }
.pdb-visit-copy { color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 8vw, 7rem); }
.pdb-visit-copy .pdb-kicker { color: var(--pdb-yellow); }
.pdb-visit-copy h2 { color: #fff; margin-bottom: 2.4rem; }
.pdb-visit-detail { align-items: flex-start; border-top: 1px solid rgba(255,255,255,.13); display: flex; gap: 1.2rem; padding: 1.3rem 0; }
.pdb-visit-detail > i { color: var(--pdb-yellow); font-size: 1.2rem; margin-top: .25rem; width: 24px; }
.pdb-visit-detail strong, .pdb-visit-detail span, .pdb-visit-detail a { display: block; }
.pdb-visit-detail strong { font-family: var(--pdb-display); font-size: 1.12rem; letter-spacing: .025em; text-transform: uppercase; }
.pdb-visit-detail span, .pdb-visit-detail a { color: rgba(255,255,255,.72); line-height: 1.6; text-decoration: none; }
.pdb-visit-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }

.pdb-final-cta { background: var(--pdb-yellow); padding: clamp(5rem, 9vw, 8rem) 0; }
.pdb-final-cta .pdb-kicker { color: var(--pdb-green); }
.pdb-final-cta h2 { margin-bottom: 2rem; }
.pdb-final-cta .pdb-btn-primary { background: var(--pdb-charcoal); border-color: var(--pdb-charcoal); color: #fff !important; }
.pdb-final-cta .pdb-btn-primary:hover { background: var(--pdb-green); border-color: var(--pdb-green); }

.footer { background: var(--pdb-charcoal); color: rgba(255,255,255,.7); }
.pdb-footer-main { padding: 5rem 0 3.7rem; }
.pdb-footer-brand img { height: 106px; object-fit: contain; width: 106px; }
.pdb-footer-main p { line-height: 1.7; max-width: 340px; }
.pdb-footer-main h2 { color: #fff; font-size: 1rem; letter-spacing: .1em; margin-bottom: 1.2rem; text-transform: uppercase; }
.pdb-footer-main ul { list-style: none; margin: 0; padding: 0; }
.pdb-footer-main li { margin-bottom: .65rem; }
.pdb-footer-main a { color: rgba(255,255,255,.68); text-decoration: none; }
.pdb-footer-main a:hover { color: var(--pdb-yellow); }
.pdb-footer-main address { font-style: normal; line-height: 1.7; }
.pdb-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; padding: 1.25rem 0; }
.pdb-mobile-dock { display: none; }

/* Ordering menu */
.pdb-menu-hero { background: var(--pdb-charcoal); color: #fff; padding: 3.5rem 0 2.7rem; position: relative; }
.pdb-menu-hero::after { background: var(--pdb-yellow); bottom: 0; content: ""; height: 5px; left: 0; position: absolute; width: 100%; }
.pdb-menu-hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .9; margin: .7rem 0 1rem; text-transform: uppercase; }
.pdb-menu-hero p { color: rgba(255,255,255,.7); margin: 0; }
.pdb-back-link { color: rgba(255,255,255,.65); display: inline-flex; font-size: .75rem; font-weight: 800; gap: .5rem; letter-spacing: .08em; margin-bottom: 2rem; text-decoration: none; text-transform: uppercase; }
.pdb-back-link:hover { color: var(--pdb-yellow); }
.pdb-fulfillment-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 18px; padding: 1.2rem; }
.pdb-fulfillment-label { color: var(--pdb-yellow); display: block; font-size: .66rem; font-weight: 800; letter-spacing: .12em; margin-bottom: .55rem; text-transform: uppercase; }
.pdb-fulfillment-box a, .pdb-fulfillment-box button { color: #fff; }
.pdb-local-header { border-top: 1px solid rgba(255,255,255,.12); color: #fff; padding-top: 1.4rem; }
.pdb-local-header h1, .pdb-local-header h2, .pdb-local-header h3, .pdb-local-header h4, .pdb-local-header h5, .pdb-local-header a { color: #fff; }
.pdb-local-header .text-muted { color: rgba(255,255,255,.62) !important; }
.pdb-location-summary { align-items: center; display: flex; gap: 1.15rem; }
.pdb-location-mark { align-items: center; background: var(--pdb-yellow); border-radius: 16px; color: var(--pdb-charcoal); display: flex; flex: 0 0 58px; font-size: 1.35rem; height: 58px; justify-content: center; }
.pdb-location-copy h2 { font-size: clamp(1.7rem, 4vw, 2.55rem); line-height: 1; margin: .35rem 0 .45rem; text-transform: uppercase; }
.pdb-location-copy p { color: var(--pdb-muted); font-size: .85rem; margin: 0; }
.pdb-location-status { align-items: center; color: var(--pdb-muted); display: flex; font-size: .67rem; font-weight: 800; gap: .4rem; letter-spacing: .08em; text-transform: uppercase; }
.pdb-status-dot { background: currentColor; border-radius: 50%; flex: 0 0 7px; height: 7px; width: 7px; }
.pdb-location-status .text-success { color: inherit !important; }
.pdb-location-status.is-open { color: #28b65d; }
.pdb-location-status.is-closed { color: #e45a45; }
.pdb-location-links { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: .75rem; }
.pdb-location-links a, .pdb-location-links button { background: transparent; border: 0; color: var(--pdb-green); font-size: .7rem; font-weight: 800; letter-spacing: .06em; padding: 0; text-decoration: none; text-transform: uppercase; }
.pdb-location-links i { margin-right: .25rem; }
.pdb-local-header .pdb-location-copy p { color: rgba(255,255,255,.62); }
.pdb-local-header .pdb-location-links a, .pdb-local-header .pdb-location-links button { color: var(--pdb-yellow); }
.pdb-local-header .pdb-location-copy h2 { color: #fff; }

.pdb-category-nav { background: #fff; border-bottom: 1px solid var(--pdb-border); box-shadow: 0 8px 26px rgba(24,25,21,.06); z-index: 1010; }
.pdb-category-nav #navbar-categories { gap: .2rem; scrollbar-color: var(--pdb-yellow) transparent; scrollbar-width: thin; }
.pdb-category-nav .nav-link { border-radius: 999px !important; color: var(--pdb-ink); font-size: .76rem; font-weight: 800; letter-spacing: .02em; padding: .55rem .85rem !important; white-space: nowrap; }
.pdb-category-nav .nav-link:hover { background: var(--pdb-cream); }
.pdb-category-nav .nav-link.active { background: var(--pdb-green); color: #fff; }
.pdb-order-layout { background: #f5f1e9; min-height: 70vh; }
.pdb-order-layout .menu-search .input-group { border-color: var(--pdb-border) !important; border-radius: 999px !important; box-shadow: 0 5px 18px rgba(22,24,19,.05); overflow: hidden; padding: .2rem .5rem; }
.pdb-order-layout .menu-search input { font-size: .92rem; }
.pdb-order-layout .category-header h4 { color: var(--pdb-ink); cursor: pointer; font-size: clamp(1.8rem, 4vw, 2.7rem); letter-spacing: -.02em; padding-bottom: .8rem !important; padding-top: 2.2rem !important; text-transform: uppercase; }
.pdb-order-layout .category-header h4::after { color: var(--pdb-green); }

.pdb-menu-card { border-color: rgba(24,26,21,.11) !important; box-shadow: 0 5px 16px rgba(24,26,21,.045); overflow: hidden; position: relative; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pdb-menu-card::before { background: var(--pdb-green); content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; transition: opacity .2s ease; width: 4px; }
.pdb-menu-card:hover { border-color: rgba(25,115,58,.42) !important; box-shadow: 0 12px 28px rgba(24,26,21,.09); transform: translateY(-2px); }
.pdb-menu-card:hover::before { opacity: 1; }
.pdb-menu-kind { align-items: center; background: var(--pdb-cream); border-radius: 12px; color: var(--pdb-green); display: flex; flex: 0 0 42px; height: 42px; justify-content: center; }
.pdb-menu-card[data-menu-kind="pizza"] .pdb-menu-kind { background: #fff4c4; color: #a84227; }
.pdb-menu-card[data-menu-kind="sandwich"] .pdb-menu-kind { background: #e7f2e7; color: var(--pdb-green); }
.pdb-menu-card .menu-name { font-family: var(--pdb-body); font-size: .98rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.3; margin: .1rem 0 0; }
.pdb-menu-card .menu-desc { color: var(--pdb-muted); font-size: .78rem; line-height: 1.5; margin: .5rem 0 0; }
.pdb-menu-price { color: var(--pdb-green); font-family: var(--pdb-display); font-size: 1.12rem; font-weight: 800; white-space: nowrap; }
.pdb-menu-price s { color: #9c9c92; display: block; font-size: .7rem; }
.pdb-add-button { align-items: center; background: var(--pdb-yellow); border: 0; border-radius: 50%; color: var(--pdb-charcoal); display: flex; flex: 0 0 34px; height: 34px; justify-content: center; margin-top: 1.85rem; transition: transform .2s ease, background-color .2s ease; width: 34px; }
.pdb-menu-card:hover .pdb-add-button { background: var(--pdb-green); color: #fff; transform: rotate(90deg); }
.pdb-menu-card.is-unavailable { opacity: .65; }
.pdb-unavailable { color: var(--pdb-red); display: block; margin: .6rem 0 0 58px; }
.pdb-cart-sticky { position: sticky; top: 92px; }
.pdb-cart-sticky > div > div, .pdb-cart-sticky .card { border: 0 !important; border-radius: 20px !important; box-shadow: 0 10px 35px rgba(24,26,21,.09) !important; }
.pdb-cart-sticky h5 { font-size: 1.45rem; text-transform: uppercase; }
.pdb-floating-cart { align-items: center; background: var(--pdb-yellow); border-radius: 999px; bottom: 78px; box-shadow: 0 8px 25px rgba(0,0,0,.22); color: var(--pdb-charcoal); display: flex; font-size: .78rem; font-weight: 800; gap: .5rem; letter-spacing: .05em; padding: .9rem 1.25rem; position: fixed; right: 1rem; text-decoration: none; text-transform: uppercase; z-index: 1020; }

/* Forms, cart and checkout inherit the brand without replacing their logic. */
.btn-primary { background-color: var(--pdb-green); border-color: var(--pdb-green); }
.btn-primary:hover, .btn-primary:focus { background-color: #0f5b2d; border-color: #0f5b2d; }
.btn-outline-primary { border-color: var(--pdb-green); color: var(--pdb-green); }
.btn-outline-primary:hover { background: var(--pdb-green); border-color: var(--pdb-green); }
.form-control:focus, .form-select:focus { border-color: rgba(25,115,58,.55); box-shadow: 0 0 0 .2rem rgba(25,115,58,.12); }
.card { border-color: var(--pdb-border); }
.modal-content { border: 0; border-radius: 22px; overflow: hidden; }

/* Static content pages */
.pdb-static { background: var(--pdb-paper); padding: clamp(4rem, 8vw, 7rem) 0; }
.pdb-static article { background: #fff; border: 1px solid var(--pdb-border); border-radius: 24px; margin: auto; max-width: 900px; padding: clamp(2rem, 6vw, 4.5rem); }
.pdb-static h1 { font-size: clamp(3rem, 7vw, 5rem); line-height: .9; margin-bottom: 1.5rem; text-transform: uppercase; }
.pdb-static h2 { font-size: 1.65rem; margin-top: 2.2rem; text-transform: uppercase; }
.pdb-static p, .pdb-static li { color: #57584f; line-height: 1.75; }
.pdb-draft-notice { background: #fff4c4; border-left: 4px solid var(--pdb-yellow-dark); border-radius: 8px; color: #5d4d00 !important; padding: 1rem 1.2rem; }

@media (max-width: 991.98px) {
    .pdb-navbar { min-height: 76px; }
    .pdb-brand img { height: 58px; width: 58px; }
    .pdb-navbar .navbar-collapse { border-top: 1px solid rgba(255,255,255,.12); margin-top: .65rem; padding: .8rem 0 1rem; }
    .pdb-navbar .nav-link { padding: .7rem .2rem !important; }
    .pdb-nav-order { margin-top: .4rem; width: 100%; }
    .pdb-hero { min-height: 660px; }
    .pdb-hero-media img { object-position: 62% center; }
    .pdb-hero-overlay { background: linear-gradient(90deg, rgba(16,16,14,.94), rgba(16,16,14,.7) 62%, rgba(16,16,14,.35)); }
    .pdb-service-item { border-bottom: 1px solid rgba(255,255,255,.15); border-right: 0; min-height: 92px; }
    .pdb-story-image { min-height: 430px; }
    .pdb-map-wrap, .pdb-map-wrap iframe { min-height: 420px; }
}

@media (max-width: 767.98px) {
    body { padding-bottom: 68px; }
    .pdb-topline { font-size: .65rem; text-align: center; }
    .pdb-hero { min-height: 650px; }
    .pdb-hero-media img { object-position: 59% center; }
    .pdb-hero-overlay { background: linear-gradient(0deg, rgba(16,16,14,.93) 5%, rgba(16,16,14,.72) 69%, rgba(16,16,14,.28)); }
    .pdb-hero-content { align-self: flex-end; padding-bottom: 4.5rem; padding-top: 5rem; }
    .pdb-hero-content h1 { font-size: clamp(3.65rem, 18vw, 5.6rem); }
    .pdb-hero-content p { font-size: .98rem; line-height: 1.55; }
    .pdb-hero-stamp { bottom: -28px; height: 94px; right: 18px; width: 94px; }
    .pdb-hero-stamp strong { font-size: 2rem; }
    .pdb-service-strip .container { padding: 0; }
    .pdb-service-item { min-height: 82px; padding: 1.15rem 1.5rem; }
    .pdb-section-heading h2, .pdb-story-copy h2, .pdb-visit-copy h2, .pdb-final-cta h2 { font-size: 3.2rem; }
    .pdb-food-card-featured { transform: none; }
    .pdb-food-card-image { height: 340px; }
    .pdb-story .container { padding: 0; }
    .pdb-story .row { border-radius: 0; margin: 0; }
    .pdb-story-image { min-height: 360px; }
    .pdb-story-copy { padding: 3.5rem 1.5rem; }
    .pdb-path-card { min-height: 210px; padding: 1.35rem; }
    .pdb-path-card strong { font-size: 1.15rem; }
    .pdb-path-card small { display: none; }
    .pdb-visit-copy { padding: 3.8rem 1.5rem; }
    .pdb-footer-main { padding: 4rem 0 2.5rem; }
    .pdb-footer-bottom { margin-bottom: 0; }
    .pdb-mobile-dock {
        background: var(--pdb-charcoal);
        bottom: 0;
        box-shadow: 0 -6px 25px rgba(0,0,0,.2);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        height: 68px;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 1050;
    }
    .pdb-mobile-dock a { align-items: center; color: rgba(255,255,255,.75); display: flex; flex-direction: column; font-size: .61rem; font-weight: 800; gap: .3rem; justify-content: center; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
    .pdb-mobile-dock a i { font-size: 1rem; }
    .pdb-mobile-dock a.is-primary { background: var(--pdb-yellow); color: var(--pdb-charcoal); }
    .pdb-menu-hero { padding: 2.5rem 0 2.2rem; }
    .pdb-menu-hero h1 { font-size: 3.4rem; }
    .pdb-category-nav { top: 0; }
    .pdb-menu-card { padding: .9rem !important; }
    .pdb-menu-kind { display: none; }
    .pdb-add-button { margin-top: 1.65rem; }
    .pdb-menu-card .menu-name { font-size: .9rem; }
    .pdb-unavailable { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Scroll reveal — classes are applied by js/site.js, so content stays fully
   visible when JavaScript is unavailable. */
.pdb-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.22, .61, .36, 1);
    transition-delay: var(--pdb-reveal-delay, 0s);
    will-change: opacity, transform;
}
.pdb-reveal.is-visible {
    opacity: 1;
    transform: none;
    will-change: auto;
}
@media (prefers-reduced-motion: reduce) {
    .pdb-reveal { opacity: 1; transform: none; transition: none; }
}

/* On phones the flick-scroll is fast; a larger offset makes the reveal
   clearly visible. */
@media (max-width: 767.98px) {
    .pdb-reveal { transform: translateY(38px); }
    .pdb-reveal.is-visible { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .pdb-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
