:root {
  --black: #070607;
  --ink: #181013;
  --red: #a91227;
  --red-deep: #650817;
  --red-soft: #c83a50;
  --cream: #f7eee5;
  --cream-2: #fffaf5;
  --gold: #f1c96d;
  --white: #fffdf9;
  --muted: rgba(255,255,255,.72);
  --line-light: rgba(255,255,255,.2);
  --line-dark: rgba(53,7,17,.17);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--white); background: var(--black); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif; line-height: 1.75; }
img, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p, li, summary { word-break: keep-all; overflow-wrap: anywhere; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 14px; color: var(--black); background: var(--gold); border-radius: 8px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 40; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 11px max(20px, calc((100% - var(--max))/2)); background: rgba(5,5,5,.9); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(15px); transition: min-height .25s ease, background .25s ease; }
.site-header.is-compact { min-height: 64px; background: rgba(5,5,5,.97); }
.wordmark { display: inline-flex; align-items: center; flex: 0 0 auto; }
.wordmark img { width: 232px; height: auto; }
.site-nav { display: block; font-size: 14px; font-weight: 800; }
.site-nav-list { display: flex; align-items: center; gap: 14px; margin: 0; padding: 0; list-style: none; }
.site-nav-list > li { margin: 0; padding: 0; list-style: none; }
.nav-static > a, .nav-top-link { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 0 7px; }
.nav-static > a::after, .nav-top-link::after { content: ""; position: absolute; left: 7px; right: calc(100% - 7px); bottom: 5px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav-static > a:hover::after, .nav-static > a:focus-visible::after, .nav-top-link:hover::after, .nav-top-link:focus-visible::after { right: 7px; }
.nav-region { position: relative; }
.nav-region-top { display: flex; align-items: center; }
.nav-region-toggle { width: 44px; min-height: 44px; display: inline-grid; place-items: center; margin-left: -7px; padding: 0; color: var(--gold); background: transparent; border: 0; border-radius: 999px; cursor: pointer; }
.nav-region-toggle span { display: block; font-size: 20px; line-height: 1; transition: transform .2s ease; }
.nav-region.is-open .nav-region-toggle span { transform: rotate(180deg); }
.region-menu-panel { position: absolute; z-index: 2; top: 100%; right: 0; width: min(640px, calc(100vw - 32px)); max-height: min(570px, calc(100vh - 110px)); overflow: auto; padding: 20px; color: var(--ink); background: rgba(255,250,245,.99); border: 1px solid rgba(122,19,42,.18); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.38); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-region:hover .region-menu-panel, .nav-region:focus-within .region-menu-panel, .nav-region.is-open .region-menu-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-region.is-dismissed .region-menu-panel { visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; transform: translateY(-8px) !important; }
.region-menu-title { margin: 0 0 12px; color: var(--red-deep); font-size: 13px; font-weight: 950; letter-spacing: .12em; }
.region-menu-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 0; padding: 0; list-style: none; }
.region-menu-links li { min-width: 0; list-style: none; }
.region-menu-links a { min-height: 44px; display: flex; align-items: center; padding: 8px 11px; border: 1px solid rgba(101,8,23,.13); border-radius: 9px; background: #fff; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.region-menu-links a:hover, .region-menu-links a:focus-visible { color: var(--red-deep); border-color: var(--red-soft); background: #fff5f5; transform: translateY(-2px); }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid var(--line-light); border-radius: 999px; padding: 8px 13px; }

.chapter { position: relative; overflow: hidden; }
.chapter-inner { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; padding: clamp(72px, 8vw, 126px) 0; }
.chapter-dark { background: radial-gradient(circle at 76% 24%, #4a1320 0, transparent 34%), linear-gradient(135deg, #050505, #19090d); }
.chapter-red { background: linear-gradient(135deg, var(--red-deep), var(--red)); }
.chapter-ink { background: linear-gradient(145deg, #080708, #211116); }
.chapter-paper { color: var(--ink); background: linear-gradient(135deg, var(--cream-2), var(--cream)); }
.chapter-ruby { background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.1), transparent 24%), #7d0d20; }
.kicker { margin: 0 0 14px; color: var(--gold); font-size: 12px; font-weight: 950; letter-spacing: .22em; }
.chapter-paper .kicker { color: var(--red); }
h1 { margin: 0; max-width: 900px; font-size: clamp(38px, 5.8vw, 78px); line-height: 1.03; letter-spacing: -.065em; }
.search-thumbnail { display: block; width: clamp(168px, 17vw, 220px); height: auto; aspect-ratio: 1; margin: 24px 0 0; object-fit: cover; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; box-shadow: 0 20px 48px rgba(0,0,0,.34); }
h2 { margin: 0 0 26px; font-size: clamp(30px, 4.2vw, 56px); line-height: 1.14; letter-spacing: -.05em; }
h3 { margin: 7px 0 10px; font-size: clamp(19px, 2vw, 23px); line-height: 1.32; }
.lead { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(17px, 1.6vw, 21px); }
.hero { min-height: auto; display: block; }
.hero .chapter-inner { padding-top: clamp(46px, 5.2vw, 72px); padding-bottom: clamp(62px, 7vw, 104px); }
.hero-grid, .split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr); gap: clamp(38px, 7vw, 88px); align-items: start; }
.hero-copy { min-width: 0; display: flex; flex-direction: column; }
.hero-copy .breadcrumbs { order: 1; }
.hero-copy > .kicker { order: 2; }
.hero-copy h1 { order: 3; }
.hero-copy .search-thumbnail { order: 5; }
.hero-copy .hero-subtitle { order: 4; }
.hero-copy .lead { order: 6; }
.hero-copy .hero-actions { order: 7; }
.hero-subtitle { max-width: 760px; display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; color: #fff8e8; font-size: clamp(15px, 1.4vw, 18px); font-weight: 850; }
.hero-subtitle span { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 12px; border: 1px solid rgba(241,201,109,.42); border-radius: 999px; background: rgba(255,255,255,.06); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 900; }
.button-light { color: var(--black); background: var(--gold); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); }
.hero-visual { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--line-light); border-radius: 170px 18px 170px 18px; box-shadow: 0 38px 90px rgba(0,0,0,.42); background: #3c0b16; }
.hero-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; object-position: 72% center; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.52)); pointer-events: none; }
.hero-badge { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: grid; gap: 2px; padding: 13px 17px; color: var(--black); background: var(--gold); border-radius: 10px; }
.hero-badge strong { font-size: 19px; }
.hero-badge span { font-size: 12px; font-weight: 800; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; color: rgba(255,255,255,.62); font-size: 13px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: rgba(255,255,255,.3); }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }

