/*
Theme Name: Northpoint Flea Market 2026 — Elementor Edition
Theme URI: https://www.northpointfleamarket.com/
Author: Northpoint Flea Market
Description: The image-matched Northpoint Flea Market theme with Elementor visual editing, Elementor Pro Theme Builder locations, complete navigation, starter pages, vendor directory, event system, and editable business settings.
Version: 2.1.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: northpoint
*/

:root {
    --np-navy: #06253f;
    --np-navy-2: #0a3658;
    --np-navy-3: #041b2d;
    --np-gold: #c99218;
    --np-gold-bright: #e1a92b;
    --np-gold-deep: #ad7307;
    --np-cream: #f7f2e8;
    --np-offwhite: #fbfaf7;
    --np-white: #ffffff;
    --np-red: #a5322b;
    --np-ink: #17212c;
    --np-muted: #5f6973;
    --np-line: #e2ded5;
    --np-shadow: 0 14px 40px rgba(6, 37, 63, 0.14);
    --np-shadow-soft: 0 8px 24px rgba(6, 37, 63, 0.09);
    --np-radius: 10px;
    --np-radius-lg: 16px;
    --np-shell: 1180px;
    --np-font-body: Arial, Helvetica, sans-serif;
    --np-font-display: "Arial Narrow", "Roboto Condensed", Impact, Haettenschweiler, sans-serif;
    --np-font-serif: Georgia, "Times New Roman", serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--np-ink);
    background: var(--np-white);
    font-family: var(--np-font-body);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: var(--np-navy);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--np-gold-deep);
}

img,
svg {
    max-width: 100%;
}

img {
    height: auto;
    display: block;
}

button,
input,
textarea,
select {
    font: inherit;
}

.site-shell {
    width: min(var(--np-shell), calc(100% - 44px));
    margin-inline: auto;
}

.screen-reader-text,
.skip-link {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link:focus {
    clip: auto !important;
    clip-path: none;
    height: auto;
    width: auto;
    left: 16px;
    top: 16px;
    padding: 12px 18px;
    background: var(--np-white);
    color: var(--np-navy);
    z-index: 99999;
    box-shadow: var(--np-shadow);
}

.np-icon {
    display: inline-flex;
    width: 1.15em;
    height: 1.15em;
    flex: 0 0 auto;
}

.np-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Top bar */
.topbar {
    background: linear-gradient(90deg, #082942 0%, #061f34 58%, #041b2e 100%);
    color: var(--np-white);
    font-size: 12px;
}

.topbar-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar-contact {
    display: flex;
    align-items: center;
    gap: 28px;
}

.topbar-contact span,
.topbar-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--np-white);
    white-space: nowrap;
}

.topbar-contact .np-icon {
    color: var(--np-gold-bright);
}

.social-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-links a {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--np-white);
    transition: transform 0.2s ease, background 0.2s ease;
}

.social-links a:hover,
.social-links a:focus {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
    color: var(--np-white);
}

.social-links .np-icon {
    width: 15px;
    height: 15px;
}

/* Header */
.site-header {
    position: relative;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(6, 37, 63, 0.08);
    box-shadow: 0 3px 14px rgba(6, 37, 63, 0.06);
}

