/* GENEESL Header */
:root { --gs-red: #D63C2B; --gs-header-text: #202020; --gs-header-height: 120px; }
.gs-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; width: 100%; color: #ffffff; background: transparent; transform: translateY(0); transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.26s ease; }
.gs-header.is-hidden { transform: translateY(-100%); }
.gs-header.is-solid, .gs-header.is-scrolled { color: var(--gs-header-text); background: rgba(255,255,255,0.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.gs-header.is-solid { border-bottom: 1px solid rgba(0,0,0,0.06); }
.gs-header.is-nav-hover, .gs-header.is-nav-open { transform: translateY(0); }
body.gs-menu-open { overflow: hidden; }
body.gs-menu-open .gs-header { color: var(--gs-header-text); background: rgba(255,255,255,0.99); transform: translateY(0); box-shadow: none; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.gs-header a { color: inherit; text-decoration: none; }
.gs-header__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 260px minmax(0,1fr) 260px; align-items: center; height: 120px; padding: 0 64px; }

/* Logo */
.gs-header__logo-link { position: relative; display: inline-flex; align-items: center; width: 220px; height: 48px; }
.gs-header__logo { position: absolute; top: 50%; left: 0; display: block; width: auto; max-width: 220px; max-height: 57px; object-fit: contain; transform: translateY(-50%); transition: opacity 0.22s ease, filter 0.22s ease; }
.gs-header__logo--white { opacity: 1; }
.gs-header__logo--color { opacity: 0; }
.gs-header__logo--auto-white { filter: brightness(0) invert(1); }
.gs-header.is-solid .gs-header__logo--white, .gs-header.is-scrolled .gs-header__logo--white, .gs-header.is-nav-hover .gs-header__logo--white, body.gs-menu-open .gs-header__logo--white { opacity: 0; }
.gs-header.is-solid .gs-header__logo--color, .gs-header.is-scrolled .gs-header__logo--color, .gs-header.is-nav-hover .gs-header__logo--color, body.gs-menu-open .gs-header__logo--color { opacity: 1; }
.gs-header__logo-text { display: block; color: #ffffff; font-size: 24px; font-weight: 900; line-height: 1; letter-spacing: 0.08em; transition: color 0.22s ease; }
.gs-header.is-solid .gs-header__logo-text, .gs-header.is-scrolled .gs-header__logo-text, .gs-header.is-nav-hover .gs-header__logo-text, body.gs-menu-open .gs-header__logo-text { color: var(--gs-header-text); }

/* Main Navigation */
.gs-header__nav { display: flex; align-items: center; justify-content: center; min-width: 0; height: 100%; }
.gs-header__menu { display: flex; align-items: center; justify-content: center; gap: 56px; height: 100%; margin: 0; padding: 0; list-style: none; }
.gs-header__menu > li { position: relative; display: flex; align-items: center; height: 100%; margin: 0; padding: 0; }
.gs-header__menu > li > a { position: relative; display: inline-flex; align-items: center; height: 120px; padding: 20px; color: inherit; font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; text-shadow: 0 1px 16px rgba(0,0,0,0.22); transition: color 0.2s ease, text-shadow 0.2s ease; }
.gs-header.is-solid .gs-header__menu > li > a, .gs-header.is-scrolled .gs-header__menu > li > a, .gs-header.is-nav-hover .gs-header__menu > li > a, body.gs-menu-open .gs-header__menu > li > a { text-shadow: none; }
.gs-header__menu > li > a::after { content: ""; position: absolute; right: 20px; bottom: 35px; left: 20px; height: 2px; background: var(--gs-red); transform: scaleX(0); transform-origin: center; transition: transform 0.2s ease; }
.gs-header__menu > li > a:hover::after, .gs-header__menu > li.current-menu-item > a::after, .gs-header__menu > li.current-menu-parent > a::after, .gs-header__menu > li.current-menu-ancestor > a::after { transform: scaleX(1); }
.gs-header.is-solid .gs-header__menu > li > a:hover, .gs-header.is-scrolled .gs-header__menu > li > a:hover, .gs-header.is-nav-hover .gs-header__menu > li > a:hover { color: var(--gs-red); }
.gs-header.is-solid .gs-header__menu > li.current-menu-item > a, .gs-header.is-solid .gs-header__menu > li.current-menu-parent > a, .gs-header.is-solid .gs-header__menu > li.current-menu-ancestor > a, .gs-header.is-scrolled .gs-header__menu > li.current-menu-item > a, .gs-header.is-scrolled .gs-header__menu > li.current-menu-parent > a, .gs-header.is-scrolled .gs-header__menu > li.current-menu-ancestor > a { color: var(--gs-red); }

/* Toggle */
.gs-header__right { display: flex; align-items: center; justify-content: flex-end; }
.gs-header__toggle { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0; padding: 0; border: 0 !important; outline: 0 !important; color: inherit; background: transparent !important; box-shadow: none !important; cursor: pointer; }
.gs-header__toggle:hover, .gs-header__toggle:focus, .gs-header__toggle:active { border: 0 !important; outline: 0 !important; color: inherit; background: transparent !important; box-shadow: none !important; }
.gs-header__toggle-box { position: relative; display: block; width: 29px; height: 18px; }
.gs-header__toggle-line { position: absolute; right: 0; display: block; height: 2px; background: currentColor; transition: top 0.22s ease, transform 0.22s ease, opacity 0.22s ease, width 0.22s ease, background 0.22s ease; }
.gs-header__toggle-line:nth-child(1) { top: 0; width: 28px; }
.gs-header__toggle-line:nth-child(2) { top: 8px; width: 22px; }
.gs-header__toggle-line:nth-child(3) { top: 16px; width: 28px; }
.gs-header.is-solid .gs-header__toggle, .gs-header.is-scrolled .gs-header__toggle, .gs-header.is-nav-hover .gs-header__toggle, body.gs-menu-open .gs-header__toggle { color: var(--gs-header-text) !important; }
.gs-header.is-solid .gs-header__toggle-line:nth-child(2), .gs-header.is-scrolled .gs-header__toggle-line:nth-child(2), .gs-header.is-nav-hover .gs-header__toggle-line:nth-child(2) { background: var(--gs-red); }
body.gs-menu-open .gs-header__toggle-line { background: var(--gs-red) !important; }
body.gs-menu-open .gs-header__toggle-line:nth-child(1) { top: 8px; width: 28px; transform: rotate(45deg); }
body.gs-menu-open .gs-header__toggle-line:nth-child(2) { opacity: 0; }
body.gs-menu-open .gs-header__toggle-line:nth-child(3) { top: 8px; width: 28px; transform: rotate(-45deg); }

/* Desktop Dropdown */
@media (min-width: 761px) {
.gs-header { overflow: visible; }
.gs-header::after { content: ""; position: absolute; top: 120px; right: 0; left: 0; height: 220px; border-top: 1px solid rgba(0,0,0,0.07); border-bottom: 1px solid rgba(0,0,0,0.07); background: rgba(255,255,255,0.99); opacity: 0; visibility: hidden; transition: opacity 0.16s ease, visibility 0.16s ease; pointer-events: none; }
.gs-header.is-nav-hover { color: var(--gs-header-text); background: rgba(255,255,255,0.99); box-shadow: none; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: none; }
.gs-header.is-nav-hover::after { opacity: 1; visibility: visible; }
body.gs-menu-open .gs-header::after { opacity: 0; visibility: hidden; }
.gs-header__menu > li > .sub-menu { position: absolute; top: 120px; left: 50%; z-index: 3; display: grid; align-content: start; gap: 13px; width: 240px; min-height: 220px; margin: 0; padding: 36px 20px 28px; list-style: none; text-align: center; opacity: 0; visibility: hidden; transform: translateX(-50%); transition: opacity 0.18s ease, visibility 0.18s ease; }
.gs-header.is-nav-open .gs-header__menu > li > .sub-menu { opacity: 1; visibility: visible; }
body.gs-menu-open .gs-header__menu > li > .sub-menu { opacity: 0; visibility: hidden; }
.gs-header__menu > li > .sub-menu::before { position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: rgba(0,0,0,0.07); }
.gs-header__menu > li:last-child > .sub-menu::after { position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: rgba(0,0,0,0.07); }
.gs-header__menu > li > .sub-menu > li { margin: 0; padding: 0; }
.gs-header__menu > li > .sub-menu > li > a { display: inline-flex; align-items: center; justify-content: center; color: #555555; font-size: 17px; font-weight: 400; line-height: 1.45; letter-spacing: -0.025em; text-decoration: none; transition: color 0.18s ease, font-weight 0.18s ease; }
.gs-header__menu > li > .sub-menu > li > a:hover, .gs-header__menu > li > .sub-menu > li.current-menu-item > a { color: var(--gs-red); font-weight: 600; }
.gs-header.is-nav-hover .gs-header__menu > li.menu-item-has-children:hover > a { color: var(--gs-red); }
.gs-header.is-nav-hover .gs-header__menu > li.menu-item-has-children:hover > a::after { transform: scaleX(1); }
}

/* Sitemap */
.gs-sitemap { position: fixed; inset: 0; z-index: 998; display: flex; align-items: center; justify-content: center; color: var(--gs-header-text); background: #ffffff; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity 0.24s ease, visibility 0.24s ease, transform 0.24s ease; }
body.gs-menu-open .gs-sitemap { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.gs-sitemap__inner { display: grid; grid-template-columns: minmax(280px,0.82fr) minmax(0,1.18fr); gap: 92px; width: min(1180px,calc(100% - 96px)); padding-top: 70px; }
.gs-sitemap__brand { min-width: 0; }
.gs-sitemap__brand strong { position: relative; display: block; width: fit-content; padding-bottom: 18px; color: var(--gs-header-text); font-size: 30px; font-weight: 800; line-height: 1.15; letter-spacing: 0.08em; }
.gs-sitemap__brand strong::after { content: ""; position: absolute; bottom: 0; left: 0; width: 42px; height: 3px; background: var(--gs-red); }
.gs-sitemap__brand p { max-width: 360px; margin: 22px 0 0; color: #666666; font-size: 17px; font-weight: 400; line-height: 1.7; letter-spacing: -0.025em; }
.gs-sitemap__info { display: grid; gap: 3px; margin-top: 42px; color: #555555; font-size: 14px; font-weight: 500; line-height: 1.7; }
.gs-sitemap__info a { width: fit-content; color: #555555; text-decoration: none; transition: color 0.18s ease; }
.gs-sitemap__info a:hover { color: var(--gs-red); }
.gs-sitemap__nav { min-width: 0; }
.gs-sitemap__menu { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; justify-items: center; }
.gs-sitemap__menu > li { min-width: 0; margin: 0; padding: 0; border: 0; }
.gs-sitemap__menu > li > a { display: inline-flex; align-items: center; min-height: auto; color: var(--gs-header-text); font-size: 24px; font-weight: 600; line-height: 1.25; letter-spacing: -0.035em; text-decoration: none; transition: color 0.18s ease; }
.gs-sitemap__menu > li > a::after { display: none; }
.gs-sitemap__menu > li > a:hover, .gs-sitemap__menu > li.current-menu-item > a, .gs-sitemap__menu > li.current-menu-parent > a, .gs-sitemap__menu > li.current-menu-ancestor > a { color: var(--gs-red); }
.gs-sitemap__menu .sub-menu { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.gs-sitemap__menu .sub-menu li { margin: 0; padding: 0; }
.gs-sitemap__menu .sub-menu a { display: inline-flex; color: #666666; font-size: 15px; font-weight: 400; line-height: 1.5; letter-spacing: -0.02em; text-decoration: none; transition: color 0.18s ease; }
.gs-sitemap__menu .sub-menu a:hover, .gs-sitemap__menu .sub-menu .current-menu-item > a { color: var(--gs-red); }

/* Tablet */
@media (max-width: 1024px) {
:root { --gs-header-height: 86px; }
.gs-header__inner { grid-template-columns: 220px minmax(0,1fr) 80px; height: 86px; padding: 0 32px; }
.gs-header__menu { gap: 34px; }
.gs-header__menu > li > a { height: 86px; padding: 16px; font-size: 15px; }
.gs-header__menu > li > a::after { right: 16px; bottom: 25px; left: 16px; }
.gs-header::after { top: 86px; }
.gs-header__menu > li > .sub-menu { top: 86px; }
}

/* Sitemap Tablet */
@media (max-width: 900px) {
.gs-sitemap { align-items: flex-start; overflow-y: auto; padding-top: 110px; }
.gs-sitemap__inner { grid-template-columns: 1fr; gap: 32px; width: min(100% - 44px,1180px); padding: 0 0 50px; }
.gs-sitemap__brand strong { font-size: 24px; }
.gs-sitemap__brand p { margin-top: 18px; font-size: 15px; }
.gs-sitemap__info { margin-top: 25px; font-size: 14px; }
.gs-sitemap__menu { grid-template-columns: 1fr; gap: 0; justify-items: stretch; }
.gs-sitemap__menu > li { padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,0.09); }
.gs-sitemap__menu > li > a { display: flex; width: 100%; font-size: 27px; }
.gs-sitemap__menu .sub-menu { gap: 8px; margin-top: 14px; }
.gs-sitemap__menu .sub-menu a { font-size: 15px; }
}

/* Mobile */
@media (max-width: 760px) {
:root { --gs-header-height: 80px; }
.gs-header__inner { grid-template-columns: 1fr 54px; height: 80px; padding: 0 18px; }
.gs-header__logo-link { width: 190px; height: 42px; }
.gs-header__logo { max-width: 190px; max-height: 42px; }
.gs-header__nav { display: none; }
.gs-header__right { justify-content: flex-end; }
body:not(.gs-menu-open) .gs-header.is-front:not(.is-scrolled) .gs-header__toggle { color: #ffffff !important; }
body:not(.gs-menu-open) .gs-header.is-front:not(.is-scrolled) .gs-header__toggle-line { background: #ffffff; }
body:not(.gs-menu-open) .gs-header.is-front:not(.is-scrolled) .gs-header__toggle-line:nth-child(2) { background: var(--gs-red); }
body:not(.gs-menu-open) .gs-header.is-solid .gs-header__toggle, body:not(.gs-menu-open) .gs-header.is-scrolled .gs-header__toggle { color: var(--gs-header-text) !important; }
}

/* Header Spacer */
.gs-header-spacer { display: block; height: var(--gs-header-height); }
.gs-header-spacer.is-front { display: none; }
html { scroll-padding-top: calc(var(--gs-header-height) + 24px); }
section[id], div[id], article[id] { scroll-margin-top: calc(var(--gs-header-height) + 24px); }