:root {
    --r302-ink: #191616;
    --r302-burgundy: #412d2f;
    --r302-burgundy-deep: #261b1c;
    --r302-navy: #1c2b4e;
    --r302-teal: #143b3a;
    --r302-bronze: #a98b68;
    --r302-bronze-light: #d8c4a7;
    --r302-ivory: #f5f0e8;
    --r302-paper: #fbfaf7;
    --r302-muted: #6f6862;
    --r302-line: rgba(65, 45, 47, 0.18);
    --r302-shadow: 0 24px 70px rgba(24, 18, 18, 0.14);
    --r302-serif: Georgia, 'Times New Roman', 'Noto Serif KR', serif;
    --r302-sans: Pretendard, 'Noto Sans KR', 'Apple SD Gothic Neo', system-ui, sans-serif;
}

.apt44-richesse302-active {
    overflow-x: clip;
    background: var(--r302-paper);
    color: var(--r302-ink);
}

.apt44-richesse302-active.vm-blank-landing {
    margin: 0;
}

.apt44-richesse302-active,
.apt44-richesse302-active button,
.apt44-richesse302-active input,
.apt44-richesse302-active textarea,
.apt44-richesse302-active select {
    font-family: var(--r302-sans);
}

.r302-shell,
.r302-blog,
.r302-shell *,
.r302-blog * {
    box-sizing: border-box;
}

.r302-shell {
    width: 100%;
    overflow: clip;
    background: var(--r302-paper);
    color: var(--r302-ink);
    line-height: 1.72;
}

.r302-shell a,
.r302-blog a {
    text-underline-offset: 0.2em;
}

.r302-skip-link {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    padding: 10px 16px;
    transform: translateY(-160%);
    border-radius: 3px;
    background: #fff;
    color: #111;
    transition: transform 160ms ease;
}

.r302-skip-link:focus {
    transform: translateY(0);
    transition: none;
}

.r302-header {
    position: fixed;
    z-index: 800;
    inset: 0 0 auto;
    height: 78px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    color: #fff;
    background: linear-gradient(180deg, rgba(20, 16, 17, 0.78), rgba(20, 16, 17, 0.18));
    transition: background-color 260ms ease, box-shadow 260ms ease, height 260ms ease;
}

.r302-header.is-scrolled,
.r302-header.is-menu-open {
    height: 70px;
    background: rgba(31, 23, 24, 0.96);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
}

.r302-header__inner {
    display: flex;
    width: min(1460px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.r302-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: baseline;
    gap: 7px;
    color: #fff;
    font-family: var(--r302-serif);
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 500;
    letter-spacing: 0.055em;
    line-height: 1;
    text-decoration: none;
}

.r302-brand sup {
    color: var(--r302-bronze-light);
    font-size: 0.44em;
    letter-spacing: 0;
}

.r302-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 1.5vw, 28px);
}

