
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Literata:opsz,wght@7..72,500;7..72,650&display=swap");
:root { --brand: #9a3412; --accent: #f97316; --soft: #ffedd5; --bg: #ffffff; --muted-bg: #f9fafb; --text: #111827; --muted: #6b7280; --line: #f3f4f6; --line-strong: #e5e7eb; --font-body: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif; --font-display: Literata, Georgia, serif; --card-radius: 22px; --section-space: 48px; }
* { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); background: var(--bg); color: var(--text); }
a { color: inherit; }
main { min-height: 62vh; }
.topbar { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 64px; padding: 0 max(1rem, calc((100vw - 80rem) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 1px 3px rgba(0,0,0,.10), 0 1px 2px rgba(0,0,0,.06); backdrop-filter: blur(10px); }
.brand-link { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark { display: inline-flex; align-items: baseline; font-size: 18px; font-weight: 800; letter-spacing: -.035em; color: var(--brand); }
.wordmark-rest { color: #111827; }
.topnav { display: flex; gap: 4px; align-items: center; font-size: 14px; font-weight: 600; color: #4b5563; }
.topnav a { border-radius: 9px; padding: 9px 12px; text-decoration: none; transition: background .15s ease, color .15s ease; }
.topnav a:hover { background: #f9fafb; color: #111827; }
.topnav .business-nav-cta { border: 1px solid color-mix(in srgb, var(--brand) 30%, white); background: var(--brand); color: white; box-shadow: 0 8px 18px rgba(17,24,39,.10); }
.topnav .business-nav-cta:hover { background: color-mix(in srgb, var(--brand) 88%, black); color: white; }
.home-hero { position: relative; overflow: hidden; background: var(--brand); color: white; }
.hero-pattern { position: absolute; inset: 0; opacity: .10; background-image: radial-gradient(circle at 25% 50%, white .5px, transparent .5px), radial-gradient(circle at 75% 50%, white .5px, transparent .5px); background-size: 48px 48px; }
.hero-inner { position: relative; max-width: 58rem; margin: 0 auto; padding: clamp(64px, 9vw, 108px) 1rem; text-align: center; }
.home-hero-v2 { background: radial-gradient(circle at 15% 15%, color-mix(in srgb, var(--accent) 55%, white 0%) 0, transparent 30%), linear-gradient(135deg, var(--brand), #111827); }
.home-hero-grid { position: relative; max-width: 80rem; margin: 0 auto; padding: clamp(54px, 8vw, 92px) 1rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .82fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.hero-copy { max-width: 760px; }
.home-variant-guidebook .home-hero-grid { grid-template-columns: minmax(310px, .82fr) minmax(0, 1fr); }
.home-variant-guidebook .hero-copy { order: 2; }
.home-variant-guidebook .home-city-media { order: 1; }
.home-variant-compass { background: linear-gradient(160deg, #0f172a, var(--brand)); }
.home-variant-atlas { background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.22), transparent 28%), linear-gradient(120deg, var(--brand), color-mix(in srgb, var(--brand) 55%, #020617)); }
.home-variant-editorial { background: linear-gradient(115deg, color-mix(in srgb, var(--brand) 78%, #111827), #111827); }
.home-variant-editorial .home-hero-grid { grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr); }
.home-variant-editorial h1 { font-weight: 650; letter-spacing: -.045em; }
.home-variant-signal { background: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 2px, transparent 2px 22px), linear-gradient(125deg, #111827, var(--brand)); }
.home-variant-signal .hero-pill { border-radius: 7px; background: var(--accent); color: #111827; }
.home-variant-trust { background: radial-gradient(circle at 88% 15%, rgba(255,255,255,.2), transparent 28%), linear-gradient(145deg, color-mix(in srgb, var(--brand) 88%, #0f172a), #083344); }
.home-variant-trust .home-city-photo, .home-variant-trust .city-postcard { border-radius: 999px 999px 30px 30px; }
.home-variant-mosaic { background: linear-gradient(130deg, color-mix(in srgb, var(--brand) 72%, #111827), var(--brand)); }
.home-variant-mosaic .home-city-media { transform: rotate(1.2deg); }
.hero-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.15); padding: 7px 16px; color: rgba(255,255,255,.92); font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); }
.home-hero h1 { margin: 20px 0 0; max-width: 920px; color: white; font-size: clamp(34px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.home-hero p { max-width: 720px; margin: 18px 0 0; color: rgba(255,255,255,.84); font-size: clamp(16px, 2vw, 19px); line-height: 1.65; }
.hero-chips { margin-top: 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.hero-chips a { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.10); padding: 7px 16px; color: rgba(255,255,255,.9); text-decoration: none; font-size: 14px; transition: background .15s ease; }
.hero-chips a:hover { background: rgba(255,255,255,.20); color: white; }
.home-stat-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.home-stat-card { border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.11); padding: 14px; backdrop-filter: blur(10px); }
.home-stat-card strong { display: block; color: white; font-size: 28px; letter-spacing: -.04em; }
.home-stat-card span { display: block; margin-top: 2px; color: rgba(255,255,255,.92); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-stat-card small { display: block; margin-top: 6px; color: rgba(255,255,255,.68); line-height: 1.35; }
.home-city-media { position: relative; min-height: 420px; }
.home-city-media.with-photos { display: grid; grid-template-columns: 1.2fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.home-city-photo { width: 100%; height: 100%; object-fit: cover; display: block; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.main-photo { grid-row: span 2; border-radius: 30px; }
.tile-photo { border-radius: 24px; min-height: 0; }
.placeholder-media { display: grid; gap: 12px; }
.city-postcard { min-height: 250px; display: grid; align-content: end; gap: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.08)); padding: 24px; box-shadow: 0 24px 60px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.city-postcard small { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.city-postcard strong { max-width: 16rem; color: white; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.city-postcard.secondary { min-height: 150px; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: center; }
.city-postcard.secondary span { display: inline-flex; align-items: center; border-radius: 999px; background: rgba(255,255,255,.14); padding: 8px 11px; color: rgba(255,255,255,.86); font-size: 13px; }
.trust-bar { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 46px); flex-wrap: wrap; border-bottom: 1px solid var(--line); background: #f9fafb; padding: 15px 1rem; color: #4b5563; font-size: 14px; }
.trust-bar strong { color: #111827; }
.section { padding: var(--section-space) 1rem; background: white; }
.muted-section { background: #f9fafb; }
.section-inner { max-width: 80rem; margin: 0 auto; }
.section-inner.narrow { max-width: 56rem; }
.section-label { margin: 0 0 8px; color: #737373; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 10px 0 0; font-family: var(--font-display); font-size: clamp(36px, 5vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
h2 { margin: 0; font-family: var(--font-display); font-size: clamp(24px, 3vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
h3 { margin: 0; }
p { color: var(--muted); line-height: 1.68; }
.home-intent-grid { margin-top: 26px; display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.home-intent-card { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 20px; box-shadow: 0 1px 2px rgba(0,0,0,.035); }
.home-intent-card span { display: inline-flex; margin-bottom: 18px; border-radius: 999px; background: var(--soft); padding: 5px 10px; color: var(--brand); font-size: 12px; font-weight: 900; }
.home-intent-card h3 { color: #111827; font-size: 18px; letter-spacing: -.02em; }
.home-intent-card p { margin-bottom: 0; font-size: 14px; }
.home-spotlight-grid { margin-top: 28px; display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.home-spotlight-card { display: grid; gap: 8px; min-height: 150px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #fff, #fafafa); padding: 20px; text-decoration: none; box-shadow: 0 1px 2px rgba(0,0,0,.035); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.home-spotlight-card:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.home-spotlight-card span { color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-spotlight-card strong { color: #111827; font-size: 19px; line-height: 1.18; letter-spacing: -.025em; }
.home-spotlight-card small { align-self: end; color: #9ca3af; font-size: 13px; }
.split-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, 1fr); gap: 28px; align-items: center; }
.zone-chip-grid { display: flex; flex-wrap: wrap; gap: 9px; }
.zone-chip-grid span { border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; padding: 9px 13px; color: #374151; font-size: 13px; font-weight: 800; }
.cards-flat .home-intent-card, .cards-flat .home-spotlight-card, .cards-flat .category-card, .cards-flat .ranking-link-card, .cards-flat .content-block { box-shadow: none; background: #fff; }
.cards-outlined .home-intent-card, .cards-outlined .home-spotlight-card, .cards-outlined .category-card, .cards-outlined .ranking-link-card, .cards-outlined .content-block { border-width: 1.5px; box-shadow: none; }
.cards-elevated .home-intent-card, .cards-elevated .home-spotlight-card, .cards-elevated .category-card, .cards-elevated .ranking-link-card { border-color: color-mix(in srgb, var(--brand) 10%, white); box-shadow: 0 14px 34px rgba(17,24,39,.08); }
.radius-sharp .home-intent-card, .radius-sharp .home-spotlight-card, .radius-sharp .category-card, .radius-sharp .ranking-link-card, .radius-sharp .content-block, .radius-sharp .ranking-card { border-radius: 4px; }
.radius-medium .home-intent-card, .radius-medium .home-spotlight-card, .radius-medium .category-card, .radius-medium .ranking-link-card, .radius-medium .content-block, .radius-medium .ranking-card { border-radius: 14px; }
.radius-soft .home-intent-card, .radius-soft .home-spotlight-card, .radius-soft .category-card, .radius-soft .ranking-link-card, .radius-soft .content-block, .radius-soft .ranking-card { border-radius: 22px; }
.design-urgent-services .section-label { color: var(--brand); }
.design-clinical .muted-section { background: color-mix(in srgb, var(--soft) 35%, white); }
.design-academy .home-methodology-section { border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); background: #fafaf9; }
.design-explorer .home-spotlight-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.design-market .category-icon { border-radius: 999px; }
.category-grid { margin-top: 28px; display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.category-card { display: flex; min-height: 86px; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: 14px; background: white; padding: 16px; text-decoration: none; box-shadow: 0 1px 2px rgba(0,0,0,.04); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.category-card:hover { border-color: var(--line-strong); box-shadow: 0 8px 20px rgba(0,0,0,.08); transform: translateY(-1px); }
.category-icon { display: grid; width: 48px; height: 48px; flex: 0 0 48px; place-items: center; border-radius: 14px; background: var(--brand); color: white; font-size: 21px; font-weight: 800; }
.category-copy { min-width: 0; display: grid; gap: 3px; flex: 1; }
.category-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #111827; }
.category-copy small, .ranking-link-copy small { color: #9ca3af; font-size: 14px; }
.card-arrow { color: #d1d5db; transition: transform .15s ease, color .15s ease; }
.category-card:hover .card-arrow, .ranking-link-card:hover .card-arrow { transform: translateX(2px); color: #9ca3af; }
.ranking-link-grid { margin-top: 28px; display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); }
.ranking-link-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 132px; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 14px; text-decoration: none; box-shadow: 0 1px 2px rgba(0,0,0,.035); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.ranking-link-card:hover { border-color: var(--line-strong); box-shadow: 0 8px 20px rgba(0,0,0,.08); transform: translateY(-1px); }
.ranking-link-media { width: 180px; aspect-ratio: 4 / 3; flex: 0 0 180px; overflow: hidden; border-radius: 12px; background: #eef2f4; }
.ranking-link-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ranking-link-copy { display: grid; gap: 8px; }
.ranking-link-copy strong { color: #111827; font-size: 17px; line-height: 1.25; }
.coming-soon { position: absolute; right: 12px; bottom: 10px; border-radius: 999px; background: #f3f4f6; padding: 4px 8px; color: #6b7280; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.disabled-card { opacity: .58; filter: grayscale(.3); }
.page-hero { max-width: 80rem; margin: 0 auto; padding: 40px 1rem 34px; background: white; }
.page-hero h1 { max-width: 920px; }
.page-hero > p { max-width: 760px; margin-top: 14px; }
.ranking-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(290px, .58fr); gap: clamp(24px, 5vw, 56px); align-items: center; }
.ranking-hero-grid.without-media { grid-template-columns: minmax(0, 1fr); }
.ranking-hero-copy > p { max-width: 760px; margin-top: 14px; }
.ranking-hero-media { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.8), transparent 30%), linear-gradient(135deg, var(--soft), #eef2ff); box-shadow: 0 18px 52px rgba(17,24,39,.10); }
.ranking-hero-media img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.ranking-hero-media.no-photo { display: grid; place-items: center; padding: 24px; }
.hero-business-avatar { display: grid; place-items: center; align-content: center; gap: 8px; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.86); border-radius: 38px; background: rgba(255,255,255,.82); color: var(--brand); box-shadow: 0 16px 38px rgba(17,24,39,.12); }
.hero-business-avatar span { font-size: 64px; font-weight: 950; line-height: 1; }
.hero-business-avatar small { color: #6b7280; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.ranking-hero-media-caption { position: absolute; left: 16px; right: 16px; bottom: 16px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 16px; background: rgba(255,255,255,.9); padding: 12px; box-shadow: 0 14px 34px rgba(17,24,39,.14); backdrop-filter: blur(10px); }
.ranking-hero-media-caption span { color: #6b7280; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ranking-hero-media-caption strong { color: #111827; line-height: 1.2; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #9ca3af; }
.breadcrumbs a { color: #6b7280; text-decoration: none; }
.breadcrumbs a:hover { color: #111827; }
.breadcrumbs span::before { content: '/'; margin-right: 8px; color: #d1d5db; }
.hero-stats { display: flex; gap: 28px; flex-wrap: wrap; margin: 24px 0 0; padding: 0; }
.hero-stats div { display: grid; gap: 4px; }
.hero-stats dt { color: #9ca3af; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-stats dd { margin: 0; color: #111827; font-size: 18px; font-weight: 800; }
.hero-criteria { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0 0; padding: 0; list-style: none; }
.hero-criteria li { border: 1px solid var(--line-strong); border-radius: 999px; background: #fff; padding: 8px 12px; color: #374151; font-size: 13px; font-weight: 800; }
.warning { display: inline-block; background: #fffbeb; color: #92400e; padding: 10px 12px; border-radius: 12px; border: 1px solid #fde68a; }
.methodology { font-size: 14px; color: #6b7280; }
.ranking-toolbar { position: sticky; top: 64px; z-index: 30; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); padding: 12px 1rem; backdrop-filter: blur(10px); }
.ranking-toolbar a, .ranking-toolbar span { display: inline-flex; align-items: center; min-height: 32px; border: 1px solid var(--line-strong); border-radius: 9px; background: white; padding: 6px 12px; color: #374151; text-decoration: none; font-size: 14px; font-weight: 800; }
.ranking-toolbar a:hover { border-color: #d1d5db; background: #f9fafb; color: #111827; }
.ranking-v2-decision-grid { max-width: 88rem; margin: 26px auto 0; padding: 0 1rem; }
.ranking-top-strip-inner { border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fff, #fafafa); padding: 22px; box-shadow: 0 1px 2px rgba(0,0,0,.035); }
.top-strip-note { max-width: 34rem; margin: 0; color: #6b7280; font-size: 14px; line-height: 1.55; }
.top-option-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.top-option-card { display: grid; gap: 9px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 16px; color: inherit; text-decoration: none; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.top-option-card:hover { border-color: var(--line-strong); box-shadow: 0 12px 28px rgba(17,24,39,.08); transform: translateY(-1px); }
.top-option-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.top-option-meta b { display: inline-grid; place-items: center; min-width: 34px; height: 28px; border-radius: 999px; background: var(--soft); color: var(--brand); font-size: 13px; }
.top-option-badges { display: flex; gap: 5px; flex-wrap: wrap; justify-content: flex-end; }
.top-option-badges span { border-radius: 999px; background: #f9fafb; padding: 4px 7px; color: #6b7280; font-size: 11px; font-weight: 850; }
.top-option-card strong { color: #111827; line-height: 1.2; }
.top-option-card p { margin: 0; color: #4b5563; font-size: 13px; line-height: 1.5; }
.top-option-card small { color: #9ca3af; line-height: 1.45; }
.decision-kicker { margin: 0 0 5px; color: var(--brand); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.pros-cons div { border: 1px solid var(--line); border-radius: 12px; background: #f9fafb; padding: 12px; }
.pros-cons strong { color: #111827; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pros-cons ul { margin: 8px 0 0; padding-left: 18px; color: #4b5563; font-size: 13px; line-height: 1.55; }
.pros-cons li + li { margin-top: 4px; }
.ranking-layout { max-width: 88rem; margin: 0 auto; padding: 32px 1rem; display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 32px; }
.ranking-index { position: sticky; top: 128px; align-self: start; max-height: calc(100vh - 10rem); overflow: hidden; }
.ranking-index nav { display: grid; gap: 4px; }
.ranking-index a { display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: center; border-radius: 9px; padding: 8px; color: #6b7280; text-decoration: none; font-size: 13px; line-height: 1.2; }
.ranking-index a:hover { background: #f9fafb; color: #111827; }
.ranking-index a span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 999px; background: #f3f4f6; color: #374151; font-size: 12px; font-weight: 800; }
.stack { display: grid; gap: 16px; }
.ranking-card { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; scroll-margin-top: 140px; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.ranking-card:hover { border-color: var(--line-strong); box-shadow: 0 12px 32px -8px rgba(0,0,0,.12), 0 4px 12px -4px rgba(0,0,0,.06); transform: translateY(-2px); }
.rank-media { position: relative; display: grid; place-items: center; width: 230px; min-height: 220px; flex: 0 0 230px; overflow: hidden; background: radial-gradient(circle at 25% 20%, rgba(255,255,255,.75), transparent 28%), linear-gradient(135deg, var(--soft), #eef2ff); }
.business-avatar { display: grid; place-items: center; align-content: center; gap: 4px; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.82); border-radius: 30px; background: rgba(255,255,255,.82); color: var(--brand); box-shadow: 0 14px 32px rgba(17,24,39,.10); }
.business-avatar span { font-size: 46px; font-weight: 950; line-height: 1; }
.business-avatar small { color: #6b7280; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.business-photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.rank-badge { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 30px; border-radius: 999px; background: rgba(255,255,255,.96); padding: 0 10px; color: #111827; font-size: 14px; font-weight: 900; box-shadow: 0 1px 3px rgba(0,0,0,.10); }
.rank-gold { background: #fef3c7; color: #92400e; }
.rank-silver { background: #f3f4f6; color: #374151; }
.rank-bronze { background: #fef2e9; color: #7c3520; }
.rank-default { background: white; color: #6b7280; }
.ranking-main { flex: 1; min-width: 0; padding: 20px; }
.ranking-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.ranking-head h3 { font-size: 21px; line-height: 1.2; }
.rating-pill { flex-shrink: 0; color: #111827; font-size: 14px; font-weight: 800; }
.commercial-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.commercial-badge { display: inline-flex; align-items: center; border: 1px solid #fde68a; border-radius: 999px; background: #fffbeb; padding: 4px 9px; color: #92400e; font-size: 12px; font-weight: 800; }
.commercial-note { margin: 7px 0 0; color: #92400e; font-size: 13px; line-height: 1.45; }
.facts { margin: 10px 0 0; color: #6b7280; font-size: 13px; line-height: 1.55; }
.summary { margin: 12px 0 0; color: #4b5563; font-size: 14px; line-height: 1.7; }
.muted-note { color: #9ca3af; font-size: 14px; font-style: italic; }
.links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; color: #374151; font-size: 13px; }
.links a, .links span { display: inline-flex; align-items: center; gap: 5px; color: #374151; text-decoration: none; font-weight: 700; }
.links a:hover { color: #111827; }
.links .commercial-cta { border: 1px solid #fde68a; border-radius: 999px; background: #fffbeb; padding: 6px 10px; color: #92400e; }
.links .commercial-cta:hover { background: #fef3c7; color: #78350f; }
.mini-badges, .related-grid { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.mini-badge, .related-link { display: inline-flex; border-radius: 7px; background: #f9fafb; padding: 4px 8px; color: #4b5563; text-decoration: none; font-size: 12px; }
.content-block { max-width: 75rem; margin: 28px auto 0; border: 1px solid var(--line); border-radius: 16px; background: white; padding: 24px; }
.content-block h2 { margin-bottom: 14px; }
.service-list { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 12px; padding: 0; list-style: none; }
.service-list li { display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f9fafb; }
.service-list span { color: var(--muted); line-height: 1.55; }
ol { color: var(--muted); line-height: 1.8; }
details { border-top: 1px solid var(--line); padding: 14px 0; }
summary { cursor: pointer; color: #111827; font-weight: 800; }
.faq details:first-of-type { border-top: 0; }
.section-heading-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; flex-wrap: wrap; }
.map-section { padding: 0; overflow: hidden; }
.map-section-v2 { max-width: none; height: 100%; margin: 0; }
.map-section .section-heading-row, .map-section > p, .map-section .map-note { padding-left: 24px; padding-right: 24px; }
.map-section .section-heading-row { padding-top: 24px; }
.map-link { display: inline-flex; align-items: center; min-height: 34px; border: 1px solid var(--line-strong); border-radius: 999px; background: white; padding: 8px 12px; color: #374151; text-decoration: none; font-size: 13px; font-weight: 800; }
.map-link:hover { border-color: #d1d5db; background: #f9fafb; color: #111827; }
.map-embed { position: relative; margin-top: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f3f4f6; }
.map-placeholder-note { position: absolute; right: 14px; top: 14px; z-index: 2; max-width: calc(100% - 28px); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; background: rgba(255,255,255,.92); padding: 7px 11px; color: #4b5563; font-size: 12px; font-weight: 850; box-shadow: 0 8px 22px rgba(17,24,39,.10); pointer-events: none; }
.map-embed iframe { display: block; width: 100%; height: 320px; border: 0; }
.map-note { margin: 14px 0 20px; color: #6b7280; font-size: 14px; }
.text-page { border: 0; padding: 0; }
.text-page p { max-width: 78ch; }
.contact-panel { margin-top: 30px; border-top: 1px solid var(--line-strong); padding-top: 34px; }
.contact-form { display: grid; gap: 18px; margin-top: 24px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form label { display: grid; gap: 7px; color: #374151; font-size: 14px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 11px; background: white; padding: 12px 13px; color: var(--text); font: inherit; font-weight: 450; outline: none; }
.contact-form textarea { resize: vertical; min-height: 150px; line-height: 1.55; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 13%, transparent); }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-check { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.55; }
.privacy-check input { width: 17px; height: 17px; margin-top: 2px; }
.privacy-check a { color: var(--brand); }
.contact-submit { justify-self: start; border: 0; border-radius: 10px; background: var(--brand); padding: 12px 20px; color: white; font: inherit; font-weight: 850; cursor: pointer; }
.contact-submit:hover { background: color-mix(in srgb, var(--brand) 88%, black); }
.contact-submit:disabled { cursor: wait; opacity: .62; }
.contact-status { min-height: 24px; margin: 0; font-size: 14px; }
.contact-status.success { color: #166534; }
.contact-status.error { color: #b91c1c; }
.site-footer { margin-top: 56px; border-top: 1px solid var(--line); background: white; padding: 34px max(1rem, calc((100vw - 80rem) / 2)); display: grid; grid-template-columns: minmax(220px, 1fr) 2fr; gap: 24px; color: var(--muted); }
.site-footer b { color: #111827; }
.site-footer nav { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.site-footer a { color: #4b5563; text-decoration: none; font-size: 14px; }
.site-footer a:hover { color: #111827; }

/* Vertical themes: independent from city composition */
.theme-general { --theme-surface: #f3f1ea; --theme-highlight: var(--soft); --theme-ink: var(--brand); }
.theme-home-services { --theme-surface: #fff7cf; --theme-highlight: #f6d84a; --theme-ink: #151712; }
.theme-health { --theme-surface: #edf7f4; --theme-highlight: #bde8de; --theme-ink: #0b5558; }
.theme-food-leisure { --theme-surface: #fff1e8; --theme-highlight: #ffb38d; --theme-ink: #8e321e; }
.theme-professional { --theme-surface: #eef2f7; --theme-highlight: #c9d6ea; --theme-ink: #18314f; }
.theme-shopping { --theme-surface: #f8eef5; --theme-highlight: #e8bfdc; --theme-ink: #6f2859; }
.theme-health .collection-hero, .theme-professional .collection-hero, .theme-shopping .collection-hero { background-color: var(--theme-surface); }
.theme-health .collection-kicker, .theme-professional .collection-kicker, .theme-shopping .collection-kicker { color: var(--theme-ink); }
.theme-health .ranking-v3, .theme-professional .ranking-v3, .theme-shopping .ranking-v3 { --ranking-paper: var(--theme-surface); }

/* Collection/category pages */
.collection-hero { width: min(86rem, 100%); margin: 0 auto; padding: 38px max(1rem, 3vw) 64px; }
.collection-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 50px; align-items: end; border-bottom: 1px solid var(--line-strong); padding-bottom: 42px; }
.collection-hero-grid h1 { max-width: 10ch; }
.collection-hero-grid > p { max-width: 40rem; margin: 0; }
.category-chapter-grid { grid-template-columns: minmax(0, 1.05fr) minmax(220px, .65fr) minmax(240px, .55fr); align-items: end; }
.category-chapter-image { min-height: 190px; margin: 0; border-left: 3px solid var(--brand); }
.category-chapter-image img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.collection-body { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; padding: 62px 0 94px; }
.collection-body-compact { padding-bottom: 58px; }
.collection-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.collection-heading b { font-size: 30px; }
.collection-list { border-top: 1px solid currentColor; }
.collection-link { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 20px; align-items: center; border-bottom: 1px solid currentColor; padding: 25px 0; color: inherit; text-decoration: none; }
.collection-link > span, .collection-link small { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.collection-link div { display: grid; gap: 4px; }
.collection-link h2 { margin: 0; font-family: var(--font-display); font-size: clamp(28px, 3vw, 42px); font-weight: 500; line-height: 1; }
.collection-link p { max-width: 50rem; margin: 4px 0 0; font-size: 13px; }
.collection-link > b { font-size: 12px; white-space: nowrap; }
.family-civic-atlas .collection-hero { padding-top: 26px; }
.family-civic-atlas .collection-hero-grid { border-color: #bfb8aa; }
.family-civic-atlas .collection-hero-grid h1 { color: var(--atlas-ink); font-size: clamp(62px, 8vw, 108px); font-weight: 500; line-height: .82; }
.family-civic-atlas .collection-body { color: #8d887e; }
.family-civic-atlas .collection-link { color: var(--atlas-ink); }
.family-civic-atlas .collection-link:hover { color: var(--atlas-red); padding-left: 10px; }
.family-civic-atlas .collection-link > span, .family-civic-atlas .collection-link small, .family-civic-atlas .collection-link p, .family-civic-atlas .collection-link > b { color: #70766f; }
.family-civic-atlas .category-collection-body .ranking-link-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid #8d887e; }
.family-civic-atlas .category-collection-body .ranking-link-card { min-height: 110px; border: 0; border-bottom: 1px solid #8d887e; border-radius: 0; background: transparent; padding: 22px 0; box-shadow: none; }
.family-civic-atlas .category-collection-body .ranking-link-card:hover { color: var(--atlas-red); transform: none; padding-left: 10px; }
.family-civic-atlas .category-collection-body .ranking-link-copy strong { font-family: var(--font-display); font-size: clamp(25px, 3vw, 38px); font-weight: 500; }
.family-city-utility .collection-hero { background: #111310; color: white; }
.family-city-utility .collection-hero h1 { color: white; }
.family-city-utility .collection-link:hover { background: #f6d84a; padding-inline: 12px; }
.family-local-journal .collection-hero-grid h1 { font-size: clamp(60px, 8vw, 106px); }
.family-local-journal .collection-link:hover { color: #b24228; }
.family-city-index .collection-hero-grid h1, .family-city-index .collection-link h2 { color: #123c40; }

@media (max-width: 760px) {
  .collection-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .collection-link { grid-template-columns: 36px 1fr; }
  .collection-link > b { grid-column: 2; }
}

/* Home families v2 — genuinely different composition systems */
.home-city-figure { position: relative; margin: 0; overflow: hidden; }
.home-city-figure img { display: block; width: 100%; height: 100%; object-fit: cover; }

.home-image-placeholder { display: grid; min-height: 320px; align-content: end; background: #d9d0c0; padding: 28px; color: #24302c; }
.home-image-placeholder span { font-family: var(--font-display); font-size: 54px; line-height: .9; }
.home-image-placeholder small { margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.home-guide-list { border-top: 1px solid currentColor; }
.home-guide-link { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 18px; align-items: center; border-bottom: 1px solid currentColor; padding: 20px 0; color: inherit; text-decoration: none; }
.home-guide-link-upcoming { opacity: .42; cursor: default; filter: grayscale(1); }
.home-guide-link-upcoming .guide-detail { font-weight: 700; text-transform: uppercase; }
.guide-number { font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.guide-copy { display: grid; gap: 3px; }
.guide-copy small { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.guide-copy strong { font-family: var(--font-display); font-size: clamp(23px, 2.6vw, 36px); font-weight: 500; line-height: 1.05; }
.guide-detail { font-size: 12px; white-space: nowrap; }
.guide-detail b { margin-left: 12px; font-size: 17px; }

/* Civic Atlas */
.family-civic-atlas { --atlas-paper: #f2eee5; --atlas-ink: #19231f; --atlas-red: var(--brand); background: var(--atlas-paper); color: var(--atlas-ink); }
.family-civic-atlas .topbar { position: relative; min-height: 78px; border-bottom: 1px solid #bfb8aa; background: var(--atlas-paper); box-shadow: none; backdrop-filter: none; }
.family-civic-atlas .wordmark { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--atlas-ink); letter-spacing: -.045em; }
.family-civic-atlas .topnav { color: #4d554f; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.family-civic-atlas .topnav a { border-radius: 0; padding: 10px 9px; }
.family-civic-atlas .topnav a:hover { background: transparent; color: var(--atlas-red); box-shadow: inset 0 -1px var(--atlas-red); }
.atlas-home-hero { width: min(88rem, 100%); margin: 0 auto; padding: 0 clamp(18px, 4vw, 56px) 46px; }
.atlas-dateline { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #bfb8aa; padding: 12px 0; color: #5f665f; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.atlas-hero-grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); min-height: 610px; border-bottom: 1px solid #bfb8aa; }
.atlas-hero-copy { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #bfb8aa; padding: 58px clamp(28px, 5vw, 76px) 58px 0; }
.atlas-kicker { margin: 0 0 26px; color: var(--atlas-red); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.atlas-hero-copy h1 { max-width: 8.5ch; margin: 0; color: var(--atlas-ink); font-size: clamp(62px, 7.8vw, 116px); font-weight: 500; line-height: .82; letter-spacing: -.07em; }
.atlas-deck { max-width: 31rem; margin: 32px 0 0; color: #4d554f; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.55; }
.atlas-start { display: flex; width: fit-content; gap: 34px; align-items: center; margin-top: 34px; border-bottom: 1px solid var(--atlas-ink); padding: 0 0 7px; color: var(--atlas-ink); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.atlas-hero-image { min-height: 610px; margin: 0 0 0 26px; }
.atlas-hero-image img { filter: saturate(.82) contrast(1.04); }
.atlas-running-note { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 30px; padding: 17px 0 0; }
.atlas-running-note span { color: var(--atlas-red); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.atlas-running-note p { max-width: 72rem; margin: 0; color: #59615b; font-size: 12px; line-height: 1.55; }
.atlas-guides { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; padding: 86px 0 104px; }
.atlas-section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 38px; }
.atlas-section-heading p { margin: 0 0 8px; color: var(--atlas-red); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.atlas-section-heading h2 { max-width: 11ch; color: var(--atlas-ink); font-size: clamp(46px, 6vw, 82px); font-weight: 500; line-height: .88; }
.atlas-section-heading > span { max-width: 240px; color: #646b65; font-size: 13px; line-height: 1.5; text-align: right; }
.atlas-guide-list { color: #918b80; }
.atlas-guide-list .home-guide-link { color: var(--atlas-ink); transition: color .15s ease, padding .15s ease; }
.atlas-guide-list .home-guide-link:hover { padding-left: 10px; color: var(--atlas-red); }
.atlas-guide-list .guide-number, .atlas-guide-list .guide-copy small, .atlas-guide-list .guide-detail { color: #777b75; }
.atlas-city-context { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); min-height: 660px; background: var(--atlas-ink); color: #f3efe5; }
.atlas-context-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 8vw, 110px) clamp(26px, 7vw, 100px); }
.atlas-context-copy h2 { max-width: 10ch; color: #f3efe5; font-size: clamp(45px, 5vw, 74px); font-weight: 500; line-height: .92; }
.atlas-context-copy > p:not(.atlas-kicker) { max-width: 35rem; color: #b9c0bb; font-size: 15px; line-height: 1.68; }
.atlas-category-link { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; align-items: center; margin-top: 34px; border-top: 1px solid #59615c; border-bottom: 1px solid #59615c; padding: 16px 0; color: #f3efe5; text-decoration: none; }
.atlas-category-link span { grid-column: 1; color: #89928c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.atlas-category-link strong { grid-column: 1; font-size: 17px; }
.atlas-category-link b { grid-column: 2; grid-row: 1 / span 2; font-size: 22px; }
.atlas-context-visual { display: grid; grid-template-rows: minmax(0, 1fr) auto; border-left: 1px solid #59615c; padding: 32px; }
.atlas-secondary-image { position: relative; min-height: 430px; }
.atlas-secondary-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.atlas-zone-index { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding-top: 22px; }
.atlas-zone-index small { width: 100%; margin-bottom: 4px; color: #89928c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.atlas-zone-index span { border: 1px solid #59615c; padding: 6px 9px; color: #d8ddd9; font-size: 11px; }
.atlas-editor-note { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; display: grid; grid-template-columns: 140px minmax(260px, .7fr) minmax(0, 1fr); gap: 30px; align-items: start; padding: 92px 0 112px; }
.atlas-editor-note > p { margin: 8px 0 0; color: var(--atlas-red); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.atlas-editor-note h2 { color: var(--atlas-ink); font-size: clamp(38px, 4.5vw, 64px); font-weight: 500; line-height: .92; }
.atlas-editor-note div p { margin-top: 4px; color: #59615b; line-height: 1.7; }
.atlas-editor-note a { display: inline-block; margin-top: 14px; color: var(--atlas-red); font-size: 12px; font-weight: 700; text-decoration: none; }
.family-civic-atlas .site-footer { margin-top: 0; border-color: #bfb8aa; background: var(--atlas-paper); }
.family-civic-atlas .site-footer b { font-family: var(--font-display); color: var(--atlas-ink); font-size: 24px; }

/* Service Index */
.family-city-utility { --service-black: #111310; --service-yellow: #f6d84a; background: #f3f1e8; }
.family-city-utility .topbar { background: var(--service-yellow); border-color: var(--service-black); box-shadow: none; }
.family-city-utility .wordmark, .family-city-utility .topnav { color: var(--service-black); }
.service-home-hero { background: var(--service-black); padding: 18px max(1rem, calc((100vw - 80rem) / 2)) 70px; color: white; }
.service-signal { border-bottom: 1px solid #565952; padding: 12px 0; color: var(--service-yellow); font-size: 10px; letter-spacing: .14em; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 70px; align-items: end; padding-top: 70px; }
.service-hero-grid h1 { max-width: 12ch; color: white; font-size: clamp(55px, 7vw, 96px); line-height: .92; letter-spacing: -.055em; }
.service-hero-grid p { max-width: 44rem; color: #c8cbc4; font-size: 18px; }
.service-hero-grid a { color: var(--service-yellow); font-weight: 700; }
.service-hero-grid aside { display: grid; border: 1px solid #565952; padding: 24px; }
.service-hero-grid aside b { color: var(--service-yellow); font-size: 74px; line-height: 1; }
.service-hero-grid aside span { font-weight: 700; text-transform: uppercase; }
.service-hero-grid aside small { margin-top: 20px; color: #9da198; }
.service-command, .service-method { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; padding: 72px 0; }
.service-command-head { display: grid; grid-template-columns: 160px 1fr; align-items: end; margin-bottom: 30px; }
.service-command-head span { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.service-command-head h2 { font-size: clamp(38px, 5vw, 70px); }
.service-guide-list .home-guide-link:hover { background: var(--service-yellow); padding-inline: 12px; }
.service-proof { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--service-yellow); }
.service-proof > div { min-height: 230px; border-right: 1px solid var(--service-black); padding: 34px; }
.service-proof span { font-size: 11px; } .service-proof h3 { margin-top: 45px; font-family: var(--font-display); font-size: 25px; } .service-proof p { color: #33362f; }
.service-method { display: grid; grid-template-columns: .75fr 1fr; gap: 50px; }

/* Local Magazine */
.family-local-journal { background: #fff8f0; color: #281b18; }
.family-local-journal .topbar { background: #fff8f0; border-color: #281b18; box-shadow: none; }
.family-local-journal .wordmark { font-family: var(--font-display); color: #281b18; font-size: 28px; }
.magazine-home-hero { position: relative; min-height: 710px; }
.magazine-cover-image { position: absolute; inset: 0; }
.magazine-cover-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,16,12,.82), rgba(30,16,12,.08)); }
.magazine-cover-copy { position: relative; z-index: 2; display: flex; min-height: 710px; flex-direction: column; justify-content: end; max-width: 58rem; padding: 70px max(1rem, calc((100vw - 80rem) / 2)); color: white; }
.magazine-cover-copy p { color: #ffd7a2; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.magazine-cover-copy h1 { max-width: 10ch; color: white; font-size: clamp(62px, 8vw, 112px); line-height: .84; }
.magazine-cover-copy span { max-width: 40rem; margin-top: 24px; font-size: 17px; line-height: 1.6; }
.director-mosaic-home-hero { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); min-height: 680px; background: #fff8f0; }
.director-mosaic-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 100px) clamp(24px, 6vw, 86px); }
.director-mosaic-copy > p { color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.director-mosaic-copy h1 { max-width: 9ch; margin: 18px 0 0; font-size: clamp(58px, 7vw, 104px); line-height: .86; letter-spacing: -.065em; }
.director-mosaic-copy > span { max-width: 35rem; margin-top: 28px; color: #51443e; font-size: 17px; line-height: 1.65; }
.director-home-mosaic { display: grid; min-width: 0; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 18px 18px 18px 0; }
.director-home-mosaic .home-city-figure, .director-home-mosaic .home-image-placeholder { min-height: 0; }
.director-mosaic-primary { grid-row: 1 / span 2; }
.director-home-mosaic img { filter: saturate(.86) contrast(1.03); }
.director-city-context { min-height: 0; grid-template-columns: 1fr; }
.director-city-context > div:last-child { width: min(80rem, 100%); margin: 0 auto; padding: 58px max(1rem, 5vw); }
.magazine-toc, .magazine-method { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; padding: 88px 0; }
.magazine-toc > div:first-child { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.magazine-toc h2 { max-width: 10ch; font-size: clamp(45px, 6vw, 80px); }
.magazine-guide-list .home-guide-link:hover { color: #b24228; }
.magazine-city-strip { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; background: #b24228; color: white; }
.magazine-city-strip > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.magazine-city-strip h2 { max-width: 9ch; color: white; font-size: clamp(45px, 5vw, 72px); }
.magazine-zones { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; }
.magazine-zones span { border-bottom: 1px solid rgba(255,255,255,.45); padding: 6px 0; margin-right: 12px; }
.magazine-method { display: grid; grid-template-columns: minmax(240px, .75fr) 130px 1fr auto; gap: 30px; align-items: start; }
.magazine-method-image { min-height: 260px; }
.magazine-method-image img { filter: saturate(.82) contrast(1.04); }

/* Public guide search */
.site-search-section { width: min(86rem, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 88px); border-top: 1px solid currentColor; padding: 64px 3vw 84px; }
.site-search-copy p { margin: 0 0 10px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-search-copy h2 { font-size: clamp(36px, 5vw, 64px); font-weight: 500; }
.site-search-box { min-width: 0; }
.site-search-box label { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.site-search-box input { width: 100%; min-height: 54px; border: 1px solid currentColor; border-radius: 0; background: rgba(255,255,255,.55); padding: 0 16px; color: inherit; font: inherit; font-size: 16px; }
.site-search-box input:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.site-search-results { display: grid; border-left: 1px solid currentColor; }
.site-search-result { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 16px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; padding: 12px 16px; color: inherit; text-decoration: none; }
.site-search-result:hover { background: var(--soft); }
.site-search-result[hidden] { display: none; }
.site-search-status { min-height: 24px; margin: 9px 0 0; color: #56605b; font-size: 13px; }

/* District Grid */
.family-district-grid { --district-ink: #17211d; --district-lime: #d9ff57; --district-paper: #eef0e8; background: var(--district-paper); color: var(--district-ink); }
.family-district-grid .topbar { background: var(--district-paper); border-color: var(--district-ink); box-shadow: none; }
.family-district-grid .wordmark { color: var(--district-ink); }
.district-home-hero { border-bottom: 1px solid var(--district-ink); padding: 18px max(1rem, calc((100vw - 86rem) / 2)) 64px; background-image: linear-gradient(rgba(23,33,29,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(23,33,29,.07) 1px, transparent 1px); background-size: 48px 48px; }
.district-coordinate { display: flex; justify-content: space-between; border-bottom: 1px solid var(--district-ink); padding: 12px 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.district-hero-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(390px, 1.14fr); gap: clamp(36px, 6vw, 88px); align-items: center; padding-top: 52px; }
.district-hero-copy { align-self: center; padding: 18px 0; }
.district-kicker { margin: 0 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.district-hero-copy h1 { max-width: 10ch; font-size: clamp(52px, 6.3vw, 96px); font-weight: 500; line-height: .9; letter-spacing: -.065em; }
.district-deck { max-width: 56ch; margin-top: 28px; color: #39443f; font-size: 17px; line-height: 1.65; }
.district-hero-copy a { display: inline-block; margin-top: 22px; border-bottom: 2px solid; padding-bottom: 5px; font-weight: 700; text-decoration: none; }
.district-hero-visual { position: relative; min-width: 0; }
.district-hero-image { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 3px; background: #d5d9cf; box-shadow: 22px 22px 0 var(--district-lime); }
.district-hero-image img, .district-story-image img { width: 100%; height: 100%; object-fit: cover; }
.district-hero-visual > span, .district-story-primary > span, .district-story-secondary > span { display: block; margin-top: 12px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.district-areas, .district-guides, .district-zones, .district-method, .district-city-story { width: min(86rem, 100%); margin: 0 auto; padding: 64px 3vw; }
.district-section-head { display: grid; grid-template-columns: 180px 1fr; gap: 32px; align-items: baseline; margin-bottom: 30px; }
.district-section-head p, .district-zones > div > p { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.district-section-head h2, .district-zones h2 { font-size: clamp(35px, 5vw, 64px); font-weight: 500; }
.district-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--district-ink); border-left: 1px solid var(--district-ink); }
.district-category-grid a { position: relative; display: grid; min-height: 190px; border-right: 1px solid var(--district-ink); border-bottom: 1px solid var(--district-ink); padding: 18px; text-decoration: none; transition: background .15s ease; }
.district-category-grid a:hover { background: var(--district-lime); }
.district-category-grid span, .district-category-grid small { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.district-category-grid strong { align-self: end; font-family: var(--font-display); font-size: 28px; font-weight: 500; line-height: 1; }
.district-category-grid b { position: absolute; right: 18px; top: 16px; }
.district-city-story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .72fr) minmax(230px, .56fr); gap: clamp(24px, 4vw, 54px); align-items: center; border-top: 1px solid var(--district-ink); }
.district-story-primary { align-self: stretch; }
.district-story-primary .district-story-image { height: 100%; min-height: 480px; }
.district-story-secondary { align-self: end; }
.district-story-secondary .district-story-image { aspect-ratio: 4 / 5; }
.district-story-copy > p:first-child { margin: 0 0 18px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.district-story-copy h2 { font-size: clamp(38px, 4vw, 62px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.district-story-copy > p:not(:first-child) { margin-top: 24px; color: #39443f; line-height: 1.65; }
.district-story-zones { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.district-story-zones span { border: 1px solid var(--district-ink); border-radius: 999px; padding: 6px 10px; font-size: 11px; }
.district-guides { border-top: 1px solid var(--district-ink); }
.district-guide-list .home-guide-link:hover { background: var(--district-lime); padding-inline: 12px; }
.district-zones { display: grid; grid-template-columns: .72fr 1fr; gap: 72px; border-top: 1px solid var(--district-ink); }
.district-zone-grid .home-zone-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid; border-left: 1px solid; }
.district-zone-grid .home-zone-list span { border-right: 1px solid; border-bottom: 1px solid; padding: 18px; font-size: 13px; }
.district-method { display: grid; grid-template-columns: 210px 1fr auto; gap: 38px; border-top: 1px solid var(--district-ink); align-items: start; }
.district-method span { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.district-method p { margin: 0; color: #39443f; }
.district-method a { font-weight: 700; }

/* Specialist Ledger */
.family-city-index { --ledger: #123c40; background: #f5f6f1; color: #152d2f; }
.family-city-index .topbar { background: #f5f6f1; box-shadow: none; border-color: #9eadaa; }
.family-city-index .wordmark { font-family: var(--font-display); color: var(--ledger); }
.ledger-home-hero { width: min(86rem, 100%); margin: 0 auto; padding: 0 3vw 68px; }
.ledger-code { border-bottom: 1px solid #9eadaa; padding: 14px 0; color: #527075; font-size: 10px; letter-spacing: .15em; }
.ledger-hero-grid { display: grid; grid-template-columns: 1fr 350px; gap: 80px; align-items: end; padding-top: 72px; }
.ledger-hero-grid h1 { max-width: 13ch; color: var(--ledger); font-size: clamp(54px, 6vw, 88px); line-height: .95; }
.ledger-hero-grid > div > span { display: block; max-width: 48rem; margin-top: 24px; color: #53686a; line-height: 1.65; }
.ledger-hero-grid aside { border-top: 2px solid var(--ledger); }
.ledger-hero-grid aside > div { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid #9eadaa; padding: 16px 0; }
.ledger-hero-grid aside span { font-size: 11px; text-transform: uppercase; }
.ledger-hero-grid aside b { grid-column: 2; grid-row: 1 / span 2; color: var(--ledger); font-family: var(--font-display); font-size: 46px; }
.ledger-hero-grid aside small { color: #748487; }
.ledger-index, .ledger-method { width: min(80rem, calc(100% - 2rem)); margin: 0 auto; padding: 72px 0; }
.ledger-index-head { display: grid; grid-template-columns: 180px 1fr; align-items: end; margin-bottom: 32px; }
.ledger-index-head h2 { color: var(--ledger); font-size: clamp(42px, 5vw, 70px); }
.ledger-guide-list .home-guide-link:hover { color: var(--ledger); background: #e2e8e2; padding-inline: 10px; }
.ledger-method { display: grid; grid-template-columns: .8fr 1fr auto; gap: 36px; border-top: 3px solid var(--ledger); }

@media (max-width: 820px) {
  .home-guide-link { grid-template-columns: 38px 1fr; gap: 12px; }
  .guide-detail { grid-column: 2; white-space: normal; }
  .atlas-dateline span:nth-child(2) { display: none; }
  .atlas-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .atlas-hero-copy { border-right: 0; padding: 52px 0 42px; }
  .atlas-hero-copy h1 { font-size: clamp(62px, 21vw, 90px); }
  .atlas-hero-image { min-height: 390px; margin: 0; }
  .atlas-running-note { grid-template-columns: 1fr; gap: 8px; }
  .atlas-section-heading, .atlas-editor-note { display: grid; grid-template-columns: 1fr; }
  .atlas-section-heading > span { text-align: left; }
  .atlas-city-context { grid-template-columns: 1fr; }
  .atlas-context-visual { border-left: 0; border-top: 1px solid #59615c; padding: 18px; }
  .atlas-secondary-image { min-height: 320px; }
  .service-hero-grid, .ledger-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .service-command-head, .ledger-index-head { grid-template-columns: 1fr; gap: 8px; }
  .service-proof { grid-template-columns: 1fr; }
  .service-proof > div { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--service-black); }
  .service-method, .magazine-method, .ledger-method { grid-template-columns: 1fr; }
  .magazine-home-hero { display: flex; min-height: 0; flex-direction: column; background: #fff8f0; }
  .magazine-cover-copy { position: static; order: 1; min-height: 0; padding: 52px 1rem 38px; color: #281b18; }
  .magazine-cover-copy p { color: var(--brand); }
  .magazine-cover-copy h1 { color: #281b18; font-size: clamp(52px, 16vw, 76px); }
  .magazine-cover-copy span { color: #51443e; font-size: 16px; }
  .magazine-cover-image { position: relative; order: 2; min-height: 330px; }
  .magazine-cover-image::after { display: none; }
  .magazine-city-strip { grid-template-columns: 1fr; }
  .magazine-strip-image { min-height: 330px; }
  .district-hero-grid, .district-city-story, .district-zones, .district-method, .site-search-section { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .district-city-story > *, .district-story-image, .district-story-image img { min-width: 0; width: 100%; max-width: 100%; }
  .district-story-zones { max-width: 100%; overflow: hidden; }
  .district-home-hero { padding-bottom: 38px; }
  .district-hero-grid { padding-top: 30px; }
  .district-hero-copy h1 { font-size: clamp(50px, 14vw, 76px); }
  .district-hero-image { box-shadow: 12px 12px 0 var(--district-lime); }
  .district-story-primary .district-story-image { min-height: 320px; aspect-ratio: 4 / 3; }
  .district-story-secondary { display: grid; grid-template-columns: minmax(0, .82fr) 1fr; align-items: end; gap: 12px; }
  .district-story-secondary .district-story-image { aspect-ratio: 4 / 3; }
  .district-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .district-category-grid a { min-height: 155px; }
  .district-section-head { grid-template-columns: 1fr; gap: 8px; }
}

/* Ranking v3 — editorial city-guide presentation */
.ranking-v3 { --ranking-paper: #f7f5f0; --ranking-ink: #17202a; --ranking-warm: #fffdf8; background: var(--ranking-paper); padding-bottom: 64px; }
.ranking-v3, .ranking-v3 .ranking-hero-grid, .ranking-v3 .ranking-hero-copy { min-width: 0; max-width: 100%; }
.ranking-v3 .ranking-hero-copy h1, .ranking-v3 .ranking-hero-copy p { overflow-wrap: anywhere; }
.ranking-v3 .ranking-hero { max-width: none; margin: 0; border-bottom: 1px solid color-mix(in srgb, var(--brand) 10%, #dedbd4); background: linear-gradient(135deg, var(--ranking-warm), color-mix(in srgb, var(--soft) 34%, white)); padding: clamp(40px, 5vw, 64px) 1rem; }
.ranking-v3 .ranking-hero-grid { width: min(80rem, 100%); margin: 0 auto; grid-template-columns: minmax(0, 1.15fr) minmax(310px, .58fr); }
.ranking-v3 .ranking-hero h1 { max-width: 14ch; color: var(--ranking-ink); font-size: clamp(44px, 5.4vw, 76px); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.ranking-v3 .ranking-intro { display: grid; gap: 12px; max-width: 66ch; margin-top: 18px; color: #4b5563; font-size: clamp(17px, 1.4vw, 19px); line-height: 1.68; }
.ranking-v3 .ranking-intro p { margin: 0; }
.ranking-v3 .ranking-intro strong { color: var(--ranking-ink); font-weight: 780; box-shadow: inset 0 -.34em color-mix(in srgb, var(--accent) 22%, transparent); }
.ranking-v3 .methodology { display: grid; gap: 5px; max-width: 68ch; margin-top: 18px; border-left: 2px solid var(--accent); padding-left: 14px; color: #6b7280; font-size: 14px; line-height: 1.55; }
.ranking-v3 .methodology strong { color: var(--ranking-ink); font-size: 13px; }
.ranking-v3 .ranking-hero-media { aspect-ratio: 4 / 3; min-height: 0; border: 0; border-radius: 30px 30px 8px 30px; box-shadow: 0 28px 70px rgba(23,32,42,.16); }
.ranking-v3 .ranking-hero-media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.ranking-v3 .ranking-toolbar { top: 0; justify-content: flex-start; gap: 24px; border-top: 0; background: rgba(255,253,248,.96); padding: 13px max(1rem, calc((100vw - 80rem) / 2)); box-shadow: 0 8px 24px rgba(23,32,42,.04); }
.ranking-v3 .ranking-toolbar a { min-height: auto; border: 0; border-radius: 0; background: none; padding: 5px 0; color: #69717d; font-size: 13px; }
.ranking-v3 .ranking-toolbar a:hover { background: none; color: var(--brand); box-shadow: inset 0 -2px var(--accent); }
.ranking-v3 .ranking-v2-decision-grid { max-width: 80rem; margin-top: 0; padding-top: 36px; }
.ranking-v3 .ranking-top-strip-inner { border: 0; border-radius: 0; background: transparent; padding: 0; box-shadow: none; }
.ranking-v3 .section-heading-row h2, .ranking-v3 .ranking-stage-heading h2 { font-size: clamp(30px, 3vw, 46px); letter-spacing: -.045em; }
.ranking-v3 .top-option-grid { grid-template-columns: 1.12fr 1fr 1fr; gap: 14px; margin-top: 26px; }
.ranking-v3 .top-option-card { min-height: 168px; align-content: start; border-color: color-mix(in srgb, var(--brand) 12%, white); border-radius: 18px; background: var(--ranking-warm); padding: 22px; box-shadow: 0 10px 30px rgba(23,32,42,.055); }
.ranking-v3 .top-option-card:first-child { border-color: color-mix(in srgb, var(--accent) 74%, var(--brand)); background: color-mix(in srgb, var(--soft) 25%, var(--ranking-warm)); box-shadow: 0 16px 38px rgba(23,32,42,.10); }
.ranking-v3 .top-option-card:first-child .top-option-meta b { background: var(--accent); color: #111827; }
.ranking-v3 .top-option-card strong { margin-top: 10px; font-size: 19px; letter-spacing: -.025em; }
.ranking-v3 .director-vertical-register .top-option-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid color-mix(in srgb, var(--brand) 24%, #dedbd4); }
.ranking-v3 .director-vertical-register .top-option-card, .ranking-v3 .director-vertical-register .top-option-card:first-child { min-height: 0; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 18px; border: 0; border-bottom: 1px solid color-mix(in srgb, var(--brand) 24%, #dedbd4); border-radius: 0; background: transparent; padding: 20px 0; box-shadow: none; transform: none; }
.ranking-v3 .director-vertical-register .top-option-meta { grid-column: 1; grid-row: 1 / span 2; justify-content: flex-start; }
.ranking-v3 .director-vertical-register .top-option-meta b, .ranking-v3 .director-vertical-register .top-option-card:first-child .top-option-meta b { width: 44px; height: 44px; border: 1px solid var(--brand); border-radius: 0; background: transparent; color: var(--brand); }
.ranking-v3 .director-vertical-register .top-option-badges { display: none; }
.ranking-v3 .director-vertical-register .top-option-card > strong { grid-column: 2; margin: 0; font-family: var(--font-display); font-size: clamp(21px, 2vw, 29px); font-weight: 550; }
.ranking-v3 .director-vertical-register .business-rating { grid-column: 3; grid-row: 1; margin: 0; }
.ranking-v3 .director-vertical-register .top-option-tags { grid-column: 2 / -1; margin: 0; }
.ranking-v3 .top-option-card p { font-size: 14px; line-height: 1.6; }
.business-rating { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin-top: 8px; color: #6b7280; font-size: 13px; }
.business-rating b { color: #343b45; font-size: 14px; }
.rating-stars { --rating-fill: 0%; display: inline-block; background: linear-gradient(90deg, #e2a80c var(--rating-fill), #d6d8dc var(--rating-fill)); background-clip: text; -webkit-background-clip: text; color: transparent; letter-spacing: 1px; }
.rating-compact { margin-top: 2px; }
.top-option-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 4px; }
.top-option-tags span { border-radius: 999px; background: #f1f3f5; padding: 4px 8px; color: #59616b; font-size: 11px; line-height: 1.3; }
.ranking-editorial-stage { width: min(76rem, calc(100% - 2rem)); margin: 72px auto 0; }
.ranking-stage-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; border-bottom: 1px solid #dcd8cf; padding-bottom: 20px; }
.ranking-stage-heading .section-label { margin: 0; }
.ranking-stage-heading h2 { margin: 0; }
.ranking-v3 .stack { gap: 22px; }
.ranking-v3 .ranking-card { display: grid; grid-template-columns: 320px minmax(0, 1fr); align-items: start; overflow: hidden; border-color: color-mix(in srgb, var(--brand) 10%, #dedbd4); border-radius: 22px; background: var(--ranking-warm); box-shadow: 0 12px 38px rgba(23,32,42,.055); }
.ranking-v3 .ranking-card:hover { border-color: color-mix(in srgb, var(--brand) 24%, #dedbd4); box-shadow: 0 20px 48px rgba(23,32,42,.11); }
.ranking-v3 .rank-media { grid-column: 1; grid-row: 1; width: auto; aspect-ratio: 4 / 3; min-height: 0; align-self: start; background: linear-gradient(145deg, color-mix(in srgb, var(--soft) 72%, white), #edf1f4); }
.ranking-v3 .business-avatar { width: auto; height: auto; border: 0; background: none; box-shadow: none; }
.ranking-v3 .business-avatar span { color: color-mix(in srgb, var(--brand) 76%, #111); font-size: 92px; letter-spacing: -.08em; }
.ranking-v3 .business-avatar small { color: color-mix(in srgb, var(--brand) 58%, #6b7280); }
.ranking-v3 .rank-badge { left: 18px; top: 18px; min-width: 48px; height: 36px; border-radius: 10px; font-size: 15px; }
.ranking-v3 .ranking-main { grid-column: 2; grid-row: 1 / span 2; padding: 28px clamp(24px, 4vw, 42px) 26px; }
.ranking-v3 .ranking-head h3 { max-width: 30ch; font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -.04em; }
.ranking-v3 .facts { border-bottom: 1px solid #ebe8e1; padding-bottom: 12px; }
.ranking-v3 .mini-badge { border: 1px solid color-mix(in srgb, var(--brand) 12%, white); border-radius: 999px; background: transparent; padding: 5px 9px; }
.ranking-v3 .summary { display: grid; gap: 12px; max-width: 78ch; margin-top: 18px; color: #4b5563; font-size: 15px; line-height: 1.72; }
.ranking-v3 .summary p { margin: 0; }
.ranking-v3 .decision-tags { display: grid; gap: 8px; margin-top: 17px; }
.ranking-v3 .decision-tags > strong { color: #59616b; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ranking-v3 .decision-tags .mini-badges { margin-top: 0; }
.ranking-v3 .editorial-lead { color: var(--ranking-ink); font-weight: 800; }
.ranking-v3 .decision-notes { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; border-top: 1px solid #e5e1d9; padding-top: 20px; }
.ranking-v3 .ranking-card > .decision-notes { grid-column: 1; grid-row: 2; align-self: stretch; margin: 0; border-top: 1px solid #e5e1d9; background: color-mix(in srgb, var(--soft) 20%, var(--ranking-warm)); padding: 20px 22px 24px; }
.ranking-v3 .pros-cons > div, .ranking-v3 .pros-cons aside { border: 0; border-radius: 0; background: none; padding: 0; }
.ranking-v3 .pros-cons strong { color: var(--ranking-ink); }
.ranking-v3 .strengths ul { display: grid; gap: 10px; margin: 12px 0 0; padding: 0; list-style: none; }
.ranking-v3 .strengths li { display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: start; }
.ranking-v3 .strengths li > span { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--soft); color: var(--brand); font-size: 11px; font-weight: 900; }
.ranking-v3 .strengths li p { margin: 0; color: #4b5563; font-size: 13px; line-height: 1.55; }
.ranking-v3 .before-call { border-radius: 14px !important; background: color-mix(in srgb, var(--soft) 42%, white) !important; padding: 16px !important; }
.ranking-v3 .before-call ul { margin: 10px 0 0; padding-left: 17px; color: #4b5563; font-size: 13px; line-height: 1.55; }
.ranking-v3 .links { border-top: 1px solid #ebe8e1; padding-top: 14px; }
.ranking-v3 .ranking-card.director-register-row {
  grid-template-columns: 112px minmax(0, 1.7fr) minmax(230px, .72fr);
  min-height: 0;
  border: 1px solid color-mix(in srgb, var(--ink) 20%, var(--line));
  border-radius: 0;
  box-shadow: none;
  background: color-mix(in srgb, white 92%, var(--soft));
}
.ranking-v3 .ranking-card.director-register-row:hover { box-shadow: none; }
.ranking-v3 .director-register-row .rank-media {
  min-height: 100%;
  aspect-ratio: auto;
  border-right: 1px solid color-mix(in srgb, var(--ink) 18%, var(--line));
  background: transparent;
  display: grid;
  place-items: start center;
  padding-top: 22px;
}
.ranking-v3 .director-register-row .rank-media.without-photo { background: transparent; }
.ranking-v3 .director-register-row .rank-badge {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  line-height: .9;
  letter-spacing: -.08em;
}
.ranking-v3 .director-register-row .ranking-main { grid-column: 2; grid-row: 1; padding: 28px 30px; }
.ranking-v3 .director-register-row .pros-cons { grid-column: 3; grid-row: 1; border-left: 1px solid var(--line); border-top: 0; }
.ranking-v3 .content-block { max-width: 75rem; margin-top: 0; border: 0; border-top: 1px solid #dcd8cf; border-radius: 0; background: transparent; padding: 52px 0; }
.ranking-v3 .content-block h2 { font-size: clamp(30px, 3vw, 44px); letter-spacing: -.045em; }
.ranking-v3 .service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; counter-reset: ranking-service; }
.ranking-v3 .service-list li { counter-increment: ranking-service; grid-template-columns: 44px 1fr; gap: 14px; border: 0; border-top: 1px solid #dedbd4; border-radius: 0; background: transparent; padding: 20px 0; }
.ranking-v3 .service-list li::before { content: counter(ranking-service, decimal-leading-zero); color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.ranking-v3 .service-list li div { display: grid; gap: 6px; }
.ranking-v3 #como-elegir ol { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: guide-step; }
.ranking-v3 #como-elegir li { counter-increment: guide-step; position: relative; border-left: 2px solid color-mix(in srgb, var(--brand) 22%, #ddd); padding: 4px 0 4px 48px; color: #4b5563; line-height: 1.65; }
.ranking-v3 #como-elegir li::before { content: counter(guide-step, decimal-leading-zero); position: absolute; left: 14px; top: 5px; color: var(--brand); font-size: 12px; font-weight: 900; }
.ranking-v3 .faq details { border-color: #dcd8cf; padding: 18px 0; }
.ranking-v3 .faq summary { font-size: 17px; }
.ranking-v3 .faq-answer { display: grid; gap: 12px; width: 100%; padding-right: 2rem; }
.ranking-v3 .faq details p { max-width: none; margin: 0; color: #5b6470; line-height: 1.7; }
.ranking-v3 .related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ranking-v3 .related-link { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: center; gap: 14px; min-height: 94px; overflow: hidden; border: 1px solid #dedbd4; border-radius: 14px; background: var(--ranking-warm); padding: 0 14px 0 0; font-size: 14px; font-weight: 800; }
.ranking-v3 .related-link img { width: 104px; height: 100%; min-height: 94px; object-fit: cover; }
.ranking-v3 .map-section { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 0 34px; max-width: 80rem; margin: 72px auto 0; border: 1px solid #dedbd4; border-radius: 24px; background: var(--ranking-warm); padding: 28px; }
.ranking-v3 .map-section .section-heading-row { grid-column: 1 / -1; grid-row: 1; padding: 0 0 24px; }
.ranking-v3 .map-section .map-copy { grid-column: 1; grid-row: 2; display: grid; gap: 12px; padding: 0; color: #66707c; line-height: 1.7; }
.ranking-v3 .map-section .map-copy p { margin: 0; }
.ranking-v3 .map-section .map-embed { grid-column: 2; grid-row: 2 / span 2; align-self: start; margin: 0; overflow: hidden; border: 0; border-radius: 16px; }
.ranking-v3 .map-section .map-embed iframe { height: 320px; min-height: 320px; max-height: 320px; }
.ranking-v3 .map-section .map-note { grid-column: 1; grid-row: 3; margin: 12px 0 0; padding: 0; }

/* Public business page: compact, useful and entirely about the business. */
.business-profile-page { width: min(calc(100% - 2rem), 80rem); margin: 34px auto 88px; color: var(--ink); }
.business-profile-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); overflow: hidden; border: 1px solid color-mix(in srgb, var(--brand) 18%, #d9d7d1); border-radius: 30px; background: linear-gradient(145deg, color-mix(in srgb, var(--soft) 55%, white), white 72%); box-shadow: 0 24px 70px rgba(20, 27, 36, .09); }
.profile-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 42px clamp(28px, 4vw, 58px); }
.profile-hero-copy .breadcrumbs { margin-bottom: 34px; font-size: 12px; }
.profile-hero-copy h1 { max-width: 11ch; margin: 8px 0 14px; font-size: clamp(42px, 5.4vw, 70px); line-height: .96; letter-spacing: -.06em; text-wrap: balance; }
.profile-category { width: fit-content; margin: 0; border-radius: 999px; background: color-mix(in srgb, var(--brand) 12%, white); padding: 7px 11px; color: var(--brand); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.profile-location { max-width: 38rem; margin: 0; color: #5d6671; font-size: 15px; line-height: 1.55; }
.profile-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; color: #69717c; font-size: 13px; }
.profile-rating strong { color: var(--ink); font-size: 22px; }
.profile-stars { color: #e0a21a; letter-spacing: 1px; }
.profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 28px; }
.profile-actions .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin: 0; padding: 10px 17px; border: 1px solid var(--brand); border-radius: 999px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 850; text-decoration: none; }
.profile-actions .btn:hover { filter: brightness(.93); }
.profile-actions .btn.secondary { background: transparent; color: var(--ink); }
.profile-text-action { color: var(--ink); font-size: 13px; font-weight: 850; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--brand) 45%, transparent); text-underline-offset: 4px; }
.profile-gallery { min-width: 0; border-left: 1px solid color-mix(in srgb, var(--brand) 14%, #ddd8cf); background: color-mix(in srgb, var(--soft) 68%, white); padding: 12px; }
.profile-carousel { display: flex; aspect-ratio: 16 / 10; overflow: auto hidden; border-radius: 20px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.profile-carousel::-webkit-scrollbar { display: none; }
.profile-carousel-slide { position: relative; min-width: 100%; height: 100%; margin: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.profile-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 42px; height: 42px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(18,24,29,.76); color: #fff; font-size: 26px; line-height: 1; backdrop-filter: blur(8px); }
.carousel-arrow { text-decoration: none; }
.carousel-arrow:hover { background: var(--brand); color: white; }
.carousel-arrow.previous { left: 14px; }
.carousel-arrow.next { right: 14px; }
.carousel-counter { position: absolute; right: 14px; bottom: 14px; border-radius: 999px; background: rgba(16,20,24,.72); padding: 6px 9px; color: white; font-size: 11px; font-weight: 800; backdrop-filter: blur(8px); }
.carousel-thumbs { display: grid; grid-auto-columns: 66px; grid-auto-flow: column; gap: 8px; overflow-x: auto; padding-top: 10px; scrollbar-width: thin; }
.carousel-thumb { overflow: hidden; border: 2px solid transparent; border-radius: 10px; opacity: .72; }
.carousel-thumb:hover, .carousel-thumb:focus-visible { border-color: var(--brand); opacity: 1; }
.carousel-thumb img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.business-profile-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 24px; align-items: start; margin-top: 26px; }
.profile-main-content { display: grid; gap: 20px; }
.profile-panel, .profile-contact-card, .profile-side-card { border: 1px solid #e1ded7; border-radius: 22px; background: white; padding: clamp(24px, 3.5vw, 38px); box-shadow: 0 12px 38px rgba(20,27,36,.045); }
.profile-panel h2, .profile-contact-card h2, .profile-side-card h2 { margin: 0 0 20px; font-size: clamp(25px, 3vw, 36px); line-height: 1.08; letter-spacing: -.04em; }
.profile-panel > p { max-width: 68ch; color: #4e5965; font-size: 16px; line-height: 1.78; }
.profile-panel > p:first-of-type { margin-top: 0; }
.profile-section-kicker { margin: 0 0 10px !important; color: var(--brand) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .1em; line-height: 1.2 !important; text-transform: uppercase; }
.profile-about > p:not(.profile-section-kicker):first-of-type { color: #29313a; font-size: 19px; line-height: 1.68; }
.profile-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.profile-service-list li { border: 1px solid #e3e0da; border-left: 3px solid var(--brand); border-radius: 12px; background: color-mix(in srgb, var(--soft) 28%, white); padding: 15px 16px; color: #303943; font-size: 14px; font-weight: 750; line-height: 1.45; }
.profile-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.profile-detail-card, .profile-hours-card { margin: 0; border: 1px solid #e5e2dc; border-radius: 14px; background: #faf9f6; padding: 18px; }
.profile-detail-card span, .profile-hours-card > span { display: block; margin-bottom: 8px; color: #707985; font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.profile-detail-card strong { color: #2c343d; font-size: 15px; line-height: 1.5; }
.profile-hours-card { grid-column: 1 / -1; }
.profile-hours-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; margin: 0; padding: 0; list-style: none; }
.profile-hours-card li { color: #3e4853; font-size: 14px; }
.profile-sidebar { position: sticky; top: 92px; display: grid; gap: 16px; }
.profile-contact-card { border-color: color-mix(in srgb, var(--brand) 22%, #ddd8cf); background: linear-gradient(145deg, color-mix(in srgb, var(--soft) 62%, white), white 78%); color: var(--ink); }
.profile-contact-card h2 { font-size: 25px; }
.profile-contact-card ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.profile-contact-card li { display: grid; gap: 6px; min-width: 0; border-top: 1px solid color-mix(in srgb, var(--brand) 13%, #e1ded7); padding: 15px 0; }
.profile-contact-card li:first-child { border-top: 0; padding-top: 0; }
.profile-contact-card li:last-child { padding-bottom: 0; }
.profile-contact-card li span { color: #707985; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.profile-contact-card li a { color: var(--ink); font-size: 14px; font-weight: 760; overflow-wrap: anywhere; }
.profile-side-card { padding: 24px; }
.profile-side-card h2 { margin-bottom: 15px; font-size: 20px; }
.profile-side-links { display: grid; gap: 8px; }
.profile-side-links a { border-radius: 10px; background: color-mix(in srgb, var(--soft) 32%, white); padding: 11px 12px; color: #38424d; font-size: 13px; font-weight: 750; }

@media (max-width: 980px) {
  .director-mosaic-home-hero { grid-template-columns: 1fr; min-height: 0; }
  .director-mosaic-copy { padding: 54px 1rem 34px; }
  .director-home-mosaic { min-height: 520px; padding: 0 1rem 18px; }
  .home-hero-grid, .home-variant-editorial .home-hero-grid, .home-variant-guidebook .home-hero-grid { grid-template-columns: 1fr; }
  .home-variant-mosaic .home-city-media { transform: none; }
  .home-variant-guidebook .hero-copy, .home-variant-guidebook .home-city-media { order: initial; }
  .home-city-media { min-height: 320px; }
  .home-intent-grid { grid-template-columns: 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .ranking-hero-grid { grid-template-columns: 1fr; }
  .ranking-hero-media { min-height: 240px; }
  .ranking-hero-media img { min-height: 240px; }
  .ranking-layout { grid-template-columns: 1fr; }
  .ranking-v2-decision-grid { grid-template-columns: 1fr; }
  .quick-pick-grid { grid-template-columns: 1fr; }
  .ranking-index { display: none; }
  .ranking-v3 .ranking-hero-grid { grid-template-columns: 1fr; }
  .ranking-v3 .ranking-hero-media { min-height: 280px; }
  .ranking-v3 .top-option-grid { grid-template-columns: 1fr; }
  .ranking-v3 .top-option-card { min-height: auto; }
  .ranking-v3 .ranking-card { grid-template-columns: 230px minmax(0, 1fr); }
  .ranking-v3 .decision-notes { grid-template-columns: 1fr; }
  .ranking-v3 .map-section { grid-template-columns: 1fr; gap: 20px; }
  .ranking-v3 .map-section .section-heading-row,
  .ranking-v3 .map-section .map-copy,
  .ranking-v3 .map-section .map-embed,
  .ranking-v3 .map-section .map-note { grid-column: 1; grid-row: auto; }
  .business-profile-hero { grid-template-columns: 1fr; }
  .profile-gallery { min-height: 0; }
  .business-profile-layout { grid-template-columns: 1fr; }
  .profile-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-contact-card { grid-row: span 2; }
}
@media (max-width: 760px) {
  html, body { overflow-x: clip; }
  .ranking-v3 .ranking-hero-grid, .ranking-v3 .ranking-hero-copy { width: 100%; min-width: 0; }
  .ranking-v3 .ranking-hero h1 { max-width: 100%; text-wrap: wrap; overflow-wrap: break-word; }
  .topbar { width: 100%; min-width: 0; align-items: flex-start; flex-direction: column; padding-top: 12px; padding-bottom: 12px; }
  .brand-link, .wordmark { max-width: 100%; min-width: 0; }
  .topnav { width: 100%; min-width: 0; flex-wrap: wrap; gap: 4px 2px; font-size: 13px; }
  .topnav a { flex: 0 0 auto; padding: 8px; }
  .topnav .business-nav-cta { flex: 1 0 100%; text-align: center; }
  .atlas-home-hero, .atlas-hero-grid, .atlas-hero-copy, .atlas-deck { width: 100%; min-width: 0; max-width: 100%; }
  .atlas-home-hero { padding-inline: 20px; }
  .atlas-dateline { min-width: 0; overflow: hidden; }
  .atlas-dateline span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .atlas-hero-copy h1 { max-width: 100%; font-size: clamp(48px, 16.5vw, 64px); letter-spacing: -.06em; overflow-wrap: anywhere; text-wrap: balance; }
  .atlas-deck { overflow-wrap: anywhere; }
  .atlas-start { max-width: 100%; gap: 18px; }
  .home-hero-grid { padding-top: 40px; padding-bottom: 44px; }
  .home-hero h1, h1 { font-size: 36px; }
  .home-stat-grid { grid-template-columns: 1fr; }
  .home-city-media.with-photos { grid-template-columns: 1fr; grid-template-rows: auto; }
  .main-photo, .tile-photo { grid-row: auto; min-height: 170px; }
  .city-postcard.secondary { grid-template-columns: 1fr; }
  .ranking-card { flex-direction: column; }
  .rank-media { width: 100%; min-height: 150px; flex-basis: auto; }
  .ranking-head { flex-direction: column; }
  .pros-cons { grid-template-columns: 1fr; }
  .comparison-table { min-width: 560px; }
  .ranking-toolbar { top: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .contact-grid { grid-template-columns: 1fr; }
  .ranking-v3 .ranking-hero { padding-top: 42px; }
  .ranking-v3 .ranking-hero h1 { font-size: clamp(39px, 12vw, 54px); }
  .ranking-v3 .ranking-toolbar { top: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 16px; overflow: visible; padding-inline: 1rem; }
  .ranking-v3 .ranking-toolbar a { min-width: 0; white-space: normal; }
  .ranking-v3 .director-vertical-register .top-option-card, .ranking-v3 .director-vertical-register .top-option-card:first-child { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .ranking-v3 .director-vertical-register .business-rating { grid-column: 2; grid-row: auto; }
  .ranking-v3 .director-vertical-register .top-option-tags { grid-column: 2; }
  .ranking-v3 .ranking-card.director-register-row { grid-template-columns: 72px minmax(0, 1fr); }
  .ranking-v3 .director-register-row .rank-media { grid-column: 1; grid-row: 1 / span 2; padding-top: 20px; }
  .ranking-v3 .director-register-row .rank-badge { width: auto; height: auto; font-size: 46px; }
  .ranking-v3 .director-register-row .ranking-main { grid-column: 2; grid-row: 1; padding: 22px 18px; }
  .ranking-v3 .director-register-row .pros-cons { grid-column: 2; grid-row: 2; border-left: 0; border-top: 1px solid var(--line); }
  .ranking-editorial-stage { margin-top: 52px; }
  .ranking-stage-heading { display: block; }
  .ranking-stage-heading h2 { margin-top: 5px; }
  .ranking-v3 .ranking-card { grid-template-columns: 1fr; }
  .ranking-v3 .rank-media { aspect-ratio: 16 / 9; min-height: 0; }
  .ranking-v3 .ranking-main { grid-column: 1; grid-row: 2; padding: 24px 20px; }
  .ranking-v3 .ranking-card > .decision-notes { grid-column: 1; grid-row: 3; }
  .ranking-v3 .service-list { grid-template-columns: 1fr; }
  .ranking-v3 .content-block { width: calc(100% - 2rem); padding: 42px 0; }
  .ranking-v3 .map-section { width: calc(100% - 2rem); margin-top: 52px; padding: 20px; }
  .ranking-v3 .map-section .map-embed iframe { min-height: 310px; }

  .ranking-v3 .ranking-hero-grid { row-gap: 14px; }
  .ranking-v3 .ranking-hero-copy { display: contents; }
  .ranking-v3 .breadcrumbs { order: 1; margin-bottom: 8px; }
  .ranking-v3 .ranking-hero-copy > .section-label { order: 2; margin: 0; }
  .ranking-v3 .ranking-hero h1 { order: 3; margin: 0; }
  .ranking-v3 .ranking-hero-media { order: 4; aspect-ratio: 16 / 9; min-height: 0; margin: 8px 0 4px; border-radius: 20px 20px 6px 20px; }
  .ranking-v3 .ranking-intro { order: 5; margin-top: 4px; }
  .ranking-v3 .methodology { order: 6; margin-top: 4px; }
  .ranking-v3 .warning { order: 7; }
  .ranking-v3 .related-grid { grid-template-columns: 1fr; }
  .ranking-link-grid { grid-template-columns: 1fr; }
  .ranking-link-media { width: 88px; flex-basis: 88px; }
  .business-profile-page { width: min(calc(100% - 1rem), 80rem); margin-top: 14px; margin-bottom: 52px; }
  .business-profile-hero { border-radius: 20px; }
  .profile-hero-copy { max-width: 100%; min-width: 0; box-sizing: border-box; padding: 25px 21px 30px; }
  .profile-hero-copy .breadcrumbs { min-width: 0; flex-wrap: wrap; margin-bottom: 25px; overflow-wrap: anywhere; }
  .profile-hero-copy h1 { max-width: 100%; font-size: clamp(38px, 12vw, 50px); letter-spacing: -.045em; overflow-wrap: anywhere; text-wrap: wrap; }
  .profile-actions { display: grid; width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
  .profile-actions .btn, .profile-text-action { width: 100%; min-width: 0; box-sizing: border-box; text-align: center; }
  .profile-text-action { padding: 9px 4px; overflow-wrap: anywhere; }
  .profile-gallery { padding: 8px; }
  .profile-carousel { aspect-ratio: 4 / 3; border-radius: 14px; }
  .carousel-thumbs { grid-auto-columns: 54px; }
  .business-profile-layout { gap: 14px; margin-top: 14px; }
  .profile-main-content, .profile-sidebar { gap: 14px; }
  .profile-sidebar { grid-template-columns: 1fr; }
  .profile-contact-card { grid-row: auto; }
  .profile-panel, .profile-contact-card, .profile-side-card { border-radius: 18px; padding: 23px 20px; }
  .profile-service-list, .profile-detail-grid, .profile-hours-card ul { grid-template-columns: 1fr; }
}
