:root {
  --canvas: #f8f8f7; --surface: #fff; --ink: #242424; --muted: #686868;
  --border: #dededb; --accent: #246347; --active: #edf5ee; --error: #a32e2e;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --motion: 150ms linear;
}
* { box-sizing: border-box; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
[hidden] { display: none !important; }
html, body { height: 100vh; overflow: hidden; }
body { margin: 0; background: var(--canvas); color: var(--ink); font: 16px Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
input:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
button:disabled { cursor: wait; opacity: .6; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.page { height: 100vh; height: 100dvh; display: flex; flex-direction: column; overflow: hidden; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 0 auto; width: 100%; max-width: 1600px; padding: 24px 48px; }
.brand-logo { display: block; width: 232px; height: 72px; object-fit: contain; }
.header-nav { display: flex; gap: 26px; align-items: center; }
.corporate-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font: .875rem var(--mono); text-decoration: none; }
.corporate-link:hover { color: var(--ink); text-decoration: underline; }
.corporate-link { font-weight: 600; }
.hero-stage { flex: 1; min-height: 0; display: flex; align-items: center; justify-content: center; padding: 16px 24px; }
.hero { position: relative; top: var(--hero-shift, 0px); width: 100%; max-width: 1100px; margin: 0 auto; text-align: center; transition: top var(--motion); }
h1 { margin: 0; font-size: clamp(1.25rem, 3.6vw, 3.25rem); font-weight: 500; line-height: 1.15; letter-spacing: -.055em; white-space: nowrap; transition: opacity var(--motion); }
.hero.search-open h1 { opacity: .4; }
.hero-title-line { display: block; white-space: nowrap; text-align: center; }
.hero-word { display: inline; }
.hero-word-text { position: relative; display: inline-block; min-width: 1px; min-height: 1.15em; vertical-align: top; }
.hero-word-text.is-typing::after { content: ''; position: absolute; left: calc(100% + .07em); top: .18em; height: .85em; border-right: 1px solid currentColor; animation: typing-caret 1s step-end infinite; }
@keyframes typing-caret { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.search-area { position: relative; z-index: 2; max-width: 580px; margin: 30px auto 0; text-align: left; }
.search-box { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; display: flex; align-items: center; gap: 12px; padding: 12px 12px 12px 18px; transition: border-color var(--motion); }
.search-box:focus-within { border-color: var(--accent); }
.search-box > svg { color: var(--muted); }
#search { flex: 1; width: 0; min-height: 36px; border: 0; outline: 0; background: transparent; font-size: 1rem; }
#search::placeholder { color: var(--muted); opacity: 1; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 0; border-radius: 8px; background: transparent; flex-shrink: 0; }
.icon-button:hover { background: #f0f0ee; }
.mobile-menu { display: none; width: 52px; height: 52px; }
.mobile-menu svg { width: 32px; height: 32px; }
.search-submit { width: 36px; height: 36px; background: #f0f0ee; }
.search-submit:disabled { cursor: default; opacity: .4; }
.search-submit svg { width: 18px; height: 18px; }
.clear-button { width: 28px; height: 36px; }
.clear-button svg { width: 16px; }
.chips { display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 8px; max-width: 580px; width: 100%; margin: 14px auto 0; }
.chip { flex-shrink: 0; white-space: nowrap; border: 1px solid var(--border); border-radius: 4px; padding: 10px 12px; min-height: 42px; background: var(--canvas); font: .8125rem var(--mono); color: var(--muted); transition: background var(--motion), border-color var(--motion), color var(--motion); }
.chip-short { display: none; }
.chip:hover { border-color: var(--muted); }
.chip[aria-pressed="true"] { background: var(--active); border-color: var(--accent); color: var(--accent); }
.results { position: fixed; margin: 0; padding: 8px; background: var(--surface); border: 1px solid var(--border); border-radius: 8px; max-height: calc(100dvh - 24px); overflow-y: auto; overscroll-behavior: contain; }
.result { padding: 12px; border: 1px solid transparent; border-left-width: 2px; background: transparent; cursor: pointer; transition: border-color var(--motion); }
.result + .result { margin-top: 4px; }
.result.primary { border-left-color: var(--accent); }
.result.complementary { margin-left: 16px; }
.result[aria-selected="true"] { border-color: var(--accent); }
.result-title { display: block; font-size: .875rem; line-height: 1.35; font-weight: 400; }
.result.primary .result-title { font-size: 1rem; font-weight: 700; }
.result-tag, .result-match { display: block; color: var(--muted); font: .6875rem/1.5 var(--mono); margin-bottom: 4px; }
.result-match { margin: 6px 0 0; color: #777; }
.result-description { display: block; font-size: .8125rem; line-height: 1.5; color: var(--muted); margin-top: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
dialog { width: min(820px, calc(100% - 32px)); max-height: calc(100dvh - 24px); padding: 0; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); color: var(--ink); overscroll-behavior: contain; }
dialog[open] { animation: appear 150ms linear; }
dialog::backdrop { background: #24242455; }
@keyframes appear { from { opacity: 0; } to { opacity: 1; } }
.modal-header { position: sticky; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 20px; background: var(--surface); z-index: 1; }
.panel-close { display: flex; justify-content: flex-end; padding: 8px 12px 0; }
h2 { font-size: 1.5rem; font-weight: 500; line-height: 1.25; letter-spacing: -.035em; margin: 0 0 12px; outline: none; }
.modal-header h2 { margin: 0; font-size: 1.375rem; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; padding: 4px 28px 28px; }
.service-description { font: .875rem/1.5 Arial, Helvetica, sans-serif; color: var(--muted); margin: 0 0 22px; }
.scope-list { padding: 0 0 0 17px; margin: 0; color: var(--muted); font-size: .875rem; line-height: 1.6; }
.scope-list li { padding-left: 3px; margin-bottom: 8px; }
.form-slot { min-width: 0; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 8px; font: .8125rem var(--mono); }
.field label { font-weight: 600; }
.field input { width: 100%; border: 1px solid var(--border); border-radius: 6px; padding: 12px; background: var(--surface); min-height: 44px; transition: border-color var(--motion); }
.field input:focus { border-color: var(--accent); }
.field input[aria-invalid="true"] { border-color: var(--error); }
.field-error { color: var(--error); font: .6875rem/1.5 var(--mono); margin-top: 6px; }
.consent-label { display: flex; align-items: center; gap: 8px; font: .75rem/1.5 var(--mono); color: var(--muted); cursor: pointer; }
.consent-label input { width: 16px; height: 16px; margin: 0; flex-shrink: 0; accent-color: var(--accent); }
.cta { width: 100%; min-height: 46px; margin-top: 20px; padding: 12px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: white; font-size: .8125rem; font-weight: 600; transition: opacity var(--motion); }
.cta:hover { opacity: .85; }
.cta:disabled { cursor: not-allowed; opacity: .4; }
form[aria-busy="true"] .cta { cursor: wait; }
.microcopy { font: .6875rem/1.5 var(--mono); color: var(--muted); margin: 12px 0 0; }
.form-confirmation { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; min-height: inherit; padding: 32px 16px; font: .9375rem/1.65 Arial, Helvetica, sans-serif; text-align: center; outline: none; }
.form-confirmation p { max-width: 28ch; margin: 0; }
.confirmation-logo { display: block; width: 145px; max-width: 100%; height: auto; }
.brand-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: minmax(96px, 1fr); align-items: center; gap: 16px 24px; }
.brand-item { margin: 0; min-width: 0; text-align: center; }
.brand-item img { display: block; width: 100%; max-width: 160px; height: clamp(88px, 14dvh, 128px); margin: 0 auto; object-fit: contain; opacity: .6; transform: scale(.75); transform-origin: center; }
.brand-name, .brand-description { display: block; font-size: .8125rem; line-height: 1.5; }
.brand-description { color: var(--muted); font-size: .75rem; }
.brand-name:empty, .brand-description:empty { display: none; }
#institutional-dialog, #privacy-dialog { inset: 0 0 0 auto; margin: 0; width: min(440px, 100%); height: 100vh; height: 100dvh; max-height: 100dvh; border-radius: 8px 0 0 8px; }
#institutional-dialog[open], #privacy-dialog[open] { animation: drawer-in 150ms linear; }
.drawer-nav { display: flex; align-items: center; gap: 22px; }
.drawer-nav [aria-current="page"] { color: var(--accent); text-decoration: underline; }
@keyframes drawer-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
.drawer-body, .companies-body { padding: 16px 26px 28px; }
.companies-body { display: grid; min-height: calc(100dvh - 70px); }
.privacy-body, .about-body { font-size: .875rem; line-height: 1.65; color: var(--muted); }
.privacy-body > p:first-child, .about-body > p:first-child { margin-top: 0; }
.privacy-body h3 { color: var(--ink); font-size: .9375rem; font-weight: 600; margin: 24px 0 8px; }
.privacy-body p, .about-body p { margin: 0 0 14px; }
.privacy-body a { overflow-wrap: anywhere; }
@media (max-width: 768px) {
  .site-header { padding: 18px 24px; }
  .brand-logo { width: 174px; height: 54px; }
  .header-nav { display: none; }
  .mobile-menu { display: inline-flex; }
  .corporate-link { min-height: 32px; font-size: .8125rem; }
  .hero-stage { padding: 16px 18px 28px; }
  .service-layout { grid-template-columns: 1fr; gap: 26px; padding: 0 24px 24px; }
}
@media (max-width: 479px) {
  h1 { font-size: clamp(1.5rem, 6.8vw, 1.875rem); white-space: normal; max-width: 360px; margin: 0 auto; text-wrap: balance; }
  #search { font-size: .875rem; }
  .search-box { gap: 8px; padding-left: 14px; }
}
@media (max-width: 767px) {
  .chips { gap: 6px; }
  .chip { padding: 9px 10px; min-height: 40px; font-size: .6875rem; }
}
@media (max-width: 420px) {
  .sites-chip .chip-label { display: none; }
  .sites-chip .chip-short { display: inline; }
}
@media (max-height: 650px) {
  .site-header { padding-top: 8px; padding-bottom: 8px; }
  .hero-stage { padding-top: 8px; padding-bottom: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
