
:root {
  --pink: #e9007f;
  --pink-deep: #c50070;
  --rose: #fff1f7;
  --rose-2: #ffe4f0;
  --brown: #8d5f39;
  --brown-soft: #c7a077;
  --blue: #147fc0;
  --orange: #f2652f;
  --teal: #00998f;
  --ink: #25272b;
  --muted: #666d70;
  --line: rgba(37, 39, 43, 0.12);
  --paper: #fffafc;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(86, 45, 69, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  word-break: keep-all;
}

body.menu-open,
body.promo-popup-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  pointer-events: none;
}

.site-nav {
  width: 100%;
  min-height: 165px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 120px 45px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
  pointer-events: auto;
  transition: min-height 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.nav-top {
  position: relative;
  height: 120px;
  display: grid;
  grid-template-columns: 330px 1fr 330px;
  align-items: center;
  padding: 0 50px;
}

.site-header:hover .site-nav,
.site-header:focus-within .site-nav,
body.menu-open .site-header .site-nav {
  min-height: 318px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.site-header:hover .nav-center,
.site-header:focus-within .nav-center,
body.menu-open .site-header .nav-center {
  border-color: rgba(0, 0, 0, 0.12);
}

.site-header:hover .nav-link,
.site-header:focus-within .nav-link,
body.menu-open .site-header .nav-link {
  color: #000;
}

.site-header:hover .phone-link,
.site-header:focus-within .phone-link,
body.menu-open .site-header .phone-link {
  color: #111;
}

.site-header:hover .brand-logo-official-on,
.site-header:focus-within .brand-logo-official-on,
body.menu-open .site-header .brand-logo-official-on,
.site-header:hover .official-bi-on,
.site-header:focus-within .official-bi-on,
body.menu-open .site-header .official-bi-on {
  opacity: 1;
}

.site-header:hover .brand-logo-official-off,
.site-header:focus-within .brand-logo-official-off,
body.menu-open .site-header .brand-logo-official-off,
.site-header:hover .official-bi-off,
.site-header:focus-within .official-bi-off,
body.menu-open .site-header .official-bi-off {
  opacity: 0;
}

.site-header:hover .nav-link:hover,
.site-header:hover .nav-item.is-active .nav-link,
.site-header:focus-within .nav-link:hover,
.site-header:focus-within .nav-item.is-active .nav-link {
  color: #112931;
  font-weight: 700;
}

.mobile-nav-main,
.mobile-brand-lockup,
.mobile-phone-call {
  display: none;
}

.nav-left,
.nav-right,
.nav-center {
  display: flex;
  align-items: center;
}

.nav-left {
  position: relative;
  justify-content: flex-start;
  min-width: 250px;
  height: 98px;
}

.official-bi {
  position: absolute;
  left: 0;
  top: 50%;
  width: 250px;
  height: auto;
  transform: translateY(-50%);
  transition: opacity 180ms ease;
}

.official-bi-on {
  opacity: 0;
}

.menu-chip {
  display: none;
  min-width: 112px;
  height: 48px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(233, 0, 127, 0.22);
  border-radius: 8px;
  background: var(--rose);
  color: var(--pink-deep);
  font-weight: 900;
  cursor: pointer;
}

.menu-dots,
.menu-dots::before,
.menu-dots::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  display: block;
}

.menu-dots {
  position: relative;
}

.menu-dots::before,
.menu-dots::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-dots::before {
  top: -9px;
}

.menu-dots::after {
  top: 9px;
}

.brand-lockup {
  justify-self: center;
  position: relative;
  width: 400px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.brand-lockup img {
  display: block;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.brand-text strong,
.brand-text b,
.brand-text em {
  font-style: normal;
  font-weight: inherit;
}

.brand-text strong {
  padding: 5px 7px 6px;
  font-size: 30px;
  color: #fff;
  background: var(--pink);
  border-radius: 4px;
  text-shadow: none;
}

.brand-text b {
  font-size: 35px;
  letter-spacing: 0;
}

.brand-text em {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.site-header:hover .brand-text,
.site-header:focus-within .brand-text,
body.menu-open .site-header .brand-text {
  color: var(--pink);
  text-shadow: none;
}

.site-header:hover .brand-text strong,
.site-header:focus-within .brand-text strong,
body.menu-open .site-header .brand-text strong {
  color: #fff;
  background: var(--pink);
}

.site-header:hover .brand-text em,
.site-header:focus-within .brand-text em,
body.menu-open .site-header .brand-text em {
  color: var(--pink);
}

.brand-logo-official {
  position: absolute;
  inset: 0;
  width: 400px;
  height: auto;
  margin: auto;
  transition: opacity 180ms ease;
}

.brand-logo-official-on {
  opacity: 0;
}

.brand-logo-mobile {
  display: none;
}

.brand-lockup .brand-logo-mobile {
  display: none;
}

.nav-center {
  grid-row: 2;
  width: 100%;
  min-width: 1200px;
  height: 45px;
  justify-content: center;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  transition: border-color 180ms ease;
}

.nav-item {
  position: relative;
  height: 45px;
  display: flex;
  align-items: center;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 3px;
  background: var(--pink);
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 160ms ease, transform 160ms ease;
}

.nav-link {
  height: 45px;
  padding: 11px 45px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 0;
  white-space: nowrap;
  transition: color 160ms ease, font-weight 160ms ease;
}

.nav-link:hover,
.nav-item.is-active .nav-link {
  color: #fff;
  font-weight: 600;
  background: transparent;
}

.site-header:hover .nav-item:hover::after,
.site-header:hover .nav-item.is-active::after,
.site-header:focus-within .nav-item:hover::after,
.site-header:focus-within .nav-item.is-active::after,
body.menu-open .site-header .nav-item.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-submenu {
  position: absolute;
  top: 45px;
  left: 50%;
  width: 190px;
  padding: 20px 10px 24px;
  display: grid;
  gap: 12px;
  justify-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-header:hover .nav-submenu,
.site-header:focus-within .nav-submenu,
body.menu-open .site-header .nav-submenu,
.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-submenu a {
  width: 100%;
  padding: 4px 8px;
  color: #111820;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.nav-submenu a:hover {
  color: var(--pink);
  font-weight: 700;
}

.nav-right {
  justify-content: flex-end;
  gap: 10px;
}

.phone-link,
.open-pill {
  height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  white-space: nowrap;
}

.phone-link {
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
}

.phone-link span {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
}

.open-pill {
  display: none;
  color: #fff;
  background: var(--pink);
  box-shadow: 0 10px 20px rgba(233, 0, 127, 0.22);
}

.floating-contact {
  position: fixed;
  z-index: 72;
  right: 24px;
  top: auto;
  bottom: clamp(18px, 3vh, 32px);
  width: 150px;
  display: grid;
  gap: 12px;
  transform: none;
  pointer-events: auto;
}

.floating-contact-phone,
.floating-contact-button {
  min-height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 14px 26px rgba(54, 18, 44, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-contact-phone {
  min-height: 84px;
  padding: 14px 10px;
  color: #fff;
  background: linear-gradient(145deg, #5f247e 0%, #e9007f 100%);
}

.floating-contact-phone span {
  font-size: 14px;
  font-weight: 900;
}

.floating-contact-phone strong {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
}

.floating-contact-button {
  padding: 0 12px;
  border: 1px solid rgba(233, 0, 127, 0.16);
  color: #2d2930;
  background: rgba(255, 255, 255, 0.96);
  font-size: 15px;
  font-weight: 950;
}

.floating-contact-phone:hover,
.floating-contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(54, 18, 44, 0.22);
}

.site-map-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

body.menu-open .site-map-overlay {
  opacity: 1;
  pointer-events: auto;
}

.site-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 14, 20, 0.58);
  backdrop-filter: blur(8px);
}

.site-map-panel {
  position: absolute;
  inset: 24px 24px auto;
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 26px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.site-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.site-map-head p {
  margin: 0;
  color: var(--pink);
  font-weight: 900;
}

.site-map-close {
  height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
}

.site-map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.site-map-group {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.site-map-group span {
  color: var(--pink);
  font-weight: 900;
}

.site-map-group h3 {
  margin: 8px 0 2px;
  font-size: 22px;
}

.site-map-group small {
  color: var(--muted);
}

.site-map-group ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.site-map-group a {
  color: #3d3f43;
  font-weight: 800;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #172437;
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 18, 30, 0.58), rgba(10, 18, 30, 0.2) 47%, rgba(10, 18, 30, 0.16)),
    linear-gradient(180deg, rgba(11, 22, 35, 0.22), rgba(6, 10, 16, 0.55));
}

.hero-shell {
  position: relative;
  z-index: 1;
  padding: 166px 0 156px;
}

.hero-copy {
  max-width: 680px;
  color: #fff;
}

.hero-seals {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.hero-seals span {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #f3d27c;
  background:
    radial-gradient(circle at 50% 45%, #121212 0 58%, transparent 59%),
    conic-gradient(from 8deg, #927039, #d4af57, #72531f, #d4af57, #927039);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
  text-align: center;
}

.hero-kicker,
.section-kicker,
.page-kicker {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  color: #e9007f;
  font-size: 18px;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

.hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(62px, 7vw, 108px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.hero-lead {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.34;
  font-weight: 900;
  word-break: keep-all;
  text-shadow: 0 5px 16px rgba(0, 0, 0, 0.24);
}

.hero-lead strong {
  color: #fff;
}

.hero-actions,
.reservation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}

.btn-primary {
  color: #fff;
  background: var(--pink);
  box-shadow: 0 14px 26px rgba(233, 0, 127, 0.24);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
}

.btn-line {
  color: var(--pink);
  border-color: rgba(233, 0, 127, 0.24);
  background: #fff;
}

.hero-statbar {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 28px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.stat-grid article {
  min-height: 96px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(31, 14, 24, 0.12);
}

.stat-grid span,
.intro-card-grid span {
  color: var(--pink);
  font-weight: 900;
  font-size: 14px;
}

.stat-grid strong,
.intro-card-grid strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.stat-grid small,
.intro-card-grid p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.home-hero {
  min-height: 100svh;
  align-items: start;
  isolation: isolate;
  background: #dfefff;
}

.hero-picture {
  opacity: 0;
}

.hero-picture-primary {
  opacity: 1;
  animation: heroPrimaryFade 14s ease-in-out infinite;
}

.hero-picture-secondary {
  animation: heroSecondaryFade 14s ease-in-out infinite;
}

.hero-picture img {
  object-position: 50% 50%;
}

.hero-picture-secondary img {
  object-position: 56% 42%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.5) 28%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(180deg, rgba(226, 244, 255, 0.18) 0%, rgba(255, 255, 255, 0.02) 62%, rgba(19, 27, 34, 0.18) 100%);
}

.hero-shell {
  padding: clamp(188px, 18vh, 214px) 0 160px;
}

.hero-copy {
  max-width: 620px;
  color: var(--ink);
  margin-left: clamp(18px, 6vw, 84px);
}

.hero-seals {
  margin-bottom: 34px;
}

.hero-kicker {
  color: var(--pink);
  font-size: 20px;
  text-shadow: none;
}

.hero-copy h1 {
  display: grid;
  gap: 0;
  margin: 0;
  color: var(--pink);
  font-size: clamp(64px, 6.8vw, 104px);
  line-height: 0.94;
  text-shadow: 0 8px 24px rgba(255, 255, 255, 0.52);
}

.hero-copy h1 span,
.hero-copy h1 small,
.hero-copy h1 strong {
  display: block;
}

.hero-copy h1 span {
  font-size: 0.96em;
}

.hero-copy h1 small {
  color: #5f6368;
  font-size: 0.48em;
  font-weight: 950;
  line-height: 1.12;
}

.hero-copy h1 strong {
  color: var(--pink);
  font-size: 0.76em;
  font-weight: 950;
}

.hero-lead {
  width: min(560px, 100%);
  margin: 34px 0 0;
  padding: 0 28px;
  display: grid;
  gap: 8px;
  color: #60218e;
  font-size: clamp(28px, 3.1vw, 44px);
  line-height: 1.22;
  font-weight: 900;
  border-left: 7px solid #652597;
  border-right: 7px solid #652597;
  text-shadow: 0 5px 18px rgba(255, 255, 255, 0.64);
}

.hero-lead span {
  display: block;
}

.hero-actions {
  margin-top: 30px;
}

.hero-actions .btn-primary {
  min-width: 160px;
}

.hero-actions .btn-ghost {
  color: #4b245e;
  border-color: rgba(101, 37, 151, 0.38);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
}

.hero-side-dots {
  position: absolute;
  z-index: 3;
  left: 58px;
  top: 58%;
  display: grid;
  gap: 8px;
}

.hero-side-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 0 1px rgba(97, 37, 134, 0.12);
}

.hero-side-dots span:first-child {
  height: 28px;
  background: #fff;
}

.hero-scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 20px;
  width: 32px;
  height: 52px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.hero-scroll-cue span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 5px;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #fff;
  animation: scrollCue 1.6s ease-in-out infinite;
}

.hero-statbar {
  bottom: 30px;
  opacity: 0.96;
}

.hero-statbar .stat-grid {
  width: min(860px, calc(100% - 48px));
  margin-right: clamp(24px, 6vw, 84px);
  margin-left: auto;
}

.stat-grid article {
  min-height: 86px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

@keyframes heroPrimaryFade {
  0%, 42% { opacity: 1; }
  50%, 92% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes heroSecondaryFade {
  0%, 42% { opacity: 0; }
  50%, 92% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes scrollCue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  45% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 16px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-picture-primary,
  .hero-picture-secondary,
  .hero-scroll-cue span {
    animation: none;
  }

  .hero-picture-secondary {
    opacity: 0;
  }
}

.section-band {
  padding: 96px 0;
  background: var(--paper);
}

.section-band[id] {
  scroll-margin-top: 132px;
}

.section-band + .section-band {
  border-top: 1px solid rgba(37, 39, 43, 0.06);
}

.official-subpage {
  background: #fff;
}

.official-subtop {
  position: relative;
  height: 400px;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: #907967;
}

.official-subtop-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: -150px;
  height: 600px;
  background: url("assets/images/official-subtop.jpg?v=20260712soowail73conditionvideo") center center / cover no-repeat;
}

.official-subtop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(88, 59, 47, 0.24);
}

.official-subtop-copy {
  position: relative;
  z-index: 1;
  padding-top: 128px;
}

.official-subtop-copy h1 {
  margin: 0 0 18px;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.1;
}

.official-subtop-copy p {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 600;
}

.official-subtop-copy strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.official-subtabs {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.official-subtabs-inner {
  width: min(1200px, calc(100% - 48px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px;
}

.official-subtab {
  min-width: 138px;
  height: 52px;
  padding: 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background: #efefef;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.official-subtab.is-active,
.official-subtab:hover {
  color: #fff;
  background: #5f247e;
  border-color: #5f247e;
}

.official-reference-section {
  padding: 60px 0 78px;
  background: #fff;
  scroll-margin-top: 184px;
}

.official-reference-section + .official-reference-section {
  padding-top: 0;
}

.official-reference-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.official-reference-image {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: block;
}

.official-reference-image img {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}

.page-unit .official-reference-section {
  padding-top: 42px;
  padding-bottom: 64px;
  background: #fff;
}

.page-unit .official-reference-section + .official-reference-section {
  padding-top: 0;
}

.page-unit .official-reference-inner {
  width: min(1080px, calc(100% - 72px));
}

.page-unit .official-reference-image {
  background: #fff;
  box-shadow: none;
  outline: 0;
}

.page-unit .official-reference-image img {
  background: #fff;
}

.official-inquiry-section {
  padding-top: 72px;
}

.page-sub .official-inquiry-section {
  min-height: calc(100vh - 326px);
  padding: 54px 0 70px;
  display: grid;
  align-items: center;
}

.business-overview-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.business-overview-inner {
  display: grid;
  gap: 0;
}

.business-overview-head {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
  text-align: center;
}

.business-main-visual {
  width: min(1200px, 100%);
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 0;
}

.business-main-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 580;
  object-fit: cover;
  object-position: center 48%;
}

.business-overview-grid {
  display: grid;
  justify-items: center;
  margin: 0 auto 50px;
  width: min(1200px, 100%);
}

.business-info-table {
  width: 100%;
  margin: 0;
  border-top: 0;
  background: #fff;
  box-shadow: 0 16px 36px rgba(28, 20, 24, 0.06);
}

.business-info-table div {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 50px;
  border-bottom: 1px solid #d7dce2;
}

.business-info-table dt,
.business-info-table dd {
  margin: 0;
  display: grid;
  place-items: center;
  padding: 13px 18px;
  word-break: keep-all;
}

.business-info-table dt {
  background: #f1f1f1;
  color: #111820;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #d7dce2;
}

.business-info-table dd {
  justify-content: start;
  color: #111820;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  text-align: left;
}

.business-info-table strong {
  color: #e60012;
  font-size: 20px;
  font-weight: 950;
}

.business-unit-card {
  width: 100%;
  display: grid;
  gap: 18px;
}

.business-unit-title {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 14px;
  text-align: center;
  flex-wrap: wrap;
}

.business-unit-title h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 950;
}

.business-unit-title .section-kicker {
  margin: 0;
}

.business-unit-title span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.business-unit-table-wrap {
  width: 100%;
  overflow-x: auto;
  border-top: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.9);
}

.business-unit-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  table-layout: fixed;
}

.business-unit-table th,
.business-unit-table td {
  border: 1px solid rgba(35, 38, 41, 0.24);
  padding: 14px 10px;
  color: #111;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  vertical-align: middle;
  word-break: keep-all;
}

.business-unit-table th {
  background: #fff4f6;
  font-weight: 950;
}

.business-unit-table td:nth-child(2),
.business-unit-table td:nth-child(8) {
  font-size: 19px;
  font-weight: 900;
}

.business-total-row td {
  background: #fff;
  font-weight: 950;
}

.condition-page-section {
  background: linear-gradient(180deg, #fff, #fff4f9);
}

.condition-page-section .page-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.condition-page-section .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.condition-page-section .condition-grid {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.condition-page-section .condition-grid article {
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(233, 0, 127, 0.14);
  box-shadow: 0 16px 36px rgba(86, 45, 69, 0.1);
}

.condition-page-section .condition-grid h3 {
  color: var(--ink);
}

.condition-page-section .condition-grid p {
  color: var(--muted);
}

.condition-benefits-section {
  background: #fff;
  padding-top: 72px;
}

.condition-benefits-section .page-shell {
  max-width: 1240px;
}

.condition-benefits-section .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.condition-benefit-image {
  max-width: 1120px;
  margin: 0 auto;
}

.condition-benefit-image .asset-zoom {
  border-radius: 14px;
  box-shadow: 0 20px 52px rgba(70, 38, 58, 0.12);
}

.intro-band,
.premium-band {
  background: #fff;
}

.soft-pink,
.inquiry-band {
  background: linear-gradient(180deg, var(--rose), #fff);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.split-head h2,
.location-copy h2,
.contract-copy h2,
.reservation-card h2,
.inquiry-guide h2,
.legal-page h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.16;
  letter-spacing: 0;
}

.section-head p:not(.section-kicker),
.split-head p,
.location-copy p,
.contract-copy p,
.inquiry-guide p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
  word-break: keep-all;
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
  align-items: end;
}

.intro-layout .section-head {
  grid-column: 1 / -1;
}

.intro-visual {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-visual img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}

.intro-card-grid,
.quick-grid,
.premium-grid,
.facility-grid {
  display: grid;
  gap: 12px;
}

.intro-card-grid {
  grid-template-columns: repeat(2, 1fr);
}

.intro-card-grid article,
.quick-grid article,
.premium-card,
.facility-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.split-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.split-head > p {
  max-width: 420px;
}

.premium-title {
  max-width: 860px;
  margin: 0 auto 42px;
  text-align: center;
}

.premium-title h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.12;
}

.premium-title h2 strong {
  color: #612596;
}

.premium-title p:not(.section-kicker) {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
  word-break: keep-all;
}

.premium-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 26px;
}

.premium-card {
  min-height: 184px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 252, 0.92));
  box-shadow: 0 14px 34px rgba(86, 45, 69, 0.09);
}

.premium-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: var(--pink);
}

.premium-card:nth-child(2n)::after {
  background: var(--orange);
}

.premium-card:nth-child(3n)::after {
  background: var(--blue);
}

.premium-card span,
.quick-grid span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}

.premium-card span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--pink), #772ca0);
  box-shadow: 0 10px 22px rgba(233, 0, 127, 0.2);
}

.premium-card h3,
.quick-grid h3,
.facility-grid h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1.3;
}

