/*
Theme Name: J-SPOT Neon EN
Theme URI: https://jspot.vip/
Author: J-SPOT Bangkok
Description: English-first, bilingual one-page theme for J-SPOT Bangkok with facility and New Manager sliders.
Version: 2.5.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jspot-neon-en
*/

:root {
  --j-bg: #050507;
  --j-bg-soft: #0b0b10;
  --j-panel: #111117;
  --j-red: #ff123f;
  --j-red-hot: #ff3158;
  --j-red-deep: #980021;
  --j-white: #fff;
  --j-muted: rgba(255, 255, 255, .68);
  --j-line: rgba(255, 255, 255, .1);
  --j-max: 1240px;
  --j-header: 84px;
  --j-radius: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--j-bg);
  color: var(--j-white);
  font-family: "Rajdhani", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.jspot-container { width: min(calc(100% - 40px), var(--j-max)); margin-inline: auto; }
.jspot-section { position: relative; padding: 112px 0; overflow: hidden; }
.jspot-section::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 18, 63, .11), transparent 34%),
    radial-gradient(circle at 88% 80%, rgba(255, 49, 88, .08), transparent 32%);
}
.jspot-section > .jspot-container { position: relative; z-index: 1; }
.section-kicker {
  margin: 0 0 12px; color: var(--j-red-hot); font-size: .8rem;
  font-weight: 800; letter-spacing: .24em; text-transform: uppercase;
}
.section-title {
  margin: 0; font-size: clamp(2.2rem, 5vw, 4.7rem); line-height: .98;
  letter-spacing: -.035em; text-transform: uppercase;
}
.section-copy { max-width: 700px; margin: 22px 0 0; color: var(--j-muted); font-size: 1.08rem; }
.section-heading { margin-bottom: 48px; }
.section-heading.center { text-align: center; }
.section-heading.center .section-copy { margin-inline: auto; }
.jspot-btn {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center;
  gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
  cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.jspot-btn:hover { transform: translateY(-3px); }
.jspot-btn--primary {
  background: linear-gradient(135deg, var(--j-red), var(--j-red-hot));
  box-shadow: 0 14px 42px rgba(255, 18, 63, .32);
}
.jspot-btn--ghost { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .04); }
.jspot-btn--ghost:hover { border-color: var(--j-red-hot); background: rgba(255, 18, 63, .1); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; min-height: var(--j-header);
  background: rgba(5, 5, 7, .88); border-bottom: 1px solid rgba(255, 18, 63, .24);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.site-header::after {
  content: ""; position: absolute; inset: auto 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--j-red), transparent);
  animation: jspot-scan 5s linear infinite;
}
@keyframes jspot-scan { from { transform: translateX(-100%); } to { transform: translateX(100%); } }
.header-inner {
  min-height: var(--j-header); display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 24px;
}
.site-logo { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.site-logo__main {
  font-size: 1.9rem; font-weight: 900; letter-spacing: .12em;
  text-shadow: 0 0 22px rgba(255, 18, 63, .6);
}
.site-logo__main span { color: var(--j-red-hot); }
.site-logo__sub { margin-top: 6px; color: rgba(255, 255, 255, .52); font-size: .58rem; letter-spacing: .45em; }
.primary-nav { justify-self: center; }
.primary-nav ul { display: flex; align-items: center; gap: 4px; padding: 0; margin: 0; list-style: none; }
.primary-nav a {
  display: block; padding: 10px 11px; color: rgba(255, 255, 255, .76);
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase;
}
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--j-white); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-switcher {
  display: flex; align-items: center; gap: 3px; padding: 4px;
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 16px;
  background: rgba(255, 255, 255, .045); box-shadow: 0 8px 28px rgba(0, 0, 0, .24);
}
.language-option {
  display: inline-flex; min-width: 46px; height: 46px; align-items: center; justify-content: center;
  gap: 4px; padding: 0 7px; border: 1px solid transparent; border-radius: 11px;
  background: transparent; color: rgba(255, 255, 255, .72); cursor: pointer; transition: .22s ease;
}
.language-option span { font-size: 1.3rem; line-height: 1; }
.language-option strong { font-size: .58rem; letter-spacing: .04em; }
.language-option:hover { color: #fff; background: rgba(255, 255, 255, .08); }
.language-option.is-active {
  border-color: rgba(255, 18, 63, .72); background: #fff; color: #111;
  box-shadow: 0 5px 22px rgba(255, 18, 63, .3);
}
.menu-toggle {
  display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--j-line);
  border-radius: 12px; background: rgba(255, 255, 255, .04); cursor: pointer;
}
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: #fff; transition: .25s ease; }

