/*
 * GGE daylight theme
 * Based on the supplied Ada reference, adapted to the GGE orange identity.
 * This file intentionally loads after the legacy styles as a low-risk theme layer.
 */

:root {
    --gge-ink: #0a0b0c;
    --gge-ink-muted: #5d5f61;
    --gge-canvas: #f9f9f9;
    --gge-paper: #ffffff;
    --gge-line: rgba(10, 11, 12, 0.12);
    --gge-line-strong: rgba(10, 11, 12, 0.2);
    --gge-accent: #ea5c19;
    --gge-accent-hover: #d94f12;
    --gge-accent-text: #ea5c19;
    --gge-accent-soft: #fff0e8;
    --gge-dark: #111214;
    --gge-radius-card: 8px;
    --gge-radius-input: 4px;
    --gge-radius-button: 9999px;
    --gge-page-width: 1200px;
    --gge-section-space: 80px;
    --gge-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --gge-font: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Noto Sans CJK SC", "Microsoft YaHei", system-ui, sans-serif;
}

html {
    scroll-behavior: smooth;
    color-scheme: light;
    background: var(--gge-canvas);
    scrollbar-color: rgba(10, 11, 12, 0.22) transparent;
}

body {
    background: var(--gge-canvas);
    color: var(--gge-ink);
    font-family: var(--gge-font);
    font-weight: 400;
    line-height: 1.56;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
    font-family: var(--gge-font);
}

a {
    color: inherit;
}

/* Public-site typography: textual emphasis never exceeds medium weight. */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
dt,
th {
    font-weight: 500 !important;
}

button,
a,
[role="button"],
.topic li,
.contact-us p {
    -webkit-tap-highlight-color: transparent;
}

button:active,
.nav-cbe a:active,
.tab-btn:active,
.topic li:active {
    transform: translateY(1px) scale(0.985);
}

:focus-visible {
    outline: 3px solid rgba(234, 92, 25, 0.36);
    outline-offset: 3px;
}

::selection {
    color: var(--gge-ink);
    background: rgba(234, 92, 25, 0.25);
}

/* Content stays readable even when legacy reveal scripts fail or are blocked. */
.slide-up,
.slide-up-item,
.title-animation,
.image-animation,
.banner-image-animation,
.swiper-animation {
    opacity: 1 !important;
    transform: none !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(10, 11, 12, 0.2);
}