.header-inner {
    min-height: 105px;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.site-branding {
    min-width: 0;
}

.site-branding .custom-logo-link,
.default-logo {
    display: inline-flex;
    align-items: center;
}

.site-branding img {
    width: auto;
    max-width: 265px;
    max-height: 78px;
}

.main-nav {
    min-width: 0;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul,
.main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

.main-nav li {
    position: relative;
}

.main-nav > ul > li > a,
.main-nav .menu > li > a {
    display: flex;
    align-items: center;
    min-height: 105px;
    padding: 0 9px;
    color: #111820;
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

.main-nav > ul > li > a:hover,
.main-nav > ul > li > a:focus,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a {
    color: var(--np-gold-deep);
}

.main-nav .menu-item-has-children > a::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.main-nav .sub-menu {
    position: absolute;
    top: calc(100% - 18px);
    left: 50%;
    z-index: 40;
    width: 238px;
    padding: 9px;
    background: var(--np-white);
    border-top: 3px solid var(--np-gold);
    border-radius: 0 0 9px 9px;
    box-shadow: 0 18px 38px rgba(6, 37, 63, 0.19);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.main-nav .sub-menu li + li {
    border-top: 1px solid #edf0f2;
}

.main-nav .sub-menu a {
    display: block;
    padding: 11px 13px;
    color: var(--np-navy);
    font-size: 13px;
    font-weight: 700;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu a:focus {
    background: var(--np-cream);
    color: var(--np-gold-deep);
}

.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.header-reserve {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 18px;
    border-radius: 5px;
    color: var(--np-white);
    background: linear-gradient(180deg, #d4a228, #b87d09);
    box-shadow: 0 7px 17px rgba(173, 115, 7, 0.26);
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-reserve:hover,
.header-reserve:focus {
    color: var(--np-white);
    background: linear-gradient(180deg, #e0b33e, #c68c15);
}

.header-reserve .np-icon {
    width: 17px;
    height: 17px;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid #dfe3e6;
    border-radius: 6px;
    background: var(--np-white);
    cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
    width: 22px;
    height: 2px;
    display: block;
    background: var(--np-navy);
    transition: 0.2s ease;
}

.menu-toggle-lines {
    position: relative;
    margin: auto;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
}

.menu-toggle-lines::before { top: -7px; }
.menu-toggle-lines::after { top: 7px; }

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
    background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
}

/* Buttons */
.btn {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 2px solid transparent;
    border-radius: 5px;
    font-family: var(--np-font-display);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn .np-icon {
    width: 19px;
    height: 19px;
}

.btn-gold {
    color: var(--np-white);
    background: linear-gradient(180deg, var(--np-gold-bright), var(--np-gold-deep));
    box-shadow: 0 8px 18px rgba(173, 115, 7, 0.25);
}

.btn-gold:hover,
.btn-gold:focus {
    color: var(--np-white);
    box-shadow: 0 11px 24px rgba(173, 115, 7, 0.32);
}

.btn-navy {
    color: var(--np-white);
    background: var(--np-navy);
}

.btn-navy:hover,
.btn-navy:focus {
    color: var(--np-white);
    background: var(--np-navy-2);
}

.btn-dark-outline {
    color: var(--np-white);
    border-color: rgba(255, 255, 255, 0.82);
    background: rgba(3, 25, 42, 0.76);
}

.btn-dark-outline:hover,
.btn-dark-outline:focus {
    color: var(--np-white);
    background: var(--np-navy);
}

.btn-outline-navy {
    color: var(--np-navy);
    border-color: var(--np-navy);
    background: transparent;
}

.btn-outline-navy:hover,
.btn-outline-navy:focus {
    color: var(--np-white);
    background: var(--np-navy);
}

.btn.compact {
    min-height: 39px;
    padding-inline: 16px;
    font-size: 12px;
}

/* Homepage hero */
.home-hero {
    position: relative;
    min-height: 455px;
    overflow: hidden;
    color: var(--np-white);
    background-image: var(--home-hero-image);
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 24, 40, 0.88) 0%, rgba(3, 24, 40, 0.58) 47%, rgba(3, 24, 40, 0.30) 100%),
        linear-gradient(0deg, rgba(3, 24, 40, 0.14), rgba(3, 24, 40, 0.02));
}

.home-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 455px;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
    align-items: end;
    gap: 34px;
    padding-block: 52px 25px;
}

.hero-copy {
    align-self: center;
    padding-top: 32px;
}

.hero-copy h1 {
    max-width: 700px;
    margin: 0 0 17px;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 900;
    line-height: 0.98;
    text-transform: uppercase;
    letter-spacing: -0.028em;
    text-shadow: 0 3px 13px rgba(0, 0, 0, 0.48);
}

.hero-copy > p {
    max-width: 670px;
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.35;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.55);
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 25px;
}

.hero-hours-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: stretch;
}

.hero-hours-card {
    min-height: 245px;
    padding: 20px 21px 16px;
    border: 1px solid rgba(224, 169, 43, 0.9);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.27);
}

.flea-hours-card {
    background: linear-gradient(155deg, rgba(7, 43, 70, 0.98), rgba(3, 25, 43, 0.98));
}

.amish-hours-card {
    background: linear-gradient(155deg, rgba(210, 156, 29, 0.98), rgba(174, 113, 5, 0.98));
}

.hero-hours-card header {
    min-height: 39px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}

.hero-hours-card header .np-icon {
    width: 29px;
    height: 29px;
}

.hero-hours-card h2 {
    margin: 0;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
}

.hours-row {
    padding: 14px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.hours-row span,
.hours-row strong {
    display: block;
}

.hours-row span {
    font-size: 14px;
}

.hours-row strong {
    margin-top: 2px;
    font-size: 15px;
}

.hours-note {
    margin: 13px 0 0;
    color: var(--np-gold-bright);
    font-weight: 800;
    text-align: center;
}

.amish-hours-card .hours-note {
    color: var(--np-white);
}

/* Trust strip */
.trust-strip {
    background: linear-gradient(90deg, #f8f6f1, #ffffff 50%, #f8f6f1);
    border-bottom: 1px solid #ece8df;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
    min-height: 98px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 27px;
    position: relative;
}

.trust-grid article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    bottom: 25px;
    width: 1px;
    background: #ddd9d1;
}

.trust-grid > article > .np-icon {
    width: 57px;
    height: 57px;
    padding: 13px;
    border-radius: 50%;
    color: var(--np-white);
    background: var(--np-navy);
}

.trust-grid h2 {
    margin: 0 0 3px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 16px;
    text-transform: uppercase;
}

.trust-grid p {
    margin: 0;
    color: #222a31;
    font-size: 13px;
    line-height: 1.35;
}

/* Homepage welcome */
.home-welcome {
    padding: 28px 0 35px;
    background: var(--np-white);
}

.home-section-heading {
    max-width: 770px;
    margin: 0 auto 22px;
}

.centered {
    text-align: center;
}

.section-kicker,
.np-kicker,
.page-kicker {
    margin: 0 0 4px;
    color: var(--np-gold-deep);
    font-family: var(--np-font-display);
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.home-section-heading h2,
.np-section-heading h2,
.np-layout-2 h2,
.np-page-cta h2,
.np-contact-layout h2,
.np-hours-large h2,
.not-found-page h1 {
    margin: 0;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.home-section-heading h2 {
    font-family: var(--np-font-serif);
    font-size: clamp(35px, 4vw, 51px);
    text-transform: uppercase;
}

.home-section-heading > p:last-child {
    margin: 8px auto 0;
    color: var(--np-muted);
    font-size: 15px;
}

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.home-card {
    overflow: hidden;
    background: var(--np-white);
    border: 1px solid #dfddd7;
    border-radius: 9px;
    box-shadow: 0 5px 16px rgba(6, 37, 63, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--np-shadow-soft);
}

.home-card > img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-bottom: 1px solid #e5e1d9;
}

.home-card > div {
    padding: 15px 17px 17px;
}

.home-card h3 {
    margin: 0 0 6px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-card p {
    min-height: 61px;
    margin: 0 0 10px;
    color: #242b31;
    font-size: 13px;
    line-height: 1.42;
}

.home-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-card:nth-child(2) a,
.home-card:nth-child(4) a {
    color: var(--np-gold-deep);
}

.home-card a .np-icon {
    width: 15px;
    height: 15px;
}

/* Stats + newsletter */
.home-stats-band {
    background:
        radial-gradient(circle at 50% 50%, rgba(19, 72, 112, 0.35), transparent 48%),
        linear-gradient(90deg, #031a2d, #062b48 52%, #031a2d);
    color: var(--np-white);
}

.stats-band-grid {
    min-height: 150px;
    display: grid;
    grid-template-columns: repeat(4, 0.72fr) 1.65fr;
    align-items: stretch;
}

.home-stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 12px;
    text-align: center;
}

.home-stat:not(:nth-child(4))::after {
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
    bottom: 27px;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.home-stat > .np-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
    color: var(--np-gold-bright);
}

.home-stat strong {
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 31px;
    line-height: 1;
}

.home-stat span {
    max-width: 145px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
}

.newsletter-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 0 22px 30px;
}

.newsletter-box h2 {
    margin: 0;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}

.newsletter-box p {
    max-width: 330px;
    margin: 4px auto 13px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
}

.newsletter-box form {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    background: var(--np-white);
}

.newsletter-box input {
    min-width: 0;
    flex: 1;
    height: 43px;
    padding: 0 15px;
    border: 0;
    outline: 0;
    color: var(--np-ink);
    background: var(--np-white);
    font-size: 13px;
}

.newsletter-box button {
    min-width: 112px;
    border: 0;
    color: var(--np-white);
    background: linear-gradient(180deg, var(--np-gold-bright), var(--np-gold-deep));
    font-family: var(--np-font-display);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

/* Events */
.home-events {
    padding: 20px 0 23px;
    background: #fbfaf7;
}

.events-heading-row {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 11px;
}

.events-heading-row h2 {
    margin: 0;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 23px;
    text-transform: uppercase;
}

.events-heading-row a {
    color: var(--np-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.event-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.event-card {
    min-height: 132px;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: var(--np-white);
    border: 1px solid #dfddd7;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(6, 37, 63, 0.04);
}

.event-card > img {
    width: 100%;
    height: 100%;
    min-height: 132px;
    object-fit: cover;
}

.event-card > div {
    padding: 13px 13px 11px;
}

.event-card h3 {
    margin: 0 0 5px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 17px;
    line-height: 1.03;
    text-transform: uppercase;
}

.event-card h3 a {
    color: inherit;
}

.event-card p {
    margin: 0 0 6px;
    color: #31383d;
    font-size: 11px;
    line-height: 1.35;
}

.event-card .event-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--np-muted);
    font-size: 10px;
}

.event-card .event-date .np-icon {
    width: 12px;
    height: 12px;
}

.event-card > div > a {
    color: var(--np-gold-deep);
    font-size: 11px;
    font-weight: 700;
}

/* Footer action band */
.footer-action-band {
    color: var(--np-white);
    background: linear-gradient(90deg, #be810d, #d29d28 52%, #b97905);
}

.footer-actions {
    min-height: 107px;
    display: grid;
    grid-template-columns: 1fr 0.9fr 1.45fr;
    align-items: stretch;
}

.footer-actions article {
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 19px 34px;
}

.footer-actions article:first-child {
    padding-left: 0;
}

.footer-actions article:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 23px;
    bottom: 23px;
    width: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.footer-actions > article > .np-icon {
    width: 38px;
    height: 38px;
    color: var(--np-navy);
}

.footer-actions h2 {
    margin: 0 0 2px;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 18px;
    text-transform: uppercase;
}

.footer-actions p,
.footer-actions span {
    margin: 0;
    color: var(--np-white);
    font-size: 12px;
    line-height: 1.4;
}

.footer-actions a {
    color: var(--np-white);
}

.footer-actions article > div > a {
    font-size: 11px;
    font-weight: 700;
}

.footer-reserve-block {
    grid-template-columns: auto 1fr auto;
}

.site-footer {
    background: var(--np-navy-3);
    color: rgba(255, 255, 255, 0.88);
}

.footer-bottom {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 10px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-menu {
    display: flex;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li + li::before {
    content: "|";
    margin: 0 9px;
    color: rgba(255, 255, 255, 0.45);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.9);
}

.vendor-login-link::before {
    content: "|";
    margin-right: 9px;
    color: rgba(255, 255, 255, 0.45);
}

/* Page hero */
.page-hero {
    position: relative;
    min-height: 330px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--np-white);
    background:
        linear-gradient(100deg, rgba(3, 25, 43, 0.91), rgba(3, 25, 43, 0.63)),
        url("assets/images/page-hero.svg") center / cover no-repeat;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(3, 25, 43, 0.22), transparent 75%);
}

.page-hero-content {
    position: relative;
    z-index: 2;
    padding-block: 62px;
}

.page-hero-content h1 {
    max-width: 900px;
    margin: 6px 0 10px;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: clamp(46px, 6vw, 74px);
    font-weight: 900;
    line-height: 0.98;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.33);
}

.page-hero-content > p:last-child {
    max-width: 740px;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 19px;
    line-height: 1.42;
}

.page-kicker {
    color: var(--np-gold-bright);
}

.page-content {
    background: var(--np-white);
}

.entry-content > .site-shell > *:first-child {
    margin-top: 0;
}

.entry-content p,
.entry-content li {
    color: #333c43;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: var(--np-navy);
}

.entry-content .wp-block-image img,
.single-featured-image img {
    border-radius: var(--np-radius-lg);
}

/* Rich starter page sections */
.np-page-section {
    margin-inline: calc(50% - 50vw);
    padding: 74px max(22px, calc((100vw - var(--np-shell)) / 2));
}

.np-page-section-first {
    padding-top: 76px;
}

.np-section-tint {
    background: var(--np-cream);
}

.np-section-dark {
    color: var(--np-white);
    background:
        radial-gradient(circle at 80% 20%, rgba(28, 88, 130, 0.36), transparent 33%),
        var(--np-navy);
}

.np-section-dark h2,
.np-section-dark h3,
.np-section-dark p,
.np-section-dark li {
    color: var(--np-white);
}

.np-section-gold {
    color: var(--np-navy);
    background: linear-gradient(100deg, #e0ad36, #c78a12);
}

.np-section-gold h2,
.np-section-gold p {
    color: var(--np-navy);
}

.np-layout-2 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 58px;
    align-items: center;
}

.np-layout-2 h2,
.np-contact-layout h2,
.np-section-heading h2,
.np-hours-large h2 {
    font-size: clamp(34px, 4.2vw, 55px);
    line-height: 1;
}

.np-lead {
    color: #26323a !important;
    font-size: 19px;
    line-height: 1.55;
}

.np-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 25px;
}

.np-hours-card,
.np-contact-highlight,
.np-notice-card,
.np-reserve-panel {
    padding: 31px;
    border-radius: var(--np-radius-lg);
    box-shadow: var(--np-shadow);
}

.np-hours-card,
.np-contact-highlight {
    color: var(--np-white);
    background: linear-gradient(145deg, var(--np-navy-2), var(--np-navy));
}

.np-hours-card h3,
.np-contact-highlight h3 {
    margin-top: 0;
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 26px;
    text-transform: uppercase;
}

.np-hours-card p,
.np-contact-highlight p,
.np-hours-card strong,
.np-contact-highlight strong {
    color: var(--np-white);
}

.np-hours-card hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 22px 0;
}

.np-small {
    font-size: 13px;
    opacity: 0.78;
}

.np-section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.np-section-heading.centered {
    margin-inline: auto;
}

.np-section-heading > p:last-child {
    color: var(--np-muted);
    font-size: 17px;
}

.np-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.np-mini-card,
.np-option-card,
.np-image-card,
.np-guideline-grid article,
.np-category-grid article {
    position: relative;
    padding: 26px;
    background: var(--np-white);
    border: 1px solid #e2ded5;
    border-radius: var(--np-radius);
    box-shadow: 0 6px 18px rgba(6, 37, 63, 0.055);
}

.np-mini-card h3,
.np-option-card h3,
.np-image-card h3,
.np-guideline-grid h3,
.np-category-grid h3 {
    margin: 0 0 8px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 21px;
    line-height: 1.05;
    text-transform: uppercase;
}

.np-mini-card p,
.np-option-card p,
.np-image-card p,
.np-category-grid p {
    margin: 0;
    color: var(--np-muted);
    font-size: 14px;
}

.np-photo-panel {
    min-height: 430px;
    border-radius: 18px;
    background-position: center;
    background-size: cover;
    box-shadow: var(--np-shadow);
}

.np-photo-shopping { background-image: url("assets/images/page-shopping.svg"); }
.np-photo-vendor { background-image: url("assets/images/page-vendor.svg"); }
.np-photo-amish { background-image: url("assets/images/card-amish.svg"); }
.np-photo-liquidation { background-image: url("assets/images/card-liquidation.svg"); }
.np-photo-community { background-image: url("assets/images/page-community.svg"); }

.np-check-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.np-check-list li {
    position: relative;
    padding: 8px 0 8px 34px;
    color: #2c373e;
}

.np-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--np-white);
    background: var(--np-gold);
    font-size: 13px;
    font-weight: 900;
}