/* Hero */
.jspot-hero { min-height: 100svh; padding: calc(var(--j-header) + 64px) 0 64px; display: grid; align-items: center; overflow: hidden; }
.jspot-hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, .97) 0%, rgba(5, 5, 7, .8) 44%, rgba(5, 5, 7, .18) 80%),
    linear-gradient(0deg, var(--j-bg), transparent 30%),
    url("assets/images/managers/manager-12-honey.webp") center 24% / cover no-repeat;
  filter: saturate(.92);
}
.jspot-hero::after {
  content: ""; position: absolute; inset: 0; opacity: .1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 80px 80px; mask-image: linear-gradient(to right, #000, transparent 78%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: end; gap: 40px; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
  color: var(--j-red-hot); font-size: .8rem; font-weight: 900; letter-spacing: .25em; text-transform: uppercase;
}
.hero-kicker::before { content: ""; width: 40px; height: 2px; background: var(--j-red); box-shadow: 0 0 16px var(--j-red); }
.hero-title { margin: 0; font-size: clamp(4rem, 10vw, 8.7rem); line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.hero-title span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .72); }
.hero-copy { max-width: 610px; margin: 28px 0 0; color: rgba(255, 255, 255, .77); font-size: clamp(1rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-facts {
  justify-self: end; width: min(100%, 320px); padding: 24px;
  border: 1px solid rgba(255, 255, 255, .15); border-radius: var(--j-radius);
  background: rgba(8, 8, 12, .66); backdrop-filter: blur(12px);
}
.hero-fact { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--j-line); }
.hero-fact:last-child { border: 0; }
.hero-fact span { color: var(--j-muted); }
.hero-fact strong { text-align: right; }
.hero-scroll { position: absolute; z-index: 2; bottom: 25px; left: 50%; color: rgba(255,255,255,.55); font-size: .7rem; letter-spacing: .2em; transform: translateX(-50%); }

/* Korean search-intent section */
.korean-guide { padding: 38px 0; border-block: 1px solid rgba(255, 18, 63, .2); background: #09090d; }
.korean-guide__inner { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; }
.korean-guide__flag { font-size: clamp(3.4rem, 8vw, 5.8rem); filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .4)); }
.korean-guide h2 { margin: 0 0 7px; font-family: "Noto Sans KR", sans-serif; font-size: clamp(1.15rem, 2.4vw, 1.75rem); }
.korean-guide p { margin: 0; color: var(--j-muted); font-family: "Noto Sans KR", sans-serif; font-size: .96rem; }
.korean-guide strong { color: #fff; }

/* Existing page content and registered WordPress shortcodes */
.jspot-shortcode-zone { position: relative; z-index: 3; background: #07070a; }
.jspot-shortcode-output { width: 100%; }
.jspot-shortcode-output::after { content: ""; display: table; clear: both; }
.jspot-shortcode-output > p:empty { display: none; }

/* Managers */
.managers-section { background: linear-gradient(180deg, #07070a, #0d090d 55%, #07070a); }
.slider-toolbar { display: flex; justify-content: flex-end; gap: 10px; margin: -75px 0 30px; }
.slider-arrow {
  width: 52px; height: 52px; border: 1px solid var(--j-line); border-radius: 50%;
  background: rgba(255, 255, 255, .04); cursor: pointer; transition: .25s ease;
}
.slider-arrow:hover { border-color: var(--j-red); background: rgba(255, 18, 63, .12); transform: scale(1.06); }
.manager-viewport { overflow: hidden; margin-right: calc((100vw - min(100vw - 40px, var(--j-max))) / -2); padding-right: 24px; }
.manager-track {
  display: flex; gap: 20px; overflow-x: auto; padding: 10px 0 28px; scroll-snap-type: x mandatory;
  scrollbar-width: none; scroll-behavior: smooth;
}
.manager-track::-webkit-scrollbar { display: none; }
.manager-card {
  position: relative; flex: 0 0 calc((100% - 60px) / 4); min-width: 250px; aspect-ratio: 4 / 5;
  overflow: hidden; border: 1px solid rgba(255, 255, 255, .11); border-radius: 22px;
  background: var(--j-panel); cursor: zoom-in; scroll-snap-align: start;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .3); isolation: isolate;
}
.manager-card::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 4, 7, .96) 100%);
}
.manager-card::after {
  content: ""; position: absolute; z-index: 3; inset: 0; border-radius: inherit;
  border: 1px solid transparent; transition: border-color .3s ease, box-shadow .3s ease;
}
.manager-card:hover::after { border-color: rgba(255, 18, 63, .78); box-shadow: inset 0 0 40px rgba(255, 18, 63, .2); }
.manager-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.manager-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.manager-card__badge {
  position: absolute; z-index: 4; top: 16px; left: 16px; padding: 6px 12px;
  border-radius: 999px; background: var(--j-red); font-size: .72rem; font-weight: 900; letter-spacing: .15em;
  box-shadow: 0 0 22px rgba(255, 18, 63, .6); animation: jspot-badge 1.8s ease-in-out infinite;
}
@keyframes jspot-badge { 50% { box-shadow: 0 0 36px rgba(255, 18, 63, .85); } }
.manager-card__body { position: absolute; z-index: 4; inset: auto 20px 18px; }
.manager-card__body h3 { margin: 0; font-size: 1.65rem; line-height: 1; letter-spacing: .04em; text-transform: uppercase; }
.manager-card__body p { margin: 7px 0 0; color: rgba(255, 255, 255, .64); font-size: .8rem; letter-spacing: .11em; text-transform: uppercase; }
.manager-editorial {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 34px; align-items: center; margin-top: 48px; padding: 34px;
  border: 1px solid rgba(255, 18, 63, .2); border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 18, 63, .1), rgba(255, 255, 255, .025));
}
.manager-editorial h3 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 3rem); line-height: 1; text-transform: uppercase; }
.manager-editorial p { margin: 0; color: var(--j-muted); }
.manager-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.manager-feature-card {
  position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--j-line);
  border-radius: 22px; background: var(--j-panel); isolation: isolate;
}
.manager-feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.manager-feature-card:hover img { transform: scale(1.045); }
.manager-feature-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 34%, rgba(5, 5, 7, .97) 100%);
}
.manager-feature-copy { position: absolute; z-index: 2; inset: auto 22px 22px; }
.manager-feature-copy span { color: var(--j-red-hot); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.manager-feature-copy h3 { margin: 7px 0 8px; font-size: 1.8rem; line-height: 1; text-transform: uppercase; }
.manager-feature-copy p { margin: 0; color: rgba(255, 255, 255, .7); font-size: .9rem; }

/* Facility */
.facility-section { background: #050507; }
.facility-stage {
  position: relative; height: min(68vw, 680px); min-height: 430px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13); border-radius: 28px;
  box-shadow: 0 30px 90px rgba(255, 18, 63, .14);
}
.facility-slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.045); transition: opacity 1s ease, transform 1.5s ease; }
.facility-slide.is-active { opacity: 1; transform: scale(1); }
.facility-slide img { width: 100%; height: 100%; object-fit: cover; }
.facility-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,5,7,.76)); }
.facility-caption { position: absolute; z-index: 2; left: 30px; bottom: 26px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.facility-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.facility-thumbs { display: grid; flex: 1; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.facility-thumb { height: 92px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 14px; background: #111; cursor: pointer; opacity: .52; transition: .3s ease; }
.facility-thumb img { width: 100%; height: 100%; object-fit: cover; }
.facility-thumb.is-active { border-color: var(--j-red); opacity: 1; box-shadow: 0 0 24px rgba(255, 18, 63, .28); }

/* Services */
.service-section { background: #09090d; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.service-layout.reverse .service-visual { order: 2; }
.service-visual { position: relative; min-height: 620px; overflow: hidden; border-radius: 28px; }
.service-visual img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.service-visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255, 18, 63, .45); border-radius: inherit; box-shadow: inset 0 0 60px rgba(255, 18, 63, .16); }
.service-visual__label { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 8px 14px; border-radius: 999px; background: rgba(5,5,7,.78); font-size: .72rem; letter-spacing: .12em; }
.service-content .section-title { font-size: clamp(2.6rem, 6vw, 5.8rem); }
.service-intro { margin: 26px 0 36px; color: var(--j-muted); font-size: 1.08rem; }
.service-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-point { padding: 20px; border: 1px solid var(--j-line); border-radius: 16px; background: rgba(255, 255, 255, .025); }
.service-point h3 { margin: 0 0 7px; font-size: 1.05rem; }
.service-point p { margin: 0; color: var(--j-muted); font-size: .86rem; }

/* Registered [jspot_gallery] output */
.shortcode-gallery-section { background: linear-gradient(180deg, #050507, #10070b 50%, #050507); }
.jspot-gallery-shortcode {
  width: 100%; min-height: 120px; padding: clamp(10px, 2vw, 24px);
  border: 1px solid rgba(255, 18, 63, .2); border-radius: 26px;
  background: rgba(255, 255, 255, .025);
}
.jspot-gallery-shortcode:empty { display: none; }
.jspot-gallery-shortcode img, .jspot-gallery-shortcode video { max-width: 100%; height: auto; }
.jspot-gallery-shortcode iframe { max-width: 100%; }
.jspot-gallery-shortcode .swiper, .jspot-gallery-shortcode .slick-list, .jspot-gallery-shortcode .owl-stage-outer { overflow: hidden; }
.shortcode-admin-notice { margin: 0; padding: 24px; border: 1px dashed rgba(255, 18, 63, .5); border-radius: 16px; color: var(--j-muted); text-align: center; }

/* Content-rich sections */
.content-rich-section { background: #08080c; }
.content-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.content-card {
  min-height: 270px; padding: 28px 24px; border: 1px solid var(--j-line);
  border-radius: 20px; background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,18,63,.035));
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.content-card:hover { transform: translateY(-6px); border-color: rgba(255,18,63,.5); box-shadow: 0 20px 50px rgba(0,0,0,.25); }
.content-card__number { display: block; margin-bottom: 34px; color: var(--j-red-hot); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.content-card h3 { margin: 0 0 12px; font-size: 1.3rem; line-height: 1.15; }
.content-card p { margin: 0; color: var(--j-muted); font-size: .92rem; }

.mood-section { background: linear-gradient(180deg, #0a090d, #060608); }
.content-split { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(34px, 6vw, 76px); align-items: center; }
.content-split__visual { position: relative; min-height: 680px; overflow: hidden; border-radius: 28px; }
.content-split__visual img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; }
.content-split__visual::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,18,63,.4); border-radius: inherit; box-shadow: inset 0 0 70px rgba(255,18,63,.16); }
.content-split__stamp { position: absolute; z-index: 2; left: 20px; bottom: 20px; padding: 8px 14px; border-radius: 999px; background: rgba(5,5,7,.82); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content-split__copy .section-title { font-size: clamp(2.3rem, 5vw, 4.8rem); }
.content-split__copy .section-copy { margin-bottom: 30px; }
.mood-grid { display: grid; gap: 10px; }
.mood-item { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 17px; border: 1px solid var(--j-line); border-radius: 15px; background: rgba(255,255,255,.025); }
.mood-item > span { color: var(--j-red-hot); font-size: .75rem; font-weight: 900; }
.mood-item h3 { margin: 0 0 5px; font-size: 1rem; }
.mood-item p { margin: 0; color: var(--j-muted); font-size: .84rem; }

.journey-section { background: #060608; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: journey; }
.journey-step { position: relative; min-height: 300px; padding: 30px 24px; overflow: hidden; border: 1px solid var(--j-line); border-radius: 20px; background: #0e0e14; }
.journey-step::after { content: ""; position: absolute; right: -40px; bottom: -70px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,18,63,.1); filter: blur(4px); }
.journey-step > span { display: inline-grid; width: 46px; height: 46px; place-items: center; margin-bottom: 48px; border-radius: 50%; background: var(--j-red); font-weight: 900; box-shadow: 0 0 28px rgba(255,18,63,.35); }
.journey-step h3 { position: relative; z-index: 1; margin: 0 0 11px; font-size: 1.25rem; }
.journey-step p { position: relative; z-index: 1; margin: 0; color: var(--j-muted); font-size: .9rem; }

.standards-section { background: linear-gradient(135deg, #160007, #07070a 48%, #07070a); }
.standards-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 62px; align-items: center; }
.standards-copy .section-title { font-size: clamp(2.4rem, 5.5vw, 5.4rem); }
.standards-list { display: grid; gap: 10px; padding: 0; margin: 34px 0 0; list-style: none; }
.standards-list li { display: grid; grid-template-columns: minmax(170px, .62fr) 1.38fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--j-line); }
.standards-list strong { color: #fff; }
.standards-list span { color: var(--j-muted); font-size: .9rem; }
.standards-visual { position: relative; min-height: 650px; overflow: hidden; border-radius: 28px; }
.standards-visual img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.standards-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,5,7,.93)); border: 1px solid rgba(255,18,63,.35); border-radius: inherit; }
.standards-visual__overlay { position: absolute; z-index: 2; inset: auto 24px 24px; display: flex; flex-direction: column; }
.standards-visual__overlay strong { font-size: 2.2rem; line-height: 1; }
.standards-visual__overlay span { margin-top: 8px; color: var(--j-red-hot); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.international-section { background: #08080c; }
.international-panel { display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: center; padding: clamp(30px, 6vw, 64px); border: 1px solid rgba(255,18,63,.25); border-radius: 28px; background: linear-gradient(135deg, rgba(255,18,63,.11), rgba(255,255,255,.025)); }
.international-flags { max-width: 220px; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.25; letter-spacing: -.14em; }
.international-panel .section-title { font-size: clamp(2.4rem, 5vw, 5rem); }
.international-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.international-grid article { padding: 26px; border: 1px solid var(--j-line); border-radius: 18px; background: rgba(255,255,255,.025); }
.international-grid article > span { color: var(--j-red-hot); font-size: .68rem; font-weight: 900; letter-spacing: .16em; }
.international-grid h3 { margin: 18px 0 9px; font-size: 1.2rem; }
.international-grid p { margin: 0; color: var(--j-muted); font-size: .9rem; }

.faq-section { background: linear-gradient(180deg, #060608, #0c080b); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 80px); align-items: start; }
.faq-heading { position: sticky; top: calc(var(--j-header) + 34px); }
.faq-heading .section-title { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--j-line); border-radius: 16px; background: rgba(255,255,255,.025); overflow: hidden; }
.faq-item[open] { border-color: rgba(255,18,63,.48); background: rgba(255,18,63,.055); }
.faq-item summary { position: relative; min-height: 70px; padding: 22px 62px 22px 22px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 50%; right: 22px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--j-red-hot); transform: translateY(-50%); transition: transform .25s ease; }
.faq-item[open] summary::after { content: "−"; transform: translateY(-50%) rotate(180deg); }
.faq-item p { margin: 0; padding: 0 22px 24px; color: var(--j-muted); }

/* Reservation / map */
.reservation-section { text-align: center; background: linear-gradient(135deg, #220008, #07070a 56%, #1b0006); }
.reservation-box { padding: clamp(36px, 7vw, 82px); border: 1px solid rgba(255, 255, 255, .15); border-radius: 34px; background: rgba(7, 7, 10, .68); box-shadow: 0 30px 100px rgba(255, 18, 63, .17); }
.reservation-box .section-copy { margin-inline: auto; }
.reservation-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: stretch; }
.location-info { padding: 42px; border: 1px solid var(--j-line); border-radius: 24px; background: var(--j-panel); }
.location-info h2 { margin: 0 0 25px; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1; }
.contact-row { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid var(--j-line); }
.contact-row span { color: var(--j-red-hot); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-row strong { font-weight: 700; }
.map-frame { min-height: 520px; overflow: hidden; border: 1px solid var(--j-line); border-radius: 24px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 520px; border: 0; filter: grayscale(.75) invert(.92) contrast(.82); }

/* Footer */
.site-footer { position: relative; padding: 68px 0 28px; border-top: 1px solid rgba(255, 18, 63, .24); background: #030305; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 52px; padding-bottom: 42px; }
.footer-logo { margin: 0 0 12px; font-size: 2rem; letter-spacing: .1em; }
.footer-logo span { color: var(--j-red); }
.footer-copy { max-width: 430px; margin: 0; color: var(--j-muted); }
.footer-heading { margin: 0 0 16px; font-size: 1rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li + li { margin-top: 9px; }
.footer-links a { color: var(--j-muted); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-keywords { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.keyword-tag { padding: 5px 10px; border: 1px solid rgba(255, 18, 63, .24); border-radius: 999px; color: rgba(255, 88, 115, .88); font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--j-line); color: rgba(255,255,255,.46); font-size: .8rem; }
.partner-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; }
.partner-links a { color: rgba(255,255,255,.55); font-size: .75rem; text-decoration: none; }
.partner-links a:hover { color: #fff; }

/* Global floating actions */
.floating-actions {
  position: fixed; z-index: 950; right: 22px; bottom: max(24px, env(safe-area-inset-bottom));
  display: flex; flex-direction: column; gap: 10px; width: 218px;
}
.floating-socials { display: flex; justify-content: flex-end; gap: 8px; padding: 0 2px; }
.floating-social {
  display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%; color: #fff; text-decoration: none; box-shadow: 0 12px 28px rgba(0,0,0,.38);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.floating-social:hover, .floating-social:focus-visible { transform: translateY(-4px) scale(1.07); border-color: #fff; box-shadow: 0 16px 34px rgba(0,0,0,.48); outline: none; }
.floating-social svg { width: 22px; height: 22px; fill: currentColor; }
.floating-social--phone { background: linear-gradient(135deg, var(--j-red), var(--j-red-hot)); }
.floating-social--telegram { background: #168acb; }
.floating-social--kakao { background: #fee500; color: #3c1e1e; }
.floating-social--line { background: #00b900; }
.floating-action {
  position: relative; isolation: isolate; display: flex; align-items: center; gap: 11px; min-height: 62px;
  overflow: hidden; padding: 10px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px;
  color: #fff; text-decoration: none; box-shadow: 0 16px 38px rgba(0,0,0,.42); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.floating-action:hover, .floating-action:focus-visible { transform: translateX(-5px) scale(1.025); border-color: rgba(255,255,255,.48); outline: none; }
.floating-action__icon {
  position: relative; z-index: 2; display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center;
  border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(0,0,0,.22);
}
.floating-action__icon svg { width: 22px; height: 22px; fill: currentColor; }
.floating-action__copy { position: relative; z-index: 2; display: grid; min-width: 0; line-height: 1.1; }
.floating-action__copy strong { font-size: .94rem; font-weight: 900; letter-spacing: -.01em; }
.floating-action__copy small { overflow: hidden; margin-top: 5px; color: rgba(255,255,255,.72); font-size: .61rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.floating-action--contact {
  background: linear-gradient(135deg, #a90025 0%, var(--j-red) 48%, #ff4c69 100%);
  animation: floatingContactPulse 1.9s ease-in-out infinite;
}
.floating-action--contact::before {
  content: ''; position: absolute; z-index: 1; inset: -35% auto -35% -55%; width: 44%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.78), transparent);
  transform: skewX(-18deg); animation: floatingContactShine 2.5s ease-in-out infinite;
}
.floating-action--contact::after {
  content: ''; position: absolute; z-index: 0; inset: 0; opacity: .9;
  background: radial-gradient(circle at 14% 18%, #fff 0 1px, transparent 2px), radial-gradient(circle at 87% 27%, #fff 0 1.5px, transparent 2.5px), radial-gradient(circle at 76% 82%, #ffd8df 0 1px, transparent 2px);
  animation: floatingSparkle 1.35s steps(2, end) infinite;
}
.floating-action__sparkle { position: absolute; z-index: 3; top: 7px; right: 9px; color: #fff; font-size: .75rem; animation: floatingStar 1.1s ease-in-out infinite; }
.floating-action--managers { background: linear-gradient(135deg, rgba(19,19,25,.98), rgba(66,0,17,.98)); }
.floating-action--managers:hover, .floating-action--managers:focus-visible { box-shadow: 0 16px 42px rgba(255,18,63,.28); }
.floating-action__arrow { position: relative; z-index: 2; margin-left: auto; color: var(--j-red-hot); font-size: 1.12rem; font-weight: 900; }

@keyframes floatingContactPulse {
  0%, 100% { box-shadow: 0 15px 36px rgba(0,0,0,.42), 0 0 0 0 rgba(255,18,63,.48), 0 0 22px rgba(255,18,63,.34); }
  50% { box-shadow: 0 18px 42px rgba(0,0,0,.48), 0 0 0 8px rgba(255,18,63,0), 0 0 38px rgba(255,76,105,.62); }
}
@keyframes floatingContactShine { 0%, 28% { left: -55%; } 64%, 100% { left: 125%; } }
@keyframes floatingSparkle { 0%, 100% { opacity: .32; } 50% { opacity: 1; } }
@keyframes floatingStar { 0%, 100% { transform: scale(.65) rotate(0deg); opacity: .45; } 50% { transform: scale(1.25) rotate(40deg); opacity: 1; } }

/* Lightbox */
.jspot-lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(0,0,0,.9); opacity: 0; visibility: hidden; transition: .25s ease; }
.jspot-lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox-figure { position: relative; width: min(900px, 100%); max-height: 90vh; margin: 0; }
.lightbox-figure img { width: 100%; max-height: 84vh; object-fit: contain; border-radius: 18px; }
.lightbox-caption { margin-top: 10px; text-align: center; font-weight: 800; letter-spacing: .1em; }
.lightbox-close { position: absolute; z-index: 2; top: -16px; right: -16px; width: 46px; height: 46px; border: 1px solid #fff; border-radius: 50%; background: #08080b; cursor: pointer; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .primary-nav { position: fixed; inset: var(--j-header) 0 auto; max-height: 0; overflow: hidden; background: rgba(5,5,7,.98); transition: max-height .35s ease; }
  .primary-nav.is-open { max-height: calc(100vh - var(--j-header)); border-bottom: 1px solid var(--j-line); }
  .primary-nav ul { display: grid; padding: 20px; }
  .primary-nav a { padding: 14px 10px; font-size: .94rem; }
  .menu-toggle { display: block; justify-self: end; }
  .header-actions { justify-self: end; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-facts { justify-self: start; }
  .manager-card { flex-basis: calc((100% - 40px) / 3); }
  .content-card-grid, .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .standards-layout { gap: 38px; }
  .international-grid { grid-template-columns: repeat(2, 1fr); }
  .international-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --j-header: 74px; }
  .jspot-section { padding: 82px 0; }
  .jspot-container { width: min(calc(100% - 28px), var(--j-max)); }
  .site-logo__main { font-size: 1.45rem; }
  .site-logo__sub { display: none; }
  .language-switcher { gap: 2px; padding: 3px; }
  .language-option { min-width: 40px; height: 42px; padding: 0 5px; }
  .language-option span { font-size: 1.18rem; }
  .language-option strong { font-size: .52rem; }
  .header-inner { gap: 9px; }
  .jspot-hero { min-height: 880px; padding-top: calc(var(--j-header) + 60px); }
  .jspot-hero::before { background: linear-gradient(180deg, rgba(5,5,7,.38), rgba(5,5,7,.82) 50%, #050507 92%), url("assets/images/managers/manager-12-honey.webp") 58% 16% / auto 58% no-repeat; }
  .hero-title { font-size: clamp(4rem, 20vw, 7rem); }
  .hero-facts { width: 100%; }
  .hero-scroll { display: none; }
  .korean-guide__inner { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .manager-card { flex-basis: calc((100% - 16px) / 2); min-width: 220px; }
  .slider-toolbar { margin: 0 0 18px; justify-content: flex-start; }
  .facility-stage { min-height: 460px; }
  .facility-thumbs { gap: 7px; }
  .facility-thumb { height: 68px; }
  .service-layout, .location-grid { grid-template-columns: 1fr; gap: 34px; }
  .content-split, .standards-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .content-split__visual, .content-split__visual img { min-height: 560px; }
  .standards-visual, .standards-visual img { min-height: 560px; }
  .faq-heading { position: static; }
  .international-panel { grid-template-columns: 1fr; text-align: center; }
  .international-flags { max-width: none; }
  .international-panel .section-copy { margin-inline: auto; }
  .manager-editorial { grid-template-columns: 1fr; }
  .manager-feature-card { min-height: 390px; }
  .service-layout.reverse .service-visual { order: 0; }
  .service-visual, .service-visual img { min-height: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  body { padding-bottom: calc(132px + env(safe-area-inset-bottom)); font-size: 16px; }
  .language-option { min-width: 36px; width: 36px; height: 40px; padding: 0; }
  .language-option strong { display: none; }
  .language-option span { font-size: 1.2rem; }
  .menu-toggle { width: 44px; height: 44px; }
  .jspot-hero { min-height: 820px; }
  .hero-title { font-size: clamp(3.5rem, 19vw, 5.5rem); }
  .hero-actions .jspot-btn { width: 100%; }
  .hero-facts { padding: 17px; }
  .manager-card { flex-basis: 78%; min-width: 0; }
  .manager-editorial { padding: 26px 20px; }
  .manager-feature-grid { grid-template-columns: 1fr; }
  .manager-feature-card { min-height: 500px; }
  .content-card-grid, .journey-grid, .international-grid { grid-template-columns: 1fr; }
  .international-grid article:last-child { grid-column: auto; }
  .content-card { min-height: 0; padding: 24px 20px; }
  .content-card__number { margin-bottom: 22px; }
  .content-split__visual, .content-split__visual img { min-height: 480px; }
  .standards-list li { grid-template-columns: 1fr; gap: 7px; }
  .standards-visual, .standards-visual img { min-height: 500px; }
  .international-panel { padding: 30px 20px; }
  .international-flags { font-size: 2.65rem; letter-spacing: -.18em; }
  .journey-step { min-height: 0; padding: 24px 20px; }
  .journey-step > span { margin-bottom: 28px; }
  .jspot-gallery-shortcode { padding: 8px; border-radius: 18px; }
  .faq-item summary { min-height: 64px; padding: 19px 54px 19px 18px; }
  .faq-item summary::after { right: 16px; }
  .faq-item p { padding: 0 18px 20px; }
  .facility-stage { min-height: 390px; border-radius: 18px; }
  .facility-caption { left: 18px; bottom: 18px; }
  .facility-controls { align-items: flex-start; }
  .facility-thumbs { overflow-x: auto; grid-template-columns: repeat(4, 86px); justify-content: start; }
  .service-points { grid-template-columns: 1fr; }
  .service-visual, .service-visual img { min-height: 470px; }
  .location-info { padding: 28px 22px; }
  .contact-row { grid-template-columns: 70px 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-actions {
    right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); left: 10px; flex-direction: row; gap: 7px; width: auto;
  }
  .floating-socials { position: absolute; right: 0; bottom: calc(100% + 8px); gap: 7px; padding: 0; }
  .floating-social { width: 43px; height: 43px; }
  .floating-social svg { width: 20px; height: 20px; }
  .floating-action { flex: 1 1 0; min-width: 0; min-height: 58px; padding: 8px 9px; border-radius: 16px; }
  .floating-action:hover, .floating-action:focus-visible { transform: translateY(-3px); }
  .floating-action__icon { flex-basis: 36px; width: 36px; height: 36px; border-radius: 11px; }
  .floating-action__icon svg { width: 20px; height: 20px; }
  .floating-action__copy strong { font-size: .78rem; }
  .floating-action__copy small { font-size: .52rem; }
  .floating-action__arrow { display: none; }
}

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