/* Header and navigation */
.header {
    border-bottom: 1px solid var(--gge-line);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.navbar {
    width: min(calc(100% - 48px), var(--gge-page-width));
    height: 80px;
    gap: 20px;
}

.post-fixed {
    height: 80px;
}

.nav-logo {
    flex: 0 0 auto;
}

.nav-logo img {
    display: block;
    height: 46px;
    width: auto;
}

.nav-menu {
    gap: 2px;
}

.nav-link {
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: var(--gge-radius-button);
    color: var(--gge-ink);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    transition: color 220ms var(--gge-ease), background-color 220ms var(--gge-ease), border-color 220ms var(--gge-ease), transform 220ms var(--gge-ease);
}

.nav-link:hover,
.nav-link.active,
.dropdown:hover > .nav-link {
    color: var(--gge-ink);
    background: var(--gge-accent-soft);
    border-color: rgba(234, 92, 25, 0.18);
}

.nav-cbe {
    width: auto;
    margin-left: 0;
    gap: 8px;
}

.nav-cbe > a {
    min-width: 96px;
    padding-inline: 18px;
}

.nav-cbe > a:nth-child(1) {
    color: #f8f8f8;
    background: var(--gge-dark);
}

.nav-cbe > a:nth-child(1):hover {
    color: #ffffff;
    background: #292b2e;
}

.nav-cbe > a:nth-child(2) {
    color: #ffffff;
    background: var(--gge-accent);
}

.nav-cbe > a:nth-child(2):hover {
    color: #ffffff;
    background: var(--gge-accent-hover);
}

.dropdown-content,
.dropdown-submenu-content {
    padding: 8px;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
}

.dropdown-content::before,
.dropdown-content::after,
.dropdown-submenu-content::before,
.dropdown-submenu-content::after {
    display: none;
}

.dropdown-content a,
.dropdown-submenu-toggle,
.dropdown-submenu-content a {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 6px;
    color: var(--gge-ink);
    font-size: 14px;
    transition: color 180ms var(--gge-ease), background-color 180ms var(--gge-ease), transform 180ms var(--gge-ease);
}

.dropdown-content a:hover,
.dropdown-submenu-toggle:hover,
.dropdown-submenu-content a:hover {
    padding-left: 12px;
    color: var(--gge-ink);
    background: var(--gge-accent-soft);
}

/* Homepage canvas and section typography */
.content,
.categorys,
.exhibition-maps,
.look-backs {
    background: var(--gge-canvas);
}

.title-text,
.introduce .title-introduce > span {
    color: var(--gge-ink);
    font-size: clamp(30px, 3.6vw, 48px);
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.title-text {
    padding: var(--gge-section-space) 16px 40px;
    font-size: 0;
    text-align: center;
}

.title-text > span {
    font-size: clamp(30px, 3.6vw, 48px);
}

/* Hero carousel */
.mySwiper1 {
    background: var(--gge-canvas);
}

.img1 {
    background: var(--gge-canvas);
}

.img1 img {
    width: 100%;
    max-height: min(720px, calc(100dvh - 72px));
    object-fit: cover;
}

.mySwiper1-next,
.mySwiper1-prev,
.mySwiper2-next,
.mySwiper2-prev,
.mySwiper3-next,
.mySwiper3-prev,
.mySwiper4-next,
.mySwiper4-prev {
    color: var(--gge-ink);
}

.mySwiper1-next,
.mySwiper1-prev {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    border-radius: var(--gge-radius-button);
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mySwiper1-next::after,
.mySwiper1-prev::after {
    font-size: 16px;
    font-weight: 400;
}

/* Quick actions */
.topics {
    border-bottom: 1px solid var(--gge-line);
    background: var(--gge-paper);
    box-shadow: none;
}

.topic {
    width: min(calc(100% - 48px), var(--gge-page-width));
    color: var(--gge-ink);
    font-size: 18px;
    font-weight: 400;
}

.topic ul > li {
    position: relative;
    padding: 25px 12px;
    border: 0;
    transition: background-color 220ms var(--gge-ease), transform 220ms var(--gge-ease);
}

.topic ul > li + li::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 1px;
    background: var(--gge-line);
}

.topic ul > li > div {
    border: 0;
}

.topic ul > li:hover {
    color: var(--gge-ink);
    background: var(--gge-accent-soft);
}

.topic ul > li > div > img {
    height: 40px;
    margin-bottom: 6px;
    transition: transform 260ms var(--gge-ease);
}

.topic div:hover img {
    transform: translateY(-2px) scale(1.04);
}

/* About section */
.introduces {
    min-height: auto;
    padding: 96px 0;
    overflow: hidden;
    background-color: var(--gge-canvas);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.introduces::before {
    content: "";
    position: absolute;
    inset: -36px;
    z-index: -1;
    background: rgba(249, 249, 249, 0.68);
    backdrop-filter: blur(28px) saturate(85%);
    -webkit-backdrop-filter: blur(28px) saturate(85%);
}

.introduces::after {
    display: none;
}

.div-hei8 {
    display: none;
}

.introduce {
    width: min(calc(100% - 48px), var(--gge-page-width));
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
}

.introduce .title-introduce > span {
    display: block;
    width: auto;
    margin: 0;
    padding: 48px 5% 36px;
    border: 0;
    text-align: center;
}

.introduce-content {
    width: 90%;
    margin: 0 auto 40px;
    align-items: center;
    gap: 42px;
}

.introduce-content > div:nth-child(1) {
    width: calc(55% - 21px);
    padding: 0;
    color: var(--gge-ink-muted);
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.025em;
}

.introduce-content > div:nth-child(1) span[style] {
    color: var(--gge-accent-text) !important;
    font-weight: 400 !important;
}

.introduce-content > div:nth-child(2) {
    width: calc(45% - 21px);
}

.container video {
    display: block;
    width: 100%;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-dark);
    box-shadow: none;
}

.show-more-btn {
    color: var(--gge-accent-text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.introduce-data {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid var(--gge-line);
}

.introduce-data ul {
    width: 100%;
    gap: 12px;
    padding: 32px 0 18px;
}

.introduce-data ul li {
    position: relative;
    width: calc(25% - 9px);
    min-height: 132px;
    padding: 24px;
    border: 1px solid var(--gge-line);
    border-left: 4px solid var(--gge-accent);
    border-radius: var(--gge-radius-card);
    background: var(--gge-canvas);
    text-align: left;
}

.introduce-data ul li:nth-child(4) {
    border-right: 1px solid var(--gge-line);
}

.introduce-data ul li > h2 {
    margin: 0 0 8px;
    color: var(--gge-ink);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.045em;
}

.introduce-data ul li p {
    margin: 0;
    color: var(--gge-ink-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.ka {
    height: auto;
    padding: 0 0 28px;
    color: var(--gge-ink-muted);
}

/* Category grid */
.categorys {
    padding-bottom: var(--gge-section-space);
}

.category {
    width: min(calc(100% - 48px), var(--gge-page-width));
    background: transparent;
}

.category ul {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.category ul > li {
    width: auto;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-left: 4px solid var(--gge-accent);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
    transition: border-color 220ms var(--gge-ease), background-color 220ms var(--gge-ease), transform 220ms var(--gge-ease);
}

.category ul > li:nth-child(odd) {
    grid-column: span 7;
}

.category ul > li:nth-child(even) {
    grid-column: span 5;
}

.category ul > li:hover {
    border-color: rgba(234, 92, 25, 0.46);
    border-left-color: var(--gge-accent);
    background: #fffdfc;
    box-shadow: none;
    transform: translateY(-2px);
}

.category ul li::before,
.category ul li::after {
    display: none;
}

.category > ul > li > div {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--gge-ink);
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.category > ul > li > div > img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.category > ul > li > strong {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0;
    padding-right: 10px;
    color: var(--gge-ink-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
}

.category ul strong > p + p {
    margin-top: 12px;
}

.category ul strong > p span {
    color: var(--gge-ink);
    font-size: inherit;
}

.category > ul > li > strong::-webkit-scrollbar-thumb {
    background: rgba(234, 92, 25, 0.28);
}

/* Reasons section */
.whys {
    padding-bottom: var(--gge-section-space);
    background: var(--gge-canvas);
    background-image: none;
}

.why {
    width: min(calc(100% - 48px), var(--gge-page-width));
}

.why .title-text {
    color: var(--gge-ink);
}

.why > ul {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.why > ul > li,
.why > ul > li:nth-child(odd) {
    width: auto;
    height: 224px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
    opacity: 1;
    transform: none;
    transition: border-color 220ms var(--gge-ease), transform 220ms var(--gge-ease);
}

.why > ul > li:nth-child(1),
.why > ul > li:nth-child(4) {
    grid-column: span 7;
}

.why > ul > li:nth-child(2),
.why > ul > li:nth-child(3) {
    grid-column: span 5;
}

.why > ul > li:hover {
    border-color: rgba(234, 92, 25, 0.42);
    box-shadow: none;
    transform: translateY(-2px);
}

.why > ul > li > img {
    width: 38%;
    height: 100%;
    object-fit: cover;
}

.why > ul > li > div {
    margin: 0;
    padding: 24px;
}

.why > ul > li > div > h3 {
    margin: 0 0 12px;
    color: var(--gge-ink);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
}

.why > ul > li > div > span {
    width: 40px;
    height: 3px;
    margin: 0 0 16px;
    border-radius: 0;
    background: var(--gge-accent);
}

.why > ul > li > div > p {
    display: -webkit-box;
    overflow: hidden;
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

/* Map, editorial content, gallery and logos */
.exhibition-maps {
    padding-bottom: var(--gge-section-space);
    background: var(--gge-paper);
}

.exhibition-map {
    width: min(calc(100% - 48px), var(--gge-page-width));
    padding: 0;
}

.exhibition-map img {
    display: block;
    width: 100%;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    box-shadow: none;
    transition: transform 300ms var(--gge-ease);
}

.exhibition-map img:hover {
    transform: scale(1.008);
}

.index-medias {
    width: min(calc(100% - 48px), var(--gge-page-width));
    margin: 0 auto var(--gge-section-space);
    padding: 24px;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
}

.tabs {
    gap: 8px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--gge-line);
}

.tab-btn {
    padding: 10px 18px;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-button);
    background: var(--gge-canvas);
    color: var(--gge-ink);
    font-size: 15px;
    transition: background-color 200ms var(--gge-ease), border-color 200ms var(--gge-ease), transform 200ms var(--gge-ease);
}

.tab-btn:hover:not(.active) {
    border-color: rgba(234, 92, 25, 0.32);
    background: var(--gge-accent-soft);
    transform: none;
}

.tab-btn.active {
    border-color: var(--gge-accent);
    background: var(--gge-accent);
    color: var(--gge-ink);
}

.tab-panel {
    padding: 0;
    border-radius: 0;
    background: var(--gge-paper);
}

.content-wrapper {
    gap: 28px;
}

.banner img {
    overflow: hidden;
    border-radius: var(--gge-radius-card);
}

.article-list-banner {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.article-list li a {
    color: var(--gge-ink);
}

.article-list li a:hover,
.index-medias a:hover,
.show-more-btn:hover {
    color: var(--gge-accent-text);
}

.news-list h3 {
    margin-bottom: 12px;
    padding-left: 12px;
    border-left-color: var(--gge-accent);
    color: var(--gge-ink);
    font-weight: 400;
}

.news-list li {
    border-bottom-color: var(--gge-line);
}

.date,
.data-banner {
    color: var(--gge-ink-muted);
}

.look-backs {
    padding-bottom: var(--gge-section-space);
}

.look-back {
    padding-bottom: 0;
    background: var(--gge-canvas);
}

.mySwiper2 {
    width: 100%;
}

.img2 {
    overflow: hidden;
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.img2 img {
    transition: transform 500ms var(--gge-ease);
}

.img2:hover img {
    transform: scale(1.025);
}

.brand,
.brand2 {
    width: min(calc(100% - 48px), var(--gge-page-width));
}

.brand2 {
    padding-bottom: var(--gge-section-space);
}

.mySwiper3,
.mySwiper4 {
    width: 100%;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none;
}

.img3,
.img4 {
    border-right: 1px solid var(--gge-line);
    background: var(--gge-paper);
    box-shadow: none;
}

.img3 img,
.img4 img {
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 220ms var(--gge-ease), opacity 220ms var(--gge-ease), transform 220ms var(--gge-ease);
}

.img3:hover img,
.img4:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.02);
}

.swiper-pagination-bullet {
    background: rgba(10, 11, 12, 0.28);
}

.swiper-pagination-bullet-active {
    background: var(--gge-accent);
}

/* Floating contact tools */
.contact-us {
    right: 18px;
    overflow: visible;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.contact-us:hover {
    transform: translateY(-50%);
    box-shadow: none;
}

.contact-us p {
    padding: 10px 14px;
    border-bottom: 1px solid var(--gge-line);
    color: var(--gge-ink);
}

.contact-us p:last-child {
    border-bottom: 0;
}

.contact-us p:hover {
    color: var(--gge-ink);
    background: var(--gge-accent-soft);
    transform: none;
}

.qrcode-container,
.qrcode-containers {
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    box-shadow: none;
}

/* Footer */
.tails {
    border-top: 4px solid var(--gge-accent);
    background: var(--gge-dark);
}

.tail {
    width: min(calc(100% - 48px), var(--gge-page-width));
    padding: 56px 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    letter-spacing: 0;
}

.tail-lief {
    letter-spacing: 0;
}

.tail h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.tail-right .tail-ul ul li a {
    color: rgba(255, 255, 255, 0.72);
}

.footer {
    height: auto;
    padding: 18px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--gge-dark);
}

.footer p {
    width: min(100%, 1200px);
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}

.footer a {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Shared inner-page layout */
.atimg-cont,
#app > .img-cont {
    width: 100%;
    height: clamp(190px, 20vw, 320px);
    overflow: hidden;
    background: var(--gge-dark);
}

.atimg-cont > img,
#app > .img-cont > img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.containers {
    width: 100%;
    padding: 64px 0 88px;
    background: var(--gge-canvas);
}

.containers > .container {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
    width: min(calc(100% - 48px), var(--gge-page-width));
    margin: 0 auto;
    padding: 0;
}

.content-left {
    position: sticky;
    top: 96px;
    align-self: start;
    width: 100%;
    margin: 0;
}

.content-left > p {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 18px;
    border: 1px solid var(--gge-dark);
    border-radius: var(--gge-radius-card) var(--gge-radius-card) 0 0;
    background: var(--gge-dark);
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.content-left > ul {
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-top: 0;
    border-radius: 0 0 var(--gge-radius-card) var(--gge-radius-card);
    background: var(--gge-paper);
}

.content-left > ul > li + li {
    border-top: 1px solid var(--gge-line);
}

.content-left ul li a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px 18px;
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.45;
    transition: color 180ms var(--gge-ease), background-color 180ms var(--gge-ease);
}

.content-left ul li a:hover,
.content-left ul li a.selected,
.content-left ul li a.selected:hover {
    padding-left: 18px;
    background: var(--gge-accent-soft);
    color: var(--gge-ink);
}

.content-left ul li a.selected::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--gge-accent);
}

.content-left > div {
    display: grid;
    gap: 8px;
    margin-top: 24px;
}

.content-left > div > a,
.content-left > div > a:nth-child(1),
.content-left > div > a:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: var(--gge-radius-button);
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    transition: background-color 180ms var(--gge-ease), transform 180ms var(--gge-ease);
}

.content-left > div > a:nth-child(1) {
    background: var(--gge-dark);
}

.content-left > div > a:nth-of-type(2) {
    background: var(--gge-accent);
    color: #ffffff;
}

.content-left > div > a:nth-child(1):hover {
    background: #292b2e;
    color: #ffffff;
}

.content-left > div > a:nth-of-type(2):hover {
    background: var(--gge-accent-hover);
    color: #ffffff;
}

.content-right {
    min-width: 0;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.content-right .list,
.content-right .map,
.content-right .zn,
.content-right .conference,
.content-right .session-card,
.content-right .pdf {
    width: 100%;
}

.content-right .list,
.content-right .zn,
.content-right .session-card {
    padding: 28px;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.content-right .list img {
    display: block;
    width: 100%;
    height: auto;
}

.content-right .list img + img {
    margin-top: 16px;
}

.content-right .map {
    padding-top: 0 !important;
}

.content-right .map .img-cont,
.content-right .conference > .img-cont,
.session-poster {
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.content-right .map img,
.content-right .conference img,
.session-poster img {
    display: block;
    width: 100%;
    height: auto;
}

.content-right .zn h3,
.conference-schedule h3,
.session-header h2 {
    color: var(--gge-ink) !important;
    font-weight: 400;
}

.content-right .zn h3 {
    margin: 24px 0 8px;
    padding: 0;
    font-size: 20px;
}

.content-right .zn h3:first-child {
    margin-top: 0;
}

.content-right .zn p,
.session-desc {
    color: var(--gge-ink-muted) !important;
    line-height: 1.8;
}

.conference-schedule,
.session-agenda {
    margin-top: 16px;
    padding: 20px !important;
    border: 1px solid var(--gge-line) !important;
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper) !important;
}

.schedule-item,
.session-agenda li {
    border-color: var(--gge-line) !important;
}

.schedule-item a:hover {
    color: var(--gge-accent-text);
}

.session-card {
    padding: 28px !important;
    border: 1px solid var(--gge-line) !important;
    border-radius: var(--gge-radius-card) !important;
}

.session-header {
    border-bottom-color: var(--gge-line) !important;
}

.session-poster {
    margin-top: 20px;
}

/* Contact page: direct, readable and free of redundant side navigation. */
.contact-page-shell {
    width: min(calc(100% - 48px), var(--gge-page-width));
    margin: 0 auto;
    padding: 64px 0 96px;
}

.contact-page-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 48px;
    padding-bottom: 44px;
    border-bottom: 1px solid var(--gge-line-strong);
}

.contact-page-heading h1 {
    margin: 0;
    color: var(--gge-ink);
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.contact-page-heading p {
    max-width: 42rem;
    margin: 16px 0 0;
    color: var(--gge-ink-muted);
    font-size: 16px;
    line-height: 1.75;
}

.contact-page-actions {
    display: flex;
    gap: 10px;
}

.contact-page-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--gge-accent);
    border-radius: var(--gge-radius-button);
    background: var(--gge-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    transition:
        transform 160ms var(--gge-ease),
        background-color 160ms var(--gge-ease),
        border-color 160ms var(--gge-ease);
}

.contact-page-action-primary {
    border-color: var(--gge-dark);
    background: var(--gge-dark);
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    .contact-page-action:hover {
        transform: translateY(-2px);
    }
}

.contact-page-action:active {
    transform: scale(0.98);
}

.contact-directory {
    padding-top: 56px;
}

.contact-directory > h2,
.contact-social h2 {
    margin: 0;
    color: var(--gge-ink);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.contact-directory-list {
    margin: 24px 0 0;
    padding: 0;
    border-top: 2px solid var(--gge-ink);
}

.contact-directory-list > li {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 48px;
    margin: 0;
    padding: 28px 0;
    border-bottom: 1px solid var(--gge-line);
}

.contact-directory-list h3 {
    margin: 0;
    color: var(--gge-ink);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
}

.contact-directory-details {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.contact-directory-details p {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    margin: 0;
    color: var(--gge-ink);
    font-size: 15px;
    line-height: 1.7;
}

.contact-directory-details p > span:first-child {
    color: var(--gge-ink-muted);
}

.contact-directory-details a {
    width: fit-content;
    color: var(--gge-ink);
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    overflow-wrap: anywhere;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

.contact-directory-details a:hover {
    color: var(--gge-accent-text);
    text-decoration-color: currentColor;
}

.contact-social {
    padding-top: 80px;
}

.contact-social header p {
    margin: 12px 0 0;
    color: var(--gge-ink-muted);
    font-size: 15px;
}

.contact-social-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 30px 0 0;
    padding: 0;
}

.contact-social-list li {
    min-width: 0;
    margin: 0;
    text-align: center;
}

.contact-social-list img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.contact-social-list span {
    display: block;
    margin-top: 12px;
    color: var(--gge-ink);
    font-size: 15px;
}

@media (max-width: 767px) {
    .contact-page-shell {
        width: calc(100% - 32px);
        padding: 40px 0 64px;
    }

    .contact-page-heading {
        display: block;
        padding-bottom: 32px;
    }

    .contact-page-heading h1 {
        font-size: 38px;
    }

    .contact-page-heading p {
        margin-top: 12px;
        font-size: 15px;
    }

    .contact-page-actions {
        margin-top: 24px;
    }

    .contact-page-action {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 16px;
    }

    .contact-directory {
        padding-top: 44px;
    }

    .contact-directory > h2,
    .contact-social h2 {
        font-size: 27px;
    }

    .contact-directory-list {
        margin-top: 20px;
    }

    .contact-directory-list > li {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 0;
    }

    .contact-directory-list h3 {
        font-size: 19px;
    }

    .contact-directory-details p {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
        font-size: 14px;
    }

    .contact-social {
        padding-top: 56px;
    }

    .contact-social-list {
        display: flex;
        gap: 12px;
        margin-top: 24px;
        padding-bottom: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .contact-social-list::-webkit-scrollbar {
        display: none;
    }

    .contact-social-list li {
        flex: 0 0 148px;
        scroll-snap-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-page-action {
        transition: none;
    }

    .contact-page-action:hover,
    .contact-page-action:active {
        transform: none;
    }
}

/* Downloads */
.download-container {
    max-width: 560px !important;
    padding: 40px !important;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card) !important;
    background: var(--gge-paper);
    box-shadow: none !important;
    text-align: left !important;
}

.download-container h2 {
    color: var(--gge-ink);
    font-weight: 400;
}

.download-container p {
    margin-top: 8px;
    color: var(--gge-ink-muted);
}

.download-btn {
    border-radius: var(--gge-radius-button) !important;
    background: var(--gge-accent) !important;
    color: var(--gge-ink) !important;
    font-weight: 400 !important;
}

.download-btn:hover,
.download-btn:active {
    background: var(--gge-accent-hover) !important;
}

/* News lists */
.news-container {
    padding: 24px !important;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    box-shadow: none !important;
}

.news-container > p:only-child {
    min-height: 120px;
    display: flex;
    align-items: center;
    color: var(--gge-ink-muted);
}

.news-title {
    color: var(--gge-ink) !important;
    font-weight: 400 !important;
}

.news-subtitle,
.news-date,
.pagination-info {
    color: var(--gge-ink-muted) !important;
}

.news-title a:hover,
.news-subtitle a:hover {
    color: var(--gge-accent-text) !important;
}

.news-image {
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card) !important;
    box-shadow: none !important;
}

.pagination-container {
    width: 100% !important;
    border-top-color: var(--gge-line) !important;
}

#pageSize,
.pagination-btn,
.pagination-number {
    border-color: var(--gge-line) !important;
    border-radius: var(--gge-radius-input) !important;
    background: var(--gge-paper) !important;
    color: var(--gge-ink) !important;
}

.pagination-btn:hover:not(:disabled),
.pagination-number:hover:not(.active) {
    background: var(--gge-accent-soft) !important;
}

.pagination-number.active {
    border-color: var(--gge-accent) !important;
    background: var(--gge-accent) !important;
    color: var(--gge-ink) !important;
}

/* Article detail pages */
.article-page-shell {
    width: min(calc(100% - 48px), 1120px);
    margin: 0 auto;
    padding: 52px 0 96px;
}

.article-container {
    display: grid !important;
    grid-template-columns: minmax(0, 740px) 280px;
    justify-content: space-between;
    align-items: start;
    gap: 72px;
    width: 100%;
    padding: 0 !important;
}

.article-main,
.article-sidebar {
    width: 100% !important;
}

.article-main {
    min-width: 0;
    padding: 0 !important;
}

.article-header {
    margin: 0 0 34px !important;
    padding: 0 0 26px !important;
    border-bottom: 1px solid var(--gge-line) !important;
}

.article-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--gge-accent-text) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.article-kicker:hover {
    color: var(--gge-accent-hover) !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-title {
    color: var(--gge-ink) !important;
    display: block !important;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    margin: 0 !important;
    font-size: clamp(30px, 2.25vw, 38px) !important;
    font-weight: 500 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    white-space: normal !important;
}

.article-meta {
    display: block !important;
    margin: 18px 0 0 !important;
    color: #7a7c7f !important;
    font-size: 13px !important;
    line-height: 1.5;
}

.article-content {
    width: 100%;
    max-width: 700px;
    margin-bottom: 0 !important;
    color: #353638 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
    overflow-wrap: anywhere;
}

.article-content > :first-child {
    margin-top: 0 !important;
}

.article-content > :last-child {
    margin-bottom: 0 !important;
}

.article-content p {
    margin: 0 0 1.25em;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    color: var(--gge-ink);
    font-weight: 500;
    letter-spacing: -0.015em;
}

.article-content h2 {
    margin: 1.8em 0 0.6em;
    font-size: 25px;
    line-height: 1.4;
}

.article-content h3 {
    margin: 1.6em 0 0.55em;
    font-size: 20px;
    line-height: 1.45;
}

.article-content ul,
.article-content ol {
    margin: 0 0 1.4em;
    padding-left: 1.35em;
}

.article-content li + li {
    margin-top: 0.4em;
}

.article-content a {
    color: var(--gge-accent-text);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-content blockquote {
    margin: 1.8em 0;
    padding: 2px 0 2px 20px;
    border-left: 3px solid var(--gge-accent);
    color: var(--gge-ink-muted);
}

.article-content img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 28px auto !important;
    border-radius: 0 !important;
}

.article-sidebar {
    padding-top: 2px;
}

.sidebar-section {
    margin: 0 0 42px !important;
    overflow: visible !important;
    border: 1px solid var(--gge-line) !important;
    border-radius: 0 !important;
    background: var(--gge-paper) !important;
    box-shadow: none !important;
}

.sidebar-title {
    margin: 0 !important;
    padding: 14px 16px 13px !important;
    border-left: 4px solid var(--gge-accent);
    border-bottom: 1px solid var(--gge-line);
    background: #f1f1ef !important;
    color: var(--gge-ink) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.4;
}

.sidebar-content {
    padding: 0 16px 16px !important;
}

.sidebar-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-section .news-item {
    margin: 0;
    padding: 15px 0 !important;
    border-bottom-color: var(--gge-line) !important;
}

.article-sidebar .news-link {
    color: #303133 !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.55;
}

.article-sidebar .news-link:hover,
.article-sidebar .news-button,
.article-sidebar .news-button:hover {
    color: var(--gge-accent-text) !important;
}

.article-sidebar .news-date {
    display: block;
    margin-top: 6px;
    color: #888a8d !important;
    font-size: 12px !important;
    line-height: 1.4;
}

.article-sidebar .news-button {
    display: inline-block;
    margin: 14px 0 0 !important;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

.sidebar-empty {
    padding: 18px 0;
    color: var(--gge-ink-muted);
    font-size: 14px;
    list-style: none;
}

.sidebar-content a[style*="#3498db"] {
    color: var(--gge-accent-text) !important;
}

/* Responsive refinements */
@media (max-width: 1180px) {
    .navbar {
        gap: 8px;
    }

    .nav-link {
        padding-inline: 10px;
        font-size: 14px;
    }

    .nav-cbe > a {
        min-width: 82px;
        padding-inline: 13px;
    }
}

@media (max-width: 1024px) {
    .navbar,
    .post-fixed {
        height: 68px;
    }

    .navbar {
        width: min(calc(100% - 32px), var(--gge-page-width));
    }

    .nav-logo img {
        height: 44px;
    }

    .nav-menu {
        top: 68px;
        border-top: 1px solid var(--gge-line);
        background: var(--gge-paper);
        box-shadow: none;
    }

    .nav-item {
        border-top: 0;
        border-bottom: 1px solid var(--gge-line);
    }

    .nav-menu > .nav-item > .nav-link {
        padding: 18px 6%;
        border: 0;
        border-radius: 0;
    }

    .nav-link::after,
    .dropdown-toggle::after,
    .nav-link:not(.dropdown-toggle)::after {
        color: var(--gge-ink);
    }

    .nav-menu.active .dropdown-content,
    .nav-menu.active .dropdown-submenu-content {
        border: 0;
        border-radius: 0;
        background: var(--gge-canvas);
    }

    .category ul > li:nth-child(n),
    .why > ul > li:nth-child(n) {
        grid-column: span 6;
    }

    .why > ul > li {
        height: 244px;
    }

    .introduce-content {
        gap: 28px;
    }

    .introduce-content > div:nth-child(1),
    .introduce-content > div:nth-child(2) {
        width: 100%;
    }

    .introduce-data ul li {
        width: calc(50% - 6px);
    }

    .content-wrapper {
        gap: 20px;
    }

    .containers > .container {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 32px;
    }

    .article-container {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 44px;
    }
}

@media (max-width: 768px) {
    :root {
        --gge-section-space: 56px;
    }

    .navbar,
    .post-fixed {
        height: 64px;
    }

    .nav-menu {
        top: 64px;
    }

    .nav-logo img {
        height: 40px;
    }

    .bar {
        height: 2px;
        background: var(--gge-ink);
    }

    .img1 img {
        max-height: none;
    }

    .topic {
        width: 100%;
    }

    .topic ul > li {
        width: 50%;
        padding: 18px 8px;
        border-bottom: 1px solid var(--gge-line);
    }

    .topic ul > li + li::before {
        top: 14px;
        bottom: 14px;
    }

    .topic ul > li:nth-child(3)::before {
        display: none;
    }

    .introduces {
        padding: 56px 0;
    }

    .introduce,
    .category,
    .why,
    .exhibition-map,
    .index-medias,
    .brand,
    .brand2 {
        width: calc(100% - 32px);
    }

    .introduce .title-introduce > span {
        padding: 36px 5% 24px;
        font-size: 30px;
    }

    .introduce-content {
        width: 88%;
        margin-bottom: 28px;
    }

    .introduce-content > div:nth-child(1) {
        font-size: 15px;
        line-height: 1.75;
    }

    .introduce-data {
        width: 88%;
    }

    .introduce-data ul {
        gap: 10px;
    }

    .introduce-data ul li {
        width: calc(50% - 5px);
        min-height: 116px;
        padding: 18px;
    }

    .introduce-data ul li > h2 {
        font-size: 28px;
    }

    .category ul,
    .why > ul {
        grid-template-columns: 1fr;
    }

    .category ul > li:nth-child(n),
    .why > ul > li:nth-child(n) {
        grid-column: auto;
    }

    .category ul > li {
        padding: 18px;
    }

    .category > ul > li > strong {
        height: auto;
        max-height: 190px;
        min-height: 92px;
    }

    .why > ul > li {
        height: 220px;
    }

    .why > ul > li > div {
        padding: 18px;
    }

    .exhibition-maps {
        padding-bottom: 56px;
    }

    .index-medias {
        padding: 16px;
    }

    .content-wrapper {
        gap: 24px;
    }

    .mySwiper3,
    .mySwiper4 {
        width: 100%;
    }

    .tail {
        width: calc(100% - 32px);
        padding: 40px 0;
    }

    .containers {
        padding: 40px 0 64px;
    }

    .containers > .container {
        display: block;
        width: calc(100% - 32px);
    }

    .content-left {
        position: static;
        width: 100%;
        margin: 0 0 28px;
        padding: 0;
        border: 0;
        text-align: left;
    }

    .content-left > p {
        display: block;
        padding: 0 0 16px;
        border: 0;
        background: transparent;
        color: var(--gge-ink);
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -0.03em;
    }

    .content-left > ul {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        padding: 0 0 8px;
        overflow-x: auto;
        border: 0;
        border-radius: 0;
        background: transparent;
        scrollbar-width: none;
    }

    .content-left > ul::-webkit-scrollbar {
        display: none;
    }

    .content-left > ul > li {
        flex: 0 0 auto;
        width: auto;
        border: 0 !important;
    }

    .content-left ul li a,
    .content-left ul li a:hover,
    .content-left ul li a.selected,
    .content-left ul li a.selected:hover {
        width: auto;
        margin: 0;
        padding: 10px 14px;
        border: 1px solid var(--gge-line);
        border-radius: var(--gge-radius-button);
        background: var(--gge-paper);
        color: var(--gge-ink-muted);
        white-space: nowrap;
    }

    .content-left ul li a.selected,
    .content-left ul li a.selected:hover {
        border-color: var(--gge-accent);
        background: var(--gge-accent);
        color: var(--gge-ink);
    }

    .content-left ul li a.selected::before {
        display: none;
    }

    .content-left > div {
        display: none;
    }

    .content-right {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .contact-usat-text {
        grid-template-columns: 1fr;
    }

    .contact-usat > .title-text:first-child {
        display: none;
    }

    .contact-usat-text li {
        min-height: 0;
    }

    .article-page-shell {
        width: calc(100% - 32px);
        padding: 34px 0 64px;
    }

    .article-container {
        display: block !important;
        width: 100% !important;
    }

    .article-main {
        margin-bottom: 54px !important;
    }

    .article-title {
        font-size: clamp(27px, 8vw, 34px) !important;
        line-height: 1.3 !important;
    }

    .article-content {
        max-width: none;
        font-size: 16px !important;
        line-height: 1.9 !important;
    }

    .article-content h2 {
        font-size: 22px;
    }

    .sidebar-section {
        margin-bottom: 34px !important;
    }
}

@media (max-width: 480px) {
    .title-text {
        font-size: 0;
    }

    .title-text > span {
        font-size: 30px;
    }

    .introduce-data ul li {
        width: 100%;
    }

    .why > ul > li {
        display: block;
        height: auto;
    }

    .why > ul > li > img {
        width: 100%;
        height: 180px;
        float: none;
    }

    .why > ul > li > div > p {
        -webkit-line-clamp: initial;
    }

    .tabs {
        flex-wrap: nowrap;
    }

    .tab-btn {
        flex: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .slide-up,
    .slide-up-item,
    .title-animation,
    .image-animation,
    .banner-image-animation,
    .swiper-animation {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Structural corrections after the editorial layout pass. */
.content {
    width: 100% !important;
    max-width: none !important;
}

.topic > ul > li {
    width: auto !important;
}

.home-hero h1 > span {
    display: block;
    white-space: nowrap;
}

/* Hero carousel - reuses the former campaign slides in the primary visual. */
.home-hero-inner {
    align-items: center;
}

.home-hero-visual {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 16 / 11;
}

.home-hero-carousel,
.home-hero-carousel .swiper-wrapper,
.home-hero-slide,
.home-hero-slide > a {
    width: 100%;
    height: 100%;
}

.home-hero-carousel {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.home-hero-carousel .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.home-hero-slide {
    display: flex;
    min-width: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.home-hero-slide > a {
    display: block;
}

.home-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-hero-slide-photo img {
    object-fit: cover;
    object-position: 54% center;
}

.home-hero-slide-poster {
    background: transparent;
}

.home-hero-slide-poster img {
    object-fit: contain;
}

.home-hero-slide-event {
    background: transparent;
}

.home-hero-prev,
.home-hero-next {
    width: 44px !important;
    height: 44px !important;
    margin-top: -22px !important;
    border: 1px solid rgba(10, 11, 12, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--gge-ink) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 180ms ease, color 180ms ease;
}

.home-hero-prev {
    left: 18px !important;
}

.home-hero-next {
    right: 18px !important;
}

.home-hero-prev::after,
.home-hero-next::after {
    font-size: 15px !important;
    font-weight: 700;
}

.home-hero-pagination {
    left: 50% !important;
    bottom: 16px !important;
    display: flex;
    width: auto !important;
    gap: 5px;
    padding: 7px 9px;
    border: 1px solid rgba(10, 11, 12, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-hero-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 !important;
    background: var(--gge-ink);
    opacity: 0.25;
}

.home-hero-pagination .swiper-pagination-bullet-active {
    background: var(--gge-accent);
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .home-hero-prev:hover,
    .home-hero-next:hover {
        background: var(--gge-ink);
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .home-hero-visual {
        aspect-ratio: 4 / 3;
    }

    .home-hero-prev,
    .home-hero-next {
        width: 38px !important;
        height: 38px !important;
        margin-top: -19px !important;
    }

    .home-hero-prev {
        left: 10px !important;
    }

    .home-hero-next {
        right: 10px !important;
    }

    .home-hero-pagination {
        bottom: 10px !important;
    }
}

/* Mobile navigation: one predictable accordion state, independent of hover. */
@media (max-width: 1024px) {
    body.menu-open {
        overflow: hidden;
    }

    .hamburger {
        position: relative;
        z-index: 2;
    }

    .hamburger:focus-visible {
        outline: 2px solid var(--gge-accent);
        outline-offset: 6px;
    }

    .nav-menu {
        --gge-mobile-header-height: 68px;
        top: var(--gge-mobile-header-height);
        left: 0;
        height: calc(100vh - var(--gge-mobile-header-height));
        height: calc(100dvh - var(--gge-mobile-header-height));
        max-height: none;
        padding-bottom: env(safe-area-inset-bottom);
        overflow-y: auto;
        overscroll-behavior: contain;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-100%);
        transition: transform 240ms var(--gge-ease), visibility 0s linear 240ms;
    }

    .nav-menu.active {
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
        transition-delay: 0s;
    }

    .nav-menu .dropdown > .dropdown-content,
    .nav-menu .dropdown-submenu > .dropdown-submenu-content {
        display: none !important;
        max-height: none !important;
        overflow: visible !important;
        transition: none !important;
    }

    .nav-menu .dropdown.active > .dropdown-content,
    .nav-menu .dropdown-submenu.active > .dropdown-submenu-content {
        display: block !important;
    }

    .nav-menu > .nav-item > .nav-link {
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .nav-menu > .dropdown.active > .dropdown-toggle {
        color: var(--gge-ink);
        background: var(--gge-accent-soft);
    }

    .nav-menu .dropdown-toggle::after {
        content: '+';
        font-size: 26px;
        line-height: 1;
        font-weight: 300;
        transform: translateY(-50%);
    }

    .nav-menu .dropdown.active > .dropdown-toggle::after {
        content: '−';
        transform: translateY(-50%);
    }

    .nav-menu.active .dropdown-content {
        padding: 0;
        background: #f6f6f5;
        box-shadow: inset 0 1px 0 var(--gge-line);
    }

    .nav-menu.active .dropdown-column {
        margin: 0;
    }

    .nav-menu.active .dropdown-submenu-toggle {
        min-height: 52px;
        padding: 14px 6%;
    }

    .nav-menu.active .dropdown-submenu.active > .dropdown-submenu-toggle {
        color: var(--gge-accent-text);
        background: rgba(234, 92, 25, 0.08);
    }

    .nav-menu.active .dropdown-submenu-content {
        padding: 4px 0;
        background: var(--gge-paper);
        box-shadow: inset 0 1px 0 var(--gge-line), inset 0 -1px 0 var(--gge-line);
    }

    .nav-menu.active .dropdown-submenu-content a {
        min-height: 48px;
        padding: 12px 6% 12px calc(6% + 18px);
    }

    .nav-menu .nav-item:nth-child(7) {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .nav-menu {
        --gge-mobile-header-height: 64px;
    }
}

@media (min-width: 1025px) {
    .dropdown.active > .dropdown-content {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-menu {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-carousel .swiper-wrapper {
        transition-duration: 0.01ms !important;
    }
}

.topic > ul {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.topic > ul > li {
    min-height: 94px;
    padding: 0 !important;
    border-right: 1px solid var(--gge-line) !important;
    cursor: pointer;
}

.topic > ul > li:first-child {
    border-left: 1px solid var(--gge-line) !important;
}

.topic > ul > li + li::before {
    display: none !important;
}

.topic > ul > li > div {
    display: flex;
    min-height: 94px;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 18px 22px;
}

.topic > ul > li:hover {
    background: #f7f6f3 !important;
    color: var(--gge-ink) !important;
}

.topic > ul > li br,
.topic > ul > li p:empty {
    display: none;
}

.topic > ul > li img {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    flex: 0 0 auto;
}

.topic > ul > li a {
    padding: 0 !important;
    color: var(--gge-ink) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.promo-carousel .mySwiper1 .swiper-slide {
    display: flex;
    height: auto !important;
}

.promo-carousel .mySwiper1 .dip2 {
    display: none !important;
}

.promo-carousel .mySwiper1 .swiper-wrapper {
    align-items: flex-start;
}

.introduce .title-introduce > span {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 0 48px !important;
    color: var(--gge-ink) !important;
    font-size: clamp(36px, 4vw, 50px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em;
    line-height: 1.12;
    text-align: left !important;
}

.introduce-content > .introduce-text {
    width: auto !important;
    padding: 0 !important;
}

.introduce-content > .introduce-video {
    width: auto !important;
    min-height: 300px;
}

.introduce-video video {
    min-height: 300px;
    border: 0 !important;
    border-radius: 8px !important;
    object-fit: cover;
}

@media (max-width: 767px) {
    .topic > ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .topic > ul > li,
    .topic > ul > li:first-child {
        min-height: 74px;
        border-bottom: 1px solid var(--gge-line) !important;
        border-left: 0 !important;
    }

    .topic > ul > li:nth-child(odd) {
        border-left: 1px solid var(--gge-line) !important;
    }

    .topic > ul > li > div {
        min-height: 74px;
        gap: 10px;
        padding: 12px;
    }

    .topic > ul > li img {
        width: 28px !important;
        height: 28px !important;
    }

    .topic > ul > li a {
        font-size: 13px !important;
    }

    .promo-carousel .mySwiper1 .dip1 {
        display: none !important;
    }

    .promo-carousel .mySwiper1 .dip2 {
        display: flex !important;
    }

    .introduce .title-introduce > span {
        padding-bottom: 34px !important;
        font-size: 34px !important;
    }

    .introduce-content > .introduce-video,
    .introduce-video video {
        min-height: 220px;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .header,
    .contact-us,
    .mySwiper1-next,
    .mySwiper1-prev {
        background: var(--gge-paper);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* ================================================================
   2026 editorial refresh - brand-led, image-forward, less card-heavy
   ================================================================ */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 24px 64px;
    background: #f1f0ed;
    border-bottom: 1px solid var(--gge-line);
}

.home-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(28vw, 420px);
    height: 6px;
    background: var(--gge-accent);
}

.home-hero-inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 54px;
    align-items: stretch;
}

.home-hero-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0 32px;
}

.home-hero-mark {
    margin: 0 0 28px;
    color: var(--gge-accent-text);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.home-hero h1 {
    max-width: 620px;
    margin: 0;
    color: var(--gge-ink);
    font-size: clamp(50px, 5.25vw, 76px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 1.03;
}

.home-hero-meta {
    width: min(100%, 460px);
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid #c9c7c2;
}

.home-hero-meta p {
    margin: 0;
    color: var(--gge-muted);
    font-size: 17px;
    line-height: 1.75;
}

.home-hero-meta p:first-child {
    color: var(--gge-ink);
    font-weight: 500;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-hero-actions a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid var(--gge-ink);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 500;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home-hero-actions a:hover {
    transform: translateY(-2px);
}

.home-hero-primary {
    background: var(--gge-ink);
    color: #fff !important;
}

.home-hero-secondary {
    border-color: var(--gge-accent);
    background: var(--gge-accent);
    color: var(--gge-ink) !important;
}

.home-hero-secondary:hover {
    border-color: var(--gge-accent-hover);
    background: var(--gge-accent-hover);
    color: var(--gge-ink) !important;
}

/* Keep the primary audience-registration CTA consistent across placements. */
.audience-register-cta {
    border-color: var(--gge-accent) !important;
    background: var(--gge-accent) !important;
    color: #ffffff !important;
}

.audience-register-cta:hover,
.audience-register-cta:focus-visible {
    border-color: var(--gge-accent-hover) !important;
    background: var(--gge-accent-hover) !important;
    color: #ffffff !important;
}

.home-hero-visual {
    min-height: 516px;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.home-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 54% center;
}

/* Quick actions become a compact utility rail. */
.topics {
    padding: 0 24px !important;
    background: var(--gge-paper) !important;
    border-bottom: 1px solid var(--gge-line);
}

.topic {
    width: min(100%, 1200px) !important;
    min-height: 94px;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.topic > div {
    border-right: 1px solid var(--gge-line);
}

.topic > div:first-child {
    border-left: 1px solid var(--gge-line);
}

.topic a {
    gap: 14px !important;
    min-height: 94px;
    padding: 18px 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    justify-content: flex-start !important;
}

.topic a:hover {
    background: #f7f6f3 !important;
    transform: none !important;
}

.topic img {
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
    flex: 0 0 auto;
}

.topic p {
    margin: 0 !important;
    color: var(--gge-ink) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* The legacy banner remains available as campaign content, not the identity. */
.promo-carousel {
    width: min(100%, 1248px);
    margin: 56px auto 88px;
    padding: 0 24px;
}

.promo-carousel .mySwiper1 {
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: 8px;
    background: var(--gge-paper);
}

.promo-carousel .mySwiper1 .swiper-slide,
.promo-carousel .mySwiper1 .swiper-slide > a {
    display: block;
}

.promo-carousel .mySwiper1 img {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* About section reads like an editorial spread, not a floating panel. */
.introduces {
    padding: 104px 24px !important;
    background: #efeeeb !important;
    background-image: none !important;
}

.introduce {
    width: min(100%, 1200px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.introduce .title-text {
    padding: 0 0 48px !important;
    text-align: left !important;
}

.introduce-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: 72px;
    align-items: start;
    padding: 0 !important;
}

.introduce-text {
    width: auto !important;
    padding: 0 !important;
}

.introduce-text p {
    color: #454545 !important;
    font-size: 16px !important;
    line-height: 2 !important;
}

.introduce-video {
    width: auto !important;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    background: #1a1a1a;
}

.introduce-video video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.introduce-data {
    margin-top: 64px !important;
    padding-top: 28px;
    border-top: 1px solid #c9c7c2;
}

.introduce-data ul {
    gap: 0 !important;
}

.introduce-data ul li {
    padding: 8px 26px !important;
    border: 0 !important;
    border-left: 1px solid #c9c7c2 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.introduce-data ul li:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
}

.introduce-data h2 {
    color: var(--gge-ink) !important;
    font-size: clamp(34px, 3.5vw, 48px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.04em;
}

.introduce-data p {
    color: var(--gge-muted) !important;
    font-size: 14px !important;
}

/* Strong left-aligned section rhythm. */
.category,
.why,
.exhibition-map,
.content,
.look-back,
.brand,
.brand2 {
    width: min(100%, 1200px) !important;
}

.category > .title-text,
.why > .title-text,
.exhibition-map > .title-text,
.content > .title-text,
.look-back > .title-text,
.brand > .title-text,
.brand2 > .title-text {
    padding: 0 0 42px !important;
    text-align: left !important;
}

.category > .title-text > span,
.why > .title-text > span,
.exhibition-map > .title-text > span,
.content > .title-text > span,
.look-back > .title-text > span,
.brand > .title-text > span,
.brand2 > .title-text > span {
    display: block;
    font-size: clamp(36px, 4vw, 50px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
}

/* Product categories as a scannable index instead of ten boxes. */
.category ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 56px !important;
}

.category ul li {
    width: auto !important;
    min-height: 150px !important;
    margin: 0 !important;
    padding: 26px 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--gge-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.category ul li::before {
    display: none !important;
}

.category ul li:hover {
    transform: none !important;
    background: transparent !important;
}

.category ul li > div:first-child {
    gap: 18px;
}

.category ul li > div:first-child img {
    width: 44px !important;
    height: 44px !important;
}

.category ul li > div:first-child h3 {
    font-size: 19px !important;
}

.category ul li > strong {
    height: 74px !important;
    margin-top: 18px !important;
    padding-right: 8px !important;
    color: var(--gge-muted) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

/* Image-led reasons: simple panels, minimal chrome. */
.why > ul {
    gap: 24px !important;
}

.why > ul > li {
    border: 0 !important;
    border-radius: 8px !important;
    background: #f1f0ed !important;
}

.why > ul > li > div {
    padding: 32px !important;
}

.why > ul > li > div > h2 {
    font-size: 24px !important;
    font-weight: 500 !important;
}

/* Secondary pages: clear editorial navigation, not an admin sidebar. */
.inner-page .content-left,
.content-left {
    background: transparent !important;
}

.content-left > p {
    min-height: 0 !important;
    padding: 0 0 20px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--gge-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--gge-ink) !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

.content-left > ul {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.content-left > ul > li {
    border-bottom: 1px solid var(--gge-line) !important;
}

.content-left > ul > li > a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 52px !important;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--gge-muted) !important;
    justify-content: flex-start !important;
    transition:
        color 160ms var(--gge-ease),
        background-color 160ms var(--gge-ease),
        transform 160ms var(--gge-ease) !important;
}

.content-left > ul > li > a:hover,
.content-left > ul > li > a.active,
.content-left > ul > li > a.selected,
.content-left > ul > li.active > a {
    background: transparent !important;
    color: var(--gge-accent-text) !important;
}

.content-left > ul > li > a::after {
    content: none;
    display: none;
}

.content-left > ul > li > a.selected {
    border-radius: 0 !important;
    background: var(--gge-accent) !important;
    color: var(--gge-ink) !important;
    font-weight: 500;
}

.content-left > ul > li > a.selected::before {
    display: none;
}

.content-left > ul > li > a:active,
.content-left > div > a:active {
    transform: scale(0.97);
}

@media (hover: hover) and (pointer: fine) {
    .content-left > ul > li > a:not(.selected):hover {
        background: rgba(10, 11, 12, 0.035) !important;
    }

    .content-left > div > a:hover {
        transform: translateY(-2px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .content-left > ul > li > a {
        transition:
            color 120ms ease,
            background-color 120ms ease !important;
    }

    .content-left > div > a {
        transition: color 120ms ease, background-color 120ms ease !important;
    }

    .content-left > ul > li > a:active,
    .content-left > div > a:hover,
    .content-left > div > a:active {
        transform: none;
    }
}

/* A narrow tablet sidebar makes the longer forum titles wrap awkwardly.
   Promote the section menu to a compact navigation grid at this width. */
@media (min-width: 769px) and (max-width: 1100px) {
    .contact-us {
        display: none !important;
    }

    .containers {
        padding: 48px 0 72px;
    }

    .containers > .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
        width: min(calc(100% - 48px), var(--gge-page-width));
    }

    .content-left {
        position: static;
        width: 100%;
        margin: 0;
    }

    .content-left > p {
        padding-bottom: 16px !important;
        font-size: 28px !important;
    }

    .content-left > ul {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .content-left > ul > li {
        min-width: 0;
    }

    .content-left > ul > li > a {
        min-height: 56px !important;
        padding: 0 14px !important;
        white-space: nowrap;
    }

    .content-left > div {
        display: flex;
        gap: 12px;
        margin-top: 22px;
    }

    .content-left > div > br {
        display: none;
    }

    .content-left > div > a,
    .content-left > div > a:nth-child(1),
    .content-left > div > a:nth-of-type(2) {
        width: 180px;
        height: 48px;
    }
}

/* Restore the intended mobile tab treatment after the editorial sidebar
   overrides above, which otherwise flatten the active state into plain text. */
@media (max-width: 768px) {
    .content-left > ul {
        display: flex !important;
        gap: 8px;
        padding-bottom: 8px !important;
        overflow-x: auto;
    }

    .content-left > ul > li {
        border: 0 !important;
    }

    .content-left > ul > li > a,
    .content-left > ul > li > a:hover {
        min-height: 44px !important;
        padding: 0 14px !important;
        border: 1px solid var(--gge-line) !important;
        border-radius: var(--gge-radius-button) !important;
        background: var(--gge-paper) !important;
        color: var(--gge-ink-muted) !important;
        white-space: nowrap;
    }

    .content-left > ul > li > a.selected,
    .content-left > ul > li > a.selected:hover {
        border-color: var(--gge-accent) !important;
        background: var(--gge-accent) !important;
        color: var(--gge-ink) !important;
    }

    .content-left > ul > li > a.selected::before,
    .content-left > ul > li > a::after {
        display: none;
    }
}

/* Section navigation uses one restrained active indicator at every width. */
.conference-page .content-left > div > br,
.news-page .content-left > div > br,
.service-page .content-left > div > br {
    display: none;
}

@media (min-width: 769px) {
    .conference-page .content-left > ul > li > a.selected,
    .conference-page .content-left > ul > li > a.selected:hover,
    .news-page .content-left > ul > li > a.selected,
    .news-page .content-left > ul > li > a.selected:hover,
    .service-page .content-left > ul > li > a.selected,
    .service-page .content-left > ul > li > a.selected:hover {
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--gge-ink) !important;
        font-weight: 500;
    }

    .conference-page .content-left > ul > li > a.selected::after,
    .news-page .content-left > ul > li > a.selected::after,
    .service-page .content-left > ul > li > a.selected::after {
        content: "" !important;
        position: absolute;
        right: auto;
        bottom: -1px;
        left: 8px;
        display: block !important;
        width: 42px;
        height: 3px;
        background: var(--gge-accent);
    }

}

/* Industry article: an integrated editorial rail, not a stack of cards. */
.article-detail-page {
    width: min(calc(100% - 48px), 1180px);
}

.article-detail-page .article-container {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 56px;
}

.article-detail-page .article-sidebar {
    padding: 0 0 0 28px;
    border-left: 1px solid rgba(44, 42, 40, 0.12);
}

.article-detail-page .sidebar-section {
    margin-bottom: 38px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.article-detail-page .sidebar-title {
    position: relative;
    padding: 0 0 15px !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--gge-ink) !important;
    font-size: 19px !important;
    line-height: 1.35;
}

.article-detail-page .sidebar-title::after {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 11px;
    background: var(--gge-accent);
}

.article-detail-page .sidebar-content {
    padding: 0 !important;
}

.article-detail-page .sidebar-section .news-item {
    padding: 14px 0 15px !important;
    border-bottom: 1px solid rgba(44, 42, 40, 0.1) !important;
}

.article-detail-page .sidebar-section .news-item:first-child {
    margin: 0;
    padding-top: 14px !important;
    border-radius: 0;
    background: transparent;
}

.article-detail-page .news-link {
    display: block;
    color: #302b28 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.55;
    transition: color 160ms ease;
}

.article-detail-page .news-link:hover {
    color: var(--gge-accent-text) !important;
}

.article-detail-page .news-date {
    margin-top: 5px;
    color: #8e8883 !important;
    font-size: 12px !important;
    font-variant-numeric: tabular-nums;
}

.article-detail-page .sidebar-section--hot .news-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    align-items: start;
}

.article-detail-page .sidebar-section--hot .news-link {
    grid-column: 1;
    grid-row: 1;
}

.article-detail-page .sidebar-section--hot .news-date {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    margin-top: 2px;
    text-align: right;
    white-space: nowrap;
}

.article-detail-page .news-button {
    display: flex;
    width: max-content;
    min-height: 32px;
    gap: 8px;
    margin: 13px 0 0 !important;
    padding: 0 0 2px;
    align-items: center;
    justify-content: flex-start;
    border-top: 0;
    border-bottom: 1px solid currentColor;
    color: var(--gge-accent-text) !important;
    font-size: 13px !important;
    font-weight: 500;
}

.article-detail-page .news-button::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.article-detail-page .news-link:focus-visible,
.article-detail-page .news-button:focus-visible {
    outline: 2px solid var(--gge-accent);
    outline-offset: 3px;
}

@media (max-width: 1180px) {
    .article-detail-page {
        width: calc(100% - 48px);
    }

    .article-detail-page .article-container {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 36px;
    }

    .article-detail-page .article-sidebar {
        padding-left: 22px;
    }
}

@media (max-width: 840px) {
    .article-detail-page .article-container {
        display: block !important;
    }

    .article-detail-page .article-main {
        margin-bottom: 54px !important;
    }

    .article-detail-page .article-sidebar {
        width: 100% !important;
        padding: 30px 0 0;
        border-top: 1px solid rgba(44, 42, 40, 0.12);
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .article-detail-page {
        width: calc(100% - 32px);
    }

    .article-detail-page .article-sidebar {
        width: 100% !important;
    }

    .article-detail-page .sidebar-section {
        margin-bottom: 34px !important;
    }

    .article-detail-page .sidebar-title {
        padding: 0 0 14px !important;
        font-size: 17px !important;
    }

    .article-detail-page .sidebar-content {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .conference-page .content-left > ul,
    .news-page .content-left > ul,
    .service-page .content-left > ul {
        gap: 24px;
        padding: 0 0 10px !important;
        border-bottom: 1px solid var(--gge-line) !important;
    }

    .conference-page .content-left > ul > li > a,
    .conference-page .content-left > ul > li > a:hover,
    .conference-page .content-left > ul > li > a.selected,
    .conference-page .content-left > ul > li > a.selected:hover,
    .news-page .content-left > ul > li > a,
    .news-page .content-left > ul > li > a:hover,
    .news-page .content-left > ul > li > a.selected,
    .news-page .content-left > ul > li > a.selected:hover,
    .service-page .content-left > ul > li > a,
    .service-page .content-left > ul > li > a:hover,
    .service-page .content-left > ul > li > a.selected,
    .service-page .content-left > ul > li > a.selected:hover {
        position: relative;
        min-height: 40px !important;
        padding: 0 0 8px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--gge-ink-muted) !important;
    }

    .conference-page .content-left > ul > li > a.selected,
    .conference-page .content-left > ul > li > a.selected:hover,
    .news-page .content-left > ul > li > a.selected,
    .news-page .content-left > ul > li > a.selected:hover,
    .service-page .content-left > ul > li > a.selected,
    .service-page .content-left > ul > li > a.selected:hover {
        color: var(--gge-ink) !important;
        font-weight: 500;
    }

    .conference-page .content-left > ul > li > a.selected::after,
    .news-page .content-left > ul > li > a.selected::after,
    .service-page .content-left > ul > li > a.selected::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -11px;
        left: 0;
        display: block;
        height: 3px;
        background: var(--gge-accent);
    }
}

@media (max-width: 960px) {
    .home-hero {
        padding-top: 48px;
    }

    .home-hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .home-hero-copy {
        padding: 0;
    }

    .home-hero h1 {
        max-width: 720px;
        font-size: clamp(48px, 9vw, 68px);
    }

    .home-hero-visual {
        min-height: 440px;
    }

    .topic a {
        padding: 16px 14px !important;
    }

    .introduce-content {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 767px) {
    .home-hero {
        padding: 38px 16px 36px;
    }

    .home-hero::after {
        width: 42%;
        height: 4px;
    }

    .home-hero-inner {
        gap: 30px;
    }

    .home-hero-mark {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .home-hero h1 {
        font-size: clamp(40px, 12vw, 52px);
        letter-spacing: -0.045em;
    }

    .home-hero-meta {
        margin-top: 28px;
        padding-top: 16px;
    }

    .home-hero-meta p {
        font-size: 15px;
    }

    .home-hero-actions {
        margin-top: 26px;
    }

    .home-hero-actions a {
        min-height: 44px;
        padding: 0 20px;
        font-size: 14px;
    }

    .home-hero-visual {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .topics {
        padding: 0 16px !important;
    }

    .topic {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .topic > div {
        border-right: 1px solid var(--gge-line);
        border-bottom: 1px solid var(--gge-line);
    }

    .topic > div:nth-child(odd) {
        border-left: 1px solid var(--gge-line);
    }

    .topic a {
        min-height: 74px;
        gap: 10px !important;
        padding: 12px !important;
    }

    .topic img {
        width: 28px !important;
        height: 28px !important;
    }

    .topic p {
        font-size: 13px !important;
    }

    .promo-carousel {
        width: 100%;
        margin: 32px auto 64px;
        padding: 0 16px;
    }

    .introduces {
        padding: 72px 16px !important;
    }

    .introduce .title-text {
        padding-bottom: 34px !important;
    }

    .introduce-content {
        gap: 36px;
    }

    .introduce-video,
    .introduce-video video {
        min-height: 220px;
    }

    .introduce-data {
        margin-top: 46px !important;
        padding-top: 0;
        border-top: 0;
    }

    .introduce-data ul {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .introduce-data ul li,
    .introduce-data ul li:first-child {
        width: auto !important;
        padding: 18px 10px !important;
        border: 0 !important;
        border-top: 1px solid #c9c7c2 !important;
    }

    .introduce-data h2 {
        font-size: 32px !important;
    }

    .category > .title-text,
    .why > .title-text,
    .exhibition-map > .title-text,
    .content > .title-text,
    .look-back > .title-text,
    .brand > .title-text,
    .brand2 > .title-text {
        padding-bottom: 30px !important;
    }

    .category > .title-text > span,
    .why > .title-text > span,
    .exhibition-map > .title-text > span,
    .content > .title-text > span,
    .look-back > .title-text > span,
    .brand > .title-text > span,
    .brand2 > .title-text > span {
        font-size: 34px !important;
    }

    .category ul {
        grid-template-columns: 1fr;
        gap: 0 !important;
    }

    .category ul li {
        min-height: 0 !important;
    }

    .why > ul {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .why > ul > li {
        width: 100% !important;
    }

    .why > ul > li > div {
        padding: 24px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-actions a:hover {
        transform: none;
    }
}

/* Keep the homepage canvas full-bleed; individual sections own their measure. */
.content {
    width: 100% !important;
    max-width: none !important;
}

/* Final hero-carousel precedence over the legacy homepage image rules. */
.home-hero-visual {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 11;
}

.home-hero-carousel {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.home-hero-slide-photo img {
    object-fit: cover !important;
    object-position: 54% center !important;
}

.home-hero-slide-poster img {
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 767px) {
    .home-hero-visual {
        min-height: 0 !important;
        aspect-ratio: 4 / 3;
    }
}

/* Stable, page-based logo walls. */
.content .brand,
.content .brand2 {
    width: min(calc(100% - 48px), var(--gge-page-width)) !important;
    margin-inline: auto;
    overflow: hidden;
}

.mySwiper3,
.mySwiper4 {
    width: 100% !important;
    height: 208px !important;
    overflow: hidden !important;
    contain: layout paint;
}

.mySwiper3 .swiper-wrapper,
.mySwiper4 .swiper-wrapper {
    align-items: stretch;
    transition-timing-function: var(--gge-ease);
}

.mySwiper3 .swiper-slide,
.mySwiper4 .swiper-slide {
    min-width: 0;
    height: 50% !important;
    overflow: hidden;
    border-right: 1px solid var(--gge-line);
    border-bottom: 1px solid var(--gge-line);
    box-shadow: none !important;
}

.mySwiper3 .swiper-slide > a,
.mySwiper4 .swiper-slide > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.mySwiper3 .swiper-slide img,
.mySwiper4 .swiper-slide img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: clamp(10px, 1.2vw, 18px) !important;
    object-fit: contain !important;
}

.mySwiper3 .swiper-slide:hover img,
.mySwiper4 .swiper-slide:hover img {
    transform: none;
}

.mySwiper3-pagination,
.mySwiper4-pagination {
    min-height: 24px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .content .brand,
    .content .brand2 {
        width: calc(100% - 32px) !important;
    }

    .mySwiper3,
    .mySwiper4 {
        height: 216px !important;
    }

    .mySwiper3 .swiper-slide,
    .mySwiper4 .swiper-slide {
        height: calc(100% / 3) !important;
    }
}

/* Homepage action rail: semantic links, one icon family, no legacy stagger. */
.home-actions {
    position: relative;
    z-index: 2;
    margin-top: -28px;
    padding: 0 24px !important;
    border: 0 !important;
    background: transparent !important;
}

.home-actions-inner {
    display: block !important;
    width: min(100%, 1200px) !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none;
}

.home-actions .home-actions-list {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-actions .home-action-item {
    width: auto !important;
    min-width: 0;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-right: 1px solid rgba(29, 26, 23, 0.08) !important;
    background: transparent !important;
    list-style: none;
}

.home-actions .home-action-item:last-child {
    border-right: 0 !important;
}

.home-actions .home-action-item::before {
    display: none !important;
}

.home-actions .home-action-link {
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    gap: 14px !important;
    min-height: 96px !important;
    align-items: center;
    justify-content: initial !important;
    padding: 14px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--gge-ink) !important;
    text-align: left;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.home-action-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(234, 92, 25, 0.28);
    border-radius: 50%;
    background: #fff7f2;
    color: var(--gge-accent);
    font-size: 19px;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.home-action-item--primary .home-action-link {
    background: transparent !important;
}

.home-action-item--primary .home-action-icon {
    border-color: var(--gge-accent);
    background: var(--gge-accent);
    color: #fff;
}

.home-action-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.home-action-label {
    display: block;
    min-width: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
}

.home-action-description {
    display: block;
    color: #77716c;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

.home-action-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #9a938e;
    font-size: 13px;
    transition: color 180ms ease, transform 180ms ease;
}

.home-action-link:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--gge-accent);
    outline-offset: -2px;
}

.home-action-link:active {
    transform: translateY(1px);
}

#exhibition-categories {
    scroll-margin-top: 92px;
}

@media (hover: hover) and (pointer: fine) {
    .home-actions .home-action-link:hover {
        background: #f6f5f2 !important;
        color: var(--gge-ink) !important;
        transform: none;
    }

    .home-action-link:hover .home-action-icon {
        border-color: var(--gge-accent);
        background: var(--gge-accent);
        color: #fff;
    }

    .home-action-link:hover .home-action-arrow {
        color: var(--gge-accent);
        transform: translateX(3px);
    }

}

@media (min-width: 1025px) {
    .home-actions .home-action-link {
        grid-template-columns: 56px minmax(0, 1fr) 18px;
        gap: 16px !important;
        min-height: 116px !important;
        padding: 18px 24px !important;
    }

    .home-action-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .home-action-copy {
        gap: 6px;
    }

    .home-action-label {
        font-size: 18px;
    }

    .home-action-description {
        font-size: 13px;
    }

    .home-action-arrow {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .home-actions {
        margin-top: -18px;
        padding: 0 14px !important;
    }

    .home-actions-inner {
        display: block !important;
    }

    .home-actions .home-actions-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-actions .home-action-item,
    .home-actions .home-action-item:first-child {
        border-right: 1px solid rgba(29, 26, 23, 0.08) !important;
        border-bottom: 1px solid rgba(29, 26, 23, 0.08) !important;
        border-left: 0 !important;
    }

    .home-actions .home-action-item:nth-child(2n) {
        border-right: 0 !important;
    }

    .home-actions .home-action-item:nth-child(n + 3) {
        border-bottom: 0 !important;
    }

    .home-actions .home-action-link {
        grid-template-columns: 40px minmax(0, 1fr) 12px;
        gap: 10px !important;
        min-height: 88px !important;
        padding: 12px !important;
    }

    .home-action-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .home-action-label {
        font-size: 14px;
    }

    .home-action-description {
        font-size: 11px;
        white-space: normal;
    }

    .home-action-arrow {
        font-size: 11px;
    }

}

@media (prefers-reduced-motion: reduce) {
    .home-action-link,
    .home-action-icon,
    .home-action-arrow {
        transition-duration: 0.01ms !important;
    }
}

/* About the exhibition: editorial narrative, usable media, stable facts. */
.introduces {
    position: relative;
    padding: 104px 24px 104px !important;
    background: #efeeeb !important;
    background-image: none !important;
}

.introduces::before,
.introduces::after {
    display: none !important;
}

.introduce {
    width: min(100%, 1200px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    scroll-margin-top: 96px;
}

.about-heading {
    display: grid;
    grid-template-columns: auto minmax(80px, 1fr);
    gap: 36px;
    align-items: center;
    margin: 0 0 54px;
}

.about-heading::after {
    content: "";
    height: 1px;
    background: #c9c7c2;
}

.about-heading h2 {
    margin: 0;
    color: var(--gge-ink);
    font-size: clamp(42px, 4.4vw, 56px);
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.introduce-content {
    display: grid !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr) !important;
    gap: 76px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
}

.introduce-content > .introduce-text {
    width: auto !important;
    padding: 0 !important;
    color: #41413f !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1.9 !important;
}

.about-lead {
    margin: 0;
}

.about-lead strong {
    display: block;
    margin: 22px 0 4px;
    color: var(--gge-accent-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.about-more {
    margin-top: 22px;
}

.about-more summary {
    width: fit-content;
    color: var(--gge-accent-text);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    list-style: none;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.about-more summary::-webkit-details-marker {
    display: none;
}

.about-more-close {
    display: none;
}

.about-more[open] .about-more-open {
    display: none;
}

.about-more[open] .about-more-close {
    display: inline;
}

.about-more-content p {
    margin: 0 0 14px;
}

.about-more-content p:last-child {
    margin-bottom: 0;
}

.about-more-content strong {
    color: var(--gge-accent-text);
    font-weight: 500;
}

.introduce-content > .introduce-video {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    background: #151515;
}

.introduce-video video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #151515;
    object-fit: cover;
}

.introduce-data {
    margin-top: 72px !important;
    padding-top: 0 !important;
    border-top: 1px solid #c9c7c2;
}

.introduce-data ul {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.introduce-data ul li,
.introduce-data ul li:first-child {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 30px 26px 26px !important;
    border: 0 !important;
    border-left: 1px solid #c9c7c2 !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.introduce-data ul li:first-child {
    padding-left: 0 !important;
    border-left: 0 !important;
}

.introduce-data h2 {
    margin: 0 0 8px !important;
    color: var(--gge-ink) !important;
    font-size: clamp(34px, 3.3vw, 46px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em;
    line-height: 1 !important;
    white-space: nowrap;
}

.introduce-data p {
    margin: 0 !important;
    color: var(--gge-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.introduce-data .ka {
    margin-top: 12px;
    color: #7d7b76;
    font-size: 12px;
    text-align: right;
}

@media (min-width: 1025px) {
    .about-more summary {
        display: none;
    }

    .about-more:not([open]) > .about-more-content {
        display: block;
    }
}

@media (max-width: 900px) {
    .introduce-content {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .introduce-content > .introduce-video {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 767px) {
    .introduces {
        padding: 72px 16px 68px !important;
    }

    .about-heading {
        display: block;
        margin-bottom: 34px;
    }

    .about-heading::after {
        display: none;
    }

    .about-heading h2 {
        font-size: 38px;
    }

    .introduce-content {
        gap: 32px !important;
    }

    .introduce-content > .introduce-text {
        font-size: 15px !important;
        line-height: 1.85 !important;
    }

    .about-lead strong {
        margin-top: 18px;
        font-size: 16px;
    }

    .about-more {
        margin-top: 16px;
    }

    .introduce-content > .introduce-video {
        aspect-ratio: 4 / 3;
    }

    .introduce-data {
        margin-top: 48px !important;
        border-top: 0;
    }

    .introduce-data ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .introduce-data ul li,
    .introduce-data ul li:first-child {
        padding: 22px 10px !important;
        border: 0 !important;
        border-top: 1px solid #c9c7c2 !important;
    }

    .introduce-data ul li:nth-child(odd) {
        padding-left: 0 !important;
    }

    .introduce-data h2 {
        font-size: clamp(28px, 8vw, 34px) !important;
    }

    .introduce-data .ka {
        margin-top: 10px;
        font-size: 11px;
    }
}

/* Exhibition categories: complete, static catalogue */
.categorys {
    padding: 104px 24px 112px !important;
    background: var(--gge-paper) !important;
    opacity: 1 !important;
    transform: none !important;
}

.category {
    width: min(100%, var(--gge-page-width)) !important;
    margin: 0 auto !important;
    background: transparent !important;
    text-align: left !important;
    opacity: 1 !important;
    transform: none !important;
}

.category > .title-text {
    margin: 0 0 46px !important;
    padding: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
    opacity: 1 !important;
    transform: none !important;
}

.category > .title-text span {
    color: var(--gge-ink) !important;
    font-size: clamp(38px, 4.5vw, 58px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em;
}

.category > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start;
}

.category > ul > li {
    display: block !important;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    margin: 0 !important;
    padding: 30px 32px 32px !important;
    overflow: visible !important;
    border: 1px solid rgba(45, 42, 38, 0.13) !important;
    border-radius: var(--gge-radius-card) !important;
    background: var(--gge-paper) !important;
    box-shadow: 0 10px 30px rgba(57, 45, 34, 0.045) !important;
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

.category > ul > li:hover {
    border-color: rgba(234, 92, 25, 0.36) !important;
    background: var(--gge-paper) !important;
    box-shadow: 0 16px 36px rgba(116, 73, 43, 0.085) !important;
    transform: translateY(-2px) !important;
}

.category > ul > li::before,
.category > ul > li::after {
    display: none !important;
    content: none !important;
}

.category > ul > li > div {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    margin: 0 0 21px !important;
    padding: 0 0 20px !important;
    border-bottom: 1px solid rgba(45, 42, 38, 0.09);
    color: var(--gge-ink) !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    text-align: left !important;
}

.category > ul > li > div > .category-icon {
    display: grid;
    place-items: center;
    width: 48px !important;
    height: 48px !important;
    padding: 0;
    border-radius: var(--gge-radius-card);
    background: var(--gge-accent-soft);
    color: var(--gge-accent);
    font-size: 20px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(234, 92, 25, 0.08);
    box-sizing: border-box;
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.category > ul > li:hover > div > .category-icon {
    background: var(--gge-accent);
    color: #fff;
    box-shadow: 0 8px 18px rgba(234, 92, 25, 0.2);
}

.category > ul > li > div > p {
    margin: 0 !important;
    overflow-wrap: anywhere;
}

.category > ul > li > strong {
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 0 0 15px !important;
    overflow: visible !important;
    border-left: 2px solid rgba(234, 92, 25, 0.22);
    color: var(--gge-ink-muted) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.8 !important;
    text-align: left !important;
    white-space: normal !important;
    text-overflow: clip !important;
}

.category > ul > li > strong > p {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    margin: 0 0 14px !important;
}

.category > ul > li > strong > p:last-child {
    margin-bottom: 0 !important;
}

.category > ul > li > strong > p > span {
    color: var(--gge-accent-text) !important;
    font-size: 14px !important;
    font-weight: 500;
    white-space: nowrap;
}

.category > ul > li > strong a {
    display: block !important;
    padding: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    overflow-wrap: anywhere;
    white-space: normal !important;
    text-overflow: clip !important;
    pointer-events: none;
}

@media (max-width: 1100px) and (min-width: 901px) {
    .category > ul > li {
        padding: 26px 24px 28px !important;
    }

    .category > ul > li > strong {
        padding-left: 12px !important;
        font-size: 13px !important;
    }

    .category > ul > li > strong > p {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 10px;
    }

    .category > ul > li > strong > p > span {
        font-size: 13px !important;
    }
}

@media (max-width: 900px) {
    .category > ul {
        grid-template-columns: 1fr;
        gap: 16px !important;
    }
}

@media (max-width: 767px) {
    .categorys {
        padding: 72px 16px 76px !important;
    }

    .category {
        width: 100% !important;
    }

    .category > .title-text {
        margin-bottom: 32px !important;
    }

    .category > .title-text span {
        font-size: 38px !important;
    }

    .category > ul {
        grid-template-columns: 1fr;
        gap: 14px !important;
    }

    .category > ul > li {
        padding: 20px !important;
    }

    .category > ul > li > div {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 13px;
        margin-bottom: 18px !important;
        padding-bottom: 17px !important;
        font-size: 18px !important;
    }

    .category > ul > li > div > .category-icon {
        width: 44px !important;
        height: 44px !important;
        font-size: 18px;
    }

    .category > ul > li > strong {
        padding-left: 12px !important;
        font-size: 13px !important;
        line-height: 1.75 !important;
    }

    .category > ul > li > strong > p {
        display: block;
        margin-bottom: 12px !important;
    }

    .category > ul > li > strong > p > span {
        display: block;
        margin-bottom: 2px;
        font-size: 13px !important;
        white-space: normal;
    }
}

/* Stable rendering for exhibition data. */
.introduce-data .stat-number {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

.introduce-data p small {
    display: block;
    margin-top: 3px;
    color: #7d7b76;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
}

/* Media editorial module, based on the production branch's tabbed news layout. */
.index-medias.media-editorial {
    overflow: hidden;
    border: 1px solid var(--gge-line) !important;
    border-radius: var(--gge-radius-card) !important;
    background: var(--gge-paper) !important;
}

.media-editorial .media-tabs {
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0 28px;
    border-bottom: 1px solid var(--gge-line);
    background: var(--gge-paper);
}

.media-editorial .tab-btn {
    position: relative;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 21px 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #747672 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    box-shadow: none !important;
    cursor: pointer;
    transition: color 180ms ease !important;
}

.media-editorial .tab-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: transparent;
}

.media-editorial .tab-btn:hover,
.media-editorial .tab-btn.active {
    color: var(--gge-accent-text) !important;
    transform: none !important;
}

.media-editorial .tab-btn.active::after {
    background: var(--gge-accent);
}

.media-editorial .tab-btn:focus-visible {
    outline: 2px solid var(--gge-accent);
    outline-offset: 5px;
}

.media-editorial .tab-panel {
    display: none;
    margin: 0;
    padding: 0;
    background: var(--gge-paper);
}

.media-editorial .tab-panel.active {
    display: block;
}

.media-editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
    min-height: 430px;
}

.media-lead {
    display: flex;
    min-width: 0;
    padding: 28px;
    flex-direction: column;
    border-right: 1px solid var(--gge-line);
    color: var(--gge-ink);
}

.media-lead-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 8.5;
    border-radius: 4px;
    background: #ececea;
}

.media-lead-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms var(--gge-ease);
}

.media-lead:hover .media-lead-image img {
    transform: scale(1.015);
}

.media-lead-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 24px;
    padding-top: 19px;
    align-items: start;
}

.media-lead-copy strong {
    color: var(--gge-ink);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
}

.media-lead-copy > span {
    grid-column: 1 / -1;
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.75;
}

.media-lead-copy time,
.media-feed time {
    color: #898b87;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.media-feed {
    min-width: 0;
    padding: 28px 28px 24px;
}

.media-feed-header {
    display: flex;
    gap: 20px;
    padding-bottom: 18px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gge-line);
}

.media-feed-header h3 {
    margin: 0;
    color: var(--gge-ink);
    font-size: 18px;
    font-weight: 500;
}

.media-feed-header a {
    color: var(--gge-accent-text);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.media-feed-header a i {
    margin-left: 5px;
    font-size: 11px !important;
}

.media-feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.media-feed li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    padding: 16px 0;
    align-items: center;
}

.media-feed li + li {
    border-top: 1px solid rgba(10, 11, 12, 0.08);
}

.media-feed li a {
    overflow: hidden;
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-feed li a:hover,
.media-feed-header a:hover {
    color: var(--gge-accent-text);
}

.media-feed .media-feed-single {
    display: block;
    color: var(--gge-ink-muted);
    font-size: 14px;
}

.media-empty-state {
    display: flex;
    min-height: 190px;
    gap: 20px;
    padding: 40px 48px;
    align-items: center;
    box-sizing: border-box;
}

.media-empty-icon {
    display: inline-flex;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: var(--gge-radius-card);
    background: var(--gge-accent-soft);
    color: var(--gge-accent-text);
    font-size: 21px;
}

.media-empty-state > span:last-child {
    display: grid;
    gap: 7px;
}

.media-empty-state strong {
    color: var(--gge-ink);
    font-size: 18px;
    line-height: 1.4;
}

.media-empty-state strong + span {
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .media-editorial-layout {
        grid-template-columns: 1fr;
    }

    .media-lead {
        border-right: 0;
        border-bottom: 1px solid var(--gge-line);
    }
}

@media (max-width: 767px) {
    .media-editorial .media-tabs {
        gap: 26px;
        padding: 0 18px;
    }

    .media-editorial .tab-btn {
        padding: 17px 0 14px !important;
        font-size: 14px !important;
    }

    .media-lead,
    .media-feed {
        padding: 18px;
    }

    .media-lead-copy {
        grid-template-columns: 1fr;
        gap: 7px;
        padding-top: 14px;
    }

    .media-lead-copy strong {
        font-size: 18px;
    }

    .media-empty-state {
        min-height: 160px;
        gap: 15px;
        padding: 28px 20px;
        align-items: flex-start;
    }

    .media-empty-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .media-empty-state strong {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .media-lead-image img {
        transition: none;
    }

    .media-lead:hover .media-lead-image img {
        transform: none;
    }
}

/* Homepage module system */
.content {
    overflow: clip;
}

.slide-up,
.slide-up-item,
.title-animation,
.image-animation,
.banner-image-animation,
.swiper-animation {
    opacity: 1 !important;
    transform: none !important;
}

.why,
.exhibition-map,
.media-section > .title-text,
.index-medias,
.look-back,
.brand > .title-text,
.brand > .swiper,
.brand2 > .title-text,
.brand2 > .swiper {
    width: min(100%, var(--gge-page-width)) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    box-sizing: border-box;
}

.why > .title-text,
.exhibition-map > .title-text,
.media-section > .title-text,
.look-back > .title-text,
.brand > .title-text,
.brand2 > .title-text {
    margin: 0 0 46px !important;
    padding: 0 !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-align: left !important;
    opacity: 1 !important;
    transform: none !important;
}

.why > .title-text > span,
.exhibition-map > .title-text > span,
.media-section > .title-text > span,
.look-back > .title-text > span,
.brand > .title-text > span,
.brand2 > .title-text > span {
    display: block;
    color: var(--gge-ink) !important;
    font-size: clamp(38px, 4.5vw, 58px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
}

/* Why exhibit */
.whys {
    padding: 104px 24px 112px !important;
    background: #f2f2f0 !important;
}

.why > ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.why > ul > li,
.why > ul > li:nth-child(n) {
    display: grid !important;
    grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
    grid-column: auto !important;
    width: auto !important;
    min-width: 0;
    min-height: 250px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--gge-line) !important;
    border-radius: var(--gge-radius-card) !important;
    background: var(--gge-paper) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.why > ul > li:hover {
    border-color: rgba(234, 92, 25, 0.4) !important;
    box-shadow: none !important;
    transform: none !important;
}

.why > ul > li > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 250px;
    margin: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}

.why > ul > li > div {
    display: flex !important;
    min-width: 0;
    padding: 30px 28px !important;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
}

.why > ul > li > div > h3 {
    margin: 0 0 14px !important;
    color: var(--gge-ink) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.why > ul > li > div > span {
    display: none !important;
}

.why > ul > li > div > p {
    display: block !important;
    margin: 0 !important;
    color: var(--gge-ink-muted) !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    text-align: left !important;
}

/* Exhibition map */
.exhibition-maps {
    padding: 104px 24px 112px !important;
    background: var(--gge-paper) !important;
}

.exhibition-map > a {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
    padding: 14px;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: #f7f7f5;
    box-sizing: border-box;
}

.exhibition-map img,
.exhibition-map .image.img-container {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: var(--gge-paper);
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    object-fit: contain !important;
}

.exhibition-map img:hover {
    transform: none !important;
}

/* PC-only venue map entrance. Keep the information graphic itself undistorted. */
@media (min-width: 901px) {
    .exhibition-map > a.venue-map-reveal.is-motion-ready {
        opacity: 0;
        transform: translateY(8px);
        transition:
            opacity 300ms var(--gge-ease),
            transform 300ms var(--gge-ease);
    }

    .exhibition-map > a.venue-map-reveal.is-motion-ready.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 901px) and (prefers-reduced-motion: reduce) {
    .exhibition-map > a.venue-map-reveal.is-motion-ready,
    .exhibition-map > a.venue-map-reveal.is-motion-ready.is-visible {
        opacity: 1;
        transform: none;
        transition: none !important;
    }
}

/* Media */
.media-section {
    padding: 104px 24px 112px;
    background: var(--gge-canvas);
}

.index-medias {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.index-medias .tabs {
    display: flex !important;
    gap: 30px !important;
    width: 100%;
    margin: 0 0 20px !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--gge-line);
    background: transparent !important;
}

.index-medias .tab-btn {
    position: relative;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #777975 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.index-medias .tab-btn::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: transparent;
}

.index-medias .tab-btn.active {
    color: var(--gge-accent-text) !important;
}

.index-medias .tab-btn.active::after {
    background: var(--gge-accent);
}

.index-medias .tab-panel {
    display: none;
}

.index-medias .tab-panel.active {
    display: block;
}

.index-medias .content-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 0 !important;
    width: 100% !important;
    min-height: 360px;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.index-medias .banner,
.index-medias .news-list {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 28px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--gge-paper) !important;
    box-shadow: none !important;
}

.index-medias .banner {
    border-right: 1px solid var(--gge-line) !important;
}

.index-medias .banner-content {
    min-height: 300px;
}

.index-medias .banner-content > h2 {
    display: grid;
    min-height: 300px;
    margin: 0;
    color: var(--gge-ink-muted);
    font-size: 18px;
    font-weight: 500;
    place-items: center;
}

.index-medias .banner-image {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    border-radius: 4px !important;
    opacity: 1 !important;
    transform: none !important;
    object-fit: cover;
}

.index-medias .article-list-banner {
    margin-top: 16px !important;
}

.index-medias .news-list > h3 {
    margin: 0 0 16px !important;
    padding: 0 0 15px !important;
    border-bottom: 1px solid var(--gge-line);
    color: var(--gge-ink) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.index-medias .article-list > li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 11px 0 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(10, 11, 12, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.index-medias .article-list > li a {
    overflow: hidden;
    color: var(--gge-ink-muted);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-medias .article-list .date,
.index-medias .data-banner {
    color: #8a8c88;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.index-medias .news-list-a {
    display: none !important;
}

/* Media information: both channels stay visible without tab interaction. */
.media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.media-channel {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.media-channel-header {
    display: flex;
    min-height: 68px;
    padding: 0 24px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gge-line);
}

.media-channel-header h3 {
    margin: 0;
    color: var(--gge-ink);
    font-size: 18px;
    font-weight: 500;
}

.media-channel-header a {
    color: var(--gge-accent-text);
    font-size: 14px;
    font-weight: 500;
}

.media-feature {
    display: block;
    padding: 20px 20px 0;
    color: var(--gge-ink);
}

.media-feature > img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    object-fit: cover;
}

.media-feature-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 16px 0 18px;
    align-items: start;
}

.media-feature-copy strong {
    overflow: hidden;
    color: var(--gge-ink);
    font-size: 17px;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-feature-copy time,
.media-list time {
    color: #8a8c88;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.media-list {
    margin: 0;
    padding: 0 20px 18px;
    list-style: none;
}

.media-list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    padding: 12px 0;
    align-items: center;
    border-top: 1px solid rgba(10, 11, 12, 0.08);
}

.media-list a {
    overflow: hidden;
    color: var(--gge-ink-muted);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-empty {
    display: grid;
    min-height: 240px;
    padding: 32px;
    color: var(--gge-ink-muted);
    font-size: 16px;
    place-items: center;
}

/* Keep logo sections full width and their content centered. */
.content > .brand,
.content > .brand2 {
    width: 100% !important;
    margin: 0 !important;
}

@media (min-width: 768px) {
    .media-section > .title-text,
    .brand > .title-text,
    .brand2 > .title-text {
        width: min(100%, var(--gge-page-width)) !important;
        margin: 0 auto 46px !important;
    }
}

/* Previous edition gallery */
.look-backs {
    padding: 104px 24px 112px !important;
    background: var(--gge-paper) !important;
}

.mySwiper2 {
    width: 100% !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.mySwiper2 .swiper-slide {
    height: auto !important;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border-radius: var(--gge-radius-card);
    background: #ececea;
}

.mySwiper2 .swiper-slide a,
.mySwiper2 .swiper-slide img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.mySwiper2 .swiper-slide img {
    border-radius: var(--gge-radius-card) !important;
    opacity: 1 !important;
    transform: none !important;
    object-fit: cover !important;
}

/* Exhibitors and partners */
.brand,
.brand2 {
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    padding: 104px 24px 112px !important;
    box-sizing: border-box;
}

.brand {
    background: var(--gge-canvas) !important;
}

.brand2 {
    background: var(--gge-paper) !important;
}

.mySwiper3,
.mySwiper4 {
    height: 270px !important;
    padding-bottom: 30px !important;
    overflow: hidden !important;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
    opacity: 1 !important;
    transform: none !important;
    box-sizing: border-box;
}

.mySwiper3 .swiper-slide,
.mySwiper4 .swiper-slide {
    display: grid !important;
    height: 119px !important;
    padding: 18px !important;
    border-right: 1px solid rgba(10, 11, 12, 0.08) !important;
    border-bottom: 1px solid rgba(10, 11, 12, 0.08) !important;
    background: var(--gge-paper) !important;
    box-shadow: none !important;
    place-items: center;
    box-sizing: border-box;
}

.mySwiper3 .swiper-slide img,
.mySwiper4 .swiper-slide img {
    display: block;
    width: 80% !important;
    max-width: none !important;
    height: 64px !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    filter: grayscale(0.1);
    opacity: 0.92;
    object-fit: contain !important;
    box-sizing: border-box;
    transition: filter 180ms ease, opacity 180ms ease;
}

.mySwiper3 .swiper-slide:hover img,
.mySwiper4 .swiper-slide:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: none !important;
}

.mySwiper3-pagination,
.mySwiper4-pagination {
    bottom: 8px !important;
}

.brand > .swiper-button-prev,
.brand2 > .swiper-button-prev {
    left: max(10px, calc(50% - 640px)) !important;
}

.brand > .swiper-button-next,
.brand2 > .swiper-button-next {
    right: max(10px, calc(50% - 640px)) !important;
}

#scrollToTopBtn {
    position: absolute;
    top: 100%;
    left: -1px;
    display: block !important;
    width: calc(100% + 2px);
    margin: 0;
    box-sizing: border-box;
    border: 1px solid var(--gge-line);
    border-top: 0;
    border-radius: 0 0 var(--gge-radius-card) var(--gge-radius-card);
    background: rgba(255, 255, 255, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.97);
    transform-origin: top center;
    transition:
        opacity 200ms var(--gge-ease),
        transform 200ms var(--gge-ease),
        background-color 180ms ease !important;
}

#scrollToTopBtn.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

#scrollToTopBtn a {
    white-space: nowrap;
}

.contact-us:has(#scrollToTopBtn.is-visible) {
    border-radius: var(--gge-radius-card) var(--gge-radius-card) 0 0;
}

.contact-us:has(#scrollToTopBtn:not(.is-visible)) .show-qrcode-btns {
    border-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
    #scrollToTopBtn,
    #scrollToTopBtn.is-visible {
        transform: none;
        transition: opacity 120ms ease, background-color 120ms ease !important;
    }
}

@media (max-width: 900px) {
    .why > ul > li,
    .why > ul > li:nth-child(n) {
        grid-template-columns: minmax(150px, 0.62fr) minmax(0, 1.38fr);
    }

    .why > ul > li > div {
        padding: 24px 22px !important;
    }

    .index-medias .content-wrapper {
        grid-template-columns: 1fr;
    }

    .index-medias .banner {
        border-right: 0 !important;
        border-bottom: 1px solid var(--gge-line) !important;
    }
}

@media (max-width: 767px) {
    .why > .title-text,
    .exhibition-map > .title-text,
    .media-section > .title-text,
    .look-back > .title-text,
    .brand > .title-text,
    .brand2 > .title-text {
        margin-bottom: 32px !important;
    }

    .why > .title-text > span,
    .exhibition-map > .title-text > span,
    .media-section > .title-text > span,
    .look-back > .title-text > span,
    .brand > .title-text > span,
    .brand2 > .title-text > span {
        font-size: 38px !important;
    }

    .whys,
    .exhibition-maps,
    .media-section,
    .look-backs,
    .brand,
    .brand2 {
        padding: 72px 16px 76px !important;
    }

    .why > ul {
        grid-template-columns: 1fr;
        gap: 14px !important;
    }

    .why > ul > li,
    .why > ul > li:nth-child(n) {
        display: block !important;
        min-height: 0 !important;
    }

    .why > ul > li > img {
        height: auto !important;
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .why > ul > li > div {
        padding: 20px !important;
    }

    .why > ul > li > div > h3 {
        margin-bottom: 10px !important;
        font-size: 17px !important;
    }

    .why > ul > li > div > p {
        font-size: 13px !important;
        line-height: 1.75 !important;
    }

    .exhibition-map > a {
        padding: 6px;
    }

    .index-medias .tabs {
        gap: 24px !important;
    }

    .index-medias .content-wrapper {
        min-height: 0;
    }

    .index-medias .banner,
    .index-medias .news-list {
        padding: 20px !important;
    }

    .index-medias .banner-content,
    .index-medias .banner-content > h2 {
        min-height: 200px;
    }

    .index-medias .article-list > li a {
        font-size: 13px;
    }

    .media-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .media-channel-header {
        min-height: 60px;
        padding: 0 18px;
    }

    .media-feature {
        padding: 16px 16px 0;
    }

    .media-feature-copy {
        gap: 14px;
        padding: 14px 0 16px;
    }

    .media-feature-copy strong {
        font-size: 15px;
    }

    .media-list {
        padding: 0 16px 14px;
    }

    .media-empty {
        min-height: 150px;
        padding: 24px;
    }

    .mySwiper2 {
        overflow: hidden !important;
    }

    .mySwiper3,
    .mySwiper4 {
        height: 330px !important;
    }

    .mySwiper3 .swiper-slide,
    .mySwiper4 .swiper-slide {
        height: 100px !important;
        padding: 12px !important;
    }

    .mySwiper3 .swiper-slide img,
    .mySwiper4 .swiper-slide img {
        width: 82% !important;
        height: 54px !important;
    }

    .brand > .swiper-button-prev,
    .brand > .swiper-button-next,
    .brand2 > .swiper-button-prev,
    .brand2 > .swiper-button-next {
        display: none !important;
    }
}

/* Logo walls: single-row infinite carousels without Swiper Grid reordering. */
.logo-carousel-shell {
    position: relative;
    width: min(100%, var(--gge-page-width));
    margin: 0 auto;
}

.logo-carousel {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--gge-line);
    border-radius: var(--gge-radius-card);
    background: var(--gge-paper);
}

.logo-carousel .swiper-wrapper {
    align-items: stretch;
    transition-timing-function: linear !important;
}

.logo-carousel .logo-cell {
    display: grid;
    width: auto;
    height: 118px;
    min-width: 0;
    margin: 0;
    padding: 20px;
    border-right: 1px solid var(--gge-line);
    background: var(--gge-paper);
    box-shadow: none;
    place-items: center;
    box-sizing: border-box;
}

.logo-carousel .logo-cell > a {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.logo-carousel .logo-cell img {
    display: block;
    width: min(100%, 140px);
    height: 60px;
    margin: 0;
    padding: 0;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transform: none;
}

@media (max-width: 767px) {
    .logo-carousel .logo-cell {
        height: 94px;
        padding: 12px;
    }

    .logo-carousel .logo-cell img {
        width: min(100%, 96px);
        height: 48px;
    }

}

/* Media news: a calm editorial layout using the site's orange-and-ink system. */
#media-news .media-editorial {
    width: min(100%, 1200px) !important;
    max-width: none !important;
    margin: 0 auto 40px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(74, 48, 34, 0.12) !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 18px 52px rgba(95, 48, 24, 0.08) !important;
    box-sizing: border-box;
}

#media-news .media-editorial .media-tabs {
    display: flex !important;
    gap: 34px !important;
    min-height: 74px;
    margin: 0 !important;
    padding: 0 30px !important;
    align-items: stretch;
    border-bottom: 1px solid rgba(74, 48, 34, 0.12) !important;
    background: #fff !important;
}

#media-news .media-editorial .tab-btn {
    position: relative;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #7b746f !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: color 180ms ease !important;
}

#media-news .media-editorial .tab-btn::after {
    display: block !important;
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: #ea5c19;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

#media-news .media-editorial .tab-btn:hover {
    color: #25211f !important;
}

#media-news .media-editorial .tab-btn.active {
    background: transparent !important;
    color: #d84e0d !important;
}

#media-news .media-editorial .tab-btn.active::after {
    transform: scaleX(1);
}

#media-news .media-editorial .tab-btn:focus-visible {
    outline: 2px solid #ea5c19;
    outline-offset: 5px;
}

#media-news .media-editorial .tab-panel {
    margin: 0 !important;
    padding: 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

#media-news .media-editorial .content-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1.42fr) minmax(330px, 0.86fr);
    gap: 32px !important;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#media-news .media-editorial .banner,
#media-news .media-editorial .news-list {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#media-news .media-editorial .banner-content {
    min-height: 0;
}

#media-news .media-editorial .banner-content > a {
    display: block;
    overflow: hidden;
    border-radius: 7px;
    background: #f3eee9;
}

#media-news .media-editorial .banner-image,
#media-news .media-editorial .media-empty-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    aspect-ratio: 16 / 9;
    border: 0 !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    object-fit: cover;
    object-position: center;
    transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
    #media-news .media-editorial .banner-content > a:hover .banner-image {
        transform: scale(1.015);
    }
}

#media-news .media-editorial .media-empty-feature {
    display: block;
    min-height: 0;
    overflow: hidden;
    border: 0;
    border-radius: 7px;
    background: transparent;
}

#media-news .media-editorial .article-list-banner {
    margin: 0 !important;
    padding: 0 !important;
}

#media-news .media-editorial .article-list-banner > li {
    min-height: 62px !important;
    padding: 15px 0 0 !important;
    align-items: start;
    border: 0 !important;
}

#media-news .media-editorial .article-list-banner > li > a {
    color: #25211f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    white-space: normal;
}

#media-news .media-editorial .news-list > h3 {
    display: flex;
    position: relative;
    min-height: 46px;
    margin: 0 !important;
    padding: 12px 0 17px !important;
    align-items: center;
    justify-content: space-between;
    border: 0 !important;
    border-bottom: 1px solid rgba(74, 48, 34, 0.15) !important;
    color: #25211f !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

#media-news .media-editorial .news-list > h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #ea5c19;
}

#media-news .media-editorial .news-list > h3 > a {
    display: inline-flex;
    float: none !important;
    gap: 6px;
    align-items: center;
    color: #6f6863;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    transition: color 160ms ease;
}

#media-news .media-editorial .news-list > h3 > a::after {
    content: none;
}

#media-news .media-editorial .news-list > h3 > a i {
    font-size: 11px;
    transition: transform 160ms ease;
}

#media-news .media-editorial .news-list > h3 > a:hover {
    color: #d84e0d;
}

#media-news .media-editorial .news-list > h3 > a:hover i {
    transform: translateX(3px);
}

#media-news .media-editorial .article-list > li {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 0 !important;
    padding: 12px 0 !important;
    align-items: center;
    border: 0 !important;
}

#media-news .media-editorial .article-list > li + li {
    border-top: 1px solid rgba(74, 48, 34, 0.09) !important;
}

#media-news .media-editorial .article-list > li > a {
    display: block;
    max-width: none;
    overflow: visible;
    color: #3d3835;
    font-size: 14px;
    line-height: 1.55;
    text-overflow: clip;
    white-space: normal;
    transition: color 160ms ease, transform 160ms ease;
}

#media-news .media-editorial .article-list.article-list-banner > li > a {
    color: #25211f;
    font-size: 16px;
    font-weight: 500;
}

#media-news .media-editorial .article-list > li:hover > a {
    color: #d84e0d;
    transform: translateX(3px);
}

#media-news .media-editorial .article-list .date,
#media-news .media-editorial .data-banner {
    padding-top: 2px;
    color: #9a918b;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

#media-news .media-editorial .article-list > .media-list-empty {
    display: flex !important;
    min-height: 88px !important;
    padding: 18px 0 !important;
    align-items: flex-start !important;
    justify-content: center;
    flex-direction: column;
    border: 0 !important;
}

#media-news .media-editorial .media-list-empty strong {
    color: #6f6863;
    font-size: 14px;
    font-weight: 500;
}

#media-news .media-editorial .news-list-a {
    display: none !important;
}

@media (max-width: 1040px) {
    #media-news .media-editorial .content-wrapper {
        grid-template-columns: 1fr;
        gap: 26px !important;
        min-height: 0;
    }

    #media-news .media-editorial .banner-content,
    #media-news .media-editorial .media-empty-feature {
        min-height: 0;
    }

    #media-news .media-editorial .banner {
        padding-bottom: 26px !important;
        border-bottom: 1px solid rgba(74, 48, 34, 0.12) !important;
    }

    #media-news .media-editorial .news-list > h3 {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    #media-news .media-editorial {
        margin-bottom: 24px !important;
        border-radius: 8px !important;
        box-shadow: 0 12px 34px rgba(95, 48, 24, 0.07) !important;
    }

    #media-news .media-editorial .media-tabs {
        gap: 26px !important;
        min-height: 58px;
        padding: 0 18px !important;
    }

    #media-news .media-editorial .tab-btn {
        padding: 0 !important;
        font-size: 14px !important;
    }

    #media-news .media-editorial .tab-panel {
        padding: 18px !important;
    }

    #media-news .media-editorial .content-wrapper {
        gap: 22px !important;
    }

    #media-news .media-editorial .banner-image,
    #media-news .media-editorial .media-empty-image {
        height: auto !important;
        aspect-ratio: 16 / 9;
    }

    #media-news .media-editorial .article-list-banner > li {
        min-height: 0 !important;
        padding-top: 13px !important;
    }

    #media-news .media-editorial .article-list-banner > li > a {
        font-size: 15px;
    }

    #media-news .media-editorial .news-list > h3 > a {
        display: inline-block;
    }

    #media-news .media-editorial .article-list > li {
        gap: 12px;
        padding: 11px 0 !important;
        align-items: start;
    }
}

/* Homepage surface system: one neutral family, one brand accent. */
:root {
    --gge-home-surface: #ffffff;
    --gge-home-surface-soft: #f6f6f4;
}

.home-hero {
    background: var(--gge-home-surface-soft);
}

.introduces,
.whys,
.media-section,
.brand,
.brand2 {
    background: var(--gge-home-surface) !important;
}

.categorys,
.exhibition-maps,
.look-backs {
    background: var(--gge-home-surface-soft) !important;
}

#media-news .media-editorial .tab-panel {
    background: var(--gge-home-surface) !important;
}

.category > ul > li,
.why > ul > li,
.exhibition-map > a,
.media-editorial,
.logo-carousel,
.logo-carousel .logo-cell {
    background: var(--gge-home-surface) !important;
}

/* Treat both logo carousels as one continuous trust region. */
.brand {
    padding-bottom: 64px !important;
}

.brand2 {
    padding-top: 64px !important;
}

@media (max-width: 767px) {
    .brand {
        padding-bottom: 44px !important;
    }

    .brand2 {
        padding-top: 44px !important;
    }
}

.logo-carousel {
    user-select: none;
}

.logo-carousel img {
    -webkit-user-drag: none;
}

.logo-carousel {
    cursor: grab;
}

.logo-carousel:active {
    cursor: grabbing;
}

/* Hero carousel controls stay quiet until the user approaches the media. */
.home-hero-carousel .home-hero-prev,
.home-hero-carousel .home-hero-next {
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 180ms var(--gge-ease),
        transform 180ms var(--gge-ease),
        background-color 180ms var(--gge-ease),
        color 180ms var(--gge-ease);
}

.home-hero-carousel .home-hero-prev {
    transform: translateX(-8px);
}

.home-hero-carousel .home-hero-next {
    transform: translateX(8px);
}

@media (hover: hover) and (pointer: fine) {
    .home-hero-carousel:hover .home-hero-prev,
    .home-hero-carousel:hover .home-hero-next,
    .home-hero-carousel:focus-within .home-hero-prev,
    .home-hero-carousel:focus-within .home-hero-next {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}

@media (hover: none), (pointer: coarse) {
    .home-hero-carousel .home-hero-prev,
    .home-hero-carousel .home-hero-next {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-carousel .home-hero-prev,
    .home-hero-carousel .home-hero-next {
        transition-duration: 0.01ms;
    }
}

/* Desktop logo scale only; navigation sizing stays unchanged. */
@media (min-width: 1025px) {
    .nav-logo img {
        height: 56px;
    }
}

@media (min-width: 1280px) {
    .nav-logo img {
        height: 60px;
    }
}

/* Primary navigation: hover and current page use text color only. */
.nav-menu > .nav-item > .nav-link.is-current {
    color: var(--gge-accent-text);
}

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
    .nav-menu > .nav-item:nth-child(-n + 5) > .nav-link:hover,
    .nav-menu > .nav-item:nth-child(-n + 5) > .nav-link:focus-visible,
    .nav-menu > .dropdown:nth-child(-n + 5):hover > .nav-link,
    .nav-menu > .dropdown:nth-child(-n + 5).active > .nav-link {
        color: var(--gge-accent-text);
        border-color: transparent;
        background: transparent;
        transform: none;
    }
}

/* Navigation hierarchy: one desktop service panel, one mobile accordion. */
.dropdown-submenu-toggle {
    appearance: none;
    font: inherit;
    cursor: pointer;
    touch-action: manipulation;
}

@media (min-width: 1025px) {
    .nav-menu > .dropdown > .dropdown-content {
        top: calc(100% + 14px);
        min-width: 216px;
        margin-top: 0;
        padding: 8px;
        border: 1px solid rgba(10, 11, 12, 0.12);
        border-radius: var(--gge-radius-card);
        background: var(--gge-paper);
        box-shadow: 0 18px 48px rgba(28, 30, 27, 0.12);
    }

    .nav-menu > .dropdown > .dropdown-content::before {
        content: "";
        display: block;
        position: absolute;
        top: -14px;
        right: 0;
        left: 0;
        height: 14px;
        border: 0;
        background: transparent;
    }

    .nav-menu > .dropdown > .dropdown-content::after {
        display: none;
    }

    .nav-menu > .dropdown:hover > .dropdown-content,
    .nav-menu > .dropdown.active > .dropdown-content,
    .nav-menu > .dropdown:focus-within > .dropdown-content {
        opacity: 1;
        transform: none;
        animation: none !important;
    }

    .nav-menu > .dropdown > .dropdown-content > a {
        min-height: 44px;
        padding: 10px 12px;
        border-radius: 6px;
    }

    .nav-menu > .dropdown > .dropdown-content > a + a {
        margin-top: 2px;
    }

    .nav-menu .dropdown-service-menu {
        width: 520px;
        min-width: 520px;
        padding: 8px;
    }

    .nav-menu .dropdown-service-menu .dropdown-column {
        position: relative;
        float: none;
        width: 100%;
        min-height: 172px;
        margin: 0;
        padding: 4px 332px 4px 4px;
        box-sizing: border-box;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu {
        position: static;
        width: 156px;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu + .dropdown-submenu {
        margin-top: 4px;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu-toggle {
        width: 156px;
        min-height: 48px;
        padding: 12px 13px;
        border: 0;
        border-radius: 6px;
        background: transparent;
        color: var(--gge-ink);
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu-toggle .fa-chevron-right {
        color: #858782;
        transform: none;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu.service-group-active > .dropdown-submenu-toggle {
        color: var(--gge-accent-text);
        background: var(--gge-accent-soft);
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu.service-group-active > .dropdown-submenu-toggle .fa-chevron-right {
        color: var(--gge-accent-text);
        transform: translateX(2px);
    }

    #app .nav-menu .dropdown-service-menu .dropdown-submenu > .dropdown-submenu-content {
        display: none !important;
        position: absolute;
        top: 4px;
        right: 4px;
        bottom: 4px;
        left: 176px;
        min-width: 0;
        margin: 0;
        padding: 4px 0 4px 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 6px;
        align-content: start;
        overflow: visible;
        border: 0;
        border-left: 1px solid var(--gge-line);
        border-radius: 0;
        background: #fbfbfa;
        box-shadow: none;
        animation: none;
    }

    #app .nav-menu .dropdown-service-menu .dropdown-submenu.service-group-active > .dropdown-submenu-content {
        display: grid !important;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu-content > a {
        min-height: 46px;
        padding: 10px 12px;
        border-radius: 6px;
        color: var(--gge-ink-muted);
        line-height: 1.4;
    }

    .nav-menu .dropdown-service-menu .dropdown-submenu-content > a:hover,
    .nav-menu .dropdown-service-menu .dropdown-submenu-content > a:focus-visible {
        padding-left: 12px;
        color: var(--gge-ink);
        background: var(--gge-accent-soft);
    }
}

@media (max-width: 1024px) {
    .nav-menu > .nav-item {
        border-top: 0;
        border-bottom: 1px solid var(--gge-line);
    }

    .nav-menu > .nav-item > .nav-link {
        padding-right: 64px;
        padding-left: 6%;
        border: 0;
        border-radius: 0;
        background: var(--gge-paper);
        box-shadow: none;
    }

    .nav-menu > .dropdown.active > .dropdown-toggle {
        color: var(--gge-accent-text);
        background: var(--gge-paper);
        box-shadow: inset 3px 0 0 var(--gge-accent);
    }

    .nav-menu.active .dropdown-content {
        border: 0;
        border-radius: 0;
        background: #f6f6f4;
        box-shadow: inset 0 1px 0 var(--gge-line), inset 0 -1px 0 var(--gge-line);
    }

    .nav-menu.active .dropdown-submenu-toggle {
        padding: 14px 6% 14px calc(6% + 12px);
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--gge-ink);
        font-weight: 500;
    }

    .nav-menu.active .dropdown-submenu.active > .dropdown-submenu-toggle {
        color: var(--gge-accent-text);
        background: var(--gge-accent-soft);
        box-shadow: inset 3px 0 0 var(--gge-accent);
    }

    .nav-menu.active .dropdown-submenu-toggle .fa-chevron-right {
        color: #777975;
    }

    .nav-menu.active .dropdown-submenu.active > .dropdown-submenu-toggle .fa-chevron-right {
        color: var(--gge-accent-text);
        transform: rotate(90deg);
    }

    #app .nav-menu.active .dropdown-submenu > .dropdown-submenu-content {
        width: auto;
        margin: 0 16px 10px calc(6% + 12px);
        padding: 4px 0;
        border: 0;
        border-left: 2px solid rgba(234, 92, 25, 0.72);
        border-radius: 0;
        background: var(--gge-paper);
        box-shadow: none;
    }

    #app .nav-menu.active .dropdown-submenu-content > a {
        min-height: 46px;
        padding: 11px 16px;
        color: var(--gge-ink-muted);
        background: transparent;
    }

    #app .nav-menu.active .dropdown-submenu-content > a:hover,
    #app .nav-menu.active .dropdown-submenu-content > a:focus-visible {
        padding-left: 16px;
        color: var(--gge-ink);
        background: var(--gge-accent-soft);
    }
}

/* One chevron system for desktop dropdowns and the mobile menu. */
.nav-menu .fa-chevron-right {
    display: inline-flex;
    width: 14px;
    height: 14px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    flex: 0 0 14px;
    color: #747672;
    font-size: 11px !important;
    line-height: 1;
    transition: color 180ms var(--gge-ease), transform 180ms var(--gge-ease);
}

.nav-menu a:hover > .fa-chevron-right,
.nav-menu a:focus-visible > .fa-chevron-right,
.nav-menu button:hover > .fa-chevron-right,
.nav-menu button:focus-visible > .fa-chevron-right {
    color: var(--gge-accent-text);
}

@media (min-width: 1025px) {
    .nav-menu > .nav-item > .nav-link > .nav-level-arrow {
        display: none;
    }
}

@media (max-width: 1024px) {
    .nav-menu .nav-link::after,
    .nav-menu .dropdown-toggle::after {
        display: none !important;
        content: none !important;
    }

    .nav-menu > .nav-item > .nav-link > .nav-level-arrow {
        display: inline-flex;
        transform: rotate(0);
    }

    .nav-menu > .dropdown.active > .dropdown-toggle > .nav-level-arrow {
        color: var(--gge-accent-text);
        transform: rotate(90deg);
    }

    .nav-menu.active .dropdown-submenu.active > .dropdown-submenu-toggle > .fa-chevron-right {
        color: var(--gge-accent-text);
        transform: rotate(90deg);
    }

    .nav-menu > .nav-item:nth-child(6),
    .nav-menu > .nav-item:nth-child(7) {
        padding: 8px 6% 0;
        border-bottom: 0;
    }

    .nav-menu > .nav-item:nth-child(7) {
        padding-bottom: 18px;
    }

    #app .nav-menu > .nav-item:nth-child(6) > .nav-link,
    #app .nav-menu > .nav-item:nth-child(7) > .nav-link {
        min-height: 48px;
        padding: 0 20px;
        justify-content: center;
        border: 0;
        border-radius: var(--gge-radius-button);
        color: #ffffff;
    }

    #app .nav-menu > .nav-item:nth-child(6) > .nav-link {
        background: var(--gge-dark);
    }

    #app .nav-menu > .nav-item:nth-child(7) > .nav-link {
        background: var(--gge-accent);
    }

    .nav-menu > .nav-item:nth-child(6) .nav-level-arrow,
    .nav-menu > .nav-item:nth-child(7) .nav-level-arrow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-menu .fa-chevron-right {
        transition: none;
    }
}