.np-check-list.light li::before {
    color: var(--np-navy);
    background: var(--np-gold-bright);
}

.np-page-cta {
    margin-inline: calc(50% - 50vw);
    padding: 45px max(22px, calc((100vw - var(--np-shell)) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    color: var(--np-white);
    background:
        radial-gradient(circle at 75% 20%, rgba(31, 92, 135, 0.42), transparent 34%),
        var(--np-navy);
}

.np-page-cta h2 {
    color: var(--np-white);
    font-size: clamp(30px, 4vw, 47px);
}

.np-page-cta .np-kicker {
    color: var(--np-gold-bright);
}

.np-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.np-option-card {
    padding-top: 42px;
}

.np-option-card.featured {
    border: 2px solid var(--np-gold);
    transform: translateY(-8px);
}

.np-option-number {
    position: absolute;
    top: 16px;
    right: 20px;
    color: rgba(6, 37, 63, 0.15);
    font-family: var(--np-font-display);
    font-size: 40px;
    font-weight: 900;
}

.np-option-label {
    position: absolute;
    top: -14px;
    left: 22px;
    padding: 6px 11px;
    border-radius: 999px;
    color: var(--np-white);
    background: var(--np-gold-deep);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.np-option-card ul,
.np-guideline-grid ul {
    margin: 18px 0 0;
    padding-left: 19px;
}

.np-option-card li,
.np-guideline-grid li {
    margin: 7px 0;
    color: #4b555c;
    font-size: 14px;
}

.np-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.np-steps article {
    position: relative;
    padding: 26px 22px 22px;
    border-top: 4px solid var(--np-gold);
    background: var(--np-white);
    box-shadow: var(--np-shadow-soft);
}

.np-steps span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--np-white);
    background: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 19px;
    font-weight: 900;
}

.np-steps h3 {
    margin: 15px 0 5px;
    font-family: var(--np-font-display);
    font-size: 20px;
    text-transform: uppercase;
}

.np-steps p {
    margin: 0;
    color: var(--np-muted);
    font-size: 14px;
}

.np-notice {
    margin-top: 24px;
    padding: 17px 19px;
    border-left: 4px solid var(--np-gold);
    border-radius: 5px;
    background: #fff7dc;
    color: #4b3b12;
}

.np-reserve-panel {
    background: var(--np-cream);
    border: 1px solid #e3dccd;
}

.np-reserve-panel h3 {
    margin: 0 0 15px;
    font-family: var(--np-font-display);
    font-size: 26px;
    text-transform: uppercase;
}

.np-form-placeholder {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 25px;
    border: 2px dashed #b9ad95;
    border-radius: 9px;
    color: var(--np-muted);
    background: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.np-form-placeholder.large {
    min-height: 330px;
}

.np-form-placeholder code {
    padding: 7px 10px;
    border-radius: 4px;
    background: var(--np-navy);
    color: var(--np-white);
}

.np-image-card {
    padding: 0;
    overflow: hidden;
}

.np-image-card > div:last-child {
    padding: 20px;
}

.np-card-art {
    height: 180px;
    background-position: center;
    background-size: cover;
}

.art-bakery { background-image: url("assets/images/card-bakery.svg"); }
.art-produce { background-image: url("assets/images/card-produce.svg"); }
.art-meats { background-image: url("assets/images/card-meats.svg"); }
.art-prepared { background-image: url("assets/images/card-prepared.svg"); }

.np-hours-large {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.np-hours-lines {
    padding: 26px 30px;
    border: 1px solid rgba(6, 37, 63, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.27);
}

.np-hours-lines p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

.np-kicker.dark {
    color: var(--np-navy);
}

.np-notice-card {
    color: var(--np-white);
    background: linear-gradient(145deg, var(--np-navy-2), var(--np-navy));
}

.np-notice-card h3,
.np-notice-card p {
    color: var(--np-white);
}

.np-notice-card h3 {
    margin-top: 0;
    font-family: var(--np-font-display);
    font-size: 27px;
    text-transform: uppercase;
}

.np-faq-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px;
}

.np-faq-layout h2 {
    margin: 0 0 22px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 38px;
    text-transform: uppercase;
}

.faq details {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #dedbd4;
    border-radius: 8px;
    background: var(--np-white);
}

.faq summary {
    position: relative;
    padding: 18px 48px 18px 19px;
    color: var(--np-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 12px;
    color: var(--np-gold-deep);
    font-size: 27px;
    font-weight: 400;
}

.faq details[open] summary::after {
    content: "–";
}

.faq details p {
    margin: 0;
    padding: 0 19px 19px;
    color: var(--np-muted);
}

.np-contact-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 34px;
    align-items: stretch;
}

.np-contact-card {
    padding: 38px;
    border-radius: 15px;
    color: var(--np-white);
    background:
        radial-gradient(circle at 90% 10%, rgba(35, 105, 153, 0.5), transparent 35%),
        var(--np-navy);
}

.np-contact-card h2,
.np-contact-card p,
.np-contact-card strong,
.np-contact-card a {
    color: var(--np-white);
}

.np-contact-card .np-kicker {
    color: var(--np-gold-bright);
}

.np-contact-form {
    padding: 38px;
    border: 1px solid var(--np-line);
    border-radius: 15px;
    background: var(--np-white);
    box-shadow: var(--np-shadow-soft);
}

.np-map-panel {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px;
    border-radius: 14px;
    color: var(--np-white);
    background:
        linear-gradient(90deg, rgba(3, 25, 43, 0.88), rgba(3, 25, 43, 0.55)),
        url("assets/images/map-pattern.svg") center / cover;
}

.np-map-panel strong {
    color: var(--np-white);
    font-family: var(--np-font-display);
    font-size: 25px;
    text-transform: uppercase;
}

.np-map-panel a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 18px;
    border-radius: 5px;
    color: var(--np-white);
    background: var(--np-gold-deep);
    font-weight: 800;
}

.np-category-grid,
.np-guideline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.np-category-grid article {
    min-height: 210px;
    padding-top: 55px;
}

.np-category-grid article > span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: rgba(6, 37, 63, 0.14);
    font-family: var(--np-font-display);
    font-size: 40px;
    font-weight: 900;
}