.r302-nav a {
    position: relative;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.r302-nav a::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    content: '';
    background: var(--r302-bronze-light);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.r302-nav a:hover::after,
.r302-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.r302-header-call,
.r302-btn {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 22px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.r302-header-call {
    border-color: rgba(216, 196, 167, 0.74);
    color: #fff;
    background: rgba(169, 139, 104, 0.18);
}

.r302-header-call:hover,
.r302-header-call:focus-visible,
.r302-btn:hover,
.r302-btn:focus-visible {
    transform: translateY(-2px);
}

.r302-menu-toggle {
    display: none;
    min-width: 58px;
    min-height: 46px;
    padding: 7px 10px;
    appearance: none;
    border: 1px solid rgba(216, 196, 167, 0.72);
    border-radius: 999px;
    color: #fff;
    background: rgba(65, 45, 47, 0.9);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.apt44-richesse302-active .r302-menu-toggle:hover,
.apt44-richesse302-active .r302-menu-toggle:focus,
.apt44-richesse302-active .r302-menu-toggle:focus-visible {
    border-color: var(--r302-bronze-light) !important;
    outline: 2px solid rgba(216, 196, 167, 0.82);
    outline-offset: 3px;
    color: #fff !important;
    background: rgba(65, 45, 47, 0.98) !important;
}

.r302-menu-toggle__bars {
    display: grid;
    width: 15px;
    gap: 3px;
}

.r302-menu-toggle__bars i {
    display: block;
    height: 1px;
    background: currentColor;
}

.r302-hero {
    position: relative;
    min-height: 100svh !important;
    margin: 0 !important;
    isolation: isolate;
    color: #fff;
}

.r302-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: '';
    background:
        linear-gradient(90deg, rgba(26, 17, 18, 0.83) 0%, rgba(31, 22, 23, 0.48) 43%, rgba(31, 22, 23, 0.08) 75%),
        linear-gradient(0deg, rgba(20, 15, 15, 0.54) 0%, transparent 44%);
    pointer-events: none;
}

.r302-hero .wp-block-cover__image-background {
    animation: r302-hero-drift 18s ease-in-out infinite alternate;
}

.r302-hero .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 142px 0 110px;
}

.r302-hero__copy {
    width: min(720px, 66vw);
}

.r302-eyebrow,
.r302-kicker {
    margin: 0 0 16px;
    color: var(--r302-bronze);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.r302-hero__logo {
    margin: 0;
    font-family: var(--r302-serif);
    font-size: clamp(56px, 8.2vw, 132px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.86;
    text-wrap: balance;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.32);
}

.r302-hero__logo sup {
    position: relative;
    top: -0.45em;
    margin-left: 0.13em;
    color: var(--r302-bronze-light);
    font-size: 0.24em;
    letter-spacing: 0;
}

.r302-hero__script {
    margin: 24px 0 6px;
    color: var(--r302-bronze-light);
    font-family: var(--r302-serif);
    font-size: clamp(23px, 3.2vw, 48px);
    font-style: italic;
    letter-spacing: 0.025em;
}

.r302-hero__headline {
    max-width: 620px;
    margin: 10px 0 20px;
    color: #fff;
    font-family: var(--r302-serif);
    font-size: clamp(28px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.25;
}

.r302-hero__lead {
    max-width: 620px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(15px, 1.5vw, 20px);
}

.r302-hero__actions,
.r302-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.r302-btn--gold {
    color: #241b1b;
    background: var(--r302-bronze-light);
}

.r302-btn--outline {
    border-color: rgba(255, 255, 255, 0.52);
    color: #fff;
    background: rgba(20, 16, 17, 0.18);
}

.r302-btn--dark {
    color: #fff;
    background: var(--r302-burgundy);
}

.r302-btn--paper {
    border-color: var(--r302-line);
    color: var(--r302-burgundy);
    background: #fff;
}

.r302-disclaimer {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 11px;
    line-height: 1.55;
}

.r302-scroll-cue {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.r302-scroll-cue::after {
    width: 1px;
    height: 46px;
    content: '';
    background: linear-gradient(var(--r302-bronze-light), transparent);
    animation: r302-scroll-line 1.8s ease-in-out infinite;
}

.r302-toc-wrap {
    position: relative;
    z-index: 20;
    margin: -46px auto 0 !important;
    padding: 0 24px;
}

.r302-toc {
    display: flex;
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 10px;
    overflow-x: auto;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 14px;
    background: rgba(250, 247, 241, 0.96);
    box-shadow: 0 18px 55px rgba(37, 25, 27, 0.15);
    scrollbar-width: thin;
}

.r302-toc a {
    min-width: max-content;
    padding: 12px 16px;
    border-radius: 9px;
    color: var(--r302-burgundy);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    transition: color 160ms ease, background-color 160ms ease;
}

.r302-toc a:hover,
.r302-toc a:focus-visible {
    color: #fff;
    background: var(--r302-burgundy);
}

.r302-section {
    position: relative;
    margin: 0 !important;
    padding: clamp(82px, 9vw, 146px) 24px;
    scroll-margin-top: 92px;
}

.r302-section--compact {
    padding-block: clamp(60px, 7vw, 104px);
}

.r302-section--dark {
    color: #fff;
    background: var(--r302-burgundy-deep);
}

.r302-section--navy {
    color: #fff;
    background: var(--r302-navy);
}

.r302-section--teal {
    color: #fff;
    background: var(--r302-teal);
}

.r302-section--ivory {
    background: var(--r302-ivory);
}

.r302-container {
    width: min(1240px, 100%);
    margin-inline: auto;
}

.r302-container--wide {
    width: min(1480px, 100%);
}

.r302-display {
    max-width: 940px;
    margin: 0 0 22px;
    color: inherit;
    font-family: var(--r302-serif);
    font-size: clamp(38px, 5.6vw, 82px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.03;
    text-wrap: balance;
}

.r302-heading {
    margin: 0 0 18px;
    color: inherit;
    font-family: var(--r302-serif);
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.16;
    text-wrap: balance;
}

.r302-subheading {
    margin: 0 0 12px;
    color: inherit;
    font-family: var(--r302-serif);
    font-size: clamp(22px, 2.7vw, 36px);
    font-weight: 400;
    letter-spacing: -0.025em;
}

.r302-lead {
    max-width: 820px;
    margin: 0;
    color: var(--r302-muted);
    font-size: clamp(16px, 1.5vw, 20px);
}

.r302-section--dark .r302-lead,
.r302-section--navy .r302-lead,
.r302-section--teal .r302-lead {
    color: rgba(255, 255, 255, 0.72);
}

.r302-split {
    display: grid;
    align-items: center;
    gap: clamp(34px, 6vw, 92px);
    grid-template-columns: minmax(0, 1.04fr) minmax(300px, 0.96fr);
}

.r302-split--reverse {
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
}

.r302-split--reverse > :first-child {
    order: 2;
}

.r302-media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    background: #e9e4dc;
    box-shadow: var(--r302-shadow);
}

.r302-media img {
    display: block;
    width: 100%;
    height: auto;
}

.r302-media--portrait img {
    height: min(76vh, 760px);
    object-fit: cover;
}

.r302-media figcaption,
.r302-caption {
    margin: 0;
    padding: 12px 16px;
    color: #665f59;
    background: rgba(255, 255, 255, 0.95);
    font-size: 11px;
    line-height: 1.55;
}

.r302-stats {
    display: grid;
    margin-top: 44px;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.r302-stat {
    min-height: 154px;
    padding: 28px;
    border: 1px solid var(--r302-line);
    background: rgba(255, 255, 255, 0.68);
}

.r302-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--r302-burgundy);
    font-family: var(--r302-serif);
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.1;
}

.r302-stat span {
    color: var(--r302-muted);
    font-size: 13px;
}

.r302-vr-panel {
    display: grid;
    gap: 30px;
}

.r302-vr-status {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(216, 196, 167, 0.45);
    border-radius: 999px;
    color: var(--r302-bronze-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.r302-vr-status::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: '';
    background: var(--r302-bronze-light);
    box-shadow: 0 0 0 5px rgba(216, 196, 167, 0.12);
}

.r302-vr-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(216, 196, 167, 0.24);
    border-radius: 4px;
    background: #111;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.r302-vr-stage {
    position: relative;
    overflow: hidden;
    background: var(--r302-burgundy-deep);
}

.r302-vr-stage--status {
    min-height: min(72vh, 720px);
}

.r302-blog .r302-vr-stage--status {
    min-height: 520px;
}

.r302-vr-stage iframe {
    display: block;
    width: 100%;
    height: min(72vh, 720px);
    min-height: 540px;
    border: 0;
    background: #fff;
    filter: grayscale(1) contrast(0.72);
    opacity: 0.16;
}

.r302-vr-placeholder {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    padding: clamp(30px, 7vw, 90px);
    place-items: center;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at 78% 22%, rgba(216, 196, 167, 0.2), transparent 34%), linear-gradient(135deg, rgba(38, 27, 28, 0.94), rgba(28, 43, 78, 0.94));
    text-align: center;
}

.r302-vr-placeholder::before,
.r302-vr-placeholder::after {
    position: absolute;
    width: min(54vw, 620px);
    aspect-ratio: 1;
    border: 1px solid rgba(216, 196, 167, 0.16);
    border-radius: 50%;
    content: '';
}

.r302-vr-placeholder::after {
    width: min(40vw, 440px);
    border-color: rgba(216, 196, 167, 0.24);
}

.r302-vr-placeholder__content {
    position: relative;
    z-index: 1;
    width: min(620px, 100%);
}

.r302-vr-placeholder__content > span {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 7px 12px;
    border: 1px solid rgba(216, 196, 167, 0.42);
    border-radius: 999px;
    color: var(--r302-bronze-light);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.r302-vr-placeholder strong {
    display: block;
    font-family: var(--r302-serif);
    font-size: clamp(34px, 6vw, 68px);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.r302-vr-placeholder p {
    max-width: 540px;
    margin: 24px auto;
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(14px, 1.7vw, 17px);
}

.r302-vr-placeholder a {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 22px;
    align-items: center;
    border: 1px solid var(--r302-bronze-light);
    border-radius: 999px;
    color: #fff;
    background: rgba(169, 139, 104, 0.17);
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.r302-vr-note {
    margin: 0;
    padding: 16px 18px;
    color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
}

.r302-hero__phones {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 750;
}

.r302-hero__phones a {
    display: inline-flex;
    min-height: 44px;
    padding-block: 8px;
    align-items: center;
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(216, 196, 167, 0.58);
    text-underline-offset: 4px;
}

.r302-header-call--official {
    border-color: rgba(216, 196, 167, 0.55) !important;
    background: rgba(216, 196, 167, 0.12) !important;
}

.r302-table-scroll-hint {
    display: none;
    margin: 1.2em 0 0.55em;
    color: var(--r302-burgundy);
    font-size: 13px;
    font-weight: 750;
}

.r302-cards {
    display: grid;
    margin-top: 44px;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r302-card {
    min-height: 220px;
    padding: clamp(24px, 3vw, 40px);
    border: 1px solid var(--r302-line);
    background: rgba(255, 255, 255, 0.82);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.r302-card:hover {
    transform: translateY(-5px);
    border-color: rgba(169, 139, 104, 0.58);
    box-shadow: 0 20px 55px rgba(55, 37, 39, 0.11);
}

.r302-card__index {
    display: block;
    margin-bottom: 30px;
    color: var(--r302-bronze);
    font-family: var(--r302-serif);
    font-size: 34px;
}

.r302-card h3,
.r302-card h4 {
    margin: 0 0 12px;
    color: var(--r302-burgundy);
    font-family: var(--r302-serif);
    font-size: 25px;
    font-weight: 400;
}

.r302-card p {
    margin: 0;
    color: var(--r302-muted);
    font-size: 14px;
}

.r302-map {
    margin-top: 42px;
}

.r302-map img {
    width: 100%;
    max-height: 760px;
    object-fit: contain;
    background: #fff;
}

.r302-facts {
    display: grid;
    margin: 36px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r302-fact {
    display: grid;
    padding: 22px 4px;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    grid-template-columns: 124px 1fr;
}

.r302-fact dt {
    color: var(--r302-bronze-light);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.r302-fact dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
}

.r302-plan-grid {
    display: grid;
    margin-top: 48px;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r302-plan-grid figure {
    margin: 0;
}

.r302-plan-grid a,
.r302-unit-grid a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.r302-plan-grid img {
    display: block;
    width: 100%;
    min-height: 360px;
    object-fit: contain;
    background: #fff;
}

.r302-unit-grid {
    display: grid;
    margin-top: 50px;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.r302-plan-grid > .wp-block-group__inner-container,
.r302-unit-grid > .wp-block-group__inner-container,
.r302-visit-grid > .wp-block-group__inner-container {
    display: contents;
}

.r302-unit-card {
    overflow: hidden;
    border: 1px solid var(--r302-line);
    background: #fff;
    box-shadow: 0 16px 40px rgba(49, 34, 36, 0.08);
}

.r302-unit-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: top;
    background: #fff;
}

.r302-unit-card__body {
    padding: 20px;
    border-top: 1px solid #eee7df;
}

.r302-unit-card h3 {
    margin: 0 0 7px;
    color: var(--r302-burgundy);
    font-family: var(--r302-serif);
    font-size: 26px;
    font-weight: 400;
}

.r302-unit-card p {
    margin: 0;
    color: var(--r302-muted);
    font-size: 13px;
}

.r302-unit-card__hint {
    display: inline-flex;
    margin-top: 12px;
    color: var(--r302-bronze);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.r302-notice {
    display: grid;
    overflow: hidden;
    border-radius: 3px;
    background: var(--r302-navy);
    box-shadow: var(--r302-shadow);
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.r302-notice img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.r302-notice__body {
    display: flex;
    padding: clamp(34px, 5vw, 72px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
}

.r302-notice__body p {
    color: rgba(255, 255, 255, 0.72);
}

.r302-timeline {
    display: grid;
    margin-top: 42px;
    gap: 10px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.r302-timeline__item {
    min-height: 132px;
    padding: 20px 16px;
    border-top: 2px solid var(--r302-bronze);
    background: rgba(255, 255, 255, 0.72);
}

.r302-timeline__item time {
    display: block;
    margin-bottom: 12px;
    color: var(--r302-burgundy);
    font-family: var(--r302-serif);
    font-size: 23px;
}

.r302-timeline__item span {
    color: var(--r302-muted);
    font-size: 13px;
}

.r302-visit-grid {
    display: grid;
    margin-top: 44px;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r302-visit-card {
    overflow: hidden;
    border: 1px solid rgba(216, 196, 167, 0.25);
    background: rgba(255, 255, 255, 0.06);
}

.r302-visit-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #fff;
}

.r302-visit-card__body {
    padding: 28px;
}

.r302-visit-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: var(--r302-serif);
    font-size: 28px;
    font-weight: 400;
}

.r302-visit-card p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.72);
}

.r302-source-note {
    margin-top: 26px;
    padding: 18px 20px;
    border-left: 2px solid var(--r302-bronze);
    color: var(--r302-muted);
    background: rgba(169, 139, 104, 0.08);
    font-size: 13px;
}

.r302-source-note a {
    color: var(--r302-burgundy);
    font-weight: 700;
}

.r302-footer {
    position: relative;
    padding: 70px 24px 110px;
    color: #fff;
    background: #171314;
}

.r302-footer__inner {
    display: grid;
    width: min(1240px, 100%);
    margin: 0 auto;
    gap: 50px;
    grid-template-columns: 1.2fr 0.8fr;
}

.r302-footer__brand {
    margin: 0 0 18px;
    font-family: var(--r302-serif);
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 400;
    letter-spacing: 0.02em;
}

.r302-footer p,
.r302-footer address {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    font-style: normal;
}

.r302-footer-menu {
    display: grid;
    align-content: start;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.r302-footer-menu a {
    display: flex;
    min-height: 48px;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-decoration: none;
    animation: r302-footer-nudge 5.4s ease-in-out infinite;
}

.r302-footer-menu a:nth-child(2n) {
    animation-delay: 1.2s;
}

.r302-footer-menu a::after {
    content: '\2197';
    color: var(--r302-bronze-light);
}

.r302-floating-call {
    position: fixed;
    z-index: 950;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    min-width: 184px;
    min-height: 64px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, #5b3c3f, #2d2022);
    box-shadow: 0 14px 36px rgba(28, 18, 20, 0.34);
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    animation: r302-call-attention 3.8s ease-in-out infinite;
}

.r302-floating-call::before {
    content: '\260E';
    font-size: 21px;
}

.r302-floating-call small {
    display: block;
    font-size: 10px;
    font-weight: 600;
    opacity: 0.76;
}

.r302-lightbox {
    width: min(96vw, 1320px);
    max-width: none;
    max-height: 94vh;
    padding: 0;
    border: 0;
    background: transparent;
}

.r302-lightbox::backdrop {
    background: rgba(16, 12, 13, 0.92);
    backdrop-filter: blur(5px);
}

.r302-lightbox__frame {
    position: relative;
    max-height: 92vh;
    overflow: auto;
    border-radius: 3px;
    background: #fff;
}

.r302-lightbox img {
    display: block;
    width: 100%;
    height: auto;
}

.r302-lightbox__close {
    position: sticky;
    z-index: 2;
    top: 12px;
    float: right;
    width: 46px;
    height: 46px;
    margin: 12px 12px -58px 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(29, 22, 23, 0.9);
    font-size: 24px;
    cursor: pointer;
}

.r302-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.r302-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Blog article */
.r302-blog {
    max-width: 920px;
    margin: 0 auto;
    color: #282222;
    font-size: 17px;
    line-height: 1.82;
}

.r302-blog-template {
    margin: 0;
    background: var(--r302-paper);
}

.r302-header--blog {
    background: rgba(31, 23, 24, 0.97);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.r302-blog-main {
    min-height: 70vh;
    padding-top: 78px;
    background: var(--r302-paper);
}

.r302-blog-article {
    margin: 0;
}

.r302-blog-masthead {
    padding: clamp(72px, 9vw, 132px) 24px;
    color: #fff;
    background: radial-gradient(circle at 80% 10%, rgba(169, 139, 104, 0.24), transparent 36%), linear-gradient(135deg, var(--r302-burgundy-deep), var(--r302-navy));
}

.r302-blog-masthead__inner {
    width: min(920px, 100%);
    margin: 0 auto;
}

.r302-blog-masthead h1 {
    max-width: 820px;
    margin: 14px 0 22px;
    color: #fff;
    font-family: var(--r302-serif);
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 400;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.r302-blog-masthead p:not(.r302-kicker) {
    max-width: 690px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(16px, 2vw, 20px);
}

.r302-blog-content-wrap {
    padding: clamp(54px, 8vw, 110px) 24px clamp(100px, 12vw, 160px);
}

.r302-blog-footer {
    margin: 0;
}

.r302-blog > * + * {
    margin-top: 1.15em;
}

.r302-blog .r302-blog-intro {
    padding: 28px 30px;
    border-left: 3px solid var(--r302-bronze);
    background: var(--r302-ivory);
    font-size: 18px;
}

.r302-blog h2 {
    margin: 3.2em 0 0.7em;
    color: var(--r302-burgundy);
    font-family: var(--r302-serif);
    font-size: clamp(29px, 4vw, 42px);
    font-weight: 400;
    letter-spacing: -0.035em;
    scroll-margin-top: 104px;
}

.r302-blog h3 {
    margin: 2em 0 0.55em;
    color: var(--r302-navy);
    font-size: 22px;
}

.r302-blog-toc {
    padding: 24px 28px;
    border: 1px solid var(--r302-line);
    background: #fff;
}

.r302-blog-toc strong {
    display: block;
    margin-bottom: 10px;
    color: var(--r302-burgundy);
}

.r302-blog-toc ol {
    margin: 0;
    padding-left: 1.3em;
}

.r302-blog-toc a {
    color: var(--r302-burgundy);
}

.r302-blog .r302-vr-stage iframe {
    min-height: 520px;
}

.r302-blog figure {
    margin: 2.1em 0;
}

.r302-blog figure img {
    width: 100%;
    height: auto;
}

.r302-blog figcaption {
    color: var(--r302-muted);
    font-size: 12px;
    text-align: left;
}

.r302-table-wrap {
    margin: 1.6em 0;
    overflow-x: auto;
    border: 1px solid var(--r302-line);
    background: #fff;
}

.r302-table {
    width: 100%;
    min-width: 720px;
    border: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.r302-table th,
.r302-table td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #e8e1d9;
    text-align: left;
    vertical-align: top;
}

.r302-table th {
    color: #fff;
    background: var(--r302-burgundy);
    font-weight: 750;
}

.r302-table tbody tr:nth-child(even) {
    background: #faf7f2;
}

.r302-checklist {
    padding: 24px 28px;
    border: 1px solid rgba(28, 43, 78, 0.18);
    background: rgba(28, 43, 78, 0.05);
}

.r302-experience-needed {
    padding: 20px 24px;
    border: 1px dashed var(--r302-bronze);
    color: #655745;
    background: #fffaf2;
    font-size: 14px;
}

.r302-hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.r302-hashtags span {
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--r302-burgundy);
    background: var(--r302-ivory);
    font-size: 13px;
    font-weight: 700;
}

@keyframes r302-hero-drift {
    from { transform: scale(1.01); }
    to { transform: scale(1.065); }
}

@keyframes r302-scroll-line {
    0%, 100% { opacity: 0.35; transform: scaleY(0.7); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); }
}

@keyframes r302-call-attention {
    0%, 76%, 100% { transform: translate3d(0, 0, 0); }
    82% { transform: translate3d(0, -4px, 0); }
    88% { transform: translate3d(0, 2px, 0); }
    94% { transform: translate3d(0, -2px, 0); }
}

@keyframes r302-footer-nudge {
    0%, 82%, 100% { transform: translateX(0); }
    88% { transform: translateX(3px); }
    94% { transform: translateX(-1px); }
}

@media (max-width: 1180px) {
    .r302-nav a:not(.r302-header-call) {
        font-size: 12px;
    }

    .r302-header-call {
        padding-inline: 16px;
    }

    .r302-stats,
    .r302-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .r302-unit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .r302-table-scroll-hint {
        display: block;
    }
    .r302-header,
    .r302-header.is-scrolled,
    .r302-header.is-menu-open {
        height: 70px;
    }

    .r302-header__inner {
        width: min(100% - 28px, 1460px);
    }

    .r302-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        animation: r302-call-attention 4.8s ease-in-out infinite;
    }

    .r302-nav {
        position: fixed;
        z-index: -1;
        top: 70px;
        right: 0;
        left: 0;
        display: grid;
        max-height: calc(100svh - 70px);
        padding: 20px 18px 30px;
        overflow-y: auto;
        gap: 4px;
        background: rgba(31, 23, 24, 0.985);
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.32);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateY(-16px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .r302-header.is-menu-open .r302-nav {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translateY(0);
    }

    .r302-nav a {
        display: flex;
        min-height: 48px;
        padding: 12px 14px;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        font-size: 14px;
    }

    .r302-nav a::after {
        display: none;
    }

    .r302-header-call {
        margin-top: 10px;
        border-color: var(--r302-bronze-light) !important;
        justify-content: center;
    }

    .r302-hero__copy {
        width: min(720px, 84vw);
    }

    .r302-split,
    .r302-split--reverse,
    .r302-notice,
    .r302-footer__inner {
        grid-template-columns: 1fr;
    }

    .r302-split--reverse > :first-child {
        order: initial;
    }

    .r302-cards,
    .r302-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .r302-facts {
        grid-template-columns: 1fr;
    }

    .r302-notice img {
        min-height: 330px;
    }
}

@media (max-width: 680px) {
    .r302-vr-stage--status,
    .r302-blog .r302-vr-stage--status {
        min-height: 430px;
    }
    .r302-brand {
        font-size: 19px;
    }

    .r302-hero .wp-block-cover__inner-container {
        width: calc(100% - 34px);
        padding-top: 124px;
        padding-bottom: 96px;
    }

    .r302-hero__copy {
        width: 100%;
    }

    .r302-hero__logo {
        font-size: clamp(52px, 19vw, 82px);
    }

    .r302-hero__headline {
        font-size: clamp(28px, 9vw, 42px);
    }

    .r302-hero__actions .r302-btn {
        width: 100%;
    }

    .r302-scroll-cue {
        display: none;
    }

    .r302-toc-wrap {
        margin-top: -30px !important;
        padding-inline: 14px;
    }

    .r302-toc {
        border-radius: 10px;
    }

    .r302-toc a {
        padding: 10px 13px;
        font-size: 12px;
    }

    .r302-section {
        padding: 72px 18px;
        scroll-margin-top: 78px;
    }

    .r302-display {
        font-size: clamp(38px, 12vw, 60px);
    }

    .r302-cards,
    .r302-stats,
    .r302-plan-grid,
    .r302-unit-grid,
    .r302-visit-grid,
    .r302-timeline {
        grid-template-columns: 1fr;
    }

    .r302-card,
    .r302-stat {
        min-height: auto;
    }

    .r302-vr-stage iframe,
    .r302-blog .r302-vr-stage iframe {
        height: 64vh;
        min-height: 430px;
    }

    .r302-fact {
        grid-template-columns: 1fr;
    }

    .r302-plan-grid img {
        min-height: 260px;
    }

    .r302-notice img {
        min-height: 260px;
    }

    .r302-footer-menu {
        grid-template-columns: 1fr;
    }

    .r302-floating-call {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        left: max(12px, env(safe-area-inset-left));
        min-height: 52px;
        padding: 10px 18px;
    }

    .r302-blog {
        font-size: 16px;
    }

    .r302-blog .r302-blog-intro,
    .r302-blog-toc,
    .r302-checklist {
        padding: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .r302-hero .wp-block-cover__image-background,
    .r302-scroll-cue::after,
    .r302-floating-call,
    .r302-footer-menu a,
    .r302-menu-toggle {
        animation: none !important;
    }

    .r302-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .r302-header,
    .r302-nav,
    .r302-btn,
    .r302-card {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
