@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --ink: #132a35;
  --muted: #697a80;
  --paper: #f5f6f4;
  --white: #fff;
  --line: #e2e7e4;
  --navy: #102e3c;
  --navy-2: #173e4b;
  --lime: #c5e87c;
  --coral: #f27662;
  --soft-green: #edf2e7;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(18, 45, 57, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: #c45443; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 20; top: 10px; left: -9999px; padding: 10px 14px; border-radius: 8px; background: var(--white); color: var(--ink); }
.skip-link:focus { left: 12px; }
:focus-visible { outline: 3px solid #68902c; outline-offset: 3px; }
.utility-bar { border-bottom: 1px solid #e8ebe7; background: #eef0eb; color: #66777b; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; padding-block: 8px; }
.masthead { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-symbol { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px 14px 14px 4px; background: var(--coral); color: white; font-size: 16px; font-weight: 850; letter-spacing: -.06em; }
.brand-name { display: block; font-size: 24px; font-weight: 850; letter-spacing: -.055em; line-height: 1.05; }
.brand-name>span { color: #789b40; }
.brand-name small { display: block; margin-top: 5px; color: #718087; font-size: 8px; font-weight: 750; letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding-block: 12px; color: #475c62; font-size: 13px; font-weight: 700; }
.main-nav a:hover, .main-nav a.is-active { color: var(--ink); }
.main-nav a.is-active::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--coral); content: ""; }
.header-action { display: inline-flex; align-items: center; gap: 13px; padding: 12px 15px; border-radius: 8px; background: var(--navy); color: white; font-size: 12px; font-weight: 750; }
.header-action:hover { background: var(--navy-2); color: white; }
.header-action span { color: var(--lime); font-size: 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.menu-toggle>span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.hero-wrap { overflow: hidden; background: var(--navy); color: white; }
.hero { position: relative; display: grid; min-height: 370px; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding-block: 48px; }
.hero-copy { position: relative; z-index: 1; padding-block: 8px; }
.eyebrow { margin: 0 0 12px; color: #748a69; font-size: 10px; font-weight: 850; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-light { color: var(--lime); }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(42px, 5.3vw, 66px); font-weight: 820; letter-spacing: -.065em; line-height: 1.03; }
.hero h1 span { color: var(--lime); }
.hero-copy>p:not(.eyebrow) { max-width: 440px; margin: 19px 0 24px; color: #cedbd9; font-size: 15px; }
.hero-button { display: inline-flex; align-items: center; gap: 20px; padding: 12px 16px; border-radius: 8px; background: var(--lime); color: #223b2e; font-size: 12px; font-weight: 800; }
.hero-button:hover { background: #daf4a6; color: #223b2e; }
.hero-button span { font-size: 16px; }
.hero-aside { position: relative; display: grid; min-height: 260px; place-items: center; }
.hero-orbit { position: absolute; width: 270px; height: 270px; border: 1px solid rgba(199, 227, 188, .22); border-radius: 50%; }
.orbit-two { width: 215px; height: 215px; border-style: dashed; border-color: rgba(199, 227, 188, .2); }
.hero-location { position: relative; z-index: 1; width: 218px; padding: 25px 27px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px 24px 24px 24px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); box-shadow: 0 22px 50px rgba(0,0,0,.15); transform: rotate(-3deg); }
.location-pin { color: var(--coral); font-size: 21px; }
.hero-location p { margin: 10px 0 7px; color: #b3c6c2; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.hero-location strong { font-size: 22px; letter-spacing: -.04em; line-height: 1.15; }
.location-rule { display: block; width: 42px; height: 3px; margin: 17px 0 12px; background: var(--lime); }
.hero-location small { color: #b3c6c2; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.hero-coordinates { position: absolute; right: 0; bottom: 4px; color: #91a9a9; font-size: 9px; letter-spacing: .12em; }
.archive-section { padding-block: 66px 72px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 23px; }
.section-heading h2, .page-intro h1 { margin: 0; font-size: clamp(28px, 3vw, 37px); font-weight: 800; letter-spacing: -.055em; line-height: 1.12; }
.archive-count { padding: 8px 11px; border: 1px solid var(--line); border-radius: 30px; color: #6c7c78; font-size: 11px; font-weight: 700; }
.archive-notice { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; padding: 12px 15px; border: 1px solid #e4e9dd; border-radius: 9px; background: #f1f4ed; color: #60715e; }
.archive-notice p { margin: 0; font-size: 12px; }
.notice-mark { display: grid; flex: 0 0 22px; height: 22px; place-items: center; border-radius: 50%; background: #dfe9d2; color: #456331; font-size: 12px; font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 5px 18px rgba(18,45,57,.025); }
.feature-image { position: relative; display: grid; min-height: 230px; overflow: hidden; place-items: center; background: #dce7dc; }
.feature-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.feature-image-empty { background: radial-gradient(circle at 70% 30%, rgba(197,232,124,.72), transparent 23%), linear-gradient(140deg, #567b69 0%, #a2b99a 55%, #e0e9d2 100%); }
.feature-monogram { position: relative; z-index: 1; color: rgba(255,255,255,.55); font-size: 100px; font-weight: 850; letter-spacing: -.09em; }
.image-overlay { position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(11,32,39,.18)); }
.feature-copy { padding: 23px 24px 26px; }
.card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 9px; color: #788681; font-size: 10px; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; }
.card-meta>a, .card-meta>span { color: #769449; }
.card-meta time { color: #87918f; font-size: 10px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.feature-copy h3 { margin: 0; font-size: clamp(22px, 2.5vw, 29px); font-weight: 800; letter-spacing: -.05em; line-height: 1.2; }
.feature-copy>p:not(.card-meta) { margin: 12px 0 15px; color: var(--muted); font-size: 13px; }
.read-more { display: inline-flex; align-items: center; gap: 9px; color: #c45746; font-size: 11px; font-weight: 800; }
.read-more:hover { color: #9e3e31; }
.read-more span { font-size: 15px; }
.feature-list { padding: 1px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.feature-row { display: grid; min-height: 111px; grid-template-columns: 85px 1fr; align-items: center; gap: 15px; padding-block: 15px; border-bottom: 1px solid #edf0eb; }
.feature-row:last-child { border-bottom: 0; }
.row-art { display: grid; width: 85px; height: 78px; overflow: hidden; place-items: center; border-radius: 8px; background: var(--soft-green); color: #728d55; font-size: 17px; font-weight: 850; letter-spacing: -.04em; }
.row-art img { width: 100%; height: 100%; object-fit: cover; }
.feature-row .card-meta { margin-bottom: 4px; font-size: 9px; }
.feature-row h3 { margin: 0 0 5px; font-size: 15px; font-weight: 760; letter-spacing: -.02em; line-height: 1.3; }
.feature-row time { color: #84908c; font-size: 10px; }
.topic-section { padding-block: 58px 68px; background: #e9ede7; }
.section-aside { max-width: 330px; margin: 0; color: #73817d; font-size: 12px; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.topic-card { position: relative; display: flex; min-height: 153px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 18px; border: 1px solid rgba(20,51,59,.08); border-radius: 12px; background: #f7f8f5; transition: transform .18s ease, box-shadow .18s ease; }
.topic-card:hover { color: var(--ink); box-shadow: var(--shadow); transform: translateY(-3px); }
.topic-tone-2 { background: #f5f1e6; }
.topic-tone-3 { background: #edf2ee; }
.topic-index { color: #8da27e; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.topic-title { max-width: 80%; font-size: 21px; font-weight: 800; letter-spacing: -.045em; line-height: 1.15; }
.topic-count { color: #7b8983; font-size: 10px; }
.topic-arrow { position: absolute; right: 17px; bottom: 13px; color: #c76553; font-size: 20px; }
.about-section { position: relative; display: grid; min-height: 250px; grid-template-columns: 1fr auto; align-items: center; gap: 28px; overflow: hidden; padding-block: 55px; }
.about-section>div:not(.about-mark) { position: relative; z-index: 1; max-width: 610px; }
.about-section h2 { margin: 0 0 12px; font-size: clamp(25px, 3vw, 35px); font-weight: 800; letter-spacing: -.05em; line-height: 1.15; }
.about-section p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--muted); font-size: 13px; }
.about-mark { position: absolute; right: 140px; bottom: -77px; color: rgba(19,42,53,.035); font-size: 260px; font-weight: 900; letter-spacing: -.12em; line-height: 1; pointer-events: none; }
.about-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid #d6ded7; border-radius: 8px; color: var(--ink); font-size: 11px; font-weight: 800; white-space: nowrap; }
.about-link span { color: #c45746; font-size: 16px; }
.site-footer { background: #102a35; color: #d8e2dc; }
.footer-inner { display: flex; min-height: 100px; align-items: center; gap: 22px; }
.brand-footer .brand-symbol { width: 38px; height: 38px; background: var(--lime); color: #284031; font-size: 13px; }
.brand-footer .brand-name { color: white; font-size: 20px; }
.brand-footer .brand-name>span { color: var(--lime); }
.brand-footer .brand-name small { color: #9aafaa; font-size: 7px; }
.footer-inner>p { margin-left: auto; color: #a9bbb4; font-size: 11px; }
.footer-top { color: #cfddd5; font-size: 11px; font-weight: 700; }
.footer-top:hover { color: var(--lime); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 25px; color: #87938e; font-size: 11px; }
.breadcrumbs a:hover { color: var(--ink); }
.article-page, .archive-page { padding-bottom: 76px; }
.article-detail { max-width: 790px; margin-inline: auto; }
.article-heading { padding: 24px 0 30px; }
.article-heading h1 { max-width: 760px; margin: 0; font-size: clamp(34px, 5vw, 58px); font-weight: 830; letter-spacing: -.065em; line-height: 1.06; }
.article-deck { max-width: 720px; margin: 19px 0 0; color: #5f716e; font-size: 18px; line-height: 1.5; }
.article-date { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 0; color: #7c8b85; font-size: 11px; }
.article-image { margin: 0 0 30px; }
.article-image img { width: 100%; max-height: 520px; border-radius: 12px; object-fit: cover; }
.article-image figcaption { margin-top: 7px; color: #7a8883; font-size: 10px; }
.article-body { color: #31474d; font-size: 16px; line-height: 1.82; }
.article-body p { margin: 0 0 1.3em; }
.back-link { display: inline-block; margin-top: 24px; color: #bd5a48; font-size: 12px; font-weight: 800; }
.empty-note { padding: 16px; border-radius: 8px; background: #edf2e7; color: #69786d; font-size: 13px; }
.page-intro { padding: 10px 0 25px; }
.page-intro>p:last-child { margin: 8px 0 0; color: #76847f; font-size: 12px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.archive-image { display: grid; height: 175px; overflow: hidden; place-items: center; background: #e1e9dc; }
.archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.archive-card:hover .archive-image img { transform: scale(1.025); }
.archive-image-empty { background: linear-gradient(145deg, #d6e4cc, #f0ead8); color: #829774; }
.archive-image-empty span { font-size: 34px; font-weight: 850; letter-spacing: -.06em; }
.archive-card-copy { padding: 17px; }
.archive-card-copy h2 { margin: 0; font-size: 18px; font-weight: 790; letter-spacing: -.035em; line-height: 1.25; }
.archive-card-copy>p:not(.card-meta) { margin: 9px 0 12px; color: #70807b; font-size: 12px; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; padding-top: 16px; border-top: 1px solid var(--line); color: #75837e; font-size: 11px; }
.pagination a { color: #bd5a48; font-weight: 800; }
.empty-state { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.empty-state p { margin-bottom: 0; color: var(--muted); }
@media (max-width: 900px) {
  .container { width: min(100% - 40px, 760px); }
  .masthead { gap: 18px; }
  .main-nav { gap: 18px; }
  .header-action { display: none; }
  .hero { grid-template-columns: 1.1fr .9fr; gap: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 260px; }
  .feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .feature-row:nth-last-child(2) { border-bottom: 0; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 32px); }
  .utility-inner { font-size: 9px; }
  .utility-inner span:last-child { text-align: right; }
  .masthead { min-height: 72px; gap: 12px; }
  .brand-symbol { width: 39px; height: 39px; border-radius: 12px 12px 12px 4px; font-size: 14px; }
  .brand-name { font-size: 21px; }
  .brand-name small { font-size: 7px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; z-index: 10; top: 112px; right: 0; left: 0; padding: 8px 16px 12px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; box-shadow: 0 12px 20px rgba(18,45,57,.08); }
  .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a { padding: 11px 5px; border-bottom: 1px solid #eef0eb; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a.is-active::after { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 5px; padding-block: 42px 25px; }
  .hero h1 { font-size: clamp(43px, 12vw, 58px); }
  .hero-copy>p:not(.eyebrow) { max-width: 360px; margin-block: 14px 19px; font-size: 13px; }
  .hero-button { padding: 10px 13px; font-size: 11px; }
  .hero-aside { min-height: 206px; }
  .hero-orbit { width: 205px; height: 205px; }
  .orbit-two { width: 168px; height: 168px; }
  .hero-location { width: 184px; padding: 17px 20px; }
  .hero-location strong { font-size: 19px; }
  .hero-coordinates { right: 4px; bottom: 0; font-size: 8px; }
  .archive-section { padding-block: 42px 48px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 17px; }
  .section-heading h2, .page-intro h1 { font-size: 29px; }
  .archive-count { padding: 6px 9px; font-size: 10px; }
  .archive-notice { align-items: flex-start; padding: 11px; }
  .archive-notice p { font-size: 11px; }
  .feature-grid { gap: 11px; }
  .feature-image { min-height: 190px; }
  .feature-monogram { font-size: 80px; }
  .feature-copy { padding: 17px; }
  .feature-copy h3 { font-size: 22px; }
  .feature-copy>p:not(.card-meta) { font-size: 12px; }
  .feature-list { display: block; padding-inline: 13px; }
  .feature-row { min-height: 95px; grid-template-columns: 68px 1fr; gap: 12px; padding-block: 11px; }
  .feature-row:nth-last-child(2) { border-bottom: 1px solid #edf0eb; }
  .row-art { width: 68px; height: 64px; }
  .feature-row h3 { font-size: 13px; }
  .topic-section { padding-block: 40px 46px; }
  .section-aside { font-size: 11px; }
  .topic-grid { grid-template-columns: 1fr; gap: 9px; }
  .topic-card { min-height: 119px; padding: 14px; }
  .topic-title { font-size: 19px; }
  .about-section { min-height: auto; grid-template-columns: 1fr; gap: 18px; padding-block: 43px; }
  .about-section h2 { font-size: 27px; }
  .about-section p:not(.eyebrow) { font-size: 12px; }
  .about-link { justify-self: start; }
  .about-mark { right: -4px; bottom: -45px; font-size: 160px; }
  .footer-inner { min-height: 0; flex-wrap: wrap; gap: 12px; padding-block: 18px; }
  .brand-footer .brand-symbol { width: 34px; height: 34px; }
  .brand-footer .brand-name { font-size: 18px; }
  .footer-inner>p { margin: 0 0 0 auto; font-size: 10px; text-align: right; }
  .footer-top { width: 100%; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
  .breadcrumbs { padding-block: 17px; font-size: 10px; }
  .article-page, .archive-page { padding-bottom: 48px; }
  .article-heading { padding: 8px 0 21px; }
  .article-heading h1 { font-size: 37px; }
  .article-deck { margin-top: 13px; font-size: 15px; }
  .article-date { margin-top: 15px; }
  .article-body { font-size: 14px; line-height: 1.75; }
  .archive-grid { grid-template-columns: 1fr; gap: 11px; }
  .archive-image { height: 190px; }
  .archive-card-copy { padding: 15px; }
  .archive-card-copy h2 { font-size: 17px; }
  .pagination { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
.archive-search { display: flex; max-width: 610px; gap: 8px; margin: 0 0 22px; padding: 5px; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: 0 6px 20px rgba(18,45,57,.035); }
.archive-search input { width: 100%; min-width: 0; padding: 11px 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; }
.archive-search input:focus-visible { outline: 2px solid #68902c; outline-offset: -2px; border-radius: 7px; }
.archive-search button { display: inline-flex; flex: none; align-items: center; gap: 12px; padding: 10px 15px; border: 0; border-radius: 7px; background: var(--navy); color: white; font-size: 12px; font-weight: 750; cursor: pointer; }
.archive-search button:hover { background: var(--navy-2); }
.archive-search button span { color: var(--lime); font-size: 15px; }
@media (max-width: 640px) { .archive-search { gap: 4px; margin-bottom: 18px; } .archive-search input { padding: 9px 8px; font-size: 12px; } .archive-search button { gap: 7px; padding: 9px 11px; font-size: 11px; } }

/* VKINFO flat visual system: solid color fields, crisp edges, clear hierarchy. */
:root {
  --ink: #18352f;
  --muted: #667872;
  --paper: #f7f8f5;
  --line: #dce5df;
  --navy: #174e46;
  --navy-2: #216357;
  --lime: #d9e99a;
  --coral: #df7253;
  --soft-green: #e7efe7;
  --radius: 8px;
  --shadow: none;
}
.utility-bar { background: #edf1eb; }
.brand-symbol { border-radius: 8px; }
.brand-name>span { color: #367963; }
.header-action, .archive-search button, .hero-button, .about-link { border-radius: 5px; }
.hero-wrap { background: #174e46; }
.hero-orbit { display: none; }
.hero-location {
  width: 250px;
  border: 0;
  border-radius: 6px;
  background: #e4edc3;
  box-shadow: none;
  color: #183b34;
  transform: none;
}
.hero-location p, .hero-location small { color: #526d5d; }
.hero-location .location-pin { color: #c65c43; }
.hero-location .location-rule { background: #39775d; }
.feature-card, .feature-list, .archive-card, .empty-state { border-radius: 7px; box-shadow: none; }
.feature-image-empty { background: #d8e7d8; }
.feature-monogram { color: #47785e; }
.image-overlay { display: none; }
.row-art, .archive-image, .article-image img { border-radius: 5px; }
.topic-section { background: #edf1eb; }
.topic-card { border: 0; border-radius: 6px; box-shadow: none; transition: background-color .15s ease; }
.topic-card:hover { box-shadow: none; transform: none; background: #fff; }
.topic-tone-2 { background: #f2eddd; }
.topic-tone-3 { background: #e4ece8; }
.topic-arrow, .about-link span { color: #c65c43; }
.about-mark { display: none; }
.archive-search { border-radius: 6px; box-shadow: none; }
.archive-search input:focus-visible { outline-color: #39775d; }
.archive-notice { border-radius: 6px; background: #edf1e7; }
.notice-mark { border-radius: 4px; background: #dce8cf; }

.directory-page { padding-bottom: 76px; }
.directory-intro { padding-bottom: 24px; }
.directory-filters { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(200px, 300px) auto; align-items: end; gap: 12px; margin: 0 0 22px; padding: 18px; border-left: 4px solid var(--navy); background: #edf1eb; }
.directory-filters label { display: grid; gap: 6px; color: #526b62; font-size: 11px; font-weight: 750; }
.directory-filters input, .directory-filters select { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid #d2ddd5; border-radius: 4px; background: white; color: var(--ink); font: inherit; font-size: 13px; }
.directory-filters button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 10px 16px; border: 0; border-radius: 4px; background: var(--navy); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.directory-filters button:hover { background: var(--navy-2); }
.directory-filters button span { color: var(--lime); font-size: 15px; }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.directory-card { display: flex; min-width: 0; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-top: 3px solid #bfd4c4; background: white; }
.directory-card h2 { margin: 0 0 9px; font-size: 19px; font-weight: 790; letter-spacing: -.035em; line-height: 1.25; }
.directory-category { margin: 0 0 8px; color: #39775d; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.directory-description { margin: 0 0 14px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.directory-contact { display: grid; gap: 7px; margin-top: auto; padding-top: 12px; border-top: 1px solid #edf0eb; }
.directory-contact p { display: grid; grid-template-columns: 18px 1fr; gap: 7px; margin: 0; color: #53665f; font-size: 11px; overflow-wrap: anywhere; }
.directory-contact p>span { color: #c65c43; font-weight: 800; }
.directory-contact a { color: #285d50; font-weight: 700; }
.directory-contact a:hover { color: #bd5a48; text-decoration: underline; }
@media (max-width: 900px) { .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .directory-page { padding-bottom: 48px; }
  .directory-filters { grid-template-columns: 1fr; gap: 10px; padding: 13px; }
  .directory-filters button { width: 100%; }
  .directory-grid { grid-template-columns: 1fr; gap: 10px; }
  .directory-card { padding: 16px; }
  .directory-card h2 { font-size: 18px; }
}

/* VKINFO editorial homepage, inspired by Megasis' news-first hierarchy. */
.site-header { background: #fff; }
.utility-bar { background: #183b36; color: #d7e2dc; border-bottom: 0; }
.utility-inner { padding-block: 7px; font-size: 10px; letter-spacing: .08em; }
.masthead { min-height: 76px; border-bottom: 1px solid var(--line); }
.main-nav { gap: 23px; }
.main-nav a { font-size: 12px; }
.header-action { padding: 10px 13px; font-size: 11px; }
.hero-wrap { background: #174e46; }
.hero { min-height: 250px; grid-template-columns: 1.3fr .7fr; gap: 28px; padding-block: 30px; }
.hero-copy { padding: 0; }
.hero h1 { max-width: 570px; font-size: clamp(36px, 4.2vw, 54px); letter-spacing: -.055em; }
.hero-copy>p:not(.eyebrow) { margin: 12px 0 17px; font-size: 14px; }
.hero-aside { min-height: 180px; }
.hero-location { width: 225px; padding: 19px 22px; }
.hero-location strong { font-size: 20px; }
.hero-coordinates { bottom: -6px; }
.archive-section { padding-block: 43px 65px; }
.section-heading { margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.section-heading h2 { font-size: clamp(26px, 3vw, 34px); }
.archive-notice { margin-bottom: 14px; padding: 9px 12px; background: #f0f3ed; }
.feature-grid { grid-template-columns: minmax(0, 1.25fr) minmax(340px, .85fr); gap: 16px; }
.feature-card { border: 1px solid var(--line); border-radius: 5px; }
.feature-image { min-height: 295px; }
.feature-image-empty { background: #e2eadb; }
.feature-monogram { color: #6e8b74; font-size: 128px; }
.feature-copy { padding: 21px 22px 23px; }
.feature-list { padding-inline: 17px; border-radius: 5px; }
.feature-row { min-height: 104px; grid-template-columns: 76px 1fr; gap: 13px; }
.row-art { width: 76px; height: 69px; background: #edf2e9; }
.topic-section { padding-block: 47px 54px; }
.topic-section .section-heading { margin-bottom: 20px; }
.topic-card { min-height: 132px; padding: 16px; }
.about-section { min-height: 210px; padding-block: 40px; }
.site-footer { background: #183b36; }
@media (max-width: 900px) {
  .main-nav { gap: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-image { min-height: 280px; }
  .feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
}
@media (max-width: 640px) {
  .utility-inner { padding-block: 7px; font-size: 8px; }
  .masthead { min-height: 68px; border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 3px; padding-block: 30px 16px; }
  .hero h1 { font-size: clamp(37px, 10.5vw, 48px); }
  .hero-aside { min-height: 152px; }
  .hero-location { width: 195px; padding: 15px 18px; }
  .hero-location strong { font-size: 18px; }
  .hero-coordinates { right: 2px; bottom: -1px; }
  .archive-section { padding-block: 30px 42px; }
  .section-heading { padding-bottom: 11px; }
  .feature-grid { gap: 11px; }
  .feature-image { min-height: 205px; }
  .feature-copy { padding: 16px; }
  .feature-list { display: block; padding-inline: 12px; }
  .feature-row { min-height: 91px; grid-template-columns: 66px 1fr; gap: 11px; }
  .row-art { width: 66px; height: 61px; }
  .topic-section { padding-block: 35px 42px; }
}

.hero-wrap { position: relative; isolation: isolate; background: #174e46; }
.hero { display: flex; min-height: 440px; align-items: center; padding-block: 52px; }
.hero-region-image { position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; margin: 0; transform: translateX(-50%); overflow: hidden; background: #174e46; }
.hero-region-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,35,32,.83) 0%, rgba(10,35,32,.58) 42%, rgba(10,35,32,.06) 100%); content: ""; }
.hero-region-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-region-image figcaption { position: absolute; z-index: 1; right: max(22px, calc((100vw - 1200px) / 2)); bottom: 14px; padding: 6px 9px; background: rgba(22,45,40,.76); color: white; font-size: 10px; }
.hero-copy { max-width: 650px; }
.topic-grid { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.topic-card { display: flex; min-height: 0; flex-direction: column; align-items: stretch; gap: 8px; padding: 0 0 16px; overflow: hidden; }
.topic-index, .topic-title, .topic-count { margin-inline: 16px; }
.topic-title { margin-top: 4px; }
.topic-art { order: -1; width: 100%; aspect-ratio: 16 / 8; overflow: hidden; border-radius: 0; }
.topic-art img { width: 100%; height: 100%; object-fit: cover; }
.topic-arrow { right: 12px; bottom: 12px; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: white; color: #c65c43; font-size: 15px; }
@media (max-width: 640px) {
  .hero { min-height: 380px; padding-block: 38px; }
  .hero-region-image img { object-position: 58% center; }
  .hero-region-image::after { background: linear-gradient(90deg, rgba(10,35,32,.78), rgba(10,35,32,.3)); }
  .hero-region-image figcaption { right: 12px; bottom: 10px; }
  .topic-card { min-height: 0; }
  .topic-art { aspect-ratio: 16 / 9; }
}

/* Regional directory homepage: services first, archive second. */
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.hero-button-quiet { border: 1px solid rgba(255,255,255,.35); background: transparent; color: #f3f7ed; }
.hero-button-quiet:hover { border-color: var(--lime); background: rgba(255,255,255,.08); color: white; }
.portal-search-section { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 28px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.portal-search-copy h2 { max-width: 330px; margin: 0; font-size: clamp(22px, 3vw, 30px); letter-spacing: -.05em; line-height: 1.1; }
.portal-search { display: flex; gap: 7px; padding: 5px; border: 1px solid #cbd9cf; border-radius: 6px; background: white; }
.portal-search input { width: 100%; min-width: 0; padding: 12px 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: 13px; }
.portal-search button { display: inline-flex; flex: none; align-items: center; gap: 12px; padding: 10px 15px; border: 0; border-radius: 4px; background: var(--navy); color: white; font-size: 12px; font-weight: 800; cursor: pointer; }
.portal-search button span { color: var(--lime); font-size: 15px; }
.discovery-section { padding-block: 48px 24px; }
.portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.portal-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.portal-card:hover { color: var(--ink); box-shadow: 0 12px 28px rgba(24,53,47,.12); transform: none; }
.portal-card-featured, .portal-card-light { background: white; }
.portal-card-image { position: relative; display: block; height: 220px; overflow: hidden; background: #dce7dc; }
.portal-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .68s cubic-bezier(.22,.61,.36,1); }
.portal-card:hover .portal-card-image img { transform: scale(1.08); }
.portal-card-image-shade { position: absolute; inset: 0; background: linear-gradient(1deg, rgba(33,42,54,.78) 0.33%, rgba(33,42,54,0) 55%); }
.portal-card-image strong { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 18px; color: white; font-size: 21px; font-weight: 700; letter-spacing: -.045em; line-height: 1.1; }
.portal-card-body { position: relative; display: flex; min-height: 78px; flex-direction: column; justify-content: center; gap: 5px; padding: 14px 45px 14px 16px; }
.portal-card-kicker { color: #4e8067; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.portal-card strong { font-size: 23px; letter-spacing: -.055em; line-height: 1.05; }
.portal-card-description { max-width: 210px; color: #60756b; font-size: 11px; line-height: 1.45; }
.portal-card b { position: absolute; right: 14px; top: 50%; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #f1f4ed; color: var(--coral); font-size: 15px; transform: translateY(-50%); }
.portal-highlight { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 22px; padding: 25px 28px; border-left: 4px solid var(--coral); background: #183b36; color: white; }
.portal-highlight h2 { margin: 0 0 7px; font-size: clamp(23px, 3vw, 32px); letter-spacing: -.055em; line-height: 1.1; }
.portal-highlight p:not(.eyebrow) { max-width: 570px; margin: 0; color: #c8d8cf; font-size: 12px; }
.outline-button { display: inline-flex; flex: none; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid #809e8c; border-radius: 4px; color: white; font-size: 11px; font-weight: 800; white-space: nowrap; }
.outline-button span { color: var(--lime); font-size: 15px; }
.outline-button:hover { border-color: var(--lime); color: white; }
@media (max-width: 900px) {
  .portal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-highlight { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .hero-actions { gap: 7px; }
  .hero-button-quiet { display: inline-flex; }
  .portal-search-section { grid-template-columns: 1fr; gap: 14px; padding-block: 25px; }
  .portal-search { gap: 4px; }
  .portal-search input { padding: 9px 8px; font-size: 12px; }
  .portal-search button { padding: 9px 11px; font-size: 11px; }
  .discovery-section { padding-block: 36px 12px; }
  .portal-grid { grid-template-columns: 1fr; gap: 9px; }
  .portal-card-image { height: 205px; }
  .portal-card strong { font-size: 21px; }
  .portal-highlight { margin-top: 17px; padding: 21px 18px; }
  .outline-button { width: 100%; justify-content: center; }
}

/* Finder-style typography: Inter with the template's 16px base rhythm. */
body, button, input, select, textarea { font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { font-size: 16px; line-height: 1.6; }
.hero h1 { font-size: clamp(36px, 4.7vw, 56px); font-weight: 800; letter-spacing: -.055em; }
.section-heading h2, .page-intro h1 { font-size: clamp(26px, 3vw, 34px); font-weight: 800; }
.portal-card strong { font-size: 21px; font-weight: 700; letter-spacing: -.045em; }
.portal-highlight h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; }
.feature-copy h3 { font-size: clamp(21px, 2.4vw, 28px); font-weight: 700; }
.directory-card h2, .archive-card-copy h2 { font-weight: 700; }
.main-nav { gap: 25px; }
.main-nav a { font-size: 14px; }
.header-action { font-size: 13px; }
@media (max-width: 640px) {
  .main-nav a { font-size: 14px; }
}

/* Larger, easier-to-read regional portal typography. */
body { font-size: 17px; }
.utility-bar { font-size: 12px; }
.brand-name small { font-size: 10px; }
.eyebrow { font-size: 12px; }
.main-nav a { font-size: 15px; }
.header-action { font-size: 14px; }
.hero-copy>p:not(.eyebrow) { font-size: 17px; }
.hero-button { font-size: 14px; }
.section-heading h2, .page-intro h1 { font-size: clamp(32px, 3.4vw, 40px); }
.section-aside { font-size: 14px; }
.portal-search-copy h2 { font-size: clamp(26px, 3vw, 34px); }
.portal-search input, .archive-search input { font-size: 16px; }
.portal-search button, .archive-search button { font-size: 14px; }
.directory-filters label { font-size: 13px; }
.directory-filters input, .directory-filters select { font-size: 16px; }
.directory-filters button { font-size: 14px; }
.directory-category { font-size: 11px; }
.directory-description { font-size: 14px; }
.directory-contact p { font-size: 13px; }
.archive-count { font-size: 12px; }
.archive-notice p, .page-intro>p:last-child { font-size: 14px; }
.portal-highlight p:not(.eyebrow) { font-size: 14px; }
.outline-button { font-size: 14px; }
.card-meta, .feature-row .card-meta { font-size: 12px; }
.card-meta time, .feature-row time { font-size: 12px; }
.section-aside, .about-section p:not(.eyebrow) { line-height: 1.65; }
@media (max-width: 640px) {
  .utility-inner { font-size: 10px; }
  .section-heading h2, .page-intro h1 { font-size: 32px; }
  .portal-search input, .archive-search input { font-size: 16px; }
  .portal-search button, .archive-search button { font-size: 14px; }
  .section-aside { font-size: 13px; }
  .directory-filters label { font-size: 13px; }
  .directory-filters input, .directory-filters select { font-size: 16px; }
  .directory-filters button { font-size: 14px; }
}

/* Modern daily-menu directory. */
.restaurant-page { padding-bottom: 76px; }
.restaurant-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 32px 0 30px; border-bottom: 1px solid var(--line); }
.restaurant-intro h1 { max-width: 700px; margin: 0; font-size: clamp(36px, 4.5vw, 54px); font-weight: 800; letter-spacing: -.06em; line-height: 1.03; }
.restaurant-intro p:not(.eyebrow) { max-width: 650px; margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.restaurant-intro-mark { min-width: 150px; padding: 16px 19px; border-left: 5px solid var(--coral); background: #e7efe7; color: var(--navy); font-size: 24px; font-weight: 800; letter-spacing: -.06em; line-height: .9; }
.restaurant-intro-mark span { color: #769449; }
.restaurant-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; }
.restaurant-toolbar>div { display: flex; align-items: baseline; gap: 13px; }
.restaurant-toolbar strong { font-size: 21px; }
.restaurant-toolbar span { color: var(--muted); font-size: 14px; }
.restaurant-days { display: flex; gap: 5px; overflow-x: auto; }
.restaurant-days a { display: grid; min-width: 61px; gap: 2px; padding: 8px 10px; border: 1px solid var(--line); background: white; color: var(--muted); text-align: center; }
.restaurant-days a:hover, .restaurant-days a.is-active { border-color: var(--navy); background: var(--navy); color: white; }
.restaurant-days span { font-size: 12px; text-transform: uppercase; }
.restaurant-days strong { font-size: 14px; }
.restaurant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.restaurant-card { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-top: 4px solid #bfd4c4; background: white; }
.restaurant-card-image { height: 170px; margin: -22px -22px 20px; overflow: hidden; background: #e7efe7; }
.restaurant-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.restaurant-card:hover .restaurant-card-image img { transform: scale(1.03); }
.restaurant-card-top { display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; align-items: center; gap: 13px; }
.restaurant-status { margin: 0 0 4px; color: #39775d; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.restaurant-card h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; line-height: 1.08; }
.restaurant-arrow { color: var(--coral); font-size: 25px; }
.restaurant-menu-list { display: grid; gap: 0; margin-top: 19px; border-top: 1px solid var(--line); }
.restaurant-menu-item { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 34px; padding: 2px 0; border-bottom: 1px solid #edf1ed; }
.restaurant-menu-item > div { min-width: 0; flex: 1 1 auto; overflow: hidden; }
.restaurant-menu-item strong { display: block; overflow: hidden; font-size: 15px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.restaurant-menu-meta { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.15; }
.restaurant-menu-item b { flex: 0 0 76px; width: 76px; color: var(--navy); font-size: 16px; text-align: right; white-space: nowrap; }
.restaurant-no-menu { margin-top: 20px; padding: 15px; background: #f1f4ed; color: var(--muted); font-size: 14px; }
.restaurant-card-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; margin-top: auto; padding-top: 16px; color: var(--muted); font-size: 13px; }
.restaurant-card-footer a { color: #285d50; font-weight: 700; }
.restaurant-card-footer a:hover { color: var(--coral); text-decoration: underline; }
@media (max-width: 640px) {
  .restaurant-page { padding-bottom: 48px; }
  .restaurant-intro { align-items: flex-start; flex-direction: column; gap: 20px; padding-block: 22px 24px; }
  .restaurant-intro h1 { font-size: 37px; }
  .restaurant-intro p:not(.eyebrow) { font-size: 16px; }
  .restaurant-intro-mark { min-width: 0; font-size: 20px; }
  .restaurant-toolbar { align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .restaurant-toolbar>div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .restaurant-days { width: 100%; }
  .restaurant-grid { grid-template-columns: 1fr; gap: 11px; }
  .restaurant-card { padding: 18px; }
  .restaurant-card-image { height: 155px; margin: -18px -18px 18px; }
}

/* Restaurant image left, admin-selected food motif on the card background. */
.restaurant-card { position: relative; grid-template-columns: 128px minmax(0, 1fr); padding: 0; overflow: hidden; background: #fffdf5; }
.restaurant-card::after { position: absolute; z-index: 0; right: 10px; bottom: -25px; color: #bd7f55; content: "🍽"; font-size: 118px; line-height: 1; opacity: .11; pointer-events: none; }
.restaurant-card-content { position: relative; z-index: 1; min-width: 0; padding: 20px 22px 20px 18px; }
.restaurant-card-image { z-index: 1; width: 128px; height: 128px; margin: 20px 0 20px 20px; align-self: start; }
.restaurant-style-pizza { background: #fff4e9; }
.restaurant-style-pizza::after { content: "🍕"; }
.restaurant-style-sushi { background: #edf7f4; }
.restaurant-style-sushi::after { content: "🍣"; }
.restaurant-style-burger { background: #fff6df; }
.restaurant-style-burger::after { content: "🍔"; }
.restaurant-style-kebab { background: #f8efe6; }
.restaurant-style-kebab::after { content: "🥙"; }
.restaurant-style-grill { background: #f9ece8; }
.restaurant-style-grill::after { content: "🥩"; }
.restaurant-style-coffee { background: #f2eee7; }
.restaurant-style-coffee::after { content: "☕"; }
.restaurant-style-pasta { background: #fff5d9; }
.restaurant-style-pasta::after { content: "🍝"; }
.restaurant-style-default { background: #f3f6ec; }
.restaurant-style-default::after { content: "🍴"; }
.restaurant-card { background: white; }
.restaurant-card::after { display: none; }
.restaurant-card-top { position: relative; overflow: hidden; margin: -8px -10px 15px; padding: 8px 10px; background: #f3f6ec; }
.restaurant-card-top::after { position: absolute; z-index: 0; right: 8px; bottom: -17px; color: #bd7f55; content: "🍽"; font-size: 72px; line-height: 1; opacity: .13; pointer-events: none; }
.restaurant-card-top>div, .restaurant-card-top>.restaurant-arrow { position: relative; z-index: 1; }
.restaurant-style-pizza .restaurant-card-top { background: #fff4e9; }
.restaurant-style-pizza .restaurant-card-top::after { content: "🍕"; }
.restaurant-style-sushi .restaurant-card-top { background: #edf7f4; }
.restaurant-style-sushi .restaurant-card-top::after { content: "🍣"; }
.restaurant-style-burger .restaurant-card-top { background: #fff6df; }
.restaurant-style-burger .restaurant-card-top::after { content: "🍔"; }
.restaurant-style-kebab .restaurant-card-top { background: #f8efe6; }
.restaurant-style-kebab .restaurant-card-top::after { content: "🥙"; }
.restaurant-style-grill .restaurant-card-top { background: #f9ece8; }
.restaurant-style-grill .restaurant-card-top::after { content: "🥩"; }
.restaurant-style-coffee .restaurant-card-top { background: #f2eee7; }
.restaurant-style-coffee .restaurant-card-top::after { content: "☕"; }
.restaurant-style-pasta .restaurant-card-top { background: #fff5d9; }
.restaurant-style-pasta .restaurant-card-top::after { content: "🍝"; }
  .restaurant-style-default .restaurant-card-top { background: #f3f6ec; }
.restaurant-style-default .restaurant-card-top::after { content: "🍴"; }

/* The motif belongs to the full header row: square photo on the left, title on the right. */
.restaurant-card { display: block; background: white; }
.restaurant-card-header { position: relative; display: grid; grid-template-columns: 128px minmax(0, 1fr); min-height: 128px; overflow: hidden; background: #f3f6ec; }
.restaurant-card-header::after { position: absolute; z-index: 0; right: 8px; bottom: -22px; color: #bd7f55; content: "🍴"; font-size: 112px; line-height: 1; opacity: .13; pointer-events: none; }
.restaurant-card-image { position: relative; z-index: 1; width: 128px; height: 128px; margin: 0; }
.restaurant-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; align-self: stretch; gap: 15px; margin: 0; padding: 18px 22px; background: transparent; }
.restaurant-card-top::after { display: none; }
.restaurant-style-pizza .restaurant-card-header { background: #fff4e9; }
.restaurant-style-pizza .restaurant-card-header::after { content: "🍕"; }
.restaurant-style-sushi .restaurant-card-header { background: #edf7f4; }
.restaurant-style-sushi .restaurant-card-header::after { content: "🍣"; }
.restaurant-style-burger .restaurant-card-header { background: #fff6df; }
.restaurant-style-burger .restaurant-card-header::after { content: "🍔"; }
.restaurant-style-kebab .restaurant-card-header { background: #f8efe6; }
.restaurant-style-kebab .restaurant-card-header::after { content: "🥙"; }
.restaurant-style-grill .restaurant-card-header { background: #f9ece8; }
.restaurant-style-grill .restaurant-card-header::after { content: "🥩"; }
.restaurant-style-coffee .restaurant-card-header { background: #f2eee7; }
.restaurant-style-coffee .restaurant-card-header::after { content: "☕"; }
.restaurant-style-pasta .restaurant-card-header { background: #fff5d9; }
.restaurant-style-pasta .restaurant-card-header::after { content: "🍝"; }
.restaurant-style-default .restaurant-card-header { background: #f3f6ec; }
.restaurant-style-default .restaurant-card-header::after { content: "🍴"; }
.restaurant-card-header { background-position: center; background-size: cover; }
.restaurant-card-header::after { display: none; }
.restaurant-style-pizza .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-pizza.jpg') center / cover no-repeat !important; }
.restaurant-style-sushi .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-salate.jpg') center / cover no-repeat !important; }
.restaurant-style-burger .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-fastfood.jpg') center / cover no-repeat !important; }
.restaurant-style-kebab .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-orient.jpg') center / cover no-repeat !important; }
.restaurant-style-grill .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-fish.jpg') center / cover no-repeat !important; }
.restaurant-style-coffee .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-salate.jpg') center / cover no-repeat !important; }
.restaurant-style-pasta .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-pasta.jpg') center / cover no-repeat !important; }
.restaurant-style-default .restaurant-card-header { background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.32)), url('/assets/images/restaurant-motif-salate.jpg') center / cover no-repeat !important; }
.restaurant-card-top { background: transparent !important; }
/* Softer restaurant header: keep the motif visible, but give the title a clean surface. */
.restaurant-card-header::before { content: ""; position: absolute; inset: 0; z-index: 0; background: rgba(255,255,255,.24); pointer-events: none; }
.restaurant-card-image { margin: 10px; width: 108px; height: 108px; border: 4px solid rgba(255,255,255,.92); border-radius: 8px; box-shadow: 0 5px 16px rgba(20,50,45,.16); }
.restaurant-card-top { padding: 16px 20px 16px 12px; }
.restaurant-card-top > div { min-width: 0; padding: 13px 17px; border: 1px solid rgba(255,255,255,.78); border-radius: 10px; background: rgba(255,255,255,.86) !important; box-shadow: 0 4px 14px rgba(20,50,45,.10); }
.restaurant-card-top h2 { color: var(--navy); }
.restaurant-arrow { flex: none; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.88); text-align: center; line-height: 35px; box-shadow: 0 3px 10px rgba(20,50,45,.12); }
@media (max-width: 640px) {
  .restaurant-card-header { grid-template-columns: 102px minmax(0, 1fr); min-height: 102px; }
  .restaurant-card-image { width: 84px; height: 84px; }
  .restaurant-card-top { padding: 12px 12px 12px 2px; }
  .restaurant-card-top > div { padding: 10px 12px; }
}
@media (max-width: 640px) {
  .restaurant-card { grid-template-columns: 102px minmax(0, 1fr); }
  .restaurant-card-content { padding: 15px 15px 15px 13px; }
  .restaurant-card-image { width: 102px; height: 102px; margin: 0; }
  .restaurant-card h2 { font-size: 21px; }
}
