:root {
	--gh-navy: #3f3f3f;
	--gh-navy-soft: #4a4a4a;
	--gh-gold: #f7b900;
	--gh-bg: #f5f8fc;
	--gh-text: #3f3f3f;
	--gh-muted: #707070;
	--gh-line: #e2e8f0;
	--gh-radius: 18px;
	--gh-shadow: 0 14px 40px rgb(63 63 63 / 9%);
	--gh-shell: 1240px;
	--sans: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
}

.gh-shell { width: min(calc(100% - 48px), var(--gh-shell)); margin-inline: auto; }

/* Shared interaction for product, project, and future media cards. */
.gh-hover-card {
	--gh-hover-lift: -8px;
	--gh-hover-media-scale: 1.05;
	--gh-hover-reveal-y: -8px;
	--gh-hover-shadow: 0 20px 28px -8px rgb(63 63 63 / 16%), 0 8px 12px -8px rgb(63 63 63 / 9%);
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	transition: transform .48s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .3s ease;
	will-change: transform;
}
.gh-hover-card:hover, .gh-hover-card:focus-within { border-color: #ddd; box-shadow: var(--gh-hover-shadow); transform: translate3d(0, var(--gh-hover-lift), 0); }
.gh-hover-card__media > img { backface-visibility: hidden; transform: translateZ(0) scale(1.001); transition: opacity .28s ease, transform .7s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
.gh-hover-card:hover .gh-hover-card__media > img, .gh-hover-card:focus-within .gh-hover-card__media > img { transform: translateZ(0) scale(var(--gh-hover-media-scale)); }
.gh-hover-card__reveal { opacity: 0; backface-visibility: hidden; transform: translate3d(0, 10px, 0); transition: opacity .28s ease, transform .48s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
.gh-hover-card:hover .gh-hover-card__reveal, .gh-hover-card:focus-within .gh-hover-card__reveal { opacity: 1; transform: translate3d(0, var(--gh-hover-reveal-y), 0); }
.gh-topbar { position: relative; z-index: 102; background: var(--gh-navy); color: #fff; font-size: .78rem; }
.gh-topbar__inner, .gh-topbar__contact { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.gh-topbar__inner { min-height: 36px; }
.gh-topbar__contact { justify-content: flex-start; }
.gh-topbar a { color: inherit; text-decoration: none; }
.gh-topbar a span { margin-right: 7px; color: var(--gh-gold); }
.gh-topbar p { margin: 0; }

.gh-header.site-header { position: sticky; top: 0; z-index: 100; border: 0; border-bottom: 1px solid #edf0f4; background: rgb(255 255 255 / 96%); opacity: 1; transform: translate3d(0, 0, 0); transition: transform .46s cubic-bezier(.22, 1, .36, 1), opacity .3s ease, box-shadow .2s ease; backdrop-filter: blur(16px); will-change: transform, opacity; }
.gh-header.site-header.is-hidden { pointer-events: none; opacity: 0; transform: translate3d(0, -110%, 0); }
.gh-header .gh-header__inner { display: flex; align-items: center; min-height: 82px; gap: 30px; }
.gh-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--gh-navy); text-decoration: none; }
.gh-brand__mark { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 0 12px 0 12px; background: var(--gh-navy); color: #fff; font-size: 1.42rem; font-weight: 700; letter-spacing: -.08em; overflow: hidden; }
.gh-brand__mark b { color: var(--gh-gold); font-weight: 700; }
.gh-brand__text { display: flex; flex-direction: column; line-height: 1; }
.gh-brand__text strong { color: inherit; font-size: 1.2rem; letter-spacing: .13em; text-transform: uppercase; }
.gh-brand__text small { margin-top: 8px; color: #686868; font-size: .6rem; letter-spacing: .29em; text-transform: uppercase; }
.gh-brand__logo { display: block; width: auto; max-width: 230px; max-height: 68px; object-fit: contain; }
.gh-nav.primary-navigation { margin-inline: auto; }
.gh-nav.primary-navigation > ul { gap: 32px; }
.gh-nav.primary-navigation > ul > li > a { padding-block: 30px; color: #555; font-size: .9rem; font-weight: 600; }
.gh-nav.primary-navigation > ul > li > a::after { bottom: 22px; background: var(--gh-gold); }
.gh-nav.primary-navigation > ul > li > a::after { height: 3px; border-radius: 999px; }
.gh-nav.primary-navigation > ul > li.current-menu-item > a,
.gh-nav.primary-navigation > ul > li > a:hover { color: var(--gh-navy); }
.gh-nav .sub-menu { min-width: 225px; border: 1px solid var(--gh-line); border-radius: 12px; box-shadow: var(--gh-shadow); }
.gh-nav .sub-menu a { padding: 11px 16px; font-size: .84rem; }
@media (min-width: 901px) {
	.gh-nav.primary-navigation { position: relative; }
	.gh-nav.primary-navigation > ul > li.menu-item-has-children { position: static; }
	.gh-nav.primary-navigation > ul > li > a { position: relative; }
	.gh-nav .menu-item-has-children > a { display: flex; align-items: center; gap: 9px; }
	.gh-nav .menu-item-has-children > a::before { content: ""; order: 2; width: 7px; height: 7px; flex: 0 0 7px; border-right: 2px solid currentcolor; border-bottom: 2px solid currentcolor; transform: translateY(-2px) rotate(45deg); transition: border-color .2s ease, transform .2s ease; }
	.gh-nav .menu-item-has-children:hover > a::before { border-color: var(--gh-gold); }
	@supports selector(li:has(:focus-visible)) {
		.gh-nav .menu-item-has-children:has(:focus-visible) > a::before { border-color: var(--gh-gold); }
	}
	.gh-nav .gh-catalog-menu { left: 50%; display: grid; width: min(1040px, calc(100vw - 48px)); padding: 28px 30px 30px; grid-template-columns: 1fr 1.2fr .72fr; align-items: start; gap: 30px; border-radius: 18px; transform: translateX(-50%) translateY(8px); }
	.gh-nav li:hover > .gh-catalog-menu { transform: translateX(-50%) translateY(0); }
	@supports selector(li:has(:focus-visible)) {
		.gh-nav li:has(:focus-visible) > .gh-catalog-menu { transform: translateX(-50%) translateY(0); }
	}
	.gh-nav .gh-catalog-menu > li { min-width: 0; }
	.gh-nav .gh-catalog-menu > .menu-item-has-children > a { padding: 0 0 13px; border-bottom: 1px solid var(--gh-line); color: var(--gh-navy); font-size: .92rem; font-weight: 700; }
	.gh-nav .gh-catalog-menu > .menu-item-has-children > a::before { display: none; }
	.gh-nav .gh-catalog-menu > .menu-item-has-children > .sub-menu { position: static; display: block; width: auto; min-width: 0; padding: 10px 0 0; visibility: visible; border: 0; border-radius: 0; box-shadow: none; opacity: 1; transform: none; }
	.gh-nav .gh-catalog-menu > .menu-item-has-children > .sub-menu a { padding: 7px 9px; border-radius: 8px; color: #5f6672; line-height: 1.4; white-space: normal; }
	.gh-nav .gh-catalog-menu > .menu-item-has-children > .sub-menu a:hover,
	.gh-nav .gh-catalog-menu > .menu-item-has-children > .sub-menu a:focus-visible { background: #f5f6f8; color: var(--gh-navy); }
}
.gh-header__actions { display: flex; align-items: center; gap: 14px; }
.gh-icon-button { width: 42px; min-height: 42px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--gh-navy); }
.gh-icon-button:hover { border-color: transparent; background: #f2f5f9; color: var(--gh-navy); transform: none; }
.gh-icon-button[aria-expanded="true"] { background: #f2f5f9; color: var(--gh-gold); }
.gh-icon-button svg { width: 23px; fill: none; stroke: currentcolor; stroke-linecap: round; stroke-width: 1.8; }
.gh-header .header-search-toggle { width: 48px; height: 48px; min-height: 48px; border: 1px solid var(--gh-gold); background: var(--gh-gold); color: var(--gh-navy); box-shadow: 0 8px 20px rgb(247 185 0 / 24%); transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.gh-header .header-search-toggle:hover, .gh-header .header-search-toggle:focus-visible { border-color: var(--gh-navy); background: var(--gh-navy); color: var(--gh-gold); box-shadow: 0 11px 24px rgb(63 63 63 / 25%); transform: translateY(-2px); }
.gh-header .header-search-toggle[aria-expanded="true"] { border-color: var(--gh-gold); background: var(--gh-gold); color: var(--gh-navy); }
.header-search-toggle > span { display: grid; place-items: center; }
.header-search-toggle > .header-search-toggle__close,
.header-search-toggle[aria-expanded="true"] > .header-search-toggle__open { display: none; }
.header-search-toggle[aria-expanded="true"] > .header-search-toggle__close { display: grid; }
.gh-quote-button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 24px; border-radius: 999px; background: var(--gh-navy); color: #fff; font-size: .86rem; font-weight: 700; text-decoration: none; box-shadow: 0 8px 20px rgb(63 63 63 / 18%); }
.gh-quote-button:hover { background: var(--gh-gold); color: var(--gh-navy); }
.gh-quote-button { transition: background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease; }
.gh-quote-button:hover { box-shadow: 0 12px 26px rgb(247 185 0 / 25%); transform: translateY(-2px); }
.gh-menu-toggle { display: none; }
.gh-search-panel { position: absolute; top: calc(100% + 12px); right: max(24px, calc((100vw - var(--gh-shell)) / 2)); left: auto; width: min(560px, calc(100vw - 32px)); padding: 16px; visibility: hidden; border: 1px solid var(--gh-line); border-radius: 20px; background: rgb(255 255 255 / 98%); box-shadow: 0 18px 55px rgb(30 30 30 / 16%); opacity: 0; pointer-events: none; transform: translateY(-10px) scale(.98); transform-origin: top center; transition: visibility .28s ease, opacity .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1); backdrop-filter: blur(16px); }
.gh-search-panel.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.gh-search-panel .gh-shell { width: 100%; margin: 0; }
.gh-search-panel .search-form { display: flex; width: 100%; align-items: center; gap: 6px; padding: 6px; border: 1px solid var(--gh-line); border-radius: 16px; background: #f7f8fa; box-shadow: inset 0 1px 2px rgb(63 63 63 / 4%); transition: border-color .2s ease, box-shadow .2s ease; }
.gh-search-panel .search-form:focus-within { border-color: var(--gh-gold); box-shadow: 0 0 0 4px rgb(247 185 0 / 14%), inset 0 1px 2px rgb(63 63 63 / 4%); }
.gh-search-panel label { position: relative; min-width: 0; flex: 1; }
.gh-search-panel .search-form__icon { position: absolute; top: 50%; left: 12px; display: grid; color: #969696; pointer-events: none; transform: translateY(-50%); }
.gh-search-panel .search-form__icon .gh-icon { width: 20px; height: 20px; }
.gh-search-panel input[type="search"] { width: 100%; min-height: 42px; padding: 0 12px 0 42px; border: 0; border-radius: 12px; outline: 0; background: transparent; box-shadow: none; }
.gh-search-panel input[type="search"]:focus { border: 0; outline: 0; background: transparent; box-shadow: none; }
.gh-search-panel .search-form__submit { min-width: 118px; min-height: 42px; padding-inline: 16px; margin: 0; border-color: var(--gh-gold); border-radius: 12px; background: var(--gh-gold); color: var(--gh-navy); font-weight: 700; box-shadow: 0 5px 14px rgb(247 185 0 / 24%); transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.gh-search-panel .search-form__submit:hover,
.gh-search-panel .search-form__submit:focus-visible { border-color: #dca500; background: #ffc929; color: var(--gh-navy); box-shadow: 0 7px 18px rgb(247 185 0 / 30%); transform: translateY(-1px); }
.search-form__suggestions { display: none; }
.gh-search-panel .search-form__suggestions { display: flex; align-items: center; gap: 8px; padding: 12px 2px 0; overflow-x: auto; color: var(--gh-muted); font-size: .72rem; scrollbar-width: none; }
.gh-search-panel .search-form__suggestions::-webkit-scrollbar { display: none; }
.gh-search-panel .search-form__suggestions > span { flex: 0 0 auto; font-weight: 600; }
.gh-search-panel .search-form__suggestions a { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; background: #f1f2f4; color: #666; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.gh-search-panel .search-form__suggestions a:hover { background: #e8e9eb; color: var(--gh-navy); }

.gh-footer { padding: 72px 0 24px; background: var(--gh-navy); color: #c5c5c5; }
.gh-footer__grid { display: grid; grid-template-columns: 1.35fr .65fr .7fr 1.2fr; gap: 56px; }
.gh-footer__brand > p { max-width: 390px; margin: 24px 0; }
.gh-brand--footer { color: #fff; }
.gh-brand--footer .gh-brand__mark { background: #fff; color: var(--gh-navy); }
.gh-brand--footer .gh-brand__text small { color: var(--gh-gold); }
.gh-brand--footer .gh-brand__logo { width: 250px; max-width: 100%; height: auto; max-height: 110px; aspect-ratio: 600 / 421; object-fit: contain; }
.gh-footer h2 { margin: 4px 0 24px; color: #fff; font-size: 1.04rem; }
.gh-footer ul { padding: 0; margin: 0; list-style: none; }
.gh-footer li + li { margin-top: 10px; }
.gh-footer a { color: inherit; text-decoration: none; }
.gh-footer a:hover { color: var(--gh-gold); }
.gh-footer__contact p { display: flex; gap: 12px; margin: 0 0 12px; }
.gh-footer__contact p > span { display: inline-flex; flex: 0 0 20px; justify-content: center; color: var(--gh-gold); }
.gh-footer__contact .gh-icon { width: 18px; height: 18px; }
.gh-footer__phone { color: #fff !important; font-size: 1.05rem; font-weight: 700; }
.gh-socials { display: flex; gap: 10px; }
.gh-socials a { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: #505050; color: #fff; font-weight: 700; }
.gh-socials .gh-icon { width: 19px; height: 19px; }
.gh-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; margin-top: 52px; border-top: 1px solid rgb(255 255 255 / 10%); font-size: .8rem; }
.gh-footer__bottom p { margin: 0; }

.gh-site-cta { padding: 78px 0; background: #fff; }
.gh-site-cta__inner { display: flex; padding: 54px 60px; align-items: center; justify-content: space-between; gap: 42px; border-radius: 26px; background: var(--gh-navy); box-shadow: 0 24px 70px rgb(63 63 63 / 18%); color: #fff; }
.gh-site-cta__content { min-width: 0; flex: 1 1 auto; }
.gh-site-cta__eyebrow { margin: 0 0 10px; color: var(--gh-gold); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gh-site-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.03em; line-height: 1.2; text-wrap: balance; }
.gh-site-cta__description { max-width: 720px; margin: 14px 0 0; color: #d0d0d0; line-height: 1.65; }
.gh-site-cta__actions { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; }
.gh-site-cta__button { display: inline-flex; min-height: 52px; padding: 0 28px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; background: var(--gh-gold); box-shadow: 0 12px 28px rgb(247 185 0 / 24%); color: var(--gh-navy); font-weight: 700; text-decoration: none; white-space: nowrap; transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.gh-site-cta__button:hover, .gh-site-cta__button:focus-visible { background: #ffd23c; color: var(--gh-navy); box-shadow: 0 15px 32px rgb(247 185 0 / 30%); transform: translateY(-2px); }
.gh-site-cta__button span { transition: transform .25s ease; }
.gh-site-cta__button:hover span, .gh-site-cta__button:focus-visible span { transform: translateX(4px); }
.gh-site-cta__phone { display: flex; flex: 0 0 auto; flex-direction: column; color: #fff; text-decoration: none; white-space: nowrap; }
.gh-site-cta__phone small { color: #c9c9c9; }
.gh-site-cta__phone strong { font-size: 1.08rem; }

@media (max-width: 1050px) {
	.gh-nav.primary-navigation > ul { gap: 20px; }
	.gh-nav.primary-navigation > ul > li > a { font-size: .82rem; }
	.gh-footer__grid { grid-template-columns: 1.25fr .75fr .9fr; }
	.gh-footer__contact { grid-column: span 3; }
	.gh-site-cta__inner { display: block; padding: 44px; }
	.gh-site-cta__actions { margin-top: 28px; }
}

@media (max-width: 900px) {
	.gh-shell { width: min(calc(100% - 32px), var(--gh-shell)); }
	.gh-topbar { display: none; }
	.gh-header .gh-header__inner { min-height: 70px; }
	.gh-brand__mark { width: 43px; height: 43px; font-size: 1.25rem; }
	.gh-brand__text strong { font-size: 1rem; }
	.gh-brand__text small { font-size: .52rem; }
	.gh-brand__logo { max-width: 190px; max-height: 56px; }
	.gh-header__actions { margin-left: auto; }
	.gh-quote-button { display: none; }
	.gh-menu-toggle { display: grid; width: 46px; height: 46px; min-height: 46px; padding: 11px; place-content: center; gap: 5px; border: 1px solid rgb(247 185 0 / 55%); border-radius: 50%; background: var(--gh-navy); color: var(--gh-gold); box-shadow: 0 7px 18px rgb(63 63 63 / 22%); transition: background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease, transform .2s ease; }
	.gh-menu-toggle:hover, .gh-menu-toggle:focus-visible { border-color: var(--gh-gold); background: var(--gh-navy-soft); color: var(--gh-gold); box-shadow: 0 9px 22px rgb(63 63 63 / 26%); transform: translateY(-1px); }
	.gh-menu-toggle[aria-expanded="true"] { border-color: var(--gh-gold); background: var(--gh-gold); color: var(--gh-navy); box-shadow: 0 9px 22px rgb(247 185 0 / 28%); transform: translateY(-1px); }
	.gh-menu-toggle:active { transform: scale(.96); }
	.gh-menu-toggle > span.gh-menu-toggle__open,
	.gh-menu-toggle > span.gh-menu-toggle__close { display: grid; width: auto; height: auto; place-items: center; background: transparent; transition: opacity .2s ease, transform .2s ease; }
	.gh-menu-toggle > span.gh-menu-toggle__close,
	.gh-menu-toggle[aria-expanded="true"] > span.gh-menu-toggle__open { display: none; }
	.gh-menu-toggle[aria-expanded="true"] > span.gh-menu-toggle__close { display: grid; }
	.gh-menu-toggle .gh-icon { width: 22px; height: 22px; stroke-width: 2; }
	.gh-menu-toggle[aria-expanded="true"] .gh-menu-toggle__close .gh-icon { animation: gh-mobile-menu-icon-in .25s cubic-bezier(.22, 1, .36, 1); }
	.gh-nav.primary-navigation { position: absolute; top: 100%; right: 0; bottom: auto; left: 0; display: block; width: 100%; height: calc(100dvh - 70px); max-height: none; margin: 0; padding: 0; overflow: hidden auto; visibility: hidden; background: #fff; box-shadow: 0 18px 35px rgb(63 63 63 / 14%); opacity: 0; clip-path: inset(0 0 100% 0); pointer-events: none; transform: translate3d(0, -10px, 0); transform-origin: top center; transition: visibility .4s ease, opacity .25s ease, clip-path .42s cubic-bezier(.22, 1, .36, 1), transform .4s cubic-bezier(.22, 1, .36, 1); overscroll-behavior: contain; will-change: clip-path, transform, opacity; }
	.gh-nav.primary-navigation.is-open { visibility: visible; opacity: 1; clip-path: inset(0); pointer-events: auto; transform: translate3d(0, 0, 0); }
	.gh-nav.primary-navigation > ul { display: block; padding: 18px 24px 36px; }
	.gh-nav.primary-navigation.is-open > ul > li { animation: gh-mobile-menu-item-in .36s both; }
	.gh-nav.primary-navigation.is-open > ul > li:nth-child(2) { animation-delay: .035s; }
	.gh-nav.primary-navigation.is-open > ul > li:nth-child(3) { animation-delay: .07s; }
	.gh-nav.primary-navigation.is-open > ul > li:nth-child(4) { animation-delay: .105s; }
	.gh-nav.primary-navigation.is-open > ul > li:nth-child(5) { animation-delay: .14s; }
	.gh-nav.primary-navigation.is-open > ul > li:nth-child(6) { animation-delay: .175s; }
	.gh-nav.primary-navigation > ul > li { border-bottom: 1px solid var(--gh-line); }
	.gh-nav.primary-navigation > ul > li > a { padding: 15px 0; font-size: 1rem; }
	.gh-nav.primary-navigation > ul > li > a::after { display: none; }
	.gh-nav .submenu-toggle { position: absolute; top: 9px; right: 0; display: grid; width: 40px; height: 40px; min-height: 40px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--gh-navy); box-shadow: none; transform: none; }
	.gh-nav .submenu-toggle:hover, .gh-nav .submenu-toggle:focus-visible { border: 0; background: #f2f2f2; color: var(--gh-navy); box-shadow: none; transform: none; }
	.gh-nav .submenu-toggle .gh-icon { width: 18px; height: 18px; transition: transform .3s cubic-bezier(.22, 1, .36, 1); }
	.gh-nav .submenu-toggle[aria-expanded="true"] .gh-icon { transform: rotate(180deg); }
	.gh-nav .sub-menu { position: static; display: none; min-width: 0; padding: 0 0 12px 15px; border: 0; box-shadow: none; opacity: 1; transform: none; }
	.gh-nav .submenu-open > .sub-menu { display: block; }
	.gh-search-panel { top: calc(100% + 8px); right: 16px; }
	.gh-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px; }
	.gh-footer__brand, .gh-footer__contact { grid-column: span 2; }
}

@media (max-width: 560px) {
	.gh-site-cta { padding: 56px 0; }
	.gh-site-cta__inner { padding: 34px 24px; border-radius: 20px; }
	.gh-site-cta__actions { align-items: stretch; flex-direction: column; }
	.gh-site-cta__button { width: 100%; }
	.gh-site-cta__phone { align-self: flex-start; }
	.gh-header .gh-header__inner { position: relative; min-height: 68px; justify-content: space-between; gap: 10px; }
	.gh-header .gh-brand { position: absolute; left: 50%; gap: 9px; transform: translateX(-50%); }
	.gh-brand__mark { width: 40px; height: 40px; }
	.gh-brand__text small { margin-top: 6px; letter-spacing: .2em; }
	.gh-brand__logo { max-width: 165px; max-height: 50px; }
	.gh-header__actions { margin-left: auto; }
	.gh-menu-toggle { order: -1; width: 42px; height: 42px; min-height: 42px; padding: 10px; }
	.gh-icon-button:not(.header-search-toggle) { display: none; }
	.gh-header .header-search-toggle { display: grid; width: 42px; height: 42px; min-height: 42px; padding: 0; place-items: center; overflow: hidden; border: 1px solid var(--gh-gold); border-radius: 50%; background: var(--gh-gold); color: var(--gh-navy); box-shadow: 0 7px 18px rgb(247 185 0 / 24%); transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease; }
	.gh-header .header-search-toggle,
	.gh-header .gh-menu-toggle { border-color: var(--gh-navy); background: var(--gh-navy); color: var(--gh-gold); box-shadow: 0 7px 18px rgb(63 63 63 / 18%); }
	.gh-header .header-search-toggle:hover,
	.gh-header .header-search-toggle:focus-visible,
	.gh-header .gh-menu-toggle:hover,
	.gh-header .gh-menu-toggle:focus-visible { border-color: var(--gh-navy-soft); background: var(--gh-navy-soft); color: var(--gh-gold); transform: scale(1.05); }
	.gh-header .header-search-toggle:active { transform: scale(.95); }
	.gh-header .header-search-toggle[aria-expanded="true"],
	.gh-header .gh-menu-toggle[aria-expanded="true"] { border-color: var(--gh-gold); background: var(--gh-gold); color: var(--gh-navy); box-shadow: 0 8px 20px rgb(247 185 0 / 28%); }
	.gh-search-panel { top: 100%; right: 0; left: 0; width: 100%; padding: 8px 14px 12px; border: 0; border-top: 1px solid #f2f2f2; border-radius: 0 0 20px 20px; box-shadow: 0 14px 28px rgb(30 30 30 / 13%); transform: translateY(-10px); }
	.gh-search-panel.is-open { transform: translateY(0); }
	.gh-search-panel .search-form { gap: 4px; padding: 4px; border-radius: 14px; }
	.gh-search-panel input[type="search"] { height: 42px; min-height: 42px; padding: 0 8px 0 36px; border-radius: 10px; font-size: .88rem; }
	.gh-search-panel .search-form__icon { left: 10px; }
	.gh-search-panel .search-form__submit { width: auto; height: 42px; min-width: 96px; min-height: 42px; padding: 0 12px; border-radius: 10px; font-size: .8rem; }
	.gh-search-panel .search-form__suggestions { padding-top: 8px; }
	.gh-nav.primary-navigation { right: auto; left: calc(50% - 50vw); width: 100vw; height: calc(100dvh - 68px); }
	.gh-footer { padding-top: 54px; }
	.gh-footer__grid { grid-template-columns: 1fr; gap: 32px; }
	.gh-footer__brand, .gh-footer__contact { grid-column: auto; }
	.gh-footer .gh-brand--footer { position: static; display: flex; width: max-content; max-width: 100%; margin-inline: auto; transform: none; }
	.gh-footer .gh-brand--footer .gh-brand__logo { width: 180px; max-width: 100%; max-height: 120px; height: auto; }
	.gh-footer__bottom { display: block; }
	.gh-footer__bottom p + p { margin-top: 8px; }
}

@keyframes gh-mobile-menu-item-in {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

@keyframes gh-mobile-menu-icon-in {
	from { opacity: 0; transform: rotate(-45deg) scale(.75); }
	to { opacity: 1; transform: rotate(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
	.gh-hover-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
	.gh-hover-card:hover, .gh-hover-card:focus-within { transform: translate3d(0, -2px, 0); }
	.gh-hover-card__media > img { transition: opacity .18s ease, transform .22s ease; }
	.gh-hover-card:hover .gh-hover-card__media > img, .gh-hover-card:focus-within .gh-hover-card__media > img { transform: translateZ(0) scale(1.01); }
	.gh-hover-card__reveal { transition: opacity .18s ease, transform .22s ease; }
	.gh-hover-card:hover .gh-hover-card__reveal, .gh-hover-card:focus-within .gh-hover-card__reveal { transform: translate3d(0, -2px, 0); }
	.gh-nav.primary-navigation { transition-duration: 0s; }
	.gh-nav.primary-navigation.is-open > ul > li,
	.gh-menu-toggle[aria-expanded="true"] .gh-menu-toggle__close .gh-icon { animation: none; }
}