/* Why exhibit: balanced editorial cards with a restrained brand accent. */
#why-exhibit .why > ul {
    gap: 24px !important;
}

#why-exhibit .why > ul > li,
#why-exhibit .why > ul > li:nth-child(n) {
    position: relative;
    isolation: isolate;
    display: grid !important;
    grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
    height: auto !important;
    min-height: 282px !important;
    overflow: hidden;
    border: 1px solid rgba(10, 11, 12, 0.13) !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 72%, #fff8f3 100%) !important;
    box-shadow: 0 14px 34px rgba(66, 43, 28, 0.07) !important;
    transition: transform 220ms var(--gge-ease), border-color 220ms var(--gge-ease), box-shadow 220ms var(--gge-ease);
}

#why-exhibit .why > ul > li:nth-child(2),
#why-exhibit .why > ul > li:nth-child(3) {
    grid-template-columns: minmax(0, 1.18fr) minmax(190px, 0.82fr);
}

#why-exhibit .why > ul > li:nth-child(2) > img,
#why-exhibit .why > ul > li:nth-child(3) > img {
    order: 2;
}

#why-exhibit .why > ul > li:nth-child(2) > div,
#why-exhibit .why > ul > li:nth-child(3) > div {
    order: 1;
}

#why-exhibit .why > ul > li > img {
    width: 100% !important;
    height: 100% !important;
    min-height: 282px;
    float: none !important;
    object-fit: cover !important;
    transition: transform 360ms var(--gge-ease);
}