.prose-block { max-width: 940px; text-align: center; }
.prose-block p:not(.kicker) { max-width: 850px; margin: 18px auto 0; color: rgba(255,255,255,.84); font-size: clamp(16px, 1.5vw, 19px); }
.prose-block p u, .section-intro u { text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.section-intro { max-width: 760px; margin: -8px 0 38px; color: rgba(255,255,255,.72); font-size: clamp(16px, 1.35vw, 18px); }
.chapter-paper .section-intro { color: rgba(24,16,19,.68); }

.program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.program-card { min-height: 300px; padding: 30px; border: 1px solid var(--line-dark); border-radius: 16px; background: #fff; box-shadow: 0 16px 42px rgba(62,8,20,.08); }
.program-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
.program-card .number { color: var(--red); font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.program-card h3 { margin-top: 16px; color: var(--red-deep); }
.program-card p { margin: 14px 0 0; color: rgba(24,16,19,.74); }

.card-grid { display: grid; gap: 1px; border: 1px solid var(--line-light); background: var(--line-light); }
.benefit-grid { grid-template-columns: repeat(3, 1fr); }
.card { min-height: 230px; padding: 27px; background: rgba(16,8,11,.9); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.card:hover, .card:focus-visible { z-index: 2; transform: translateY(-5px); background: #261016; box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.card .number { color: var(--gold); font-size: 12px; font-weight: 950; }
.card p { margin: 10px 0 0; color: rgba(255,255,255,.7); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.steps li { min-height: 250px; padding: 28px; border-right: 1px solid var(--line-light); }
.steps li:last-child { border-right: 0; }
.steps > li > span { color: var(--gold); font-weight: 950; }
.steps h3 { margin-top: 48px; }
.steps p { color: rgba(255,255,255,.7); }

.price-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.course { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 13px; background: #fff; box-shadow: 0 12px 34px rgba(62,8,20,.08); }
.course h3 { margin: 0; padding: 21px; color: #fff; background: var(--red-deep); }
.price-list { margin: 0; padding: 0; list-style: none; }
.price-row { display: flex; justify-content: space-between; gap: 12px; padding: 15px 18px; border-top: 1px solid var(--line-dark); }
.price-row strong { color: var(--red-deep); }
.price-note { margin: 26px 0 0; color: rgba(24,16,19,.68); }

.usecase-grid, .check-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.soft-card { min-height: 210px; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); }
.soft-card span { color: var(--gold); font-size: 12px; font-weight: 950; }
.soft-card p { color: rgba(255,255,255,.7); }

.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { cursor: pointer; padding: 22px 4px; font-size: 18px; font-weight: 850; }
.faq-list details p { max-width: 800px; margin: 0 4px 24px; color: rgba(255,255,255,.72); }

.local-columns { display: grid; gap: 0; counter-reset: local; border-top: 1px solid var(--line-dark); }
.local-column { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); counter-increment: local; }
.local-column::before { content: "0" counter(local); color: var(--red); font-size: 15px; font-weight: 950; letter-spacing: .12em; }
.local-column h3 { margin-top: 0; color: var(--red-deep); }
.local-column p { margin: 0; color: rgba(24,16,19,.76); }
.editorial-figure { margin: 58px 0 0; overflow: hidden; border-radius: 18px 140px 18px 140px; background: #3c0b16; }
.editorial-figure img { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; }
.editorial-figure figcaption { padding: 14px 20px; color: rgba(24,16,19,.68); background: var(--cream-2); font-size: 13px; }

.tag-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.8); font-size: 13px; }
.data-panels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.data-panel { padding: 26px; border: 1px solid var(--line-light); background: rgba(255,255,255,.05); }
.data-panel h3 { color: var(--gold); }

.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.media-card { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 14px; background: #fff; }
.media-card h3 { margin: 0; padding: 20px 22px; color: var(--red-deep); }
.media-frame { position: relative; aspect-ratio: 16/9; background: #16090d; }
.media-frame iframe { width: 100%; height: 100%; border: 0; }
.media-card > a { display: inline-flex; margin: 15px 20px 20px; color: var(--red-deep); font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }
.closing { text-align: center; background: radial-gradient(circle at 50% 120%, #be1e36, transparent 46%), #050505; }
.closing-inner { width: min(950px, calc(100% - 40px)); margin-inline: auto; padding: clamp(100px, 13vw, 170px) 0; }
.closing-subtitle { max-width: 720px; margin: -8px auto 0; color: rgba(255,255,255,.75); font-size: clamp(17px, 1.6vw, 20px); }
.closing-prose { max-width: 820px; display: grid; gap: 16px; margin: 42px auto 38px; text-align: left; }
.closing-prose p { margin: 0; padding: 22px 24px; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 32px max(20px, calc((100% - var(--max))/2)); color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.floating-call { position: fixed; right: 22px; bottom: 22px; z-index: 46; display: grid; place-items: center; min-width: 150px; min-height: 58px; padding: 0 22px; color: var(--black); background: var(--gold); border: 2px solid rgba(255,255,255,.8); border-radius: 999px; box-shadow: 0 18px 42px rgba(0,0,0,.36); font-weight: 950; }
.mobile-bar { display: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .usecase-grid, .check-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .hero-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-visual, .hero-visual img { min-height: 430px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid { grid-template-columns: 1fr; }
  .program-card:last-child:nth-child(odd) { grid-column: auto; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2) { border-right: 0; }
  .steps li:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .data-panels { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 68px; }
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .site-header { min-height: 66px; padding-inline: 15px; }
  .wordmark img { width: 184px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 12px; right: 12px; display: none; max-height: calc(100vh - 94px); overflow: auto; padding: 12px; background: #0b090a; border: 1px solid var(--line-light); border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
  .site-nav.is-open { display: block; }
  .site-nav-list { display: grid; gap: 3px; }
  .nav-static > a, .nav-region-top { width: 100%; }
  .nav-static > a, .nav-top-link { min-height: 48px; padding: 8px 12px; }
  .nav-top-link { flex: 1 1 auto; }
  .nav-static > a::after, .nav-top-link::after { display: none; }
  .nav-region-toggle { width: 48px; min-height: 48px; margin-left: 0; }
  .region-menu-panel { position: static; display: none; width: auto; max-height: none; margin: 0 4px 10px; padding: 14px; overflow: visible; visibility: visible; opacity: 1; pointer-events: auto; transform: none; border-radius: 12px; box-shadow: none; }
  .nav-region:hover .region-menu-panel, .nav-region:focus-within .region-menu-panel { display: none; }
  .nav-region.is-open .region-menu-panel { display: block; }
  .nav-region.is-dismissed .region-menu-panel { display: none !important; }
  .region-menu-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .chapter-inner { width: min(100% - 28px, var(--max)); padding: 66px 0; }
  .hero { min-height: auto; }
  .hero .chapter-inner { padding-top: 34px; padding-bottom: 64px; }
  .hero-copy { align-items: center; text-align: center; }
  .hero-copy > * { margin-inline: auto; }
  .hero-copy .breadcrumbs, .hero-copy .hero-subtitle { width: 100%; justify-content: center; }
  .hero-copy h1, .hero-copy .lead { width: 100%; margin-inline: auto; }
  h1 { font-size: clamp(36px, 10.8vw, 55px); }
  .hero-copy .search-thumbnail { width: min(58vw, 210px); margin: 20px auto 0; border-radius: 14px; }
  h2 { font-size: clamp(28px, 8.2vw, 43px); }
  .hero-copy .hero-actions { display: grid; width: min(100%, 440px); margin-inline: auto; justify-content: center; }
  .hero-subtitle { gap: 7px; }
  .hero-subtitle span { min-height: 36px; padding: 6px 10px; }
  .button { width: 100%; }
  .hero-visual, .hero-visual img { min-height: 350px; }
  .hero-visual { border-radius: 105px 14px 105px 14px; }
  .benefit-grid, .price-grid, .usecase-grid, .check-grid, .media-grid, .data-panels { grid-template-columns: 1fr; }
  .card, .soft-card { min-height: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .steps li:last-child { border-bottom: 0; }
  .steps h3 { margin-top: 20px; }
  .local-column { grid-template-columns: 1fr; gap: 8px; }
  .editorial-figure { border-radius: 14px 80px 14px 80px; }
  .site-footer { flex-direction: column; padding-bottom: 28px; }
  .floating-call { display: none; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -12px 30px rgba(0,0,0,.4); }
  .mobile-bar a { min-height: 64px; display: grid; place-items: center; background: #160b0e; font-weight: 900; }
  .mobile-bar a:last-child { color: var(--black); background: var(--gold); }
}

@media (max-width: 390px) {
  .wordmark img { width: 166px; }
  .region-menu-links { grid-template-columns: 1fr; }
  .hero-visual, .hero-visual img { min-height: 310px; }
  .hero-badge { left: 18px; bottom: 18px; }
  .search-thumbnail { width: min(62vw, 196px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .card:hover { transform: none; }
}

/* region-menu-search:start */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.region-menu-search { margin: 0 0 16px; padding: 0 0 16px; border-bottom: 1px solid rgba(101,8,23,.14); }
.region-menu-search > label { display: block; margin: 0 0 7px; color: var(--red-deep); font-size: 13px; font-weight: 950; letter-spacing: .03em; }
.region-menu-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 7px; align-items: stretch; }
.region-menu-search-control input { min-width: 0; min-height: 44px; width: 100%; padding: 8px 12px; color: var(--ink); background: #fff; border: 1px solid rgba(101,8,23,.2); border-radius: 10px; outline: 0; }
.region-menu-search-control input::placeholder { color: rgba(24,16,19,.5); }
.region-menu-search-control input:focus { border-color: var(--red-soft); box-shadow: 0 0 0 3px rgba(200,58,80,.14); }
.region-menu-search-submit, .region-menu-search-clear { min-width: 48px; min-height: 44px; padding: 0 12px; color: #fff; background: var(--red-deep); border: 1px solid var(--red-deep); border-radius: 10px; cursor: pointer; font-weight: 900; }
.region-menu-search-clear { min-width: 44px; padding: 0; color: var(--red-deep); background: #fff; border-color: rgba(101,8,23,.2); font-size: 20px; }
.region-menu-search-clear[hidden] { display: none; }
.region-menu-search-help { margin: 6px 2px 0; color: rgba(24,16,19,.58); font-size: 12px; }
.region-menu-search-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 12px; }
.region-menu-search-results[hidden] { display: none; }
.region-menu-search-results a { min-height: 44px; display: flex; align-items: center; padding: 8px 11px; border: 1px solid rgba(101,8,23,.13); border-radius: 9px; background: #fff; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.region-menu-search-results a:hover, .region-menu-search-results a:focus-visible { color: var(--red-deep); border-color: var(--red-soft); background: #fff5f5; transform: translateY(-2px); }
.region-menu-search-empty { grid-column: 1 / -1; margin: 0; padding: 13px; color: rgba(24,16,19,.65); text-align: center; border: 1px dashed rgba(101,8,23,.2); border-radius: 9px; background: rgba(255,255,255,.66); }
.region-menu-panel.is-searching .region-menu-title, .region-menu-panel.is-searching .region-menu-links { display: none; }
@media (max-width: 720px) {
  .region-menu-search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 390px) {
  .region-menu-search-results { grid-template-columns: 1fr; }
}
/* region-menu-search:end */