/* Archive and single */
.archive-intro {
    padding: 30px 0 0;
}

.vendor-category-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}

.vendor-category-links a {
    padding: 8px 13px;
    border: 1px solid #dad6cd;
    border-radius: 999px;
    color: var(--np-navy);
    background: var(--np-white);
    font-size: 12px;
    font-weight: 700;
}

.vendor-category-links a:hover {
    color: var(--np-white);
    background: var(--np-navy);
    border-color: var(--np-navy);
}

.archive-content {
    padding: 55px 0 75px;
    background: #fbfaf7;
}

.vendor-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.directory-card,
.event-archive-card {
    overflow: hidden;
    background: var(--np-white);
    border: 1px solid #dfddd7;
    border-radius: 10px;
    box-shadow: var(--np-shadow-soft);
}

.directory-image {
    display: block;
}

.directory-image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.directory-card-body {
    padding: 22px;
}

.directory-category {
    margin: 0 0 5px !important;
    color: var(--np-gold-deep) !important;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.directory-card h2,
.event-archive-card h2 {
    margin: 0 0 9px;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 24px;
    line-height: 1.08;
    text-transform: uppercase;
}

.directory-card p,
.event-archive-card p {
    color: var(--np-muted);
    font-size: 14px;
}

.directory-link {
    color: var(--np-gold-deep);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.event-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.event-archive-card {
    display: grid;
    grid-template-columns: 42% 58%;
}

.event-archive-card > a img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
}

.event-archive-card > div {
    padding: 26px;
}

.event-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--np-gold-deep) !important;
    font-size: 12px !important;
    font-weight: 700;
}