.premium-card p,
.quick-grid p,
.facility-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  word-break: keep-all;
}

.showcase-band {
  background:
    linear-gradient(180deg, #fff, #fff7fb 64%, #fff);
}

.showcase-slider {
  min-height: 500px;
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.showcase-card {
  position: relative;
  flex: 0.72 1 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(25, 20, 32, 0.12), rgba(20, 17, 28, 0.74)),
    var(--showcase-image) center/cover;
  box-shadow: 0 22px 48px rgba(61, 23, 46, 0.16);
  transition: flex 420ms ease, transform 420ms ease, box-shadow 420ms ease;
}

.showcase-card.is-featured,
.showcase-card:hover,
.showcase-card:focus-within {
  flex: 3.8 1 0;
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(61, 23, 46, 0.22);
}

.showcase-slider:hover .showcase-card.is-featured:not(:hover) {
  flex: 0.72 1 0;
  transform: none;
}

.showcase-card div {
  position: absolute;
  inset: auto 18px 18px;
  min-width: 250px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(233, 0, 127, 0.92), rgba(84, 30, 130, 0.9));
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 280ms ease, transform 280ms ease;
}

.showcase-card.is-featured div,
.showcase-card:hover div,
.showcase-card:focus-within div {
  opacity: 1;
  transform: translateY(0);
}

