:root {
  --gxr-ink: #0a3044;
  --gxr-ink-2: #123f55;
  --gxr-sky: #eaf5fb;
  --gxr-sky-2: #d6e9f3;
  --gxr-white: #ffffff;
  --gxr-paper: #f7fafc;
  --gxr-line: rgba(10, 48, 68, .15);
  --gxr-gold: #b79268;
  --gxr-muted: #607584;
  --gxr-shadow: 0 24px 70px rgba(11, 48, 68, .14);
  --gxr-radius: 4px;
  --gxr-header: 82px;
}

html:has(body.apt44-gxr-active) { scroll-behavior: smooth; scroll-padding-top: calc(var(--gxr-header) + 20px); }
body.apt44-gxr-active { margin: 0; min-width: 320px; overflow-x: clip; background: var(--gxr-paper); color: var(--gxr-ink); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif; }
body.apt44-gxr-active * { box-sizing: border-box; }
body.apt44-gxr-active a { color: inherit; }
body.apt44-gxr-active img { max-width: 100%; height: auto; }
body.apt44-gxr-active .gxr-shell { min-height: 100vh; overflow: clip; background: var(--gxr-paper); }
body.apt44-gxr-active .gxr-skip-link { position: fixed; z-index: 10050; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-160%); background: #fff; color: #082e42; box-shadow: var(--gxr-shadow); text-decoration: none; }
body.apt44-gxr-active .gxr-skip-link:focus { transform: none; }

