:root { --simple-ink: #111827; --simple-muted: #6b7280; --simple-accent: #1b2740; --simple-paper: #f3f4f6; --simple-border: #e5e7eb; }
body { font-family: "Segoe UI", Arial, sans-serif; color: var(--simple-ink); background: var(--simple-paper); }
.simple-site { min-height: 100vh; display: flex; flex-direction: column; }
.simple-site main { flex: 1; }
.simple-site .container { max-width: 1180px; }
.simple-site a { text-underline-offset: 4px; }
.simple-site :focus-visible { outline: 3px solid #facc15; outline-offset: 4px; }
.simple-header { background: #fff; border-bottom: 1px solid var(--simple-border); }
.simple-nav { display: flex; align-items: center; justify-content: space-between; min-height: 94px; gap: 28px; }
.simple-brand { display: inline-flex; flex-direction: column; color: var(--simple-ink); font-size: 19px; font-weight: 700; line-height: .98; letter-spacing: -.7px; text-decoration: none; }
.simple-brand > span { font-size: 31px; letter-spacing: -1.5px; }
.simple-brand:hover { color: var(--simple-accent); }
.brand-dot { color: #facc15; }
.simple-navigation { display: flex; align-items: center; gap: 28px; }
.simple-navigation a { font-size: 14px; color: #374151; text-decoration: none; padding: 10px 0; }
.simple-navigation a:hover, .simple-navigation a.active { color: var(--simple-accent); text-decoration: none; }
.simple-navigation .nav-account { border-left: 1px solid var(--simple-border); padding-left: 28px; }
.simple-menu-button { display: none; background: white; border: 1px solid var(--simple-border); border-radius: 6px; padding: 10px 14px; color: var(--simple-ink); }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px; background: #fff; z-index: 1000; }
.skip-link:focus { top: 10px; }
.home-intro { background: #f3f4f6; padding: 76px 0 66px; border-bottom: 1px solid #e5e7eb; text-align: center; }
.simple-site .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 1.8px; color: #4b5563; margin-bottom: 20px; }
.home-intro h1 { font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(44px, 5.5vw, 72px); line-height: 1.06; letter-spacing: -.8px; font-weight: 600; margin: 0 0 24px; color: var(--simple-ink); }
.home-lead { color: #6b7280; font-size: 18px; margin-bottom: 30px; }
.home-search { background: white; border: 1px solid #d1d5db; border-radius: 9px; padding: 7px; max-width: 670px; margin: auto; display: flex; gap: 12px; align-items: center; box-shadow: 0 5px 18px #0f172a06; }
.home-search > i { margin-left: 14px; font-size: 20px; color: #6b7280; }
.home-search input { flex: 1; min-width: 0; border: 0; padding: 12px 2px; background: white; color: var(--simple-ink); font-size: 16px; }
.home-search button, .simple-button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; background: var(--simple-accent); border: 1px solid var(--simple-accent); color: white; padding: 14px 23px; border-radius: 6px; font-size: 14px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.home-search button:hover, .simple-button:hover { background: #121826; color: white; }
.quick-searches { margin-top: 20px; display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; font-size: 13px; color: var(--simple-muted); }
.quick-searches a { color: #1b2740; }
.home-content { padding-top: 45px; padding-bottom: 26px; }
.home-content section { margin-bottom: 54px; }
.simple-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.simple-section-heading h2, .home-guide-banner h2 { font-family: "Segoe UI", Arial, sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -.6px; margin: 0; color: var(--simple-ink); }
.simple-section-heading a { color: var(--simple-accent); font-size: 14px; white-space: nowrap; }
.simple-section-heading .eyebrow { margin-bottom: 10px; }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.explore-grid > a { display: flex; align-items: center; gap: 20px; padding: 25px; background: white; border: 1px solid var(--simple-border); border-radius: 9px; color: var(--simple-ink); text-decoration: none; }
.explore-grid > a:hover { border-color: #94a3b8; background: #f9fafb; }
.explore-grid i { width: 48px; height: 48px; display: grid; place-items: center; font-size: 25px; background: #f3f4f6; border-radius: 50%; color: var(--simple-accent); flex-shrink: 0; }
.explore-grid h3 { font-size: 17px; margin: 0 0 5px; font-weight: 600; }
.explore-grid p { font-size: 13px; margin: 0; color: var(--simple-muted); }
.explore-grid > a > span { margin-left: auto; color: #64748b; }
.home-guide-banner { background: #e5e7eb; border-radius: 10px; padding: 34px 38px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.home-guide-banner .eyebrow { margin-bottom: 12px; }
.home-guide-banner p:last-child { margin: 12px 0 0; color: #6b7280; font-size: 15px; }
.home-owner-line { text-align: center; margin: -15px 0 20px; font-size: 14px; color: var(--simple-muted); }
.home-owner-line a { color: var(--simple-accent); margin-left: 7px; }
.simple-footer { border-top: 1px solid var(--simple-border); background: #fff; padding: 42px 0 20px; margin-top: 20px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding-bottom: 34px; }
.footer-top p { color: var(--simple-muted); font-size: 14px; margin-top: 15px; }
.footer-top nav { display: flex; flex-direction: column; gap: 12px; }
.footer-top nav a, .footer-bottom a { color: #6b7280; font-size: 13px; text-decoration: none; }
.simple-footer a:hover { text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--simple-border); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; color: var(--simple-muted); font-size: 12px; }
.footer-bottom > div { display: flex; gap: 23px; flex-wrap: wrap; }
.simple-directory-heading { margin-bottom: 32px; }
.simple-directory-heading .eyebrow { margin-bottom: 14px; }
.simple-directory-heading h1 { font-family: "Segoe UI", Arial, sans-serif; font-size: clamp(32px, 4vw, 46px); font-weight: 600; letter-spacing: -.5px; color: var(--simple-ink); }
.simple-directory-heading > p:last-child { color: var(--simple-muted); margin-top: 14px; max-width: 620px; }
.simple-site .cb-page { background: var(--simple-paper); }
.simple-site .cb-directory-filters { background: white; border: 1px solid var(--simple-border); border-radius: 9px; box-shadow: none; }
.simple-site .cb-directory-filter-head { background: white; border-bottom: 1px solid var(--simple-border); }
.simple-site .cb-directory-filter-head h2 { color: var(--simple-ink); }
.simple-site .cb-filter-results-badge { background: #f3f4f6; color: var(--simple-accent); border-color: var(--simple-border); }
.simple-site .cb-filter-grid { grid-template-columns: 2fr repeat(3, minmax(0, 1fr)); }
.simple-site .cb-filter-label { color: #4b5563; font-size: 12px; letter-spacing: 0; text-transform: none; }
.simple-site .cb-filter-control-wrap > i { color: var(--simple-muted); }
.simple-site .cb-option-list { padding-top: 16px; }
.simple-site summary { cursor: pointer; color: var(--simple-accent); font-size: 14px; font-weight: 600; }
.simple-site .cb-restaurant-card { border: 1px solid var(--simple-border); border-radius: 9px; box-shadow: none; background: white; }
.simple-site .cb-card-title { font-size: 18px; color: var(--simple-ink); }
.simple-site .cb-card-body { padding: 20px; }
.simple-site .cb-card-meta, .simple-site .cb-card-location { color: var(--simple-muted); font-size: 13px; }
.simple-site .cb-card-footer-row { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--simple-border); }
.simple-site .cb-card-link { color: var(--simple-accent); }
.simple-site .cb-price-pill { background: #f3f4f6; color: #4b5563; border: 0; }
.simple-site .cb-featured-pill { background: #facc15; color: #111827; font-size: 11px; border: 1px solid #facc15; box-shadow: none; }
.simple-site .btn-primary { background: var(--simple-accent); border-color: var(--simple-accent); box-shadow: none; }
.simple-site .btn-primary:hover { background: #121826; border-color: #121826; }
@media (max-width: 991px) {
    .simple-nav { flex-wrap: wrap; min-height: 82px; gap: 0; padding-top: 16px; padding-bottom: 16px; }
    .simple-menu-button { display: inline-flex; gap: 14px; align-items: center; }
    .simple-navigation { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 4px; padding-top: 24px; }
    .simple-navigation.is-open { display: flex; }
    .simple-navigation a { padding: 12px; }
    .simple-navigation .nav-account { padding-left: 12px; border-left: 0; border-top: 1px solid var(--simple-border); }
    .explore-grid > a { padding: 18px; gap: 12px; }
    .explore-grid i { width: 35px; height: 35px; font-size: 20px; }
    .simple-site .cb-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .simple-site .container { padding-left: 20px; padding-right: 20px; }
    .home-intro { padding: 46px 0 38px; text-align: left; }
    .home-intro h1 { letter-spacing: -.5px; }
    .home-lead { font-size: 16px; }
    .home-search { gap: 6px; }
    .home-search > i { display: none; }
    .home-search input { font-size: 14px; padding-left: 8px; }
    .home-search button { padding: 13px 12px; gap: 8px; font-size: 13px; }
    .quick-searches { justify-content: flex-start; gap: 14px; font-size: 12px; }
    .home-content { padding-top: 30px; }
    .home-content section { margin-bottom: 36px; }
    .explore-grid { grid-template-columns: 1fr; gap: 10px; }
    .simple-section-heading h2, .home-guide-banner h2 { font-size: 26px; }
    .simple-section-heading { align-items: start; flex-direction: column; gap: 12px; }
    .home-guide-banner { flex-direction: column; align-items: flex-start; padding: 26px; }
    .home-owner-line { line-height: 1.9; margin-top: 0; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-top > div { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .footer-bottom > div { gap: 15px; }
    .simple-site .cb-filter-grid { grid-template-columns: 1fr; }
}
.simple-site h1[tabindex="-1"]:focus { outline: none; }
.simple-site .cb-card, .simple-site .cb-town-card, .simple-site .cb-guide-card, .simple-site .cb-cuisine-card { border-color: var(--simple-border); box-shadow: none; border-radius: 9px; }
.simple-site .town-search-panel { max-width: 550px; }

/* Original Cookeville Bites palette, applied to the simplified layout. */
.simple-header, .simple-footer {
    background: linear-gradient(135deg, #1b2740 0%, #121826 100%);
    border-color: rgba(255,255,255,.10);
}
.simple-header .simple-brand, .simple-footer .simple-brand { color: #f9fafb; }
.simple-header .simple-brand:hover, .simple-footer .simple-brand:hover { color: #facc15; }
.simple-navigation a { color: #ecf0f8; }
.simple-navigation a:hover { color: #facc15; text-decoration: none; }
.simple-navigation a.active { color: #ffd700; }
.simple-navigation .nav-account { border-color: rgba(255,255,255,.15); }
.simple-menu-button { background: transparent; color: #f9fafb; border-color: rgba(255,255,255,.35); }
.home-intro {
    background: linear-gradient(135deg, #1b2740 0%, #121826 55%, #3566b1 100%);
    border-color: rgba(255,255,255,.10);
}
.home-intro h1 { color: #f9fafb; }
.simple-site .home-intro .eyebrow { color: #facc15; }
.home-lead, .home-intro .quick-searches { color: #e5e7eb; }
.home-intro .quick-searches a { color: #facc15; }
.home-search button, .simple-button {
    background: #1ca64c;
    border-color: #1ca64c;
    color: #0f172a;
}
.home-search button:hover, .simple-button:hover {
    background: #22c55e;
    border-color: #22c55e;
    color: #0f172a;
}
.explore-grid i { background: #1b2740; color: #facc15; }
.home-guide-banner { background: #1b2740; }
.home-guide-banner h2 { color: #f9fafb; }
.simple-site .home-guide-banner .eyebrow { color: #facc15; }
.home-guide-banner p:last-child { color: #e5e7eb; }
.footer-top p, .footer-top nav a, .footer-bottom, .footer-bottom a { color: #cbd5e1; }
.footer-top nav a:hover, .footer-bottom a:hover { color: #facc15; }
.footer-bottom { border-color: rgba(255,255,255,.15); }

/* Original logo and a straightforward, labeled restaurant search. */
.simple-brand { flex-shrink: 0; max-width: 100%; }
.site-logo { display: block; width: 400px; max-width: 100%; height: auto; }
.simple-site { font-size: 16px; line-height: 1.6; }
.simple-navigation a, .footer-top nav a, .footer-bottom a { font-size: 15px; }
.home-search { max-width: 850px; align-items: center; gap: 0; padding: 8px; }
.home-search-field { flex: 1 1 320px; min-width: 0; padding: 5px 16px; text-align: left; }
.home-town-field { flex: 1 1 240px; min-width: 0; padding: 5px 16px; border-left: 1px solid #d1d5db; text-align: left; }
.home-search label { display: block; color: #374151; font-size: 14px; font-weight: 600; margin-bottom: 2px; }
.home-search input, .home-search select { display: block; width: 100%; min-height: 40px; padding: 6px 0; font: inherit; color: #111827; border: 0; border-radius: 0; background: white; }
.home-search button { flex-shrink: 0; margin-left: 8px; }
.home-intro h1 { line-height: 1.15; }
@media (max-width: 1100px) and (min-width: 992px) {
    .simple-navigation { gap: 16px; }
    .site-logo { width: 400px; }
    .simple-navigation .nav-account { padding-left: 16px; }
}
@media (max-width: 600px) {
    .site-logo { width: 360px; }
    .simple-header .simple-brand { width: 100%; max-width: 100%; }
    .home-search { flex-direction: column; align-items: stretch; gap: 8px; padding: 12px; }
    .home-search-field, .home-town-field { flex: auto; padding: 3px 4px; }
    .home-town-field { border-left: 0; border-top: 1px solid #e5e7eb; padding-top: 10px; }
    .home-search input, .home-search select { font-size: 16px; }
    .home-search button { margin-left: 0; min-height: 48px; font-size: 16px; }
}

/* Larger, readable type throughout the simplified browsing experience. */
html { font-size: 18px; }
body, .simple-site { font-family: Arial, "Segoe UI", sans-serif; font-size: 18px; line-height: 1.65; }
.simple-site h1, .simple-site h2, .simple-site h3 { font-family: Arial, "Segoe UI", sans-serif; }
.simple-navigation { gap: 20px; }
.simple-navigation a, .simple-menu-button { font-size: 18px; }
.simple-navigation .nav-account { padding-left: 20px; }
.home-lead, .simple-directory-heading > p:last-child { font-size: 21px; line-height: 1.6; }
.simple-site .eyebrow { font-size: 15px; letter-spacing: 1px; }
.home-search label, .simple-site .cb-filter-label { font-size: 17px; }
.home-search input, .home-search select,
.simple-site .cb-filter-input, .simple-site .cb-filter-select { font-size: 18px; min-height: 48px; }
.home-search button, .simple-button { font-size: 18px; min-height: 50px; }
.quick-searches, .simple-section-heading a, .home-owner-line { font-size: 18px; }
.explore-grid h3, .simple-site .cb-card-title { font-size: 22px; line-height: 1.4; }
.explore-grid p, .home-guide-banner p:last-child,
.simple-site .cb-card-meta, .simple-site .cb-card-location,
.simple-site .cb-card-link, .simple-site .cb-price-pill { font-size: 18px; line-height: 1.6; }
.simple-site summary, .simple-site .cb-option-chip,
.simple-site .cb-filter-results-badge { font-size: 17px; }
.simple-site .cb-featured-pill { font-size: 15px; }
.simple-site .small, .simple-site small { font-size: 16px; }
.footer-top p, .footer-top nav a, .footer-bottom, .footer-bottom a { font-size: 17px; }
.simple-section-heading h2, .home-guide-banner h2 { font-size: 32px; line-height: 1.3; }
.explore-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.explore-grid > a { gap: 14px; padding: 22px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .simple-nav { flex-wrap: wrap; justify-content: center; padding-top: 20px; padding-bottom: 20px; gap: 18px; }
    .simple-navigation { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 600px) {
    .home-intro h1 { font-size: 40px; line-height: 1.2; letter-spacing: 0; }
    .home-lead, .simple-directory-heading > p:last-child { font-size: 20px; }
    .simple-site .eyebrow { font-size: 14px; }
    .home-search input, .home-search select, .home-search button { font-size: 18px; }
    .simple-section-heading h2, .home-guide-banner h2 { font-size: 28px; }
    .explore-grid { grid-template-columns: 1fr; }
    .home-owner-line { line-height: 1.65; }
}

.simple-brand .site-tagline {
    display: block;
    max-width: 100%;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    color: #e5e7eb;
    white-space: nowrap;
}
.simple-header .simple-brand { padding: 12px 0; }
@media (max-width: 600px) {
    .simple-brand .site-tagline { max-width: 100%; font-size: clamp(10px, 2.8vw, 12px); }
    .simple-menu-button { margin-left: auto; }
}


.simple-header .simple-brand { width: 400px; align-items: stretch; }
.simple-brand .site-tagline { text-align: right; }
.home-search { max-width: 1050px; }
.home-distance-field { flex: 0 0 195px; min-width: 0; padding: 5px 16px; border-left: 1px solid #d1d5db; text-align: left; }
.home-distance-field label { white-space: nowrap; }
.home-distance-note { margin: 12px 0 0; color: #e5e7eb; font-size: 16px; }
.home-search select:disabled { color: #6b7280; cursor: not-allowed; }
@media (max-width: 800px) {
    .home-search { flex-wrap: wrap; }
    .home-search-field { flex-basis: 100%; }
    .home-town-field { border-left: 0; }
}
@media (max-width: 600px) {
    .simple-header .simple-brand { width: min(360px, 100%); }
    .home-distance-field { flex: auto; padding: 10px 4px 3px; border-left: 0; border-top: 1px solid #e5e7eb; }
}



/* Keep the full header on one row; collapse before the links become crowded. */
.simple-site .simple-nav { max-width: 1440px; }
@media (min-width: 1280px) {
    .simple-nav { flex-wrap: nowrap; justify-content: space-between; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
    .simple-navigation { display: flex; flex: 0 0 auto; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; gap: 18px; width: auto; padding-top: 0; }
    .simple-navigation a { white-space: nowrap; }
    .simple-menu-button { display: none; }
}
@media (min-width: 601px) and (max-width: 1279px) {
    .simple-nav { flex-wrap: wrap; justify-content: space-between; gap: 0; padding-top: 12px; padding-bottom: 12px; }
    .simple-menu-button { display: inline-flex; align-items: center; gap: 14px; }
}
@media (max-width: 1279px) {
    .simple-navigation { display: none; flex: 0 0 100%; width: 100%; flex-direction: column; flex-wrap: nowrap; align-items: stretch; gap: 4px; padding-top: 24px; }
    .simple-navigation.is-open { display: flex; }
    .simple-navigation a { padding: 12px; white-space: nowrap; }
    .simple-navigation .nav-account { padding-left: 12px; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
}


/* Compact public-page introductions: one heading, one sentence, key actions. */
.simple-site .compact-page-hero { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; margin-bottom: 24px; border-radius: 10px; background: #1b2740; color: #f9fafb; }
.compact-hero-copy { min-width: 0; }
.simple-site .compact-page-hero h1 { margin: 0 0 6px; font-size: 30px; line-height: 1.25; font-weight: 700; letter-spacing: 0; color: #f9fafb; }
.simple-site .compact-page-hero p { margin: 0; font-size: 18px; line-height: 1.5; color: #e5e7eb; max-width: 760px; }
.compact-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; flex-shrink: 0; max-width: 40%; }
.simple-site .compact-hero-action { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 14px; border: 1px solid #facc15; border-radius: 6px; background: transparent; color: #facc15; font-size: 16px; font-weight: 600; line-height: 1.4; text-decoration: none; }
.simple-site .compact-hero-action:hover { background: #facc15; color: #111827; }
.simple-site .compact-hero-action:disabled { opacity: .65; cursor: not-allowed; }
@media (max-width: 767px) {
    .simple-site .compact-page-hero { flex-direction: column; align-items: flex-start; padding: 18px; gap: 14px; margin-bottom: 18px; }
    .simple-site .compact-page-hero h1 { font-size: 28px; }
    .compact-hero-actions { max-width: 100%; flex-shrink: 1; }
}

/* Restore the mobile hamburger menu and the original icon shortcuts. */
.cb-mobile-quick-nav { display: none; }
@media (max-width: 1279px) {
    .simple-header .simple-nav { justify-content: space-between; gap: 0; }
    .simple-menu-button { display: inline-flex; align-items: center; justify-content: center; width: 48px; min-height: 44px; padding: 4px; margin-left: auto; border: 2px solid #ecf0f8; }
    .simple-menu-button i { font-size: 28px; line-height: 1; }
    .simple-navigation { padding-top: 12px; }
    .simple-navigation.is-open { align-items: flex-end; }
    .simple-navigation a { text-align: right; padding: 10px 4px; min-height: 44px; }
    .simple-navigation .nav-account { padding-left: 4px; }
    .cb-mobile-quick-nav { display: block; background: #111827; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
    .simple-site .cb-mobile-quick-row { display: flex; justify-content: space-between; gap: 6px; overflow-x: auto; padding: 8px 12px; }
    .cb-mobile-quick-link { flex: 1 0 auto; min-width: 64px; max-width: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-height: 58px; padding: 7px 9px; border-radius: 999px; border: 1px solid rgba(248,250,252,.08); background: #0f172a; color: #e5e7eb; text-decoration: none; font-size: 13px; white-space: nowrap; line-height: 1.2; }
    .cb-mobile-quick-link i { font-size: 22px; }
    .cb-mobile-quick-link.active { background: #fbbf24; color: #111827; border-color: #facc15; }
    .cb-mobile-quick-link:hover { color: #facc15; text-decoration: none; }
    .cb-mobile-quick-link.active:hover { color: #111827; }
}
@media (max-width: 600px) {
    .simple-header .simple-brand { width: calc(100% - 60px); max-width: 360px; padding: 8px 0; }
    .simple-header .site-logo { width: 100%; }
    .simple-header .site-tagline { font-size: clamp(8px, 2.1vw, 12px); }
    .simple-site .simple-nav { padding: 10px 12px; }
}
/* Keep the restaurant fallback legible in every card and gallery size. */
img.restaurant-image.is-placeholder {
    object-fit: contain !important;
    background-color: #f3f4f6;
}
