:root {
    --hm-black: #050607;
    --hm-deep: #090c10;
    --hm-charcoal: #101319;
    --hm-panel: #151921;
    --hm-text: #f6f7f9;
    --hm-muted: #aeb4c0;
    --hm-border: rgba(255, 255, 255, 0.12);
    --hm-pink: #ff2bd6;
    --hm-purple: #943cff;
    --hm-blue: #00d9ff;
    --hm-yellow: #ffe66d;
    --hm-gradient: linear-gradient(90deg, var(--hm-blue) 0%, var(--hm-purple) 48%, var(--hm-pink) 100%);
    --hm-width: 1180px;
    --hm-radius: 22px;
    --hm-font: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hm-theme {
    margin: 0;
    background: var(--hm-black);
    color: var(--hm-text);
    font-family: var(--hm-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: break-word;
    overflow-x: hidden;
}
body.menu-open,
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--hm-width)); margin-inline: auto; }
.screen-reader-text,
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; background: #fff; color: #000; }

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    background: rgba(5, 6, 7, 0.9);
    border-bottom: 1px solid var(--hm-border);
    backdrop-filter: blur(18px);
}
.header-inner { width: min(calc(100% - 40px), 1280px); min-height: 76px; margin: 0 auto; display: flex; align-items: center; gap: 26px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-weight: 800; letter-spacing: -0.04em; }
.site-brand__mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--hm-gradient); color: #fff; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; box-shadow: 0 0 20px rgba(255,43,214,.25); }
.site-brand__name { font-size: 20px; }
.primary-navigation { display: flex; align-items: center; justify-content: center; gap: 22px; margin-left: auto; }
.primary-navigation a { position: relative; padding: 25px 0 22px; color: #e8e9ed; font-size: 15px; font-weight: 600; white-space: nowrap; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--hm-gradient); box-shadow: 0 0 10px rgba(255,43,214,.65); transition: right .2s ease; }
.primary-navigation a:hover::after,
.primary-navigation a:focus-visible::after { right: 0; }
.header-nearby { flex: 0 0 auto; border: 1px solid rgba(0,217,255,.45); border-radius: 999px; background: rgba(0,217,255,.07); padding: 9px 15px; cursor: pointer; font-size: 14px; font-weight: 700; }
.header-nearby:hover { box-shadow: 0 0 18px rgba(0,217,255,.25); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0 58px; background: linear-gradient(180deg, #050607 0%, #080a0e 100%); }
.hero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; border-radius: 50%; filter: blur(105px); opacity: .16; pointer-events: none; }
.hero-glow--one { top: -260px; left: -160px; background: var(--hm-blue); }
.hero-glow--two { right: -180px; bottom: -260px; background: var(--hm-pink); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
h1, h2, h3 { margin-top: 0; color: var(--hm-text); letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; line-height: 1.14; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 3rem); font-weight: 650; line-height: 1.2; }
h3 { font-size: 1.65rem; line-height: 1.35; }
.neon-rule { width: min(100%, 440px); height: 2px; margin: 0 0 28px; background: var(--hm-gradient); box-shadow: 0 0 8px rgba(0,217,255,.7), 0 0 16px rgba(255,43,214,.45); }
.neon-rule--short { width: 130px; }
.neon-rule--center { width: 160px; margin-inline: auto; }
.hero-summary { margin: 0; color: #d3d6dd; font-size: 20px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 25px; border: 1px solid transparent; border-radius: 999px; font-size: 16px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--hm-gradient); color: #fff; box-shadow: 0 0 24px rgba(148,60,255,.28); }
.button--primary:hover { box-shadow: 0 0 30px rgba(255,43,214,.42); }
.button--ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button--ghost:hover { border-color: rgba(0,217,255,.65); box-shadow: 0 0 20px rgba(0,217,255,.14); }
body.hm-theme a.button,
body.hm-theme button.button,
body.hm-theme .button {
    display: inline-flex !important;
    min-height: 52px;
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    text-align: center;
    vertical-align: middle;
}
body.hm-theme .button.button--primary { background: var(--hm-gradient) !important; color: #fff !important; box-shadow: 0 0 24px rgba(148,60,255,.28) !important; }
body.hm-theme .button.button--primary:hover { color: #fff !important; box-shadow: 0 0 30px rgba(255,43,214,.42) !important; }
body.hm-theme .button.button--ghost { border-color: rgba(255,255,255,.28) !important; background: rgba(255,255,255,.04) !important; color: #fff !important; }
body.hm-theme .button.button--ghost:hover { border-color: rgba(0,217,255,.65) !important; color: #fff !important; box-shadow: 0 0 20px rgba(0,217,255,.14) !important; }
body.hm-theme .header-nearby { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding-top: 0; padding-bottom: 0; line-height: 1.2; text-align: center; }
.hero-visual { margin: 0; display: flex; justify-content: flex-end; }
.hero-image-frame { position: relative; width: min(100%, 580px); padding: 1px; border-radius: 30px; background: var(--hm-gradient); box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 34px rgba(148,60,255,.16); }
.hero-image-frame::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 21px; pointer-events: none; }
.hero-image-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 29px; }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 56px; border: 1px solid var(--hm-border); border-radius: 16px; background: rgba(255,255,255,.035); }
.quick-facts div { padding: 18px 22px; border-right: 1px solid var(--hm-border); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts span { display: block; color: var(--hm-muted); font-size: 13px; }
.quick-facts strong { display: block; margin-top: 2px; font-size: 16px; }

.section { padding: 112px 0; }
.section--black { background: var(--hm-black); }
.section--dark { background: var(--hm-deep); }
.section--charcoal { background: var(--hm-charcoal); }
.split-layout, .booking-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.section-copy > p { margin: 0 0 18px; color: #c3c7d0; }
.room-visual { margin: 0; padding: 1px; border-radius: var(--hm-radius); background: linear-gradient(140deg, rgba(0,217,255,.85), rgba(255,43,214,.78)); box-shadow: 0 28px 70px rgba(0,0,0,.35), 0 0 30px rgba(0,217,255,.1); }
.room-visual img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: calc(var(--hm-radius) - 1px); filter: saturate(.88) contrast(1.04); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading--left { max-width: 800px; margin-left: 0; text-align: left; }
.section-heading > p:last-child { color: var(--hm-muted); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.course-card { overflow: hidden; border: 1px solid var(--hm-border); border-radius: var(--hm-radius); background: var(--hm-panel); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-6px); border-color: rgba(255,43,214,.45); box-shadow: 0 20px 50px rgba(0,0,0,.32), 0 0 24px rgba(255,43,214,.1); }
.course-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.course-card__body { position: relative; padding: 28px; }
.course-number { position: absolute; top: 23px; right: 25px; margin: 0; color: rgba(255,255,255,.18); font-size: 24px; font-weight: 800; }
.course-card h3 { margin-bottom: 14px; padding-right: 38px; }
.course-card__body > p:not(.course-number) { min-height: 93px; margin: 0 0 24px; color: var(--hm-muted); font-size: 15px; line-height: 1.75; }
.price-list { margin: 0; padding: 0; border-top: 1px solid var(--hm-border); list-style: none; }
.price-list li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--hm-border); }
.price-list span { color: var(--hm-muted); }
.price-list strong { color: #fff; }

.booking-layout { align-items: stretch; }
.booking-steps { margin: 32px 0 0; padding: 0; list-style: none; }
.booking-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid var(--hm-border); }
.booking-steps li > span { padding-top: 2px; background: var(--hm-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 900; }
.booking-steps strong { font-size: 18px; }
.booking-steps p { margin: 2px 0 0; color: var(--hm-muted); font-size: 15px; }
.booking-note { margin-top: 26px; padding: 20px 22px; border-left: 3px solid var(--hm-pink); background: rgba(255,255,255,.04); }
.booking-note strong { color: #fff; }
.booking-note p { margin: 4px 0 0; color: var(--hm-muted); font-size: 15px; }
.booking-call { margin-top: 24px; }
.room-visual--booking img { height: 100%; min-height: 720px; aspect-ratio: auto; }

.region-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.region-card { position: relative; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid var(--hm-border); border-radius: 18px; background: linear-gradient(145deg, #151922 0%, #090b0f 100%); }
.region-card::before { content: ""; position: absolute; width: 150px; height: 150px; top: -95px; right: -55px; border-radius: 50%; background: var(--hm-gradient); filter: blur(38px); opacity: .2; transition: opacity .2s ease; }
.region-card:hover { border-color: rgba(0,217,255,.45); }
.region-card:hover::before { opacity: .36; }
.region-card span { color: var(--hm-muted); font-size: 13px; }
.region-card strong { margin: 4px 0 22px; font-size: 24px; letter-spacing: -.04em; }
.region-card em { color: #d9dce3; font-size: 14px; font-style: normal; }

.district-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.district-card { min-height: 158px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 1px solid var(--hm-border); border-radius: 16px; background: linear-gradient(145deg, #151922 0%, #090b0f 100%); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.district-card:hover { transform: translateY(-3px); border-color: rgba(0,217,255,.45); box-shadow: 0 16px 38px rgba(0,0,0,.28), 0 0 20px rgba(0,217,255,.08); }
.district-card span { color: var(--hm-muted); font-size: 13px; }
.district-card strong { margin: 3px 0 17px; font-size: 19px; letter-spacing: -.04em; }
.district-card em { color: #d9dce3; font-size: 14px; font-style: normal; }
.hub-map { margin-top: 34px; }

.city-moment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.city-moment-card { min-height: 230px; padding: 30px 26px; border-top: 2px solid transparent; border-radius: 4px 4px 18px 18px; background: linear-gradient(var(--hm-panel), var(--hm-panel)) padding-box, var(--hm-gradient) border-box; box-shadow: 0 20px 45px rgba(0,0,0,.2); }
.city-moment-card h3 { margin-bottom: 18px; font-size: 22px; }
.city-moment-card p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.85; }

.city-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.city-benefit-card { position: relative; min-height: 190px; padding: 30px 30px 28px 34px; overflow: hidden; border: 1px solid var(--hm-border); border-radius: 18px; background: rgba(4,6,9,.52); }
.city-benefit-card::before { content: ""; position: absolute; top: 30px; bottom: 30px; left: 0; width: 3px; background: var(--hm-gradient); box-shadow: 0 0 14px rgba(255,43,214,.45); }
.city-benefit-card h3 { margin-bottom: 14px; font-size: 23px; }
.city-benefit-card p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.85; }

.city-district-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.city-district-card { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px; border: 1px solid var(--hm-border); border-radius: var(--hm-radius); background: linear-gradient(145deg, #171b24 0%, #080a0e 100%); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.city-district-card::after { content: ""; position: absolute; top: -105px; right: -80px; width: 220px; height: 220px; border-radius: 50%; background: var(--hm-gradient); filter: blur(58px); opacity: .14; transition: opacity .25s ease; }
.city-district-card:hover { transform: translateY(-4px); border-color: rgba(0,217,255,.48); box-shadow: 0 22px 48px rgba(0,0,0,.3); }
.city-district-card:hover::after { opacity: .26; }
.city-district-card span { color: var(--hm-blue); font-size: 14px; font-weight: 700; }
.city-district-card h3 { margin: 4px 0 13px; font-size: 27px; }
.city-district-card p { max-width: 500px; margin: 0 0 22px; color: var(--hm-muted); font-size: 15px; line-height: 1.8; }
.city-district-card em { color: #fff; font-size: 14px; font-style: normal; font-weight: 700; }

.city-booking-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px; align-items: start; }
.city-use-panel { padding: 38px; border: 1px solid rgba(255,43,214,.28); border-radius: var(--hm-radius); background: linear-gradient(145deg, rgba(148,60,255,.1), rgba(0,217,255,.035)); }
.city-use-panel h3 { margin-bottom: 20px; font-size: 27px; }
.city-use-panel ul { margin: 0; padding: 0; list-style: none; }
.city-use-panel li { position: relative; padding: 14px 0 14px 26px; border-bottom: 1px solid var(--hm-border); color: #d2d5dc; }
.city-use-panel li:last-child { border-bottom: 0; }
.city-use-panel li::before { content: ""; position: absolute; top: 25px; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--hm-gradient); box-shadow: 0 0 10px rgba(0,217,255,.55); }

.service-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-list-grid--single { grid-template-columns: 1fr; }
.service-list-card { padding: 28px; border: 1px solid var(--hm-border); border-radius: 16px; background: rgba(255,255,255,.025); }
.service-list-card h3 { margin-bottom: 18px; font-size: 23px; }
.service-list-card p { margin: 0; color: #bec2cb; font-size: 15px; line-height: 2; word-break: keep-all; }
.service-list-card span:not(:last-child)::after { content: "·"; margin-left: 7px; color: var(--hm-pink); }
.service-list-card a { transition: color .2s ease; }
.service-list-card a:hover,
.service-list-card a:focus-visible { color: #fff; }
.map-wrap { overflow: hidden; margin-top: 28px; border: 1px solid var(--hm-border); border-radius: 18px; filter: grayscale(1) invert(.9) hue-rotate(180deg) brightness(.72) contrast(1.1); }
.map-wrap iframe { display: block; width: 100%; border: 0; }

.city-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.city-info-card { padding: 30px; border: 1px solid var(--hm-border); border-radius: 18px; background: linear-gradient(145deg, rgba(21,25,34,.96), rgba(9,11,15,.96)); }
.city-info-card h3 { margin-bottom: 16px; font-size: 23px; }
.city-info-card p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.85; }

.gu-zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gu-zone-card { min-height: 270px; padding: 32px 28px; border: 1px solid var(--hm-border); border-radius: 20px; background: linear-gradient(160deg, rgba(20,24,32,.98), rgba(7,9,13,.98)); box-shadow: inset 0 2px 0 rgba(0,217,255,.16); }
.gu-zone-card h3 { margin-bottom: 18px; font-size: 23px; }
.gu-zone-card p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.9; }

.gu-service-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gu-service-link-card { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 26px; border: 1px solid var(--hm-border); border-radius: 16px; background: rgba(4,6,9,.58); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.gu-service-link-card:hover { transform: translateY(-3px); border-color: rgba(255,43,214,.48); box-shadow: 0 16px 34px rgba(0,0,0,.28), 0 0 18px rgba(255,43,214,.08); }
.gu-service-link-card strong { font-size: 20px; letter-spacing: -.035em; }
.gu-service-link-card span { color: var(--hm-blue); font-size: 24px; }

.gu-care-panel { margin-bottom: 34px; padding: 38px; border: 1px solid rgba(0,217,255,.2); border-radius: 22px; background: linear-gradient(135deg, rgba(0,217,255,.06), rgba(148,60,255,.09)); }
.gu-care-copy { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; align-items: start; margin-bottom: 28px; }
.gu-care-copy h3 { margin: 0; font-size: 29px; }
.gu-care-copy p { margin: 0; color: var(--hm-muted); }
.gu-care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gu-care-grid article { padding: 24px; border-top: 2px solid transparent; border-radius: 3px 3px 15px 15px; background: linear-gradient(#0e1117, #0e1117) padding-box, var(--hm-gradient) border-box; }
.gu-care-grid strong { display: block; margin-bottom: 11px; font-size: 18px; }
.gu-care-grid p { margin: 0; color: var(--hm-muted); font-size: 14px; line-height: 1.8; }

.gu-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gu-info-card { padding: 30px; border-left: 3px solid var(--hm-blue); border-radius: 0 18px 18px 0; background: linear-gradient(145deg, rgba(21,25,34,.96), rgba(9,11,15,.96)); }
.gu-info-card h3 { margin-bottom: 16px; font-size: 23px; }
.gu-info-card p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.85; }
.gu-service-list-grid { grid-template-columns: repeat(3, 1fr); }

.product-hero { position: relative; overflow: hidden; padding: 42px 0 96px; }
.product-hero::before { content: ""; position: absolute; top: 80px; left: 58%; width: 420px; height: 420px; border-radius: 50%; background: var(--hm-gradient); filter: blur(130px); opacity: .12; pointer-events: none; }
.product-breadcrumb { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px 12px; margin-bottom: 34px; color: #8f95a1; font-size: 13px; }
.product-breadcrumb a::after { content: "/"; margin-left: 12px; color: #555b66; }
.product-breadcrumb a:hover { color: #fff; }
.product-breadcrumb span { color: #d8dbe2; }
.product-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 72px; align-items: center; }
.product-main-image { margin: 0; padding: 1px; border-radius: 26px; background: var(--hm-gradient); box-shadow: 0 30px 85px rgba(0,0,0,.45), 0 0 34px rgba(0,217,255,.1); }
.product-main-image img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 25px; filter: saturate(.9) contrast(1.05); }
.product-summary h1 { margin-bottom: 0; }
.product-seo-line { margin: 0 0 30px; color: #cdd1da; font-size: 17px; }
.product-facts { margin: 0; border-top: 1px solid var(--hm-border); }
.product-facts div { display: grid; grid-template-columns: 118px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--hm-border); }
.product-facts dt { color: #8f95a1; }
.product-facts dd { margin: 0; color: #fff; font-weight: 700; word-break: keep-all; }
.product-facts dd a { color: var(--hm-blue); }
.product-actions { margin-top: 30px; }

.product-intro-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 72px; align-items: start; }
.product-highlight-panel { position: sticky; top: 110px; display: grid; gap: 14px; padding: 32px; border: 1px solid rgba(0,217,255,.25); border-radius: 20px; background: linear-gradient(145deg, rgba(0,217,255,.07), rgba(148,60,255,.09)); }
.product-highlight-panel strong { padding: 14px 0; border-bottom: 1px solid var(--hm-border); font-size: 16px; line-height: 1.7; }
.product-highlight-panel strong:last-child { border-bottom: 0; }
.section-cta { display: flex; justify-content: center; margin-top: 34px; }

.product-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-feature-grid article { min-height: 188px; padding: 30px; border: 1px solid var(--hm-border); border-radius: 18px; background: linear-gradient(150deg, rgba(20,24,32,.98), rgba(7,9,13,.98)); }
.product-feature-grid article:last-child { grid-column: 1 / -1; min-height: 0; }
.product-feature-grid h3 { margin-bottom: 14px; font-size: 23px; }
.product-feature-grid p { margin: 0; color: var(--hm-muted); font-size: 15px; line-height: 1.85; }

.product-caution-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.product-caution-panel ul { margin: 0; padding: 0; list-style: none; }
.product-caution-panel li { position: relative; padding: 13px 0 13px 27px; border-bottom: 1px solid var(--hm-border); color: #d4d7de; }
.product-caution-panel li::before { content: ""; position: absolute; top: 25px; left: 3px; width: 7px; height: 7px; border-radius: 50%; background: var(--hm-gradient); }
.product-caution-panel .button { margin-top: 24px; }
.product-fraud-notice { margin: 26px 0 0; padding: 20px 22px; border-left: 3px solid var(--hm-pink); background: rgba(255,43,214,.07); color: #f3dcef; font-weight: 700; line-height: 1.8; }
.product-nearby-links { display: flex; flex-wrap: wrap; gap: 10px 0; margin-top: 28px; }
.product-nearby-links a { display: inline-flex; align-items: center; color: #d8dbe2; font-weight: 750; }
.product-nearby-links a:hover { color: var(--hm-blue); }
.product-nearby-links a:not(:last-child)::after { content: "·"; margin: 0 14px; color: var(--hm-pink); }
.product-map { margin-top: 30px; }

.notice-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 50px; border: 1px solid var(--hm-border); border-radius: var(--hm-radius); background: linear-gradient(135deg, rgba(148,60,255,.09), rgba(0,217,255,.035)); }
.notice-panel h2 { margin-bottom: 0; }
.notice-panel ul { margin: 0; padding: 0; list-style: none; }
.notice-panel li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--hm-border); color: #d2d5dc; }
.notice-panel li:last-child { border-bottom: 0; }
.notice-panel li::before { content: ""; position: absolute; top: 25px; left: 3px; width: 8px; height: 8px; border-radius: 50%; background: var(--hm-gradient); box-shadow: 0 0 10px rgba(255,43,214,.6); }

.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 78px; align-items: start; }
.faq-heading { position: sticky; top: 116px; }
.faq-heading p:last-child { color: var(--hm-muted); }
.faq-list { border-top: 1px solid var(--hm-border); }
.faq-list details { border-bottom: 1px solid var(--hm-border); }
.faq-list summary { position: relative; padding: 24px 44px 24px 2px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 5px; color: var(--hm-blue); font-size: 26px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 44px 24px 2px; color: var(--hm-muted); }

.site-footer { padding: 64px 0 24px; border-top: 1px solid var(--hm-border); background: #030405; }
.footer-inner { width: min(calc(100% - 40px), var(--hm-width)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-brand { font-size: 25px; font-weight: 850; letter-spacing: -.04em; }
.footer-inner p { margin: 7px 0 4px; color: var(--hm-muted); font-size: 14px; }
.footer-phone { font-size: 19px; font-weight: 800; }
.footer-nav { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 12px 22px; }
.footer-nav a { color: var(--hm-muted); font-size: 14px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { width: min(calc(100% - 40px), var(--hm-width)); margin: 42px auto 0; padding-top: 20px; border-top: 1px solid var(--hm-border); color: #777d88; font-size: 13px; }
.mobile-action-bar { display: none; }

.nearby-modal[hidden] { display: none; }
.nearby-modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 20px; }
.nearby-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.82); backdrop-filter: blur(8px); }
.nearby-modal__panel { position: relative; width: min(100%, 570px); max-height: min(760px, calc(100vh - 40px)); overflow-y: auto; padding: 38px; border: 1px solid rgba(255,43,214,.38); border-radius: 22px; background: #101319; box-shadow: 0 0 45px rgba(148,60,255,.22); }
.nearby-modal__panel h2 { font-size: 34px; }
.nearby-modal__close { position: absolute; top: 15px; right: 17px; width: 40px; height: 40px; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 30px; }
.nearby-status { margin: 0 0 22px; color: var(--hm-muted); }
.nearby-result-list { margin: 0 0 24px; padding: 0; list-style: none; }
.nearby-result-list li { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--hm-border); }
.nearby-result-list a { font-weight: 700; }
.nearby-result-list span { color: var(--hm-blue); white-space: nowrap; }
.simple-content { min-height: 70vh; padding: 100px 0; background: var(--hm-black); }

@media (max-width: 1120px) {
    .header-inner { min-height: 68px; }
    .menu-toggle { display: block; }
    .primary-navigation { position: fixed; inset: 69px 0 auto; display: none; max-height: calc(100vh - 69px); overflow-y: auto; padding: 18px 20px 28px; border-bottom: 1px solid var(--hm-border); background: rgba(5,6,7,.98); }
    .primary-navigation.is-open { display: block; }
    .primary-navigation a { display: block; padding: 13px 8px; border-bottom: 1px solid rgba(255,255,255,.07); }
    .primary-navigation a::after { display: none; }
    body.hm-theme .header-nearby { display: none; }
    .hero-grid { gap: 45px; }
    .region-card-grid { grid-template-columns: repeat(2, 1fr); }
    .district-grid { grid-template-columns: repeat(4, 1fr); }
    .city-moment-grid { grid-template-columns: repeat(2, 1fr); }
    .gu-service-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    body.hm-theme { padding-bottom: 66px; font-size: 16px; line-height: 1.75; }
    .container { width: min(calc(100% - 30px), var(--hm-width)); }
    .site-brand__name { font-size: 18px; }
    .hero { padding: 54px 0 38px; }
    .hero-grid, .split-layout, .booking-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
    .hero-copy { text-align: center; }
    h1 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
    h2 { font-size: clamp(1.85rem, 8vw, 2.55rem); }
    h3 { font-size: 1.45rem; }
    .neon-rule:not(.neon-rule--short) { margin-inline: auto; }
    .hero-summary { font-size: 18px; }
    .hero-actions { justify-content: center; }
    .hero-visual { justify-content: center; }
    .quick-facts { grid-template-columns: 1fr 1fr; }
    .quick-facts div:nth-child(2) { border-right: 0; }
    .quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--hm-border); }
    .section { padding: 78px 0; }
    .split-layout .section-copy { order: 1; }
    .split-layout .room-visual { order: 2; }
    .course-grid { grid-template-columns: 1fr; }
    .district-grid { grid-template-columns: repeat(2, 1fr); }
    .city-info-grid, .gu-info-grid, .gu-zone-grid { grid-template-columns: 1fr; }
    .city-benefit-grid, .city-district-grid, .city-booking-grid { grid-template-columns: 1fr; }
    .city-booking-grid { gap: 38px; }
    .gu-care-copy, .gu-care-grid { grid-template-columns: 1fr; }
    .gu-care-copy { gap: 16px; }
    .gu-service-list-grid { grid-template-columns: 1fr; }
    .product-hero-grid, .product-intro-layout, .product-caution-panel { grid-template-columns: 1fr; gap: 38px; }
    .product-highlight-panel { position: static; }
    .product-feature-grid { grid-template-columns: 1fr; }
    .product-feature-grid article:last-child { grid-column: auto; }
    .product-main-image { width: min(100%, 640px); margin-inline: auto; }
    .course-card__body > p:not(.course-number) { min-height: 0; }
    .room-visual--booking img { min-height: 0; aspect-ratio: 1.05; }
    .service-list-grid { grid-template-columns: 1fr; }
    .notice-panel { grid-template-columns: 1fr; gap: 28px; padding: 32px 25px; }
    .faq-heading { position: static; }
    .footer-inner { grid-template-columns: 1fr; }
    .footer-nav { justify-content: flex-start; }
    .mobile-action-bar { position: fixed; z-index: 1900; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 66px; border-top: 1px solid rgba(255,255,255,.17); background: rgba(5,6,7,.96); backdrop-filter: blur(18px); }
    .mobile-action-bar a, .mobile-action-bar button { display: flex; align-items: center; justify-content: center; border: 0; background: transparent; color: #fff; font-weight: 800; }
    .mobile-action-bar a { background: var(--hm-gradient); }
    .mobile-action-bar button { cursor: pointer; }
}

@media (max-width: 520px) {
    .header-inner { width: calc(100% - 24px); }
    .hero { padding-top: 42px; }
    h1 { font-size: 2.25rem; }
    .hero-actions .button { flex: 1; padding-inline: 15px; }
    .quick-facts div { padding: 15px; }
    .quick-facts strong { font-size: 14px; }
    .region-card-grid { grid-template-columns: 1fr; }
    .region-card { min-height: 180px; }
    .district-grid { grid-template-columns: 1fr; }
    .city-moment-grid { grid-template-columns: 1fr; }
    .city-moment-card { min-height: 0; }
    .city-district-card { min-height: 225px; padding: 28px 24px; }
    .gu-service-link-grid { grid-template-columns: 1fr; }
    .gu-service-link-card { min-height: 94px; padding: 21px; }
    .gu-care-panel { padding: 28px 22px; }
    .product-facts div { grid-template-columns: 100px 1fr; }
    .product-nearby-links { gap: 8px 0; }
    .product-breadcrumb { line-height: 1.7; }
    .city-use-panel { padding: 28px 23px; }
    .district-card { min-height: 128px; }
    .service-list-card { padding: 23px 20px; }
    .map-wrap iframe { height: 390px; }
    .booking-call { width: 100%; padding-inline: 12px; }
    .nearby-modal__panel { padding: 32px 22px 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