.showcase-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 950;
}

.showcase-card h3 {
  margin: 8px 0 6px;
  font-size: 28px;
  line-height: 1.22;
}

.showcase-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.asset-figure {
  margin: 0;
}

.asset-zoom {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: var(--shadow);
}

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

.asset-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.location-layout,
.two-column,
.inquiry-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.location-tags span {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--pink-deep);
  background: var(--rose);
  font-weight: 900;
}

.quick-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.sub-hero {
  padding: 170px 0 78px;
  background:
    linear-gradient(90deg, rgba(233, 0, 127, 0.94), rgba(255, 119, 178, 0.84)),
    url("assets/images/hero-river.jpg?v=20260712soowail73conditionvideo") center/cover;
  color: #fff;
}

.sub-hero-shell h1 {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 72px);
  line-height: 1.08;
}

.sub-hero-shell .page-kicker,
.sub-hero-shell p {
  color: #fff;
}

.sub-hero-shell > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 19px;
  line-height: 1.75;
  opacity: 0.9;
  word-break: keep-all;
}

.overview-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
}

.overview-table {
  border-top: 2px solid var(--pink);
  background: #fff;
  box-shadow: var(--shadow);
  border-radius: 8px;
  overflow: hidden;
}

.overview-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.overview-table div:last-child {
  border-bottom: 0;
}

.overview-table span {
  color: var(--pink);
  font-weight: 900;
}

.overview-table strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.5;
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #41464a;
  line-height: 1.6;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
}

.stacked-assets {
  display: grid;
  gap: 18px;
}

.facility-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 26px;
}

.unit-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 24px;
}

.unit-tab {
  min-width: 118px;
  height: 52px;
  border: 1px solid rgba(233, 0, 127, 0.2);
  border-radius: 8px;
  background: #fff;
  color: var(--pink);
  font-weight: 950;
  cursor: pointer;
}

.unit-tab.is-active {
  color: #fff;
  background: var(--pink);
}

.unit-area-summary {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 366px 1fr;
  background: #f3f3f3;
  border: 0;
}

.unit-area-type {
  min-height: 320px;
  padding: 48px 56px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: var(--pink);
}

.unit-area-blue .unit-area-type {
  background: #147abb;
}

.unit-area-orange .unit-area-type {
  background: #f45112;
}

.unit-area-type span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64em;
}

