/*
Theme Name: FindUsWV
Theme URI: https://finduswv.com
Author: FindUsWV
Description: A local-first West Virginia business directory theme.
Version: 1.0.0
Text Domain: finduswv
*/
:root { --ink:#17302a; --ink-soft:#4f615c; --forest:#146a4b; --moss:#27845f; --cream:#f8f5ee; --sand:#efe8dc; --line:#d9d9d1; --sun:#f5b940; --red:#cf5a45; --white:#fffdf8; --shadow:0 18px 55px rgba(18,48,40,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:"DM Sans",Arial,sans-serif; font-size:16px; line-height:1.55; }
a { color:inherit; }
button,input,select,textarea { font:inherit; }
button { cursor:pointer; }
.shell { width:min(1160px, calc(100% - 40px)); margin:0 auto; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(255,253,248,.94); border-bottom:1px solid rgba(23,48,42,.08); backdrop-filter:blur(12px); }
.nav-shell { min-height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { text-decoration:none; display:inline-flex; align-items:center; gap:9px; color:var(--ink); font-family:Fraunces,Georgia,serif; font-weight:700; font-size:24px; letter-spacing:-1.25px; white-space:nowrap; }
.brand span span { color:var(--forest); }
.brand-pin { position:relative; display:inline-grid; place-items:center; width:22px; height:28px; color:#fff; font-family:Arial,sans-serif; font-size:10px; background:var(--red); border-radius:55% 55% 55% 0; transform:rotate(-45deg); }
.brand-pin::after { content:""; position:absolute; width:6px; height:6px; border:2px solid #fff; border-radius:50%; transform:rotate(45deg); }
nav .main-nav, nav ul { display:flex; padding:0; margin:0; list-style:none; gap:28px; }
nav a { color:var(--ink-soft); font-weight:600; text-decoration:none; font-size:14px; }
nav a:hover { color:var(--forest); }
.button { appearance:none; border:0; padding:13px 19px; border-radius:8px; background:var(--forest); color:#fff; text-decoration:none; font-weight:700; line-height:1; box-shadow:0 5px 0 rgba(8,65,44,.16); transition:transform .18s, background .18s; }
.button:hover { transform:translateY(-2px); background:#0d573c; }
.button-small { padding:11px 15px; font-size:14px; }
.button-outline { border:1px solid var(--forest); background:transparent; color:var(--forest); box-shadow:none; }
.button-outline:hover { background:#e8f2ec; }
.hero { overflow:hidden; padding:74px 0 62px; background:linear-gradient(108deg,#e5f0e8 0%,#f8f5ee 60%,#f4ead5 100%); }
.hero-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:68px; align-items:center; }
.eyebrow { color:var(--forest); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:1.6px; margin:0 0 14px; }
h1,h2,h3 { font-family:Fraunces,Georgia,serif; line-height:1.1; letter-spacing:-1px; }
h1 { margin:0; max-width:650px; font-size:clamp(42px,5vw,68px); }
h1 em { color:var(--forest); font-style:normal; }
.hero-copy { max-width:590px; color:var(--ink-soft); font-size:19px; margin:20px 0 30px; }
.search-panel { background:var(--white); border:1px solid rgba(23,48,42,.1); border-radius:12px; padding:12px; box-shadow:var(--shadow); display:grid; grid-template-columns:1.6fr 1fr 1fr auto; gap:8px; }
.search-panel label { display:none; }
.search-panel input,.search-panel select { width:100%; background:#fff; border:1px solid var(--line); border-radius:7px; padding:13px 11px; color:var(--ink); outline:none; }
.search-panel input:focus,.search-panel select:focus,.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--forest); box-shadow:0 0 0 3px rgba(20,106,75,.12); }
.search-panel .button { padding:12px 17px; }
.hero-actions { margin-top:20px; display:flex; align-items:center; gap:18px; }
.text-link { color:var(--forest); font-weight:700; text-decoration:none; }
.hero-art { min-height:360px; position:relative; }
.ridge { position:absolute; inset:auto 0 0; height:255px; background:#2e7358; clip-path:polygon(0 69%,15% 53%,30% 61%,47% 25%,61% 44%,77% 12%,100% 41%,100% 100%,0 100%); border-radius:28px; }
.ridge::before { content:""; position:absolute; inset:20px 0 0; height:240px; background:#78af79; clip-path:polygon(0 76%,19% 47%,37% 71%,55% 33%,71% 54%,86% 17%,100% 34%,100% 100%,0 100%); }
.hero-sun { position:absolute; right:86px; top:46px; width:84px; height:84px; background:var(--sun); border-radius:50%; box-shadow:0 0 0 11px rgba(245,185,64,.18); }
.hero-marker { position:absolute; right:22%; top:92px; display:grid; place-items:center; width:55px; height:55px; background:var(--red); color:white; border-radius:50% 50% 50% 0; transform:rotate(-45deg); box-shadow:0 12px 0 rgba(117,45,32,.16); }
.hero-marker span { transform:rotate(45deg); font-size:23px; }
.stat-row { display:flex; gap:32px; margin-top:30px; }
.stat { padding-left:14px; border-left:3px solid var(--sun); }
.stat strong { display:block; font-family:Fraunces,Georgia,serif; font-size:23px; }
.stat span { font-size:13px; color:var(--ink-soft); }
.section { padding:84px 0; }
.section-tint { background:#eff4ef; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:28px; }
.section-heading h2 { font-size:clamp(30px,3.4vw,44px); margin:0; }
.section-heading p { max-width:500px; margin:0; color:var(--ink-soft); }
.category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.category-card { background:var(--white); border:1px solid var(--line); padding:19px 14px; text-align:left; border-radius:10px; text-decoration:none; transition:transform .18s, box-shadow .18s; }
.category-card:hover { transform:translateY(-4px); box-shadow:0 10px 30px rgba(23,48,42,.1); }
.category-icon { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:#e4f0e9; color:var(--forest); font-weight:800; margin-bottom:12px; }
.category-card strong { display:block; font-size:14px; }
.category-card span { color:var(--ink-soft); font-size:12px; }
.directory-layout { display:grid; grid-template-columns:1.1fr .9fr; gap:27px; align-items:start; }
.directory-controls { display:flex; flex-wrap:wrap; align-items:center; gap:9px; padding:12px 0 21px; }
.results-label { color:var(--ink-soft); font-size:14px; margin-right:auto; }
.filter-chip { border:1px solid var(--line); background:transparent; color:var(--ink-soft); padding:8px 12px; border-radius:99px; font-size:13px; font-weight:700; }
.filter-chip:hover,.filter-chip.is-active { color:#fff; border-color:var(--forest); background:var(--forest); }
.listing-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.listing-card { display:flex; flex-direction:column; min-height:236px; background:var(--white); border:1px solid var(--line); border-radius:12px; overflow:hidden; box-shadow:0 6px 20px rgba(23,48,42,.05); }
.listing-card-image { height:92px; background:linear-gradient(135deg,#d9ecd9,#a5c6a4); background-size:cover; background-position:center; }
.listing-card-body { display:flex; flex:1; flex-direction:column; padding:16px; }
.listing-meta { display:flex; justify-content:space-between; align-items:center; color:var(--forest); font-weight:800; font-size:11px; text-transform:uppercase; letter-spacing:.7px; }
.county-tag { color:var(--ink-soft); font-weight:600; letter-spacing:0; text-transform:none; }
.listing-card h3 { margin:7px 0; font-size:20px; }
.listing-card p { margin:0 0 14px; color:var(--ink-soft); font-size:13px; line-height:1.45; }
.listing-card footer { display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:auto; font-size:12px; color:var(--ink-soft); }
.details-link { border:0; padding:0; color:var(--forest); background:transparent; font-weight:800; font-size:13px; }
.map-card { position:sticky; top:100px; min-height:560px; overflow:hidden; background:#d6e8d7; border-radius:14px; border:1px solid rgba(23,48,42,.12); }
#directory-map { height:560px; width:100%; }
.map-empty { padding:40px 26px; color:var(--ink-soft); }
.leaflet-popup-content-wrapper { font-family:"DM Sans",Arial,sans-serif; border-radius:8px; }
.leaflet-popup-content b { color:var(--ink); font-family:Fraunces,Georgia,serif; }
.map-legend { position:absolute; z-index:500; right:12px; bottom:12px; padding:8px 10px; background:rgba(255,253,248,.92); border-radius:6px; font-size:11px; color:var(--ink-soft); box-shadow:0 3px 14px rgba(23,48,42,.12); }
.feature-strip { display:grid; grid-template-columns:1fr 1fr; background:var(--ink); border-radius:17px; overflow:hidden; }
.feature-copy { padding:48px; color:#fff; }
.feature-copy h2 { margin:0 0 14px; font-size:38px; }
.feature-copy p { color:#d1dfd5; max-width:450px; }
.feature-list { display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:30px; }
.feature-list strong { display:block; color:#fff; }
.feature-list span { font-size:13px; color:#afc4b6; }
.feature-art { background:linear-gradient(145deg,#e9d6a9,#bd7e50); min-height:300px; position:relative; }
.feature-art::before { content:""; position:absolute; width:63%; height:74%; right:14%; bottom:0; background:#7f503d; clip-path:polygon(0 100%,0 29%,20% 17%,41% 35%,59% 5%,78% 26%,100% 0,100% 100%); opacity:.8; }
.feature-art::after { content:"♥"; position:absolute; display:grid; place-items:center; width:74px; height:74px; top:80px; left:30%; background:#fff9ec; color:var(--red); border-radius:50%; font-size:27px; box-shadow:0 13px 0 rgba(91,48,33,.13); }
.how-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.step { padding:8px 18px 8px 0; }
.step-number { display:grid; place-items:center; width:36px; height:36px; border-radius:50%; background:var(--sun); color:var(--ink); font-weight:800; margin-bottom:13px; }
.step h3 { margin:0 0 7px; font-size:23px; }
.step p { margin:0; color:var(--ink-soft); }
.cta { background:var(--forest); color:#fff; text-align:center; padding:70px 28px; }
.cta h2 { margin:0 auto 12px; max-width:650px; font-size:clamp(31px,4vw,49px); }
.cta p { color:#d1e3d9; max-width:530px; margin:0 auto 25px; }
.cta .button { background:var(--sun); color:var(--ink); box-shadow:0 5px 0 rgba(98,69,10,.25); }
.site-footer { background:#102821; color:#dae5df; padding:45px 0 20px; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; }
.brand-footer { color:#fff; }
.site-footer p { color:#9db7aa; max-width:260px; font-size:14px; }
.site-footer h3 { font-family:"DM Sans",Arial,sans-serif; font-size:14px; margin:0 0 10px; color:#fff; }
.site-footer a:not(.brand) { display:block; width:max-content; text-decoration:none; color:#b6c9bf; font-size:14px; margin:6px 0; }
.footer-bottom { display:flex; justify-content:space-between; margin-top:34px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); color:#95aaa0; font-size:12px; }
dialog { width:min(620px,calc(100% - 30px)); border:0; padding:0; border-radius:14px; box-shadow:0 24px 90px rgba(0,0,0,.36); }
dialog::backdrop { background:rgba(8,26,20,.65); backdrop-filter:blur(3px); }
.modal-inner { padding:30px; position:relative; }
.modal-close { position:absolute; right:16px; top:15px; border:0; background:transparent; color:var(--ink-soft); font-size:25px; line-height:1; }
.modal-inner h2 { margin:0 32px 8px 0; font-size:31px; }
.modal-intro { margin:0 0 22px; color:var(--ink-soft); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.form-field { display:block; }
.form-field.span-two { grid-column:span 2; }
.form-field label { display:block; font-size:13px; font-weight:800; margin:0 0 6px; }
.form-field input,.form-field select,.form-field textarea { width:100%; border:1px solid var(--line); border-radius:7px; padding:11px; color:var(--ink); background:#fff; }
.form-field textarea { min-height:96px; resize:vertical; }
.form-note,.form-status { font-size:13px; color:var(--ink-soft); margin:14px 0 0; }
.form-status.error { color:#a63b2a; }
.form-status.success { color:var(--forest); font-weight:700; }
.hp-field { position:absolute; left:-10000px; opacity:0; pointer-events:none; }
.detail-hero { height:150px; margin:-30px -30px 22px; background:linear-gradient(135deg,#cae4cf,#75a77d); background-size:cover; background-position:center; }
.detail-meta { color:var(--forest); text-transform:uppercase; letter-spacing:.7px; font-weight:800; font-size:12px; }
.detail-info { display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:16px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.detail-info div { color:var(--ink-soft); font-size:14px; }
.detail-info strong { display:block; color:var(--ink); font-size:11px; letter-spacing:.6px; text-transform:uppercase; }
.detail-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:20px; }
.empty-directory { padding:32px; border:1px dashed var(--line); border-radius:10px; color:var(--ink-soft); background:#fffdf8; grid-column:1/-1; }
@media (max-width:900px) { .hero-grid,.directory-layout { grid-template-columns:1fr; gap:34px; } .hero-art { min-height:270px; order:-1; } .map-card { position:relative; top:0; min-height:360px; } #directory-map { height:360px; } .category-grid { grid-template-columns:repeat(3,1fr); } .feature-strip { grid-template-columns:1fr; } .feature-art { min-height:210px; } }
@media (max-width:670px) { .shell { width:min(100% - 28px,1160px); } .nav-shell { min-height:65px; } nav { display:none; } .button-small { display:none; } .brand { font-size:21px; } .hero { padding:42px 0; } .search-panel { grid-template-columns:1fr; } .search-panel .button { width:100%; } .stat-row { gap:16px; } .stat { padding-left:10px; } .listing-grid { grid-template-columns:1fr; } .category-grid { grid-template-columns:repeat(2,1fr); } .section { padding:56px 0; } .section-heading { align-items:start; flex-direction:column; margin-bottom:20px; } .how-grid,.footer-grid { grid-template-columns:1fr; gap:23px; } .feature-copy { padding:35px 26px; } .feature-list { grid-template-columns:1fr; gap:12px; } .footer-bottom { flex-direction:column; gap:5px; } .form-grid { grid-template-columns:1fr; } .form-field.span-two { grid-column:auto; } .detail-info { grid-template-columns:1fr; } }


/* FindUsWV 1.1 — editorial directory refinement */
:root { --ink:#14271f; --ink-soft:#56635d; --forest:#0e5a42; --moss:#3a755c; --cream:#f7f5ef; --sand:#ece6d9; --line:#dfe2da; --sun:#dea437; --red:#c7543e; --white:#fffefa; --shadow:0 24px 65px rgba(13,43,32,.14); }
body { letter-spacing:.005em; }
.shell { width:min(1200px, calc(100% - 48px)); }
.site-header { border-bottom-color:rgba(20,39,31,.09); background:rgba(255,254,250,.88); }
.nav-shell { min-height:80px; }
.brand { font-size:25px; letter-spacing:-1.55px; }
.brand-pin { width:21px; height:25px; border-radius:55% 55% 55% 0; box-shadow:0 3px 0 rgba(93,28,19,.15); }
nav .main-nav,nav ul { gap:32px; }
nav a { font-size:13px; letter-spacing:.025em; }
.button { border-radius:6px; box-shadow:none; padding:14px 20px; letter-spacing:.015em; }
.button:hover { box-shadow:0 8px 21px rgba(14,90,66,.18); }
.hero { position:relative; padding:112px 0 80px; background:linear-gradient(90deg,rgba(9,31,23,.92) 0%,rgba(11,42,31,.74) 46%,rgba(8,31,22,.25) 100%),url('assets/img/finduswv-hero.jpg') center 50%/cover no-repeat; }
.hero::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(0,0,0,.16)); pointer-events:none; }
.hero-grid { position:relative; z-index:1; display:block; }
.hero-grid > div:first-child { max-width:720px; }
.hero-art { display:none; }
.hero .eyebrow { color:#f5c669; }
.hero h1 { max-width:660px; color:#fffdf8; text-shadow:0 2px 24px rgba(0,0,0,.18); font-size:clamp(46px,5.45vw,78px); letter-spacing:-2.35px; }
.hero h1 em { color:#f8c85e; }
.hero-copy { max-width:580px; margin:23px 0 31px; color:rgba(255,255,255,.83); font-size:18px; }
.search-panel { max-width:900px; padding:8px; border:1px solid rgba(255,255,255,.5); border-radius:9px; background:rgba(255,254,250,.96); box-shadow:0 19px 55px rgba(0,0,0,.25); grid-template-columns:1.6fr 1fr 1fr auto; }
.search-panel input,.search-panel select { border:0; background:#fffefa; padding:15px 13px; min-width:0; }
.search-panel input + label,.search-panel select + label { border-left:1px solid var(--line); }
.search-panel .button { min-width:110px; }
.hero-actions { margin-top:23px; }
.hero .text-link { color:#fffdf8; background:transparent; border:0; padding:0; font-size:14px; text-decoration:underline; text-underline-offset:5px; }
.hero .text-link:hover { color:#f8c85e; }
.stat-row { margin-top:38px; gap:35px; }
.stat { border-left-color:#f8c85e; }
.stat strong { color:#fff; font-size:24px; }
.stat span { color:rgba(255,255,255,.68); }
.section { padding:100px 0; }
.section-tint { background:#f0f2ed; }
.eyebrow { font-size:11px; letter-spacing:2px; }
.section-heading { margin-bottom:37px; }
.section-heading h2 { font-size:clamp(34px,3.2vw,48px); letter-spacing:-1.65px; }
.section-heading p { font-size:15px; line-height:1.7; }
.category-grid { gap:14px; }
.category-card { min-height:138px; padding:20px 16px; border-radius:8px; border-color:#e0e3da; background:#fffefa; }
.category-card:hover { border-color:rgba(14,90,66,.25); box-shadow:0 14px 27px rgba(20,39,31,.09); }
.category-icon { width:40px; height:40px; margin-bottom:13px; background:#ebf1eb; color:var(--forest); font-size:16px; }
.category-card strong { font-size:13px; }
.category-card span { margin-top:2px; font-size:11px; }
.directory-layout { gap:34px; }
.directory-controls { padding:0 0 20px; }
.results-label { font-weight:600; }
.filter-chip { background:#fffefa; border-color:#dde1d8; border-radius:5px; font-size:12px; }
.filter-chip.is-active { box-shadow:0 4px 12px rgba(14,90,66,.16); }
.sponsor-card { position:relative; overflow:hidden; margin:0 0 19px; border:1px solid #d7d6c6; border-radius:9px; background:#f6f1e4; }
.sponsor-card::before { content:""; position:absolute; inset:0; background-image:linear-gradient(90deg,rgba(246,241,228,.96),rgba(246,241,228,.86)),url('assets/img/finduswv-local.jpg'); background-size:cover; background-position:center; opacity:.28; }
.sponsor-kicker { position:relative; z-index:1; display:inline-block; padding:7px 10px; background:#243f33; color:#fff6dc; font-size:10px; line-height:1; letter-spacing:1.3px; font-weight:800; text-transform:uppercase; }
.sponsor-copy { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:15px 18px 17px; }
.sponsor-copy p { margin:0; max-width:490px; color:#536058; font-size:13px; line-height:1.48; }
.sponsor-copy .sponsor-name { margin-bottom:3px; color:var(--ink); font-family:Fraunces,Georgia,serif; font-size:20px; font-weight:700; letter-spacing:-.6px; }
.sponsor-link { display:inline-flex; align-items:center; gap:8px; flex:none; color:#184f3b; font-size:13px; font-weight:800; text-decoration:none; white-space:nowrap; }
.sponsor-link span { font-size:16px; }
.sponsor-link:hover { text-decoration:underline; text-underline-offset:4px; }
.listing-grid { gap:18px; }
.listing-card { min-height:274px; border:0; border-radius:9px; box-shadow:0 3px 0 rgba(20,39,31,.03),0 13px 31px rgba(20,39,31,.065); transition:transform .18s,box-shadow .18s; }
.listing-card:hover { transform:translateY(-4px); box-shadow:0 8px 0 rgba(20,39,31,.025),0 20px 35px rgba(20,39,31,.12); }
.listing-card-image { height:112px; background:linear-gradient(135deg,#dcebdd,#9abb9a); }
.listing-card:nth-child(3n+1) .listing-card-image { background-image:linear-gradient(90deg,rgba(14,90,66,.12),rgba(14,90,66,.02)),url('assets/img/finduswv-local.jpg'); background-size:cover; background-position:center; }
.listing-card:nth-child(3n+2) .listing-card-image { background:linear-gradient(135deg,#dfc493,#a56b47); }
.listing-card:nth-child(3n) .listing-card-image { background:linear-gradient(135deg,#c9ddd1,#789b86); }
.listing-card-body { padding:17px 18px; }
.listing-meta { font-size:10px; letter-spacing:1px; }
.listing-card h3 { margin:8px 0 6px; font-size:22px; letter-spacing:-.8px; }
.listing-card p { font-size:13px; line-height:1.55; }
.listing-card footer { padding-top:8px; border-top:1px solid #edf0ea; }
.details-link { padding:4px 0; }
.map-card { border:0; border-radius:10px; box-shadow:0 18px 36px rgba(20,39,31,.1); }
.map-card::before { content:"Explore with the map"; position:absolute; z-index:501; top:14px; left:14px; padding:8px 11px; border-radius:4px; background:rgba(255,254,250,.93); color:#264438; box-shadow:0 3px 14px rgba(20,39,31,.1); font-size:11px; font-weight:800; letter-spacing:.4px; }
#directory-map { filter:saturate(.72) contrast(.96); }
.map-legend { font-size:10px; }
.feature-strip { border-radius:12px; background:var(--ink); box-shadow:0 24px 50px rgba(20,39,31,.18); }
.feature-copy { padding:60px 58px; }
.feature-copy h2 { font-size:43px; letter-spacing:-1.4px; }
.feature-copy p { font-size:16px; line-height:1.66; }
.feature-art { min-height:358px; background:linear-gradient(90deg,rgba(8,34,24,.1),rgba(8,34,24,.01)),url('assets/img/finduswv-local.jpg') center/cover no-repeat; }
.feature-art::before { display:none; }
.feature-art::after { top:auto; left:35px; bottom:35px; width:65px; height:65px; background:#f6d06e; color:#184331; box-shadow:0 13px 0 rgba(0,0,0,.16); }
.how-grid { gap:0; border-top:1px solid #d9ded6; }
.step { min-height:202px; padding:31px 35px 20px 0; border-right:1px solid #d9ded6; }
.step:not(:first-child) { padding-left:35px; }
.step:last-child { border:0; }
.step-number { width:34px; height:34px; background:#e7c56c; font-size:13px; }
.step h3 { font-size:24px; }
.cta { position:relative; overflow:hidden; padding:95px 28px; background:linear-gradient(100deg,rgba(7,52,38,.96),rgba(7,52,38,.84)),url('assets/img/finduswv-hero.jpg') center/cover no-repeat; }
.cta h2 { font-size:clamp(35px,4vw,53px); letter-spacing:-1.7px; }
.cta .button { border-radius:6px; }
.site-footer { padding:58px 0 22px; background:#101f19; }
.footer-grid { gap:55px; }
dialog { border-radius:10px; }
.modal-inner { padding:34px; }
@media (max-width:900px) { .hero { padding:80px 0 68px; } .sponsor-copy { align-items:flex-start; flex-direction:column; gap:12px; } .feature-copy { padding:40px 33px; } .step,.step:not(:first-child) { padding:27px 22px 22px; } }
@media (max-width:670px) { .shell { width:calc(100% - 28px); } .hero { padding:65px 0 52px; background-position:62% center; } .hero h1 { letter-spacing:-1.5px; } .search-panel { padding:8px; } .search-panel input,.search-panel select { border-bottom:1px solid var(--line); } .section { padding:65px 0; } .sponsor-copy { padding:14px 15px 16px; } .listing-card { min-height:248px; } .map-card::before { top:10px; left:10px; } .how-grid { border:0; } .step,.step:not(:first-child) { border-right:0; border-top:1px solid #d9ded6; padding:27px 0; } .feature-copy { padding:36px 26px; } .feature-copy h2 { font-size:35px; } .cta { padding:70px 22px; } }

.sponsor-stack { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:0 0 19px; }
.sponsor-stack .sponsor-card { margin:0; }
.sponsor-card--serv { background:#e8ece8; border-color:#cbd3cd; }
.sponsor-card--serv::before { background-image:linear-gradient(90deg,rgba(232,236,232,.98),rgba(232,236,232,.8)),url('assets/img/servauthority-van.webp'); background-position:center; opacity:.4; }
.sponsor-card--serv .sponsor-kicker { background:#1b2522; }
.sponsor-card--serv .sponsor-link { color:#9c271d; }
@media (max-width:900px) { .sponsor-stack { grid-template-columns:1fr; } }

.discovery-section { background:linear-gradient(180deg,#fffefa 0%,#f3f5f0 100%); }
.discovery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.discovery-card { min-height:230px; padding:24px 21px; border:1px solid #dce2da; border-radius:8px; background:#fffefa; box-shadow:0 12px 26px rgba(20,39,31,.045); }
.discovery-label { display:inline-block; margin-bottom:33px; color:var(--forest); font-size:10px; font-weight:800; letter-spacing:1.4px; text-transform:uppercase; }
.discovery-card h3 { margin:0 0 9px; font-size:23px; letter-spacing:-.75px; }
.discovery-card p { margin:0; color:var(--ink-soft); font-size:13px; line-height:1.62; }
@media (max-width:900px) { .discovery-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:670px) { .discovery-grid { grid-template-columns:1fr; } .discovery-card { min-height:0; } .discovery-label { margin-bottom:18px; } }

.faq-section { background:#fffefa; }
.faq-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.faq-layout h2 { margin:0 0 15px; font-size:clamp(34px,3.2vw,47px); letter-spacing:-1.5px; }
.faq-layout > div > p:last-child { max-width:350px; color:var(--ink-soft); line-height:1.7; }
.faq-list { border-top:1px solid #dce2da; }
.faq-list details { border-bottom:1px solid #dce2da; padding:0; }
.faq-list summary { position:relative; padding:20px 35px 20px 0; color:var(--ink); cursor:pointer; list-style:none; font-family:Fraunces,Georgia,serif; font-size:20px; font-weight:700; letter-spacing:-.45px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; position:absolute; right:3px; top:14px; color:var(--forest); font-family:"DM Sans",Arial,sans-serif; font-size:26px; font-weight:400; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list p { max-width:620px; margin:0 0 20px; color:var(--ink-soft); font-size:14px; line-height:1.7; }
@media (max-width:900px) { .faq-layout { grid-template-columns:1fr; gap:30px; } }

.sponsor-card--mb::before { background-image:linear-gradient(90deg,rgba(246,241,228,.97),rgba(246,241,228,.79)),url('assets/img/mbmow-property.webp'); background-position:center; opacity:.43; }
.sponsor-card--mb .sponsor-link { color:#315f2c; }

.sponsor-card { display:flex; flex-direction:column; }
.sponsor-card::before { display:none; }
.sponsor-copy { min-height:141px; }
.sponsor-photo { min-height:116px; margin-top:auto; background-size:cover; background-position:center; }
.sponsor-photo--mb { background-image:linear-gradient(90deg,rgba(23,57,36,.12),rgba(23,57,36,.04)),url('assets/img/mbmow-property.webp'); }
.sponsor-photo--serv { background-image:linear-gradient(90deg,rgba(19,26,23,.08),rgba(19,26,23,.03)),url('assets/img/servauthority-van.webp'); }
@media (max-width:900px) { .sponsor-photo { min-height:140px; } }

.sponsor-map-pin { background:transparent; border:0; }
.sponsor-map-pin span { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border:2px solid #fffefa; border-radius:16px 16px 16px 3px; background:#315f2c; color:#fffefa; box-shadow:0 4px 12px rgba(19,43,25,.32); font-family:"DM Sans",Arial,sans-serif; font-size:10px; font-weight:800; letter-spacing:.45px; text-transform:uppercase; }
.sponsor-map-popup { min-width:210px; font-family:"DM Sans",Arial,sans-serif; line-height:1.45; }
.sponsor-map-popup strong { display:block; margin-bottom:2px; color:var(--ink); font-family:Fraunces,Georgia,serif; font-size:16px; }
.sponsor-map-popup span { color:var(--ink-soft); font-size:12px; }
.sponsor-map-popup a { display:inline-block; margin-top:8px; color:#315f2c; font-size:12px; font-weight:800; text-decoration:none; }
.sponsor-map-popup a:hover { text-decoration:underline; }

.sponsor-map-pin--serv span { background:#9c271d; }
.sponsor-map-popup--serv a { color:#9c271d; }

.sponsor-card--serv .sponsor-copy { align-items:flex-start; flex-direction:column; gap:11px; }
.sponsor-card--serv .sponsor-link { max-width:100%; white-space:normal; }

/* Sponsored listings use the same card vocabulary as directory results. */
.sponsor-card { min-height:0; background:#fffefa; border:1px solid #d7d6c6; box-shadow:0 3px 0 rgba(20,39,31,.03),0 13px 31px rgba(20,39,31,.065); }
.sponsor-card .sponsor-kicker { position:absolute; z-index:2; top:0; left:0; border-radius:0 0 6px 0; }
.sponsor-card .sponsor-photo { order:0; min-height:118px; margin:0; }
.sponsor-card .sponsor-card-body { order:1; display:flex; flex:1; flex-direction:column; min-height:176px; padding:16px 17px; }
.sponsor-card .listing-meta { display:flex; justify-content:space-between; gap:8px; color:var(--forest); font-weight:800; text-transform:uppercase; }
.sponsor-card .listing-meta .county-tag { color:var(--ink-soft); text-transform:none; letter-spacing:0; }
.sponsor-card h3 { margin-top:7px; font-size:20px; line-height:1.08; }
.sponsor-card p { margin-bottom:12px; }
.sponsor-card footer { margin-top:auto; align-items:flex-end; }
.sponsor-card footer > span { max-width:58%; font-size:11px; line-height:1.35; }
.sponsor-card .details-link { flex:none; white-space:nowrap; }
.sponsor-card--serv { background:#fffefa; }
.sponsor-card--serv .sponsor-card-body { min-height:190px; }
.detail-hero--mb { background:linear-gradient(90deg,rgba(23,57,36,.12),rgba(23,57,36,.03)),url('assets/img/mbmow-property.webp') center/cover no-repeat; }
.detail-hero--serv { background:linear-gradient(90deg,rgba(19,26,23,.12),rgba(19,26,23,.03)),url('assets/img/servauthority-van.webp') center/cover no-repeat; }
@media (max-width:670px) { .sponsor-card .sponsor-photo { min-height:145px; } .sponsor-card footer > span { max-width:60%; } }

.sponsor-card--mb .details-link { color:#315f2c; }
.sponsor-card--serv .details-link { color:#9c271d; }
.sponsor-card--mb .details-link:hover,
.sponsor-card--serv .details-link:hover { text-decoration:underline; text-underline-offset:4px; }

.listing-options { background:#f0f2ed; }
.listing-option-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:16px; align-items:stretch; }
.listing-option-card { min-height:430px; padding:33px; border-radius:10px; }
.listing-option-card--free { display:flex; flex-direction:column; background:#fffefa; border:1px solid #dce2da; }
.listing-option-card--featured { position:relative; overflow:hidden; background:#143a2c; color:#fffefa; box-shadow:0 20px 45px rgba(20,39,31,.18); }
.listing-option-card--featured::after { content:""; position:absolute; right:-80px; bottom:-110px; width:380px; height:380px; border:1px solid rgba(243,208,110,.25); border-radius:50%; box-shadow:0 0 0 40px rgba(243,208,110,.04),0 0 0 85px rgba(243,208,110,.025); pointer-events:none; }
.option-index { position:relative; z-index:1; color:var(--forest); font-size:11px; font-weight:800; letter-spacing:1.25px; text-transform:uppercase; }
.option-index span { color:#b4c4ba; margin:0 5px; }
.listing-option-card h3 { position:relative; z-index:1; margin:29px 0 16px; font-size:clamp(31px,3.2vw,45px); letter-spacing:-1.45px; }
.listing-option-card h3 em { color:var(--forest); font-style:normal; }
.listing-option-card > p { position:relative; z-index:1; max-width:500px; margin:0 0 17px; color:var(--ink-soft); font-size:14px; line-height:1.68; }
.option-action { margin-top:auto; align-self:flex-start; border:0; padding:0; background:transparent; color:var(--forest); font-weight:800; font-size:14px; text-decoration:underline; text-underline-offset:5px; }
.option-action:hover { color:#0d3f2f; }
.listing-option-card--featured .option-index { color:#f4cf6b; }
.listing-option-card--featured .option-index span { color:rgba(255,255,255,.45); }
.listing-option-card--featured .option-price { position:absolute; z-index:1; top:29px; right:32px; display:flex; align-items:baseline; gap:7px; color:#fffefa; }
.option-price strong { font-family:Fraunces,Georgia,serif; font-size:38px; letter-spacing:-1px; }
.option-price span { color:#ccddd2; font-size:12px; font-weight:700; }
.listing-option-card--featured h3 { max-width:450px; margin-top:48px; }
.listing-option-card--featured h3 em { color:#f4cf6b; }
.listing-option-card--featured > p { color:#d8e5dd; }
.option-contact { position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:25px; padding-top:19px; border-top:1px solid rgba(255,255,255,.18); }
.option-contact a { color:#f4cf6b; font-size:13px; font-weight:800; text-decoration:none; }
.option-contact a:hover { text-decoration:underline; text-underline-offset:4px; }
@media (max-width:900px) { .listing-option-grid { grid-template-columns:1fr; } .listing-option-card { min-height:0; } }
@media (max-width:670px) { .listing-option-card { padding:27px 23px; } .listing-option-card--featured .option-price { top:23px; right:22px; } .listing-option-card--featured h3 { margin-top:57px; } }
