/* Global site layer built on the Gazi Health UI Kit. */
html { scroll-behavior: smooth; }
body.gh-site {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--gh-color-background);
  color: var(--gh-color-ink);
  font-family: var(--gh-font-family);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.gh-site *, .gh-site *::before, .gh-site *::after { box-sizing: border-box; }
.gh-site img { max-width: 100%; height: auto; }
.gh-site a { color: inherit; }
.gh-site button, .gh-site input, .gh-site textarea, .gh-site select { font: inherit; }
.gh-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.gh-main { position: relative; min-height: 48vh; }
.gh-skip-link { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 12px 18px; border-radius: 12px; background: #111; color: #fff !important; transform: translateY(-150%); }
.gh-skip-link:focus { transform: translateY(0); }

/* Header */
.gh-site-header { position: sticky; z-index: 1000; top: 0; padding: 12px 0; background: rgba(247,248,252,.88); backdrop-filter: blur(18px) saturate(140%); }
.admin-bar .gh-site-header { top: 32px; }
.gh-site-header__inner { display: flex; width: min(1380px, calc(100% - 36px)); min-height: 68px; align-items: center; gap: 22px; margin: auto; padding: 8px 10px 8px 16px; border: 1px solid rgba(225,229,236,.9); border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: var(--gh-shadow-sm); }
.gh-site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--gh-color-ink) !important; text-decoration: none !important; }
.gh-site-brand__mark { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; background: var(--gh-color-ink); color: #fff; font-size: 22px; font-weight: 400; }
.gh-site-brand__mark svg { width: 22px; height: 22px; }
.gh-site-brand strong, .gh-site-brand small { display: block; line-height: 1.1; }
.gh-site-brand strong { font-size: 14px; letter-spacing: -.025em; }
.gh-site-brand small { margin-top: 3px; color: var(--gh-color-muted); font-size: 9px; font-weight: 500; }
.gh-site-nav { flex: 1; }
.gh-site-nav__list { display: flex; align-items: center; justify-content: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.gh-site-nav__list li { position: relative; margin: 0; padding: 0; }
.gh-site-nav__list a { display: flex; min-height: 42px; align-items: center; padding: 0 16px; border-radius: 999px; color: var(--gh-color-ink-soft); font-size: 12px; font-weight: 600; text-decoration: none; transition: var(--gh-transition); }
.gh-site-nav__list a:hover, .gh-site-nav__list .current-menu-item > a, .gh-site-nav__list .current_page_item > a, .single-post .gh-site-nav__list a[href*="blog"] { background: var(--gh-color-ink); color: #fff; }
.gh-site-nav__list .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; width: 230px; margin: 0; padding: 8px; border: 1px solid var(--gh-color-border); border-radius: 16px; opacity: 0; background: #fff; box-shadow: var(--gh-shadow-md); list-style: none; pointer-events: none; transform: translateY(8px); transition: var(--gh-transition); }
.gh-site-nav__list li:hover > .sub-menu, .gh-site-nav__list li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: none; }
.gh-site-nav__list .sub-menu a { border-radius: 10px; }
.gh-header-cta { flex: 0 0 auto; }
.gh-site a.gh-button--primary { color: #fff; }
.gh-button > span:not(.gh-button__icon) { color: inherit !important; }
.gh-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--gh-color-border); border-radius: 50%; background: #fff; color: var(--gh-color-ink); }
.gh-menu-toggle i { display: block; width: 17px; height: 1.5px; background: currentColor; transition: var(--gh-transition); }

/* Page title */
.gh-page-hero, .gh-single__header { position: relative; overflow: hidden; padding: 92px 0 82px; background: radial-gradient(circle at 88% 20%, rgba(23,185,198,.16), transparent 25%), radial-gradient(circle at 70% 80%, rgba(40,113,201,.12), transparent 28%), linear-gradient(140deg, #fff 0%, #f3f7fc 100%); }
.gh-page-hero::after, .gh-single__header::after { position: absolute; top: -160px; right: -80px; width: 440px; height: 440px; border: 1px solid rgba(40,113,201,.14); border-radius: 45% 55% 60% 40%; content: ""; transform: rotate(35deg); }
.gh-page-hero__inner, .gh-single__header-inner { position: relative; z-index: 1; max-width: 920px; margin-left: max(24px, calc((100vw - 1240px) / 2)); }
.gh-page-hero--compact { padding: 72px 0 64px; }
.gh-page-hero h1, .gh-single__header h1 { max-width: 980px; margin: 12px 0 20px; color: var(--gh-color-ink); font-size: clamp(42px, 6vw, 76px); font-weight: 700; letter-spacing: -.06em; line-height: .98; }
.gh-page-hero--compact h1 { font-size: clamp(38px, 5vw, 62px); }
.gh-page-hero p { max-width: 660px; margin: 0; color: var(--gh-color-muted); font-size: 17px; line-height: 1.65; }
.gh-kicker { display: block; color: var(--gh-color-blue); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.gh-kicker::before { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--gh-color-turquoise); content: ""; }
.gh-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 30px; color: var(--gh-color-muted); font-size: 11px; font-weight: 600; }
.gh-breadcrumbs a { text-decoration: none; }
.gh-breadcrumbs a:hover { color: var(--gh-color-blue); }

/* Generic content */
.gh-content-section { padding: 56px 0 96px; }
.gh-entry { overflow: hidden; padding: clamp(28px, 5vw, 68px); }
.gh-entry__content { max-width: 1060px; margin-inline: auto; }
.gh-entry__content > :first-child { margin-top: 0; }
.gh-entry__content > :last-child { margin-bottom: 0; }
.gh-entry__content h1, .gh-entry__content h2, .gh-entry__content h3, .gh-entry__content h4, .gh-commerce h1, .gh-commerce h2, .gh-commerce h3 { color: var(--gh-color-ink); font-family: var(--gh-font-family); font-weight: 700; letter-spacing: -.04em; line-height: 1.13; }
.gh-entry__content h1 { margin: 1.7em 0 .65em; font-size: clamp(32px, 4vw, 48px); }
.gh-entry__content h2 { margin: 1.8em 0 .6em; font-size: clamp(28px, 3.2vw, 42px); }
.gh-entry__content h3 { margin: 1.6em 0 .55em; font-size: clamp(22px, 2.4vw, 30px); }
.gh-entry__content h4 { font-size: 19px; }
.gh-entry__content p, .gh-entry__content li { color: #555c68; line-height: 1.8; }
.gh-entry__content a { color: var(--gh-color-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gh-entry__content blockquote { margin: 34px 0; padding: 25px 28px; border: 0; border-left: 4px solid var(--gh-color-turquoise); border-radius: 0 18px 18px 0; background: var(--gh-color-blue-50); color: var(--gh-color-ink); }
.gh-entry__content figure, .gh-entry__content img { border-radius: var(--gh-radius-md); }
.gh-entry__content hr { margin: 42px 0; border: 0; border-top: 1px solid var(--gh-color-border); }
.gh-entry__content table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--gh-color-border); border-radius: 14px; }
.gh-entry__content td, .gh-entry__content th { padding: 14px; border-right: 1px solid var(--gh-color-border); border-bottom: 1px solid var(--gh-color-border); text-align: left; }

/* Normalize legacy Elementor/TRX content inside the new surface. */
.gh-entry .elementor, .gh-entry .elementor-section, .gh-entry .elementor-container, .gh-entry .elementor-column, .gh-entry .elementor-widget-wrap { max-width: 100%; }
.gh-entry .elementor-section.elementor-section-boxed > .elementor-container { width: 100%; }
.gh-entry .elementor-section.elementor-section-stretched {
  right: auto !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.gh-entry .elementor-top-section > .elementor-container { width: 100% !important; max-width: 100% !important; }
.gh-entry .trx_addons_columns_wrap { max-width: 100%; }
.gh-entry .elementor-widget-container { font-family: var(--gh-font-family); }
.gh-entry .sc_button, .gh-entry .elementor-button { border-radius: 999px !important; background: var(--gh-color-ink) !important; color: #fff !important; box-shadow: var(--gh-shadow-sm); font-family: var(--gh-font-family) !important; font-size: 13px !important; font-weight: 600 !important; }
.gh-entry .sc_item_subtitle { color: var(--gh-color-blue) !important; font-family: var(--gh-font-family) !important; letter-spacing: .05em; }
.gh-entry .sc_item_title { font-family: var(--gh-font-family) !important; letter-spacing: -.04em !important; }
.gh-entry .sc_services_item, .gh-entry .sc_team_item, .gh-entry .sc_blogger_item { overflow: hidden; border: 1px solid var(--gh-color-border); border-radius: var(--gh-radius-lg); background: #fff; box-shadow: var(--gh-shadow-sm); }
.gh-entry .sc_services_strong .sc_services_item_content::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, rgba(9,18,30,.08) 12%, rgba(9,18,30,.82) 100%); content: ""; }
.gh-entry .sc_services_strong .sc_services_item_content_inner { z-index: 1; justify-content: space-between; color: #fff; }
.gh-entry .sc_services_strong .sc_services_item_number { color: rgba(255,255,255,.88); font-family: var(--gh-font-family); font-size: 18px; }
.gh-entry .sc_services_strong .sc_services_item_title { margin: 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.12; }
.gh-entry .sc_services_strong .sc_services_item_title a { color: #fff !important; text-decoration: none; }
.gh-entry .sc_services_strong .sc_services_item_text { display: none; }
.gh-entry .sc_services_strong .sc_services_item_button { margin-top: 18px; }
.gh-entry .sc_services_strong .sc_services_item_more_link { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--gh-color-ink) !important; text-decoration: none; }
.gh-entry .sc_services_strong .sc_services_item_more_link .link_text,
.gh-entry .sc_services_strong .sc_services_item_more_link .link_icon { display: none; }
.gh-entry .sc_services_strong .sc_services_item_more_link::after { content: "↗"; font-size: 15px; }
.gh-entry input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .gh-entry textarea, .gh-entry select, .gh-commerce input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .gh-commerce textarea, .gh-commerce select { width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid var(--gh-color-border) !important; border-radius: 12px !important; outline: 0; background: #fff !important; color: var(--gh-color-ink) !important; box-shadow: none !important; }
.gh-entry textarea, .gh-commerce textarea { min-height: 140px; resize: vertical; }
.gh-entry input:focus, .gh-entry textarea:focus, .gh-entry select:focus, .gh-commerce input:focus, .gh-commerce textarea:focus, .gh-commerce select:focus { border-color: var(--gh-color-blue) !important; box-shadow: var(--gh-focus-ring) !important; }
.gh-entry input[type="submit"], .gh-entry button[type="submit"], .gh-commerce button, .gh-commerce .button { min-height: 46px; padding: 0 22px !important; border: 0 !important; border-radius: 999px !important; background: var(--gh-color-ink) !important; color: #fff !important; font-weight: 600 !important; }
.wpcf7-form { display: grid; gap: 16px; }
.wpcf7-form p { margin: 0; }

/* Blog and archives */
.gh-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.gh-post-card { overflow: hidden; transition: transform var(--gh-transition), box-shadow var(--gh-transition); }
.gh-post-card:hover { box-shadow: var(--gh-shadow-md); transform: translateY(-4px); }
.gh-post-card__media { display: grid; height: 230px; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--gh-color-blue-50), var(--gh-color-turquoise-50)); color: var(--gh-color-blue) !important; font-size: 30px; font-weight: 700; line-height: .9; text-align: center; text-decoration: none; }
.gh-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gh-post-card:hover .gh-post-card__media img { transform: scale(1.04); }
.gh-post-card__body { padding: 26px; }
.gh-post-card h2 { margin: 9px 0 12px; color: var(--gh-color-ink); font-size: 23px; letter-spacing: -.035em; line-height: 1.18; }
.gh-post-card h2 a, .gh-text-link { text-decoration: none; }
.gh-post-card p { margin: 0 0 22px; color: var(--gh-color-muted); font-size: 14px; }
.gh-post-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--gh-color-muted); font-size: 11px; font-weight: 600; }
.gh-text-link { color: var(--gh-color-blue) !important; font-size: 12px; font-weight: 700; }
.gh-pagination { margin-top: 44px; }
.gh-pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.gh-pagination .page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 10px; border: 1px solid var(--gh-color-border); border-radius: 12px; background: #fff; color: var(--gh-color-ink); text-decoration: none; }
.gh-pagination .current, .gh-pagination a:hover { border-color: var(--gh-color-ink); background: var(--gh-color-ink); color: #fff; }
.gh-page-hero .search-form, .gh-empty .search-form, .gh-error-card .search-form { display: flex; width: min(520px, 100%); gap: 8px; margin-top: 28px; }
.search-form label { flex: 1; }
.search-form .search-field { width: 100%; min-height: 50px; padding: 0 17px; border: 1px solid var(--gh-color-border); border-radius: 999px; outline: none; background: #fff; }
.search-form .search-submit { min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--gh-color-ink); color: #fff; font-weight: 600; }
.gh-empty { padding: 50px; text-align: center; }
.gh-empty .search-form { margin-inline: auto; }

/* Single */
.gh-single__header h1 { font-size: clamp(38px, 5.2vw, 68px); }
.gh-single__layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 28px; padding-top: 56px; padding-bottom: 96px; }
.gh-single__layout .gh-entry { padding: 0 0 clamp(30px, 5vw, 64px); }
.gh-single__layout .gh-entry__content { padding: clamp(28px, 5vw, 64px); }
.gh-single__image { max-height: 580px; margin: 0; overflow: hidden; border-radius: 24px 24px 0 0; }
.gh-single__image img { display: block; width: 100%; max-height: 580px; object-fit: cover; }
.gh-single__aside { position: sticky; top: 112px; padding: 30px; }
.gh-single__aside h2 { margin: 10px 0 14px; font-size: 25px; letter-spacing: -.04em; line-height: 1.15; }
.gh-single__aside p { margin: 0 0 24px; color: var(--gh-color-muted); font-size: 14px; }

/* Commerce */
.gh-commerce { padding: clamp(24px, 4vw, 50px); }
.gh-commerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0 !important; }
.gh-commerce ul.products::before, .gh-commerce ul.products::after { display: none !important; }
.gh-commerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 18px !important; border: 1px solid var(--gh-color-border); border-radius: 20px; background: #fff; }
.gh-commerce ul.products li.product img { border-radius: 14px; }
.gh-commerce .woocommerce-message, .gh-commerce .woocommerce-info, .gh-commerce .woocommerce-error { padding: 18px 22px 18px 50px !important; border: 0; border-radius: 14px; background: var(--gh-color-blue-50); color: var(--gh-color-ink); }

/* 404 */
.gh-error-page { display: grid; min-height: 70vh; align-items: center; padding: 70px 0 100px; background: radial-gradient(circle at 85% 20%, rgba(23,185,198,.14), transparent 30%); }
.gh-error-card { max-width: 880px; padding: clamp(34px, 7vw, 80px); }
.gh-error-code { display: block; margin-bottom: -22px; color: var(--gh-color-blue-50); font-size: clamp(100px, 20vw, 220px); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.gh-error-card h1 { max-width: 760px; margin: 13px 0 18px; font-size: clamp(32px, 5vw, 58px); letter-spacing: -.055em; line-height: 1; }
.gh-error-card > p { color: var(--gh-color-muted); }
.gh-error-card > .gh-button { margin-top: 22px; }

/* Footer */
.gh-footer-cta { padding: 0 0 72px; }
.gh-footer-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; padding: clamp(32px, 5vw, 62px); border-radius: 28px; background: radial-gradient(circle at 90% 10%, rgba(23,185,198,.25), transparent 32%), var(--gh-color-ink); color: #fff; }
.gh-footer-cta h2 { max-width: 760px; margin: 10px 0 14px; color: #fff; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; line-height: 1.05; }
.gh-footer-cta p { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); }
.gh-footer-cta a.gh-button { background: #fff; color: var(--gh-color-ink); white-space: nowrap; }
.gh-footer-cta .gh-kicker { color: #7ec3ff; }
.gh-site-footer { padding: 70px 0 28px; background: #eef1f7; }
.gh-site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.gh-site-footer__brand p { max-width: 430px; color: var(--gh-color-muted); font-size: 14px; }
.gh-site-footer__grid > div:not(:first-child) { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.gh-site-footer__grid > div > strong { margin-bottom: 7px; font-size: 13px; }
.gh-site-footer__grid > div > a, .gh-site-footer__grid > div > span { color: var(--gh-color-muted); font-size: 13px; text-decoration: none; }
.gh-site-footer__grid > div > a:hover { color: var(--gh-color-blue); }
.gh-site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; border-top: 1px solid #dce1e9; color: var(--gh-color-muted); font-size: 11px; }

/* Compact UI-kit language picker. */
.gh-site .gt_switcher_wrapper { position: absolute !important; top: 104px !important; right: 24px !important; left: auto !important; filter: none; transform: none; }
.gh-site .gt_switcher_wrapper .gt_switcher { width: auto !important; overflow: visible !important; color: var(--gh-color-ink); font-family: var(--gh-font-family) !important; font-size: 12px !important; line-height: 1 !important; }
.gh-site .gt_switcher_wrapper .gt_selected { background: transparent !important; }
.gh-site .gt_switcher_wrapper .gt_selected > a { display: flex !important; width: auto !important; min-width: 82px; min-height: 42px; align-items: center; gap: 8px; padding: 6px 32px 6px 7px !important; border: 1px solid rgba(225,229,236,.95) !important; border-radius: var(--gh-radius-pill); background: rgba(255,255,255,.94) !important; box-shadow: var(--gh-shadow-sm); color: var(--gh-color-ink) !important; box-sizing: border-box !important; font-size: 0 !important; transition: border-color var(--gh-transition), box-shadow var(--gh-transition), transform var(--gh-transition); }
.gh-site .gt_switcher_wrapper .gt_selected > a:hover { border-color: #b8d8f5 !important; background: #fff !important; box-shadow: var(--gh-shadow-md); transform: translateY(-1px); }
.gh-site .gt_switcher_wrapper .gt_selected > a::before { content: attr(data-gh-language); color: var(--gh-color-ink); font-family: var(--gh-font-family); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.gh-site .gt_switcher_wrapper .gt_selected > a::after { right: 11px !important; width: 12px !important; height: 100% !important; opacity: .7; background-size: 9px auto !important; }
.gh-site .gt_switcher_wrapper .gt_switcher a img { width: 27px !important; height: 27px !important; flex: 0 0 27px; margin: 0 !important; padding: 0 !important; border: 1px solid rgba(23,24,27,.08) !important; border-radius: 50%; opacity: 1 !important; object-fit: cover; }
.gh-site .gt_switcher_wrapper .gt_option { position: absolute !important; top: calc(100% + 8px); right: 0; width: 190px !important; max-height: 290px !important; padding: 7px !important; border: 1px solid var(--gh-color-border) !important; border-radius: 17px; background: rgba(255,255,255,.98) !important; box-shadow: var(--gh-shadow-md); box-sizing: border-box !important; }
.gh-site .gt_switcher_wrapper .gt_option > a { display: flex !important; align-items: center; gap: 10px; padding: 8px 10px !important; border-radius: 10px; color: var(--gh-color-ink-soft) !important; box-sizing: border-box !important; font-family: var(--gh-font-family) !important; font-size: 12px !important; font-weight: 600; line-height: 1.2 !important; }
.gh-site .gt_switcher_wrapper .gt_option > a:hover { background: var(--gh-color-blue-50) !important; color: var(--gh-color-blue) !important; }
.gh-site .gt_switcher_wrapper .gt_option::-webkit-scrollbar { width: 4px !important; }
.gh-site .gt_switcher_wrapper .gt_option::-webkit-scrollbar-thumb { border-radius: 9px; background: #bdc8d7 !important; }

@media (max-width: 1100px) {
  .gh-site-nav__list a { padding-inline: 10px; }
  .gh-header-cta .gh-button__icon { display: none; }
  .gh-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .admin-bar .gh-site-header { top: 46px; }
  .gh-site-header { padding: 8px 0; }
  .gh-site-header__inner { position: relative; min-height: 62px; padding: 7px 9px 7px 13px; }
  .gh-menu-toggle { display: flex; margin-left: auto; }
  .gh-header-cta { display: none; }
  .gh-site-nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; max-height: calc(100vh - 110px); overflow-y: auto; padding: 10px; border: 1px solid var(--gh-color-border); border-radius: 22px; opacity: 0; background: #fff; box-shadow: var(--gh-shadow-lg); pointer-events: none; transform: translateY(-8px); transition: var(--gh-transition); }
  .gh-site-header.is-menu-open .gh-site-nav { opacity: 1; pointer-events: auto; transform: none; }
  .gh-site-nav__list { align-items: stretch; flex-direction: column; }
  .gh-site-nav__list a { justify-content: space-between; padding-inline: 16px; border-radius: 12px; }
  .gh-site-nav__list .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 15px; border: 0; opacity: 1; box-shadow: none; pointer-events: auto; transform: none; }
  .gh-site-header.is-menu-open .gh-menu-toggle i:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .gh-site-header.is-menu-open .gh-menu-toggle i:nth-child(2) { opacity: 0; }
  .gh-site-header.is-menu-open .gh-menu-toggle i:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .gh-menu-is-open { overflow: hidden; }
  .gh-site .gt_switcher_wrapper { top: 86px !important; right: 12px !important; }
  .gh-site .gt_switcher_wrapper .gt_selected > a { min-width: 78px; min-height: 40px; }
  .gh-single__layout { grid-template-columns: 1fr; }
  .gh-single__aside { position: static; }
  .gh-commerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .gh-shell { width: min(100% - 28px, 1240px); }
  .gh-site-header__inner { width: calc(100% - 20px); }
  .gh-site-brand strong { font-size: 13px; }
  .gh-page-hero, .gh-single__header { padding: 58px 0 54px; }
  .gh-page-hero__inner, .gh-single__header-inner { width: calc(100% - 28px); margin-inline: auto; }
  .gh-page-hero h1, .gh-single__header h1 { font-size: clamp(36px, 12vw, 54px); }
  .gh-breadcrumbs { margin-bottom: 22px; }
  .gh-content-section { padding: 28px 0 64px; }
  .gh-entry { padding: 26px 20px; border-radius: 18px; }
  .gh-entry__content h2 { font-size: 28px; }
  .gh-post-grid { grid-template-columns: 1fr; }
  .gh-post-card__media { height: 210px; }
  .gh-single__layout { gap: 18px; padding-top: 28px; padding-bottom: 64px; }
  .gh-single__layout .gh-entry__content { padding: 26px 20px; }
  .gh-commerce { padding: 20px; }
  .gh-commerce ul.products { grid-template-columns: 1fr; }
  .gh-footer-cta { padding-bottom: 32px; }
  .gh-footer-cta__inner { align-items: flex-start; flex-direction: column; gap: 26px; border-radius: 22px; }
  .gh-site-footer { padding-top: 48px; }
  .gh-site-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .gh-site-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 38px; }
  .gh-page-hero .search-form, .gh-empty .search-form, .gh-error-card .search-form { align-items: stretch; flex-direction: column; }
  .gh-error-card { padding-inline: 24px; }
}

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