﻿:root {
  --red: #b61a29;
  --red-dark: #981321;
  --ink: #231f20;
  --paper: #fff;
  --mist: #f4f2ee;
  --gold: #dc9415;
  --line: rgba(35, 31, 32, .12);
  --shell: min(1480px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Montserrat", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.header-shell { width: var(--shell); margin: 0 auto; }

.chibet-site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: #fff; transform: translateY(0); transition: color .28s ease, transform .28s ease; }
.chibet-site-header.past-hero { transform: translateY(-102%); pointer-events: none; }
.utility-bar { height: 38px; border-bottom: 1px solid rgba(255,255,255,.24); background: rgba(9,12,13,.62); box-shadow: 0 4px 18px rgba(0,0,0,.12); backdrop-filter: blur(3px); transition: .28s ease; }
.utility-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .035em; text-shadow: 0 2px 7px rgba(0,0,0,.55); }
.utility-inner p { margin: 0; text-transform: uppercase; }
.utility-inner p span { margin: 0 8px; opacity: .6; }
.utility-inner nav { display: flex; align-items: center; gap: 20px; }
.utility-inner nav a { opacity: .92; }
.utility-inner nav a:hover,
.utility-inner nav a:focus,
.utility-inner nav a:focus-visible,
.utility-inner nav a:active { color: var(--red) !important; background: transparent !important; box-shadow: none !important; outline: 0 !important; }

.main-nav-wrap { height: 82px; border-bottom: 1px solid rgba(255,255,255,.24); background: rgba(9,12,13,.4); box-shadow: 0 10px 35px rgba(0,0,0,.12); backdrop-filter: blur(3px); transition: background .28s ease, box-shadow .28s ease; }
.main-nav { height: 100%; display: grid; grid-template-columns: 205px 1fr auto; align-items: center; gap: 20px; }
.brand { display: inline-flex; width: 194px; align-items: center; }
.logo { display: block; width: 100%; height: auto; }
.logo-color { display: none; }
.mobile-logo { display: none; }

.desktop-nav { height: 100%; display: flex; justify-content: center; align-items: stretch; gap: clamp(8px, 1.05vw, 20px); }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-link { border: 0; background: transparent; display: flex; align-items: center; gap: 8px; padding: 0; white-space: nowrap; cursor: pointer; font-size: clamp(13px, .88vw, 16px); font-weight: 600; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .22s ease; }
a.nav-link { position: relative; align-self: stretch; }
.nav-link:hover::after, .nav-item:focus-within > .nav-link::after { transform: scaleX(1); }
.nav-link > span { width: 7px; height: 7px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; font-size: 0; opacity: .9; transform: rotate(45deg); transform-origin: 66% 66%; transition: transform .2s ease; }
.nav-item:hover > .nav-link span, .nav-item:focus-within > .nav-link span { transform: rotate(225deg); }

.header-cta { height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; color: #fff !important; background: var(--red) !important; border: 2px solid var(--red) !important; border-radius: 0 !important; box-shadow: none !important; font-size: 13px; font-weight: 700; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.header-cta:hover,
.header-cta:focus,
.header-cta:focus-visible,
.header-cta:active { color: var(--red) !important; background: transparent !important; border-color: var(--red) !important; box-shadow: none !important; outline: 0 !important; }
.header-cta span { color: inherit; font-size: 16px; line-height: 1; }

.mega-menu, .simple-menu { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s ease; }
.nav-item:hover > .mega-menu, .nav-item:focus-within > .mega-menu, .nav-item.is-open > .mega-menu,
.nav-item:hover > .simple-menu, .nav-item:focus-within > .simple-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav-item-mega::after { content: ""; position: absolute; z-index: -1; top: 100%; left: -24px; width: calc(100% + 48px); height: 12px; }
.mega-menu { position: fixed; top: 82px; left: 50%; width: min(1520px, calc(100vw - 40px)); transform: translate(-50%, 4px); display: grid; grid-template-columns: 1.12fr 1.12fr 1.18fr 1.28fr; padding: 38px 34px 42px; color: var(--ink); background: #fff; border-top: 3px solid var(--red); box-shadow: 0 24px 70px rgba(16,20,22,.2); }
.nav-item:hover > .mega-menu, .nav-item:focus-within > .mega-menu, .nav-item.is-open > .mega-menu { transform: translate(-50%, 0); }
.mega-intro { padding: 3px 38px 3px 4px; border-right: 1px solid var(--line); }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mega-intro h2 { margin: 0 0 14px; max-width: 330px; font: 700 30px/1.08 "Montserrat", Arial, sans-serif; letter-spacing: -.025em; }
.mega-intro > p:not(.eyebrow) { margin: 0 0 22px; max-width: 360px; color: #494344; font-size: 14px; font-weight: 500; line-height: 1.7; }
.mega-intro > a { color: var(--red); font-size: 13px; font-weight: 700; }
.mega-column { padding: 3px 28px; border-right: 1px solid var(--line); }
.mega-column:last-child { border: 0; }
.mega-column h3 { margin: 0 0 12px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.mega-column h3:not(:first-child) { margin-top: 25px; }
.mega-column > a:not(.group-tours-cta) { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; padding: 8px 0; color: #373233; font-size: 15px; font-weight: 500; line-height: 1.45; }
.mega-column > a:hover { color: var(--red); }
.mega-column small { flex: 0 0 auto; padding-top: 2px; color: #625b5c; font-size: 12px; font-weight: 500; }
.group-tours-cta { width: 270px; min-height: 48px; margin-top: 20px; padding: 12px 18px !important; display: inline-flex !important; align-items: center; justify-content: space-between !important; gap: 18px !important; color: #fff !important; background: var(--red); font-size: 14px !important; font-weight: 700; }

.simple-menu { position: absolute; top: calc(100% - 4px); left: -22px; width: 270px; padding: 13px 0; color: var(--ink); background: #fff; border-top: 3px solid var(--red); box-shadow: 0 20px 45px rgba(16,20,22,.18); }
.simple-menu-right { left: auto; right: -15px; }
.simple-menu a { display: block; padding: 11px 22px; color: #373233; font-size: 15px; font-weight: 500; line-height: 1.45; }
.simple-menu a:hover,
.simple-menu a:focus,
.simple-menu a:focus-visible,
.simple-menu a:active { color: var(--red) !important; background: #faf7f5 !important; box-shadow: none !important; outline: 0 !important; }
.simple-menu .menu-accent { margin: 8px 13px 0; padding: 11px 10px; color: #fff; background: var(--red); text-align: center; }

.chibet-site-header.scrolled { color: var(--ink); }
.chibet-site-header.scrolled .utility-bar { background: var(--ink); color: #fff; }
.chibet-site-header.scrolled .main-nav-wrap { background: rgba(255,255,255,.98); border-color: var(--line); box-shadow: 0 8px 30px rgba(35,31,32,.08); }
.chibet-site-header.scrolled .logo-white { display: none; }
.chibet-site-header.scrolled .logo-color.desktop-logo { display: block; }
.chibet-site-header.scrolled .mega-menu { top: 82px; }

.hero { position: relative; height: 630px; color: #fff; background: url("assets/hero-desktop.jpg") center center / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,15,17,.04) 15%, rgba(11,15,17,.08) 47%, rgba(11,15,17,.72) 100%); }
.hero-shell { position: relative; z-index: 1; width: var(--shell); height: 100%; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; padding-top: 92px; }
.hero-copy { width: min(520px, 39vw); margin-right: 2vw; text-shadow: 0 2px 18px rgba(0,0,0,.2); }
.hero-eyebrow { margin: 0 0 14px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-eyebrow::before { content: ""; width: 36px; height: 2px; background: var(--gold); }
.hero h1 { margin: 0 0 18px; font: 700 clamp(43px, 3.75vw, 66px)/1.02 "Montserrat", Arial, sans-serif; letter-spacing: -.045em; }
.hero-description { margin: 0 0 25px; max-width: 510px; font-size: 15px; line-height: 1.6; opacity: .94; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 46px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid rgba(255,255,255,.65); backdrop-filter: blur(6px); }
.button-secondary span { margin-left: 18px; }
.hero-proof { position: absolute; z-index: 1; left: max(32px, calc((100vw - 1480px) / 2)); bottom: 28px; padding: 11px 15px; display: flex; align-items: center; gap: 15px; background: rgba(10,12,13,.34); box-shadow: 0 8px 24px rgba(0,0,0,.24); backdrop-filter: blur(2px); text-shadow: 0 2px 7px rgba(0,0,0,.9); }
.hero-proof > span { color: var(--gold); font: 800 34px "Montserrat", Arial, sans-serif; }
.hero-proof p { margin: 0; padding-left: 15px; border-left: 1px solid rgba(255,255,255,.6); font-size: 13px; font-weight: 600; line-height: 1.45; letter-spacing: .01em; }
.hero-proof strong { font-weight: 800; }

.prototype-content { min-height: 600px; padding: 95px max(32px, calc((100vw - 1180px) / 2)); background: var(--mist); }
.prototype-content h2 { max-width: 680px; margin: 0 0 20px; font: 700 44px/1.08 "Montserrat", Arial, sans-serif; letter-spacing: -.035em; }
.prototype-content > p:last-child { color: #6a6465; }

.footer-shell { width: min(1480px, calc(100% - 64px)); margin: 0 auto; }
.footer-cta { color: var(--ink); background: #eee9e1; border-top: 1px solid rgba(35,31,32,.08); }
.footer-cta-inner { min-height: 250px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.footer-eyebrow { margin: 0 0 11px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-cta h2 { margin: 0 0 12px; font-size: clamp(34px, 3vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.footer-cta p:not(.footer-eyebrow) { max-width: 720px; margin: 0; color: #5b5455; font-size: 15px; line-height: 1.65; }
.footer-plan-button { min-width: 270px; min-height: 56px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: #fff !important; background: var(--red) !important; border: 2px solid var(--red) !important; border-radius: 0 !important; box-shadow: none !important; font-size: 16px; font-weight: 700; }
.footer-plan-button:hover,
.footer-plan-button:focus,
.footer-plan-button:focus-visible,
.footer-plan-button:active { color: var(--red) !important; background: transparent !important; border-color: var(--red) !important; box-shadow: none !important; outline: 0 !important; }
.footer-plan-button:hover span,
.footer-plan-button:focus span,
.footer-plan-button:focus-visible span,
.footer-plan-button:active span { color: var(--red) !important; }
.footer-plan-button span { font-size: 20px; }

.footer-main { color: rgba(255,255,255,.9); background: var(--ink); }
.footer-grid { padding: 72px 0 62px; display: grid; grid-template-columns: 1.35fr 1.22fr .82fr 1.02fr 1.15fr; gap: clamp(28px, 2.7vw, 52px); }
.footer-brand img { width: 225px; height: auto; margin-bottom: 24px; }
.footer-brand > p { max-width: 390px; margin: 0 0 14px; color: rgba(255,255,255,.94); font-size: 15px; font-weight: 500; line-height: 1.7; }
.footer-brand .footer-operator-note { color: rgba(255,255,255,.7); font-size: 13px; }
.footer-nav-group { border: 0; }
.footer-nav-group summary, .footer-column-title { margin: 4px 0 20px; list-style: none; color: #fff; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav-group summary::-webkit-details-marker { display: none; }
.footer-nav-group nav { display: grid; gap: 13px; }
.footer-nav-group a { color: rgba(255,255,255,.9); font-size: 15px; font-weight: 500; line-height: 1.5; transition: color .2s ease; }
.footer-nav-group a:hover { color: #fff; }
.footer-nav-group:first-of-type summary,
.footer-nav-group:first-of-type a { white-space: nowrap; }
.footer-contact { min-width: 0; }
.footer-about-links { margin: -5px 0 22px; display: grid; gap: 10px; }
.footer-about-links a { color: #fff; font-size: 15px; font-weight: 600; }
.footer-contact > a { margin-bottom: 18px; display: block; color: #fff; font-size: 15px; font-weight: 500; line-height: 1.45; overflow-wrap: anywhere; }
.footer-contact > a span { margin-bottom: 4px; display: block; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { min-height: 78px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.76); font-size: 13px; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a:hover { color: #fff; }

.mobile-menu-toggle, .mobile-whatsapp, .mobile-drawer, .drawer-scrim, .mobile-bottom-bar { display: none; }

@media (max-width: 1240px) {
  :root { --shell: calc(100% - 36px); }
  .main-nav { grid-template-columns: 170px 1fr auto; gap: 13px; }
  .brand { width: 165px; }
  .desktop-nav { gap: 10px; }
  .nav-link { font-size: 13px; }
  .header-cta { padding: 0 13px; font-size: 12px; }
  .utility-email { display: none; }
}

@media (max-width: 1024px) {
  body.menu-open { overflow: hidden; }
  .utility-bar, .desktop-nav, .header-cta, .desktop-logo { display: none; }
  .chibet-site-header.scrolled .logo-color.desktop-logo { display: none; }
  .chibet-site-header { color: #fff; }
  .main-nav-wrap { height: 70px; }
  .main-nav { grid-template-columns: 42px 1fr 42px; gap: 8px; }
  .brand { width: 188px; justify-self: center; }
  .mobile-logo.logo-white { display: block; }
  .mobile-logo.logo-color { display: none; }
  .chibet-site-header.scrolled .mobile-logo.logo-white { display: none; }
  .chibet-site-header.scrolled .mobile-logo.logo-color { display: block; }
  .chibet-site-header.scrolled .logo-white,
  .chibet-site-header.is-inner .logo-white { display: none !important; }
  .chibet-site-header.scrolled .logo-color,
  .chibet-site-header.is-inner .logo-color { display: block !important; }
  .mobile-menu-toggle { width: 42px; height: 42px; border: 0; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: inherit; background: transparent; }
  .mobile-menu-toggle span:not(.sr-only) { width: 20px; height: 1.5px; background: currentColor; }
  .mobile-whatsapp { width: 38px; height: 38px; justify-self: end; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 10px; font-weight: 700; }
  .chibet-site-header.scrolled .mobile-whatsapp { color: #1f7a55; border-color: rgba(31,122,85,.35); }

  .mobile-drawer { position: fixed; z-index: 80; inset: 0 auto 0 0; width: min(390px, 88vw); padding: 0 24px 30px; display: block; background: #fff; transform: translateX(-102%); transition: transform .3s ease; overflow-y: auto; }
  .mobile-drawer.open { transform: translateX(0); }
  .drawer-scrim { position: fixed; z-index: 70; inset: 0; display: block; background: rgba(15,14,14,.58); opacity: 0; visibility: hidden; transition: .3s ease; }
  .drawer-scrim.open { opacity: 1; visibility: visible; }
  .drawer-top { height: 78px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
  .drawer-top img { width: 180px; height: auto; }
  .drawer-close { width: 38px; height: 38px; border: 0; background: transparent; font-size: 32px; font-weight: 300; }
  .mobile-drawer nav { padding: 12px 0; }
  .mobile-drawer details { border-bottom: 1px solid var(--line); }
  .mobile-drawer summary, .drawer-link { list-style: none; min-height: 58px; display: flex; align-items: center; justify-content: space-between; color: #211e1f; font-size: 16px; font-weight: 700; line-height: 1.35; }
  .mobile-drawer summary::-webkit-details-marker { display: none; }
  .mobile-drawer summary::after { content: "+"; font-size: 20px; font-weight: 400; }
  .mobile-drawer details[open] summary::after { content: "\2212"; }
  .mobile-drawer details a { display: block; padding: 10px 0 10px 15px; color: #3d3738; font-size: 15px; font-weight: 500; line-height: 1.45; }
  .mobile-drawer details .mobile-submenu-cta { margin: 8px 0 12px; padding: 12px 14px; color: #fff; background: var(--red); font-weight: 700; }
  .drawer-contact { margin-top: 20px; padding: 19px; display: grid; gap: 12px; color: #fff; background: var(--red); font-size: 14px; font-weight: 600; }

  .hero { height: 630px; }
  .hero-copy { width: min(500px, 48vw); margin-right: 0; }
  .hero h1 { font-size: 54px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-row: span 2; }
  .footer-contact { grid-column: 2 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .footer-contact .footer-column-title { grid-column: 1 / -1; margin-bottom: 0; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 58px; }
  .main-nav-wrap { height: 66px; }
  .brand { width: 185px; }
  .hero { height: 620px; background-image: url("assets/hero-mobile.jpg"); background-position: center center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(8,12,14,.22) 0%, rgba(8,12,14,.06) 27%, rgba(8,12,14,.72) 100%); }
  .hero-shell { align-items: flex-end; justify-content: flex-start; padding: 0 0 96px; }
  .hero-copy { width: 100%; margin: 0; text-shadow: 0 2px 16px rgba(0,0,0,.35); }
  .hero-eyebrow { margin-bottom: 11px; font-size: 9px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(41px, 12vw, 54px); }
  .hero-description { margin-bottom: 20px; max-width: 350px; font-size: 13px; line-height: 1.5; }
  .hero-actions { gap: 8px; }
  .button { min-height: 43px; padding: 0 14px; font-size: 11px; }
  .button-secondary span { margin-left: 8px; }
  .hero-proof { display: none; }
  .prototype-content { padding: 68px 22px; min-height: 440px; }
  .prototype-content h2 { font-size: 38px; }
  .footer-shell { width: calc(100% - 36px); }
  .footer-cta-inner { min-height: 0; padding: 40px 0; display: block; }
  .footer-cta h2 { font-size: 32px; }
  .footer-cta p:not(.footer-eyebrow) { font-size: 13px; }
  .footer-plan-button { width: 100%; min-height: 52px; margin-top: 26px; }
  .footer-grid { padding: 30px 0 18px; display: block; }
  .footer-brand { padding-bottom: 20px; }
  .footer-brand img { width: 185px; margin-bottom: 14px; }
  .footer-brand > p { margin-bottom: 0; font-size: 13px; line-height: 1.55; }
  .footer-brand .footer-operator-note { display: none; }
  .footer-nav-group { display: none; }
  .footer-nav-group summary { min-height: 58px; margin: 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; cursor: pointer; }
  .footer-nav-group summary::after { content: "+"; font-size: 20px; font-weight: 400; }
  .footer-nav-group[open] summary::after { content: "\2212"; }
  .footer-nav-group nav { padding: 0 0 22px 12px; gap: 12px; }
  .footer-nav-group a { font-size: 14px; }
  .footer-contact { padding: 18px 0 0; display: block; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-contact .footer-column-title { margin-bottom: 14px; }
  .footer-about-links { margin-bottom: 16px; display: flex; gap: 26px; }
  .footer-contact > a { margin-bottom: 10px; font-size: 13px; }
  .footer-bottom { padding: 16px 0 20px; min-height: 0; display: flex; flex-wrap: wrap; gap: 12px 18px; font-size: 10px; }
  .footer-bottom p { flex-basis: 100%; }
  .footer-bottom nav { flex-wrap: wrap; gap: 12px 20px; }
  .mobile-bottom-bar { position: fixed; z-index: 60; inset: auto 0 0; height: 58px; display: grid; grid-template-columns: 1fr; box-shadow: 0 -8px 30px rgba(20,18,18,.14); }
  .mobile-bottom-bar a { display: grid; place-items: center; color: #fff; font-size: 14px; font-weight: 700; }
  .bottom-plan { background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* WordPress/Astra integration. */
header#masthead.site-header,
footer#colophon.site-footer { display: none !important; visibility: hidden !important; height: 0 !important; min-height: 0 !important; overflow: hidden !important; }
.admin-bar .chibet-site-header { top: 32px; }
body:not(.home) #content { padding-top: 120px; }
.chibet-site-header.is-inner { color: var(--ink); }
.chibet-site-header.is-inner .utility-bar { color: #fff; background: var(--ink); }
.chibet-site-header.is-inner .main-nav-wrap { background: rgba(255,255,255,.98); border-color: var(--line); box-shadow: 0 8px 30px rgba(35,31,32,.08); }
.chibet-site-header.is-inner .logo-white { display: none; }
.chibet-site-header.is-inner .logo-color { display: block; }
.chibet-flat-menu,
.chibet-primary-menu,
.chibet-mobile-list,
.chibet-mobile-primary,
.chibet-footer-legal { margin: 0; padding: 0; list-style: none; }
.chibet-primary-menu { height: 100%; display: contents; }
.chibet-primary-menu > li { position: relative; display: flex; align-items: stretch; }
.chibet-primary-menu > li > a { position: relative; display: flex; align-items: center; white-space: nowrap; font-size: clamp(13px, .88vw, 16px); font-weight: 600; }
.chibet-primary-menu > li > a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--red); transform: scaleX(0); transition: transform .22s ease; }
.chibet-primary-menu > li > a:hover::after { transform: scaleX(1); }
.chibet-site-header .nav-link:hover,
.chibet-site-header .nav-link:focus,
.chibet-site-header .nav-link:focus-visible,
.chibet-site-header .nav-link:active,
.chibet-site-header .chibet-primary-menu > li > a:hover,
.chibet-site-header .chibet-primary-menu > li > a:focus,
.chibet-site-header .chibet-primary-menu > li > a:focus-visible,
.chibet-site-header .chibet-primary-menu > li > a:active {
  color: var(--red) !important;
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.chibet-site-header button.nav-link {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.chibet-site-header button.nav-link:hover,
.chibet-site-header button.nav-link:focus,
.chibet-site-header button.nav-link:focus-visible,
.chibet-site-header button.nav-link:active {
  color: var(--red) !important;
  background: transparent !important;
  box-shadow: none !important;
}
.mega-column .chibet-flat-menu a { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin: 0 -10px; padding: 9px 10px; color: #373233; font-size: 15px; font-weight: 500; line-height: 1.45; }
.mega-column .chibet-flat-menu a:hover,
.mega-column .chibet-flat-menu a:focus,
.mega-column .chibet-flat-menu a:focus-visible,
.mega-column .chibet-flat-menu a:active { color: var(--red) !important; background: #faf7f5 !important; box-shadow: none !important; outline: 0 !important; }
.simple-menu .chibet-flat-menu a { display: block; padding: 11px 22px; font-size: 15px; font-weight: 500; line-height: 1.45; }
.footer-nav-group .chibet-flat-menu { display: grid; gap: 13px; }
.footer-nav-group .chibet-flat-menu a { color: rgba(255,255,255,.9); font-size: 15px; font-weight: 500; line-height: 1.5; }
.chibet-footer-legal { display: flex; gap: 24px; }
.chibet-site-footer a:hover,
.chibet-site-footer a:focus,
.chibet-site-footer a:focus-visible,
.chibet-site-footer a:active { color: var(--red) !important; box-shadow: none !important; outline: 0 !important; }

@media (max-width: 1024px) {
  body:not(.home) #content { padding-top: 70px; }
  .chibet-mobile-list li,
  .chibet-mobile-primary li { list-style: none; }
  .chibet-mobile-primary > li > a { min-height: 58px; display: flex; align-items: center; color: #211e1f; font-size: 16px; font-weight: 700; line-height: 1.35; border-bottom: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .admin-bar .chibet-site-header { top: 46px; }
  .admin-bar .mobile-drawer { top: 46px; }
  body:not(.home) #content { padding-top: 66px; }
  .chibet-footer-legal { flex-wrap: wrap; gap: 12px 20px; }
}