#why-exhibit .why > ul > li:nth-child(1) > img {
    object-position: center 58%;
}

#why-exhibit .why > ul > li:nth-child(2) > img {
    object-position: center 46%;
}

#why-exhibit .why > ul > li:nth-child(3) > img {
    object-position: center 54%;
}

#why-exhibit .why > ul > li:nth-child(4) > img {
    object-position: center 55%;
}

#why-exhibit .why > ul > li > div {
    display: flex !important;
    min-width: 0;
    padding: 34px 32px !important;
    flex-direction: column;
    justify-content: center;
}

#why-exhibit .why > ul > li > div > h3 {
    margin: 0 0 12px !important;
    color: var(--gge-ink) !important;
    font-size: clamp(19px, 1.4vw, 22px) !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.02em;
}

#why-exhibit .why > ul > li > div > span {
    display: block !important;
    width: 34px !important;
    height: 3px !important;
    margin: 0 0 18px !important;
    border-radius: 999px;
    background: var(--gge-accent) !important;
}

#why-exhibit .why > ul > li > div > p {
    margin: 0 !important;
    color: var(--gge-ink-muted) !important;
    font-size: 14px !important;
    line-height: 1.82 !important;
    text-align: left !important;
}

@media (hover: hover) and (pointer: fine) {
    #why-exhibit .why > ul > li:hover {
        border-color: rgba(234, 92, 25, 0.42) !important;
        box-shadow: 0 20px 44px rgba(66, 43, 28, 0.11) !important;
        transform: translateY(-3px) !important;
    }

    #why-exhibit .why > ul > li:hover > img {
        transform: scale(1.025);
    }
}