.unit-area-type strong {
  margin-top: 30px;
  font-size: clamp(72px, 6.2vw, 96px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
}

.unit-area-type small {
  font-size: 0.38em;
  vertical-align: super;
}

.unit-area-type em {
  margin-top: 34px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-style: normal;
  font-size: 26px;
  font-weight: 900;
}

.unit-area-table-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 92px 48px 82px;
}

.unit-area-table {
  width: min(660px, 100%);
  border-collapse: collapse;
  table-layout: fixed;
  color: #111;
  background: #fff;
  font-size: 16px;
}

.unit-area-table th,
.unit-area-table td {
  height: 58px;
  border: 1px solid #cfcfcf;
  padding: 0 20px;
  vertical-align: middle;
}

.unit-area-table th {
  width: 130px;
  text-align: center;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.42);
}

.unit-area-table td {
  text-align: right;
  font-weight: 500;
}

.unit-panel {
  display: none;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
}

.unit-panel.is-active {
  display: grid;
}

.unit-panel-copy {
  position: sticky;
  top: 110px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.unit-panel-copy h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1;
}

.unit-panel-copy strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  background: var(--pink);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 24px;
  text-align: center;
}

.unit-panel-copy ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.unit-figure img {
  background: #fff;
}

.reservation-card {
  padding: 34px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.reservation-card-head {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: 26px;
  text-align: center;
}

.reservation-card-head > div {
  max-width: 620px;
}

.reservation-card-head p {
  margin: 12px auto 0;
  color: var(--muted);
  line-height: 1.6;
}

.reservation-call {
  justify-self: center;
  padding: 14px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--pink);
  text-align: center;
}

.reservation-call span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  opacity: 0.8;
}

.reservation-call strong {
  font-size: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-field {
  display: grid;
  gap: 8px;
  color: #4a4e52;
  font-weight: 900;
}

.form-field.wide,
.form-field.full {
  grid-column: 1 / -1;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 16px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(233, 0, 127, 0.1);
}

.privacy-check {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.55;
}

.privacy-check a {
  color: var(--pink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status {
  min-height: 24px;
  margin: 16px 0 0;
  color: var(--pink);
  font-weight: 900;
}

.inquiry-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-sub .inquiry-layout {
  width: min(1120px, calc(100% - 48px));
}

.page-sub .reservation-card {
  width: min(960px, 100%);
  padding: 34px 42px 32px;
}

.page-sub .reservation-card-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: stretch;
  gap: 28px;
  margin-bottom: 26px;
  text-align: left;
}

.page-sub .reservation-card-head > div {
  max-width: none;
}

.page-sub .reservation-card h2 {
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.05;
}

.page-sub .reservation-card-head p {
  margin: 12px 0 0;
}

.page-sub .reservation-call {
  min-width: 150px;
}

.page-sub .reservation-actions {
  margin-top: 20px;
}

.inquiry-guide {
  padding: 34px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}

.inquiry-guide h2,
.inquiry-guide p,
.inquiry-guide .check-list li {
  color: #fff;
}

.guide-call {
  display: inline-flex;
  margin-top: 24px;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--pink);
  font-weight: 950;
}

.legal-page {
  max-width: 860px;
  padding: 42px;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.legal-page h3 {
  margin: 28px 0 8px;
  color: var(--pink);
}

.legal-page p {
  color: #4a4d51;
  line-height: 1.8;
  word-break: keep-all;
}

.site-footer {
  padding: 68px 0 86px;
  background: #fff;
  border-top: 1px solid var(--line);
}

.footer-company {
  text-align: center;
}

.footer-company > img:first-child {
  width: 270px;
  margin: 0 auto 22px;
}

.footer-role-grid {
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 26px;
}

.footer-role-grid div {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.footer-role-grid dt {
  color: #7c8583;
  font-weight: 900;
}

.footer-role-grid dd {
  margin: 0;
  color: var(--ink);
  font-weight: 950;
}

.footer-meta {
  display: grid;
  gap: 8px;
  color: #3f4744;
  font-weight: 700;
}

.footer-meta p {
  margin: 0;
  line-height: 1.6;
}

.footer-admin-line {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.footer-admin-line a {
  color: #3f4744;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-disclaimer {
  margin: 28px auto 0;
  max-width: 1160px;
  padding: 18px 24px;
  border-radius: 8px;
  background: var(--rose);
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.55;
}

.footer-disclaimer p {
  margin: 0;
}

.footer-disclaimer p + p {
  margin-top: 2px;
}

.footer-copyright {
  margin: 30px 0 0;
  text-align: center;
  color: var(--ink);
  font-weight: 900;
}

.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 1003;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.promo-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.promo-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.promo-popup-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1090px, calc(100% - 32px));
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  color: #fff;
  animation: popupRise 0.7s ease 0.1s both;
}

.lightbox-close {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.promo-popup-images {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.promo-popup-card {
  position: relative;
  display: inline-block;
  margin: 0;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.3);
}

.promo-popup-card > img {
  display: block;
  width: 350px;
  height: 585px;
  object-fit: cover;
}

.promo-popup-card-inquiry {
  width: 350px;
  height: 585px;
  white-space: normal;
  overflow: hidden;
}

.promo-inquiry-art {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 27px 30px 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.promo-inquiry-close {
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 17px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(39, 17, 49, 0.86);
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.promo-inquiry-close::before,
.promo-inquiry-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1.5px;
  background: #fff7fa;
}

.promo-inquiry-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.promo-inquiry-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.promo-inquiry-brand {
  display: block;
  width: 228px;
  height: auto;
  margin-top: 5px;
  object-fit: contain;
}

.promo-inquiry-copy {
  width: 100%;
  margin-top: 106px;
}

.promo-inquiry-kicker {
  margin: 0 0 15px;
  color: #f0007f;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.promo-inquiry-copy h2 {
  margin: 0;
  color: #fff8f4;
  font-family: "Gowun Batang", "Noto Serif KR", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(21, 5, 25, 0.45);
}

.promo-inquiry-description {
  margin: 34px 0 0;
  color: rgba(255, 250, 252, 0.93);
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0;
  word-break: keep-all;
}

.promo-inquiry-cta {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 54px;
  margin-top: auto;
  margin-bottom: 5px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(135deg, #ad176d 0%, #7b2d79 100%);
  box-shadow: none;
  outline: none;
  color: #fff;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.promo-inquiry-cta i {
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.promo-popup-controls {
  width: fit-content;
  min-width: 0;
  margin: 12px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #fff;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.promo-popup-today {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  cursor: pointer;
}

.promo-popup-today input {
  width: 14px;
  height: 14px;
  accent-color: #fff;
}

.promo-popup-divider {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
}

.promo-popup-close-control {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.promo-popup-arrow,
.popup-text-mobile,
.mobile-page-bar {
  display: none;
}

@keyframes popupRise {
  0% {
    top: 65%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 72px 24px 24px;
  background: rgba(16, 12, 15, 0.82);
}

.image-lightbox.is-visible {
  display: flex;
}

.image-lightbox img {
  max-width: min(1280px, 100%);
  max-height: calc(100vh - 110px);
  object-fit: contain;
  background: #fff;
}

.lightbox-close {
  position: absolute;
  right: 24px;
  top: 18px;
}

.page-home {
  background: #f2ede8;
}

.page-home .site-footer {
  margin-top: 0;
}

.fullpage-home {
  position: relative;
  scroll-snap-type: y mandatory;
  background: #111;
}

.fp-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  scroll-snap-align: start;
  isolation: isolate;
}

.full-visual-section {
  color: #fff;
  background: #0c1016;
}

.full-visual,
.fv-slide,
.fv-bg {
  position: absolute;
  inset: 0;
}

.fv-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.full-visual {
  z-index: 2;
}

.fv-slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms ease;
}

.fv-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.fv1::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08) 56%, rgba(5, 10, 18, 0.08));
}

.fv2::before {
  background: rgba(3, 8, 15, 0.38);
}

.fv-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.fv-bg {
  z-index: -1;
  background-position: center;
  background-size: cover;
  transform: scale(1.16);
}

.fv1 .fv-bg {
  background-image: url("assets/images/official-visual1.jpg?v=20260712soowail73conditionvideo");
}

.fv2 .fv-bg {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)),
    url("assets/images/official-visual2.jpg?v=20260712soowail73conditionvideo");
}

.fv-slide.is-active .fv-bg {
  animation: officialVisualScale 5.2s ease-out both;
}

.fv-anim {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 30%;
  width: min(520px, 38vw);
  transform: translate(-50%, -50%);
  text-align: center;
}

.fv2 .fv-anim {
  left: 80%;
}

.fv-title-image {
  width: 250px;
  max-width: 70%;
  margin: 0 auto 38px;
  opacity: 0;
  transform: scale(1.14);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.18));
}