body.apt44-gxr-active .gxr-header { position: fixed; z-index: 10000; inset: 0 0 auto; min-height: var(--gxr-header); border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(7, 38, 55, .93); color: #fff; backdrop-filter: blur(16px); transition: background .25s ease, box-shadow .25s ease; }
body.apt44-gxr-active .gxr-header.is-scrolled { background: rgba(7, 38, 55, .985); box-shadow: 0 15px 40px rgba(7,38,55,.18); }
body.admin-bar.apt44-gxr-active .gxr-header { top: 32px; }
body.apt44-gxr-active .gxr-header__inner { width: min(1480px, calc(100% - 40px)); min-height: var(--gxr-header); margin: 0 auto; display: flex; align-items: stretch; justify-content: space-between; gap: 24px; }
body.apt44-gxr-active .gxr-brand { min-width: 242px; display: flex; align-items: center; gap: 15px; color: #fff; text-decoration: none; }
body.apt44-gxr-active .gxr-brand__mark { min-width: 62px; padding: 9px 7px; border: 1px solid rgba(255,255,255,.52); color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: .68rem; letter-spacing: .2em; text-align: center; }
body.apt44-gxr-active .gxr-brand__name { display: grid; gap: 3px; }
body.apt44-gxr-active .gxr-brand__name strong { font-size: 1.03rem; letter-spacing: -.035em; }
body.apt44-gxr-active .gxr-brand__name small { color: #bed5df; font-family: Georgia, "Times New Roman", serif; font-size: .56rem; letter-spacing: .14em; }
body.apt44-gxr-active .gxr-nav { display: flex; align-items: stretch; justify-content: flex-end; }
body.apt44-gxr-active .gxr-nav > a { min-width: max-content; padding: 0 11px; display: flex; align-items: center; justify-content: center; position: relative; color: #eef7fa; font-size: .77rem; font-weight: 700; text-decoration: none; }
body.apt44-gxr-active .gxr-nav > a:not(.gxr-nav__call)::after { content: ""; position: absolute; right: 11px; bottom: 18px; left: 11px; height: 1px; transform: scaleX(0); transform-origin: left; background: #d7b989; transition: transform .2s ease; }
body.apt44-gxr-active .gxr-nav > a:hover::after,
body.apt44-gxr-active .gxr-nav > a:focus-visible::after { transform: scaleX(1); }
body.apt44-gxr-active .gxr-nav__call { margin: 14px 0 14px 9px; padding: 8px 14px !important; flex-direction: column; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); font-size: .9rem !important; letter-spacing: .03em; }
body.apt44-gxr-active .gxr-nav__call small { color: #cce0e8; font-size: .58rem; font-weight: 600; }
body.apt44-gxr-active .gxr-menu-toggle { display: none; }

body.apt44-gxr-active .gxr-main { min-height: 68vh; padding-top: var(--gxr-header); }
body.admin-bar.apt44-gxr-active .gxr-main { padding-top: calc(var(--gxr-header) + 32px); }
body.apt44-gxr-active .gxr-main > .wp-block-group,
body.apt44-gxr-active .gxr-blog-article > .wp-block-group { margin-block-start: 0; margin-block-end: 0; }
body.apt44-gxr-active .gxr-main p { line-height: 1.8; }

body.apt44-gxr-active .gxr-hero { width: 100%; min-height: min(760px, calc(100vh - var(--gxr-header))); display: grid; align-items: stretch; position: relative; isolation: isolate; overflow: hidden; background: var(--gxr-sky); }
body.apt44-gxr-active .gxr-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(234,245,251,.98) 0%, rgba(234,245,251,.93) 25%, rgba(234,245,251,.25) 48%, rgba(234,245,251,0) 70%); }
body.apt44-gxr-active .gxr-hero__media { position: absolute; z-index: 0; inset: 0; margin: 0; }
body.apt44-gxr-active .gxr-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body.apt44-gxr-active .gxr-hero__content { width: min(1260px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0 90px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; position: relative; z-index: 2; }
body.apt44-gxr-active .gxr-hero__eyebrow,
body.apt44-gxr-active .gxr-section__eyebrow { margin: 0 0 18px; color: #8a6d4c; font-family: Georgia, "Times New Roman", serif; font-size: .74rem; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
body.apt44-gxr-active .gxr-hero h1 { max-width: 640px; margin: 0; color: var(--gxr-ink); font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(3rem, 7vw, 6.4rem); font-weight: 500; letter-spacing: -.065em; line-height: .98; text-wrap: balance; word-break: keep-all; }
body.apt44-gxr-active .gxr-hero__lead { max-width: 540px; margin: 28px 0 0; color: #36576a; font-size: clamp(1rem, 1.6vw, 1.22rem); line-height: 1.8; word-break: keep-all; }
body.apt44-gxr-active .gxr-hero__meta { margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 7px; }
body.apt44-gxr-active .gxr-hero__meta span { padding: 9px 12px; border: 1px solid rgba(10,48,68,.18); background: rgba(255,255,255,.7); color: var(--gxr-ink); font-size: .76rem; font-weight: 700; }
body.apt44-gxr-active .gxr-child-hero { min-height: 600px; }
body.apt44-gxr-active .gxr-child-hero h1 { max-width: 760px; font-size: clamp(2.6rem, 6.6vw, 5.6rem); }
body.apt44-gxr-active .gxr-blog-hero { min-height: 650px; }
body.apt44-gxr-active .gxr-blog-hero h1 { max-width: 820px; font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: 1.08; }

body.apt44-gxr-active .wp-block-buttons.gxr-buttons { margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
body.apt44-gxr-active .gxr-buttons .wp-block-button__link { min-height: 48px; padding: 13px 20px; border: 1px solid var(--gxr-ink); border-radius: 0; background: var(--gxr-ink); color: #fff; font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
body.apt44-gxr-active .gxr-buttons .is-style-outline .wp-block-button__link { background: rgba(255,255,255,.74); color: var(--gxr-ink); }
body.apt44-gxr-active .gxr-buttons .wp-block-button__link:hover,
body.apt44-gxr-active .gxr-buttons .wp-block-button__link:focus-visible { transform: translateY(-2px); background: #174e67; color: #fff; }

body.apt44-gxr-active .gxr-vr-section { width: 100%; padding: clamp(64px, 8vw, 110px) max(20px, 4vw); background: #072b3e; color: #fff; }
body.apt44-gxr-active .gxr-vr-section__inner { width: min(1280px, 100%); margin: 0 auto; }
body.apt44-gxr-active .gxr-vr-section h2 { max-width: 900px; margin: 0; color: #fff; font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 500; line-height: 1.12; word-break: keep-all; }
body.apt44-gxr-active .gxr-vr-section p { max-width: 860px; color: #c9dce5; }
body.apt44-gxr-active .gxr-vr-frame { width: 100%; min-height: 680px; margin: 30px 0 0; display: block; border: 1px solid rgba(255,255,255,.26); background: #031722; box-shadow: 0 32px 80px rgba(0,0,0,.25); }
body.apt44-gxr-active .gxr-vr-fallback { margin: 14px 0 0; color: #c9dce5; font-size: .78rem; }
body.apt44-gxr-active .gxr-vr-fallback a { color: #fff; text-underline-offset: 3px; }

body.apt44-gxr-active .gxr-toc { width: 100%; padding: 30px max(20px, 4vw); border-bottom: 1px solid var(--gxr-line); background: #fff; }
body.apt44-gxr-active .gxr-toc__inner { width: min(1180px, 100%); margin: 0 auto; display: flex; align-items: center; gap: 20px; }
body.apt44-gxr-active .gxr-toc strong { min-width: max-content; color: var(--gxr-gold); font-family: Georgia, serif; font-size: .72rem; letter-spacing: .18em; }
body.apt44-gxr-active .gxr-toc nav { display: flex; flex-wrap: wrap; gap: 8px; }
body.apt44-gxr-active .gxr-toc a { padding: 8px 11px; border: 1px solid var(--gxr-line); color: var(--gxr-ink); font-size: .77rem; font-weight: 700; text-decoration: none; }

body.apt44-gxr-active .gxr-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 9vw, 128px) 0; }
body.apt44-gxr-active .gxr-section--wide { width: min(1380px, calc(100% - 40px)); }
body.apt44-gxr-active .gxr-section--tight { padding-block: clamp(52px, 7vw, 90px); }
body.apt44-gxr-active .gxr-section--dark { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--gxr-ink); color: #fff; }
body.apt44-gxr-active .gxr-section--sky { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--gxr-sky); }
body.apt44-gxr-active .gxr-section h2 { max-width: 900px; margin: 0; color: var(--gxr-ink); font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(2.1rem, 4.6vw, 4.8rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; word-break: keep-all; text-wrap: balance; }
body.apt44-gxr-active .gxr-section h3 { color: var(--gxr-ink); font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(1.4rem, 2.2vw, 2.1rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.3; word-break: keep-all; }
body.apt44-gxr-active .gxr-section--dark h2,
body.apt44-gxr-active .gxr-section--dark h3 { color: #fff; }
body.apt44-gxr-active .gxr-section__lead { max-width: 820px; margin: 24px 0 0; color: var(--gxr-muted); font-size: 1.02rem; }
body.apt44-gxr-active .gxr-section--dark .gxr-section__lead { color: #c4d6df; }
body.apt44-gxr-active .gxr-note { margin: 22px 0 0; padding: 16px 18px; border-left: 2px solid var(--gxr-gold); background: rgba(183,146,104,.09); color: var(--gxr-muted); font-size: .82rem; line-height: 1.75; }
body.apt44-gxr-active .gxr-section--dark .gxr-note { color: #c8d9e1; background: rgba(255,255,255,.06); }

body.apt44-gxr-active .gxr-card-grid { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
body.apt44-gxr-active .gxr-card { min-height: 240px; padding: 32px 28px; border: 1px solid var(--gxr-line); background: #fff; box-shadow: 0 14px 38px rgba(10,48,68,.055); }
body.apt44-gxr-active .gxr-card__index { margin: 0 0 32px; color: var(--gxr-gold); font-family: Georgia, serif; font-size: .7rem; letter-spacing: .16em; }
body.apt44-gxr-active .gxr-card h3 { margin: 0 0 13px; }
body.apt44-gxr-active .gxr-card p { margin: 0; color: var(--gxr-muted); font-size: .9rem; }
body.apt44-gxr-active .gxr-section--dark .gxr-card { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); box-shadow: none; }
body.apt44-gxr-active .gxr-section--dark .gxr-card p { color: #c7d8e0; }

body.apt44-gxr-active .gxr-stats { margin: 42px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--gxr-line); border-left: 1px solid var(--gxr-line); }
body.apt44-gxr-active .gxr-stat { min-height: 170px; padding: 26px; border-right: 1px solid var(--gxr-line); border-bottom: 1px solid var(--gxr-line); background: rgba(255,255,255,.54); }
body.apt44-gxr-active .gxr-stat small { display: block; margin-bottom: 20px; color: var(--gxr-muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
body.apt44-gxr-active .gxr-stat strong { display: block; color: var(--gxr-ink); font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(1.35rem, 2.3vw, 2.2rem); font-weight: 500; line-height: 1.25; }

body.apt44-gxr-active .gxr-split { margin: 44px 0 0; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(320px,.82fr); align-items: center; gap: clamp(30px, 6vw, 86px); }
body.apt44-gxr-active .gxr-split--reverse { grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr); }
body.apt44-gxr-active .gxr-split__media { margin: 0; overflow: hidden; background: #dcebf2; box-shadow: var(--gxr-shadow); }
body.apt44-gxr-active .gxr-split__media img { width: 100%; min-height: 420px; display: block; object-fit: cover; }
body.apt44-gxr-active .gxr-split__copy ul { margin: 22px 0 0; padding: 0; list-style: none; }
body.apt44-gxr-active .gxr-split__copy li { padding: 12px 0; border-bottom: 1px solid var(--gxr-line); color: var(--gxr-muted); line-height: 1.7; }

body.apt44-gxr-active .gxr-gallery { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
body.apt44-gxr-active .gxr-gallery-card { overflow: hidden; border: 1px solid var(--gxr-line); background: #fff; }
body.apt44-gxr-active .gxr-gallery-card figure { margin: 0; aspect-ratio: 1 / 1.08; overflow: hidden; background: #fff; }
body.apt44-gxr-active .gxr-gallery-card figure img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
body.apt44-gxr-active .gxr-gallery-card__body { padding: 22px; }
body.apt44-gxr-active .gxr-gallery-card__body h3 { margin: 0; }
body.apt44-gxr-active .gxr-gallery-card__body p { margin: 11px 0 0; color: var(--gxr-muted); font-size: .84rem; }

body.apt44-gxr-active .gxr-community-visual { margin: 42px 0 0; }
body.apt44-gxr-active .gxr-community-visual img { width: 100%; display: block; box-shadow: var(--gxr-shadow); }
body.apt44-gxr-active .gxr-community-plan { max-width: 850px; margin: 36px auto 0; }
body.apt44-gxr-active .gxr-community-plan img { width: 100%; }

body.apt44-gxr-active .gxr-table-hint { margin: 28px 0 8px; color: var(--gxr-muted); font-size: .78rem; font-weight: 700; }
body.apt44-gxr-active .gxr-table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--gxr-line); background: #fff; -webkit-overflow-scrolling: touch; }
body.apt44-gxr-active .gxr-table-scroll table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; }
body.apt44-gxr-active .gxr-table-scroll th,
body.apt44-gxr-active .gxr-table-scroll td { padding: 16px 18px; border: 0; border-bottom: 1px solid var(--gxr-line); text-align: left; white-space: nowrap; }
body.apt44-gxr-active .gxr-table-scroll th { background: var(--gxr-sky); color: var(--gxr-ink); font-size: .78rem; }
body.apt44-gxr-active .gxr-table-scroll td { color: #3e5b6a; font-size: .88rem; }

body.apt44-gxr-active .gxr-link-list { margin: 36px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.apt44-gxr-active .gxr-link-list a { min-height: 76px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--gxr-line); background: #fff; color: var(--gxr-ink); font-weight: 800; text-decoration: none; }
body.apt44-gxr-active .gxr-link-list a::after { content: "↗"; color: var(--gxr-gold); }

body.apt44-gxr-active .gxr-blog-body { width: 100%; }
body.apt44-gxr-active .gxr-blog-article { width: 100%; margin: 0; padding: 0; }
body.apt44-gxr-active .gxr-blog-article > .wp-block-group:not(.gxr-hero):not(.gxr-vr-section):not(.gxr-toc):not(.gxr-section--dark):not(.gxr-section--sky) { }
body.apt44-gxr-active .gxr-blog-summary { margin: 34px 0 0; padding: 24px; border: 1px solid var(--gxr-line); background: #fff; }
body.apt44-gxr-active .gxr-blog-summary p { margin: 0; }
body.apt44-gxr-active .gxr-hashtags { display: flex; flex-wrap: wrap; gap: 7px; }
body.apt44-gxr-active .gxr-hashtags span { padding: 8px 11px; background: var(--gxr-sky); color: var(--gxr-ink); font-size: .77rem; font-weight: 700; }

body.apt44-gxr-active .gxr-footer { padding: 68px max(22px,4vw) 34px; background: #041f2e; color: #d5e3ea; }
body.apt44-gxr-active .gxr-footer__inner { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: 1.05fr .8fr 1.55fr; gap: 42px; }
body.apt44-gxr-active .gxr-footer__eyebrow { margin: 0 0 16px; color: #c7a477; font-family: Georgia, serif; font-size: .7rem; letter-spacing: .2em; }
body.apt44-gxr-active .gxr-footer__logo { margin: 0; color: #fff; font-family: Georgia, "Noto Serif KR", serif; font-size: 1.2rem; line-height: 1.65; }
body.apt44-gxr-active .gxr-footer address { font-style: normal; font-size: .82rem; line-height: 2; }
body.apt44-gxr-active .gxr-footer a { color: #fff; text-underline-offset: 3px; }
body.apt44-gxr-active .gxr-footer-menu { display: flex; flex-wrap: wrap; align-content: flex-start; gap: 8px; }
body.apt44-gxr-active .gxr-footer-menu a { padding: 9px 11px; border: 1px solid rgba(255,255,255,.16); font-size: .75rem; text-decoration: none; animation: gxr-footer-invite 7s ease-in-out infinite; }
body.apt44-gxr-active .gxr-footer__notice { width: min(1180px,100%); margin: 38px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #a9bdc8; font-size: .76rem; line-height: 1.8; }

body.apt44-gxr-active .gxr-floating-call { position: fixed; z-index: 10020; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); min-width: 170px; min-height: 64px; padding: 10px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.38); background: #0a3d55; color: #fff; box-shadow: 0 16px 42px rgba(4,31,46,.38); text-decoration: none; animation: gxr-call-invite 4.8s ease-in-out infinite; }
body.apt44-gxr-active .gxr-floating-call small { color: #c9dce5; font-size: .62rem; }
body.apt44-gxr-active .gxr-floating-call strong { font-size: 1.05rem; letter-spacing: .04em; }

body.apt44-gxr-active.gxr-js .gxr-reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
body.apt44-gxr-active.gxr-js .gxr-reveal.is-visible { opacity: 1; transform: none; }
body.apt44-gxr-active :focus-visible { outline: 3px solid #f1c589; outline-offset: 3px; }

@keyframes gxr-call-invite { 0%,78%,100% { transform: translateY(0); } 84% { transform: translateY(-5px); } 90% { transform: translateY(0); } }
@keyframes gxr-footer-invite { 0%,88%,100% { transform: translateY(0); } 92% { transform: translateY(-2px); } }

@media (max-width: 1180px) {
  :root { --gxr-header: 76px; }
  body.apt44-gxr-active .gxr-header__inner { width: calc(100% - 28px); }
  body.apt44-gxr-active .gxr-menu-toggle { width: 58px; min-height: 54px; margin: 11px 0; padding: 6px; display: grid; place-content: center; gap: 4px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; background: transparent; color: #fff; cursor: pointer; animation: gxr-footer-invite 5.5s ease-in-out infinite; }
  body.apt44-gxr-active .gxr-menu-toggle span { font-size: .68rem; font-weight: 800; }
  body.apt44-gxr-active .gxr-menu-toggle i { width: 22px; height: 1px; display: block; background: #fff; transition: transform .2s ease; }
  body.apt44-gxr-active .gxr-menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(2.5px) rotate(45deg); }
  body.apt44-gxr-active .gxr-menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-2.5px) rotate(-45deg); }
  body.apt44-gxr-active .gxr-nav { position: fixed; z-index: 9999; top: var(--gxr-header); right: 0; left: 0; height: calc(100dvh - var(--gxr-header)); padding: 24px 24px 130px; display: block; overflow-y: auto; pointer-events: none; visibility: hidden; clip-path: inset(0 0 0 100%); background: rgba(4,31,46,.99); transition: clip-path .22s ease, visibility .22s step-end; }
  body.admin-bar.apt44-gxr-active .gxr-nav { top: calc(var(--gxr-header) + 32px); height: calc(100dvh - var(--gxr-header) - 32px); }
  body.apt44-gxr-active .gxr-nav.is-open { pointer-events: auto; visibility: visible; clip-path: inset(0); transition: clip-path .22s ease; }
  body.apt44-gxr-active .gxr-nav > a { min-height: 50px; padding: 0 3px; justify-content: flex-start; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .9rem; }
  body.apt44-gxr-active .gxr-nav > a::after { display: none; }
  body.apt44-gxr-active .gxr-nav__call { margin: 20px 0 0; padding: 12px 14px !important; align-items: flex-start; border: 1px solid rgba(255,255,255,.3) !important; }
  html.gxr-menu-open,
  body.apt44-gxr-active.gxr-menu-open { overflow: hidden; overscroll-behavior: none; }
  body.apt44-gxr-active .gxr-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.apt44-gxr-active .gxr-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  body.admin-bar.apt44-gxr-active .gxr-header { top: 46px; }
  body.admin-bar.apt44-gxr-active .gxr-main { padding-top: calc(var(--gxr-header) + 46px); }
  body.admin-bar.apt44-gxr-active .gxr-nav { top: calc(var(--gxr-header) + 46px); height: calc(100dvh - var(--gxr-header) - 46px); }
}

@media (max-width: 760px) {
  :root { --gxr-header: 70px; }
  body.apt44-gxr-active .gxr-header__inner { width: calc(100% - 20px); }
  body.apt44-gxr-active .gxr-brand { min-width: 0; gap: 9px; }
  body.apt44-gxr-active .gxr-brand__mark { min-width: 50px; padding: 8px 5px; font-size: .56rem; }
  body.apt44-gxr-active .gxr-brand__name strong { font-size: .9rem; }
  body.apt44-gxr-active .gxr-brand__name small { font-size: .46rem; }
  body.apt44-gxr-active .gxr-menu-toggle { width: 54px; min-height: 50px; margin: 10px 0; }
  body.apt44-gxr-active .gxr-hero { min-height: 690px; }
  body.apt44-gxr-active .gxr-hero::after { background: linear-gradient(180deg, rgba(234,245,251,.98) 0%, rgba(234,245,251,.88) 42%, rgba(234,245,251,.2) 72%, rgba(234,245,251,.08) 100%); }
  body.apt44-gxr-active .gxr-hero__media img { object-position: 61% center; }
  body.apt44-gxr-active .gxr-hero__content { width: calc(100% - 34px); padding: 88px 0 64px; justify-content: flex-start; }
  body.apt44-gxr-active .gxr-hero h1 { max-width: 100%; font-size: clamp(2.7rem, 16vw, 4.4rem); line-height: 1; }
  body.apt44-gxr-active .gxr-blog-hero h1 { font-size: clamp(2.15rem, 11vw, 3.6rem); line-height: 1.08; }
  body.apt44-gxr-active .gxr-hero__lead { margin-top: 20px; font-size: .94rem; }
  body.apt44-gxr-active .gxr-vr-section { padding: 60px 14px; }
  body.apt44-gxr-active .gxr-vr-frame { min-height: 560px; margin-top: 24px; }
  body.apt44-gxr-active .gxr-toc { padding: 20px 14px; }
  body.apt44-gxr-active .gxr-toc__inner { display: block; }
  body.apt44-gxr-active .gxr-toc nav { margin-top: 12px; }
  body.apt44-gxr-active .gxr-section,
  body.apt44-gxr-active .gxr-section--wide { width: calc(100% - 28px); }
  body.apt44-gxr-active .gxr-section--dark,
  body.apt44-gxr-active .gxr-section--sky { width: 100%; padding-inline: 14px; }
  body.apt44-gxr-active .gxr-card-grid,
  body.apt44-gxr-active .gxr-gallery,
  body.apt44-gxr-active .gxr-link-list { grid-template-columns: 1fr; }
  body.apt44-gxr-active .gxr-card { min-height: 0; padding: 26px 22px; }
  body.apt44-gxr-active .gxr-card__index { margin-bottom: 18px; }
  body.apt44-gxr-active .gxr-stats { grid-template-columns: 1fr; }
  body.apt44-gxr-active .gxr-stat { min-height: 130px; }
  body.apt44-gxr-active .gxr-split,
  body.apt44-gxr-active .gxr-split--reverse { grid-template-columns: 1fr; gap: 28px; }
  body.apt44-gxr-active .gxr-split--reverse .gxr-split__media { order: -1; }
  body.apt44-gxr-active .gxr-split__media img { min-height: 300px; }
  body.apt44-gxr-active .gxr-gallery-card figure { aspect-ratio: 1 / 1.05; }
  body.apt44-gxr-active .gxr-footer { padding: 54px 18px 28px; }
  body.apt44-gxr-active .gxr-footer__inner { grid-template-columns: 1fr; gap: 28px; }
  body.apt44-gxr-active .gxr-floating-call { right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-width: 144px; min-height: 58px; padding: 8px 13px; }
}

@media (max-width: 360px) {
  body.apt44-gxr-active .gxr-brand__name small { display: none; }
  body.apt44-gxr-active .gxr-hero h1 { font-size: 2.55rem; }
  body.apt44-gxr-active .gxr-vr-frame { min-height: 520px; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.apt44-gxr-active) { scroll-behavior: auto; }
  body.apt44-gxr-active *,
  body.apt44-gxr-active *::before,
  body.apt44-gxr-active *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  body.apt44-gxr-active.gxr-js .gxr-reveal { opacity: 1; transform: none; }
}