@media (max-width: 980px) {
    #why-exhibit .why > ul {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    #why-exhibit .why > ul > li,
    #why-exhibit .why > ul > li:nth-child(n) {
        grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
        min-height: 230px !important;
    }

    #why-exhibit .why > ul > li:nth-child(n) > img,
    #why-exhibit .why > ul > li:nth-child(n) > div {
        order: initial;
    }

    #why-exhibit .why > ul > li > img {
        min-height: 230px;
    }

    #why-exhibit .why > ul > li > div {
        padding: 28px !important;
    }
}

@media (max-width: 600px) {
    #why-exhibit .why > ul > li,
    #why-exhibit .why > ul > li:nth-child(n) {
        display: block !important;
        min-height: 0 !important;
        border-radius: 10px !important;
    }

    #why-exhibit .why > ul > li > img {
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    #why-exhibit .why > ul > li > div {
        padding: 24px 22px 26px !important;
    }

    #why-exhibit .why > ul > li > div > h3 {
        font-size: 18px !important;
    }

    #why-exhibit .why > ul > li > div > span {
        margin-bottom: 14px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #why-exhibit .why > ul > li,
    #why-exhibit .why > ul > li > img {
        transition: none !important;
    }
}

/* News indexes: shared editorial list, pagination and empty states. */
.industry-news-page {
    padding-bottom: 80px;
}