.fv-slide.is-active .fv-title-image {
  animation: officialTitleIn 980ms 240ms ease both;
}

.fv-line {
  margin: 9px 0;
  color: #5b137d;
  font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
  font-size: clamp(32px, 2.65vw, 48px);
  line-height: 1.08;
  font-weight: 420;
  letter-spacing: -0.01em;
  word-break: keep-all;
  opacity: 0;
  transform: translateY(28px);
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.82),
    0 8px 20px rgba(255, 255, 255, 0.62);
}

.fv2 .fv-line {
  color: #fff;
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.38),
    0 8px 22px rgba(0, 0, 0, 0.3);
}

.fv-line b {
  font-weight: 900;
  letter-spacing: -0.03em;
}

.fv-slide.is-active .fv-line {
  animation: officialTextUp 760ms 650ms ease both;
}

.fv-slide.is-active .fv-line:nth-of-type(2) {
  animation-delay: 820ms;
}

.fv-bracket {
  position: absolute;
  top: 84px;
  width: clamp(24px, 2vw, 34px);
  height: clamp(118px, 8.5vw, 158px);
  color: transparent;
  font-size: 0;
  opacity: 0;
  border-top: clamp(5px, 0.45vw, 8px) solid #5b137d;
  border-bottom: clamp(5px, 0.45vw, 8px) solid #5b137d;
  filter:
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.82))
    drop-shadow(0 8px 16px rgba(255, 255, 255, 0.58));
}

.fv2 .fv-bracket {
  border-top-color: #fff;
  border-bottom-color: #fff;
  filter:
    drop-shadow(0 2px 5px rgba(0, 0, 0, 0.34))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.26));
}

.fv-bracket.left {
  left: -58px;
  transform: translateX(-50px);
  border-left: clamp(5px, 0.45vw, 8px) solid #5b137d;
}

.fv-bracket.right {
  right: -58px;
  transform: translateX(50px);
  border-right: clamp(5px, 0.45vw, 8px) solid #5b137d;
}

.fv2 .fv-bracket.left {
  border-left-color: #fff;
}

.fv2 .fv-bracket.right {
  border-right-color: #fff;
}

.fv-slide.is-active .fv-bracket.left {
  animation: bracketLeftIn 820ms 560ms ease both;
}

.fv-slide.is-active .fv-bracket.right {
  animation: bracketRightIn 820ms 560ms ease both;
}

.fv-notice {
  position: absolute;
  z-index: 4;
  left: 42px;
  bottom: 28px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42);
}

.mouse {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 24px;
  width: 34px;
  height: 54px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
}

.mouse span {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 5px;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #fff;
  animation: officialMouse 1.5s ease-in-out infinite;
}

.official-premium-section {
  overflow: hidden;
  background:
    linear-gradient(rgba(242, 237, 232, 0.08), rgba(242, 237, 232, 0.08)),
    url("assets/images/official-premium8-bg.jpg?v=20260712soowail73conditionvideo") center top / 100% 42% no-repeat,
    #f2ede8;
}

.official-p8-inner {
  position: absolute;
  top: 64%;
  left: 50%;
  width: min(1200px, calc(100% - 64px));
  transform: translate(-50%, -50%);
  padding-top: 126px;
}

.official-p8-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 16px rgba(71, 33, 50, 0.22);
}

.official-p8-title h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: 0;
}

.official-p8-title b {
  color: #e9007f;
  font-weight: 850;
}

.official-p8-title strong {
  font-size: 1.25em;
  font-weight: 850;
}

.official-p8-title p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 650;
}

.p8-viewport {
  overflow: hidden;
  width: 100%;
  padding: 12px 0 26px;
}

.p8-track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transition: transform 560ms cubic-bezier(0.22, 0.72, 0.22, 1);
}

.p8-slide {
  flex: 0 0 calc((100% - 60px) / 4);
  min-height: 430px;
  padding: 48px 28px 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(68, 42, 52, 0.12);
}

.p8-icon {
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 0 auto 30px;
}

.p8-slide h3 {
  min-height: 72px;
  margin: 0;
  color: #251f24;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 950;
  word-break: keep-all;
}

.p8-slide p {
  min-height: 76px;
  margin: 18px 0 0;
  color: #6b6467;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 700;
  word-break: keep-all;
}

.p8-slide span {
  margin-top: auto;
  color: #e9007f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.p8-controls {
  position: absolute;
  left: -76px;
  right: -76px;
  top: 126px;
  bottom: 26px;
  z-index: 4;
  pointer-events: none;
}

.p8-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 76px;
  padding: 0;
  border: 1px solid rgba(95, 36, 126, 0.12);
  border-radius: 999px;
  color: #6a1c82;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 251, 0.94));
  box-shadow: 0 14px 28px rgba(88, 48, 66, 0.14);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transform: translateY(-50%);
  pointer-events: auto;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.p8-arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.p8-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  border-radius: 2px;
}

.p8-arrow:hover,
.p8-arrow:focus-visible {
  color: #e9007f;
  background: #fff;
  box-shadow: 0 18px 34px rgba(88, 48, 66, 0.22);
  transform: translateY(-50%) scale(1.03);
}

.p8-arrow-prev {
  left: 0;
}

.p8-arrow-prev::before {
  transform: translate(-38%, -50%) rotate(-135deg);
}

.p8-arrow-next {
  right: 0;
}

.p8-arrow-next::before {
  transform: translate(-62%, -50%) rotate(45deg);
}

.official-feature-section {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 206px 32px 72px;
  background: #eeeeea;
}

.official-feature-title {
  margin-bottom: 34px;
  text-align: center;
}

.official-feature-title span,
.official-feature-title small {
  color: #e9007f;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  font-weight: 950;
}

.official-feature-title small {
  margin: 0 7px;
  color: #342b32;
  font-size: clamp(22px, 2.3vw, 34px);
}

.official-feature-title h2 {
  margin: 10px 0 0;
  color: #342b32;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.06;
  font-weight: 950;
}

.official-feature-wrap {
  width: min(1200px, 100%);
  height: 500px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: visible;
}

.official-feature-wrap input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.official-feature-card {
  position: relative;
  width: 80px;
  margin: 0 10px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 32px;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.44)),
    var(--feature-image);
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 30px -5px rgba(50, 50, 50, 0.78);
  cursor: pointer;
  transition: width 600ms cubic-bezier(0.28, -0.03, 0, 0.99), transform 300ms ease;
}

.official-feature-card:hover {
  transform: translateY(-8px);
}

.official-feature-wrap input:checked + .official-feature-card {
  width: 800px;
  transform: none;
}

.feature-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 124px;
  width: 100%;
  min-width: 0;
  padding: 0 26px 28px;
  color: #fff;
}

.feature-num {
  position: absolute;
  left: 50%;
  bottom: 28px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #25272b;
  background: #fff;
  font-weight: 950;
  transform: translateX(-50%);
  transition: left 360ms ease, transform 360ms ease;
}

.official-feature-wrap input:checked + .official-feature-card .feature-num {
  left: 26px;
  transform: none;
}

.feature-description {
  position: absolute;
  left: 98px;
  right: 34px;
  bottom: 24px;
  min-width: 0;
  max-width: 620px;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
}

.official-feature-wrap input:checked + .official-feature-card .feature-description {
  opacity: 1;
  transform: none;
}

.feature-description h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 950;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.38);
}

.feature-description p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
  word-break: keep-all;
}

.video-condition-section,
.fullpage-inquiry-section {
  display: grid;
  place-items: start center;
  color: #fff;
  background: #15191f;
}

.section-video,
.section-video-shade {
  position: absolute;
  inset: 0;
}