.archive-empty {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(300px, 1.3fr);
    align-items: center;
    gap: 38px;
    padding: 36px;
    border-radius: 14px;
    background: var(--np-white);
    box-shadow: var(--np-shadow-soft);
}

.archive-empty img {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.archive-empty h2 {
    margin: 0;
    color: var(--np-navy);
    font-family: var(--np-font-display);
    font-size: 36px;
    text-transform: uppercase;
}

.archive-pagination {
    margin-top: 35px;
}

.archive-pagination .nav-links {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.archive-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0 10px;
    border-radius: 4px;
    background: var(--np-white);
    border: 1px solid #dcd8d0;
}

.archive-pagination .current {
    color: var(--np-white);
    background: var(--np-navy);
}

.single-content {
    padding: 70px 0 80px;
}

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

.single-featured-image {
    margin-bottom: 35px;
}

.single-content h2,
.single-content h3 {
    color: var(--np-navy);
    font-family: var(--np-font-display);
    text-transform: uppercase;
}

.single-content h2 { font-size: 36px; }
.single-content h3 { font-size: 27px; }

.not-found-page {
    min-height: 620px;
    display: grid;
    align-items: center;
    text-align: center;
    background: var(--np-cream);
}

.not-found-page > div {
    max-width: 720px;
}

.not-found-page h1 {
    font-size: clamp(50px, 7vw, 82px);
}

.not-found-page p {
    color: var(--np-muted);
    font-size: 18px;
}

.not-found-page .np-button-row {
    justify-content: center;
}

/* Forms supplied by common plugins */
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content input[type="number"],
.entry-content input[type="date"],
.entry-content select,
.entry-content textarea {
    width: 100%;
    padding: 12px 13px;
    border: 1px solid #cfd4d8;
    border-radius: 5px;
    background: var(--np-white);
}

.entry-content input[type="submit"],
.entry-content button[type="submit"] {
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    color: var(--np-white);
    background: var(--np-gold-deep);
    font-family: var(--np-font-display);
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 1180px) {
    .header-inner {
        grid-template-columns: 230px minmax(0, 1fr) auto;
        gap: 13px;
    }

    .site-branding img {
        max-width: 225px;
    }

    .main-nav > ul > li > a,
    .main-nav .menu > li > a {
        padding-inline: 6px;
        font-size: 12px;
    }

    .header-reserve {
        padding-inline: 13px;
        font-size: 12px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    }

    .trust-grid article {
        padding-inline: 18px;
    }
}

@media (max-width: 940px) {
    .header-inner {
        min-height: 86px;
        grid-template-columns: 1fr auto auto;
    }

    .site-branding img {
        max-height: 66px;
    }

    .menu-toggle {
        display: block;
        order: 2;
    }

    .header-reserve {
        order: 3;
    }

    .main-nav {
        position: fixed;
        top: 122px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        padding: 20px 22px 40px;
        overflow-y: auto;
        background: var(--np-white);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: 0.2s ease;
    }

    .main-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-nav > ul,
    .main-nav .menu {
        display: block;
        max-width: 780px;
        margin-inline: auto;
    }

    .main-nav > ul > li > a,
    .main-nav .menu > li > a {
        min-height: 52px;
        justify-content: space-between;
        padding: 0 8px;
        border-bottom: 1px solid #e8eaec;
        font-size: 17px;
    }

    .main-nav .sub-menu {
        position: static;
        width: auto;
        display: none;
        padding: 5px 0 8px 20px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .main-nav .submenu-open > .sub-menu {
        display: block;
    }

    .main-nav .sub-menu li + li {
        border: 0;
    }

    .main-nav .sub-menu a {
        padding: 9px 8px;
        font-size: 14px;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        align-items: center;
        padding-block: 54px 32px;
    }

    .hero-copy {
        max-width: 760px;
        padding-top: 0;
    }

    .hero-hours-wrap {
        max-width: 680px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid article:nth-child(2)::after {
        display: none;
    }

    .trust-grid article:nth-child(-n+2) {
        border-bottom: 1px solid #e4e0d8;
    }

    .home-card-grid,
    .np-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-band-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .newsletter-box {
        grid-column: 1 / -1;
        padding: 22px 0 28px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .newsletter-box form {
        width: min(520px, 100%);
        margin-inline: auto;
    }

    .event-card-grid {
        grid-template-columns: 1fr;
    }

    .event-card {
        min-height: 165px;
        grid-template-columns: 33% 67%;
    }

    .event-card > img {
        min-height: 165px;
    }

    .event-card h3 {
        font-size: 21px;
    }

    .event-card p {
        font-size: 13px;
    }

    .footer-actions {
        grid-template-columns: 1fr 1fr;
    }

    .footer-reserve-block {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer-actions article:nth-child(2)::after {
        display: none;
    }

    .np-layout-2,
    .np-contact-layout {
        grid-template-columns: 1fr;
    }

    .np-pricing-grid,
    .np-category-grid,
    .np-guideline-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .np-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .np-faq-layout {
        grid-template-columns: 1fr;
    }

    .vendor-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .event-archive-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .site-shell {
        width: min(100% - 30px, var(--np-shell));
    }

    .topbar-contact {
        width: 100%;
        justify-content: center;
        gap: 16px;
    }

    .topbar-contact > span,
    .topbar-contact a:nth-child(3) {
        display: none;
    }

    .topbar-social {
        display: none;
    }

    .header-inner {
        min-height: 78px;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .site-branding img {
        max-width: 215px;
        max-height: 59px;
    }

    .header-reserve {
        display: none;
    }

    .main-nav {
        top: 114px;
    }

    .home-hero,
    .home-hero-grid {
        min-height: 0;
    }

    .home-hero-grid {
        padding-block: 58px 27px;
    }

    .hero-copy h1 {
        font-size: clamp(39px, 12vw, 58px);
    }

    .hero-copy > p {
        font-size: 18px;
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-hours-wrap {
        grid-template-columns: 1fr;
    }

    .hero-hours-card {
        min-height: 0;
    }

    .trust-grid,
    .home-card-grid,
    .np-feature-grid,
    .np-pricing-grid,
    .np-steps,
    .np-category-grid,
    .np-guideline-grid,
    .vendor-card-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid article {
        min-height: 86px;
        border-bottom: 1px solid #e4e0d8;
    }

    .trust-grid article::after {
        display: none;
    }

    .home-welcome {
        padding-top: 35px;
    }

    .home-card > img {
        height: 215px;
    }

    .home-card p {
        min-height: 0;
    }

    .stats-band-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-stat:nth-child(2)::after {
        display: none;
    }

    .newsletter-box {
        grid-column: 1 / -1;
        padding-inline: 0;
    }

    .newsletter-box form {
        display: grid;
        border-radius: 0;
        background: transparent;
        gap: 8px;
    }

    .newsletter-box input,
    .newsletter-box button {
        width: 100%;
        border-radius: 5px;
    }

    .event-card {
        grid-template-columns: 1fr;
    }

    .event-card > img {
        height: 190px;
    }

    .footer-actions {
        grid-template-columns: 1fr;
    }

    .footer-actions article {
        padding: 22px 0;
    }

    .footer-actions article::after {
        display: none;
    }

    .footer-actions article + article {
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer-reserve-block {
        grid-template-columns: auto 1fr;
    }

    .footer-reserve-block .btn {
        grid-column: 2;
        justify-self: start;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding-block: 13px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .page-hero {
        min-height: 280px;
    }

    .page-hero-content h1 {
        font-size: clamp(42px, 13vw, 63px);
    }

    .page-hero-content > p:last-child {
        font-size: 16px;
    }

    .np-page-section {
        padding-block: 58px;
    }

    .np-layout-2 {
        gap: 34px;
    }

    .np-photo-panel {
        min-height: 310px;
    }

    .np-page-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .np-option-card.featured {
        transform: none;
    }

    .np-hours-large {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .np-contact-card,
    .np-contact-form {
        padding: 27px;
    }

    .np-map-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .event-archive-card {
        grid-template-columns: 1fr;
    }

    .event-archive-card > a img {
        min-height: 220px;
        height: 220px;
    }

    .archive-empty {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

@media (max-width: 430px) {
    .site-branding img {
        max-width: 190px;
    }

    .hero-copy h1 {
        font-size: 41px;
    }

    .home-section-heading h2 {
        font-size: 35px;
    }

    .stats-band-grid {
        grid-template-columns: 1fr;
    }

    .home-stat::after {
        display: none;
    }

    .home-stat + .home-stat {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer-reserve-block {
        display: grid !important;
    }
}

/* Elementor compatibility */
.elementor-page-content,
.northpoint-elementor-full-width {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    overflow: clip;
}

.elementor-widget-northpoint-homepage,
.elementor-widget-northpoint-homepage > .elementor-widget-container,
.elementor-widget-northpoint-page-hero,
.elementor-widget-northpoint-page-hero > .elementor-widget-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.elementor-widget-northpoint-homepage .northpoint-home-layout {
    width: 100%;
}

.northpoint-elementor-page-hero {
    min-height: var(--np-page-hero-height, 340px);
    background: var(--np-page-hero-image) center / cover no-repeat;
}

.northpoint-elementor-page-hero .page-hero-overlay {
    background: var(--np-page-hero-overlay, #06253f);
    opacity: var(--np-page-hero-opacity, 0.78);
}

.northpoint-elementor-page-hero .page-hero-content h1 {
    color: var(--np-page-hero-title, #ffffff);
}

.northpoint-elementor-page-hero .page-kicker {
    color: var(--np-page-hero-accent, #e1a92b);
}

/* Elementor wraps starter sections in widget containers. Keep the original
   edge-to-edge section behavior and remove paragraph spacing around sections. */
.elementor-widget-text-editor .elementor-widget-container > .np-page-section:first-child,
.elementor-widget-text-editor .elementor-widget-container > .np-page-cta:first-child {
    margin-top: 0;
}

.elementor-widget-text-editor .elementor-widget-container > p:empty {
    display: none;
}

body.elementor-editor-active .site-header,
body.elementor-editor-preview .site-header {
    z-index: 100;
}

.elementor-widget-northpoint-content-section,
.elementor-widget-northpoint-content-section > .elementor-widget-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