.industry-news-page .content-right {
    width: 100% !important;
}

.industry-news-index {
    min-width: 0;
}

.industry-news-heading {
    padding: 2px 0 28px;
    border-bottom: 2px solid var(--gge-ink);
}

.industry-news-heading h1 {
    margin: 0;
    color: var(--gge-ink);
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.industry-news-heading p {
    max-width: 560px;
    margin: 12px 0 0;
    color: var(--gge-ink-muted);
    font-size: 15px;
    line-height: 1.7;
}

.industry-news-list {
    margin: 0;
}

.industry-news-item {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: 32px;
    padding: 30px 0;
    border-bottom: 1px solid var(--gge-line);
}

.industry-news-image {
    display: block;
    align-self: start;
    overflow: hidden;
    border-radius: var(--gge-radius-card);
    background: var(--gge-accent-soft);
    aspect-ratio: 16 / 10;
}

.industry-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms var(--gge-ease);
}

.industry-news-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.industry-news-content time {
    color: var(--gge-ink-muted);
    font-size: 13px;
    line-height: 1.4;
}

.industry-news-content h2 {
    width: 100%;
    margin: 10px 0 0;
    color: var(--gge-ink);
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: -0.02em;
}

.industry-news-content h2 a {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.industry-news-content > p {
    display: -webkit-box;
    max-width: 62ch;
    margin: 13px 0 0;
    overflow: hidden;
    color: var(--gge-ink-muted);
    font-size: 14px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.industry-news-read {
    margin-top: auto;
    padding-top: 18px;
    color: var(--gge-ink);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--gge-accent);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    transition: color 160ms var(--gge-ease);
}

.industry-news-empty {
    padding: 56px 0 64px;
    border-bottom: 1px solid var(--gge-line);
}

.industry-news-empty h2 {
    margin: 0;
    color: var(--gge-ink);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
}

.industry-news-empty p {
    margin: 12px 0 0;
    color: var(--gge-ink-muted);
    font-size: 15px;
    line-height: 1.7;
}

.industry-news-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    height: 44px;
    margin-top: 24px;
    padding: 0 20px;
    border: 1px solid var(--gge-dark);
    border-radius: var(--gge-radius-button);
    background: var(--gge-dark);
    color: #ffffff;
    font-size: 14px;
    transition: background-color 160ms var(--gge-ease), transform 160ms var(--gge-ease);
}

