
:root{--bg:#f6f0ea;--surface:#ffffff;--surface2:#fbf6f1;--text:#2d241d;--muted:#6b5b50;--accent:#cc6f38;--accent2:#f0ad79;--line:rgba(71,50,37,.14);--shadow:0 20px 42px rgba(51,27,12,.14);--wrap:min(1240px,calc(100% - 48px));--hero-overlay:linear-gradient(90deg,rgba(22,15,12,.78) 0%,rgba(22,15,12,.62) 44%,rgba(22,15,12,.2) 73%,rgba(22,15,12,.12) 100%);}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.wrap{width:var(--wrap);margin:auto}.announcement{background:var(--accent);color:#111;font-size:13px;font-weight:700}.announcement .wrap{display:flex;justify-content:space-between;gap:16px;padding:9px 0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,12,20,.88);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.navbar{display:flex;align-items:center;gap:22px;padding:14px 0}.brand{font:800 18px/1.2 Georgia,serif;white-space:nowrap}.brand i{color:var(--accent);margin-right:8px}.main-nav{display:flex;gap:18px;flex:1}.main-nav a{font-weight:600;font-size:14px;opacity:.9}.main-nav a:hover,.main-nav a.active{color:var(--accent)}.header-search{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);padding:0 14px;border-radius:12px;border:1px solid var(--line);min-width:240px}.header-search input{background:none;border:0;outline:0;color:var(--text);height:42px;width:100%}.header-actions{display:flex;align-items:center;gap:10px}.ghost{font-weight:700;font-size:14px}.btn,.outline,button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:12px 18px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:.25s ease}.btn{background:var(--accent);color:#111}.outline{background:transparent;border-color:var(--line)}.small{padding:10px 14px;font-size:14px}.menu-toggle{display:none;background:none;border:0;font-size:22px;color:var(--text)}
.hero{background:url('assets/img/hero.webp') center/cover no-repeat;position:relative}.hero::before{content:'';position:absolute;inset:0;background:var(--hero-overlay)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.15fr .85fr;gap:30px;padding:72px 0 64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);padding:7px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent);background:rgba(255,255,255,.08)}.hero h1{font:800 clamp(34px,5vw,64px)/1.05 Georgia,serif;margin:18px 0 14px;color:#fff;max-width:740px}.hero p{font-size:21px;max-width:700px;color:rgba(255,255,255,.86)}.search-shell{display:grid;grid-template-columns:1.25fr .8fr auto;gap:12px;margin-top:28px;background:rgba(255,255,255,.1);padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.18);box-shadow:var(--shadow)}.field{display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid var(--line)}.field input,.field select{height:52px;width:100%;border:0;background:none;outline:0;color:#fff}.popular{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.popular a,.chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);font-weight:600;font-size:13px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.stat{padding:18px 16px;border-radius:16px;background:rgba(10,16,26,.58);border:1px solid var(--line);display:flex;gap:14px;align-items:center}.stat i{font-size:22px;color:var(--accent)}.stat strong{display:block;font-size:22px}.stat span{font-size:13px;color:var(--muted)}
.hero-side{display:flex;align-items:end;justify-content:end}.hero-card{width:min(420px,100%);min-height:420px;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.1);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:end;position:relative}.hero-card::before{content:'';position:absolute;inset:0;background:url('assets/img/promo.webp') center/cover no-repeat;opacity:.78}.hero-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.55))}.hero-card>*{position:relative;z-index:1}.hero-card .inner{padding:22px;color:#fff}.hero-card h3{font:800 30px/1.1 Georgia,serif;margin:0 0 8px}.hero-card p{font-size:16px;color:rgba(255,255,255,.88)}
main{padding:42px 0 70px}section{margin-bottom:46px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.section-head h2{font:800 clamp(28px,3vw,42px)/1.12 Georgia,serif;margin:4px 0}.section-head p{margin:0;color:var(--muted)}.section-link{font-weight:700;color:var(--accent)}
.area-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.area-card,.feature-card,.category-card,.review-card,.value-card,.filter-card,.form-card,.message-card,.panel,.dash-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px}.area-card{overflow:hidden}.area-photo{aspect-ratio:4/3;background:center/cover no-repeat}.area-card .meta{padding:12px 14px}.meta strong{display:block;font-size:15px}.meta span{font-size:13px;color:var(--muted)}
.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.feature-card{overflow:hidden}.feature-photo{aspect-ratio:4/3;background:center/cover no-repeat;position:relative}.feature-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.30))}.badge{position:absolute;left:10px;top:10px;z-index:1;background:var(--accent);padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;color:#111}.heart{position:absolute;right:10px;top:10px;z-index:1;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.86);color:#2d241d;font-size:14px}.feature-body{padding:14px}.feature-body h3{margin:0 0 7px;font-size:18px}.feature-body .cat,.feature-body .rate{font-size:13px;color:var(--muted)}.feature-body .rate i{color:var(--accent)}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.cat-search-wrap{display:flex;align-items:center;gap:10px;background:var(--surface2);border:1px solid var(--line);border-radius:14px;padding:0 16px;margin:0 0 18px}.cat-search-wrap i{color:var(--accent)}.cat-search-wrap input{flex:1;height:52px;border:0;background:none;outline:0;color:var(--text);font:inherit}.cat-search-empty{background:var(--surface2);border:1px solid var(--line);border-radius:14px;padding:14px 16px;color:var(--muted);margin:0 0 18px}.category-card{padding:18px;display:flex;gap:14px;align-items:center}.category-card .icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.06);color:var(--accent);font-size:22px}.category-card h3{margin:0 0 4px;font-size:16px}.category-card p{margin:0;color:var(--muted);font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-card{padding:20px;text-align:center}.value-card .icon{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);color:var(--accent);font-size:22px}.value-card h4{margin:0 0 8px}.value-card p{margin:0;color:var(--muted);font-size:14px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{padding:18px}.review-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.avatar{width:50px;height:50px;border-radius:50%;background:center/cover no-repeat}.stars{color:var(--accent);font-size:13px}
.cta-banner{position:relative;overflow:hidden;background:linear-gradient(90deg,#cc6f3822,transparent 70%),url('assets/img/cta.webp') center/cover no-repeat;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.cta-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,17,32,.90),rgba(9,17,32,.86),rgba(9,17,32,.36))}.cta-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:24px;padding:34px;color:#fff}.cta-inner h2{font:800 clamp(28px,3.8vw,54px)/1.08 Georgia,serif;margin:8px 0 10px}.cta-actions{display:flex;justify-content:end;gap:12px;flex-wrap:wrap}
.footer{padding:42px 0 30px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(0,0,0,.18));border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;gap:24px}.footer h4{margin:0 0 12px}.footer a{display:block;margin:7px 0;color:var(--muted)}.social-row{display:flex;gap:10px;margin-top:12px}.social-row a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--surface2);border:1px solid var(--line);margin:0}.copyright{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:13px}
.page-hero{background:url('assets/img/page-hero.webp') center/cover no-repeat;position:relative}.page-hero::before{content:'';position:absolute;inset:0;background:var(--hero-overlay)}.page-hero .wrap{position:relative;z-index:1;padding:36px 0 42px}.breadcrumbs{display:flex;gap:10px;flex-wrap:wrap;color:rgba(255,255,255,.83);font-size:13px;margin-bottom:16px}.page-hero h1{font:800 clamp(32px,4vw,56px)/1.08 Georgia,serif;margin:6px 0 8px;color:#fff}.page-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.85)}
.content-layout{display:grid;grid-template-columns:300px 1fr;gap:22px}.filter-card{padding:18px;position:sticky;top:84px}.filter-card h3{margin:0 0 14px;font:800 20px/1.2 Georgia,serif}.filter-group{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0;padding-bottom:0}.filter-group label{display:flex;justify-content:space-between;gap:10px;margin:8px 0;color:var(--muted);font-size:14px}.filter-group input[type=checkbox],.filter-group input[type=radio]{accent-color:var(--accent)}.range-line{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);padding:14px 18px;border-radius:16px;margin-bottom:18px}.toolbar h2{margin:0;font-size:16px}.toolbar .controls{display:flex;gap:10px;align-items:center}.toolbar select{height:42px;border-radius:10px;border:1px solid var(--line);background:var(--surface2);color:var(--text);padding:0 12px}.toggle-set{display:flex;gap:8px}.toggle-set button{padding:10px 12px;background:var(--surface2);border:1px solid var(--line);color:var(--text)}.toggle-set button.active{background:var(--accent);color:#111}
.listing-list{display:grid;gap:16px}.listing-row{display:grid;grid-template-columns:240px 1fr 180px;gap:18px;padding:16px}.listing-thumb{min-height:170px;border-radius:14px;background:center/cover no-repeat}.listing-copy h3{margin:0 0 6px;font-size:24px}.listing-copy p{margin:0 0 8px;color:var(--muted)}.listing-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:14px}.listing-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tiny-link{font-size:13px;font-weight:700;color:var(--accent)}.listing-side{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;text-align:right}.verified{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface2);font-weight:700;font-size:13px}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.business-card{overflow:hidden}.business-card .ph{aspect-ratio:16/11;background:center/cover no-repeat}.business-card .body{padding:16px}.business-card h3{margin:0 0 6px;font-size:20px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:22px}.pagination a{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface)}.pagination a.active{background:var(--accent);color:#111}
.detail-banner{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow);min-height:300px;background:url('assets/img/detail.webp') center/cover no-repeat}.detail-banner::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.66))}.detail-banner .inner{position:absolute;left:28px;right:28px;bottom:28px;color:#fff}.detail-banner h1{font:800 clamp(32px,4vw,56px)/1.06 Georgia,serif;margin:8px 0}.detail-layout{display:grid;grid-template-columns:1fr 320px;gap:22px;margin-top:22px}.panel{padding:22px}.panel h2,.panel h3{margin:0 0 12px;font:800 24px/1.2 Georgia,serif;color:var(--text)}.map-box,.video-box{min-height:240px;border-radius:16px;background:url('assets/img/promo.webp') center/cover no-repeat;position:relative;overflow:hidden}.map-box::before,.video-box::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.22)}.gallery4{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.gallery4 .g{aspect-ratio:4/3;border-radius:16px;background:center/cover no-repeat}.contact-list{display:grid;gap:10px;padding:0;list-style:none;margin:0}.contact-list li{display:flex;gap:10px;align-items:flex-start}.social-cloud{display:flex;gap:10px;flex-wrap:wrap}.social-cloud a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:var(--surface2)}
.grid-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.grid-form .full{grid-column:1/-1}.grid-form label{display:block;font-weight:700;font-size:14px}.grid-form input,.grid-form select,.grid-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:var(--surface2);padding:14px 16px;color:var(--text)}.grid-form label>input:not([type=checkbox]):not([type=radio]),.grid-form label>select,.grid-form label>textarea{display:block;margin-top:8px}.grid-form input[type=checkbox],.grid-form input[type=radio]{width:auto;margin:0 8px 0 0;vertical-align:middle}.grid-form textarea{min-height:150px;resize:vertical}.form-card{padding:24px}.steps{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.steps span{padding:8px 12px;border-radius:999px;background:var(--surface2);border:1px solid var(--line);font-weight:700;font-size:13px}.steps span.active{background:var(--accent);color:#111}.form-actions{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:4px}.form-note{padding:14px 16px;background:var(--surface2);border:1px dashed var(--line);border-radius:14px;color:var(--muted)}.message-card{padding:40px;text-align:center}.message-card i.big{font-size:56px;color:var(--accent)}.message-card h2{font:800 38px/1.1 Georgia,serif;margin:14px 0 10px}.message-card p{max-width:680px;margin:0 auto 18px;color:var(--muted)}.message-card.error i.big{color:#e26c6c}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dash-card{padding:22px}.dash-card i{font-size:24px;color:var(--accent)}.dash-card h3{margin:12px 0 6px}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{text-align:left;padding:14px 10px;border-bottom:1px solid var(--line)}.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.07);color:var(--accent);font-weight:700;font-size:12px}.rich-text p,.rich-text li{color:var(--muted)}.rich-text blockquote{margin:18px 0;padding:18px 20px;border-left:4px solid var(--accent);background:var(--surface2);border-radius:14px}
@media (max-width:1200px){.feature-grid{grid-template-columns:repeat(3,1fr)}.area-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:24px;right:24px;top:64px;background:var(--surface);padding:14px;border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow);flex-direction:column}.main-nav.open{display:flex}.header-search{display:none}.hero-inner,.split,.cta-inner,.content-layout,.detail-layout{grid-template-columns:1fr}.feature-grid,.category-grid,.results-grid,.dashboard-grid,.value-grid{grid-template-columns:repeat(2,1fr)}.listing-row{grid-template-columns:1fr}.listing-side{align-items:flex-start;text-align:left}.stats-row{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.wrap{width:min(100% - 28px,1240px)}.announcement .wrap{flex-direction:column}.hero-inner{padding:44px 0 42px}.search-shell{grid-template-columns:1fr}.feature-grid,.area-grid,.category-grid,.review-grid,.results-grid,.dashboard-grid,.value-grid,.gallery4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.copyright{flex-direction:column}.stats-row{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:flex-start}}


/* Home mockup layer */
.home {
  --max: 1280px;
  --page: #07111f;
  --ink: #f7f2e8;
  --muted-home: #a8b2c4;
  --accent-home: #f6b739;
  --accent-2: #ffd071;
  --surface-home: #0e1a2c;
  --surface-2: #13233a;
  --line-home: rgba(255,255,255,.12);
  --shadow-home: 0 22px 55px rgba(0,0,0,.28);
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font: 14px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.home * { box-sizing: border-box; }
.home a { color: inherit; text-decoration: none; }
.home button, .home input, .home select { font: inherit; }
.home .wrap { width: min(var(--max), calc(100% - 96px)); margin: auto; }
.home h1, .home h2, .home h3 { margin-top: 0; letter-spacing: 0; }
.mock-topbar { background: var(--topbar, var(--accent-home)); color: var(--topbar-ink, #10131b); font-size: 13px; font-weight: 800; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner i { margin-right: 6px; }
.topbar-links { display: flex; align-items: center; gap: 18px; font-weight: 500; opacity: .9; }
.mock-header { position: sticky; top: 0; z-index: 40; background: var(--header-bg, rgba(5,12,23,.94)); border-bottom: 1px solid var(--line-home); backdrop-filter: blur(12px); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 20px; }
.home .mock-brand { font: 800 23px/1.1 Georgia, serif; white-space: nowrap; color: var(--brand, #fff); }
.main-nav { display: flex; align-items: center; gap: 22px; flex: 1; }
.main-nav a { font-size: 13px; font-weight: 650; color: var(--nav, rgba(255,255,255,.78)); }
.main-nav a.active, .main-nav a:hover { color: var(--accent-home); }
.compact-search { height: 44px; min-width: 278px; display: flex; align-items: center; gap: 12px; padding: 0 14px; background: var(--search-bg, #14223a); border: 1px solid var(--line-home); border-radius: 7px; color: var(--muted-home); }
.compact-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.home .primary-btn, .home .ghost-btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border-radius: 6px; font-weight: 800; border: 1px solid transparent; white-space: nowrap; }
.home .primary-btn { background: var(--accent-home); color: var(--btn-ink, #111827); }
.home .ghost-btn { background: var(--ghost-bg, transparent); color: var(--ghost-ink, var(--ink)); border-color: var(--ghost-line, var(--line-home)); }
.menu-toggle { display: none; background: transparent; border: 0; color: inherit; font-size: 22px; padding: 8px; }
.home-hero { position: relative; background: var(--hero-img) center/cover no-repeat; overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: var(--hero-overlay); }
.hero-content { position: relative; z-index: 1; min-height: var(--hero-height, 520px); display: flex; align-items: center; }
.hero-copy { width: min(790px, 100%); padding: 42px 0; }
.pill, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-home); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; }
.pill { padding: 7px 13px; border: 1px solid color-mix(in srgb, var(--accent-home) 35%, transparent); border-radius: 999px; background: color-mix(in srgb, var(--accent-home) 12%, transparent); }
.home-hero h1 { max-width: 780px; margin: 24px 0 14px; color: var(--hero-title, #fff); font: 900 clamp(42px, 5.2vw, 64px)/1.04 Georgia, serif; }
.home-hero h1 span { display: block; color: var(--hero-accent, var(--accent-home)); }
.home-hero p { max-width: 620px; margin: 0; color: var(--hero-copy, rgba(255,255,255,.84)); font-size: 18px; line-height: 1.6; }
.hero-search { width: min(650px, 100%); min-height: 64px; margin-top: 34px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; padding: 7px; background: var(--hero-search-bg, #14233b); border: 1px solid var(--hero-search-line, rgba(255,255,255,.16)); border-radius: var(--search-radius, 18px); box-shadow: var(--shadow-home); }
.hero-search label { display: flex; align-items: center; gap: 14px; padding: 0 18px; color: var(--muted-home); }
.hero-search input { height: 48px; width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--search-ink, var(--ink)); }
.hero-search button { height: 50px; min-width: 104px; border: 0; border-radius: var(--button-radius, 26px); background: var(--accent-home); color: var(--btn-ink, #151515); font-weight: 900; cursor: pointer; }
.popular-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; font-size: 11px; color: var(--hero-copy); }
.popular-tags span { color: var(--muted-home); font-weight: 800; }
.popular-tags a { padding: 4px 10px; border-radius: 999px; border: 1px solid var(--line-home); background: rgba(255,255,255,.12); font-weight: 750; }
.hero-stats.inline { display: flex; gap: 28px; margin-top: 36px; }
.hero-stats.inline div { min-width: 150px; display: grid; grid-template-columns: 36px 1fr; column-gap: 13px; padding-right: 28px; border-right: 1px solid var(--line-home); }
.hero-stats.inline div:last-child { border-right: 0; }
.hero-stats.inline i { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; color: var(--accent-home); border: 1px solid var(--line-home); border-radius: 8px; background: color-mix(in srgb, var(--surface-2) 80%, transparent); }
.hero-stats.inline strong { display: block; color: var(--ink); font-size: 21px; line-height: 1.05; }
.hero-stats.inline span { color: var(--muted-home); font-size: 12px; }
.stats-band { background: var(--stats-bg); color: var(--stats-ink); border-top: 1px solid var(--stats-line, transparent); border-bottom: 1px solid var(--stats-line, transparent); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid article { min-height: 90px; display: flex; align-items: center; gap: 18px; padding: 18px 34px; border-right: 1px solid var(--stats-line, rgba(255,255,255,.18)); }
.stats-grid article:last-child { border-right: 0; }
.stats-grid i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--stat-icon-bg); color: var(--stat-icon); font-size: 18px; }
.stats-grid strong { display: block; font-size: 26px; line-height: 1; }
.stats-grid span { display: block; margin-top: 4px; font-size: 13px; color: var(--stats-muted); }
.home-main { background: var(--main-bg, var(--page)); }
.home-section { padding: var(--section-pad, 34px) 0; margin: 0; background: var(--section-bg, transparent); }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
.section-title.compact { margin-bottom: 18px; }
.section-title h2 { margin: 0; color: var(--section-title, var(--ink)); font: 850 27px/1.15 Georgia, serif; }
.section-title p { margin: 4px 0 0; color: var(--muted-home); }
.section-title a { color: var(--accent-home); font-weight: 850; font-size: 13px; }
.area-row { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.area-row article { min-height: 105px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 6px; border: 1px solid var(--line-home); background: linear-gradient(180deg, transparent 10%, rgba(0,0,0,.72)), var(--img) center/cover no-repeat; box-shadow: var(--small-shadow, none); }
.area-row span { display: block; width: 100%; padding: 13px 15px; color: #fff; font-weight: 850; font-size: 13px; }
.area-row i { color: var(--accent-home); margin-right: 7px; }
.business-grid { display: grid; gap: 18px; }
.business-grid.five { grid-template-columns: repeat(5,1fr); }
.business-grid.four { grid-template-columns: repeat(4,1fr); }
.business-card { overflow: hidden; border-radius: var(--card-radius, 8px); background: var(--card-bg, var(--surface-home)); border: 1px solid var(--card-line, var(--line-home)); box-shadow: var(--card-shadow, none); }
.card-photo { position: relative; min-height: var(--photo-h, 122px); background: center/cover no-repeat; }
.card-photo::after { content: ""; position: absolute; inset: auto 0 0 0; height: 45%; background: linear-gradient(180deg, transparent, rgba(0,0,0,.48)); }
.card-photo b { position: absolute; z-index: 2; top: 9px; left: 9px; padding: 5px 9px; border-radius: 4px; background: var(--accent-home); color: var(--btn-ink, #111); font-size: 10px; text-transform: uppercase; font-weight: 900; }
.card-photo em { position: absolute; z-index: 2; right: 10px; top: 10px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.82); color: var(--heart, #39445a); font-size: 12px; font-style: normal; }
.card-body { padding: 13px 14px 15px; }
.card-body h3 { margin: 0 0 2px; color: var(--card-title, var(--ink)); font-size: 15px; line-height: 1.25; }
.card-body p, .card-body small { display: block; margin: 0; color: var(--muted-home); font-size: 12px; }
.card-body span { display: block; margin-top: 7px; color: var(--rating, var(--accent-home)); font-size: 12px; }
.category-row { display: grid; gap: 12px; }
.category-row.ten { grid-template-columns: repeat(5,1fr); }
.category-row.eight { grid-template-columns: repeat(4,1fr); }
.category-row article { min-width: 0; min-height: 78px; display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-radius: 7px; background: var(--category-bg, var(--surface-home)); border: 1px solid var(--category-line, var(--line-home)); box-shadow: var(--category-shadow, none); }
.category-row i { width: 44px; flex: 0 0 44px; color: var(--accent-home); font-size: 29px; text-align: center; }
.category-row h3 { margin: 0; min-width: 0; flex: 1 1 auto; overflow-wrap: anywhere; color: var(--section-title, var(--ink)); font-size: 14px; line-height: 1.2; }
.category-row p { margin: 3px 0 0; color: var(--muted-home); font-size: 11px; }
.split-grid { display: grid; grid-template-columns: 1.28fr .92fr; gap: 40px; }
.value-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.value-row article { min-height: 140px; text-align: center; padding: 22px 14px; border-radius: 6px; background: var(--surface-home); border: 1px solid var(--line-home); }
.value-row i { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: rgba(255,255,255,.07); color: var(--accent-home); font-size: 22px; }
.value-row h3 { margin: 0 0 6px; color: var(--accent-home); font-size: 13px; }
.value-row p { margin: 0; color: var(--muted-home); font-size: 11px; line-height: 1.45; }
.review-list { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line-home); background: var(--surface-home); border-radius: 6px; }
.review-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; }
.review-list img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.review-list strong { color: var(--ink); }
.review-list p { margin: 2px 0 0; color: var(--muted-home); font-size: 12px; }
.stars { color: var(--accent-home); margin-left: 8px; letter-spacing: 1px; }
.owner-cta { background: var(--cta-bg); color: var(--cta-ink, #fff); border-top: 1px solid var(--line-home); border-bottom: 1px solid var(--line-home); }
.cta-grid { min-height: 168px; display: grid; grid-template-columns: 1fr 1.3fr .8fr; gap: 34px; align-items: center; }
.owner-cta h2 { margin: 6px 0 0; font: 900 42px/1 Georgia, serif; }
.owner-cta h2 span { display: block; color: var(--accent-home); }
.cta-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; text-align: center; }
.cta-points i { width: 40px; height: 40px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--accent-home); }
.cta-points h3 { margin: 0 0 3px; color: var(--accent-home); font-size: 13px; }
.cta-points p, .cta-actions p { margin: 0; color: var(--cta-muted, var(--muted-home)); font-size: 12px; }
.cta-actions { display: grid; gap: 12px; }
.mock-footer { background: var(--footer-bg, #08111e); color: var(--footer-ink, var(--ink)); padding: 36px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4,1fr); gap: 44px; }
.mock-footer h3 { margin: 0 0 14px; font: 850 20px/1.2 Georgia, serif; }
.mock-footer h4 { margin: 0 0 12px; font-size: 13px; color: var(--footer-ink, var(--ink)); }
.mock-footer p, .mock-footer a { display: block; margin: 0 0 8px; color: var(--footer-muted, var(--muted-home)); font-size: 12px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.1); color: var(--footer-ink, #fff); }
.footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line-home); display: flex; justify-content: space-between; color: var(--footer-muted, var(--muted-home)); font-size: 11px; }
.home-v1 { --hero-img: url('assets/img/hero.webp'); --hero-overlay: linear-gradient(90deg, rgba(5,14,29,.96) 0%, rgba(5,14,29,.86) 38%, rgba(5,14,29,.42) 68%, rgba(5,14,29,.2) 100%); --hero-height: 468px; --main-bg: radial-gradient(circle at 75% 5%, rgba(35,60,102,.26), transparent 34%), #07111f; --section-pad: 34px; --cta-bg: linear-gradient(100deg, rgba(117,78,21,.35), rgba(13,24,42,.98) 42%, rgba(37,34,65,.94)), url('assets/img/cta.webp') center/cover no-repeat; --footer-bg: #07111f; }
.home-v1 .home-section:first-child { padding-top: 42px; }
.home-v2 {
  --page: #f7fbfa; --ink: #064d4b; --muted-home: #607d7d; --accent-home: #006d67; --accent-2: #bdf1e8; --surface-home: #fff; --surface-2: #eaf5f2; --line-home: rgba(4,82,78,.14); --shadow-home: 0 18px 36px rgba(0,70,68,.12); --topbar: #fff; --topbar-ink: #064d4b; --header-bg: rgba(255,255,255,.96); --brand: #064d4b; --nav: #064d4b; --search-bg: #f3f8f7; --ghost-ink: #064d4b; --ghost-line: transparent; --btn-ink: #fff; --hero-img: url('assets/img/hero.webp'); --hero-overlay: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 38%, rgba(255,255,255,.18) 74%, rgba(255,255,255,0) 100%); --hero-title: #07504d; --hero-accent: #07504d; --hero-copy: #274a49; --hero-height: 430px; --hero-search-bg: #fff; --hero-search-line: rgba(3,89,84,.12); --search-ink: #244b4a; --search-radius: 9px; --button-radius: 5px; --stats-bg: linear-gradient(90deg,#00564f,#006f68); --stats-ink: #fff; --stats-muted: rgba(255,255,255,.78); --stats-line: rgba(255,255,255,.18); --stat-icon-bg: rgba(255,255,255,.13); --stat-icon: #c9fff4; --main-bg: #fbfdfc; --section-title: #07504d; --category-bg: #fff; --category-line: rgba(4,82,78,.14); --category-shadow: 0 8px 22px rgba(0,65,62,.06); --card-bg: #fff; --card-line: rgba(4,82,78,.14); --card-title: #073f3d; --card-shadow: 0 10px 24px rgba(0,64,62,.1); --card-radius: 7px; --heart: #006d67; --rating: #006d67; --cta-bg: linear-gradient(90deg, rgba(0,104,98,.78), rgba(0,104,98,.35)), url('assets/img/cta.webp') center/cover no-repeat; --footer-bg: linear-gradient(90deg,#00443e,#00625b); --footer-ink:#fff; --footer-muted:rgba(255,255,255,.72);
}
.home-v2 .mock-topbar { display: none; }
.home-v2 .mock-header { position: relative; }
.home-v2 .home-hero h1 { max-width: 600px; font-size: clamp(42px,5.2vw,58px); }
.home-v2 .hero-search { width: min(980px,100%); grid-template-columns: 1.2fr .75fr auto; transform: translateY(36px); }
.home-v2 .hero-search .location-field { border-left: 1px solid var(--line-home); }
.home-v2 .home-section { padding: 36px 0; }
.home-v3 {
  --page: #f5eee8; --ink: #2b211b; --muted-home: #786b63; --accent-home: #c96a3d; --surface-home: #fffaf6; --surface-2: #faefe6; --line-home: rgba(70,45,28,.16); --shadow-home: 0 18px 40px rgba(65,32,12,.14); --topbar: #c96436; --topbar-ink: #fff; --header-bg: #181614; --brand: #fff; --nav: rgba(255,255,255,.82); --search-bg: #2a2521; --ghost-ink:#fff; --btn-ink:#fff; --hero-img: url('assets/img/hero.webp'); --hero-overlay: linear-gradient(90deg, rgba(22,18,16,.78), rgba(22,18,16,.48) 45%, rgba(22,18,16,.12)); --hero-title:#fff; --hero-accent:#fff; --hero-copy:rgba(255,255,255,.9); --hero-height: 470px; --hero-search-bg:#fff; --hero-search-line:rgba(60,36,20,.16); --search-ink:#2b211b; --button-radius:4px; --stats-bg:#151412; --stats-ink:#fff; --stats-muted:rgba(255,255,255,.72); --stats-line:rgba(255,255,255,.08); --stat-icon-bg:transparent; --stat-icon:#c96a3d; --main-bg:#f7f1eb; --section-title:#2b211b; --category-bg:#fffaf6; --category-line:rgba(70,45,28,.15); --card-bg:#272522; --card-line:rgba(255,255,255,.10); --card-title:#fff; --card-shadow:none; --card-radius:6px; --heart:#2b211b; --rating:#f3b34e; --cta-bg: linear-gradient(90deg, rgba(86,42,22,.96), rgba(99,49,24,.88)), url('assets/img/cta.webp') center/cover no-repeat; --footer-bg:#1b1815; --footer-ink:#fff; --footer-muted:rgba(255,255,255,.7);
}
.home-v3 .home-hero .hero-content { align-items: flex-end; }
.home-v3 .hero-copy { margin-left: 170px; padding-bottom: 42px; }
.home-v3 .home-hero h1 { max-width: 680px; font-size: clamp(42px,5.4vw,62px); }
.home-v3 .hero-search { width: min(980px,100%); grid-template-columns: 1.25fr .75fr auto; }
.home-v3 .hero-stats.inline { margin-left: 30px; gap: 42px; }
.home-v3 .hero-stats.inline div { border: 0; min-width: 135px; }
.home-v3 .hero-stats.inline i { border: 2px solid var(--accent-home); border-radius: 50%; background: transparent; }
.home-v3 .hero-stats.inline strong { color: #fff; }
.home-v3 .hero-stats.inline span { color: rgba(255,255,255,.76); }
.home-v3 .featured-band, .home-v3 .reviews-band { background: #171716; }
.home-v3 .featured-band .section-title h2, .home-v3 .reviews-band .section-title h2 { color: #fff; }
.home-v3 .featured-band .section-title a, .home-v3 .reviews-band .section-title a { border: 1px solid rgba(201,106,61,.6); border-radius: 4px; padding: 11px 20px; color: #d77a4a; }
.home-v3 .category-row article { display: block; text-align: center; min-height: 150px; padding: 28px 18px; }
.home-v3 .category-row i { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: #fbebdf; }
.home-v4 {
  --page: #fbf7fb; --ink: #322047; --muted-home: #7f6a8f; --accent-home: #ee638b; --accent-2:#9071ff; --surface-home:#fff; --surface-2:#f6eefa; --line-home:rgba(82,45,104,.16); --shadow-home:0 18px 40px rgba(53,23,80,.14); --topbar: linear-gradient(90deg,#5b244f,#26164b); --topbar-ink:#fff; --header-bg:#281447; --brand:#fff; --nav:rgba(255,255,255,.86); --search-bg:#301a55; --ghost-bg:#23123e; --ghost-ink:#fff; --ghost-line:rgba(255,255,255,.28); --btn-ink:#fff; --hero-img:url('assets/img/hero.webp'); --hero-overlay:linear-gradient(90deg,rgba(47,23,72,.82),rgba(47,23,72,.50) 42%,rgba(47,23,72,.10)); --hero-title:#fff; --hero-accent:#fff; --hero-copy:rgba(255,255,255,.88); --hero-height:470px; --hero-search-bg:#fff; --hero-search-line:rgba(86,45,110,.16); --search-ink:#39244f; --button-radius:4px; --stats-bg:#fff; --stats-ink:#332047; --stats-muted:#8b789b; --stats-line:rgba(82,45,104,.14); --stat-icon-bg:#f8e5ee; --stat-icon:#ee638b; --main-bg:#fbf8fb; --section-title:#332047; --category-bg:#fff; --category-line:rgba(82,45,104,.14); --category-shadow:0 8px 22px rgba(53,23,80,.06); --card-bg:#fff; --card-line:rgba(82,45,104,.16); --card-title:#332047; --card-radius:6px; --rating:#ee638b; --heart:#ee638b; --cta-bg:linear-gradient(90deg,#d74868,#6e2d83); --footer-bg:#251241; --footer-ink:#fff; --footer-muted:rgba(255,255,255,.68);
}
.home-v4 .header-inner { min-height: 76px; }
.home-v4 .mock-brand::before { content: ""; width: 28px; height: 28px; display: inline-block; margin-right: 10px; vertical-align: -7px; border-radius: 50%; background: radial-gradient(circle at 58% 35%, #ffd25e 0 18%, #ee638b 19% 52%, #7b59ff 53%); }
.home-v4 .main-nav a.active { border-bottom: 2px solid var(--accent-home); padding-bottom: 14px; }
.home-v4 .compact-search { min-width: 48px; width: 48px; justify-content: center; padding: 0; }
.home-v4 .compact-search input { display: none; }
.home-v4 .home-hero h1 { max-width: 700px; font-size: clamp(40px,5.2vw,58px); }
.home-v4 .hero-search { width: min(880px,100%); grid-template-columns: 1.25fr .72fr auto; }
.home-v4 .magenta-band { background: radial-gradient(circle at 15% 0%, rgba(238,99,139,.16), transparent 28%), #24123d; }
.home-v4 .magenta-band .section-title h2 { color: #fff; }
.home-v4 .magenta-band .section-title a { color: #fff; }
.home-v4 .category-row article i { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: #fde8f0; font-size: 20px; }
.home-v4 .review-card-light { background:#fff; }
.light-panel { background: var(--light-bg, #fff); }
.promo-panel { position: relative; overflow: hidden; border-radius: 8px; background: var(--promo-bg); color: var(--promo-ink,#fff); }
.promo-panel::before { content:""; position:absolute; inset:0; background: var(--promo-overlay, transparent); }
.promo-panel > * { position: relative; z-index:1; }
.why-panel { min-height: 300px; display: grid; grid-template-columns: .95fr repeat(4,1fr); align-items: center; gap: 28px; padding: 42px 58px; }
.why-panel h2 { font: 850 30px/1.1 Georgia,serif; margin: 10px 0 12px; }
.why-panel p { color: rgba(255,255,255,.82); }
.why-panel article { text-align: center; }
.why-panel i { font-size: 34px; margin-bottom: 16px; }
.reviews-row { display:grid; grid-template-columns:repeat(3,1fr); gap:40px; align-items:stretch; }
.review-card { padding:26px 28px; border-radius:8px; border:1px solid var(--card-line,var(--line-home)); background:var(--card-bg,var(--surface-home)); box-shadow:var(--card-shadow,none); }
.review-card .person { display:flex; gap:14px; align-items:center; margin-bottom:16px; }
.review-card img { width:48px; height:48px; border-radius:50%; object-fit:cover; }
.review-card p { color: var(--muted-home); }
.highlight-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:18px; }
.highlight-card { overflow:hidden; border-radius:7px; background:#fff; border:1px solid var(--line-home); box-shadow:0 10px 24px rgba(53,23,80,.08); }
.highlight-card .highlight-photo { min-height:150px; background:center/cover no-repeat; }
.highlight-card i { width:42px; height:42px; display:grid; place-items:center; margin:-21px 0 10px 22px; position:relative; border-radius:50%; background:linear-gradient(135deg,#6e5ec8,#ee638b); color:#fff; border:4px solid #fff; }
.highlight-card h3 { margin:0 18px 5px; font-size:16px; color:#332047; }
.highlight-card p { margin:0 18px 20px; color:#6f607c; font-size:12px; }
.slider-dots { display:flex; justify-content:center; gap:10px; margin-top:22px; }
.slider-dots span { width:22px; height:7px; border-radius:999px; background:rgba(255,255,255,.24); }
.slider-dots span.active { background:var(--accent-home); }
@media (max-width: 1180px) {
  .home .wrap { width: min(var(--max), calc(100% - 44px)); }
  .compact-search { display: none; }
  .business-grid.five { grid-template-columns: repeat(3,1fr); }
  .business-grid.four { grid-template-columns: repeat(2,1fr); }
  .area-row { grid-template-columns: repeat(3,1fr); }
  .category-row.ten, .category-row.eight { grid-template-columns: repeat(2,1fr); }
  .split-grid, .cta-grid, .why-panel { grid-template-columns: 1fr; }
  .reviews-row, .highlight-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 780px) {
  .topbar-inner, .header-inner { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .main-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 12px; padding: 12px 0; }
  .main-nav.open { display: flex; }
  .header-actions { width: 100%; }
  .home-hero h1 { font-size: 38px; }
  .hero-search, .home-v2 .hero-search, .home-v3 .hero-search, .home-v4 .hero-search { grid-template-columns: 1fr; transform:none; }
  .hero-search label { min-height: 48px; }
  .hero-stats.inline, .stats-grid, .cta-points, .value-row { display: grid; grid-template-columns: 1fr; }
  .hero-stats.inline div { border-right: 0; }
  .area-row, .business-grid.five, .business-grid.four, .category-row.ten, .category-row.eight, .reviews-row, .highlight-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .home-v3 .hero-copy { margin-left: 0; }
}

/* Global polish layer */
:root{--ql-radius:18px;--ql-radius-sm:12px;--ql-ease:cubic-bezier(.2,.8,.2,1);--ql-fast:180ms var(--ql-ease);--ql-slow:650ms var(--ql-ease)}
@keyframes qlFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes qlFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes qlGlow{0%,100%{box-shadow:0 0 0 rgba(0,0,0,0)}50%{box-shadow:0 0 34px color-mix(in srgb,var(--accent) 25%,transparent)}}
@keyframes qlBar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
body:not(.home){min-height:100vh;background:radial-gradient(circle at 18% 0,color-mix(in srgb,var(--accent) 12%,transparent),transparent 30%),radial-gradient(circle at 85% 12%,color-mix(in srgb,var(--accent2) 10%,transparent),transparent 28%),var(--bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.theme-dark-gold:not(.home),body.theme-sunset-copper:not(.home){background:radial-gradient(circle at 16% -4%,rgba(246,183,57,.14),transparent 28%),radial-gradient(circle at 90% 12%,rgba(255,255,255,.06),transparent 30%),var(--bg)}
body.theme-coastal-teal:not(.home){background:linear-gradient(180deg,#fff 0,#f7fbfa 34%,var(--bg) 100%)}
body.theme-magenta-purple:not(.home){background:radial-gradient(circle at 12% -2%,rgba(238,99,139,.16),transparent 30%),radial-gradient(circle at 92% 14%,rgba(144,113,255,.12),transparent 28%),var(--bg)}
body .announcement{position:relative;z-index:61;box-shadow:0 1px 0 var(--line);letter-spacing:.01em}
body.theme-coastal-teal .announcement{background:#fff;color:#07504d;border-bottom:1px solid var(--line)}
body.theme-magenta-purple .announcement{background:linear-gradient(90deg,#5b244f,#26164b);color:#fff}
body .site-header{top:0;z-index:60;box-shadow:0 12px 34px rgba(0,0,0,.10)}
body .navbar{min-height:72px;gap:20px}
body .brand{font-size:22px;letter-spacing:0;color:var(--text)}
body.theme-dark-gold .brand,body.theme-sunset-copper .site-header .brand,body.theme-magenta-purple .site-header .brand{color:#fff}
body.theme-coastal-teal .site-header{background:rgba(255,255,255,.96)}
body.theme-magenta-purple .site-header{background:rgba(40,20,71,.95)}
body .main-nav a{position:relative;white-space:nowrap;transition:color var(--ql-fast),opacity var(--ql-fast)}
body .main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-25px;height:2px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform var(--ql-fast)}
body .main-nav a.active::after,body .main-nav a:hover::after{transform:scaleX(1)}
body .header-search{border-radius:10px;transition:border-color var(--ql-fast),box-shadow var(--ql-fast),background var(--ql-fast)}
body .header-search:focus-within{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 15%,transparent)}
body:not(.home) .btn,body:not(.home) .outline,body:not(.home) button{position:relative;overflow:hidden;transform:translateZ(0);transition:transform var(--ql-fast),box-shadow var(--ql-fast),background var(--ql-fast),border-color var(--ql-fast),color var(--ql-fast)}
body:not(.home) .btn:hover,body:not(.home) .outline:hover,body:not(.home) button:hover{transform:translateY(-2px);box-shadow:0 14px 28px color-mix(in srgb,var(--accent) 22%,transparent)}
body:not(.home) .outline:hover{border-color:color-mix(in srgb,var(--accent) 55%,var(--line));color:var(--accent)}
body:not(.home) main.wrap{padding-top:52px;padding-bottom:86px}
body:not(.home) section{scroll-margin-top:100px}
body:not(.home) .page-hero{min-height:328px;display:flex;align-items:center;overflow:hidden;background-position:center;background-size:cover;border-bottom:1px solid var(--line)}
body:not(.home) .page-hero::before{background:linear-gradient(90deg,rgba(5,13,28,.92),rgba(5,13,28,.70) 48%,rgba(5,13,28,.22))}
body.theme-coastal-teal:not(.home) .page-hero::before{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.82) 48%,rgba(255,255,255,.24))}
body.theme-sunset-copper:not(.home) .page-hero::before{background:linear-gradient(90deg,rgba(22,18,16,.86),rgba(22,18,16,.62) 48%,rgba(22,18,16,.18))}
body.theme-magenta-purple:not(.home) .page-hero::before{background:linear-gradient(90deg,rgba(40,20,71,.90),rgba(40,20,71,.66) 48%,rgba(238,99,139,.12))}
body:not(.home) .page-hero::after{content:"";position:absolute;inset:auto 0 0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent2));transform-origin:left;animation:qlBar .9s var(--ql-ease) both}
body:not(.home) .page-hero .wrap{animation:qlFadeUp .7s var(--ql-ease) both}
body:not(.home) .breadcrumbs{align-items:center;margin-bottom:18px;gap:9px}
body:not(.home) .breadcrumbs a{transition:color var(--ql-fast)}
body:not(.home) .breadcrumbs a:hover{color:var(--accent)}
body:not(.home) .page-hero h1{max-width:760px;margin-top:10px;text-wrap:balance}
body.theme-coastal-teal:not(.home) .page-hero h1,body.theme-coastal-teal:not(.home) .page-hero p,body.theme-coastal-teal:not(.home) .breadcrumbs{color:#07504d}
body:not(.home) .eyebrow{border-color:color-mix(in srgb,var(--accent) 30%,var(--line));box-shadow:inset 0 1px rgba(255,255,255,.08)}
body:not(.home) :where(.panel,.form-card,.filter-card,.message-card,.dash-card,.toolbar,.listing-row,.business-card,.feature-card,.category-card,.review-card,.area-card){border-radius:var(--ql-radius);transition:transform var(--ql-fast),box-shadow var(--ql-fast),border-color var(--ql-fast),background var(--ql-fast);will-change:transform}
body:not(.home) :where(.panel,.form-card,.filter-card,.message-card,.dash-card,.toolbar){background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,white 6%),var(--surface));border-color:color-mix(in srgb,var(--line) 78%,var(--accent) 22%)}
body.theme-dark-gold:not(.home) :where(.panel,.form-card,.filter-card,.message-card,.dash-card,.toolbar,.listing-row,.business-card,.feature-card,.category-card,.review-card,.area-card),body.theme-sunset-copper:not(.home) :where(.panel,.form-card,.filter-card,.message-card,.dash-card,.toolbar,.listing-row,.business-card,.feature-card,.category-card,.review-card,.area-card){background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025)),var(--surface);backdrop-filter:blur(14px)}
body:not(.home) :where(.panel,.form-card,.message-card,.dash-card,.listing-row,.business-card,.feature-card,.category-card,.review-card,.area-card):hover{transform:translateY(-4px);box-shadow:0 24px 54px color-mix(in srgb,var(--accent) 14%,rgba(0,0,0,.18));border-color:color-mix(in srgb,var(--accent) 42%,var(--line))}
body:not(.home) .content-layout{align-items:start;gap:28px}
body:not(.home) .filter-card{top:104px;padding:22px}
body:not(.home) .filter-card h3,body:not(.home) .panel h2,body:not(.home) .panel h3{letter-spacing:0;color:var(--text)}
body.theme-dark-gold:not(.home) .filter-card h3,body.theme-dark-gold:not(.home) .panel h2,body.theme-dark-gold:not(.home) .panel h3{color:#fff}
body:not(.home) .filter-group{position:relative}
body:not(.home) .filter-group strong{display:block;margin-bottom:8px;color:var(--text)}
body:not(.home) .filter-group label{padding:7px 0;border-radius:8px;transition:color var(--ql-fast),background var(--ql-fast),padding var(--ql-fast)}
body:not(.home) .filter-group label:hover{padding-left:8px;background:color-mix(in srgb,var(--accent) 8%,transparent);color:var(--text)}
body:not(.home) input[type=range]{accent-color:var(--accent)}
body:not(.home) .toolbar{position:relative;overflow:visible;margin-bottom:22px}
body:not(.home) .toolbar h2{font-weight:850;color:var(--text)}
body:not(.home) .toolbar .controls{flex-wrap:wrap;justify-content:flex-end}
body:not(.home) .toolbar select{transition:border-color var(--ql-fast),box-shadow var(--ql-fast)}
body:not(.home) .toolbar select:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}
body:not(.home) .toggle-set button{border-radius:10px}
body:not(.home) .listing-list{gap:20px}
body:not(.home) .listing-list.grid-mode{grid-template-columns:repeat(2,minmax(0,1fr))}
body:not(.home) .listing-list.grid-mode .listing-row{grid-template-columns:1fr;padding:14px}
body:not(.home) .listing-list.grid-mode .listing-side{align-items:flex-start;text-align:left;gap:16px}
body:not(.home) .listing-row{position:relative;overflow:hidden;padding:18px;isolation:isolate}
body:not(.home) .listing-row::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--accent),transparent);opacity:.78;z-index:-1}
body:not(.home) .listing-thumb{min-height:188px;border-radius:14px;box-shadow:inset 0 -60px 80px rgba(0,0,0,.22);transition:transform var(--ql-slow),filter var(--ql-fast)}
body:not(.home) .listing-row:hover .listing-thumb{transform:scale(1.025);filter:saturate(1.06)}
body:not(.home) .filter-card h2{margin:0 0 16px;font:800 22px/1.15 Georgia,serif;color:var(--text)}
body.theme-dark-gold:not(.home) .filter-card h2,body.theme-sunset-copper:not(.home) .filter-card h2{color:#fff}
body:not(.home) .directory-filter{display:grid;gap:12px;margin-bottom:18px;padding-bottom:20px}
body:not(.home) .directory-filter strong{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}
body:not(.home) .filter-search-field{display:flex!important;align-items:center;gap:10px;margin:0!important;padding:0 14px;border:1px solid color-mix(in srgb,var(--line) 76%,var(--accent) 24%);border-radius:14px;background:var(--surface2);min-height:48px;color:var(--muted)}
body:not(.home) .filter-search-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}
body:not(.home) .filter-search-field input{width:100%;min-width:0;height:46px;border:0!important;outline:0;background:transparent!important;color:var(--text);padding:0!important;font:inherit}
body:not(.home) .filter-submit{width:100%;min-height:48px;margin-top:0}
body:not(.home) .listing-card-grid{grid-template-columns:1fr;align-items:stretch;gap:18px}
body:not(.home) .business-card{display:flex;flex-direction:column;min-width:0;overflow:hidden}
body:not(.home) .business-card .ph{display:block;width:100%;aspect-ratio:16/9;min-height:0;background-size:cover;background-position:center;flex:0 0 auto}
body:not(.home) .business-card .body{display:flex;flex-direction:column;gap:9px;flex:1;min-width:0}
body:not(.home) .business-card h3{font:800 22px/1.18 Georgia,serif;margin:0}
body:not(.home) .business-card .cat{font-size:13px;color:var(--muted)}
body:not(.home) .business-card p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.55}
body:not(.home) .business-card .rate{font-size:13px;color:var(--muted);display:flex;gap:5px;align-items:center;flex-wrap:wrap}
body:not(.home) .business-card .rate i{color:var(--accent)}
body:not(.home) .business-card .listing-actions{margin-top:auto;padding-top:8px}
body:not(.home) .tiny-link{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface2)}
body:not(.home) .listing-card-grid .business-card{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr)}
body:not(.home) .listing-card-grid .business-card .ph{height:100%;min-height:190px;aspect-ratio:auto}
body:not(.home) .listing-card-grid .business-card .body{padding:20px 22px;min-height:190px}
@media (max-width:700px){body:not(.home) .listing-card-grid .business-card{grid-template-columns:1fr}body:not(.home) .listing-card-grid .business-card .ph{height:auto;min-height:0;aspect-ratio:16/9}}
body:not(.home) .listing-copy h3{font-size:26px;line-height:1.12;text-wrap:balance}
body:not(.home) .listing-meta span,body:not(.home) .popular a,body:not(.home) .verified,body:not(.home) .status{border-color:color-mix(in srgb,var(--accent) 22%,var(--line));transition:transform var(--ql-fast),border-color var(--ql-fast),background var(--ql-fast)}
body:not(.home) .popular a:hover,body:not(.home) .verified:hover,body:not(.home) .status:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 55%,var(--line));background:color-mix(in srgb,var(--accent) 10%,var(--surface2))}
body:not(.home) .results-grid{gap:20px}
body:not(.home) .business-card .ph{min-height:180px;transition:filter var(--ql-fast)}
body:not(.home) .business-card:hover .ph{filter:saturate(1.08) contrast(1.02)}
body:not(.home) .business-card .body{padding:18px}
body:not(.home) .detail-banner{min-height:360px;border-radius:26px;box-shadow:0 34px 70px rgba(0,0,0,.25)}
body:not(.home) .detail-banner::before{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.72))}
body:not(.home) .detail-banner .inner{animation:qlFadeUp .8s var(--ql-ease) both .08s}
body:not(.home) .detail-layout{gap:28px}
body:not(.home) .gallery4 .g{position:relative;overflow:hidden;transition:transform var(--ql-slow),filter var(--ql-fast),box-shadow var(--ql-fast)}
body:not(.home) .gallery4 .g:hover{transform:scale(1.025);filter:saturate(1.08);box-shadow:0 18px 42px rgba(0,0,0,.2)}
body:not(.home) .map-box,body:not(.home) .video-box{min-height:270px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
body:not(.home) .map-box::after,body:not(.home) .video-box::after{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font:900 34px/1 "Font Awesome 6 Free";text-shadow:0 4px 18px rgba(0,0,0,.38)}
body:not(.home) .map-box::after{content:"\f3c5"}
body:not(.home) .video-box::after{content:"\f04b"}
body:not(.home) .contact-list li{padding:9px 0;border-bottom:1px solid var(--line)}
body:not(.home) .contact-list li:last-child{border-bottom:0}
body:not(.home) .contact-list i{width:22px;color:var(--accent);margin-top:4px}
body:not(.home) .social-cloud a,body:not(.home) .social-row a{transition:transform var(--ql-fast),background var(--ql-fast),color var(--ql-fast),border-color var(--ql-fast)}
body:not(.home) .social-cloud a:hover,body:not(.home) .social-row a:hover{transform:translateY(-3px) rotate(-2deg);background:var(--accent);color:var(--btn-ink,#111);border-color:var(--accent)}
body:not(.home) .grid-form{gap:18px}
body:not(.home) .grid-form label{color:var(--text)}
body:not(.home) .grid-form input,body:not(.home) .grid-form select,body:not(.home) .grid-form textarea{transition:border-color var(--ql-fast),box-shadow var(--ql-fast),background var(--ql-fast);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
body:not(.home) .grid-form input:focus,body:not(.home) .grid-form select:focus,body:not(.home) .grid-form textarea:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}
body:not(.home) .steps{position:relative;margin-bottom:24px}
body:not(.home) .steps span{transition:transform var(--ql-fast),background var(--ql-fast),border-color var(--ql-fast)}
body:not(.home) .steps span.active{box-shadow:0 10px 24px color-mix(in srgb,var(--accent) 20%,transparent)}
body:not(.home) .steps span:hover{transform:translateY(-2px)}
body:not(.home) .form-note{border-color:color-mix(in srgb,var(--accent) 45%,var(--line));background:color-mix(in srgb,var(--accent) 8%,var(--surface2))}
body:not(.home) .form-actions{padding-top:8px}
body:not(.home) .message-card{max-width:900px;margin:0 auto;padding:54px 44px}
body:not(.home) .message-card i.big{animation:qlFloat 3s ease-in-out infinite;color:var(--accent)}
body:not(.home) .message-card h2{text-wrap:balance}
body:not(.home) .dashboard-grid{gap:20px}
body:not(.home) .dash-card{position:relative;overflow:hidden}
body:not(.home) .dash-card::after{content:"";position:absolute;right:-34px;top:-34px;width:110px;height:110px;border-radius:50%;background:color-mix(in srgb,var(--accent) 10%,transparent)}
body:not(.home) .dash-card i{position:relative;z-index:1;width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:color-mix(in srgb,var(--accent) 12%,transparent)}
body:not(.home) .data-table{overflow:hidden;border-radius:14px;background:var(--surface)}
body:not(.home) .data-table th{color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.08em;background:color-mix(in srgb,var(--accent) 8%,transparent)}
body:not(.home) .data-table tr{transition:background var(--ql-fast)}
body:not(.home) .data-table tbody tr:hover{background:color-mix(in srgb,var(--accent) 7%,transparent)}
body:not(.home) .rich-text h2,body:not(.home) .rich-text h3{font-family:Georgia,serif}
body:not(.home) .rich-text a{color:var(--accent);font-weight:800}
body:not(.home) .page-intro{margin:0 0 20px;display:grid;gap:8px}
body:not(.home) .page-intro h1{margin:0;font:800 clamp(32px,4vw,52px)/1.06 Georgia,serif;color:var(--text);text-wrap:balance}
body.theme-dark-gold:not(.home) .page-intro h1,body.theme-sunset-copper:not(.home) .page-intro h1{color:#fff}
body:not(.home) .pagination a{transition:transform var(--ql-fast),background var(--ql-fast),border-color var(--ql-fast)}
body:not(.home) .pagination a:hover{transform:translateY(-3px);border-color:var(--accent)}
body:not(.home) .footer{position:relative;overflow:hidden}
body:not(.home) .footer::before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}
body:not(.home) .footer-grid{position:relative;z-index:1}
body:not(.home) .footer a{transition:color var(--ql-fast),transform var(--ql-fast)}
body:not(.home) .footer a:hover{color:var(--accent);transform:translateX(3px)}
body:not(.home).ready .revealable{opacity:0;transform:translateY(18px)}
body:not(.home).ready .revealable.is-visible{opacity:1;transform:translateY(0);transition:opacity .65s var(--ql-ease),transform .65s var(--ql-ease)}
body:not(.home) .toast{position:fixed;left:50%;bottom:26px;z-index:100;transform:translate(-50%,18px);opacity:0;pointer-events:none;min-width:min(420px,calc(100% - 32px));padding:14px 18px;border-radius:14px;background:color-mix(in srgb,var(--surface) 88%,black 12%);border:1px solid color-mix(in srgb,var(--accent) 42%,var(--line));box-shadow:0 18px 45px rgba(0,0,0,.25);color:var(--text);transition:opacity var(--ql-fast),transform var(--ql-fast)}
body:not(.home) .toast.show{opacity:1;transform:translate(-50%,0)}
@media (prefers-reduced-motion:reduce){body:not(.home) *,body:not(.home)::before,body:not(.home)::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media (max-width:1200px){body:not(.home) .content-layout,body:not(.home) .detail-layout{grid-template-columns:1fr}body:not(.home) .filter-card{position:relative;top:auto}body:not(.home) .listing-list.grid-mode{grid-template-columns:1fr}}
@media (max-width:900px){body .navbar{min-height:64px}body .main-nav a::after{display:none}body .main-nav{top:74px}body .header-actions{margin-left:auto}body:not(.home) .page-hero{min-height:280px}body:not(.home) .toolbar{align-items:flex-start}body:not(.home) .toolbar .controls{justify-content:flex-start}body:not(.home) .listing-row{grid-template-columns:1fr}body:not(.home) .listing-side{align-items:flex-start;text-align:left;gap:16px}body:not(.home) .footer-grid{gap:28px}}
@media (max-width:640px){body:not(.home) main.wrap{padding-top:34px;padding-bottom:58px}body:not(.home) .page-hero h1{font-size:36px}body:not(.home) .panel,body:not(.home) .form-card,body:not(.home) .filter-card,body:not(.home) .message-card{padding:20px}body:not(.home) .grid-form{grid-template-columns:1fr}body:not(.home) .listing-copy h3{font-size:23px}body:not(.home) .message-card{padding:36px 22px}.toast{bottom:16px}}

body:not(.home) .directory-filters{display:block}
body:not(.home) .directory-filters .filter-group{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}
body:not(.home) .directory-filters .filter-group:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
body:not(.home) .directory-filters .filter-group strong{display:block;margin:0 0 12px;font-size:14px;color:var(--text)}
body.theme-dark-gold:not(.home) .directory-filters .filter-group strong,body.theme-sunset-copper:not(.home) .directory-filters .filter-group strong{color:#fff}
body:not(.home) .directory-filters label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0;color:var(--muted);font-size:14px}
body:not(.home) .directory-filters label span:first-child{display:inline-flex;align-items:center;gap:8px;min-width:0}
body:not(.home) .directory-filters input[type=checkbox],body:not(.home) .directory-filters input[type=radio]{accent-color:var(--accent)}
body:not(.home) .directory-filters input[type=range]{width:100%;accent-color:var(--accent)}
body:not(.home) .filter-submit,body:not(.home) .filter-reset{width:100%;min-height:48px;margin-top:0}
body:not(.home) .filter-reset{margin-top:10px;color:var(--text)}
body:not(.home) .result-count{color:var(--muted);font-size:14px;white-space:nowrap}
body:not(.home) .listing-chips{margin:0 0 18px}
body:not(.home) .listing-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
body:not(.home) .listing-card-grid .business-card{display:flex;flex-direction:column;min-width:0;overflow:hidden}
body:not(.home) .listing-card-grid .business-card .ph{display:block;width:100%;height:auto;min-height:0;aspect-ratio:16/11;background-size:cover;background-position:center;flex:0 0 auto}
body:not(.home) .listing-card-grid .business-card .body{display:flex;flex-direction:column;gap:8px;min-height:0;padding:16px}
body:not(.home) .listing-card-grid .business-card h3{font:800 20px/1.2 Inter,Arial,sans-serif;margin:0}
body:not(.home) .listing-card-grid .business-card p{margin:0;color:var(--muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body:not(.home) .listing-card-grid .listing-actions{margin-top:auto;padding-top:8px}
body:not(.home) .listing-card-grid .tiny-link{border:0;background:transparent;border-radius:0;min-height:0;padding:0;color:var(--accent);font-weight:800}
body:not(.home) .listing-card-grid.list-mode{grid-template-columns:1fr}
body:not(.home) .listing-card-grid.list-mode .business-card{display:grid;grid-template-columns:minmax(190px,240px) minmax(0,1fr)}
body:not(.home) .listing-card-grid.list-mode .business-card .ph{height:100%;min-height:190px;aspect-ratio:auto}
body:not(.home) .listing-card-grid.list-mode .business-card .body{min-height:190px}
body:not(.home) .directory-filters input[type=search]{width:100%;min-height:46px;border-radius:12px;border:1px solid var(--line);background:var(--surface2);color:var(--text);padding:0 13px}
body:not(.home) .directory-filters input[type=search]:focus{outline:0;border-color:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent)}
@media (max-width:1200px){body:not(.home) .listing-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){body:not(.home) .listing-card-grid{grid-template-columns:1fr}}

/* SEO accessibility layer */
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 9999;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--accent, #0b6b63);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid rgba(255, 255, 255, .7); outline-offset: 2px; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
main:focus { outline: none; }
.footer-title {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.25;
  color: var(--text);
}
.form-helper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}
.form-helper strong { color: var(--text); }


/* Lighthouse audit layer */
.home-v2 { --muted-home: #4c6665; }
.home-v3 { --muted-home: #5f5148; }
.home-v4 { --muted-home: #665073; --accent-home: #c73567; --stats-muted: #665073; --rating: #b52e62; }
.home-v4 .primary-btn { background: #bf2d5f; color: #fff; }
.home-v4 .kicker, .home-v4 .card-body span { color: #b52e62; }
.home-v4 .mock-topbar { min-height: 34px; }
.home-v4 .topbar-links a { min-height: 26px; display: inline-flex; align-items: center; padding: 2px 0; }
.home-v2 .card-body p, .home-v2 .card-body small { color: #4c6665; }
.home-v3 .card-body p, .home-v3 .card-body small { color: #d8c9bd; }

/* Final Lighthouse contrast fixes */
.home-v3 { --topbar: #9b431f; --accent-home: #9b431f; }
.home-v3 .primary-btn { background: #9b431f; color: #fff; }
.home-v3 .kicker, .home-v3 .section-title a { color: #8d3b19; }
.home-v3 .review-card, .home-v3 .review-card strong { color: #fff; }
.home-v3 .review-card p, .home-v3 .review-card .person p { color: #eadbd0; }
.home .mock-footer .footer-title { color: var(--footer-ink, #fff); }

/* Copper dark section contrast */
.home-v3 .featured-band .kicker, .home-v3 .reviews-band .kicker { color: #f0a46f; }
/* ===== qlWeb engine hooks (appended on port) ===== */
.do_not_disp{display:none !important}
.req{color:var(--accent);font-weight:700}
.form-error{background:rgba(220,80,60,.12);border:1px solid rgba(220,80,60,.4);color:#ffb4a8;padding:11px 14px;border-radius:10px;margin-bottom:14px;font-size:.92rem}
.info_div{display:none}.upload-preview{max-height:80px;border-radius:8px;margin-top:8px}

.form-error:empty{display:none}
.form-card.narrow{max-width:600px;margin-inline:auto}
.form-note:empty{display:none}
.grid-form input.btn,.grid-form .btn{background:var(--accent);color:#111;border-color:transparent}

.cat-subs{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:8px 0 0;list-style:none}
.cat-subs .subcat-nav-link{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid color-mix(in srgb,var(--accent) 38%,var(--line));background:color-mix(in srgb,var(--accent) 9%,transparent);border-radius:999px;font-size:13px;color:var(--text);text-decoration:none;transition:border-color .15s,background .15s}
.cat-subs .subcat-nav-link:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,transparent)}
.cat-subs .subcat-nav-link.more{font-weight:700;color:var(--accent)}
.category-card{align-items:flex-start}

.footer-grid a{font-size:14px}
.footer-bottom{font-size:13px}
.footer-bottom br{display:none}
.footer-bottom a{display:inline;margin:0}

.attach-box{margin-top:2px}
.video-embed{width:100%;border-radius:16px;overflow:hidden}

/* real website screenshot banner (match dark_gold) */
.banner-shot{position:absolute;inset:0;background:center top/cover no-repeat;opacity:.92;z-index:0}
.detail-banner::before{z-index:1}
.detail-banner .inner{z-index:2;text-shadow:0 1px 6px rgba(0,0,0,.6)}
body:not(.home) .detail-banner::before{background:linear-gradient(180deg,rgba(0,0,0,0) 32%,rgba(0,0,0,.85))}

/* QA fix: inner-page footer (.mock-footer) is dark; force light text on light-content theme */
body:not(.home) .mock-footer .footer-title{color:#fff}
body:not(.home) .mock-footer a,body:not(.home) .mock-footer p,body:not(.home) .mock-footer .footer-bottom,body:not(.home) .mock-footer .footer-bottom a{color:rgba(255,255,255,.80)}
body:not(.home) .mock-footer a:hover{color:#fff}

/* QA fix: Sign In (.ghost) dark on dark header */
body .site-header .ghost{color:#fff}
body:not(.home) .mock-footer h2,body:not(.home) .mock-footer h3,body:not(.home) .mock-footer h4{color:#fff}

.captcha-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;align-items:center;margin-top:4px}
.captcha-grid .cg-label{font-weight:700;font-size:14px}
.captcha-grid .captcha-line{display:flex;align-items:center;gap:10px}
.captcha-grid .captcha-line img{display:block;border-radius:6px}
.grid-form .cg-refresh{width:auto;padding:9px 16px;background:var(--surface2);border:1px solid var(--line);color:var(--text);border-radius:10px;font-size:13px;font-weight:600;cursor:pointer}
.grid-form .cg-refresh:hover{border-color:var(--accent)}
.captcha-grid .captcha-hint{font-weight:600;font-size:14px}
.captcha-grid .cg-spam{color:var(--muted);font-size:13px}

.panel.rich-text:has(> div:empty){display:none}

/* a11y AA */
body.home .site-header .header-search input{color:#f3ece6}
body.home .site-header .header-search input::placeholder{color:rgba(243,236,230,.72)}
.site-header .header-actions a.btn{color:#1c1410}
.form-note,.form-note p,.form-note a{color:color-mix(in srgb,var(--muted) 40%,var(--text))}
.mock-footer .footer-brand-name{margin:0 0 14px;font:850 20px/1.2 Georgia,serif;color:var(--footer-ink,#fff)}

/* === Unified mobile menu (full-width push-down) === */
@media (max-width:900px){
  .site-header .navbar,.site-header .nav-wrap{flex-wrap:wrap;align-items:center;row-gap:0;gap:10px 14px}
  .site-header .brand{margin-right:auto}
  .site-header .menu-toggle{display:inline-flex;order:3}
  .site-header .main-nav,.site-header .header-search,.site-header .header-actions{display:none}
  .site-header.menu-open{height:auto;background:#15111e;box-shadow:0 16px 36px rgba(0,0,0,.42)}
  .site-header.menu-open .brand,.site-header.menu-open .brand span{color:#fff}
  .site-header.menu-open .menu-toggle{color:#fff}
  .site-header.menu-open .main-nav{display:flex;flex-direction:column;align-items:stretch;width:100%;flex:1 1 100%;order:5;gap:0;margin-top:8px;position:static;background:none;border:0;border-top:1px solid rgba(255,255,255,.12);border-radius:0;box-shadow:none;padding:0;left:auto;right:auto;top:auto}
  .site-header.menu-open .main-nav a{display:block;color:#fff;padding:14px 4px;font-size:15px;font-weight:600;opacity:1;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0}
  .site-header.menu-open .main-nav a:hover,.site-header.menu-open .main-nav a.active{color:#ffd166;background:none}
  .site-header.menu-open .main-nav a::after{display:none}
  .site-header.menu-open .header-actions{display:flex;flex-direction:column;align-items:stretch;width:100%;flex:0 0 100%;order:6;gap:10px;margin:14px 0 6px}
  .site-header.menu-open .header-actions .ghost,.site-header.menu-open .header-actions .signin{color:#fff;justify-content:center;text-align:center;padding:12px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:none}
  .site-header.menu-open .header-actions .btn{justify-content:center;padding:13px;width:100%}
}
@media(max-width:900px){.site-header.menu-open,.site-header.menu-open .navbar,.site-header.menu-open .nav-wrap{height:auto;align-items:flex-start}}

/* menu-open color override (beat per-theme header rules) */
@media (max-width:900px){
  html body .site-header.menu-open{background:#15111e}
  html body .site-header.menu-open .brand,html body .site-header.menu-open .brand span{color:#fff}
  html body .site-header.menu-open .menu-toggle{color:#fff}
  html body .site-header.menu-open .main-nav a{color:#fff;opacity:1}
  html body .site-header.menu-open .main-nav a:hover,html body .site-header.menu-open .main-nav a.active{color:#ffd166}
  html body .site-header.menu-open .header-actions .ghost,html body .site-header.menu-open .header-actions .signin{color:#fff}
}

.category-row article img{width:40px;height:40px;object-fit:contain;display:block}
.category-card .icon:has(img){background:none}
.category-card .icon img{width:100%;height:100%;object-fit:contain;display:block}


/* listing detail: title-over-thumbnail hero */
.listing-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:var(--muted);margin:18px 0 16px}
.listing-breadcrumbs a{color:var(--muted)}
.listing-breadcrumbs a:hover{color:var(--accent)}
.listing-hero{position:relative;min-height:340px;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#211f2c,#2c2937);box-shadow:var(--shadow);margin-bottom:22px;display:flex}
.listing-hero-shot{position:absolute;inset:0;background:center top/cover no-repeat}
.listing-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,16,.10) 0%,rgba(10,10,16,.45) 55%,rgba(10,10,16,.9) 100%)}
.listing-hero-body{position:relative;z-index:1;margin-top:auto;width:100%;padding:28px 30px;color:#fff}
.listing-hero-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.listing-hero .chip-cat{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.30);color:#fff;font-weight:700;font-size:13px}
.listing-hero h1{margin:0;color:#fff;font:800 clamp(28px,4vw,46px)/1.08 Georgia,serif;text-shadow:0 2px 18px rgba(0,0,0,.45);max-width:780px}
.listing-hero-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:12px;color:rgba(255,255,255,.9);font-size:14px}
.listing-hero-meta span{display:inline-flex;align-items:center;gap:7px}
.listing-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.listing-hero-actions .btn{box-shadow:0 8px 22px rgba(0,0,0,.28)}
.listing-hero-actions .outline{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.38);color:#fff}
.listing-hero-actions .outline:hover{background:rgba(255,255,255,.26)}
@media(max-width:640px){.listing-hero{min-height:280px}.listing-hero-body{padding:20px}}

body:not(.home) .business-card.featured{background:var(--surface);padding:0;color:inherit;border-color:color-mix(in srgb,var(--accent) 45%,var(--line))}
body:not(.home) .business-card.featured h2,body:not(.home) .business-card.featured h3{color:var(--text)}

/* QA tighten home section gaps (khít như DirectoryQueen) */
.home-main .home-section{padding:22px 0}
.home-main .home-section:first-child{padding-top:28px}
.home-hero{margin-bottom:18px}
.stats-band{margin-bottom:20px}
.home-ads{margin:6px 0}

/* QA v2: kill dead gap between sections, single top padding only */
.home-hero{margin-bottom:0}
.stats-band{margin-bottom:0}
[class*="home-v"] .home-section{padding-top:26px;padding-bottom:0}
[class*="home-v"] .home-section:last-child{padding-bottom:30px}
.home-ads{margin:0}

/* QA v3: tighten home-main wrapper + cta/band margins */
[class*="home-v"] .home-main{padding-top:24px;padding-bottom:0}
[class*="home-v"] .owner-cta, [class*="home-v"] .cta-band{margin:0}

/* QA: card-photo collapse fix (a is inline -> min-height ignored) */
.card-photo{display:block}

/* QA v3 sunset: paneled sections need symmetric padding + hug hero */
.home-v3 .home-main{padding-top:0}
.home-v3 .home-section{padding-top:28px;padding-bottom:28px}
.home-v3 .home-section:last-child{padding-bottom:32px}

/* QA search page: filter sidebar on desktop + clean result-card grid + capped category list */
@media (min-width:1024px){
  body:not(.home) .content-layout{grid-template-columns:280px 1fr}
  body:not(.home) .filter-card{position:sticky;top:84px}
}
.results-grid.listing-card-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px;align-items:stretch}
.results-grid.listing-card-grid .business-card{display:flex;flex-direction:column;grid-template-columns:none}
.results-grid.listing-card-grid .business-card .ph{aspect-ratio:16/10;height:auto;min-height:0;width:100%}
.results-grid.listing-card-grid .business-card .body{flex:1}
.filter-card .filter-group{max-height:440px;overflow-y:auto;padding-right:6px}
.filter-card .filter-group label{display:block;padding:5px 0}

.admin_p{margin:20px 0 0;padding:14px 18px;background:var(--surface2);border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:10px;font-size:14px;color:var(--text);display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.admin_p strong{flex-basis:100%;color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.04em;margin:0}.admin_p .button2{padding:7px 14px;border-radius:8px;border:0;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;font-size:13px}.admin_p .button2:hover{filter:brightness(1.08)}.admin_p input[type=text]{padding:7px 12px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--text);font-size:13px;flex:1 1 100%;min-width:0}

