*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --forest: #1B3A2D; --forest-mid: #2E4A3A;
  --gold: #B8871E; --amber: #C47A1C;
  --cream: #F5F0E8; --parchment: #EDE5D8;
  --text: #2C2C2C; --text-muted: #6B6157;
  --border: #DDD3C2;
  --radius: 6px; --shadow: 0 4px 18px rgba(0,0,0,.08); --shadow-lg: 0 8px 32px rgba(0,0,0,.12);
  --pub-dark: #1A120A; --pub-amber: #C47A1C; --pub-cream: #FBF6EE;
}
html { scroll-behavior: smooth; }
body { font-family: 'Lato', system-ui, sans-serif; color: var(--text); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--forest); text-decoration: none; } a:hover { color: var(--gold); }
.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 1.25rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.5rem; border-radius: var(--radius); border: 2px solid transparent; font: 700 .875rem/1 'Lato', sans-serif; letter-spacing: .03em; text-transform: uppercase; cursor: pointer; transition: all .15s; text-decoration: none; white-space: nowrap; }
.btn--primary { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn--primary:hover { background: #9A7218; color: #fff; border-color: #9A7218; }
.btn--outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn--outline:hover { background: var(--forest); color: #fff; }
.btn--white { background: #fff; color: var(--forest); border-color: #fff; }
.btn--white:hover { background: var(--cream); }
.btn--amber { background: var(--amber); color: #fff; border-color: var(--amber); }
.btn--amber:hover { background: #9E6014; color: #fff; }
.btn--booking { background: #003580; color: #fff; border-color: #003580; }
.btn--booking:hover { background: #00224f; color: #fff; border-color: #00224f; }
.btn--lg { padding: .875rem 2rem; font-size: .9375rem; }
.btn--sm { padding: .5rem 1rem; font-size: .8125rem; }

/* NAV */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--pub-dark); box-shadow: 0 2px 8px rgba(0,0,0,.4); }
.nav { display: flex; align-items: center; gap: 1rem; min-height: 92px; }
.nav__logo { font: 600 1.3rem/1 'Lato', sans-serif; color: var(--cream); display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }
.nav__logo svg { height: 84px; width: auto; display: block; }
.nav__logo span { color: var(--gold); }
.nav__logo-mark { width: 36px; height: 36px; border-radius: 6px; background: var(--gold); color: var(--pub-dark); font: 900 .8rem/1 'Lato', sans-serif; display: flex; align-items: center; justify-content: center; }
.nav__menu { display: flex; list-style: none; gap: .2rem; margin-left: auto; }
.nav__menu a { color: rgba(245,240,232,.8); font: 400 .875rem/1 'Lato', sans-serif; padding: .5rem .7rem; border-radius: 4px; transition: color .12s; }
.nav__menu a:hover { color: var(--gold); }
.nav__cta { display: flex; gap: .5rem; margin-left: .5rem; }
.skip-link { position: absolute; transform: translateY(-100%); background: var(--gold); color: #fff; padding: .5rem 1rem; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

/* HERO */
.hero { position: relative; min-height: 560px; display: flex; align-items: center; background: var(--pub-dark); overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background: radial-gradient(circle at 30% 20%, #3a2a18 0%, #1A120A 60%); opacity: .9; }
.hero__inner { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: 5rem 1.25rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.hero__eyebrow { display: block; color: var(--gold); font: 700 .75rem/1 'Lato', sans-serif; letter-spacing: .15em; text-transform: uppercase; margin-bottom: .75rem; }
.hero h1 { font: 500 3rem/1.1 'Cormorant Garamond', Georgia, serif; color: var(--cream); margin-bottom: 1.25rem; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero__lead { color: rgba(245,240,232,.8); font-size: 1.05rem; line-height: 1.65; margin-bottom: 2rem; }
.hero__ctas { display: flex; gap: .75rem; flex-wrap: wrap; }
.hero__promise { background: rgba(27,58,45,.8); border: 1px solid rgba(184,135,30,.35); border-radius: 10px; padding: 2rem; }
.hero__promise h3 { font: 600 1.25rem/1.3 'Cormorant Garamond', Georgia, serif; color: var(--cream); margin-bottom: 1rem; }
.hero__promise-list { list-style: none; }
.hero__promise-list li { color: rgba(245,240,232,.8); font-size: .9rem; padding: .5rem 0; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; align-items: flex-start; gap: .6rem; }
.hero__promise-list li::before { content: '✓'; color: var(--gold); font-weight: 900; flex-shrink: 0; margin-top: .05rem; }
.hero__promise-list li:last-child { border: none; }

/* TICKER */
.ticker { background: var(--gold); overflow: hidden; height: 38px; display: flex; align-items: center; }
.ticker__track { display: flex; white-space: nowrap; animation: ticker 44s linear infinite; }
.ticker__item { padding: 0 2.5rem; font: 700 .75rem/1 'Lato', sans-serif; color: var(--pub-dark); letter-spacing: .04em; text-transform: uppercase; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ticker__track { animation: none; } }

/* SECTION */
.section { padding: 5rem 0; }
.section--cream { background: var(--pub-cream); }
.section--parchment { background: var(--parchment); }
.section--dark { background: var(--pub-dark); }
.eyebrow { display: block; color: var(--gold); font: 700 .7rem/1 'Lato', sans-serif; letter-spacing: .18em; text-transform: uppercase; margin-bottom: .5rem; }
.section-title { text-align: center; max-width: 680px; margin: 0 auto 3rem; }
.section-title h2 { font: 500 2.25rem/1.2 'Cormorant Garamond', Georgia, serif; color: var(--forest); margin: .5rem 0 1rem; }
.section-title p { color: var(--text-muted); font-size: .9375rem; line-height: 1.65; }
.section--dark .section-title h2 { color: var(--cream); }
.section--dark .section-title p { color: rgba(245,240,232,.7); }

/* PENDING VERIFICATION BANNER */
.pending-banner { background: #FEF3C7; border: 1.5px solid #D97706; border-radius: 6px; padding: 1rem 1.25rem; margin-bottom: 2rem; display: flex; align-items: flex-start; gap: .75rem; }
.pending-banner__icon { font-size: 1.25rem; flex-shrink: 0; }
.pending-banner__text { font: 400 .875rem/1.5 'Lato', sans-serif; color: #92400E; }
.pending-banner__text strong { font-weight: 700; }

/* PUB CARDS */
.pubs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.pub-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; display: flex; flex-direction: column; }
.pub-card--pending { opacity: .85; }
.pub-card[data-status="pending"] { opacity: .9; }
.pub-card[data-status="live"] { opacity: 1; }
.pub-card[data-status="live"] .pub-card__pending-overlay { display: none; }
.pub-hero[data-status="live"] .pub-hero__pending { display: none; }
.pub-card--featured { border: 2px solid var(--gold); }
.pub-card__pending-overlay { position: absolute; top: .75rem; right: .75rem; background: #D97706; color: #fff; font: 700 .65rem/1 'Lato', sans-serif; letter-spacing: .06em; text-transform: uppercase; padding: .3rem .6rem; border-radius: 3px; z-index: 2; }
.pub-card__img { height: 200px; position: relative; background: linear-gradient(135deg, #2E4A3A 0%, #1A120A 100%); display: flex; align-items: center; justify-content: center; }
.pub-card__img-mark { font: 900 2.2rem/1 'Lato', sans-serif; color: rgba(184,135,30,.55); letter-spacing: .05em; text-align: center; padding: 0 1rem; }
.pub-card__img-note { position: absolute; top: .75rem; left: .75rem; background: rgba(0,0,0,.45); color: rgba(245,240,232,.85); font: 400 .6rem/1.2 'Lato', sans-serif; padding: .25rem .45rem; border-radius: 3px; max-width: 60%; }
.pub-card__stars { position: absolute; bottom: .75rem; left: .75rem; background: rgba(26,18,10,.8); color: var(--gold); font: 700 .8rem/1 'Lato', sans-serif; padding: .3rem .6rem; border-radius: 3px; }
.pub-card__body { padding: 1.25rem; display: flex; flex-direction: column; flex: 1; }
.pub-card__county { font: 700 .65rem/1 'Lato', sans-serif; color: var(--gold); text-transform: uppercase; letter-spacing: .08em; margin-bottom: .4rem; display: block; }
.pub-card__name { font: 600 1.15rem/1.25 'Cormorant Garamond', Georgia, serif; color: var(--pub-dark); margin-bottom: .3rem; }
.pub-card__loc { font: 400 .8rem/1.3 'Lato', sans-serif; color: var(--text-muted); display: block; margin-bottom: .6rem; }
.pub-card__tags { display: flex; flex-wrap: wrap; gap: .3rem; margin-bottom: .75rem; }
.pub-card__tag { background: var(--parchment); color: var(--text-muted); font: 400 .7rem/1 'Lato', sans-serif; padding: .25rem .55rem; border-radius: 3px; border: 1px solid var(--border); }
.pub-card__desc { font: 400 .875rem/1.55 'Lato', sans-serif; color: var(--text-muted); margin-bottom: 1rem; flex: 1; }
.pub-card__actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.pub-card.is-hidden { display: none; }
.pubs-empty { display: none; text-align: center; padding: 2.5rem 1rem; color: var(--text-muted); font-size: .9375rem; grid-column: 1 / -1; }
.pubs-empty.is-shown { display: block; }

/* TRUST */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.trust-item { border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1.75rem; background: #fff; }
.trust-item__icon { font-size: 2rem; margin-bottom: .75rem; display: block; }
.trust-item h3 { font: 600 1.1rem/1.3 'Cormorant Garamond', Georgia, serif; color: var(--pub-dark); margin-bottom: .5rem; }
.trust-item p { font: 400 .875rem/1.6 'Lato', sans-serif; color: var(--text-muted); }

/* COUNTY FILTER */
.county-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.county-btn { background: var(--parchment); border: 1.5px solid var(--border); border-radius: 20px; padding: .4rem .9rem; font: 700 .75rem/1 'Lato', sans-serif; color: var(--text-muted); cursor: pointer; transition: all .12s; }
.county-btn:hover, .county-btn.is-active { background: var(--forest); color: var(--cream); border-color: var(--forest); }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { font: 600 1.05rem/1.4 'Cormorant Garamond', Georgia, serif; color: var(--pub-dark); padding: 1.1rem 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-weight: 700; font-size: 1.4rem; flex-shrink: 0; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { font: 400 .9rem/1.65 'Lato', sans-serif; color: var(--text-muted); padding: 0 0 1.2rem; }

/* LISTING CTA */
.listing-cta { background: var(--pub-dark); padding: 4rem 0; }
.listing-cta .container-narrow { text-align: center; }
.listing-cta h2 { font: 500 2.1rem/1.2 'Cormorant Garamond', Georgia, serif; color: var(--cream); margin: .4rem 0 1rem; }
.listing-cta p { color: rgba(245,240,232,.7); margin-bottom: 2rem; }
.listing-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2rem; }
.listing-tier { border: 1px solid rgba(245,240,232,.15); border-radius: var(--radius); padding: 1.5rem; background: rgba(255,255,255,.04); text-align: left; }
.listing-tier__name { font: 700 .7rem/1 'Lato', sans-serif; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: .4rem; display: block; }
.listing-tier__price { font: 900 1.75rem/1 'Lato', sans-serif; color: var(--cream); margin-bottom: .2rem; }
.listing-tier__period { font: 400 .75rem/1 'Lato', sans-serif; color: rgba(245,240,232,.5); margin-bottom: .9rem; display: block; }
.listing-tier__features { list-style: none; }
.listing-tier__features li { font: 400 .8rem/1.5 'Lato', sans-serif; color: rgba(245,240,232,.75); padding: .2rem 0; }
.listing-tier__features li::before { content: '✓ '; color: var(--gold); }

/* NETWORK BAR */
.network-bar { background: #0F2A1F; border-top: 1px solid rgba(184,135,30,.25); padding: 2.5rem 0; }
.network-bar__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px,1fr)); gap: 1rem; max-width: 900px; margin: 1.5rem auto 0; }
.network-bar__item { background: rgba(255,255,255,.04); border: 1px solid rgba(245,240,232,.15); border-radius: 6px; padding: 1rem; text-align: center; text-decoration: none; transition: background .15s; }
.network-bar__item:hover { background: rgba(184,135,30,.12); }
.network-bar__item--active { background: rgba(184,135,30,.15); border-color: var(--gold); }
.network-bar__icon { font-size: 1.2rem; display: block; margin-bottom: .3rem; }
.network-bar__name { font: 700 .8rem/1.2 'Lato', sans-serif; color: var(--cream); display: block; }
.network-bar__sub { font: 400 .65rem/1.2 'Lato', sans-serif; color: rgba(245,240,232,.45); display: block; margin-top: .2rem; }

/* FOOTER */
.site-footer { background: #0A0805; padding: 3.5rem 0 1.5rem; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer__brand p { color: rgba(245,240,232,.55); font-size: .875rem; line-height: 1.6; margin-top: .75rem; }
.footer__col h4 { font: 700 .75rem/1 'Lato', sans-serif; color: rgba(245,240,232,.4); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.footer__col ul { list-style: none; }
.footer__col li { margin-bottom: .5rem; }
.footer__col a { color: rgba(245,240,232,.65); font-size: .875rem; }
.footer__col a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); padding-top: 1.25rem; display: flex; justify-content: space-between; font: 400 .8rem/1 'Lato', sans-serif; color: rgba(245,240,232,.3); flex-wrap: wrap; gap: .5rem; }
.cookie-banner { position: fixed; bottom: 1rem; left: 1rem; right: 1rem; max-width: 560px; background: var(--pub-dark); color: var(--cream); border-radius: 8px; padding: 1.25rem 1.5rem; box-shadow: 0 8px 32px rgba(0,0,0,.35); z-index: 200; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; font-size: .875rem; }
.cookie-banner.is-hidden { display: none; }
.cookie-banner p { flex: 1; opacity: .85; }
.cookie-banner a { color: var(--gold); }
.cookie-banner__actions { display: flex; gap: .5rem; }

/* ===== PUB DETAIL PAGE ===== */
.breadcrumb { background: var(--pub-cream); padding: .9rem 0; font: 400 .8rem/1 'Lato', sans-serif; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; color: var(--text-muted); }
.breadcrumb li::after { content: '›'; margin-left: .4rem; color: var(--border); }
.breadcrumb li:last-child::after { content: ''; }
.breadcrumb a { color: var(--text-muted); } .breadcrumb a:hover { color: var(--gold); }
.breadcrumb li[aria-current] { color: var(--forest); font-weight: 700; }

.pub-hero { background: var(--pub-dark); position: relative; overflow: hidden; }
.pub-hero__bg { position: absolute; inset: 0; background: linear-gradient(135deg, #2E4A3A 0%, #1A120A 70%); opacity: .9; }
.pub-hero__inner { position: relative; z-index: 2; padding: 3.5rem 0; }
.pub-hero__pending { display: inline-block; background: #D97706; color: #fff; font: 700 .65rem/1 'Lato', sans-serif; letter-spacing: .06em; text-transform: uppercase; padding: .35rem .65rem; border-radius: 3px; margin-bottom: 1rem; }
.pub-hero__region { display: block; color: var(--gold); font: 700 .72rem/1 'Lato', sans-serif; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .6rem; }
.pub-hero h1 { font: 500 2.6rem/1.1 'Cormorant Garamond', Georgia, serif; color: var(--cream); margin-bottom: .6rem; }
.pub-hero h1 small { font-size: 1.1rem; color: rgba(245,240,232,.55); }
.pub-hero__addr { color: rgba(245,240,232,.75); font-size: .95rem; }
.pub-hero__photo-note { margin-top: 1rem; display: inline-block; background: rgba(0,0,0,.35); color: rgba(245,240,232,.7); font: 400 .7rem/1.3 'Lato', sans-serif; padding: .35rem .6rem; border-radius: 4px; }

.pub-layout { display: grid; grid-template-columns: 1fr 340px; gap: 2.5rem; padding: 3.5rem 0; }
.pub-body h2 { font: 500 1.6rem/1.2 'Cormorant Garamond', Georgia, serif; color: var(--forest); margin: 2rem 0 .75rem; }
.pub-body h2:first-child { margin-top: 0; }
.pub-body p { color: var(--text); font-size: .95rem; line-height: 1.7; margin-bottom: 1rem; }
.pub-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.5rem; }
.pub-tag { background: var(--parchment); color: var(--text-muted); font: 400 .75rem/1 'Lato', sans-serif; padding: .35rem .65rem; border-radius: 3px; border: 1px solid var(--border); }
.pub-aside { align-self: start; position: sticky; top: 108px; }
.fact-card { background: var(--pub-cream); border: 1.5px solid var(--border); border-radius: var(--radius); padding: 1.5rem; margin-bottom: 1.25rem; }
.fact-card h3 { font: 700 .7rem/1 'Lato', sans-serif; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: 1rem; }
.fact-list { list-style: none; }
.fact-list li { padding: .55rem 0; border-bottom: 1px solid var(--border); font-size: .875rem; }
.fact-list li:last-child { border: none; }
.fact-list .fact-label { display: block; font-weight: 700; color: var(--pub-dark); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .15rem; }
.fact-list a { word-break: break-word; }
.aside-actions { display: flex; flex-direction: column; gap: .6rem; }
.note-inline { background: #FEF3C7; border: 1px solid #D97706; border-radius: 5px; padding: .6rem .8rem; font: 400 .78rem/1.45 'Lato', sans-serif; color: #92400E; margin-bottom: 1rem; }

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.5rem; }
  .pubs-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .listing-tiers { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .pub-layout { grid-template-columns: 1fr; }
  .pub-aside { position: static; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 2rem; }
  .pub-hero h1 { font-size: 2rem; }
  .nav { min-height: 74px; }
  .nav__logo svg { height: 62px; }
  .pubs-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
}