.industry-news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 4px;
    padding: 24px 0 0;
    border-top: 1px solid var(--gge-line);
}

.industry-news-size {
    display: flex;
    margin: 0;
    padding-right: 18px;
    align-items: center;
    gap: 10px;
    border-right: 1px solid var(--gge-line);
    color: var(--gge-ink-muted);
    font-size: 14px;
}

.industry-news-size-menu {
    position: relative;
}

.industry-news-size-menu > summary {
    display: flex;
    width: 80px;
    height: 36px;
    padding: 0 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--gge-line);
    border-radius: 6px;
    background: var(--gge-paper);
    color: var(--gge-ink);
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.industry-news-size-menu > summary::-webkit-details-marker {
    display: none;
}

.industry-news-size-menu > summary i {
    color: var(--gge-ink-muted);
    font-size: 10px;
}

.industry-news-size-options {
    position: absolute;
    z-index: 5;
    bottom: calc(100% + 8px);
    left: 0;
    display: grid;
    width: 80px;
    padding: 4px;
    border: 1px solid var(--gge-line);
    border-radius: 8px;
    background: var(--gge-paper);
    box-shadow: 0 8px 24px rgba(35, 29, 25, 0.11);
    box-sizing: border-box;
}

.industry-news-size-menu:not([open]) .industry-news-size-options {
    display: none;
}

