:root {
  --paper: #fffdfa;
  --paper-soft: #f8f3ed;
  --ink: #22140f;
  --muted: #725244;
  --brand: #ab3409;
  --brand-dark: #832706;
  --ochre: #b6783b;
  --line: #e7d8cf;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 "Avenir Next", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
img, svg { display: block; max-width: 100%; }
.icon { width: 24px; height: 24px; flex: 0 0 24px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
main:focus { outline: none; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { font-size: clamp(2.5rem, 5.6vw, 5.25rem); line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; overflow-wrap: anywhere; margin-bottom: 0; }
h2 { line-height: 1.2; letter-spacing: -.02em; }
.container { width: min(calc(100% - 80px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 16px; padding: 12px 20px; background: var(--brand); color: white; z-index: 100; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: var(--paper); }
.header-inner { width: min(calc(100% - 80px), var(--max)); margin: auto; display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; align-items: center; gap: 32px; min-height: 98px; }
.brand-mark { width: 220px; }
.brand-mark img { width: 220px; height: 80px; object-fit: contain; }
.header-navigation { display: flex; align-items: center; justify-content: center; grid-column: 2; grid-row: 1; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { display: flex; align-items: center; min-height: 48px; font-size: .9375rem; white-space: nowrap; border-bottom: 2px solid transparent; color: var(--muted); }
.main-nav a[aria-current="page"] { color: var(--brand); border-bottom-color: var(--brand); }
.main-nav a:hover { color: var(--brand); }
.language-switcher { grid-column: 3; grid-row: 1; position: relative; justify-self: end; width: 82px; color: var(--ink); font-size: .875rem; font-weight: 600; }
.header-dropdown summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); list-style: none; cursor: pointer; user-select: none; }
.header-dropdown summary::-webkit-details-marker { display: none; }
.header-dropdown summary::marker { content: ''; }
.header-dropdown[open] summary { border-color: var(--brand); color: var(--brand); }
.header-dropdown[open] summary svg { transform: rotate(180deg); }
.language-options { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; min-width: 176px; padding: 6px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 12px 32px rgba(48, 26, 17, .12); }
.language-options :is(a,button) { display: flex; align-items: center; width:100%; min-height: 44px; padding: 10px 12px; border:0; border-radius: 5px; background:transparent; color: var(--muted); font:inherit; text-align:left; cursor:pointer; }
.language-options :is(a[aria-current="true"],button[aria-pressed="true"]) { background: var(--brand); color: white; }
.language-options :is(a,button):hover { background: var(--paper-soft); color: var(--brand); }
.header-dropdown summary:focus-visible, .language-options :is(a,button):focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.currency-switcher{position:relative;width:86px;color:var(--ink);font-size:.875rem;font-weight:600}
.language-options button:disabled{opacity:.45;cursor:default}
.header-dropdown[open] .language-options{animation:header-dropdown-in 140ms ease-out}
@keyframes header-dropdown-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.header-dropdown[open] .language-options{animation:none}}
.nav-toggle { display: none; }
.ornament-band { height: 20px; background-image: linear-gradient(45deg, transparent 32%, var(--ochre) 32% 41%, transparent 41% 59%, var(--brand) 59% 68%, transparent 68%), linear-gradient(-45deg, transparent 32%, var(--brand) 32% 41%, transparent 41% 59%, var(--ochre) 59% 68%, transparent 68%); background-size: 20px 20px; opacity: .8; }
.hero-section { padding-top: 26px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 48px; align-items: center; padding-block: 64px 72px; }
.eyebrow { color: var(--brand); font-size: .9375rem; font-weight: 600; margin-bottom: 20px; }
.hero-copy h1 { font-size: clamp(3.5rem, 7.2vw, 6.75rem); line-height: 1.02; }
.hero-lead { color: var(--muted); font-size: 1.125rem; max-width: 34em; margin-block: 28px 0; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 6px; font-weight: 600; text-align: center; line-height: 1.4; }
.button-primary { background: var(--brand); color: white; }
.button-primary:hover { background: var(--brand-dark); }
.button-secondary { border-color: var(--line); color: var(--brand); }
.button-secondary:hover { background: var(--paper-soft); border-color: var(--brand); }
.hero-emblem { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--line); background: var(--paper-soft); }
.hero-emblem img { width: 82%; height: auto; }
.section-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); padding-block: 30px 60px; gap: 30px; }
.section-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; }
.section-links h2 { font-size: 1.6rem; margin-bottom: 8px; }
.section-links p { font-size: .9375rem; color: var(--muted); margin-bottom: 0; }
.section-links .icon { color: var(--brand); }
.section-links a:hover h2 { color: var(--brand); }
.inner-page { padding-block: 60px 80px; min-height: 62vh; }
.page-heading { margin-bottom: 48px; max-width: 900px; }
.page-heading .eyebrow { margin-bottom: 14px; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: 80px; align-items: center; }
.prose p { max-width: 65ch; color: var(--muted); margin-bottom: 24px; }
.lead { font-size: 1.1875rem; line-height: 1.7; }
.about-emblem { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50% 50% 6px 6px; aspect-ratio: 1; background: var(--paper-soft); padding: 24px; }
.about-emblem img { width: 100%; height: auto; }
.text-link { color: var(--brand); display: inline-flex; align-items: center; gap: 12px; padding: 12px; min-height: 48px; font-weight: 600; }
.facts-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--line); margin: 48px 0 0; padding-top: 24px; }
.facts-row dt { color: var(--muted); font-size: .9375rem; }
.facts-row dd { margin: 6px 0 0; font: 1.8rem/1.3 Georgia, serif; color: var(--brand); }
.menu-panel { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 48px; padding: 56px; background: var(--paper-soft); border: 1px solid var(--line); border-radius: 8px; }
.menu-symbol { display: grid; place-items: center; color: var(--brand); }
.menu-symbol .icon { width: 96px; height: 96px; stroke-width: 1; }
.menu-copy { max-width: 650px; }
.menu-copy h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin-bottom: 20px; }
.menu-copy p { color: var(--muted); margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; }
.contact-list { font-style: normal; }
.contact-list a { display: flex; align-items: center; gap: 18px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.contact-list a:first-child { padding-top: 0; }
.contact-list a > .icon { margin-left: auto; color: var(--brand); }
.icon-tile { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; background: var(--paper-soft); color: var(--brand); border-radius: 6px; }
.contact-phone small { display: block; color: var(--muted); font-size: .9375rem; }
.contact-phone strong { display: block; font-weight: 500; font-size: 2rem; line-height: 1.3; }
.contact-address span:not(.icon-tile) { max-width: 30em; }
.contact-social { margin-top: 32px; }
.contact-social h2 { font: 600 1rem/1.5 "Avenir Next", "Segoe UI", Arial, sans-serif; margin-bottom: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 14px; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; }
.social-links a:hover { color: var(--brand); border-color: var(--brand); }
.social-links a > .icon:last-child { width: 16px; height: 16px; flex-basis: 16px; color: var(--muted); }
.social-handle { margin: 12px 0 0; color: var(--muted); font-size: .9375rem; }
.route-panel { padding: 36px; background: var(--paper-soft); border: 1px solid var(--line); border-radius: 8px; align-self: start; }
.route-panel > .icon { width: 36px; height: 36px; color: var(--brand); margin-bottom: 24px; }
.route-panel h2 { font-size: 2rem; margin-bottom: 16px; }
.route-panel p { color: var(--muted); margin-bottom: 24px; }
.site-footer { margin-top: 8px; }
.footer-inner { width: min(calc(100% - 80px), var(--max)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 36px 24px; }
.footer-brand img { width: 170px; height: 64px; object-fit: contain; }
.footer-social > p { color: var(--muted); font-size: .875rem; margin-bottom: 10px; }
.footer-phone { display: inline-flex; gap: 12px; align-items: center; min-height: 48px; white-space: nowrap; font-weight: 600; }
.footer-note { text-align: center; color: var(--muted); font-size: .875rem; padding: 0 20px max(24px, env(safe-area-inset-bottom)); margin: 0; }
.error-page h1 { margin-bottom: 32px; }
@media (max-width: 1200px) {
  .header-inner { grid-template-columns: minmax(0, 1fr) 48px; gap: 0 16px; min-height: 82px; padding-bottom: 12px; }
  .brand-mark { grid-column: 1; grid-row: 1; padding-block: 10px; }
  .brand-mark img { height: 56px; }
  .header-navigation { grid-column: 1 / -1; grid-row: 3; width: 100%; padding-top: 12px; gap: 16px; flex-direction: column; align-items: stretch; }
  .js .header-navigation { display: none; }
  .js .header-navigation.is-open { display: flex; max-height: calc(100dvh - 168px); overflow-y: auto; }
  .js .nav-toggle { grid-column: 2; grid-row: 1; display: inline-flex; width: 48px; justify-content: center; align-items: center; min-height: 48px; padding: 10px 12px; background: transparent; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); font-size: .9375rem; }
  .close-icon { display: none; }
  .nav-toggle[aria-expanded="true"] .open-icon { display: none; }
  .nav-toggle[aria-expanded="true"] .close-icon { display: block; }
  .main-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 20px; padding-top: 8px; }
  .main-nav a { white-space: normal; padding: 10px 12px; border-radius: 4px; }
  .main-nav a[aria-current="page"] { background: var(--paper-soft); }
  .language-switcher { grid-column: 1 / -1; grid-row: 2; justify-self: start; }
  .language-options { left: 0; right: auto; }
  .hero-grid { gap: 30px; }
  .about-layout { gap: 40px; }
  .menu-panel { gap: 24px; grid-template-columns: 120px minmax(0, 1fr); padding: 36px; }
  .contact-grid { gap: 30px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 174px; }
  .container, .header-inner, .footer-inner { width: calc(100% - 40px); }
  .header-inner { min-height: 100px; }
  .brand-mark { width: min(210px, 100%); }
  .brand-mark img { width: 100%; height: 84px; }
  .js .nav-toggle { gap: 6px; padding-inline: 9px; }
  .hero-section { padding-top: 18px; }
  .ornament-band { height: 16px; background-size: 16px 16px; }
  .hero-grid { position: relative; display: block; padding-block: 34px 36px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 12vw, 4.5rem); line-height: 1.06; }
  .eyebrow { max-width: 85%; font-size: .875rem; margin-bottom: 16px; }
  .hero-emblem { display: none; }
  .hero-lead { font-size: 1rem; line-height: 1.7; margin-top: 22px; }
  .actions { gap: 10px; margin-top: 24px; }
  .hero-copy .actions { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
  .button { padding: 13px 16px; font-size: 1rem; gap: 8px; }
  .section-links { display: block; padding-block: 8px 32px; }
  .section-links a { padding: 20px 0; border-bottom: 1px solid var(--line); }
  .section-links a:last-child { border-bottom: 0; }
  .section-links h2 { font-size: 1.5rem; margin-bottom: 4px; }
  .inner-page { padding-block: 34px 48px; min-height: 0; }
  .page-heading { margin-bottom: 30px; }
  .page-heading h1 { font-size: clamp(2.25rem, 9vw, 3.5rem); }
  .about-layout, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-emblem { display: none; }
  .lead { font-size: 1.0625rem; }
  .facts-row { margin-top: 32px; gap: 20px; }
  .facts-row dd { font-size: 1.4rem; }
  .menu-panel { grid-template-columns: minmax(0, 1fr); padding: 28px 22px; gap: 24px; }
  .menu-symbol { justify-items: start; }
  .menu-symbol .icon { width: 48px; height: 48px; stroke-width: 1.4; }
  .menu-copy h2 { font-size: 2.125rem; }
  .menu-copy .actions { flex-direction: column; align-items: stretch; }
  .contact-list a { gap: 12px; }
  .contact-phone strong { font-size: clamp(1.125rem, 5.2vw, 1.625rem); overflow-wrap: anywhere; }
  .contact-phone > span:not(.icon-tile) { min-width: 0; }
  .contact-address { align-items: flex-start !important; }
  .contact-address > .icon { margin-top: 12px; }
  .route-panel { padding: 26px 22px; }
  .route-panel .button { width: 100%; }
  .footer-inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; padding-block: 28px 24px; }
  .footer-brand img { width: 210px; height: 76px; }
  .footer-social { grid-row: 2; }
  .footer-phone { justify-self: start; }
  .footer-note { text-align: left; font-size: .8125rem; }
}
@media (max-width: 360px) {
  .container, .header-inner, .footer-inner { width: calc(100% - 32px); }
  .hero-copy .actions { grid-template-columns: 1fr; }
  .social-links { gap: 8px; }
  .social-links a { padding-inline: 10px; }
  .facts-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: no-preference) {
  a, button { transition: color .15s, background-color .15s, border-color .15s; }
}
@supports (padding: env(safe-area-inset-left)) {
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
}

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: .875rem; margin-bottom: 22px; }
.breadcrumbs a { color: var(--brand); padding-block: 10px; margin-top: -10px; }

