:root {
  --ucpd-ink: #171023;
  --ucpd-ink-soft: #2a1b3d;
  --ucpd-purple: #6a268d;
  --ucpd-magenta: #d52378;
  --ucpd-yellow: #f4d648;
  --ucpd-paper: #f6f2f5;
  --ucpd-white: #fff;
  --ucpd-muted: #786f7e;
  --ucpd-line: rgba(45, 27, 57, .14);
  --ucpd-header: 78px;
  --ucpd-max: 1240px;
  --ucpd-radius: 26px;
}

body.apt44-ucpd-active {
  margin: 0;
  overflow-x: clip;
  background: var(--ucpd-white);
  color: var(--ucpd-ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  word-break: keep-all;
}

.apt44-ucpd-active *,
.apt44-ucpd-active *::before,
.apt44-ucpd-active *::after { box-sizing: border-box; }
.apt44-ucpd-active img { max-width: 100%; height: auto; }
.apt44-ucpd-active a { color: inherit; text-underline-offset: .2em; }
.apt44-ucpd-active h1,
.apt44-ucpd-active h2,
.apt44-ucpd-active h3 { margin-top: 0; color: inherit; font-family: inherit; letter-spacing: -.045em; line-height: 1.18; word-break: keep-all; overflow-wrap: anywhere; }
.apt44-ucpd-active p { margin-top: 0; }
.apt44-ucpd-active .wp-block-group,
.apt44-ucpd-active .wp-block-columns,
.apt44-ucpd-active .wp-block-image,
.apt44-ucpd-active .wp-block-buttons { margin-top: 0; margin-bottom: 0; }
.apt44-ucpd-active .wp-block-group__inner-container { max-width: none; }

.ucpd-shell { width: 100%; min-height: 100vh; background: var(--ucpd-white); }
.ucpd-skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 12px 18px; transform: translateY(-160%); border-radius: 8px; background: var(--ucpd-yellow); color: #161016; font-weight: 800; }
.ucpd-skip-link:focus { transform: translateY(0); }

.ucpd-header { position: fixed; z-index: 900; top: 0; right: 0; left: 0; min-height: var(--ucpd-header); border-bottom: 1px solid rgba(255,255,255,.22); background: linear-gradient(180deg, rgba(19,10,29,.82), rgba(19,10,29,.34)); color: var(--ucpd-white); backdrop-filter: blur(16px); transition: background .25s ease, box-shadow .25s ease; }
.ucpd-header.is-scrolled { background: rgba(23,16,35,.96); box-shadow: 0 14px 40px rgba(13,5,21,.18); }
.ucpd-header__inner { display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 40px), 1440px); min-height: var(--ucpd-header); margin: 0 auto; gap: 22px; }
.ucpd-brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 15px; color: var(--ucpd-white); text-decoration: none; }
.ucpd-brand__mark { display: grid; place-items: center; min-width: 92px; height: 38px; padding: 0 11px; border: 1px solid rgba(255,255,255,.5); border-radius: 3px; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.ucpd-brand__name { display: flex; flex-direction: column; line-height: 1.1; }
.ucpd-brand__name strong { font-size: 17px; font-weight: 850; letter-spacing: -.035em; }
.ucpd-brand__name small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.ucpd-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.1vw, 20px); }
.ucpd-nav > a { position: relative; padding: 28px 0 24px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 720; text-decoration: none; white-space: nowrap; }
.ucpd-nav > a:not(.ucpd-nav__call)::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; content: ""; transform: scaleX(0); transform-origin: center; background: var(--ucpd-yellow); transition: transform .2s ease; }
.ucpd-nav > a:hover::after,
.ucpd-nav > a:focus-visible::after { transform: scaleX(1); }
.ucpd-nav .ucpd-nav__call { display: flex; align-items: center; flex-direction: column; justify-content: center; min-width: 116px; min-height: 54px; margin-left: 4px; padding: 7px 15px; border-radius: 999px; background: var(--ucpd-magenta); color: #fff; font-size: 16px; font-weight: 850; line-height: 1.15; box-shadow: 0 9px 25px rgba(213,35,120,.3); }
.ucpd-nav__call small { margin-bottom: 3px; font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.ucpd-menu-toggle { display: none; align-items: center; justify-content: center; width: 58px; min-width: 58px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.44); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
.ucpd-menu-toggle span { margin-right: 6px; font-size: 12px; font-weight: 800; line-height: 1; white-space: nowrap; }
.ucpd-menu-toggle i { display: block; width: 8px; height: 1px; margin: 2px 0; background: #fff; transition: transform .2s ease; }

.ucpd-main { width: 100%; min-height: 70vh; }
.ucpd-hero { position: relative; display: grid; align-items: end; min-height: min(92vh, 920px); overflow: hidden; background: var(--ucpd-ink); color: #fff; isolation: isolate; }
.ucpd-hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(20,8,31,.92) 0%, rgba(37,12,50,.58) 38%, rgba(20,8,31,.10) 72%), linear-gradient(0deg, rgba(12,7,19,.68), transparent 45%); pointer-events: none; }
.ucpd-hero::after { position: absolute; z-index: 2; right: -9vw; bottom: -24vw; width: 53vw; height: 53vw; border: 1px solid rgba(244,214,72,.36); border-radius: 50%; content: ""; box-shadow: 0 0 0 4vw rgba(244,214,72,.04), 0 0 0 9vw rgba(213,35,120,.04); pointer-events: none; }
.ucpd-hero .ucpd-hero__media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
.ucpd-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 48%; filter: saturate(.92) contrast(1.04); }
.ucpd-hero .ucpd-hero__content { position: relative; z-index: 3; width: min(calc(100% - 48px), var(--ucpd-max)); margin: 0 auto; padding: calc(var(--ucpd-header) + 90px) 0 82px; }
.ucpd-hero__content > * { max-width: 780px; }
.ucpd-kicker,
.ucpd-eyebrow { margin-bottom: 18px !important; color: var(--ucpd-magenta); font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.ucpd-hero .ucpd-kicker { color: var(--ucpd-yellow); }
.ucpd-hero__title { margin-bottom: 24px !important; color: #fff !important; font-size: clamp(42px, 5.5vw, 86px); font-weight: 880; text-shadow: 0 8px 28px rgba(0,0,0,.34); }
.ucpd-hero__lead { max-width: 650px !important; margin-bottom: 26px !important; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.5vw, 23px); line-height: 1.62; }
.ucpd-hero__facts { display: flex; flex-wrap: wrap; margin: 0 0 26px; padding: 0; list-style: none; gap: 8px; }
.ucpd-hero__facts li { padding: 9px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: transparent; color: #fff; font-size: 12px; font-weight: 750; cursor: default; }
.ucpd-image-credit { max-width: 680px !important; margin-bottom: 0 !important; color: rgba(255,255,255,.58); font-size: 11px; }
.ucpd-hero--compact { min-height: min(72vh, 720px); }
.ucpd-hero--compact .ucpd-hero__title { max-width: 930px; font-size: clamp(38px, 4.6vw, 68px); }
.ucpd-hero--compact .ucpd-hero__content { padding-bottom: 60px; }

.ucpd-section { position: relative; padding: clamp(80px, 9vw, 138px) 24px; overflow: clip; }
.ucpd-section__inner { width: min(100%, var(--ucpd-max)); margin: 0 auto; }
.ucpd-section__inner--narrow { max-width: 940px; }
.ucpd-section-title { max-width: 930px; margin-bottom: 22px !important; font-size: clamp(34px, 4.4vw, 64px); font-weight: 870; }
.ucpd-section-lead { max-width: 890px; margin-bottom: 45px !important; color: var(--ucpd-muted); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.82; }
.ucpd-section--ink { background: var(--ucpd-ink); color: #fff; }
.ucpd-section--ink::before { position: absolute; top: -220px; right: -160px; width: 520px; height: 520px; border: 1px solid rgba(244,214,72,.18); border-radius: 50%; content: ""; }
.ucpd-section--ink .ucpd-section-lead { color: rgba(255,255,255,.68); }
.ucpd-section--paper { background: var(--ucpd-paper); }
.ucpd-section--accent { background: linear-gradient(135deg, #f1d63b, #f4a232 70%, #e15d52); color: #201426; }
.ucpd-section--accent .ucpd-eyebrow { color: #6f1b5a; }
.ucpd-section--accent .ucpd-section-lead { color: rgba(32,20,38,.72); }

.ucpd-vr { padding-top: clamp(70px, 7vw, 110px); background: linear-gradient(180deg, #fff, #f8f2f6); }
.ucpd-vr-frame { position: relative; width: 100%; min-height: 620px; overflow: hidden; border: 1px solid rgba(77,36,89,.14); border-radius: var(--ucpd-radius); background: #17121d; box-shadow: 0 30px 80px rgba(49,24,60,.18); }
.ucpd-vr-frame iframe { display: block; width: 100%; height: clamp(620px, 72vh, 820px); border: 0; background: #17121d; }
.ucpd-vr-fallback { margin: 16px 4px 0; color: var(--ucpd-muted); font-size: 13px; }
.ucpd-vr-fallback a { color: var(--ucpd-purple); font-weight: 800; }
.ucpd-vr--compact { padding-top: 68px; padding-bottom: 88px; }
.ucpd-vr--compact .ucpd-vr-frame { min-height: 560px; }
.ucpd-vr--compact .ucpd-vr-frame iframe { height: clamp(560px, 68vh, 720px); }

.ucpd-fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ucpd-fact { min-height: 190px; padding: 28px; border: 1px solid var(--ucpd-line); border-radius: 20px; background: rgba(255,255,255,.74); box-shadow: 0 14px 40px rgba(49,25,59,.05); }
.ucpd-fact small { display: block; margin-bottom: 28px; color: var(--ucpd-magenta); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.ucpd-fact strong { display: block; margin-bottom: 8px; font-size: clamp(20px, 2vw, 29px); line-height: 1.28; }
.ucpd-fact p { margin-bottom: 0; color: var(--ucpd-muted); font-size: 14px; }
.ucpd-section--ink .ucpd-fact { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); box-shadow: none; }
.ucpd-section--ink .ucpd-fact p { color: rgba(255,255,255,.65); }

.ucpd-premium-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.ucpd-premium-card { min-height: 305px; padding: 32px 27px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); transition: background .25s ease, transform .25s ease; }
.ucpd-premium-card:hover { z-index: 1; transform: translateY(-5px); background: rgba(213,35,120,.14); }
.ucpd-premium-card small { color: var(--ucpd-yellow); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.ucpd-premium-card h3 { margin: 45px 0 14px; color: #fff; font-size: 25px; }
.ucpd-premium-card p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }

.ucpd-context-image { overflow: hidden; border-radius: var(--ucpd-radius); background: #fff; box-shadow: 0 25px 70px rgba(48,24,59,.12); }
.ucpd-context-image img { display: block; width: 100%; }
.ucpd-context-image figcaption,
.ucpd-unit-card figcaption,
.ucpd-plan-scroll figcaption { padding: 11px 16px; color: var(--ucpd-muted); font-size: 12px; text-align: left; }
.ucpd-location-image { margin-bottom: 30px !important; }

.ucpd-actions { display: flex; flex-wrap: wrap; margin-top: 32px !important; gap: 10px; }
.ucpd-actions .wp-block-button__link { display: inline-flex; align-items: center; justify-content: center; min-width: 170px; min-height: 52px; padding: 14px 24px; border: 2px solid var(--ucpd-magenta); border-radius: 999px; background: var(--ucpd-magenta); color: #fff; font-size: 14px; font-weight: 850; text-decoration: none; box-shadow: 0 12px 28px rgba(213,35,120,.2); transition: transform .2s ease, box-shadow .2s ease; }
.ucpd-actions .wp-block-button__link:hover,
.ucpd-actions .wp-block-button__link:focus-visible { transform: translateY(-3px); box-shadow: 0 17px 35px rgba(213,35,120,.28); }
.ucpd-actions .is-style-outline .wp-block-button__link { border-color: var(--ucpd-purple); background: transparent; color: var(--ucpd-purple); box-shadow: none; }
.ucpd-section--ink .ucpd-actions .is-style-outline .wp-block-button__link { border-color: rgba(255,255,255,.7); color: #fff; }
.ucpd-section--accent .ucpd-actions .wp-block-button__link { border-color: var(--ucpd-ink); background: var(--ucpd-ink); }

.ucpd-address-columns { margin-top: 35px !important; gap: 18px; }
.ucpd-card { height: 100%; padding: clamp(25px, 3vw, 40px); border: 1px solid var(--ucpd-line); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 15px 45px rgba(49,25,59,.07); }
.ucpd-card h3 { margin-bottom: 15px; font-size: 25px; }
.ucpd-card p:last-child { margin-bottom: 0; }
.ucpd-section--ink .ucpd-card { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.07); }
.ucpd-section--ink .ucpd-card p { color: rgba(255,255,255,.68); }

.ucpd-unit-grid { width: 100%; }
.ucpd-unit-grid > .wp-block-group__inner-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; width: 100%; }
.ucpd-unit-card { min-width: 0; overflow: hidden; border: 1px solid var(--ucpd-line); border-radius: 24px; background: #fff; box-shadow: 0 20px 55px rgba(49,25,59,.08); }
.ucpd-unit-card .wp-block-image { overflow-x: auto; background: #f5f1f4; overscroll-behavior-inline: contain; }
.ucpd-unit-card img { display: block; min-width: 100%; }
.ucpd-unit-card__copy { padding: 25px 28px 28px; }
.ucpd-unit-card__copy h3 { margin-bottom: 10px; font-size: 25px; }
.ucpd-unit-card__copy p { margin-bottom: 0; color: var(--ucpd-muted); font-size: 14px; }

.ucpd-plan-scroll { overflow-x: auto; border: 1px solid var(--ucpd-line); border-radius: var(--ucpd-radius); background: #fff; box-shadow: 0 22px 60px rgba(49,25,59,.10); overscroll-behavior-inline: contain; }
.ucpd-plan-scroll figure { min-width: min(1080px, 100%); }
.ucpd-plan-scroll img { display: block; min-width: 100%; }

.ucpd-source-grid,
.ucpd-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ucpd-source-grid article,
.ucpd-check-grid article { min-height: 245px; padding: 28px; border: 1px solid var(--ucpd-line); border-radius: 20px; background: #fff; }
.ucpd-source-grid small,
.ucpd-check-grid small { color: var(--ucpd-magenta); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.ucpd-source-grid h3,
.ucpd-check-grid h3 { margin: 30px 0 12px; font-size: 23px; }
.ucpd-source-grid p,
.ucpd-check-grid p { color: var(--ucpd-muted); font-size: 14px; }
.ucpd-source-grid a { color: var(--ucpd-purple); font-size: 14px; font-weight: 850; }
.ucpd-section--ink .ucpd-check-grid article { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.ucpd-section--ink .ucpd-check-grid p { color: rgba(255,255,255,.64); }

.ucpd-check-list { margin: 0; padding-left: 1.2em; }
.ucpd-check-list li { margin: 0 0 12px; color: rgba(255,255,255,.72); }

.ucpd-blog-intro { padding-top: 70px; padding-bottom: 70px; background: var(--ucpd-yellow); }
.ucpd-answer { margin-bottom: 30px !important; color: #231529; font-size: clamp(18px, 2vw, 25px); line-height: 1.75; }
.ucpd-toc { padding: 25px 28px; border-radius: 18px; background: rgba(255,255,255,.58); }
.ucpd-toc strong { display: block; margin-bottom: 12px; font-size: 13px; letter-spacing: .14em; }
.ucpd-toc ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding-left: 22px; gap: 8px 24px; }
.ucpd-toc a { color: #28172e; font-size: 14px; font-weight: 750; }
.ucpd-table-hint { display: inline-flex; align-items: center; min-height: 38px; margin-bottom: 12px !important; padding: 7px 14px; border-radius: 999px; background: var(--ucpd-yellow); color: #211424; font-size: 12px; font-weight: 850; }
.ucpd-table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--ucpd-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(49,25,59,.06); overscroll-behavior-inline: contain; }
.ucpd-table-scroll:focus-visible { outline: 3px solid var(--ucpd-magenta); outline-offset: 3px; }
.ucpd-table-scroll table { width: 100%; min-width: 780px; border: 0; border-collapse: collapse; color: var(--ucpd-ink); font-size: 14px; }
.ucpd-table-scroll th,
.ucpd-table-scroll td { padding: 16px 18px; border: 0; border-bottom: 1px solid var(--ucpd-line); text-align: left; vertical-align: middle; }
.ucpd-table-scroll thead th { background: var(--ucpd-ink); color: #fff; font-size: 12px; letter-spacing: .04em; }
.ucpd-table-scroll tbody tr:nth-child(even) { background: #faf7f9; }
.ucpd-table-scroll tbody tr:last-child th,
.ucpd-table-scroll tbody tr:last-child td { border-bottom: 0; }
.ucpd-deposit-note { margin-top: 15px !important; padding: 18px 20px; border-left: 4px solid var(--ucpd-magenta); background: rgba(213,35,120,.07); color: #4f3a55; font-size: 14px; }
.ucpd-experience { display: inline-block; margin: 28px 0 0 !important; padding: 9px 13px; border: 1px dashed rgba(255,255,255,.42); border-radius: 8px; color: rgba(255,255,255,.76); font-size: 12px; }
.ucpd-editorial-box { padding: 30px; border: 1px solid var(--ucpd-line); border-radius: 20px; background: #fff; }
.ucpd-editorial-box h3 { margin: 20px 0 12px; font-size: 22px; }
.ucpd-editorial-box h3:first-child { margin-top: 0; }
.ucpd-editorial-box li { margin-bottom: 8px; color: var(--ucpd-muted); }
.ucpd-editorial-box p { margin-bottom: 0; color: var(--ucpd-muted); }
.ucpd-hashtags { margin-top: 28px !important; color: var(--ucpd-purple); font-size: 14px; font-weight: 750; }

.ucpd-footer { padding: 70px 24px 110px; background: #100a18; color: #fff; }
.ucpd-footer__inner { display: grid; grid-template-columns: 1.1fr .8fr 1.5fr; width: min(100%, var(--ucpd-max)); margin: 0 auto; gap: 40px; }
.ucpd-footer__eyebrow { margin-bottom: 18px !important; color: var(--ucpd-yellow); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.ucpd-footer__logo { margin-bottom: 0 !important; font-size: clamp(22px, 2.3vw, 32px); font-weight: 800; line-height: 1.45; }
.ucpd-footer address { color: rgba(255,255,255,.67); font-size: 13px; font-style: normal; line-height: 2; }
.ucpd-footer address a { color: #fff; font-weight: 800; }
.ucpd-footer-menu { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: start; gap: 8px; }
.ucpd-footer-menu a { display: flex; align-items: center; min-height: 42px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 750; text-decoration: none; transition: transform .2s ease, border-color .2s ease, color .2s ease; }
.ucpd-footer-menu a:hover,
.ucpd-footer-menu a:focus-visible { transform: translateY(-2px); border-color: var(--ucpd-yellow); color: #fff; }
.ucpd-footer__notice { width: min(100%, var(--ucpd-max)); margin: 45px auto 0 !important; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); font-size: 11px; }

.ucpd-floating-call { position: fixed; z-index: 850; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; flex-direction: column; justify-content: center; width: 128px; min-height: 64px; padding: 9px 14px; border: 2px solid #fff; border-radius: 999px; background: var(--ucpd-magenta); color: #fff; text-decoration: none; box-shadow: 0 18px 45px rgba(68,13,47,.35); animation: ucpd-call-pulse 2.8s ease-in-out infinite; transition: opacity .2s ease, transform .2s ease; }
.ucpd-floating-call small { margin-bottom: 2px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.ucpd-floating-call strong { color: #fff; font-size: 17px; line-height: 1.2; }
.ucpd-vr-in-view .ucpd-floating-call { transform: translateY(130%); opacity: 0; visibility: hidden; pointer-events: none; animation: none; }
@keyframes ucpd-call-pulse { 0%, 72%, 100% { transform: translateY(0) scale(1); } 78% { transform: translateY(-4px) scale(1.025); } 84% { transform: translateY(0) scale(1); } 90% { transform: translateY(-2px) scale(1.012); } }

.ucpd-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.ucpd-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --ucpd-header: 72px; }
  .ucpd-header__inner { width: min(calc(100% - 28px), 1120px); }
  .ucpd-menu-toggle { display: inline-flex; }
  .ucpd-nav { position: fixed; z-index: 920; top: var(--ucpd-header); right: 0; bottom: 0; display: flex; align-items: stretch; flex-direction: column; justify-content: flex-start; width: min(430px, 88vw); padding: 22px 24px 110px; overflow-y: auto; transform: translateX(104%); background: rgba(23,16,35,.985); box-shadow: -18px 0 60px rgba(0,0,0,.3); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; }
  .ucpd-nav.is-open { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .ucpd-nav > a { min-height: 52px; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.11); font-size: 15px; }
  .ucpd-nav > a::after { display: none; }
  .ucpd-nav .ucpd-nav__call { align-items: flex-start; min-height: 64px; margin: 13px 0 0; padding: 12px 19px; border: 0; }
  body.ucpd-menu-open { overflow: hidden; }
  .ucpd-premium-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ucpd-footer__inner { grid-template-columns: 1fr 1fr; }
  .ucpd-footer-menu { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  body.apt44-ucpd-active { font-size: 16px; }
  .ucpd-brand__mark { min-width: 78px; height: 34px; font-size: 10px; }
  .ucpd-brand__name small { display: none; }
  .ucpd-brand__name strong { font-size: 14px; }
  .ucpd-hero { min-height: 760px; }
  .ucpd-hero::before { background: linear-gradient(0deg, rgba(20,8,31,.95) 0%, rgba(20,8,31,.64) 53%, rgba(20,8,31,.12) 100%); }
  .ucpd-hero__media img { object-position: 57% 46%; }
  .ucpd-hero .ucpd-hero__content { width: min(calc(100% - 36px), var(--ucpd-max)); padding: calc(var(--ucpd-header) + 210px) 0 50px; }
  .ucpd-hero__title { font-size: clamp(36px, 11.5vw, 56px); }
  .ucpd-hero__lead { font-size: 16px; }
  .ucpd-hero__facts { gap: 6px; }
  .ucpd-hero__facts li { padding: 7px 10px; font-size: 10px; }
  .ucpd-hero--compact { min-height: 690px; }
  .ucpd-hero--compact .ucpd-hero__content { padding-top: calc(var(--ucpd-header) + 180px); }
  .ucpd-section { padding: 76px 18px; }
  .ucpd-section-title { font-size: clamp(31px, 9vw, 46px); }
  .ucpd-section-lead { margin-bottom: 34px !important; font-size: 16px; }
  .ucpd-vr { padding-top: 60px; }
  .ucpd-vr-frame,
  .ucpd-vr--compact .ucpd-vr-frame { min-height: 68vh; border-radius: 15px; }
  .ucpd-vr-frame iframe,
  .ucpd-vr--compact .ucpd-vr-frame iframe { height: 68vh; min-height: 540px; }
  .ucpd-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ucpd-fact { min-height: 170px; padding: 22px; }
  .ucpd-fact small { margin-bottom: 22px; }
  .ucpd-premium-card { min-height: 260px; padding: 25px 20px; }
  .ucpd-premium-card h3 { margin-top: 32px; font-size: 21px; }
  .ucpd-unit-grid > .wp-block-group__inner-container { grid-template-columns: 1fr; gap: 18px; }
  .ucpd-source-grid,
  .ucpd-check-grid { grid-template-columns: 1fr; }
  .ucpd-source-grid article,
  .ucpd-check-grid article { min-height: auto; }
  .ucpd-toc ol { grid-template-columns: 1fr 1fr; }
  .ucpd-address-columns { flex-direction: column; }
  .ucpd-actions { align-items: stretch; flex-direction: column; }
  .ucpd-actions .wp-block-button,
  .ucpd-actions .wp-block-button__link { width: 100%; }
  .ucpd-footer { padding-right: 18px; padding-left: 18px; }
  .ucpd-footer__inner { grid-template-columns: 1fr; gap: 30px; }
  .ucpd-footer-menu { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .ucpd-floating-call { right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); width: 112px; min-height: 58px; }
  .ucpd-floating-call strong { font-size: 15px; }
}

@media (max-width: 460px) {
  .ucpd-header__inner { width: calc(100% - 20px); }
  .ucpd-brand { gap: 8px; }
  .ucpd-brand__mark { min-width: 68px; padding: 0 6px; font-size: 9px; }
  .ucpd-menu-toggle { width: 56px; min-width: 56px; }
  .ucpd-hero { min-height: 720px; }
  .ucpd-hero .ucpd-hero__content { width: calc(100% - 28px); }
  .ucpd-section { padding-right: 14px; padding-left: 14px; }
  .ucpd-fact-grid,
  .ucpd-premium-grid { grid-template-columns: 1fr; }
  .ucpd-premium-card { min-height: 225px; }
  .ucpd-vr-frame iframe,
  .ucpd-vr--compact .ucpd-vr-frame iframe { min-height: 520px; }
  .ucpd-toc ol { grid-template-columns: 1fr; }
  .ucpd-table-scroll table { min-width: 720px; }
  .ucpd-footer-menu { grid-template-columns: 1fr; }
}

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