.industry-news-size-options a {
    display: flex;
    height: 32px;
    padding: 0 9px;
    align-items: center;
    border-radius: 5px;
    color: var(--gge-ink);
    font-size: 14px;
}

.industry-news-size-options a.current {
    background: var(--gge-accent-soft);
    color: var(--gge-accent-text);
    font-weight: 500;
}

.industry-news-size-menu > summary:focus-visible,
.industry-news-size-options a:focus-visible,
.industry-news-pages > a:focus-visible,
.industry-news-read:focus-visible,
.industry-news-empty a:focus-visible {
    outline: 2px solid var(--gge-accent);
    outline-offset: 3px;
}

.industry-news-pages {
    display: flex;
    align-items: center;
    gap: 5px;
}

.industry-news-pages > a,
.industry-news-pages > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid var(--gge-line);
    border-radius: 6px;
    background: var(--gge-paper);
    color: var(--gge-ink);
    font-size: 13px;
}

.industry-news-pages > span[aria-disabled="true"] {
    color: var(--gge-ink-muted);
    opacity: 0.55;
}

.industry-news-pages > .industry-news-page-current {
    border-color: var(--gge-accent);
    background: var(--gge-accent);
    color: #ffffff;
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    .industry-news-item:hover .industry-news-image img {
        transform: scale(1.025);
    }

    .industry-news-content h2 a:hover,
    .industry-news-read:hover {
        color: var(--gge-accent-text);
    }

    .industry-news-empty a:hover {
        background: #292b2e;
        color: #ffffff;
        transform: translateY(-2px);
    }

    .industry-news-pages > a:hover {
        border-color: var(--gge-accent);
        background: var(--gge-accent-soft);
    }

    .industry-news-size-options a:hover {
        background: var(--gge-accent-soft);
        color: var(--gge-accent-text);
    }
}

@media (max-width: 768px) {
    .industry-news-page {
        padding-bottom: 64px;
    }

    .industry-news-heading {
        padding-bottom: 22px;
    }

    .industry-news-heading h1 {
        font-size: 30px;
    }

    .industry-news-item {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 0 28px;
    }

    .industry-news-content h2 {
        margin-top: 8px;
        font-size: 21px;
    }

    .industry-news-read {
        margin-top: 0;
    }

    .industry-news-empty {
        padding: 42px 0 48px;
    }

    .industry-news-pagination {
        justify-content: center;
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .industry-news-size {
        padding-right: 0;
        border-right: 0;
    }

    .industry-news-pages {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .industry-news-image img,
    .industry-news-empty a {
        transition: none;
    }

    .industry-news-item:hover .industry-news-image img,
    .industry-news-empty a:hover {
        transform: none;
    }
}

/* Homepage hero: full-width campaign artwork carousel. */
.home-hero {
    padding: 0 !important;
    border-bottom: 0;
    background: var(--gge-home-surface-soft);
}

.home-hero::after {
    display: none;
}

.home-hero-inner {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
}

.home-hero-visual {
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
    aspect-ratio: 2560 / 1196 !important;
    border-radius: 0;
    background: var(--gge-home-surface-soft);
}

.home-hero-carousel,
.home-hero-carousel .swiper-wrapper,
.home-hero-slide,
.home-hero-slide > a {
    width: 100%;
    height: 100%;
}

.home-hero-slide img,
.home-hero-slide-poster img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.home-actions {
    margin-top: 0;
    padding: 0 24px !important;
    border-top: 1px solid rgba(29, 26, 23, 0.08) !important;
    border-bottom: 1px solid rgba(29, 26, 23, 0.08) !important;
    background: var(--gge-home-surface) !important;
}

.home-hero-pagination {
    bottom: 16px !important;
}

@media (max-width: 767px) {
    .home-hero-visual {
        aspect-ratio: 2560 / 1196 !important;
    }

    .home-hero-carousel .home-hero-prev,
    .home-hero-carousel .home-hero-next,
    .home-hero-carousel .home-hero-pagination {
        display: none !important;
    }

    .home-actions {
        margin-top: 0;
        padding: 0 !important;
    }

}
