:root {
  --uhr-ink: #13211f;
  --uhr-ink-soft: #263936;
  --uhr-forest: #183f39;
  --uhr-forest-deep: #0c2825;
  --uhr-sage: #a6b8ae;
  --uhr-gold: #b99b66;
  --uhr-gold-light: #d7c49d;
  --uhr-ivory: #f3f0e9;
  --uhr-paper: #faf9f5;
  --uhr-white: #fff;
  --uhr-muted: #66716e;
  --uhr-line: rgba(19, 33, 31, .15);
  --uhr-shadow: 0 28px 78px rgba(13, 39, 35, .16);
  --uhr-header: 82px;
}

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

body.apt44-uhr-active .uhr-header { position: fixed; z-index: 10000; inset: 0 0 auto; min-height: var(--uhr-header); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(12,40,37,.92); color: #fff; backdrop-filter: blur(18px); transition: background .25s ease, box-shadow .25s ease; }
body.apt44-uhr-active .uhr-header.is-scrolled { background: rgba(9,31,29,.985); box-shadow: 0 14px 40px rgba(5,24,22,.22); }
body.admin-bar.apt44-uhr-active .uhr-header { top: 32px; }
body.apt44-uhr-active .uhr-header__inner { width: min(1500px, calc(100% - 38px)); min-height: var(--uhr-header); margin: 0 auto; display: flex; align-items: stretch; justify-content: space-between; gap: 24px; }
body.apt44-uhr-active .uhr-brand { min-width: 260px; display: flex; align-items: center; gap: 14px; color: #fff; text-decoration: none; }
body.apt44-uhr-active .uhr-brand__mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(215,196,157,.7); color: var(--uhr-gold-light); font-family: Georgia, serif; font-size: 1rem; letter-spacing: .06em; }
body.apt44-uhr-active .uhr-brand__name { display: grid; gap: 3px; }
body.apt44-uhr-active .uhr-brand__name strong { font-family: "Noto Serif KR", Georgia, serif; font-size: 1rem; font-weight: 600; letter-spacing: -.035em; }
body.apt44-uhr-active .uhr-brand__name small { color: #b8c8c3; font-family: Georgia, serif; font-size: .53rem; letter-spacing: .16em; }
body.apt44-uhr-active .uhr-nav { display: flex; align-items: stretch; justify-content: flex-end; }
body.apt44-uhr-active .uhr-nav > a { min-width: max-content; padding: 0 10px; display: flex; align-items: center; justify-content: center; position: relative; color: #eef4f1; font-size: .75rem; font-weight: 700; text-decoration: none; }
body.apt44-uhr-active .uhr-nav > a:not(.uhr-nav__call)::after { content: ""; position: absolute; right: 10px; bottom: 18px; left: 10px; height: 1px; transform: scaleX(0); transform-origin: left; background: var(--uhr-gold-light); transition: transform .2s ease; }
body.apt44-uhr-active .uhr-nav > a:hover::after,
body.apt44-uhr-active .uhr-nav > a:focus-visible::after { transform: scaleX(1); }
body.apt44-uhr-active .uhr-nav__call { margin: 13px 0 13px 9px; padding: 7px 14px !important; flex-direction: column; border: 1px solid rgba(215,196,157,.52); background: rgba(185,155,102,.1); font-size: .9rem !important; letter-spacing: .04em; }
body.apt44-uhr-active .uhr-nav__call small { color: #c8d5d1; font-size: .58rem; font-weight: 600; }
body.apt44-uhr-active .uhr-menu-toggle { display: none; }

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

body.apt44-uhr-active .uhr-hero { width: 100%; min-height: min(820px, calc(100vh - var(--uhr-header))); position: relative; isolation: isolate; overflow: hidden; background: var(--uhr-forest-deep); color: #fff; }
body.apt44-uhr-active .uhr-hero__inner { width: 100%; min-height: inherit; display: grid; grid-template-columns: minmax(390px, .82fr) minmax(520px, 1.18fr); align-items: stretch; }
body.apt44-uhr-active .uhr-hero__media { grid-column: 2; min-height: inherit; position: relative; overflow: hidden; }
body.apt44-uhr-active .uhr-hero__media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--uhr-forest-deep) 0%, rgba(12,40,37,.58) 18%, transparent 54%), linear-gradient(0deg, rgba(5,22,20,.4), transparent 45%); }
body.apt44-uhr-active .uhr-hero__image { position: absolute; inset: 0; margin: 0; }
body.apt44-uhr-active .uhr-hero__image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 42%; }
body.apt44-uhr-active .uhr-hero__copy { width: min(650px, calc(100% - 58px)); margin: 0 0 0 max(30px, calc((100vw - 1380px) / 2)); padding: clamp(86px, 10vw, 145px) 0 90px; grid-column: 1; grid-row: 1; align-self: center; position: relative; z-index: 2; }
body.apt44-uhr-active .uhr-kicker,
body.apt44-uhr-active .uhr-eyebrow { margin: 0 0 18px; color: var(--uhr-gold); font-family: Georgia, serif; font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
body.apt44-uhr-active .uhr-hero h1 { max-width: 730px; margin: 0; color: #fff; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(3.1rem, 6vw, 6.1rem); font-weight: 500; letter-spacing: -.07em; line-height: 1.02; word-break: keep-all; text-wrap: balance; }
body.apt44-uhr-active .uhr-hero__lead { max-width: 580px; margin: 26px 0 0; color: #d4dfdb; font-size: clamp(.98rem, 1.45vw, 1.18rem); word-break: keep-all; }
body.apt44-uhr-active .uhr-image-credit { margin: 24px 0 0; color: #9fb2ad; font-size: .69rem; }
body.apt44-uhr-active .uhr-child-hero { min-height: 630px; }
body.apt44-uhr-active .uhr-child-hero h1 { font-size: clamp(2.7rem, 5vw, 5.1rem); }
body.apt44-uhr-active .uhr-blog-hero { min-height: 700px; }
body.apt44-uhr-active .uhr-blog-hero h1 { font-size: clamp(2.55rem, 4.9vw, 4.8rem); line-height: 1.08; }

body.apt44-uhr-active .wp-block-buttons.uhr-buttons { margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
body.apt44-uhr-active .uhr-buttons .wp-block-button__link { min-height: 50px; padding: 14px 21px; border: 1px solid var(--uhr-gold); border-radius: 0; background: var(--uhr-gold); color: #10201e; font-size: .81rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
body.apt44-uhr-active .uhr-buttons .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.5); background: transparent; color: #fff; }
body.apt44-uhr-active .uhr-section .uhr-buttons .is-style-outline .wp-block-button__link { border-color: var(--uhr-forest); color: var(--uhr-forest); }
body.apt44-uhr-active .uhr-section--dark .uhr-buttons .is-style-outline .wp-block-button__link,
body.apt44-uhr-active .uhr-section--accent .uhr-buttons .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.52); color: #fff; }
body.apt44-uhr-active .uhr-buttons .wp-block-button__link:hover,
body.apt44-uhr-active .uhr-buttons .wp-block-button__link:focus-visible { transform: translateY(-3px); background: #d2b681; color: #10201e; }

body.apt44-uhr-active .uhr-vr-section { width: 100%; max-width: none; padding: clamp(70px, 8vw, 118px) max(18px, 4vw); background: #091d1b; color: #fff; }
body.apt44-uhr-active .uhr-vr-section > .wp-block-group__inner-container { width: min(1320px, 100%); margin: 0 auto; }
body.apt44-uhr-active .uhr-vr__heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.58fr); gap: 18px 64px; align-items: end; }
body.apt44-uhr-active .uhr-vr__heading .uhr-eyebrow { grid-column: 1 / -1; }
body.apt44-uhr-active .uhr-vr__heading h2 { margin: 0; color: #fff; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.1; word-break: keep-all; }
body.apt44-uhr-active .uhr-vr__heading .uhr-section-lead { margin: 0; color: #b7c8c3; }
body.apt44-uhr-active .uhr-vr-frame { width: 100%; height: 760px; min-height: 760px; margin: 34px 0 0; display: block; border: 1px solid rgba(215,196,157,.35); background: #020908; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
body.apt44-uhr-active .uhr-vr-fallback { margin: 14px 0 0; color: #aabbb6; font-size: .77rem; }
body.apt44-uhr-active .uhr-vr-fallback a { color: #fff; text-underline-offset: 3px; }

body.apt44-uhr-active .uhr-toc { width: 100%; margin: 34px 0 0; padding: 20px 22px; display: flex; align-items: flex-start; gap: 24px; border: 1px solid var(--uhr-line); background: rgba(255,255,255,.64); }
body.apt44-uhr-active .uhr-toc strong { padding-top: 8px; color: var(--uhr-gold); font-family: Georgia, serif; font-size: .69rem; letter-spacing: .16em; }
body.apt44-uhr-active .uhr-toc ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
body.apt44-uhr-active .uhr-toc a { padding: 8px 11px; display: block; border: 1px solid var(--uhr-line); color: var(--uhr-ink); font-size: .77rem; font-weight: 700; text-decoration: none; }

body.apt44-uhr-active .uhr-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(76px, 9vw, 132px) 0; }
body.apt44-uhr-active .uhr-section--narrow { width: min(920px, calc(100% - 40px)); }
body.apt44-uhr-active .uhr-section--ivory { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--uhr-ivory); }
body.apt44-uhr-active .uhr-section--dark { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--uhr-forest-deep); color: #fff; }
body.apt44-uhr-active .uhr-section--accent { width: 100%; max-width: none; padding-inline: max(20px, calc((100% - 1180px) / 2)); background: var(--uhr-forest); color: #fff; }
body.apt44-uhr-active .uhr-section h2 { max-width: 920px; margin: 0; color: var(--uhr-ink); font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(2.1rem, 4.5vw, 4.6rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.12; word-break: keep-all; text-wrap: balance; }
body.apt44-uhr-active .uhr-section h3 { color: var(--uhr-ink); font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.35; word-break: keep-all; }
body.apt44-uhr-active .uhr-section--dark h2,
body.apt44-uhr-active .uhr-section--dark h3,
body.apt44-uhr-active .uhr-section--accent h2,
body.apt44-uhr-active .uhr-section--accent h3 { color: #fff; }
body.apt44-uhr-active .uhr-section-lead { max-width: 820px; margin: 24px 0 0; color: var(--uhr-muted); font-size: 1rem; }
body.apt44-uhr-active .uhr-section--dark .uhr-section-lead,
body.apt44-uhr-active .uhr-section--accent .uhr-section-lead { color: #c4d2ce; }
body.apt44-uhr-active .uhr-note { margin: 22px 0 0; padding: 16px 18px; border-left: 2px solid var(--uhr-gold); background: rgba(185,155,102,.1); color: var(--uhr-muted); font-size: .82rem; }

body.apt44-uhr-active .uhr-stat-grid { margin: 42px 0 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--uhr-line); border-left: 1px solid var(--uhr-line); }
body.apt44-uhr-active .uhr-stat { min-height: 175px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--uhr-line); border-bottom: 1px solid var(--uhr-line); background: rgba(255,255,255,.56); }
body.apt44-uhr-active .uhr-stat small { color: var(--uhr-gold); font-family: Georgia, serif; font-size: .68rem; letter-spacing: .12em; }
body.apt44-uhr-active .uhr-stat strong { margin-top: auto; color: var(--uhr-ink); font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(1.35rem, 2.3vw, 2.15rem); font-weight: 600; line-height: 1.3; }
body.apt44-uhr-active .uhr-stat span { margin-top: 5px; color: var(--uhr-muted); font-size: .76rem; }

body.apt44-uhr-active .uhr-card-grid { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
body.apt44-uhr-active .uhr-card { min-height: 238px; padding: 32px 28px; border: 1px solid var(--uhr-line); background: #fff; box-shadow: 0 15px 42px rgba(13,39,35,.055); }
body.apt44-uhr-active .uhr-card small { display: block; margin-bottom: 42px; color: var(--uhr-gold); font-family: Georgia, serif; font-size: .68rem; letter-spacing: .15em; }
body.apt44-uhr-active .uhr-card h3 { margin: 0 0 12px; }
body.apt44-uhr-active .uhr-card p { margin: 0; color: var(--uhr-muted); font-size: .89rem; }
body.apt44-uhr-active .uhr-section--dark .uhr-card,
body.apt44-uhr-active .uhr-section--accent .uhr-card { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.055); box-shadow: none; }
body.apt44-uhr-active .uhr-section--dark .uhr-card p,
body.apt44-uhr-active .uhr-section--accent .uhr-card p { color: #c1d0cc; }

body.apt44-uhr-active .wp-block-columns.uhr-split { margin: 46px 0 0; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); align-items: center; gap: clamp(30px, 6vw, 82px); }
body.apt44-uhr-active .uhr-split--reverse { grid-template-columns: minmax(310px,.85fr) minmax(0,1.15fr) !important; }
body.apt44-uhr-active .uhr-split__media { margin: 0; }
body.apt44-uhr-active .uhr-split__media figure { margin: 0; overflow: hidden; background: #e6e8e3; box-shadow: var(--uhr-shadow); }
body.apt44-uhr-active .uhr-split__media img { width: 100%; min-height: 430px; display: block; object-fit: cover; }
body.apt44-uhr-active .uhr-split__media figcaption { padding: 12px 2px 0; color: inherit; font-size: .75rem; opacity: .78; }
body.apt44-uhr-active .uhr-check-list,
body.apt44-uhr-active .uhr-address-list { margin: 20px 0 0; padding: 0; list-style: none; }
body.apt44-uhr-active .uhr-check-list li,
body.apt44-uhr-active .uhr-address-list li { padding: 13px 0; border-bottom: 1px solid currentColor; border-color: rgba(102,113,110,.25); line-height: 1.7; }

body.apt44-uhr-active .uhr-unit-preview { margin: 42px 0 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
body.apt44-uhr-active .uhr-unit-preview figure { margin: 0; padding: 14px; border: 1px solid var(--uhr-line); background: #fff; }
body.apt44-uhr-active .uhr-unit-preview img { width: 100%; aspect-ratio: 1 / 1.13; display: block; object-fit: cover; object-position: top; }
body.apt44-uhr-active .uhr-unit-preview figcaption { padding: 13px 3px 2px; color: var(--uhr-muted); font-size: .78rem; }
body.apt44-uhr-active .uhr-unit-stack { margin: 42px 0 0; display: grid; gap: 20px; }
body.apt44-uhr-active .uhr-unit-detail { display: grid; grid-template-columns: minmax(280px,.85fr) minmax(0,1.15fr); align-items: center; border: 1px solid var(--uhr-line); background: #fff; }
body.apt44-uhr-active .uhr-unit-detail__image { margin: 0; padding: 14px; border-right: 1px solid var(--uhr-line); }
body.apt44-uhr-active .uhr-unit-detail__image img { width: 100%; max-height: 620px; display: block; object-fit: contain; }
body.apt44-uhr-active .uhr-unit-detail > div { padding: clamp(26px,5vw,62px); }
body.apt44-uhr-active .uhr-unit-detail small { color: var(--uhr-gold); font-family: Georgia, serif; letter-spacing: .15em; }
body.apt44-uhr-active .uhr-unit-detail h3 { margin: 14px 0; font-size: clamp(2.4rem,5vw,4.8rem); }

body.apt44-uhr-active .uhr-contact-panel { margin: 42px 0 0; display: grid; grid-template-columns: .75fr 1.25fr; border: 1px solid rgba(255,255,255,.2); }
body.apt44-uhr-active .uhr-contact-panel p { min-height: 150px; margin: 0; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.2); }
body.apt44-uhr-active .uhr-contact-panel p:last-child { border-right: 0; }
body.apt44-uhr-active .uhr-contact-panel small { color: var(--uhr-gold-light); font-size: .72rem; }
body.apt44-uhr-active .uhr-contact-panel a,
body.apt44-uhr-active .uhr-contact-panel strong { margin-top: 8px; color: #fff; font-family: "Noto Serif KR", Georgia, serif; font-size: clamp(1.35rem,3vw,2.3rem); text-decoration: none; }

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

body.apt44-uhr-active .uhr-check-columns { margin: 36px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
body.apt44-uhr-active .uhr-check-columns > div,
body.apt44-uhr-active .uhr-summary-box,
body.apt44-uhr-active .uhr-editorial-box,
body.apt44-uhr-active .uhr-self-check { padding: 24px; border: 1px solid var(--uhr-line); background: #fff; }
body.apt44-uhr-active .uhr-summary-box { margin: 34px 0 0; }
body.apt44-uhr-active .uhr-summary-box p { margin: 0; }
body.apt44-uhr-active .uhr-editorial-box { margin: 24px 0 0; }
body.apt44-uhr-active .uhr-editorial-box h3,
body.apt44-uhr-active .uhr-self-check h3 { margin-top: 0; }
body.apt44-uhr-active .uhr-editorial-box ol,
body.apt44-uhr-active .uhr-self-check ul { margin-bottom: 0; padding-left: 1.25em; }
body.apt44-uhr-active .uhr-link-list { margin: 36px 0 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
body.apt44-uhr-active .uhr-link-list a { min-height: 74px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--uhr-line); background: #fff; color: var(--uhr-ink); font-weight: 800; text-decoration: none; }
body.apt44-uhr-active .uhr-link-list a::after { content: "↗"; color: var(--uhr-gold); }
body.apt44-uhr-active .uhr-section--dark .uhr-link-list a { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #fff; }
body.apt44-uhr-active .uhr-hashtags { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 7px; }
body.apt44-uhr-active .uhr-hashtags span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); color: #d5dfdc; font-size: .76rem; font-weight: 700; }

body.apt44-uhr-active .uhr-blog-body,
body.apt44-uhr-active .uhr-blog-article { width: 100%; margin: 0; padding: 0; }

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

body.apt44-uhr-active .uhr-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: 172px; min-height: 64px; padding: 10px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); background: var(--uhr-forest); color: #fff; box-shadow: 0 16px 42px rgba(5,27,25,.38); text-decoration: none; animation: uhr-call-invite 4.8s ease-in-out infinite; }
body.apt44-uhr-active .uhr-floating-call small { color: #c7d5d1; font-size: .61rem; }
body.apt44-uhr-active .uhr-floating-call strong { font-size: 1.05rem; letter-spacing: .04em; }
body.apt44-uhr-active.uhr-js .uhr-reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }
body.apt44-uhr-active.uhr-js .uhr-reveal.is-visible { opacity: 1; transform: none; }
body.apt44-uhr-active :focus-visible { outline: 3px solid #e2c68e; outline-offset: 3px; }

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

@media (max-width: 1240px) {
  :root { --uhr-header: 76px; }
  body.apt44-uhr-active .uhr-header__inner { width: calc(100% - 28px); }
  body.apt44-uhr-active .uhr-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: uhr-footer-invite 5.5s ease-in-out infinite; }
  body.apt44-uhr-active .uhr-menu-toggle span { font-size: .68rem; font-weight: 800; }
  body.apt44-uhr-active .uhr-menu-toggle i { width: 22px; height: 1px; display: block; background: #fff; transition: transform .2s ease; }
  body.apt44-uhr-active .uhr-menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(2.5px) rotate(45deg); }
  body.apt44-uhr-active .uhr-menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-2.5px) rotate(-45deg); }
  body.apt44-uhr-active .uhr-nav { position: fixed; z-index: 9999; top: var(--uhr-header); right: 0; left: 0; height: calc(100dvh - var(--uhr-header)); padding: 24px 24px 130px; display: block; overflow-y: auto; pointer-events: none; visibility: hidden; clip-path: inset(0 0 0 100%); background: rgba(7,27,25,.99); transition: clip-path .22s ease, visibility .22s step-end; }
  body.admin-bar.apt44-uhr-active .uhr-nav { top: calc(var(--uhr-header) + 32px); height: calc(100dvh - var(--uhr-header) - 32px); }
  body.apt44-uhr-active .uhr-nav.is-open { pointer-events: auto; visibility: visible; clip-path: inset(0); transition: clip-path .22s ease; }
  body.apt44-uhr-active .uhr-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-uhr-active .uhr-nav > a::after { display: none; }
  body.apt44-uhr-active .uhr-nav__call { margin: 20px 0 0; padding: 12px 14px !important; align-items: flex-start; border: 1px solid rgba(255,255,255,.3) !important; }
  html.uhr-menu-open,
  body.apt44-uhr-active.uhr-menu-open { overflow: hidden; overscroll-behavior: none; }
}

@media (max-width: 900px) {
  body.apt44-uhr-active .uhr-hero__inner { display: block; }
  body.apt44-uhr-active .uhr-hero__media { position: absolute; inset: 0; }
  body.apt44-uhr-active .uhr-hero__media::after { background: linear-gradient(180deg, rgba(8,30,28,.94) 0%, rgba(8,30,28,.68) 52%, rgba(8,30,28,.35) 100%); }
  body.apt44-uhr-active .uhr-hero__copy { width: calc(100% - 46px); margin: 0 auto; padding-top: 110px; }
  body.apt44-uhr-active .uhr-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.apt44-uhr-active .uhr-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.apt44-uhr-active .uhr-unit-preview { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body.apt44-uhr-active .uhr-unit-preview figure:last-child { grid-column: 1 / -1; max-width: 50%; justify-self: center; }
  body.apt44-uhr-active .uhr-footer__inner { grid-template-columns: 1fr 1fr; }
  body.apt44-uhr-active .uhr-footer-menu { grid-column: 1 / -1; }
}

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

@media (max-width: 700px) {
  :root { --uhr-header: 70px; }
  body.apt44-uhr-active .uhr-header__inner { width: calc(100% - 20px); }
  body.apt44-uhr-active .uhr-brand { min-width: 0; gap: 9px; }
  body.apt44-uhr-active .uhr-brand__mark { width: 43px; height: 43px; font-size: .82rem; }
  body.apt44-uhr-active .uhr-brand__name strong { font-size: .85rem; }
  body.apt44-uhr-active .uhr-brand__name small { font-size: .44rem; }
  body.apt44-uhr-active .uhr-menu-toggle { width: 54px; min-height: 50px; margin: 10px 0; }
  body.apt44-uhr-active .uhr-hero { min-height: 720px; }
  body.apt44-uhr-active .uhr-hero__image img { object-position: 62% center; }
  body.apt44-uhr-active .uhr-hero__copy { width: calc(100% - 34px); padding: 82px 0 58px; }
  body.apt44-uhr-active .uhr-hero h1 { font-size: clamp(2.55rem,13vw,4rem); line-height: 1.03; }
  body.apt44-uhr-active .uhr-blog-hero h1 { font-size: clamp(2.15rem,10.5vw,3.45rem); line-height: 1.09; }
  body.apt44-uhr-active .uhr-hero__lead { margin-top: 20px; font-size: .93rem; }
  body.apt44-uhr-active .uhr-vr-section { padding: 58px 12px; }
  body.apt44-uhr-active .uhr-vr__heading { grid-template-columns: 1fr; }
  body.apt44-uhr-active .uhr-vr__heading .uhr-eyebrow { grid-column: 1; }
  body.apt44-uhr-active .uhr-vr-frame { height: 660px; min-height: 660px; margin-top: 24px; }
  body.apt44-uhr-active .uhr-section,
  body.apt44-uhr-active .uhr-section--narrow { width: calc(100% - 28px); }
  body.apt44-uhr-active .uhr-section--ivory,
  body.apt44-uhr-active .uhr-section--dark,
  body.apt44-uhr-active .uhr-section--accent { width: 100%; padding-inline: 14px; }
  body.apt44-uhr-active .uhr-toc { display: block; }
  body.apt44-uhr-active .uhr-toc ol { margin-top: 12px; }
  body.apt44-uhr-active .uhr-stat-grid,
  body.apt44-uhr-active .uhr-card-grid,
  body.apt44-uhr-active .uhr-unit-preview,
  body.apt44-uhr-active .uhr-check-columns,
  body.apt44-uhr-active .uhr-link-list { grid-template-columns: 1fr; }
  body.apt44-uhr-active .uhr-unit-preview figure:last-child { grid-column: auto; max-width: none; }
  body.apt44-uhr-active .uhr-stat { min-height: 132px; }
  body.apt44-uhr-active .uhr-card { min-height: 0; padding: 26px 22px; }
  body.apt44-uhr-active .uhr-card small { margin-bottom: 20px; }
  body.apt44-uhr-active .wp-block-columns.uhr-split,
  body.apt44-uhr-active .uhr-split--reverse { grid-template-columns: 1fr !important; gap: 28px; }
  body.apt44-uhr-active .uhr-split--reverse .uhr-split__media { order: -1; }
  body.apt44-uhr-active .uhr-split__media img { min-height: 290px; }
  body.apt44-uhr-active .uhr-unit-detail { grid-template-columns: 1fr; }
  body.apt44-uhr-active .uhr-unit-detail__image { border-right: 0; border-bottom: 1px solid var(--uhr-line); }
  body.apt44-uhr-active .uhr-contact-panel { grid-template-columns: 1fr; }
  body.apt44-uhr-active .uhr-contact-panel p { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  body.apt44-uhr-active .uhr-contact-panel p:last-child { border-bottom: 0; }
  body.apt44-uhr-active .uhr-footer { padding: 54px 18px 28px; }
  body.apt44-uhr-active .uhr-footer__inner { grid-template-columns: 1fr; gap: 28px; }
  body.apt44-uhr-active .uhr-footer-menu { grid-column: auto; }
  body.apt44-uhr-active .uhr-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-uhr-active .uhr-brand__name small { display: none; }
  body.apt44-uhr-active .uhr-hero h1 { font-size: 2.4rem; }
  body.apt44-uhr-active .uhr-vr-frame { height: 620px; min-height: 620px; }
}

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