.brand-mark picture { display: block; }
.site-footer { border-top: 1px solid var(--line); }
.site-footer .footer-inner { display: flex; justify-content: center; padding-block: 24px; }
.footer-social-icons a { width: 48px; height: 48px; padding: 12px; }
.footer-social-icons a > .icon:last-child { width: 24px; height: 24px; flex-basis: 24px; color: inherit; }
/* Reviews use the same typography and spacing as the restaurant pages. */
[hidden] { display: none !important; }
.reviews-intro { max-width: 65ch; color: var(--muted); margin-bottom: 32px; font-size: 1.125rem; }
.reviews-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; align-items: start; }
.google-review, .yandex-review { padding: 30px; border: 1px solid var(--line); background: var(--paper-soft); border-radius: 8px; }
.google-review h2, .yandex-review h2, .review-form-section h2, .published-reviews h2 { font-size: 2rem; margin-bottom: 24px; }
.google-review p { margin: 16px 0 0; color: var(--muted); font-size: .9375rem; }
#review-form { display: grid; gap: 12px; }
#review-form > label, #review-form legend { font-weight: 600; }
#review-form input:not([type="radio"]), #review-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--ink); font: inherit; }
#review-form textarea { resize: vertical; }
#review-form input:focus-visible, #review-form textarea:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }
#review-form fieldset { border: 0; padding: 0; margin: 8px 0; min-width: 0; }
#review-form legend { padding: 0; margin-bottom: 12px; }
.rating-options { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.rating-option { position: relative; cursor: pointer; }
.rating-option input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.rating-option > span { display: flex; justify-content: center; align-items: center; gap: 5px; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; color: var(--brand); }
.rating-option input:checked + span { background: var(--brand); color: white; border-color: var(--brand); }
.rating-option input:focus-visible + span { outline: 3px solid var(--brand); outline-offset: 3px; }
.form-note { color: var(--muted); font-size: .875rem; margin: 0; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
#review-submit { justify-self: start; margin-top: 6px; }
button:disabled { opacity: .65; cursor: wait; }
.form-status { margin: 0; color: var(--brand-dark); }
.form-status:empty { display: none; }
.form-status.is-error { color: #a32018; }
.published-reviews { border-top: 1px solid var(--line); margin-top: 56px; padding-top: 32px; }
.guest-review { padding-block: 24px; border-bottom: 1px solid var(--line); }
.guest-review-heading { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; }
.guest-review strong { overflow-wrap: anywhere; }
.review-stars { color: var(--brand); }
.guest-review time { font-size: .875rem; color: var(--muted); }
.guest-review p { white-space: pre-wrap; overflow-wrap: anywhere; margin: 12px 0 0; }
#reviews-retry { margin-top: 16px; }
@media (max-width: 700px) {
  .reviews-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .google-review, .yandex-review { padding: 24px 20px; }
  .reviews-intro { font-size: 1rem; }
  .google-review .button, .yandex-review .button, #review-submit { width: 100%; }
}

.external-reviews { display: grid; gap: 24px; min-width: 0; }
.yandex-review .button { width: 100%; }
.yandex-rating-frame { position: relative; width: 100%; aspect-ratio: 3 / 1; overflow: hidden; border-radius: 8px; margin-bottom: 24px; }
.yandex-rating { position: absolute; inset: 0 auto auto 0; display: block; width: 150px; height: 50px; max-width: none; border: 0; transform: scale(var(--rating-scale, 1)); transform-origin: top left; }

.contact-map { display: block; width: 100%; height: clamp(300px, 55vw, 400px); border: 0; border-radius: 6px; margin-bottom: 24px; }

/* Parking destinations supplied by the restaurant owner. */
.parking-options { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.parking-options h3 { font: 600 1.125rem/1.4 "Avenir Next", "Segoe UI", Arial, sans-serif; margin: 0 0 10px; }
.parking-options p { font-size: .9375rem; margin-bottom: 16px; }
.parking-links { list-style: none; margin: 0; padding: 0; }
.parking-links li + li { border-top: 1px solid var(--line); }
.parking-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; padding: 12px 0; color: var(--brand); }
.parking-link:hover { color: var(--brand-dark); text-decoration: underline; }
.parking-action { display: inline-flex; align-items: center; gap: 6px; font-size: .875rem; }
.parking-action .icon { width: 16px; height: 16px; flex: 0 0 16px; }

/* Branded Google map; keep Google attribution and controls unobstructed. */
.contact-map[hidden] { display: none; }
.restaurant-map-shell { position: relative; margin-bottom: 24px; }
.restaurant-map-shell.is-loading { position: absolute; visibility: hidden; width: min(360px, 75vw); }
.restaurant-map-canvas { height: 430px; width: 100%; border-radius: 6px; overflow: hidden; background: var(--paper-soft); }
.map-reset { display: block; margin: 12px 0 0; min-height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 6px; color: var(--brand); padding: 10px 14px; font: inherit; cursor: pointer; }
.map-pin { display: grid; place-items: center; box-sizing: border-box; box-shadow: 0 2px 6px #22140f33; }
.map-pin-restaurant { width: 58px; height: 58px; background: #fffdfa; border: 2px solid #ab3409; border-radius: 50%; }
.map-pin-parking { width: 42px; height: 42px; border-radius: 8px; border: 2px solid #fffdfa; background: #ab3409; color: #fffdfa; font: 700 16px/1 Arial,sans-serif; }
.map-place-info { font: 15px/1.5 "Avenir Next",Arial,sans-serif; padding: 4px; color: #22140f; }
.map-place-info strong { display: block; margin-bottom: 8px; }
.map-place-info a { display: inline-block; padding: 8px 0; color: #ab3409; text-decoration: underline; }
@media (max-width: 480px) { .restaurant-map-canvas { height: 390px; } }

/* Keep the map beside the complete contact introduction, directly below the header. */
.contact-copy { min-width: 0; }
@media (min-width: 701px) {
  body[data-page="contacts"] .inner-page { padding-top: 0; }
  .contact-copy { padding-top: 60px; }
  body[data-page="contacts"] .route-panel { border-top: 0; border-radius: 0 0 8px 8px; }
}

/* Mobile header: logo, compact selectors, and navigation on one row. */
@media(max-width:1200px){
 .header-inner{grid-template-columns:minmax(0,1fr) auto 44px;gap:0 8px;min-height:80px;padding-bottom:0}
 .header-inner .brand-mark{width:min(220px,100%);padding-block:8px}
 .header-inner .brand-mark img{width:100%;height:64px}
 .header-inner>.language-switcher{grid-column:2;grid-row:1;justify-self:end}
 .header-inner .language-switcher{width:60px}
 .header-inner .currency-switcher{width:66px}
 .header-inner .header-dropdown summary{min-height:44px;padding:8px;gap:4px;font-size:.8125rem}
 .header-inner .header-dropdown summary svg{width:12px;height:12px;flex-shrink:0}
 .js .header-inner .nav-toggle{grid-column:3;grid-row:1;width:44px;min-height:44px;padding:8px}
 .header-inner .header-navigation{grid-row:2}
 .js .header-inner .header-navigation.is-open{max-height:calc(100dvh - 80px);padding-bottom:12px}
 .header-inner .language-options{left:auto;right:0}
}
@media(max-width:700px){.header-inner .brand-mark{width:min(180px,100%)}}