.section-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-video-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 32%, rgba(233, 0, 127, 0.2), transparent 38%),
    linear-gradient(90deg, rgba(18, 14, 18, 0.76), rgba(18, 14, 18, 0.38) 52%, rgba(18, 14, 18, 0.78));
}

.section-video-shade.inquiry {
  background:
    radial-gradient(circle at 72% 28%, rgba(233, 0, 127, 0.34), transparent 28%),
    linear-gradient(90deg, rgba(13, 11, 14, 0.88), rgba(13, 11, 14, 0.66));
}

.condition-inner {
  position: relative;
  z-index: 1;
  padding: 210px 0 72px;
}

.condition-inner .section-kicker {
  color: #ffabd5;
  font-size: 18px;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.3);
}

.condition-inner h2 {
  max-width: 780px;
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.condition-grid {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.condition-grid article {
  min-height: 178px;
  padding: 26px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.condition-grid span {
  color: #ff8fc6;
  font-size: 14px;
  font-weight: 950;
}

.condition-grid h3 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.condition-grid p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
  word-break: keep-all;
}

.fullpage-inquiry-inner {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 210px 0 32px;
}

.fullpage-reservation {
  width: min(1040px, calc(100% - 56px));
  padding: 30px 40px 34px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.fullpage-reservation .reservation-card-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  justify-items: start;
  gap: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.fullpage-reservation .reservation-card-head > div {
  max-width: none;
}

.fullpage-reservation .reservation-card-head .section-kicker {
  margin-top: 0;
}

.fullpage-reservation .reservation-card-head h2 {
  font-size: clamp(40px, 3.8vw, 54px);
  line-height: 1.06;
}

.fullpage-reservation .reservation-card-head p {
  max-width: none;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.42;
  white-space: nowrap;
}

.fullpage-reservation .reservation-call {
  justify-self: end;
  padding: 12px 22px;
}

.fullpage-reservation .form-grid {
  gap: 12px 18px;
}

.fullpage-reservation .form-field {
  gap: 8px;
}

.fullpage-reservation .form-field input,
.fullpage-reservation .form-field select,
.fullpage-reservation .form-field textarea {
  padding: 14px 16px;
}

.fullpage-reservation .form-field textarea {
  min-height: 86px;
}

.fullpage-reservation .privacy-check {
  margin-top: 12px;
}

.fullpage-reservation .reservation-actions {
  margin-top: 18px;
}

.fullpage-reservation .form-status {
  min-height: 14px;
  margin-top: 8px;
}

@keyframes officialVisualScale {
  from { transform: scale(1.18); }
  to { transform: scale(1); }
}

@keyframes officialTitleIn {
  from { opacity: 0; transform: scale(1.2); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes officialTextUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes bracketLeftIn {
  from { opacity: 0; transform: translateX(-52px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes bracketRightIn {
  from { opacity: 0; transform: translateX(52px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes officialMouse {
  0% { opacity: 0; transform: translate(-50%, 0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 18px); }
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.mobile-cta {
  display: none;
}

.fullpage-dots {
  position: fixed;
  left: 38px;
  top: 50%;
  z-index: 85;
  display: grid;
  gap: 13px;
  transform: translateY(-50%);
}

.fullpage-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.fullpage-dots button.is-active {
  background: #fff;
  transform: scale(1.25);
}

@media (max-width: 1080px) {
  .site-header {
    inset: 10px 0 auto;
  }

  .site-nav {
    width: calc(100% - 24px);
    min-height: 64px;
    margin: 0 auto;
    padding: 8px;
    display: block;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
  }

  .site-header:hover .site-nav,
  .site-header:focus-within .site-nav,
  body.menu-open .site-header .site-nav {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px rgba(70, 20, 50, 0.12);
  }

  .nav-top,
  .nav-center {
    display: none;
  }

  .mobile-nav-main {
    min-height: 48px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .menu-chip {
    display: inline-flex;
    min-width: 98px;
    height: 44px;
    padding: 0 14px;
    font-size: 16px;
    border-radius: 8px;
  }

  .mobile-brand-lockup {
    min-width: 0;
    display: flex;
    justify-content: center;
  }

  .mobile-brand-lockup img {
    width: clamp(132px, 32vw, 180px);
    height: auto;
  }

  .mobile-phone-call {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    border: 1.5px dashed rgba(25, 19, 23, 0.76);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #171717;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  .mobile-phone-call img {
    width: 22px;
    height: 22px;
    display: block;
  }

  .mobile-phone-call:hover,
  .mobile-phone-call:focus-visible {
    border-color: var(--pink);
    background: #fff;
    transform: translateY(-1px);
  }

  .mobile-phone-call:focus-visible {
    outline: 2px solid rgba(233, 0, 127, 0.28);
    outline-offset: 3px;
  }

  .brand-lockup,
  .nav-right {
    display: none;
  }

  .fullpage-dots {
    display: none;
  }

  .premium-grid,
  .quick-grid,
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-slider {
    min-height: 420px;
  }

  .overview-layout,
  .location-layout,
  .two-column,
  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .unit-panel {
    grid-template-columns: 1fr;
  }

  .unit-area-summary {
    grid-template-columns: 320px 1fr;
  }

  .unit-area-type {
    min-height: 280px;
    padding: 38px 42px;
  }

  .unit-area-table-wrap {
    padding: 34px 38px;
  }

  .unit-panel-copy {
    position: static;
  }

  .fv-anim,
  .fv2 .fv-anim {
    left: 50%;
    width: min(620px, calc(100% - 64px));
  }

  .official-p8-inner {
    top: 58%;
    width: min(760px, calc(100% - 40px));
  }

  .p8-slide {
    flex-basis: calc((100% - 20px) / 2);
  }

  .p8-controls {
    left: -58px;
    right: -58px;
  }

  .p8-arrow {
    width: 48px;
    height: 72px;
  }

  .official-feature-wrap {
    height: 460px;
  }

  .official-feature-wrap input:checked + .official-feature-card {
    width: min(680px, calc(100% - 180px));
  }

  .condition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 58px;
  }

  body.page-sub {
    padding-bottom: 58px;
  }

  .page-shell {
    width: min(100% - 28px, 680px);
  }

  .site-header {
    inset: 0 0 auto;
  }

  .site-nav {
    width: 100%;
    min-height: 50px;
    padding: 0 12px;
    margin: 0 auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }

  .site-header:hover .site-nav,
  .site-header:focus-within .site-nav,
  body.menu-open .site-header .site-nav {
    min-height: 50px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(28, 18, 28, 0.12);
  }

  .mobile-nav-main {
    min-height: 50px;
    grid-template-columns: 1fr auto auto;
    gap: 11px;
  }

  .mobile-brand-lockup {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .mobile-phone-call {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .menu-chip {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #111;
    font-size: 0;
  }

  .menu-chip span:last-child {
    display: none;
  }

  .menu-dots,
  .menu-dots::before,
  .menu-dots::after {
    width: 21px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
  }

  .menu-dots::before {
    top: -7px;
  }

  .menu-dots::after {
    top: 7px;
  }

  .mobile-brand-lockup img {
    width: clamp(190px, 58vw, 238px);
  }

  .mobile-phone-call {
    width: 38px;
    height: 38px;
    padding: 0;
    border-width: 1.5px;
    background: rgba(255, 255, 255, 0.96);
  }

  .mobile-phone-call img {
    width: 19px;
    height: 19px;
  }

  .site-map-panel {
    inset: 10px;
    max-height: calc(100vh - 20px);
    padding: 20px;
  }

  .site-map-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 100svh;
    align-items: start;
  }

  .page-home {
    padding-bottom: 74px;
  }

  .floating-contact {
    display: none;
  }

  .fullpage-home {
    scroll-snap-type: none;
  }

  .fp-section {
    min-height: 100svh;
    scroll-snap-align: none;
  }

  .fv-bg {
    transform: scale(1.08);
  }

  .fv1 .fv-bg {
    background-position: 58% center;
  }

  .fv2 .fv-bg {
    background-position: 44% center;
  }

  .fv-anim,
  .fv2 .fv-anim {
    top: 45%;
    left: 50%;
    width: min(350px, calc(100% - 44px));
  }

  .fv-title-image {
    width: 166px;
    margin-bottom: 26px;
  }

  .fv-line {
    font-size: 30px;
    line-height: 1.12;
  }

  .fv-bracket {
    top: 62px;
    width: 19px;
    height: 92px;
    border-width: 5px;
  }

  .fv-bracket.left {
    left: -18px;
    border-left-width: 5px;
  }

  .fv-bracket.right {
    right: -18px;
    border-right-width: 5px;
  }

  .fv-notice {
    left: 14px;
    right: 14px;
    bottom: 72px;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }

  .mouse {
    bottom: 88px;
    width: 24px;
    height: 38px;
  }

  .official-premium-section {
    min-height: auto;
    padding: 68px 0 72px;
    background: #f2ede8;
  }

  .official-p8-inner {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 560px);
    display: flex;
    flex-direction: column;
    transform: none;
    padding: 0 12px;
    margin: 0 auto;
  }

  .official-p8-title {
    position: static;
    order: 1;
    color: #d90075;
    text-shadow: none;
  }

  .official-p8-title h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.08;
    font-weight: 850;
    word-break: keep-all;
  }

  .official-p8-title b {
    display: inline;
    color: #d90075;
  }

  .official-p8-title strong {
    font-size: 1em;
  }

  .official-p8-title p {
    display: none;
  }

  .p8-viewport {
    order: 2;
    width: 100%;
    margin-top: 36px;
    padding: 0;
  }

  .p8-track {
    gap: 0;
  }

  .p8-slide {
    flex: 0 0 50%;
    min-width: 50%;
    min-height: 344px;
    padding: 0 10px 8px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .p8-icon {
    width: 96px;
    height: 96px;
    margin-bottom: 20px;
  }

  .p8-slide h3 {
    min-height: 54px;
    color: #71324f;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.22;
    font-weight: 850;
  }

  .p8-slide p {
    min-height: 92px;
    margin-top: 12px;
    color: #4f494c;
    font-size: clamp(12px, 3.5vw, 14px);
    line-height: 1.55;
    font-weight: 600;
  }

  .p8-slide span {
    color: #b49370;
    font-size: 11px;
  }

  .p8-controls {
    position: static;
    order: 3;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 18px;
    pointer-events: auto;
  }

  .p8-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 48px;
    height: 48px;
    border-color: rgba(112, 57, 83, 0.36);
    color: #71324f;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: none;
    transform: none;
  }

  .p8-arrow::before {
    width: 11px;
    height: 11px;
    border-width: 2px 2px 0 0;
  }

  .p8-arrow:hover,
  .p8-arrow:focus-visible {
    color: #d90075;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    transform: none;
  }

  .official-feature-section {
    min-height: auto;
    padding: 70px 14px 84px;
    overflow: visible;
    background: #fff;
  }

  .official-feature-title {
    width: 100%;
    margin-bottom: 30px;
  }

  .official-feature-title span {
    color: #d92c80;
    font-size: clamp(20px, 6vw, 25px);
    line-height: 1.2;
  }

  .official-feature-title small {
    margin: 0 3px;
    color: #302a2e;
    font-size: 15px;
  }

  .official-feature-title h2 {
    margin-top: 8px;
    font-size: clamp(32px, 9.2vw, 38px);
    line-height: 1.08;
    word-break: keep-all;
  }

  .official-feature-wrap {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    overflow: visible;
  }

  .official-feature-card,
  .official-feature-wrap input:checked + .official-feature-card {
    width: 100%;
    min-height: 150px;
    margin: 0;
    border-radius: 14px;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58)),
      var(--feature-image);
    box-shadow: none;
    transform: none;
  }

  .official-feature-card:hover {
    transform: none;
  }

  .feature-card-content {
    inset: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 18px;
  }

  .feature-num {
    display: none;
  }

  .feature-description,
  .official-feature-wrap input:checked + .official-feature-card .feature-description {
    position: static;
    width: 86%;
    max-width: 86%;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .official-feature-card:nth-of-type(even) .feature-description {
    margin-left: auto;
    text-align: right;
  }

  .feature-description h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .feature-description p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }

  .video-condition-section,
  .fullpage-inquiry-section {
    min-height: auto;
  }

  .condition-inner {
    padding: 100px 0 92px;
  }

  .condition-inner h2 {
    font-size: 34px;
    margin-bottom: 24px;
  }

  .condition-grid {
    grid-template-columns: 1fr;
  }

  .condition-grid article {
    min-height: 0;
    padding: 20px;
  }

  .fullpage-inquiry-inner {
    width: 100%;
    padding: 72px 0 88px;
  }

  .fullpage-reservation {
    width: min(calc(100% - 28px), 560px);
    max-height: none;
    min-width: 0;
    padding: 24px 18px 26px;
    border-radius: 12px;
  }

  .fullpage-reservation .reservation-card-head {
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch;
    gap: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .fullpage-reservation .reservation-card-head > div {
    min-width: 0;
  }

  .fullpage-reservation .reservation-card-head .section-kicker {
    font-size: 13px;
  }

  .fullpage-reservation .reservation-card-head h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.12;
    word-break: keep-all;
  }

  .fullpage-reservation .reservation-card-head p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.55;
    white-space: normal;
    word-break: keep-all;
  }

  .fullpage-reservation .reservation-call {
    justify-self: stretch;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 14px;
  }

  .fullpage-reservation .reservation-call span,
  .fullpage-reservation .reservation-call strong {
    margin: 0;
  }

  .fullpage-reservation .reservation-call strong {
    font-size: 21px;
  }

  .fullpage-reservation .form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .fullpage-reservation .form-field,
  .fullpage-reservation .form-field.wide,
  .fullpage-reservation .form-field.full {
    grid-column: 1;
    min-width: 0;
  }

  .fullpage-reservation .form-field input,
  .fullpage-reservation .form-field select,
  .fullpage-reservation .form-field textarea {
    width: 100%;
    min-width: 0;
    padding: 12px 14px;
    font-size: 15px;
  }

  .fullpage-reservation .form-field textarea {
    min-height: 72px;
  }

  .fullpage-reservation .privacy-check {
    align-items: flex-start;
    font-size: 13px;
    line-height: 1.45;
  }

  .fullpage-reservation .reservation-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fullpage-reservation .reservation-actions .btn {
    width: 100%;
  }

  .hero-picture img {
    object-position: 58% center;
  }

  .hero-picture-secondary img {
    object-position: 56% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(230, 246, 255, 0.1), rgba(255, 255, 255, 0.04) 56%, rgba(30, 22, 34, 0.16)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0));
  }

  .hero-shell {
    padding: 108px 0 0;
  }

  .hero-copy {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-seals {
    gap: 5px;
    margin-bottom: 26px;
  }

  .hero-seals span {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: 52px;
    text-shadow: 0 6px 18px rgba(255, 255, 255, 0.62);
  }

  .hero-lead {
    max-width: 316px;
    padding: 0 14px;
    font-size: 20px;
    line-height: 1.34;
    border-left-width: 4px;
    border-right-width: 4px;
  }

  .hero-actions {
    margin-top: 26px;
  }

  .hero-statbar {
    display: none;
  }

  .hero-side-dots {
    left: 18px;
    top: auto;
    bottom: 74px;
    gap: 5px;
  }

  .hero-side-dots span {
    width: 5px;
    height: 5px;
  }

  .hero-side-dots span:first-child {
    height: 18px;
  }

  .hero-scroll-cue {
    width: 22px;
    height: 36px;
    bottom: 18px;
  }

  .section-band {
    padding: 68px 0;
  }

  .section-band[id] {
    scroll-margin-top: 86px;
  }

  .official-subtop {
    height: 184px;
    margin-top: 50px;
  }

  .official-subtop-bg {
    top: 0;
    height: 184px;
  }

  .official-subtop-copy {
    padding: 48px 18px 0;
  }

  .official-subtop-copy h1 {
    margin-bottom: 8px;
    font-size: 25px;
  }

  .official-subtop-copy p {
    font-size: 13px;
  }

  .official-subtop-copy strong {
    font-size: 12px;
    line-height: 1.36;
  }

  .mobile-page-bar {
    height: 50px;
    display: grid;
    grid-template-columns: 52px minmax(118px, 1fr) minmax(96px, 1fr) 52px;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  .mobile-page-home,
  .mobile-page-current,
  .mobile-page-bar strong,
  .mobile-page-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
  }

  .mobile-page-home {
    position: relative;
    color: #111;
  }

  .mobile-page-home::before {
    content: "";
    width: 15px;
    height: 14px;
    background: currentColor;
    clip-path: polygon(50% 0, 100% 42%, 88% 42%, 88% 100%, 62% 100%, 62% 64%, 38% 64%, 38% 100%, 12% 100%, 12% 42%, 0 42%);
  }

  .mobile-page-current {
    gap: 12px;
    color: #fff;
    background: #2b1c13;
    font-size: 18px;
  }

  .mobile-page-current::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  .mobile-page-bar strong {
    color: #111;
    background: #fff;
    font-size: 18px;
  }

  .mobile-page-menu {
    border: 0;
    background: #fff;
    color: #111;
  }

  .mobile-page-menu::before {
    content: "";
    width: 20px;
    height: 14px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
  }

  .official-subtabs {
    height: auto;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .official-subtabs-inner {
    width: max-content;
    min-width: 100%;
    padding: 10px 14px;
    justify-content: flex-start;
  }

  .official-subtab {
    min-width: 132px;
    height: 46px;
    padding: 0 18px;
    font-size: 15px;
  }

  .official-reference-section {
    padding-top: 34px;
    padding-bottom: 42px;
    scroll-margin-top: 84px;
  }

  .official-reference-inner {
    width: calc(100% - 28px);
  }

  .page-unit .official-reference-inner {
    width: calc(100% - 28px);
  }

  .page-unit .official-reference-section {
    padding-top: 28px;
    padding-bottom: 38px;
  }

  .section-head h2,
  .split-head h2,
  .location-copy h2,
  .contract-copy h2,
  .reservation-card h2,
  .inquiry-guide h2,
  .legal-page h2 {
    font-size: 34px;
  }

  .intro-layout,
  .intro-card-grid,
  .gallery-strip,
  .premium-grid,
  .showcase-slider,
  .quick-grid,
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .showcase-slider {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .showcase-card,
  .showcase-card.is-featured,
  .showcase-card:hover,
  .showcase-card:focus-within,
  .showcase-slider:hover .showcase-card.is-featured:not(:hover) {
    min-height: 260px;
    flex: none;
    transform: none;
  }

  .showcase-card div {
    inset: auto 12px 12px;
    min-width: 0;
    padding: 16px;
    opacity: 1;
    transform: none;
  }

  .showcase-card h3 {
    font-size: 22px;
  }

  .split-head,
  .reservation-card-head {
    display: grid;
  }

  .sub-hero {
    padding: 128px 0 58px;
  }

  .overview-table div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .business-info-table div {
    grid-template-columns: 1fr;
  }

  .business-info-table dt {
    border-right: 0;
    border-bottom: 1px solid rgba(35, 38, 41, 0.14);
  }

  .business-info-table dt,
  .business-info-table dd {
    padding: 12px 14px;
    font-size: 16px;
  }

  .business-unit-title {
    display: grid;
    gap: 8px;
  }

  .business-unit-title h3 {
    font-size: 24px;
  }

  .business-unit-table th,
  .business-unit-table td {
    padding: 12px 8px;
    font-size: 15px;
  }

  .unit-tabs {
    position: sticky;
    top: 76px;
    z-index: 10;
    padding: 8px 0;
    background: var(--paper);
  }

  .unit-tab {
    flex: 1 1 0;
    min-width: 0;
  }

  .unit-area-summary {
    width: min(100% - 28px, 560px);
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .unit-area-type {
    min-height: 0;
    padding: 30px 32px 34px;
  }

  .unit-area-type span {
    font-size: 13px;
    letter-spacing: 0.42em;
  }

  .unit-area-type strong {
    margin-top: 16px;
    font-size: 60px;
  }

  .unit-area-type em {
    margin-top: 20px;
    min-height: 40px;
    font-size: 20px;
  }

  .unit-area-table-wrap {
    padding: 22px 14px 24px;
  }

  .unit-area-table {
    font-size: 13px;
  }

  .unit-area-table th,
  .unit-area-table td {
    height: 46px;
    padding: 0 9px;
  }

  .unit-area-table th {
    width: 82px;
  }

  .unit-panel-copy h3 {
    font-size: 38px;
  }

  .reservation-card,
  .inquiry-guide,
  .legal-page {
    padding: 24px;
  }

  .page-sub .official-inquiry-section {
    min-height: auto;
    padding: 28px 0 76px;
  }

  .page-sub .inquiry-layout {
    width: min(100% - 28px, 560px);
  }

  .page-sub .reservation-card {
    width: 100%;
    padding: 22px 18px 20px;
    border-radius: 10px;
  }

  .page-sub .reservation-card-head {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
    margin-bottom: 18px;
  }

  .page-sub .reservation-card h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .page-sub .reservation-card-head p {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.5;
  }

  .page-sub .reservation-card .section-kicker {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .page-sub .reservation-call {
    min-width: 152px;
    padding: 11px 18px;
  }

  .page-sub .reservation-call strong {
    font-size: 24px;
  }

  .page-sub .form-grid {
    gap: 12px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field {
    gap: 7px;
    font-size: 15px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 50px;
    padding: 12px 14px;
    font-size: 15px;
  }

  .form-field textarea {
    min-height: 68px;
  }

  .privacy-check {
    margin-top: 10px;
    font-size: 13px;
  }

  .reservation-actions {
    margin-top: 14px;
    gap: 8px;
  }

  .reservation-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .footer-role-grid {
    display: grid;
    justify-items: center;
  }

  .footer-admin-line {
    display: grid;
    gap: 4px;
    white-space: normal;
  }

  .footer-admin-line span {
    display: none;
  }

  .promo-popup-panel {
    width: min(350px, calc(100vw - 28px));
  }

  .promo-popup-images {
    width: 100%;
    max-height: none;
    overflow: hidden;
    display: flex;
    gap: 0;
    justify-content: flex-start;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    white-space: normal;
  }

  .promo-popup-card {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  .promo-popup-card > img {
    width: 100%;
    height: auto;
    aspect-ratio: 350 / 585;
    object-fit: cover;
  }

  .promo-popup-card-inquiry {
    width: auto;
    height: auto;
    aspect-ratio: 350 / 585;
  }

  .promo-inquiry-art {
    padding: 24px 28px 28px;
  }

  .promo-inquiry-copy {
    margin-top: 100px;
  }

  .promo-inquiry-copy h2 {
    font-size: clamp(40px, 12.5vw, 46px);
  }

  .promo-inquiry-description {
    margin-top: 31px;
    font-size: clamp(13px, 4vw, 15px);
  }

  .promo-inquiry-cta {
    min-height: 54px;
    font-size: clamp(15px, 4.6vw, 17px);
  }

  .promo-popup-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 82px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(41, 41, 45, 0.42);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .promo-popup-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
  }

  .promo-popup-arrow-prev {
    left: -2px;
  }

  .promo-popup-arrow-prev::before {
    transform: rotate(-135deg);
  }

  .promo-popup-arrow-next {
    right: -2px;
  }

  .promo-popup-arrow-next::before {
    transform: rotate(45deg);
  }

  .promo-popup-controls {
    width: 100%;
    max-width: calc(100vw - 24px);
    margin-top: 8px;
    padding: 0 8px;
    gap: 10px;
    font-size: 13px;
    justify-content: center;
  }

  .promo-popup-divider {
    margin: 0;
  }

  .popup-text-desktop {
    display: none;
  }

  .popup-text-mobile {
    display: inline;
  }

  .mobile-cta {
    position: fixed;
    z-index: 130;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 0;
    background: transparent;
    border-top: 0;
  }

  .page-sub .mobile-cta {
    display: grid;
  }

  .mobile-cta a {
    min-height: 58px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
  }

  .mobile-cta a:first-child {
    background: #111;
    border: 0;
  }

  .mobile-cta a:last-child {
    background: #5a1575;
  }
}

@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: 42px;
  }

  .mobile-phone-call {
    width: 36px;
    height: 36px;
    padding: 0;
  }

  .menu-chip {
    min-width: 32px;
    width: 32px;
  }
}
