:root {
  --ink: #14202b;
  --ink-soft: #334454;
  --paper: #fbfaf7;
  --cream: #f2eee5;
  --white: #ffffff;
  --red: #c73538;
  --red-dark: #a92a2d;
  --gold: #d8a838;
  --gold-light: #f0d88e;
  --blue: #263d5b;
  --line: #ddd8cd;
  --muted: #6d746f;
  --shadow: 0 20px 60px rgba(20, 32, 43, 0.08);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.top-ribbon { height: 5px; display: grid; grid-template-columns: 14% 14% 14% 29% 29%; overflow: hidden; }
.top-ribbon span { display: block; }
.de-black { background: #111; }
.de-red, .us-red { background: #c83639; }
.de-gold { background: #e0ad37; }
.us-blue { background: #2d4465; }

.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 247, .92); border-bottom: 1px solid rgba(20, 32, 43, .07); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; white-space: nowrap; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--ink); color: white; font-size: 14px; letter-spacing: -.5px; position: relative; overflow: hidden; }
.brand-mark:after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: linear-gradient(90deg,#111 0 33%,#c83639 33% 66%,#e0ad37 66%); }
.brand-type { font-size: 20px; letter-spacing: -1px; }
.brand-type span { color: var(--red); font-weight: 500; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; }
.main-nav a { font-size: 14px; font-weight: 600; color: #344352; }
.main-nav a:hover { color: var(--red); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; margin-left: auto; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border-radius: 14px; border: 1px solid transparent; font-weight: 700; font-size: 14px; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 17px; }
.button-outline { border-color: #bec3c5; background: transparent; }
.button-outline:hover { background: white; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-gold { color: #201d18; background: var(--gold); }

.hero { position: relative; overflow: hidden; padding: 96px 0 88px; background: radial-gradient(circle at 82% 25%, rgba(216,168,56,.15), transparent 24%), radial-gradient(circle at 94% 67%, rgba(199,53,56,.08), transparent 24%); }
.hero:after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(38,61,91,.08); border-radius: 50%; right: -200px; bottom: -280px; }
.hero-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 74px; align-items: center; }
.eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 1.8px; color: var(--red); margin-bottom: 17px; }
h1,h2,h3,p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -3.6px; margin-bottom: 28px; max-width: 780px; }
h1 em { color: var(--red); font-weight: 600; }
.hero-deck { font-size: 19px; line-height: 1.65; max-width: 700px; color: var(--ink-soft); margin-bottom: 34px; }

.search-card { display: grid; grid-template-columns: 1.3fr .8fr auto; background: white; padding: 8px; border: 1px solid #e2dfd9; border-radius: 18px; box-shadow: var(--shadow); max-width: 800px; }
.search-field { display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; padding: 10px 16px; align-items: center; border-right: 1px solid #e7e3db; }
.search-field .field-icon { grid-row: 1 / 3; color: var(--red); font-size: 19px; }
.search-field label { font-size: 11px; font-weight: 800; color: #606a73; text-transform: uppercase; letter-spacing: .7px; }
.search-field input { border: 0; padding: 4px 0 0; outline: 0; width: 100%; color: var(--ink); background: transparent; font-size: 14px; }
.search-field input::placeholder { color: #92999f; }
.search-button { min-height: 64px; align-self: stretch; border: 0; }
.popular-searches { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-top: 19px; font-size: 13px; color: #70777d; }
.popular-searches span { font-weight: 700; }
.popular-searches a { border-bottom: 1px solid #d5d1c9; }
.popular-searches a:hover { color: var(--red); }

.hero-art { position: relative; min-height: 510px; }
.art-card { position: absolute; inset: 10px 0 20px 20px; border-radius: 42px; overflow: hidden; background: #182736; box-shadow: 0 35px 80px rgba(20,32,43,.2); }
.art-main:before { content: ""; position: absolute; width: 380px; height: 380px; left: -120px; top: -110px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 0 60px rgba(255,255,255,.025),0 0 0 120px rgba(255,255,255,.018); }
.art-main:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(216,168,56,.22), transparent 28%), radial-gradient(circle at 22% 82%, rgba(199,53,56,.22), transparent 30%); }
.map-label { position: absolute; z-index: 2; width: 180px; padding: 17px 18px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; backdrop-filter: blur(10px); color: white; }
.map-label strong, .map-label small { display: block; }
.map-label strong { margin-top: 10px; font-size: 16px; }
.map-label small { opacity: .62; margin-top: 3px; }
.map-label-de { top: 78px; left: 48px; }
.map-label-us { right: 46px; bottom: 92px; }
.flag { width: 34px; height: 22px; border-radius: 4px; overflow: hidden; display: grid; }
.flag i { display: block; }
.de-flag { grid-template-rows: repeat(3,1fr); }
.de-flag i:nth-child(1) { background: #111; } .de-flag i:nth-child(2) { background: #c73639; } .de-flag i:nth-child(3) { background: #e0ad37; }
.us-flag { position: relative; display: block; background: #f7f5ef; border: 1px solid rgba(255,255,255,.2); }
.us-flag:before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, #b9383c 0 2.6px, transparent 2.6px 5.2px); opacity: .95; }
.us-flag:after { content: ""; position: absolute; width: 15px; height: 12px; left: 0; top: 0; background: #314968; border-radius: 3px 0 2px 0; }
.us-flag b { position: absolute; z-index: 2; left: 4px; top: 1px; color: #fff; font-size: 7px; line-height: 1; font-weight: 500; }
.us-flag i { display: none; }
.route-line { position: absolute; z-index: 1; width: 280px; height: 140px; border: 2px dashed rgba(255,255,255,.35); border-color: rgba(255,255,255,.28) transparent transparent transparent; border-radius: 50%; top: 180px; left: 95px; transform: rotate(17deg); }
.plane { position: absolute; right: 40px; top: -15px; color: var(--gold-light); font-size: 28px; transform: rotate(-17deg); }
.art-caption { position: absolute; z-index: 2; left: 50px; bottom: 58px; font-family: "Playfair Display", Georgia, serif; color: white; font-size: 34px; line-height: 1.06; }
.floating-card { position: absolute; z-index: 3; background: white; border-radius: 16px; padding: 14px 18px; box-shadow: 0 15px 35px rgba(20,32,43,.15); }
.floating-card span, .floating-card strong { display: block; font-size: 20px; color: var(--red); }
.floating-card small { display: block; color: #667079; margin-top: 3px; font-size: 11px; }
.float-one { top: 2px; right: -18px; }
.float-two { bottom: 0; left: 0; }

.trust-strip { border-top: 1px solid #e2ded6; border-bottom: 1px solid #e2ded6; background: white; }
.trust-grid { min-height: 78px; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); align-items: center; gap: 20px; font-size: 13px; }
.trust-grid strong { font-size: 14px; }
.trust-item { color: #5d666e; }
.trust-item span { color: var(--red); margin-right: 6px; font-weight: 800; }

.section { padding: 104px 0; }
.section-cream { background: var(--cream); }
.section-dark { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading.compact { grid-template-columns: 1fr auto; }
.section-heading h2, .feature-intro h2, .business-grid h2, .editorial-lead h2, .newsletter h2 { font-size: clamp(38px,4vw,56px); line-height: 1.03; letter-spacing: -2px; margin-bottom: 0; }
.section-heading p { color: #667077; line-height: 1.7; max-width: 560px; margin-bottom: 4px; }

.category-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 232px; padding: 26px; background: rgba(255,255,255,.48); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; position: relative; transition: .22s ease; }
.category-card:hover { background: white; transform: translateY(-3px); box-shadow: 0 14px 28px rgba(20,32,43,.07); z-index: 2; }
.category-card.high-intent { background: #fff; }
.category-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: #eee9df; color: var(--red); font-size: 20px; margin-bottom: 34px; }
.category-card h3 { font-size: 17px; margin-bottom: 8px; }
.category-card p { color: #727a80; font-size: 13px; line-height: 1.55; margin-bottom: 0; }
.arrow { position: absolute; right: 20px; top: 22px; color: #9aa0a5; font-size: 18px; }

.split-feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: start; }
.feature-intro { position: sticky; top: 130px; }
.feature-intro h2 { margin-bottom: 24px; }
.feature-intro p { font-size: 17px; line-height: 1.7; color: #5c656b; max-width: 470px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 14px; color: var(--red); font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.guide-stack { display: grid; gap: 12px; }
.guide-card { display: grid; grid-template-columns: 54px 1fr auto; gap: 20px; align-items: start; padding: 28px; background: #fbfaf7; border-radius: 18px; border: 1px solid #e3ded3; transition: .2s ease; }
.guide-card:hover { transform: translateX(4px); background: white; }
.guide-number { color: #aaa39a; font-family: "Playfair Display", Georgia, serif; font-size: 17px; }
.guide-card small { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.guide-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 23px; margin: 8px 0 7px; }
.guide-card p { color: #747a7f; font-size: 13px; line-height: 1.55; margin: 0; }
.guide-arrow { font-size: 21px; }

.city-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 220px; gap: 14px; }
.city-card { position: relative; overflow: hidden; border-radius: 20px; padding: 24px; display: flex; flex-direction: column; justify-content: end; color: white; background: var(--blue); isolation: isolate; }
.city-card:before { content: ""; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .45s ease; }
.city-card:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,transparent 20%,rgba(10,18,27,.77)); }
.city-card:hover:before { transform: scale(1.045); }
.city-card span { font-family: "Playfair Display", Georgia, serif; font-size: 29px; font-weight: 700; }
.city-card small { opacity: .75; margin-top: 4px; }
.city-ny { grid-column: span 5; grid-row: span 2; }
.city-chicago { grid-column: span 4; }
.city-la { grid-column: span 3; }
.city-sd { grid-column: span 3; }
.city-dc { grid-column: span 4; }
.city-ny:before { background-image: linear-gradient(120deg,#354b5f,#8a4a47); }
.city-chicago:before { background-image: linear-gradient(135deg,#5b6a72,#cab385); }
.city-la:before { background-image: linear-gradient(135deg,#ab7457,#48566c); }
.city-sd:before { background-image: linear-gradient(135deg,#3f6d78,#d3a05e); }
.city-dc:before { background-image: linear-gradient(135deg,#6c6764,#394e66); }
.city-card:before { filter: saturate(.85); }
.city-card:nth-child(1):before { background-image: radial-gradient(circle at 70% 20%,rgba(255,255,255,.12),transparent 18%), linear-gradient(145deg,#253b52 0%,#7c3f43 100%); }
.city-card:nth-child(2):before { background-image: linear-gradient(160deg,#315165,#987947); }
.city-card:nth-child(3):before { background-image: linear-gradient(145deg,#ae624c,#404c6a); }
.city-card:nth-child(4):before { background-image: linear-gradient(145deg,#315e69,#b87c4e); }
.city-card:nth-child(5):before { background-image: linear-gradient(145deg,#5a5d63,#263f5c); }

.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.eyebrow-light { color: var(--gold-light); }
.business-grid h2 { color: white; }
.business-copy p { color: #c6ccd1; font-size: 17px; line-height: 1.75; }
.business-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.plain-link { font-size: 14px; color: #e7e9ea; font-weight: 600; }

.editorial-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; }
.editorial-lead h2 { margin-bottom: 24px; }
.editorial-lead p { color: #687078; line-height: 1.7; font-size: 16px; }
.story-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.story-card { min-height: 340px; border-radius: 22px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: white; }
.story-card:before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; border: 1px solid rgba(255,255,255,.17); right: -80px; top: -70px; box-shadow: 0 0 0 45px rgba(255,255,255,.035),0 0 0 90px rgba(255,255,255,.018); }
.story-red { background: #a83235; }
.story-gold { background: #b48b31; color: #211e19; }
.story-kicker { font-size: 10px; letter-spacing: 1.4px; font-weight: 800; opacity: .7; margin-bottom: 14px; }
.story-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 28px; line-height: 1.08; margin-bottom: 13px; }
.story-card p { opacity: .78; font-size: 13px; line-height: 1.55; }
.story-card a { font-size: 13px; font-weight: 700; margin-top: 10px; }

.newsletter { padding: 36px 0 104px; }
.newsletter-card { background: #ebe5d9; border-radius: 28px; padding: 52px 58px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.newsletter h2 { margin-bottom: 13px; }
.newsletter p { color: #687078; margin-bottom: 0; max-width: 570px; line-height: 1.6; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.newsletter-form input { border: 1px solid #d7d1c6; border-radius: 13px; padding: 0 17px; outline: 0; background: white; min-width: 0; }
.newsletter-form small { grid-column: 1 / -1; color: #767b7e; padding-left: 3px; }

.site-footer { background: #101923; color: white; padding: 70px 0 26px; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.footer-brand .brand-mark { background: white; color: var(--ink); }
.footer-brand .brand-type { color: white; }
.footer-grid > div:first-child p { max-width: 330px; color: #9ea7af; line-height: 1.6; margin-top: 20px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.footer-links div { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 7px; font-size: 13px; }
.footer-links a { color: #aab2b9; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #77838c; font-size: 11px; }

.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%,20px); background: #111b24; color: white; padding: 12px 18px; border-radius: 12px; opacity: 0; pointer-events: none; transition: .25s ease; z-index: 100; font-size: 13px; box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.toast.show { opacity: 1; transform: translate(-50%,0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.reveal { animation: reveal .65s ease both; }
.reveal-delay { animation-delay: .12s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .desktop-cta { display: none; }
  .hero { padding-top: 74px; }
  .hero-grid { gap: 45px; grid-template-columns: 1.08fr .92fr; }
  .hero-art { min-height: 440px; }
  .map-label { width: 154px; }
  .map-label-de { left: 30px; top: 58px; }
  .map-label-us { right: 28px; bottom: 76px; }
  .art-caption { left: 35px; bottom: 45px; font-size: 30px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card { min-height: 210px; }
  .split-feature { gap: 60px; }
  .business-grid { gap: 60px; }
  .editorial-grid { gap: 45px; }
  .newsletter-card { gap: 40px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 34px), var(--shell)); }
  .nav-wrap { height: 72px; }
  .main-nav { position: absolute; left: 0; right: 0; top: 72px; background: var(--paper); padding: 22px 24px 28px; border-bottom: 1px solid #ddd8cf; display: none; flex-direction: column; align-items: flex-start; gap: 18px; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding: 70px 0 65px; }
  h1 { font-size: clamp(48px,10vw,72px); max-width: 680px; }
  .hero-deck { max-width: 650px; }
  .hero-art { min-height: 390px; max-width: 620px; width: 100%; justify-self: center; }
  .art-card { inset: 0 16px 12px 16px; }
  .float-one { right: 0; }
  .trust-grid { grid-template-columns: repeat(3,1fr); padding: 20px 0; }
  .trust-grid > div:first-child { grid-column: 1 / -1; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-feature { grid-template-columns: 1fr; }
  .feature-intro { position: static; }
  .city-grid { grid-auto-rows: 180px; }
  .city-ny { grid-column: span 7; grid-row: span 2; }
  .city-chicago { grid-column: span 5; }
  .city-la { grid-column: span 5; }
  .city-sd { grid-column: span 6; }
  .city-dc { grid-column: span 6; }
  .business-grid, .editorial-grid, .newsletter-card, .footer-grid { grid-template-columns: 1fr; }
  .business-grid { gap: 30px; }
  .editorial-grid { gap: 32px; }
  .newsletter-card { gap: 30px; }
}

@media (max-width: 600px) {
  .top-ribbon { height: 4px; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-type { font-size: 18px; }
  .brand-mark { width: 35px; height: 35px; }
  .hero { padding-top: 56px; }
  h1 { font-size: 49px; line-height: .98; letter-spacing: -2.8px; }
  .hero-deck { font-size: 16px; line-height: 1.6; }
  .search-card { grid-template-columns: 1fr; padding: 8px; gap: 1px; }
  .search-field { border-right: 0; border-bottom: 1px solid #e7e3db; padding: 12px 14px; }
  .search-button { min-height: 52px; margin-top: 5px; }
  .popular-searches { line-height: 1.7; }
  .hero-art { min-height: 330px; }
  .art-card { border-radius: 28px; }
  .map-label { width: 138px; padding: 13px; }
  .map-label strong { font-size: 13px; }
  .map-label-de { top: 45px; left: 22px; }
  .map-label-us { right: 20px; bottom: 65px; }
  .route-line { width: 190px; left: 69px; top: 145px; }
  .art-caption { font-size: 25px; left: 26px; bottom: 34px; }
  .float-one { display: none; }
  .float-two { bottom: -5px; left: 2px; padding: 10px 13px; }
  .trust-grid { grid-template-columns: 1fr; gap: 9px; }
  .trust-grid > div:first-child { grid-column: auto; }
  .section { padding: 66px 0; }
  .section-heading h2, .feature-intro h2, .business-grid h2, .editorial-lead h2, .newsletter h2 { font-size: 39px; letter-spacing: -1.5px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 170px; }
  .category-icon { margin-bottom: 26px; }
  .guide-card { grid-template-columns: 38px 1fr; padding: 22px 18px; gap: 12px; }
  .guide-arrow { display: none; }
  .guide-card h3 { font-size: 20px; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .desktop-link { display: none; }
  .city-grid { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .city-card, .city-ny, .city-chicago, .city-la, .city-sd, .city-dc { grid-column: auto; grid-row: auto; }
  .city-ny { grid-column: 1 / -1; }
  .city-card span { font-size: 23px; }
  .business-actions { flex-direction: column; align-items: flex-start; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card { min-height: 300px; }
  .newsletter { padding-bottom: 70px; }
  .newsletter-card { padding: 34px 24px; border-radius: 22px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form input { min-height: 52px; }
  .newsletter-form small { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr 1fr; row-gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}


/* Directory */
.directory-toolbar { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:-8px 0 26px; }
.directory-filters { display:flex; flex-wrap:wrap; gap:8px; }
.filter-chip { border:1px solid #d8d2c7; background:#fbfaf7; color:var(--ink-soft); border-radius:999px; padding:9px 14px; font:700 12px "DM Sans",Arial,sans-serif; }
.filter-chip:hover,.filter-chip.active { background:var(--ink); border-color:var(--ink); color:white; }
.directory-count { color:#7b817f; font-size:12px; white-space:nowrap; }
.directory-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.listing-card { background:white; border:1px solid #e0dbd1; border-radius:18px; padding:23px; display:flex; flex-direction:column; min-height:238px; transition:.2s ease; }
.listing-card:hover { transform:translateY(-3px); box-shadow:0 16px 34px rgba(20,32,43,.08); }
.listing-meta { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:23px; }
.listing-category { font-size:10px; letter-spacing:1px; font-weight:800; color:var(--red); text-transform:uppercase; }
.verified-badge { color:#65716f; font-size:10px; font-weight:700; }
.listing-card h3 { font-family:"Playfair Display",Georgia,serif; font-size:22px; line-height:1.15; margin-bottom:9px; }
.listing-location { color:#697178; font-size:12px; margin-bottom:12px; }
.listing-card p { color:#747b80; font-size:13px; line-height:1.55; margin-bottom:18px; }
.listing-link { margin-top:auto; font-size:12px; font-weight:800; color:var(--red); }
.directory-more { margin-top:26px; display:flex; justify-content:center; }
.directory-page { padding:70px 0 100px; }
.directory-page-header { max-width:780px; margin-bottom:36px; }
.directory-page-header p { color:#687078; line-height:1.7; font-size:17px; }
.directory-search { max-width:760px; margin-bottom:22px; }
@media(max-width:900px){.directory-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.directory-toolbar{align-items:flex-start;flex-direction:column}.directory-grid{grid-template-columns:1fr}.listing-card{min-height:0}}

/* Submission workflow */
.submission-hero { padding: 76px 0 64px; background: radial-gradient(circle at 86% 22%, rgba(216,168,56,.14), transparent 24%), var(--paper); border-bottom:1px solid var(--line); }
.submission-hero-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:72px; align-items:center; }
.submission-hero h1 { margin-bottom:20px; }
.submission-hero p { max-width:690px; color:var(--ink-soft); font-size:18px; line-height:1.7; }
.review-card { background:var(--ink); color:white; border-radius:24px; padding:30px; box-shadow:var(--shadow); }
.review-card strong { display:block; font-family:"Playfair Display",Georgia,serif; font-size:25px; margin-bottom:10px; }
.review-card p { color:#c9ced2; font-size:14px; line-height:1.6; }
.review-flow { display:flex; align-items:center; flex-wrap:wrap; gap:9px; margin-top:22px; font-size:11px; font-weight:800; letter-spacing:.7px; text-transform:uppercase; }
.review-flow span { padding:9px 11px; border:1px solid rgba(255,255,255,.18); border-radius:999px; }
.review-flow i { color:var(--gold); font-style:normal; }
.submission-section { padding-top:72px; }
.submission-layout { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:55px; align-items:start; }
.business-form { background:white; border:1px solid #e1dcd2; border-radius:24px; padding:36px; box-shadow:0 18px 50px rgba(20,32,43,.05); }
.form-section-heading { display:grid; grid-template-columns:46px 1fr; gap:16px; padding-bottom:24px; border-bottom:1px solid #ece7dd; margin-bottom:28px; }
.form-section-heading.second { margin-top:48px; }
.form-section-heading > span { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:#efeae0; color:var(--red); font:800 12px "DM Sans",sans-serif; }
.form-section-heading h2 { font-size:30px; letter-spacing:-1px; margin-bottom:4px; }
.form-section-heading p { color:#7a817f; font-size:13px; margin:0; }
.form-grid { display:grid; gap:20px; }
.form-grid.two-col { grid-template-columns:1fr 1fr; }
.form-field { display:flex; flex-direction:column; gap:8px; min-width:0; }
.form-field.full,.check-field.full { grid-column:1 / -1; }
.form-field > span { font-size:12px; font-weight:800; color:#46535e; }
.form-field > span small { font-weight:500; color:#8a908f; }
.form-field input,.form-field select,.form-field textarea { width:100%; border:1px solid #d9d4ca; border-radius:12px; background:#fdfcf9; color:var(--ink); padding:13px 14px; outline:none; font:500 14px "DM Sans",Arial,sans-serif; transition:.18s ease; }
.form-field textarea { resize:vertical; line-height:1.55; min-height:140px; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:#9aa6b0; box-shadow:0 0 0 3px rgba(38,61,91,.08); background:white; }
.field-help { color:#858c8c; font-size:11px; line-height:1.4; }
.check-field { display:flex; align-items:flex-start; gap:11px; padding:15px 16px; border:1px solid #ded9cf; border-radius:13px; background:#faf8f3; }
.check-field input { margin-top:3px; width:17px; height:17px; accent-color:var(--red); flex:0 0 auto; }
.check-field span { display:flex; flex-direction:column; gap:4px; font-size:13px; line-height:1.4; }
.check-field small { color:#747c80; }
.authorization { background:#f5f1e8; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.form-status { margin-top:24px; padding:15px 17px; border-radius:12px; font-size:13px; line-height:1.5; }
.form-status.success { background:#eef6f1; color:#24523a; border:1px solid #bcd8c7; }
.form-status.error { background:#fbefef; color:#8a292c; border:1px solid #ecc4c5; }
.form-submit-row { display:flex; align-items:center; gap:20px; margin-top:28px; }
.form-submit-row p { color:#7a817f; font-size:11px; margin:0; }
.form-submit-row button:disabled { opacity:.6; cursor:wait; transform:none; }
.submission-sidebar { display:grid; gap:16px; position:sticky; top:110px; }
.side-card { background:var(--cream); border:1px solid #e0dbd1; padding:26px; border-radius:19px; }
.side-card.muted { background:transparent; }
.side-card h3 { font-family:"Playfair Display",Georgia,serif; font-size:23px; line-height:1.12; margin-bottom:13px; }
.side-card p,.side-card li { color:#6d757a; font-size:13px; line-height:1.6; }
.side-card ol { margin:0; padding-left:20px; }
.side-card li + li { margin-top:9px; }
.directory-empty { grid-column:1 / -1; border:1px dashed #d2ccc1; border-radius:18px; padding:34px; text-align:center; background:rgba(255,255,255,.45); }
.directory-empty p { margin:8px 0 0; color:#747b80; }
.directory-empty a { color:var(--red); font-weight:700; }
.approved-badge { color:#735f29; }
.language-badge { display:inline-block; margin-left:7px; padding:3px 6px; border-radius:999px; background:#eee9df; color:#60583f; font-size:9px; font-weight:800; text-transform:uppercase; letter-spacing:.5px; vertical-align:middle; }
.listing-featured { border-color:#d4b765; box-shadow:0 10px 32px rgba(216,168,56,.10); }

@media(max-width:900px){
  .submission-hero-grid,.submission-layout { grid-template-columns:1fr; gap:34px; }
  .submission-sidebar { position:static; grid-template-columns:1fr 1fr; }
}
@media(max-width:600px){
  .submission-hero { padding:54px 0 44px; }
  .submission-hero p { font-size:16px; }
  .business-form { padding:24px 18px; border-radius:19px; }
  .form-grid.two-col { grid-template-columns:1fr; }
  .form-field.full,.check-field.full { grid-column:auto; }
  .form-submit-row { flex-direction:column; align-items:stretch; }
  .form-submit-row p { text-align:center; }
  .submission-sidebar { grid-template-columns:1fr; }
  .review-flow { gap:6px; }
}
.mobile-nav-cta { display:none; }
@media(max-width:1040px){ .main-nav .mobile-nav-cta { display:inline-flex; color:var(--red); } }
