/*
Theme Name: Juku Revolution
Theme URI: https://jukurevo.jp/
Author: PICO Group
Description: WordPress theme for the Juku Revolution strategy guide.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: juku-revo
*/

:root {
  --ink: #18070f;
  --ink-2: #35111f;
  --navy: #1d0b14;
  --blue: #7a1733;
  --blue-2: #b72a4b;
  --green: #8d1f3a;
  --pink: #d66a7d;
  --gold: #d7b46a;
  --red: #a4163a;
  --surface: #ffffff;
  --surface-2: #f8f3f5;
  --line: rgba(96, 20, 43, 0.14);
  --text: #2f1f28;
  --muted: #78616b;
  --shadow: 0 18px 50px rgba(82, 16, 38, 0.14);
  --radius: 8px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--surface);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

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

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

p,
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  line-height: 1.22;
  letter-spacing: 0;
}

h1 {
  font-size: 4.05rem;
  font-weight: 900;
}

h2 {
  font-size: 2.25rem;
  font-weight: 900;
}

h3 {
  font-size: 1.28rem;
  font-weight: 900;
}

table {
  border-collapse: collapse;
}

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.hero__content,
.page-hero__inner,
.page-hero__grid > *,
.section-heading,
.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card {
  min-width: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  border-radius: 6px;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(8, 20, 36, 0.1);
}

.site-header__inner {
  width: min(100% - 32px, 1260px);
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  box-shadow: 0 8px 26px rgba(125, 19, 51, 0.28);
}

.brand__text {
  display: grid;
  line-height: 1.15;
}

.brand__text strong {
  color: var(--ink);
  font-size: 1rem;
}

.brand__text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 2px;
}

.site-nav a,
.mobile-nav__links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 11px;
  color: #334b62;
  font-size: 0.9rem;
  font-weight: 800;
  border-radius: 6px;
}

.site-nav a:hover,
.site-nav a.is-current,
.mobile-nav__links a:hover,
.mobile-nav__links a.is-current {
  color: var(--ink);
  background: rgba(39, 184, 255, 0.12);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  color: #061427;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  border-radius: 999px;
  background: linear-gradient(135deg, #7a1733, #b72a4b);
  box-shadow: 0 10px 22px rgba(125, 19, 51, 0.26);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 2px;
}

.mobile-nav {
  border-top: 1px solid var(--line);
  background: #fff;
}

.mobile-nav__links {
  display: grid;
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 14px 0;
}

.mobile-nav__cta {
  width: min(100% - 32px, var(--max));
  margin: 0 auto 16px;
}

.hero,
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 15% 25%, rgba(56, 223, 173, 0.28), transparent 27%),
    radial-gradient(circle at 85% 18%, rgba(255, 110, 168, 0.22), transparent 25%),
    linear-gradient(135deg, #06122b 0%, #0d2a55 52%, #063b53 100%);
}

.hero::before,
.page-hero::before,
.section--dark::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(120, 221, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 221, 255, 0.16) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.password-gate {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 110px 0;
  color: #fff;
  background:
    radial-gradient(circle at 22% 18%, rgba(56, 223, 173, 0.24), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(120, 221, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #071426, #123353);
}

.password-gate__card {
  width: min(100%, 720px);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.password-gate__card h1 {
  margin-bottom: 14px;
}

.password-gate__card p {
  color: rgba(255, 255, 255, 0.82);
}

.password-gate .post-password-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.password-gate .post-password-form p {
  margin: 0;
}

.password-gate .post-password-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-weight: 900;
}

.password-gate .post-password-form input[type="password"] {
  width: min(100%, 360px);
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.password-gate .post-password-form input[type="submit"] {
  min-height: 48px;
  padding: 0 22px;
  color: #061427;
  font-weight: 900;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #fff080);
  cursor: pointer;
}

.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 44px;
  padding: 78px 0 70px;
}

.hero h1,
.page-hero h1,
.section--dark h2,
.section--dark h3,
.cta-band h2,
.cta-panel h2,
.profile-card h2 {
  color: #fff;
}

.hero__lead,
.page-hero p,
.section--dark p,
.cta-band p,
.cta-panel p {
  color: rgba(247, 251, 255, 0.82);
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 28px;
  font-size: 1.15rem;
  font-weight: 700;
}

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

.hero__visual,
.page-hero__image {
  position: relative;
  margin: 0;
  border: 1px solid rgba(120, 221, 255, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.hero__visual img,
.page-hero__image img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.hero__visual--advisor img {
  object-position: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  color: #063047;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.section {
  position: relative;
  padding: 92px 0;
}

.section--light {
  background: var(--surface-2);
}

.section--ivory {
  background:
    linear-gradient(90deg, rgba(244, 201, 93, 0.08) 1px, transparent 1px),
    linear-gradient(#fffdf6, #f6fbff);
  background-size: 44px 44px, auto;
}

.section--dark {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 12%, rgba(56, 223, 173, 0.16), transparent 28%),
    linear-gradient(135deg, #071426, #0a2140 60%, #16122b);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
}

.section-lead {
  max-width: 620px;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 700;
}

.cards {
  display: grid;
  gap: 22px;
}

.cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.card {
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.card h2,
.card h3 {
  margin-bottom: 12px;
}

.card p:last-child,
.plan-card p:last-child,
.benefit-card p:last-child,
.decision-grid p:last-child {
  margin-bottom: 0;
}

.card a {
  color: var(--blue-2);
  font-weight: 900;
}

.signal-card {
  min-height: 260px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.card__icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: #061427;
  font-size: 1.5rem;
  font-weight: 900;
  border-radius: 8px;
  background: #e7f7ff;
}

.signal-card--blue .card__icon {
  color: #063047;
  background: linear-gradient(135deg, #c5efff, #78ddff);
}

.signal-card--green .card__icon {
  color: #063b31;
  background: linear-gradient(135deg, #c9fff0, #38dfad);
}

.signal-card--pink .card__icon {
  color: #5a0929;
  background: linear-gradient(135deg, #ffe1ed, #ff8abb);
}

.insight-board {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
  margin-top: 36px;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
}

.insight-board__copy h2 {
  margin-bottom: 12px;
}

.pressure-chart {
  position: relative;
  min-height: 260px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 18px;
  padding: 26px 24px 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #061426, #123353);
  overflow: hidden;
}

.pressure-chart__axis {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.pressure-chart span {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: var(--height);
  min-height: 86px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--blue));
  box-shadow: 0 0 28px rgba(120, 221, 255, 0.26);
}

.pressure-chart span:nth-of-type(3) {
  background: linear-gradient(180deg, var(--pink), var(--gold));
}

.pressure-chart em {
  position: absolute;
  bottom: -34px;
  color: #fff;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
}

.split--center {
  align-items: center;
}

.strategy-stack {
  display: grid;
  gap: 18px;
}

.strategy-pill {
  display: grid;
  gap: 4px;
  min-height: 112px;
  padding: 24px 28px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill strong {
  font-size: 1.55rem;
}

.strategy-pill span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.strategy-pill--green {
  box-shadow: inset 4px 0 0 var(--green), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill--blue {
  box-shadow: inset 4px 0 0 var(--blue-2), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.strategy-pill--pink {
  box-shadow: inset 4px 0 0 var(--pink), 0 18px 44px rgba(0, 0, 0, 0.24);
}

.route-overview {
  background: #fff;
}

.route-map {
  display: grid;
  grid-template-columns: 1fr 220px 1fr;
  align-items: center;
  gap: 22px;
}

.route-zone {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid rgba(8, 20, 36, 0.1);
  box-shadow: var(--shadow);
}

.route-zone--green {
  background: linear-gradient(135deg, rgba(56, 223, 173, 0.2), #fff);
}

.route-zone--pink {
  background: linear-gradient(135deg, rgba(255, 110, 168, 0.2), #fff);
}

.route-zone__label {
  margin-bottom: 16px;
  color: var(--muted);
  font-weight: 900;
}

.route-zone ul,
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-zone li,
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  font-weight: 800;
}

.route-zone li span,
.route-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #06223a;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.route-center {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 26px;
  text-align: center;
  color: #231600;
  border-radius: 999px;
  background: radial-gradient(circle, #fff7bd 0%, var(--gold) 58%, #d19422 100%);
  box-shadow: 0 22px 60px rgba(244, 201, 93, 0.42);
}

.route-center strong {
  font-size: 1.25rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: #071426;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid transparent;
  text-align: center;
}

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #7a1733, #b72a4b);
  box-shadow: 0 14px 30px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

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

.btn--large {
  min-height: 60px;
  padding: 0 30px;
  font-size: 1.05rem;
}

.cta-band,
.cta-panel {
  background:
    radial-gradient(circle at 12% 35%, rgba(214, 106, 125, 0.22), transparent 28%),
    linear-gradient(135deg, #18070f, #461227);
}

.cta-band__inner,
.cta-panel__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cta-band__inner > div,
.cta-panel__inner > div {
  max-width: 760px;
}

.editorial-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.editorial-split--dark h2,
.editorial-split--dark p {
  color: #fff;
}

.editorial-split__image {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(120, 221, 255, 0.24);
  box-shadow: var(--shadow);
}

.editorial-split__image img {
  width: 100%;
  min-height: 310px;
  object-fit: cover;
}

.editorial-split__copy h2 {
  margin-bottom: 14px;
}

.mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mini-metrics div {
  padding: 16px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.1);
}

.mini-metrics strong,
.mini-metrics span {
  display: block;
}

.mini-metrics strong {
  color: var(--ink);
  font-size: 1.25rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.mini-metrics span {
  color: var(--muted);
  font-weight: 900;
}

.video-band {
  background: #f8fbfe;
}

.video-band__inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.video-band__inner > div {
  max-width: 760px;
}

.page-hero__inner {
  max-width: 860px;
  padding: 112px 0 92px;
}

.page-hero--compact .container {
  padding: 80px 0;
}

.page-hero__grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  align-items: center;
  gap: 40px;
  padding: 78px 0;
}

.page-hero--gold {
  background:
    radial-gradient(circle at 75% 20%, rgba(244, 201, 93, 0.32), transparent 28%),
    linear-gradient(135deg, #111018, #3c2810 58%, #071426);
}

.page-hero--consultation {
  background:
    radial-gradient(circle at 20% 30%, rgba(39, 184, 255, 0.28), transparent 28%),
    linear-gradient(135deg, #081424, #112e57);
}

.stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 52px;
  margin-bottom: 16px;
  padding: 0 14px;
  color: #061427;
  font-size: 1.45rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.camel-section {
  background: #071426;
}

.camel-section .section-heading h2 {
  color: #fff;
}

.camel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.camel-card {
  padding: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(120, 221, 255, 0.24);
}

.camel-card h3 {
  color: #fff;
}

.camel-card p {
  margin-bottom: 0;
  font-weight: 800;
}

.camel-card--alert {
  border-color: rgba(255, 110, 168, 0.38);
}

.curve {
  position: relative;
  height: 210px;
  margin: 22px 0;
  border-bottom: 4px solid rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.curve::before,
.curve::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 62%;
  height: 170px;
  border: 5px solid rgba(120, 221, 255, 0.85);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}

.curve--single::before {
  left: 19%;
}

.curve--single::after {
  display: none;
}

.curve--double::before {
  left: 4%;
  width: 42%;
}

.curve--double::after {
  right: 4%;
  width: 42%;
}

.card--glow-green,
.card--glow-blue,
.card--glow-pink {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.card--glow-green {
  box-shadow: inset 0 0 0 1px rgba(56, 223, 173, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.card--glow-blue {
  box-shadow: inset 0 0 0 1px rgba(120, 221, 255, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.card--glow-pink {
  box-shadow: inset 0 0 0 1px rgba(255, 110, 168, 0.42), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.strategy-materials {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 248, 251, 0.2), #fff 34%),
    radial-gradient(circle at 20% 0%, rgba(120, 221, 255, 0.2), transparent 30%);
}

.strategy-materials .section-heading {
  max-width: 820px;
}

.material-hero {
  margin: 34px 0 28px;
  padding: 12px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(8, 20, 36, 0.12);
}

.material-hero a,
.material-card a {
  display: block;
  overflow: hidden;
  border-radius: 7px;
}

.material-hero img,
.material-card img {
  width: 100%;
  background: #f7fbff;
}

.material-hero figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.material-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(8, 20, 36, 0.08);
}

.material-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.material-card h3 {
  margin-bottom: 8px;
}

.material-card p:last-child {
  margin-bottom: 0;
}

.material-card--downloads {
  align-content: start;
  background:
    linear-gradient(135deg, rgba(255, 248, 219, 0.95), rgba(238, 250, 255, 0.95)),
    #fff;
}

.material-card__badge {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #061427;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.download-list,
.document-actions {
  display: grid;
  gap: 12px;
}

.download-link,
.document-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 20, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.download-link:hover,
.document-link:hover,
.download-link:focus-visible,
.document-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(39, 184, 255, 0.44);
  box-shadow: 0 14px 34px rgba(8, 20, 36, 0.1);
}

.download-link strong,
.document-link strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.download-link span,
.document-link span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.document-actions--primary {
  margin-bottom: 16px;
}

.application-guide {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.application-guide__header h4,
.support-docs h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.18rem;
  font-weight: 900;
}

.application-guide__header p:last-child {
  margin-bottom: 0;
}

.application-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.application-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background: #fff;
}

.application-item__num {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #061427;
  font-size: 0.86rem;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.application-item__main strong,
.support-doc strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.45;
}

.application-item__main p,
.support-doc p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.application-item__actions,
.support-doc__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.application-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  color: #06223a;
  font-size: 0.82rem;
  font-weight: 900;
  border: 1px solid rgba(39, 184, 255, 0.28);
  border-radius: 999px;
  background: #eefaff;
}

.application-link--sub {
  color: #31475e;
  border-color: rgba(8, 20, 36, 0.1);
  background: #f8fbfe;
}

.support-docs {
  padding-top: 18px;
  border-top: 1px solid rgba(8, 20, 36, 0.08);
}

.support-docs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.support-doc {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background: #fff;
}

.route-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.route-board__zone {
  padding: 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.route-board__zone--green {
  background: linear-gradient(135deg, rgba(56, 223, 173, 0.2), #fff);
}

.route-board__zone--pink {
  background: linear-gradient(135deg, rgba(255, 110, 168, 0.18), #fff);
}

.route-board__zone-label {
  color: var(--muted);
  font-weight: 900;
}

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

.route-cards--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.route-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: #061427;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.route-board__center {
  width: min(100%, 560px);
  margin-inline: auto;
  padding: 26px;
  text-align: center;
  color: #251600;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff7bd, var(--gold));
  box-shadow: var(--shadow);
}

.route-board__center strong {
  display: block;
  font-size: 1.5rem;
}

.cost-ladder {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding: 24px;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
}

.cost-ladder__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}

.cost-ladder__row span {
  color: var(--ink);
  font-weight: 900;
}

.cost-ladder__row b {
  display: flex;
  align-items: center;
  width: var(--width);
  min-width: 190px;
  min-height: 44px;
  padding: 0 16px;
  color: #061427;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
  box-shadow: 0 12px 28px rgba(39, 184, 255, 0.18);
}

.cost-ladder__row:nth-child(3) b,
.cost-ladder__row:nth-child(4) b {
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.plan-card {
  padding: 28px;
  border: 1px solid rgba(8, 20, 36, 0.08);
}

.plan-card--wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.plan-card--featured {
  background:
    linear-gradient(135deg, rgba(56, 223, 173, 0.18), rgba(255, 255, 255, 0.96)),
    #fff;
}

.plan-card--blue {
  background: linear-gradient(135deg, #eef9ff, #fff);
}

.plan-card--pink {
  background: linear-gradient(135deg, #fff0f6, #fff);
}

.plan-card--gold {
  background: linear-gradient(135deg, #fff8db, #fff);
}

.plan-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.plan-card__header h2 {
  margin-bottom: 0;
}

.price-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
}

.price-list div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(8, 20, 36, 0.05);
}

.price-list dt {
  color: var(--muted);
  font-weight: 900;
}

.price-list dd {
  margin: 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.note {
  margin-top: 16px;
  color: #6a4b06;
  font-weight: 800;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.benefit-card {
  min-height: 250px;
  padding: 30px;
}

.benefit-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 54px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: #061427;
  font-size: 1.4rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.benefit-card--gold span {
  background: linear-gradient(135deg, var(--gold), #fff080);
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.comparison-table {
  width: 100%;
  min-width: 860px;
  background: #fff;
}

.comparison-table th,
.comparison-table td {
  padding: 18px 20px;
  text-align: left;
  border: 1px solid rgba(8, 20, 36, 0.12);
  font-weight: 900;
}

.comparison-table thead th {
  color: #061427;
  background: #eaf7ff;
}

.comparison-table tbody tr:nth-child(even) th,
.comparison-table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}

.comparison-table tbody td:last-child {
  color: #a94700;
  background: #fff0f6;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.profile-card {
  padding: 34px;
  color: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.profile-card--blue {
  box-shadow: inset 0 0 0 1px rgba(120, 221, 255, 0.44), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.profile-card--pink {
  box-shadow: inset 0 0 0 1px rgba(255, 110, 168, 0.44), 0 18px 50px rgba(0, 0, 0, 0.28);
}

.profile-card__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  color: #061427;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--green), var(--blue-2));
}

.profile-card--pink .profile-card__icon {
  background: linear-gradient(135deg, var(--pink), var(--gold));
}

.profile-grid--light .profile-card {
  background: #fff;
  border-color: rgba(8, 20, 36, 0.08);
}

.profile-grid--light .profile-card h2,
.profile-grid--light .profile-card p,
.profile-grid--light .profile-card li {
  color: var(--ink);
}

.recommendation {
  padding: 14px 16px;
  color: #061427;
  font-weight: 900;
  border-radius: 8px;
  background: linear-gradient(135deg, #dbffff, #fff1a6);
}

.check-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--green);
}

.decision-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.portfolio-compass {
  position: relative;
  min-height: 360px;
  margin-top: 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(8, 20, 36, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 20, 36, 0.08) 1px, transparent 1px),
    #fff;
  background-size: 48px 48px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.portfolio-compass::before,
.portfolio-compass::after {
  content: "";
  position: absolute;
  background: rgba(8, 20, 36, 0.16);
}

.portfolio-compass::before {
  left: 50%;
  top: 28px;
  bottom: 48px;
  width: 1px;
}

.portfolio-compass::after {
  left: 42px;
  right: 42px;
  top: 50%;
  height: 1px;
}

.portfolio-compass__axis {
  position: absolute;
  color: var(--muted);
  font-weight: 900;
}

.portfolio-compass__axis--x {
  right: 28px;
  bottom: 20px;
}

.portfolio-compass__axis--y {
  left: 24px;
  top: 22px;
}

.portfolio-compass__dot {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 118px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  color: #061427;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(8, 20, 36, 0.18);
}

.portfolio-compass__dot--blue {
  left: 24%;
  top: 42%;
  background: linear-gradient(135deg, var(--blue-2), #dff8ff);
}

.portfolio-compass__dot--green {
  left: 58%;
  top: 24%;
  background: linear-gradient(135deg, var(--green), #dfffee);
}

.portfolio-compass__dot--pink {
  left: 66%;
  top: 62%;
  background: linear-gradient(135deg, var(--pink), #ffdce9);
}

.portfolio-flow {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid rgba(8, 20, 36, 0.08);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 16%, rgba(56, 223, 173, 0.18), transparent 34%),
    radial-gradient(circle at 78% 22%, rgba(120, 221, 255, 0.16), transparent 32%),
    #fff;
  box-shadow: var(--shadow);
}

.portfolio-flow__intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) 1fr;
  gap: 18px 30px;
  align-items: end;
  margin-bottom: 26px;
}

.portfolio-flow__intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.portfolio-flow__intro h3 {
  margin-bottom: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}

.portfolio-flow__intro p:last-child {
  margin-bottom: 0;
}

.portfolio-flow__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  counter-reset: portfolio-step;
}

.portfolio-flow__step {
  position: relative;
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.portfolio-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(8, 20, 36, 0.22), rgba(8, 20, 36, 0));
}

.portfolio-flow__step span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: #061427;
  font-size: 1.18rem;
  font-weight: 900;
  border-radius: 999px;
}

.portfolio-flow__step h4 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.portfolio-flow__step p:not(.eyebrow) {
  color: var(--text);
}

.portfolio-flow__step strong {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: #061427;
  border-radius: 999px;
  background: #f8fbfe;
}

.portfolio-flow__step--green span,
.portfolio-flow__step--green strong {
  background: linear-gradient(135deg, var(--green), #dfffee);
}

.portfolio-flow__step--blue span,
.portfolio-flow__step--blue strong {
  background: linear-gradient(135deg, var(--blue-2), #dff8ff);
}

.portfolio-flow__step--pink span,
.portfolio-flow__step--pink strong {
  background: linear-gradient(135deg, var(--pink), #ffdce9);
}

.portfolio-flow__note {
  margin: 20px 0 0;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.decision-grid article,
.proof-grid article {
  padding: 28px;
}

.proof-grid article {
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-grid h2 {
  color: #fff;
}

.consultation-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}

.consultation-main,
.consultation-side,
.placeholder-form {
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.placeholder-form {
  margin-top: 24px;
  background: linear-gradient(135deg, #eefaff, #fff8db);
}

.section--camp-form {
  background:
    radial-gradient(circle at 18% 4%, rgba(201, 158, 87, 0.2), transparent 26%),
    linear-gradient(180deg, #fff, #f8f4f5 82%);
}

.camp-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 30px;
  align-items: start;
}

.camp-form-copy,
.camp-form {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.camp-form-copy {
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: 34px;
  color: rgba(255, 255, 255, 0.84);
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.08), rgba(12, 14, 18, 0.72)),
    url("assets/img/camp/camp-concept-main.png") center/contain no-repeat;
}

.camp-form-copy::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 58% 42%, rgba(226, 184, 105, 0.22), transparent 24%),
    linear-gradient(135deg, rgba(31, 5, 14, 0.56), rgba(9, 12, 18, 0.86));
  pointer-events: none;
}

.camp-form-copy > * {
  position: relative;
  z-index: 1;
}

.camp-form-copy h2 {
  max-width: 11em;
  color: #fff;
}

.camp-form-copy p {
  max-width: 34em;
}

.camp-proof-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.camp-proof-list li {
  position: relative;
  padding-left: 26px;
  font-weight: 900;
  line-height: 1.62;
}

.camp-proof-list li::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(226, 184, 105, 0.16);
}

.document-link--camp {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.document-link--camp strong {
  color: #fff;
}

.document-link--camp span {
  color: rgba(255, 255, 255, 0.72);
}

.camp-form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.94);
}

.camp-form__head {
  margin-bottom: 20px;
}

.camp-form__head h3 {
  margin-bottom: 8px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.52rem;
}

.camp-form__head p {
  margin-bottom: 0;
}

.camp-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.form-field label,
.form-field legend {
  color: var(--ink);
  font-weight: 900;
}

.form-field label span {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  margin-left: 6px;
  padding: 0 8px;
  color: #fff;
  font-size: 0.7rem;
  border-radius: 999px;
  background: #8d1f3a;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  line-height: 1.5;
  border: 1px solid rgba(86, 31, 48, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(8, 20, 36, 0.03);
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(183, 42, 75, 0.58);
  outline: 3px solid rgba(183, 42, 75, 0.14);
}

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

.form-field--trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.form-options label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  min-height: 48px;
  padding: 12px;
  border: 1px solid rgba(86, 31, 48, 0.1);
  border-radius: 8px;
  background: #faf7f8;
}

.form-options input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 3px;
  accent-color: #8d1f3a;
}

.form-options span {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.5;
}

.form-status {
  margin: 0 0 18px;
  padding: 14px 16px;
  font-weight: 900;
  border-radius: 8px;
}

.form-status--success {
  color: #0f4a31;
  border: 1px solid rgba(34, 148, 93, 0.18);
  background: #ecfff6;
}

.form-status--error {
  color: #7a1733;
  border: 1px solid rgba(183, 42, 75, 0.2);
  background: #fff0f4;
}

.form-submit {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.form-submit .btn {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.site-footer {
  color: rgba(255, 255, 255, 0.74);
  background: #06101f;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
}

.site-footer strong {
  color: #fff;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer__links {
  display: flex;
  gap: 16px;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .hero__grid,
  .page-hero__grid,
  .split,
  .route-map,
  .plan-card--wide,
  .camp-form-layout,
  .consultation-layout,
  .insight-board,
  .editorial-split {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    min-height: 0;
  }

  .route-map {
    align-items: stretch;
  }

  .route-center {
    min-height: 140px;
    border-radius: var(--radius);
  }

  .route-cards,
  .route-cards--compact,
  .material-grid,
  .cards--three,
  .benefit-grid,
  .decision-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 1.62rem;
  }

  h3 {
    font-size: 1.12rem;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header__inner {
    width: min(100% - 24px, 1260px);
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand__text small {
    display: none;
  }

  .hero__grid,
  .page-hero__grid,
  .page-hero__inner {
    padding: 54px 0;
  }

  .hero__lead,
  .page-hero p,
  .section-lead {
    font-size: 0.98rem;
  }

  .hero__visual img,
  .page-hero__image img {
    min-height: 250px;
  }

  .section {
    padding: 62px 0;
  }

  .cards--three,
  .material-grid,
  .route-cards,
  .route-cards--compact,
  .plan-grid,
  .benefit-grid,
  .profile-grid,
  .decision-grid,
  .proof-grid,
  .camel-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .plan-card,
  .benefit-card,
  .profile-card,
  .decision-grid article,
  .proof-grid article,
  .camel-card,
  .route-card,
  .material-card,
  .route-board__zone,
  .consultation-main,
  .consultation-side,
  .placeholder-form,
  .camp-form,
  .camp-form-copy {
    padding: 22px;
  }

  .camp-form-copy {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .camp-form__grid,
  .form-options {
    grid-template-columns: 1fr;
  }

  .material-hero {
    padding: 8px;
  }

  .document-actions {
    grid-template-columns: 1fr;
  }

  .application-item,
  .support-docs__grid {
    grid-template-columns: 1fr;
  }

  .application-item__actions,
  .support-doc__actions {
    justify-content: flex-start;
  }

  .application-link {
    flex: 1 1 138px;
  }

  .price-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .cta-band__inner,
  .cta-panel__inner,
  .site-footer__inner,
  .video-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
  }

  .hero__actions,
  .section-actions {
    width: 100%;
  }

  .curve {
    height: 170px;
  }

  .curve::before,
  .curve::after {
    height: 130px;
  }

  .mini-metrics,
  .cost-ladder__row {
    grid-template-columns: 1fr;
  }

  .cost-ladder__row b {
    width: 100%;
    min-width: 0;
  }

  .pressure-chart {
    gap: 10px;
    padding-inline: 14px;
  }

  .portfolio-compass {
    min-height: 420px;
  }

  .portfolio-compass__dot {
    left: 24px;
    right: 24px;
    min-width: 0;
  }

  .portfolio-compass__dot--blue {
    top: 126px;
  }

  .portfolio-compass__dot--green {
    top: 204px;
  }

  .portfolio-compass__dot--pink {
    top: 282px;
  }

  .portfolio-flow {
    padding: 22px;
  }

  .portfolio-flow__intro,
  .portfolio-flow__steps {
    grid-template-columns: 1fr;
  }

  .portfolio-flow__step {
    min-height: 0;
  }

  .portfolio-flow__step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 47px;
    bottom: -18px;
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(8, 20, 36, 0.22), rgba(8, 20, 36, 0));
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.18rem;
  }

  h2 {
    font-size: 1.48rem;
  }

  .hero__lead,
  .page-hero p,
  body {
    font-size: 0.94rem;
  }

  .brand__text strong {
    font-size: 0.92rem;
  }
}

@media (max-width: 520px) {
  .container,
  .site-header__inner,
  .mobile-nav__links,
  .mobile-nav__cta {
    width: min(100% - 28px, 362px);
  }

  .download-link,
  .document-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

/* Refinement layer: calmer premium styling and the guide navigator. */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(96, 20, 43, 0.1);
}

.brand__mark {
  color: #fff;
  background: linear-gradient(135deg, #5a0f25, #b72a4b);
  box-shadow: 0 12px 28px rgba(125, 19, 51, 0.22);
}

.site-nav a,
.mobile-nav__links a {
  color: #293d50;
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 18% 22%, rgba(183, 42, 75, 0.28), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(215, 180, 106, 0.18), transparent 24%),
    linear-gradient(135deg, #17070f 0%, #3a0e20 54%, #1d0b14 100%);
}

.hero h1,
.page-hero h1 {
  font-weight: 800;
  text-wrap: balance;
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.hero__lead,
.page-hero p {
  max-width: 640px;
  font-weight: 700;
}

.hero__visual,
.page-hero__image,
.editorial-split__image {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 32px 90px rgba(2, 13, 28, 0.34);
}

.hero__visual::after,
.editorial-split__image::after,
.page-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.26), transparent 28%, transparent 62%, rgba(255, 255, 255, 0.12));
}

.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 900;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}

.btn {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.header-cta:hover,
.strategy-pill:hover {
  transform: translateY(-2px);
}

.btn--primary,
.header-cta {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.card,
.plan-card,
.benefit-card,
.profile-card,
.decision-grid article,
.proof-grid article,
.camel-card,
.route-card,
.insight-board,
.cost-ladder,
.video-band__inner,
.consultation-main,
.consultation-side,
.placeholder-form {
  box-shadow: 0 22px 70px rgba(8, 20, 36, 0.1);
}

.card,
.plan-card,
.benefit-card,
.route-card {
  border-color: rgba(8, 20, 36, 0.06);
}

.pressure-chart,
.portfolio-compass,
.cost-ladder {
  background-color: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
}

.pressure-chart {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #081321, #14314e);
  background-size: 36px 36px, 36px 36px, auto;
}

.pressure-chart span {
  background: linear-gradient(180deg, #dffdf6, #78ddff);
}

.pressure-chart span:nth-of-type(3) {
  background: linear-gradient(180deg, #fff7a5, #f0c65f);
}

.route-number,
.route-card span,
.benefit-card span,
.profile-card__icon,
.stat {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48), 0 12px 28px rgba(39, 184, 255, 0.16);
}

.route-brand-strip {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
  padding: 16px 20px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(8, 20, 36, 0.08);
  backdrop-filter: blur(16px);
}

.route-brand-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.route-brand-strip div {
  display: grid;
  grid-template-columns: 74px minmax(150px, 1fr) minmax(130px, 0.72fr) minmax(170px, 1fr);
  gap: 18px;
  align-items: center;
}

.route-brand-strip img {
  display: block;
  width: 100%;
  max-height: 58px;
  object-fit: contain;
}

.route-brand-strip__mascot {
  max-height: 66px;
}

.route-card {
  position: relative;
  overflow: hidden;
}

.route-card__visual {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 86px;
  height: 58px;
  padding: 8px;
  border: 1px solid rgba(8, 20, 36, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.route-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.route-card__visual--pico {
  width: 72px;
}

.route-card__visual--mark img {
  border-radius: 6px;
}

.route-card--with-visual h3 {
  padding-right: 84px;
}

.plan-card__media {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 20, 36, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.plan-card__media img {
  width: 88px;
  height: 80px;
  object-fit: contain;
}

.plan-card__media p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  line-height: 1.65;
}

.plan-card__logo {
  display: block;
  width: min(100%, 240px);
  max-height: 56px;
  margin: 0 0 18px;
  object-fit: contain;
  object-position: left center;
}

.plan-card__logo--work {
  width: min(100%, 280px);
}

.plan-card__logo--minori {
  width: min(100%, 360px);
  max-height: 68px;
}

.plan-card__photo {
  margin: 0 0 18px;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f7fa;
}

.plan-card__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.revo-navigator {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 120;
  width: min(390px, calc(100vw - 28px));
  pointer-events: none;
}

.revo-navigator__launcher,
.revo-navigator__panel {
  pointer-events: auto;
}

.revo-navigator__launcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  padding: 10px 14px 10px 10px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(8, 20, 36, 0.18);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.revo-navigator__avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #06223a;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #dffdf6, #8ee8ff);
}

.revo-navigator__avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.revo-navigator__launcher strong,
.revo-navigator__launcher small {
  display: block;
  text-align: left;
  line-height: 1.2;
}

.revo-navigator__launcher small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
}

.revo-navigator__panel {
  position: absolute;
  right: 0;
  bottom: 66px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 80px rgba(8, 20, 36, 0.22);
  backdrop-filter: blur(20px);
}

.revo-navigator__head {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 14px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(223, 253, 246, 0.82), rgba(255, 248, 218, 0.7));
}

.revo-navigator__portrait {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(8, 20, 36, 0.18);
}

.revo-navigator__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.revo-navigator__head h2 {
  margin-bottom: 5px;
  font-size: 1.25rem;
}

.revo-navigator__head p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.55;
}

.revo-navigator__close {
  width: 34px;
  height: 34px;
  color: var(--ink);
  border: 1px solid rgba(8, 20, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.revo-navigator__body {
  margin: 16px;
  padding: 14px 16px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.65;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8, 20, 36, 0.06);
}

.revo-navigator__conversation {
  display: grid;
  gap: 10px;
  max-height: 252px;
  margin: 14px 16px;
  padding: 14px;
  overflow-y: auto;
  border: 1px solid rgba(8, 20, 36, 0.06);
  border-radius: 8px;
  background: #f8fbfe;
  scroll-behavior: smooth;
}

.revo-chat {
  width: fit-content;
  max-width: 90%;
  margin: 0;
  padding: 11px 13px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.62;
  border-radius: 8px;
}

.revo-chat--agent {
  color: var(--ink);
  border-top-left-radius: 2px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 20, 36, 0.06);
}

.revo-chat--user {
  justify-self: end;
  color: #06223a;
  border-top-right-radius: 2px;
  background: linear-gradient(135deg, #dffdf6, #dff5ff);
}

.revo-navigator__choices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 16px 16px;
}

.revo-navigator__choices button {
  min-height: 42px;
  color: #183047;
  font-weight: 900;
  text-align: left;
  border: 1px solid rgba(8, 20, 36, 0.09);
  border-radius: 8px;
  background: #f8fbfe;
  cursor: pointer;
}

.revo-navigator__choices button:hover {
  background: #eefaff;
}

.revo-navigator__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px 12px;
}

.revo-navigator .btn {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  font-size: 0.88rem;
}

.revo-navigator .btn--ghost {
  color: var(--ink);
  border-color: rgba(8, 20, 36, 0.14);
  background: #fff;
}

.revo-navigator__privacy {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

/* Pronga Elementor layer. Native Elementor containers/widgets receive these classes. */
.juku-revo-elementor-page {
  overflow: hidden;
  background: #fffaf6;
}

.juku-revo-elementor-page .elementor {
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.jr-el-section {
  position: relative;
  padding: clamp(70px, 8vw, 118px) 0;
}

.jr-el-section > .e-con-inner {
  width: min(100% - 40px, 1160px);
  margin: 0 auto;
}

.jr-el-hero {
  color: #fff;
  background:
    radial-gradient(circle at 18% 14%, rgba(201, 158, 87, 0.34), transparent 28%),
    radial-gradient(circle at 80% 12%, rgba(183, 42, 75, 0.42), transparent 30%),
    linear-gradient(135deg, #17070f 0%, #431126 58%, #16070e 100%);
}

.jr-el-light {
  background:
    radial-gradient(circle at 18% 0%, rgba(183, 42, 75, 0.08), transparent 30%),
    linear-gradient(180deg, #fff, #fff7f8);
}

.jr-el-wine,
.jr-el-cta {
  color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 106, 125, 0.2), transparent 30%),
    linear-gradient(135deg, #16070e, #3f1024 58%, #1d0b14);
}

.jr-el-split,
.jr-el-copy,
.jr-el-grid,
.jr-el-actions {
  display: block !important;
}

.jr-el-split > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  width: min(100%, 1160px);
}

.jr-el-copy > .e-con-inner {
  display: grid !important;
  gap: 18px;
}

.jr-el-grid > .e-con-inner {
  display: grid !important;
  gap: 18px;
  margin-top: 28px;
  width: min(100%, 1160px);
}

.jr-el-grid--three > .e-con-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jr-el-grid--four > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jr-el-grid--two > .e-con-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jr-el-actions > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
}

.jr-el-card {
  min-height: 100%;
  border: 1px solid rgba(86, 31, 48, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(31, 5, 14, 0.09);
}

.jr-el-wine .jr-el-card,
.jr-el-hero .jr-el-card {
  color: rgba(255, 255, 255, 0.84);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.juku-revo-elementor-page .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif !important;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.jr-el-hero .elementor-heading-title,
.jr-el-wine .elementor-heading-title,
.jr-el-cta .elementor-heading-title {
  color: #fff !important;
}

.juku-revo-elementor-page h1.elementor-heading-title,
.jr-el-hero-title .elementor-heading-title {
  max-width: 11em;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.juku-revo-elementor-page h2.elementor-heading-title {
  max-width: 14em;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

.juku-revo-elementor-page h3.elementor-heading-title {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.juku-revo-elementor-page .elementor-widget-text-editor {
  color: inherit !important;
}

.juku-revo-elementor-page .elementor-widget-text-editor p {
  margin: 0;
  color: inherit !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}

.jr-el-hero .elementor-widget-text-editor p,
.jr-el-wine .elementor-widget-text-editor p,
.jr-el-cta .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.juku-revo-elementor-page .jr-el-lead p {
  max-width: 42em;
  color: inherit;
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
}

.jr-el-actions {
  margin-top: 6px;
}

.juku-revo-elementor-page .elementor-button {
  min-height: 48px;
  padding: 15px 22px;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.24);
}

.juku-revo-elementor-page .jr-el-button--ghost .elementor-button {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.juku-revo-elementor-page .jr-el-button--small .elementor-button {
  min-height: 42px;
  padding: 11px 18px;
  font-size: 0.92rem;
}

.juku-revo-elementor-page .jr-el-button--gold .elementor-button {
  color: #4c0f24 !important;
  border: 1px solid rgba(183, 126, 47, 0.42);
  background: linear-gradient(135deg, #fff7da 0%, #e4c170 52%, #b88734 100%) !important;
  box-shadow: 0 16px 30px rgba(159, 111, 39, 0.22);
}

.jr-el-hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.jr-el-hero-image--concept img,
.jr-el-wide-image img {
  object-fit: contain;
  background: rgba(9, 13, 22, 0.42);
}

.jr-el-wide-image {
  margin-top: 32px;
}

.jr-el-wide-image img {
  width: 100%;
  max-height: none;
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(58, 14, 32, 0.16);
}

.jr-el-card img {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}

.juku-revo-elementor-page .jr-routes-showcase {
  background:
    linear-gradient(180deg, #fffaf6 0%, #ffffff 42%, #fff7f3 100%);
}

.juku-revo-elementor-page .jr-strategy-showcase {
  background:
    radial-gradient(circle at 12% 10%, rgba(201, 158, 87, 0.12), transparent 26%),
    linear-gradient(180deg, #fff7f3 0%, #ffffff 68%);
}

.juku-revo-elementor-page .jr-strategy-showcase > .e-con-inner {
  display: grid !important;
  gap: clamp(20px, 3vw, 32px);
}

.juku-revo-elementor-page .jr-strategy-showcase__title .elementor-heading-title {
  max-width: none;
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
}

.juku-revo-elementor-page .jr-strategy-showcase__title .elementor-heading-title::before {
  display: block;
  width: 72px;
  height: 6px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #c99e57, #b72a4b);
}

.juku-revo-elementor-page .jr-strategy-showcase__lead p {
  max-width: 58em;
  color: #5f6770 !important;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  font-weight: 800;
  line-height: 1.9;
}

.juku-revo-elementor-page .jr-strategy-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  width: min(100%, 1160px);
  margin-top: 0;
  padding: 0 !important;
}

.juku-revo-elementor-page .jr-strategy-card {
  --strategy-accent: #b72a4b;
  min-height: clamp(240px, 22vw, 310px);
  border: 1px solid rgba(76, 15, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 243, 0.94)),
    #fff;
  box-shadow: 0 22px 58px rgba(45, 15, 24, 0.08);
}

.juku-revo-elementor-page .jr-strategy-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--strategy-accent), rgba(201, 158, 87, 0.82));
}

.juku-revo-elementor-page .jr-strategy-card > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  padding: clamp(22px, 2.4vw, 32px) !important;
}

.juku-revo-elementor-page .jr-strategy-card .elementor-widget {
  margin: 0;
}

.juku-revo-elementor-page .jr-strategy-card__eyebrow p,
.juku-revo-elementor-page .jr-strategy-card__routes p {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 8px 12px;
  color: var(--strategy-accent) !important;
  border: 1px solid rgba(76, 15, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.juku-revo-elementor-page .jr-strategy-card .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 2.3vw, 2.05rem);
  line-height: 1.24;
}

.juku-revo-elementor-page .jr-strategy-card .elementor-widget-text-editor:not(.jr-strategy-card__eyebrow):not(.jr-strategy-card__routes) {
  margin-bottom: auto;
}

.juku-revo-elementor-page .jr-strategy-card .elementor-widget-text-editor:not(.jr-strategy-card__eyebrow):not(.jr-strategy-card__routes) p {
  color: #5f6770 !important;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.86;
}

.juku-revo-elementor-page .jr-strategy-card__routes p {
  display: block;
  width: 100%;
  color: #4c0f24 !important;
  background: rgba(255, 247, 230, 0.74);
}

.juku-revo-elementor-page .jr-strategy-card--gateway {
  --strategy-accent: #c49a21;
}

.juku-revo-elementor-page .jr-strategy-card--vertical {
  --strategy-accent: #1f5d95;
}

.juku-revo-elementor-page .jr-strategy-card--adjacent {
  --strategy-accent: #8b1f4c;
}

.juku-revo-elementor-page .jr-routes-showcase > .e-con-inner {
  display: grid !important;
  gap: clamp(22px, 3vw, 34px);
}

.juku-revo-elementor-page .jr-routes-showcase__title .elementor-heading-title {
  max-width: none;
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4.2vw, 3.9rem);
  line-height: 1.06;
}

.juku-revo-elementor-page .jr-routes-showcase__title .elementor-heading-title::before {
  display: block;
  width: 72px;
  height: 6px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #b72a4b, #c99e57, #2d7f9f);
}

.juku-revo-elementor-page .jr-routes-grid > .e-con-inner {
  gap: clamp(18px, 2.2vw, 26px);
  align-items: stretch;
  margin-top: 0;
}

.juku-revo-elementor-page .jr-routes-grid--top > .e-con-inner {
  grid-template-columns: 1.08fr 0.92fr 1fr;
}

.juku-revo-elementor-page .jr-routes-grid--bottom > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.juku-revo-elementor-page .jr-route-card {
  --route-accent: #b72a4b;
  --route-tint: #fff4f0;
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(76, 15, 36, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 246, 0.94)),
    var(--route-tint);
  box-shadow: 0 22px 58px rgba(45, 15, 24, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.juku-revo-elementor-page .jr-route-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--route-accent), rgba(201, 158, 87, 0.86));
}

.juku-revo-elementor-page .jr-route-card::after {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76, 15, 36, 0.15), transparent);
}

.juku-revo-elementor-page .jr-route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(76, 15, 36, 0.22);
  box-shadow: 0 30px 70px rgba(45, 15, 24, 0.13);
}

.juku-revo-elementor-page .jr-route-card > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: clamp(320px, 30vw, 390px);
  padding: clamp(22px, 2.2vw, 30px) !important;
}

.juku-revo-elementor-page .jr-route-card .elementor-widget {
  margin: 0;
}

.juku-revo-elementor-page .jr-route-card__eyebrow p {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  margin: 0;
  padding: 8px 12px;
  color: var(--route-accent) !important;
  border: 1px solid rgba(76, 15, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
}

.juku-revo-elementor-page .jr-route-card .elementor-widget-image {
  display: flex;
  align-items: center;
  min-height: 76px;
}

.juku-revo-elementor-page .jr-route-card img {
  width: auto;
  max-width: 100%;
  max-height: 78px;
  margin: 0;
  object-fit: contain;
}

.juku-revo-elementor-page .jr-route-card .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  font-weight: 900;
  line-height: 1.34;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.juku-revo-elementor-page .jr-route-card .elementor-widget-text-editor:not(.jr-route-card__eyebrow) {
  margin-bottom: auto;
}

.juku-revo-elementor-page .jr-route-card .elementor-widget-text-editor:not(.jr-route-card__eyebrow) p {
  color: #5f6770 !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.8;
}

.juku-revo-elementor-page .jr-route-card__actions {
  margin-top: auto;
}

.juku-revo-elementor-page .jr-route-card__actions > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  padding: 0 !important;
}

.juku-revo-elementor-page .jr-route-card .jr-route-card__actions .elementor-widget-button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
}

.juku-revo-elementor-page .jr-route-card .jr-route-card__actions .elementor-button {
  min-height: 38px;
  padding: 10px 15px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, #4c0f24, var(--route-accent));
  box-shadow: 0 14px 26px rgba(76, 15, 36, 0.16);
  font-size: 0.86rem;
}

.juku-revo-elementor-page .jr-route-card .jr-route-card__actions .elementor-button-text {
  white-space: nowrap;
}

.juku-revo-elementor-page .jr-web-strategy,
.juku-revo-elementor-page .jr-web-route-tree {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgba(45, 127, 159, 0.12), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(201, 158, 87, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #fffaf6 100%);
}

.juku-revo-elementor-page .jr-web-route-tree {
  background:
    radial-gradient(circle at 50% 38%, rgba(45, 127, 159, 0.14), transparent 28%),
    radial-gradient(circle at 50% 76%, rgba(201, 158, 87, 0.18), transparent 26%),
    linear-gradient(180deg, #fffaf6 0%, #f7fbff 100%);
}

.juku-revo-elementor-page .jr-web-strategy > .e-con-inner,
.juku-revo-elementor-page .jr-web-route-tree > .e-con-inner {
  display: grid !important;
  gap: clamp(18px, 2.6vw, 32px);
}

.juku-revo-elementor-page .jr-web-section__title .elementor-heading-title {
  max-width: none;
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.12;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

.juku-revo-elementor-page .jr-web-section__title .elementor-heading-title::before {
  display: block;
  width: 78px;
  height: 6px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #2d7f9f, #c99e57, #b72a4b);
}

.juku-revo-elementor-page .jr-web-section__lead p {
  max-width: 62em;
  color: #5d6975 !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 800;
  line-height: 1.9;
}

.juku-revo-elementor-page .jr-web-strategy-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 127, 159, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 253, 255, 0.82)),
    radial-gradient(circle at 18% 50%, rgba(45, 127, 159, 0.16), transparent 28%);
  box-shadow: 0 24px 70px rgba(24, 59, 82, 0.1);
}

.juku-revo-elementor-page .jr-web-strategy-map::before {
  position: absolute;
  right: 9%;
  left: 18%;
  top: 50%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(45, 127, 159, 0.08), rgba(201, 158, 87, 0.72), rgba(183, 42, 75, 0.42));
}

.juku-revo-elementor-page .jr-web-strategy-map > .e-con-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.82fr) repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
  width: 100%;
  padding: clamp(20px, 3vw, 34px) !important;
}

.juku-revo-elementor-page .jr-web-strategy-start,
.juku-revo-elementor-page .jr-web-strategy-card,
.juku-revo-elementor-page .jr-route-node {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(76, 15, 36, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(31, 47, 68, 0.09);
}

.juku-revo-elementor-page .jr-web-strategy-start {
  color: #fff;
  background:
    radial-gradient(circle at 70% 18%, rgba(201, 158, 87, 0.34), transparent 34%),
    linear-gradient(145deg, #4c0f24, #17344b);
}

.juku-revo-elementor-page .jr-web-strategy-start > .e-con-inner,
.juku-revo-elementor-page .jr-web-strategy-card > .e-con-inner,
.juku-revo-elementor-page .jr-route-node > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: clamp(18px, 2vw, 26px) !important;
}

.juku-revo-elementor-page .jr-web-strategy-start .elementor-heading-title,
.juku-revo-elementor-page .jr-web-strategy-card .elementor-heading-title,
.juku-revo-elementor-page .jr-route-node .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.28;
}

.juku-revo-elementor-page .jr-web-strategy-start .elementor-heading-title,
.juku-revo-elementor-page .jr-web-strategy-start .elementor-widget-text-editor p {
  color: #fff !important;
}

.juku-revo-elementor-page .jr-web-strategy-start__label p,
.juku-revo-elementor-page .jr-web-strategy-card__label p,
.juku-revo-elementor-page .jr-route-node__meta p {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 7px 11px;
  color: #2d7f9f !important;
  border: 1px solid rgba(45, 127, 159, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

.juku-revo-elementor-page .jr-web-strategy-start__label p {
  color: #f4d58c !important;
  border-color: rgba(244, 213, 140, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.juku-revo-elementor-page .jr-web-strategy-card .elementor-widget-text-editor:not(.jr-web-strategy-card__label):not(.jr-web-strategy-card__routes) p,
.juku-revo-elementor-page .jr-route-node .elementor-widget-text-editor:not(.jr-route-node__meta) p {
  color: #5d6975 !important;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.75;
}

.juku-revo-elementor-page .jr-web-strategy-card__routes {
  margin-top: auto;
}

.juku-revo-elementor-page .jr-web-strategy-card__routes p {
  display: block;
  width: 100%;
  color: #4c0f24 !important;
  border: 1px solid rgba(201, 158, 87, 0.22);
  border-radius: 8px;
  background: rgba(255, 248, 230, 0.78);
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

.juku-revo-elementor-page .jr-web-strategy-card::before,
.juku-revo-elementor-page .jr-route-node::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--node-accent, #2d7f9f), rgba(201, 158, 87, 0.72));
}

.juku-revo-elementor-page .jr-web-strategy-card--gateway {
  --node-accent: #c49a21;
}

.juku-revo-elementor-page .jr-web-strategy-card--vertical {
  --node-accent: #1f5d95;
}

.juku-revo-elementor-page .jr-web-strategy-card--adjacent {
  --node-accent: #8b1f4c;
}

.juku-revo-elementor-page .jr-route-tree-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 127, 159, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 255, 255, 0.98) 0 8%, rgba(201, 158, 87, 0.16) 9%, transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 255, 0.86));
  box-shadow: 0 28px 82px rgba(24, 59, 82, 0.12);
}

.juku-revo-elementor-page .jr-route-tree-board::before {
  position: absolute;
  inset: 13% 8% 21%;
  content: "";
  opacity: 0.58;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(45, 127, 159, 0.2) 18.2% 18.6%, transparent 18.8%),
    linear-gradient(74deg, transparent 0 22%, rgba(201, 158, 87, 0.24) 22.2% 22.6%, transparent 22.8%),
    linear-gradient(90deg, transparent 0 10%, rgba(183, 42, 75, 0.15) 10.2% 10.5%, transparent 10.7%);
}

.juku-revo-elementor-page .jr-route-tree-board > .e-con-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  width: 100%;
  padding: clamp(22px, 3vw, 38px) !important;
}

.juku-revo-elementor-page .jr-route-node {
  min-height: 220px;
}

.juku-revo-elementor-page .jr-route-node--pico {
  --node-accent: #c49a21;
  grid-column: 5 / 9;
  grid-row: 3;
  background: linear-gradient(145deg, #fffdf4, #fff7dc);
}

.juku-revo-elementor-page .jr-route-node--english {
  --node-accent: #2d7f9f;
  grid-column: 1 / 4;
  grid-row: 2;
}

.juku-revo-elementor-page .jr-route-node--work {
  --node-accent: #df2c86;
  grid-column: 2 / 5;
  grid-row: 1;
}

.juku-revo-elementor-page .jr-route-node--myobi {
  --node-accent: #1f5d95;
  grid-column: 5 / 8;
  grid-row: 1;
}

.juku-revo-elementor-page .jr-route-node--prodigy {
  --node-accent: #8b1f4c;
  grid-column: 8 / 11;
  grid-row: 1;
}

.juku-revo-elementor-page .jr-route-node--minori {
  --node-accent: #2c8a54;
  grid-column: 9 / 12;
  grid-row: 2;
}

.juku-revo-elementor-page .jr-route-node--tsumugi {
  --node-accent: #6f5a9d;
  grid-column: 10 / 13;
  grid-row: 3;
}

.juku-revo-elementor-page .jr-route-link__actions {
  margin-top: auto;
}

.juku-revo-elementor-page .jr-route-link__actions > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  padding: 0 !important;
}

.juku-revo-elementor-page .jr-route-link__actions .elementor-widget-button {
  width: fit-content;
  max-width: 100%;
  margin: 0;
}

.juku-revo-elementor-page .jr-route-link__actions .elementor-button {
  min-height: 34px;
  padding: 9px 12px;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #4c0f24, var(--node-accent, #b72a4b));
  box-shadow: 0 12px 24px rgba(76, 15, 36, 0.14);
  font-size: 0.78rem;
}

.juku-revo-elementor-page .jr-route-link__actions .elementor-button-text {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .juku-revo-elementor-page .jr-web-strategy-map > .e-con-inner,
  .juku-revo-elementor-page .jr-route-tree-board > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .juku-revo-elementor-page .jr-route-node--pico,
  .juku-revo-elementor-page .jr-route-node--english,
  .juku-revo-elementor-page .jr-route-node--work,
  .juku-revo-elementor-page .jr-route-node--myobi,
  .juku-revo-elementor-page .jr-route-node--prodigy,
  .juku-revo-elementor-page .jr-route-node--minori,
  .juku-revo-elementor-page .jr-route-node--tsumugi {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .juku-revo-elementor-page .jr-web-section__title .elementor-heading-title {
    font-size: clamp(1.82rem, 9vw, 2.45rem);
  }

  .juku-revo-elementor-page .jr-web-strategy-map > .e-con-inner,
  .juku-revo-elementor-page .jr-route-tree-board > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .juku-revo-elementor-page .jr-web-strategy-map::before,
  .juku-revo-elementor-page .jr-route-tree-board::before {
    display: none;
  }

  .juku-revo-elementor-page .jr-route-node {
    min-height: 0;
  }
}

/* Bright sky refinement for the strategy map and 7-route skill tree. */
.juku-revo-elementor-page .jr-routes-hero-sky {
  color: #284557;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.84), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(255, 224, 130, 0.22), transparent 24%),
    linear-gradient(135deg, #e7f8ff 0%, #bdeeff 45%, #f9fdff 100%);
}

.juku-revo-elementor-page .jr-routes-hero-sky::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.54;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 255, 255, 0.48) 58.3% 58.8%, transparent 59%),
    radial-gradient(circle at 8% 22%, rgba(92, 204, 248, 0.24), transparent 14%);
}

.juku-revo-elementor-page .jr-routes-hero-sky > .e-con-inner {
  position: relative;
  z-index: 1;
}

.juku-revo-elementor-page .jr-routes-hero-sky .elementor-heading-title {
  color: #4c0f24 !important;
  text-shadow: none;
}

.juku-revo-elementor-page .jr-routes-hero-sky .elementor-widget-text-editor p {
  color: #385469 !important;
}

.juku-revo-elementor-page .jr-routes-hero-sky .elementor-button {
  background: linear-gradient(135deg, #087bbb, #24b8ef);
  box-shadow: 0 18px 38px rgba(32, 151, 219, 0.22);
}

.juku-revo-elementor-page .jr-web-strategy,
.juku-revo-elementor-page .jr-web-route-tree {
  background:
    radial-gradient(circle at 10% 8%, rgba(67, 194, 245, 0.26), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 232, 166, 0.2), transparent 28%),
    linear-gradient(180deg, #f2fbff 0%, #ffffff 48%, #ecf9ff 100%);
}

.juku-revo-elementor-page .jr-web-route-tree {
  background:
    radial-gradient(circle at 50% 72%, rgba(54, 192, 244, 0.22), transparent 24%),
    radial-gradient(circle at 18% 14%, rgba(154, 224, 255, 0.32), transparent 30%),
    linear-gradient(180deg, #f7fdff 0%, #eefaff 100%);
}

.juku-revo-elementor-page .jr-web-section__title .elementor-heading-title::before {
  background: linear-gradient(90deg, #168fcf, #7edbff, #f0c25a, #b72a4b);
  box-shadow: 0 0 22px rgba(80, 191, 239, 0.34);
}

.juku-revo-elementor-page .jr-web-strategy-map,
.juku-revo-elementor-page .jr-route-tree-board {
  border-color: rgba(74, 185, 230, 0.34);
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 218, 255, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 249, 255, 0.86));
  box-shadow: 0 30px 80px rgba(37, 139, 194, 0.16);
}

.juku-revo-elementor-page .jr-web-strategy-map::before {
  background: linear-gradient(90deg, rgba(40, 166, 226, 0.12), rgba(62, 190, 246, 0.8), rgba(240, 194, 90, 0.62), rgba(183, 42, 75, 0.28));
  box-shadow: 0 0 18px rgba(86, 201, 247, 0.34);
}

.juku-revo-elementor-page .jr-route-tree-board::before {
  opacity: 0.72;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(56, 184, 242, 0.34) 18.2% 18.6%, transparent 18.8%),
    linear-gradient(74deg, transparent 0 22%, rgba(95, 205, 250, 0.38) 22.2% 22.6%, transparent 22.8%),
    linear-gradient(90deg, transparent 0 10%, rgba(255, 210, 110, 0.3) 10.2% 10.5%, transparent 10.7%);
}

.juku-revo-elementor-page .jr-web-strategy-start,
.juku-revo-elementor-page .jr-web-strategy-card,
.juku-revo-elementor-page .jr-route-node {
  border-color: rgba(90, 196, 238, 0.22);
  box-shadow: 0 22px 58px rgba(38, 134, 188, 0.12);
}

.juku-revo-elementor-page .jr-web-strategy-start {
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 229, 151, 0.3), transparent 32%),
    linear-gradient(145deg, #168fcf 0%, #0b5f9b 52%, #143052 100%);
}

.juku-revo-elementor-page .jr-web-strategy-start__label p,
.juku-revo-elementor-page .jr-web-strategy-card__label p,
.juku-revo-elementor-page .jr-route-node__meta p {
  color: #0f84bd !important;
  border-color: rgba(67, 194, 245, 0.28);
  background: rgba(244, 252, 255, 0.92);
}

.juku-revo-elementor-page .jr-web-strategy-start__label p {
  color: #fff7d4 !important;
  border-color: rgba(255, 247, 212, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.juku-revo-elementor-page .jr-web-strategy-card::before,
.juku-revo-elementor-page .jr-route-node::before {
  background: linear-gradient(90deg, var(--node-accent, #1aaee7), #91e5ff, rgba(240, 194, 90, 0.78));
}

.juku-revo-elementor-page .jr-route-node--pico {
  background: linear-gradient(145deg, #fffdf4, #f3fbff);
}

.juku-revo-elementor-page .jr-route-link__actions .elementor-button {
  background: linear-gradient(135deg, #0a73ad, var(--node-accent, #27b8ef));
  box-shadow: 0 14px 28px rgba(24, 141, 206, 0.2);
}

.juku-revo-elementor-page .jr-route-card--pico {
  --route-accent: #c49a21;
  --route-tint: #fff9e8;
}

.juku-revo-elementor-page .jr-route-card--english {
  --route-accent: #2d7f9f;
  --route-tint: #eef9fc;
}

.juku-revo-elementor-page .jr-route-card--work {
  --route-accent: #df2c86;
  --route-tint: #fff3fa;
}

.juku-revo-elementor-page .jr-route-card--myobi {
  --route-accent: #1f5d95;
  --route-tint: #eef6ff;
}

.juku-revo-elementor-page .jr-route-card--prodigy {
  --route-accent: #8b1f4c;
  --route-tint: #fff3f7;
}

.juku-revo-elementor-page .jr-route-card--minori {
  --route-accent: #2c8a54;
  --route-tint: #f1fbf4;
}

.juku-revo-elementor-page .jr-route-card--tsumugi {
  --route-accent: #6f5a9d;
  --route-tint: #f6f2ff;
}

.juku-revo-elementor-page .jr-route-card--work img,
.juku-revo-elementor-page .jr-route-card--minori img,
.juku-revo-elementor-page .jr-route-card--myobi img {
  max-height: 64px;
}

@media (max-width: 1080px) {
  .juku-revo-elementor-page .jr-strategy-grid > .e-con-inner,
  .juku-revo-elementor-page .jr-routes-grid--top > .e-con-inner,
  .juku-revo-elementor-page .jr-routes-grid--bottom > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .juku-revo-elementor-page .jr-strategy-showcase__title .elementor-heading-title,
  .juku-revo-elementor-page .jr-routes-showcase__title .elementor-heading-title {
    font-size: clamp(1.9rem, 11vw, 2.6rem);
  }

  .juku-revo-elementor-page .jr-strategy-grid > .e-con-inner,
  .juku-revo-elementor-page .jr-routes-grid--top > .e-con-inner,
  .juku-revo-elementor-page .jr-routes-grid--bottom > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .juku-revo-elementor-page .jr-strategy-card,
  .juku-revo-elementor-page .jr-route-card > .e-con-inner {
    min-height: 0;
  }
}

.jr-el-camp-shortcode .camp-form-layout {
  margin-top: 0;
}

.camp-form-layout--shortcode {
  grid-template-columns: minmax(0, 940px);
  justify-content: center;
}

.camp-form-layout--shortcode .camp-form-copy {
  display: none;
}

.camp-form-layout--shortcode .camp-form {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
}

.header-cta,
.header-cta:visited,
.header-cta:hover,
.header-cta:focus-visible,
.mobile-nav__cta,
.mobile-nav__cta:visited,
.mobile-nav__cta:hover,
.mobile-nav__cta:focus-visible,
.camp-form .btn--primary,
.camp-form .btn--primary:visited,
.camp-form .btn--primary:hover,
.camp-form .btn--primary:focus-visible {
  color: #fff !important;
}

.camp-form.is-submitting .btn--primary,
.camp-form .btn--primary:disabled {
  cursor: wait;
  opacity: 0.72;
  filter: saturate(0.85);
}

.juku-revo-elementor-page .elementor-button span,
.juku-revo-elementor-page .elementor-button .elementor-button-text {
  color: inherit !important;
}

.application-guide .application-link,
.application-guide .application-link:visited,
.application-guide .application-link:hover,
.application-guide .application-link:focus-visible {
  color: #fff !important;
  border-color: rgba(247, 230, 183, 0.42);
  background: linear-gradient(135deg, #7a1733 0%, #b72a4b 58%, #6d132d 100%);
  box-shadow: 0 12px 28px rgba(125, 19, 51, 0.22);
}

.application-guide .application-link--sub,
.application-guide .application-link--sub:visited,
.application-guide .application-link--sub:hover,
.application-guide .application-link--sub:focus-visible {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, #8d1f3a 0%, #d66a7d 100%);
}

.application-guide .application-item__num {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(37, 6, 18, 0.22);
}

.camp-thanks {
  min-height: 68vh;
  padding: clamp(72px, 10vw, 128px) 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 180, 106, 0.18), transparent 28%),
    linear-gradient(180deg, #fff, #fff7f3);
}

.camp-thanks__inner {
  display: grid;
  gap: 22px;
  max-width: 980px;
}

.camp-thanks .eyebrow {
  justify-self: start;
  width: fit-content;
  color: #fff !important;
  background: linear-gradient(135deg, #8d1f3a 0%, #d66a7d 100%);
}

.camp-thanks h1 {
  max-width: 16em;
  margin-bottom: 0;
  color: #4c0f24;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.22;
  word-break: keep-all;
  overflow-wrap: normal;
}

.camp-thanks__inner > p:not(.eyebrow) {
  max-width: 52em;
  margin: 0;
  color: #5f4b55;
  font-size: 1rem;
  line-height: 1.9;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

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

.camp-thanks__steps article {
  padding: 22px;
  border: 1px solid rgba(124, 23, 55, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(82, 16, 38, 0.08);
}

.camp-thanks__steps span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff !important;
  background: #8d1f3a;
  font-size: 0.78rem;
  font-weight: 900;
}

.camp-thanks__steps strong {
  display: block;
  margin-top: 12px;
  color: #4c0f24;
  font-size: 1.1rem;
}

.camp-thanks__steps p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.camp-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.camp-thanks__actions .btn--ghost,
.camp-thanks__actions .btn--ghost:visited,
.camp-thanks__actions .btn--ghost:hover,
.camp-thanks__actions .btn--ghost:focus-visible {
  color: #4c0f24 !important;
  border-color: rgba(124, 23, 55, 0.22);
  background: #fff;
}

.page-id-406 .page-hero {
  padding: clamp(52px, 7vw, 92px) 0;
}

.page-id-406 .page-hero h1 {
  max-width: none;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.revo-navigator__head h2 {
  margin-bottom: 6px;
  color: var(--ink) !important;
  font-size: clamp(1.18rem, 2.2vw, 1.55rem) !important;
  line-height: 1.28;
}

.revo-navigator__choices button,
.revo-navigator__choices button:hover,
.revo-navigator__choices button:focus-visible {
  color: #fff !important;
  background: #3da89a !important;
}

.revo-navigator .btn--primary,
.revo-navigator .btn--primary:visited,
.revo-navigator .btn--primary:hover,
.revo-navigator .btn--primary:focus-visible {
  color: #fff !important;
}

.revo-navigator .btn--ghost,
.revo-navigator .btn--ghost:visited,
.revo-navigator .btn--ghost:hover,
.revo-navigator .btn--ghost:focus-visible {
  color: var(--ink) !important;
}

@media (max-width: 760px) {
  .camp-thanks {
    padding: 72px 0;
  }

  .camp-thanks__steps {
    grid-template-columns: 1fr;
  }

  .camp-thanks__actions .btn {
    width: 100%;
  }

  .revo-navigator__head h2 {
    font-size: 1.2rem !important;
    line-height: 1.32;
  }
}

.jr-el-kicker .elementor-widget-container,
.jr-el-kicker p {
  color: #f3d38c !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jr-el-card--metric {
  border-color: rgba(201, 158, 87, 0.32);
  background: linear-gradient(145deg, #fff, #fff7ed);
}

.jr-el-card--accent,
.jr-el-card--resource {
  border-color: rgba(215, 180, 106, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 232, 0.96)),
    linear-gradient(135deg, rgba(183, 42, 75, 0.08), transparent);
}

.jr-el-card--accent {
  box-shadow:
    0 24px 70px rgba(76, 15, 36, 0.14),
    0 0 0 1px rgba(215, 180, 106, 0.14) inset;
}

.jr-el-card--metric .jr-el-metric .elementor-heading-title {
  color: #8d1f3a !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  line-height: 0.95;
}

.jr-el-wine .jr-el-card--metric,
.jr-el-cta .jr-el-card--metric,
.jr-el-hero .jr-el-card--metric {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.jr-el-wine .jr-el-card--metric .jr-el-metric .elementor-heading-title,
.jr-el-cta .jr-el-card--metric .jr-el-metric .elementor-heading-title,
.jr-el-hero .jr-el-card--metric .jr-el-metric .elementor-heading-title {
  color: #f7e6b7 !important;
}

.jr-el-card--speaker {
  position: relative;
  overflow: hidden;
}

.jr-el-card--speaker::before {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(135deg, #8d1f3a, #c99e57);
}

.camp-access {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(122, 23, 51, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 0% 0%, rgba(201, 158, 87, 0.18), transparent 28%),
    linear-gradient(145deg, #fff, #fff5f7);
  box-shadow: 0 24px 70px rgba(58, 14, 32, 0.12);
}

.camp-access h2 {
  margin: 0 0 14px;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.18;
}

.camp-access p {
  margin: 0;
  color: #4d3b42;
  font-weight: 700;
  line-height: 1.85;
}

.camp-access__copy,
.camp-access__form,
.camp-access__unlocked {
  display: grid;
  gap: 16px;
}

.camp-access__form,
.camp-access__unlocked {
  padding: 24px;
  border: 1px solid rgba(122, 23, 51, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.camp-access__unlocked strong {
  color: #6d132d;
  font-size: 1.15rem;
}

.camp-access__unlocked span {
  color: #5d4b52;
  font-weight: 700;
}

.camp-access-locked .jr-el-gated-section {
  display: none !important;
}

.camp-video-library {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.camp-video-card {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(122, 23, 51, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 5, 14, 0.08);
}

.camp-video-card span {
  width: fit-content;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
}

.camp-video-card h4 {
  margin: 0;
  color: #4c0f24;
  font-size: 1.02rem;
  line-height: 1.45;
}

.camp-video-card p {
  margin: 0;
  color: #5d4b52;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.camp-video-card video,
.camp-video-card__iframe,
.camp-video-card__placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(23, 7, 15, 0.96), rgba(84, 14, 39, 0.96)),
    #17070f;
}

.camp-video-card__iframe {
  display: block;
  border: 0;
}

.camp-video-card__placeholder {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.camp-video-channel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(198, 157, 78, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 238, 0.96), rgba(255, 244, 220, 0.92)),
    #fff8ed;
  box-shadow: 0 20px 54px rgba(51, 6, 22, 0.1);
}

.camp-video-channel span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 10px;
  color: #fff8e2;
  font-size: 0.78rem;
  font-weight: 900;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d132d, #b78a38);
}

.camp-video-channel h4 {
  margin: 0 0 6px;
  color: #4c0f24;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.camp-video-channel p {
  margin: 0;
  color: #5d4b52;
  font-weight: 700;
  line-height: 1.8;
}

.strategy-pdf-gate {
  position: relative;
}

.strategy-pdf-gate__panel {
  display: grid;
  gap: 18px;
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 58px);
  text-align: center;
  border: 1px solid rgba(201, 158, 87, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 158, 87, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 246, 238, 0.96));
  box-shadow: 0 30px 90px rgba(58, 14, 32, 0.14);
}

.strategy-pdf-gate__panel h2 {
  margin: 0;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.13;
}

.strategy-pdf-gate__panel p {
  max-width: 36em;
  margin: 0 auto;
  color: #4e3a43;
  font-weight: 800;
  line-height: 1.9;
}

.strategy-pdf-gate__open,
.strategy-pdf-gate__download {
  justify-self: center;
}

.strategy-pdf-gate__download,
.strategy-pdf-modal__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  color: #6d132d;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(122, 23, 51, 0.18);
  border-radius: 999px;
  background: #fff;
}

.strategy-pdf-modal[hidden] {
  display: none;
}

.strategy-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.strategy-pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(122, 23, 51, 0.36), transparent 34%),
    rgba(14, 6, 10, 0.72);
  backdrop-filter: blur(10px);
}

.strategy-pdf-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 40px));
  overflow-y: auto;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(201, 158, 87, 0.2), transparent 32%),
    linear-gradient(145deg, #fffdfb, #fff4f6);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

.strategy-pdf-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  color: #6d132d;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid rgba(122, 23, 51, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.strategy-pdf-modal__dialog h3 {
  margin: 0;
  color: #4c0f24;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.strategy-pdf-modal__dialog p {
  margin: 0;
  color: #4e3a43;
  font-weight: 700;
  line-height: 1.8;
}

.strategy-pdf-modal__form {
  display: grid;
  gap: 14px;
}

.strategy-pdf-modal__consent,
.camp-form__consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #4e3a43;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.65;
}

.strategy-pdf-modal__consent input,
.camp-form__consent input {
  margin-top: 0.35em;
  accent-color: #8d1f3a;
}

body.is-pdf-modal-open {
  overflow: hidden;
}

/* Wine red theme layer. */
.site-nav a:hover,
.site-nav a.is-current,
.mobile-nav__links a:hover,
.mobile-nav__links a.is-current {
  background: rgba(122, 23, 51, 0.1);
}

.hero,
.page-hero,
.page-hero--consultation {
  background:
    radial-gradient(circle at 16% 18%, rgba(183, 42, 75, 0.28), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(215, 180, 106, 0.18), transparent 26%),
    linear-gradient(135deg, #17070f 0%, #3a0e20 56%, #1d0b14 100%);
}

.hero__visual--camp,
.page-hero--camp .page-hero__image {
  background: #0e1118;
}

.hero__visual--camp img,
.page-hero--camp .page-hero__image img {
  object-position: center;
}

.hero__visual--camp::after,
.page-hero--camp .page-hero__image::after {
  position: absolute;
  inset: auto 24px 24px auto;
  width: 74px;
  height: 74px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 176, 0.86), rgba(183, 42, 75, 0.22) 54%, transparent 70%);
  filter: blur(2px);
  pointer-events: none;
}

.section--camp-form .eyebrow {
  background: linear-gradient(135deg, #7a1733, #c99e57);
}

.placeholder-form {
  background: linear-gradient(135deg, #fff4f6, #fffaf0);
}

.section--dark,
.cta-band,
.cta-panel {
  background:
    radial-gradient(circle at 18% 20%, rgba(214, 106, 125, 0.22), transparent 30%),
    linear-gradient(135deg, #16070e, #3f1024 58%, #1d0b14);
}

.strategy-materials {
  background:
    linear-gradient(180deg, rgba(248, 243, 245, 0.35), #fff 34%),
    radial-gradient(circle at 20% 0%, rgba(183, 42, 75, 0.16), transparent 30%);
}

.route-zone--green,
.route-board__zone--green {
  background: linear-gradient(135deg, rgba(122, 23, 51, 0.08), #fff);
}

.route-zone--pink,
.route-board__zone--pink {
  background: linear-gradient(135deg, rgba(214, 106, 125, 0.12), #fff);
}

.route-center,
.route-board__center {
  background: linear-gradient(135deg, #fff5d9, var(--gold));
  box-shadow: 0 22px 60px rgba(145, 92, 31, 0.22);
}

.btn--primary,
.header-cta,
.revo-navigator .btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
  box-shadow: 0 18px 36px rgba(125, 19, 51, 0.28);
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.download-link:hover,
.document-link:hover,
.download-link:focus-visible,
.document-link:focus-visible {
  border-color: rgba(183, 42, 75, 0.44);
}

.application-link {
  color: #6d132d;
  border-color: rgba(183, 42, 75, 0.26);
  background: #fff4f6;
}

.application-link--sub {
  color: #5d3340;
  border-color: rgba(96, 20, 43, 0.12);
  background: #faf7f8;
}

.application-item__num,
.benefit-card span,
.profile-card__icon,
.route-number,
.eyebrow {
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
}

.material-card__badge,
.benefit-card--gold span,
.cost-ladder__row:nth-child(3) b,
.cost-ladder__row:nth-child(4) b {
  background: linear-gradient(135deg, #f7e6b7, var(--gold));
}

.cost-ladder__row b {
  background: linear-gradient(135deg, #8d1f3a, #d66a7d);
  box-shadow: 0 12px 28px rgba(125, 19, 51, 0.18);
}

.revo-navigator__avatar {
  color: #fff;
  background: linear-gradient(135deg, #6d132d, #b72a4b);
}

.revo-navigator__head {
  background: linear-gradient(135deg, rgba(255, 244, 246, 0.92), rgba(255, 248, 218, 0.78));
}

.revo-navigator__conversation,
.revo-navigator__choices button {
  background: #faf7f8;
}

.revo-chat--user {
  color: #5a0f25;
  background: linear-gradient(135deg, #fff0f4, #f8e2e8);
}

.revo-navigator__choices button:hover {
  background: #fff0f4;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__visual img,
  .page-hero__image img,
  .editorial-split__image img {
    transition: transform 800ms ease;
  }

  .hero__visual:hover img,
  .page-hero__image:hover img,
  .editorial-split__image:hover img {
    transform: scale(1.025);
  }
}

@media (max-width: 760px) {
  .revo-navigator {
    right: 12px;
    bottom: 112px;
    width: min(320px, calc(100vw - 24px));
  }

  .revo-navigator__panel {
    bottom: 70px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
  }

  .revo-navigator__head {
    grid-template-columns: 72px 1fr auto;
  }

  .revo-navigator__portrait {
    width: 72px;
    height: 72px;
  }

  .revo-navigator__conversation {
    max-height: 208px;
  }

  .revo-navigator__actions {
    grid-template-columns: 1fr;
  }

  .hero-assurance {
    display: grid;
    grid-template-columns: 1fr;
  }

  .revo-navigator__launcher {
    width: 58px;
    height: 58px;
    justify-content: center;
    padding: 8px;
  }

  .revo-navigator__avatar {
    width: 36px;
    height: 36px;
  }

  .revo-navigator__launcher small {
    display: none;
  }

  .revo-navigator__launcher > span:last-child {
    display: none;
  }

  .jr-el-split > .e-con-inner,
  .jr-el-grid--three > .e-con-inner,
  .jr-el-grid--four > .e-con-inner,
  .jr-el-grid--two > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .jr-el-section > .e-con-inner {
    width: min(100% - 28px, 1160px);
  }

  .camp-access,
  .camp-video-library {
    grid-template-columns: 1fr;
  }

  .camp-video-channel {
    align-items: stretch;
    flex-direction: column;
  }

  .juku-revo-elementor-page h1.elementor-heading-title,
  .jr-el-hero-title .elementor-heading-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 520px) {
  .hero__lead,
  .page-hero p,
  .section-lead {
    max-width: min(100%, 330px);
  }

  .camp-access {
    padding: 22px;
  }

  .camp-video-library {
    gap: 12px;
  }

  .camp-video-channel .btn {
    width: 100%;
  }
}

/* Luxury gold refinement for the Camp LP. */
.jr-el-hero,
.jr-el-wine,
.jr-el-cta {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 222, 143, 0.28), transparent 30%),
    radial-gradient(circle at 84% 10%, rgba(183, 42, 75, 0.44), transparent 32%),
    linear-gradient(135deg, #14060d 0%, #4d1028 55%, #19070f 100%);
}

.jr-el-hero--camp {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(19, 5, 12, 0.92) 0%, rgba(74, 14, 36, 0.82) 48%, rgba(19, 5, 12, 0.64) 100%),
    radial-gradient(circle at 74% 18%, rgba(255, 229, 167, 0.24), transparent 26%),
    url("assets/img/camp/camp-concept-scroll.png") center center / cover no-repeat;
}

.jr-el-hero--camp::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 245, 214, 0.2), transparent 16%, transparent 84%, rgba(255, 245, 214, 0.13)),
    repeating-linear-gradient(90deg, rgba(255, 232, 166, 0.08) 0 1px, transparent 1px 96px);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.jr-el-hero--camp > .e-con-inner,
.jr-el-hero--camp .jr-el-split > .e-con-inner {
  position: relative;
  z-index: 1;
}

.jr-el-hero--camp .jr-el-copy > .e-con-inner {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(247, 230, 183, 0.36);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.08), transparent 34%),
    rgba(40, 8, 20, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 28px 80px rgba(12, 2, 7, 0.32);
  backdrop-filter: blur(3px);
}

.jr-el-hero--camp .jr-el-hero-image--concept img {
  padding: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 223, 0.12), rgba(58, 12, 30, 0.72)),
    rgba(12, 3, 9, 0.44);
}

.jr-el-hero::before,
.jr-el-wine::before,
.jr-el-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(245, 218, 152, 0.38), transparent) top center / 100% 1px no-repeat,
    radial-gradient(circle at 50% 0%, rgba(245, 218, 152, 0.18), transparent 34%);
}

.juku-revo-elementor-page .elementor-widget-button .elementor-button {
  color: #fff !important;
  border: 1px solid rgba(247, 230, 183, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(255, 245, 214, 0.18), transparent 32%),
    linear-gradient(135deg, #7a1733 0%, #be2d53 58%, #6d132d 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 38px rgba(125, 19, 51, 0.32),
    0 0 0 1px rgba(247, 230, 183, 0.12) !important;
}

.juku-revo-elementor-page .jr-el-button--ghost .elementor-button,
.juku-revo-elementor-page .elementor-widget-button.jr-el-button--ghost .elementor-button {
  color: #4c0f24 !important;
  border-color: rgba(215, 180, 106, 0.84) !important;
  background:
    linear-gradient(135deg, #fff9e8 0%, #e7c77f 48%, #b88734 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 18px 38px rgba(153, 102, 36, 0.28) !important;
}

.jr-el-hero .elementor-heading-title::after,
.jr-el-wine h2.elementor-heading-title::after,
.jr-el-cta h2.elementor-heading-title::after {
  display: block;
  width: 92px;
  height: 2px;
  margin-top: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #9f6f27, #ffe9a9, #c99e57);
}

.jr-el-hero-image img,
.jr-el-wide-image img {
  border: 1px solid rgba(247, 230, 183, 0.48);
  background: linear-gradient(135deg, rgba(42, 10, 24, 0.88), rgba(15, 6, 12, 0.9));
  box-shadow:
    0 30px 90px rgba(31, 5, 14, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 42px rgba(215, 180, 106, 0.12);
}

.jr-el-card--metric {
  border-color: rgba(215, 180, 106, 0.48);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 230, 0.96)),
    linear-gradient(135deg, rgba(215, 180, 106, 0.18), transparent);
}

.jr-el-card--metric .jr-el-metric .elementor-heading-title,
.camp-video-card__status,
.strategy-pdf-gate__badge {
  color: #9f6f27 !important;
}

/* Vision refresh and survival quiz */
.jr-el-hero--future {
  background-color: #5a102f;
  background:
    radial-gradient(circle at 16% 18%, rgba(235, 198, 115, 0.28), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(101, 218, 235, 0.18), transparent 34%),
    linear-gradient(110deg, #330616 0%, #711b37 52%, #102840 100%);
}

.jr-el-hero--vision {
  background-color: #56102c;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 234, 178, 0.26), transparent 30%),
    linear-gradient(90deg, rgba(45, 6, 24, 0.88) 0%, rgba(94, 15, 43, 0.6) 52%, rgba(18, 35, 72, 0.24) 100%),
    url("assets/img/vision/strategy-council.png") center center / cover no-repeat;
}

.jr-el-hero--future::after,
.jr-el-hero--vision::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(230, 188, 103, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.jr-el-hero--future .jr-el-copy > .e-con-inner,
.jr-el-hero--vision .jr-el-copy > .e-con-inner {
  border: 1px solid rgba(240, 207, 139, 0.42);
  background: linear-gradient(145deg, rgba(47, 5, 24, 0.76), rgba(111, 20, 52, 0.58));
  box-shadow: 0 34px 90px rgba(22, 4, 12, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.jr-el-vision-image img {
  border-radius: 22px;
  border: 1px solid rgba(239, 203, 132, 0.34);
  box-shadow: 0 30px 80px rgba(56, 7, 26, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.jr-el-official-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(239, 203, 132, 0.42);
  border-radius: 8px;
  box-shadow:
    0 34px 86px rgba(18, 5, 12, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.survival-quiz {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 96px) clamp(18px, 4vw, 56px);
  color: #fff8ea;
  background:
    radial-gradient(circle at 86% 16%, rgba(72, 158, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(238, 203, 126, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(42, 6, 24, 0.96), rgba(110, 20, 52, 0.9));
}

.survival-quiz::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 80%);
}

.survival-quiz__stage,
.survival-quiz-result,
.survival-quiz__types {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  margin-inline: auto;
}

.survival-quiz__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.survival-quiz__copy {
  display: grid;
  gap: 20px;
}

.survival-quiz .eyebrow {
  color: #eac777;
}

.survival-quiz h2,
.survival-quiz-result h3,
.survival-quiz-modal h3 {
  margin: 0;
  color: #fffdf7;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0;
}

.survival-quiz h2 {
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 1.08;
}

.survival-quiz p {
  color: rgba(255, 250, 238, 0.86);
  font-size: 1rem;
  line-height: 1.9;
}

.survival-quiz__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.survival-quiz__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid rgba(230, 188, 103, 0.34);
  border-radius: 999px;
  color: #f4d58c;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

.survival-quiz__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(230, 188, 103, 0.26);
  border-radius: 28px;
  box-shadow: 0 38px 90px rgba(10, 1, 8, 0.35);
}

.survival-quiz__types {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.survival-quiz__types article {
  padding: 16px;
  border: 1px solid rgba(230, 188, 103, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.survival-quiz__types span {
  display: block;
  color: #eac777;
  font-size: 0.78rem;
  font-weight: 900;
}

.survival-quiz__types strong {
  display: block;
  margin-top: 4px;
  color: #fffdf7;
  font-size: 1rem;
}

.survival-quiz__types p {
  margin: 8px 0 0;
  color: rgba(255, 250, 238, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.survival-quiz-result {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  margin-top: 28px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(230, 188, 103, 0.3);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 72px rgba(18, 2, 10, 0.25);
}

.survival-quiz-result__score {
  display: grid;
  min-height: 170px;
  padding: 20px;
  place-items: center;
  border-radius: 24px;
  color: #4c0c24;
  background: linear-gradient(145deg, #ffe9a7, #d8a84f);
  text-align: center;
}

.survival-quiz-result__score span,
.survival-quiz-result__score strong {
  display: block;
}

.survival-quiz-result__score strong {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1;
}

.survival-quiz-result__body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.survival-quiz-result__body li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 250, 238, 0.9);
  font-weight: 700;
}

.survival-quiz-result__body li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #eac777;
  box-shadow: 0 0 16px rgba(230, 188, 103, 0.8);
  content: "";
}

.survival-quiz-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.survival-quiz-modal[hidden] {
  display: none;
}

.survival-quiz-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  padding: 18px;
  place-items: center;
}

.survival-quiz-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 2, 10, 0.76);
  backdrop-filter: blur(16px);
}

.survival-quiz-modal__dialog {
  position: relative;
  width: min(920px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(143, 101, 28, 0.26);
  border-radius: 28px;
  color: #2c1420;
  background:
    linear-gradient(145deg, rgba(255, 252, 245, 0.96), rgba(253, 243, 226, 0.98)),
    url("assets/img/vision/future-guide.png") right bottom / min(42%, 320px) auto no-repeat;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
}

.survival-quiz-modal__close {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #7c1737;
  font-size: 1.4rem;
  cursor: pointer;
}

.survival-quiz-modal__head {
  max-width: 620px;
  margin-bottom: 22px;
}

.survival-quiz-modal__head .eyebrow {
  color: #8a173c;
}

.survival-quiz-modal__head h3 {
  color: #4c0c24;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.survival-quiz-modal__head p {
  color: #5f4b55;
}

.survival-quiz-form {
  display: grid;
  gap: 22px;
}

.survival-quiz-form__questions {
  display: grid;
  gap: 14px;
}

.survival-quiz-question {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(94, 18, 43, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.survival-quiz-question legend {
  margin: 0 0 4px;
  color: #4c0c24;
  font-weight: 900;
}

.survival-quiz-question legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  margin-right: 10px;
  border-radius: 999px;
  color: #4c0c24;
  background: linear-gradient(145deg, #ffe9a7, #d8a84f);
  font-size: 0.78rem;
}

.survival-quiz-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(124, 23, 55, 0.055);
  cursor: pointer;
}

.survival-quiz-option input {
  width: 18px;
  height: 18px;
  margin-top: 0.22em;
  accent-color: #8a173c;
}

.survival-quiz-option span {
  color: #39222b;
  font-weight: 700;
}

.survival-quiz-form__lead {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(76, 12, 36, 0.06);
}

.survival-quiz-form__lead .form-field,
.survival-quiz-form__consent {
  margin: 0;
}

.survival-quiz-form__consent {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  color: #5f4b55;
  font-size: 0.9rem;
  line-height: 1.6;
}

.survival-quiz-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 0.22em;
  accent-color: #8a173c;
}

body.is-survival-quiz-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .survival-quiz__stage,
  .survival-quiz-result {
    grid-template-columns: 1fr;
  }

  .survival-quiz__types,
  .survival-quiz-form__lead {
    grid-template-columns: 1fr;
  }

  .survival-quiz-modal__dialog {
    background-image: linear-gradient(145deg, rgba(255, 252, 245, 0.98), rgba(253, 243, 226, 0.98));
  }

  .survival-quiz-modal__dialog::after {
    display: none;
  }

  .survival-quiz-modal__head,
  .survival-quiz-form {
    max-width: none;
  }
}

/* Visual storytelling refresh */
.juku-revo-elementor-page .elementor-heading-title,
.site-footer h2,
.site-footer strong {
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.juku-revo-elementor-page h1.elementor-heading-title,
.jr-el-hero-title .elementor-heading-title {
  max-width: 10.5em;
}

.juku-revo-elementor-page h2.elementor-heading-title {
  max-width: 12.5em;
}

.jr-el-visual-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, rgba(60, 146, 214, 0.12), transparent 30%),
    radial-gradient(circle at 10% 2%, rgba(201, 158, 87, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf8, #fff4f0);
}

.jr-el-split--story > .e-con-inner {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, 5vw, 66px);
  align-items: stretch;
}

.jr-el-story-copy > .e-con-inner {
  display: grid !important;
  gap: clamp(18px, 3vw, 28px);
  width: min(100%, 1120px);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(124, 23, 55, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 246, 231, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(201, 158, 87, 0.16), transparent 34%);
  box-shadow: 0 24px 70px rgba(54, 9, 27, 0.12);
}

.jr-el-panorama-image img,
.jr-el-premium-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: none;
  object-fit: cover;
  border: 1px solid rgba(201, 158, 87, 0.3);
  border-radius: 8px;
  box-shadow:
    0 30px 80px rgba(54, 9, 27, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.jr-el-premium-image img {
  background: #19070f;
}

.jr-el-split--story .jr-el-panorama-image img,
.jr-el-split--story .jr-el-premium-image img {
  object-fit: contain;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.96), rgba(255, 246, 235, 0.92)),
    #fff8ef;
}

.jr-el-story-copy .jr-el-grid--three > .e-con-inner {
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  align-items: stretch;
}

.jr-el-story-copy .jr-el-card .elementor-heading-title {
  max-width: none;
  font-size: clamp(1.25rem, 1.75vw, 1.55rem);
  line-height: 1.45;
}

.jr-el-story-copy .jr-el-card .elementor-widget-text-editor p {
  font-size: 1rem;
  line-height: 1.9;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.jr-el-card {
  position: relative;
  overflow: hidden;
}

.jr-el-card::after {
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(201, 158, 87, 0.62), transparent);
}

.jr-el-card--step {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(183, 42, 75, 0.08), transparent 35%);
}

.jr-el-card--glass {
  border-color: rgba(255, 230, 169, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 52px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.jr-el-card-eyebrow p,
.jr-el-kicker--wine p {
  color: #8a173c !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.jr-el-wine .jr-el-card-eyebrow p,
.jr-el-hero .jr-el-card-eyebrow p {
  color: #f4d58c !important;
}

.jr-el-card--image {
  padding: 0 !important;
}

.jr-el-card--image > .e-con-inner {
  display: grid !important;
  gap: 14px;
  padding: 18px;
}

.jr-el-card-image-cover img {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: none;
  object-fit: cover;
  margin: 0;
  border-radius: 8px;
}

.jr-el-journey-grid .jr-el-card .elementor-heading-title,
.jr-el-visual-card-grid .jr-el-card .elementor-heading-title {
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.28;
}

/* Expanded footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: rgba(255, 250, 238, 0.78);
  background:
    radial-gradient(circle at 14% 0%, rgba(220, 184, 104, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(183, 42, 75, 0.28), transparent 30%),
    linear-gradient(145deg, #12060c 0%, #3a0d20 52%, #06101f 100%);
}

.site-footer::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(245, 218, 152, 0.42), transparent) top center / 100% 1px no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 232, 166, 0.055) 0 1px, transparent 1px 96px);
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(44px, 7vw, 72px) 0 30px;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__cta,
.site-footer__actions {
  min-width: 0;
}

.site-footer__logo {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: #fff;
}

.site-footer__logo span:last-child {
  display: grid;
  gap: 2px;
}

.site-footer__logo small {
  color: #f4d58c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.site-footer__brand p,
.site-footer__cta p,
.site-footer__bottom p {
  margin: 16px 0 0;
  color: rgba(255, 250, 238, 0.76);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.8;
}

.site-footer__event {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.site-footer__event span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid rgba(244, 213, 140, 0.24);
  border-radius: 999px;
  color: #f4d58c;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
  font-weight: 900;
}

.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.site-footer__nav div,
.site-footer__cta {
  padding: 22px;
  border: 1px solid rgba(244, 213, 140, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-footer__nav h2,
.site-footer__cta h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.2rem;
  line-height: 1.35;
}

.site-footer__nav a {
  display: block;
  padding: 9px 0;
  color: rgba(255, 250, 238, 0.86);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.45;
  text-decoration: none;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus {
  color: #f4d58c;
}

.site-footer__cta {
  align-self: stretch;
}

.site-footer__cta .eyebrow {
  margin: 0 0 8px;
  color: #f4d58c;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer__cta .btn {
  width: 100%;
  margin-top: 18px;
}

.site-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  padding: 18px 0 34px;
  border-top: 1px solid rgba(244, 213, 140, 0.14);
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.6;
}

.site-footer,
.site-footer__logo,
.site-footer__logo strong,
.site-footer .brand__mark,
.site-footer__nav h2,
.site-footer__nav a,
.site-footer__cta h2,
.site-footer__cta p,
.site-footer__bottom p {
  color: #fffaf0 !important;
}

.site-footer__brand p,
.site-footer__cta p,
.site-footer__bottom p,
.site-footer__nav a {
  color: rgba(255, 250, 238, 0.88) !important;
}

.site-footer__logo small,
.site-footer__event span,
.site-footer__nav a:hover,
.site-footer__nav a:focus-visible {
  color: #f4d58c !important;
}

.site-footer__cta .eyebrow {
  color: #4c0f24 !important;
  background: linear-gradient(135deg, #f7e6b7 0%, #d7b46a 100%) !important;
}

.site-footer__cta .btn,
.site-footer__cta .btn:visited,
.site-footer__cta .btn:hover,
.site-footer__cta .btn:focus-visible {
  color: #fff !important;
}

.site-footer__actions {
  justify-self: center;
  width: min(100%, 860px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(244, 213, 140, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 24px 70px rgba(0, 0, 0, 0.18);
}

.site-footer__actions .eyebrow {
  margin: 0 0 10px;
  color: #4c0f24 !important;
  background: linear-gradient(135deg, #f7e6b7 0%, #d7b46a 100%) !important;
}

.site-footer__actions h2 {
  max-width: none;
  margin: 0;
  color: #fffaf0 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.9rem, 3.6vw, 3.5rem);
  line-height: 1.16;
}

.site-footer__actions > p:not(.eyebrow) {
  max-width: 42em;
  margin: 14px 0 0;
  color: rgba(255, 250, 238, 0.84) !important;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.75;
}

.site-footer__action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.site-footer__action {
  display: grid;
  gap: 10px;
  align-content: center;
  min-height: 148px;
  padding: 24px;
  border: 1px solid rgba(255, 250, 238, 0.16);
  border-radius: 8px;
  color: #fffaf0 !important;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.site-footer__action:hover,
.site-footer__action:focus-visible {
  border-color: rgba(247, 230, 183, 0.54);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.site-footer__action span {
  color: #fffaf0 !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.25;
}

.site-footer__action small {
  color: rgba(255, 250, 238, 0.78) !important;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.5;
}

.site-footer__action--primary {
  border-color: rgba(247, 230, 183, 0.32);
  background: linear-gradient(135deg, #8d1f3a 0%, #c22f55 100%);
  box-shadow: 0 22px 48px rgba(125, 19, 51, 0.26);
}

.site-footer__action--youtube {
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 230, 183, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.08);
}

/* Survival quiz revived in the blue voyage style */
.survival-quiz,
.jr-el-quiz-section,
.elementor-widget-button:has(a[href="#survival-quiz"]),
.elementor-widget-button:has(a[href="/#survival-quiz"]),
.elementor-widget-button:has(a[href$="#survival-quiz"]),
.juku-revo-elementor-page .elementor-widget-button:has(a[href="#survival-quiz"]),
.juku-revo-elementor-page .elementor-widget-button:has(a[href="/#survival-quiz"]),
.juku-revo-elementor-page .elementor-widget-button:has(a[href$="#survival-quiz"]) {
  display: block !important;
}

.juku-revo-elementor-page a[href="#survival-quiz"],
.juku-revo-elementor-page a[href="/#survival-quiz"],
.juku-revo-elementor-page a[href$="#survival-quiz"] {
  display: inline-flex !important;
}

.jr-el-quiz-section {
  padding: 0 !important;
  background: transparent !important;
}

.jr-el-quiz-section > .e-con-inner {
  width: 100%;
  max-width: none;
}

.survival-quiz {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: clamp(76px, 9vw, 128px) 0;
  color: #123047;
  background:
    linear-gradient(180deg, rgba(235, 249, 255, 0.82), rgba(255, 255, 255, 0.68) 44%, rgba(224, 245, 255, 0.78)),
    radial-gradient(circle at 16% 0%, rgba(125, 211, 252, 0.46), transparent 28%),
    radial-gradient(circle at 82% 14%, rgba(255, 232, 166, 0.34), transparent 26%),
    url("assets/img/camp/camp-concept-scroll.png") center 54% / cover no-repeat;
}

.survival-quiz::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.34), transparent) top center / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.48)),
    repeating-linear-gradient(90deg, rgba(14, 165, 233, 0.07) 0 1px, transparent 1px 108px);
}

.survival-quiz::after {
  position: absolute;
  right: -8%;
  bottom: -150px;
  left: -8%;
  z-index: -1;
  height: 300px;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.32), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(14, 116, 144, 0.18));
  filter: blur(2px);
}

.survival-quiz__stage,
.survival-quiz-result,
.survival-quiz__types {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
}

.survival-quiz__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(240, 251, 255, 0.32)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(14, 165, 233, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 32px 90px rgba(12, 74, 110, 0.14);
  backdrop-filter: blur(10px) saturate(1.08);
}

.survival-quiz__copy {
  display: grid;
  gap: 18px;
}

.survival-quiz .eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 999px;
  color: #0f5f8d;
  background: rgba(240, 251, 255, 0.72);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.survival-quiz h2,
.survival-quiz-result h3,
.survival-quiz-modal h3 {
  margin: 0;
  color: #4c0f24;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.survival-quiz h2 {
  max-width: none;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.survival-quiz p {
  margin: 0;
  color: #42596b;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  font-weight: 700;
  line-height: 1.9;
}

.survival-quiz__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.survival-quiz__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 999px;
  color: #123047;
  background: rgba(255, 255, 255, 0.6);
  font-weight: 900;
}

.juku-revo-elementor-page .survival-quiz .btn--primary,
.survival-quiz .btn--primary,
.survival-quiz .btn--primary:visited {
  width: fit-content;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #0ea5e9 0%, #1386bd 44%, #9f1239 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 42px rgba(14, 116, 144, 0.22),
    0 10px 30px rgba(159, 18, 57, 0.18) !important;
}

.survival-quiz__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 10px;
  box-shadow:
    0 26px 72px rgba(12, 74, 110, 0.18),
    0 0 0 1px rgba(56, 189, 248, 0.12);
}

.survival-quiz__types {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(18px, 2vw, 28px);
}

.survival-quiz__types article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(12, 74, 110, 0.08);
  backdrop-filter: blur(8px);
}

.survival-quiz__types span {
  display: block;
  color: #0f5f8d;
  font-size: 0.78rem;
  font-weight: 900;
}

.survival-quiz__types strong {
  display: block;
  margin-top: 5px;
  color: #4c0f24;
  font-size: 1rem;
}

.survival-quiz__types p {
  margin: 8px 0 0;
  color: #536b7b;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.55;
}

.survival-quiz-result {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 22px;
  margin-top: clamp(20px, 3vw, 34px);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 70px rgba(12, 74, 110, 0.12);
  backdrop-filter: blur(10px);
}

.survival-quiz-result__score {
  display: grid;
  min-height: 154px;
  padding: 18px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #0ea5e9, #9f1239);
  text-align: center;
}

.survival-quiz-result__score span,
.survival-quiz-result__score strong {
  display: block;
}

.survival-quiz-result__score strong {
  font-size: clamp(1.65rem, 4vw, 2.65rem);
  line-height: 1;
}

.survival-quiz-result__body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.survival-quiz-result__body li {
  position: relative;
  padding-left: 24px;
  color: #42596b;
  font-weight: 800;
}

.survival-quiz-result__body li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #38bdf8;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.65);
  content: "";
}

.survival-quiz-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.survival-quiz-result__actions .btn--primary {
  min-width: min(100%, 360px);
  justify-content: center;
}

.survival-quiz-result__actions .btn--ghost {
  color: #0f5f8d !important;
  border-color: rgba(56, 189, 248, 0.28) !important;
  background: rgba(255, 255, 255, 0.68) !important;
}

.survival-quiz-result-slot {
  display: block;
}

.survival-quiz-result-slot.is-visible .survival-quiz-result {
  animation: survivalQuizResultIn 0.56s ease both;
}

@keyframes survivalQuizResultIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.survival-quiz-modal[hidden] {
  display: none !important;
}

.survival-quiz-modal:not([hidden]) {
  display: grid !important;
}

body.is-survival-quiz-open .survival-quiz-modal,
body .survival-quiz-modal:not([hidden]),
body > .survival-quiz-modal {
  position: fixed !important;
  z-index: 2147483000 !important;
  inset: 0 !important;
  isolation: isolate;
  transform: none !important;
}

body.is-survival-quiz-open .site-header,
body.is-survival-quiz-open .header,
body.is-survival-quiz-open .elementor-location-header,
body.is-survival-quiz-open .elementor-sticky,
body.is-survival-quiz-open .swiper,
body.is-survival-quiz-open .swiper-container,
body.is-survival-quiz-open .elementor-widget-image-carousel,
body.is-survival-quiz-open [data-charioot-scene-runtime],
body.is-survival-quiz-open .charioot-scene-root,
body.is-survival-quiz-open .charioot-scene-launch,
body.is-survival-quiz-open .charioot-scene-floating-drawer,
body.is-survival-quiz-open .charioot-scene-game-backdrop,
body.is-survival-quiz-open .grecaptcha-badge {
  z-index: 1 !important;
}

.survival-quiz-modal__backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  background: rgba(9, 30, 46, 0.58);
  backdrop-filter: blur(16px);
}

.survival-quiz-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 20px));
  border: 1px solid rgba(56, 189, 248, 0.24);
  border-radius: 18px;
  color: #123047;
  background:
    radial-gradient(circle at 82% 13%, rgba(14, 165, 233, 0.22), transparent 28%),
    radial-gradient(circle at 94% 72%, rgba(159, 18, 57, 0.16), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(235, 249, 255, 0.95)),
    url("assets/img/vision/future-guide.png") right bottom / min(35%, 280px) auto no-repeat;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 38px 110px rgba(8, 47, 73, 0.36);
}

.survival-quiz-modal__dialog::before,
.survival-quiz-modal__dialog::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.survival-quiz-modal__dialog::before {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.48), transparent) top center / 100% 1px no-repeat,
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.9), transparent 22%),
    repeating-linear-gradient(120deg, rgba(14, 165, 233, 0.055) 0 1px, transparent 1px 96px);
}

.survival-quiz-modal__dialog::after {
  right: clamp(16px, 3vw, 34px);
  top: clamp(82px, 9vw, 118px);
  z-index: 1;
  width: clamp(142px, 17vw, 230px);
  height: clamp(250px, 32vw, 410px);
  background: url("assets/img/operator-standing-transparent.png") center top / contain no-repeat;
  filter: drop-shadow(0 22px 38px rgba(8, 47, 73, 0.18));
  opacity: 0.92;
}

.survival-quiz-modal__dialog > * {
  position: relative;
  z-index: 2;
}

.survival-quiz-modal__close {
  color: #0f79ad;
  border: 1px solid rgba(14, 165, 233, 0.35);
  background: rgba(240, 251, 255, 0.94);
  box-shadow: 0 14px 32px rgba(12, 74, 110, 0.16);
}

.survival-quiz-modal__head .eyebrow {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #0ea5e9 0%, #168fcf 48%, #9f1239 100%);
  box-shadow: 0 14px 34px rgba(14, 116, 144, 0.22);
}

.survival-quiz-modal__head h3 {
  color: #4c0f24;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
}

.survival-quiz-modal__head p {
  color: #536b7b;
}

.survival-quiz-modal__head,
.survival-quiz-form {
  max-width: min(100%, 760px);
}

.survival-quiz-question {
  overflow: visible;
  border: 1px solid rgba(14, 165, 233, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(239, 250, 255, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 34px rgba(12, 74, 110, 0.08);
}

.survival-quiz-question legend {
  color: #123047;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

.survival-quiz-question legend span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background:
    radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.42), transparent 28%),
    linear-gradient(145deg, #38bdf8 0%, #0f79ad 50%, #9f1239 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 12px 26px rgba(14, 116, 144, 0.22);
}

.survival-quiz-option {
  position: relative;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(240, 251, 255, 0.86));
  box-shadow: 0 8px 20px rgba(12, 74, 110, 0.055);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.survival-quiz-option::after {
  position: absolute;
  inset: 0 0 0 auto;
  width: 5px;
  content: "";
  border-radius: 0 12px 12px 0;
  background: linear-gradient(180deg, #38bdf8, #9f1239);
  opacity: 0;
  transition: opacity 160ms ease;
}

.survival-quiz-option:hover,
.survival-quiz-option:focus-within {
  border-color: rgba(159, 18, 57, 0.3);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(230, 247, 255, 0.94));
  box-shadow: 0 16px 34px rgba(12, 74, 110, 0.1);
  transform: translateY(-1px);
}

.survival-quiz-option:hover::after,
.survival-quiz-option:focus-within::after {
  opacity: 1;
}

.survival-quiz-option input,
.survival-quiz-form__consent input {
  accent-color: #0ea5e9;
}

.survival-quiz-option input {
  border-color: rgba(15, 121, 173, 0.45);
}

.survival-quiz-option span {
  color: #123047;
}

.survival-quiz-form__lead {
  border: 1px solid rgba(56, 189, 248, 0.16);
  border-radius: 8px;
  background: rgba(240, 251, 255, 0.72);
}

.survival-quiz-form__consent {
  color: #536b7b;
}

.survival-quiz-form .btn--primary {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #0ea5e9 0%, #1386bd 44%, #9f1239 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 42px rgba(14, 116, 144, 0.22),
    0 10px 30px rgba(159, 18, 57, 0.18) !important;
}

.survival-quiz-form .btn--primary:hover,
.survival-quiz-form .btn--primary:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 22px 50px rgba(14, 116, 144, 0.28),
    0 12px 34px rgba(159, 18, 57, 0.2) !important;
}

@media (max-width: 1100px) {
  .survival-quiz__types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .survival-quiz__stage,
  .survival-quiz-result {
    grid-template-columns: 1fr;
  }

  .survival-quiz-form__lead {
    grid-template-columns: 1fr;
  }

  .survival-quiz-modal__dialog::after {
    display: none;
  }

  .survival-quiz-modal__head,
  .survival-quiz-form {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .survival-quiz {
    padding-block: 60px;
  }

  .survival-quiz__stage,
  .survival-quiz-result,
  .survival-quiz__types {
    width: min(100% - 24px, 620px);
  }

  .survival-quiz__stage,
  .survival-quiz-result {
    padding: 20px;
  }

  .survival-quiz__types {
    grid-template-columns: 1fr;
  }

  .survival-quiz .btn--primary {
    width: 100%;
    justify-content: center;
  }

  .survival-quiz-modal {
    padding: 12px;
  }

  .survival-quiz-modal__dialog {
    max-height: 92vh;
    padding: 20px;
    border-radius: 8px;
    background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 250, 255, 0.96));
  }
}

@media (max-width: 1100px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__actions {
    width: 100%;
  }

  .site-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .juku-revo-elementor-page h1.elementor-heading-title,
  .jr-el-hero-title .elementor-heading-title {
    max-width: 8.8em;
    font-size: clamp(2.05rem, 10vw, 2.55rem);
    line-height: 1.2;
  }

  .juku-revo-elementor-page h2.elementor-heading-title {
    max-width: 9.8em;
    font-size: clamp(1.78rem, 8vw, 2.2rem);
    line-height: 1.22;
  }

  .jr-el-split--story > .e-con-inner,
  .jr-el-split > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .jr-el-story-copy > .e-con-inner {
    padding: 22px;
  }

  .jr-el-panorama-image img,
  .jr-el-premium-image img,
  .jr-el-card-image-cover img {
    aspect-ratio: 4 / 3;
  }

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

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

  .site-footer__action {
    min-height: 118px;
  }

}

/* Embedded route sections. These styles target only the pasted route blocks, not the page body. */
body .jr-routes-hero-sky {
  color: #284557;
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.84), transparent 24%),
    radial-gradient(circle at 78% 14%, rgba(255, 224, 130, 0.22), transparent 24%),
    linear-gradient(135deg, #e7f8ff 0%, #bdeeff 45%, #f9fdff 100%);
}

body .jr-routes-hero-sky::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.54;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(255, 255, 255, 0.48) 58.3% 58.8%, transparent 59%),
    radial-gradient(circle at 8% 22%, rgba(92, 204, 248, 0.24), transparent 14%);
}

body .jr-routes-hero-sky > .e-con-inner {
  position: relative;
  z-index: 1;
}

body .jr-routes-hero-sky .elementor-heading-title {
  color: #4c0f24 !important;
  text-shadow: none;
}

body .jr-routes-hero-sky .elementor-widget-text-editor p {
  color: #385469 !important;
}

body .jr-routes-hero-sky .elementor-button {
  background: linear-gradient(135deg, #087bbb, #24b8ef);
  box-shadow: 0 18px 38px rgba(32, 151, 219, 0.22);
}

body .jr-web-strategy,
body .jr-web-route-tree {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(67, 194, 245, 0.26), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 232, 166, 0.2), transparent 28%),
    linear-gradient(180deg, #f2fbff 0%, #ffffff 48%, #ecf9ff 100%);
}

body .jr-web-route-tree {
  background:
    radial-gradient(circle at 50% 72%, rgba(54, 192, 244, 0.22), transparent 24%),
    radial-gradient(circle at 18% 14%, rgba(154, 224, 255, 0.32), transparent 30%),
    linear-gradient(180deg, #f7fdff 0%, #eefaff 100%);
}

body .jr-web-strategy > .e-con-inner,
body .jr-web-route-tree > .e-con-inner {
  display: grid !important;
  gap: clamp(18px, 2.6vw, 32px);
}

body .jr-web-section__title .elementor-heading-title {
  max-width: none;
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.12;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
}

body .jr-web-route-tree .jr-web-section__title .elementor-heading-title {
  max-width: min(100%, 38em);
  font-size: clamp(1.7rem, 2.8vw, 2.9rem);
  line-height: 1.28;
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

body .jr-web-section__title .elementor-heading-title::before {
  display: block;
  width: 78px;
  height: 6px;
  margin-bottom: 18px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #168fcf, #7edbff, #f0c25a, #b72a4b);
  box-shadow: 0 0 22px rgba(80, 191, 239, 0.34);
}

body .jr-web-section__lead p {
  max-width: 62em;
  color: #5d6975 !important;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  font-weight: 800;
  line-height: 1.9;
}

body .jr-web-strategy-map,
body .jr-route-tree-board {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(74, 185, 230, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 22%, rgba(122, 218, 255, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 249, 255, 0.86));
  box-shadow: 0 30px 80px rgba(37, 139, 194, 0.16);
}

body .jr-web-strategy-map::before {
  position: absolute;
  right: 9%;
  left: 18%;
  top: 50%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(40, 166, 226, 0.12), rgba(62, 190, 246, 0.8), rgba(240, 194, 90, 0.62), rgba(183, 42, 75, 0.28));
  box-shadow: 0 0 18px rgba(86, 201, 247, 0.34);
}

body .jr-route-tree-board::before {
  position: absolute;
  inset: 13% 8% 21%;
  content: "";
  opacity: 0.72;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(56, 184, 242, 0.34) 18.2% 18.6%, transparent 18.8%),
    linear-gradient(74deg, transparent 0 22%, rgba(95, 205, 250, 0.38) 22.2% 22.6%, transparent 22.8%),
    linear-gradient(90deg, transparent 0 10%, rgba(255, 210, 110, 0.3) 10.2% 10.5%, transparent 10.7%);
}

body .jr-web-strategy-map > .e-con-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.82fr) repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  align-items: stretch;
  width: 100%;
  padding: clamp(20px, 3vw, 34px) !important;
}

body .jr-route-tree-board > .e-con-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  width: 100%;
  padding: clamp(22px, 3vw, 38px) !important;
}

body .jr-web-strategy-start,
body .jr-web-strategy-card,
body .jr-route-node {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(90, 196, 238, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(38, 134, 188, 0.12);
}

body .jr-web-strategy-start {
  color: #fff;
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 229, 151, 0.3), transparent 32%),
    linear-gradient(145deg, #168fcf 0%, #0b5f9b 52%, #143052 100%);
}

body .jr-web-strategy-start--quiz-link,
body .elementor-element-bc46a42 {
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body .jr-web-strategy-start--quiz-link:hover,
body .jr-web-strategy-start--quiz-link:focus-visible,
body .elementor-element-bc46a42:hover,
body .elementor-element-bc46a42:focus-visible {
  border-color: rgba(125, 223, 255, 0.72);
  box-shadow: 0 28px 72px rgba(19, 142, 209, 0.25);
  transform: translateY(-2px);
}

body .jr-web-strategy-start--quiz-link:focus-visible,
body .elementor-element-bc46a42:focus-visible {
  outline: 3px solid rgba(255, 247, 212, 0.7);
  outline-offset: 4px;
}

body .jr-web-strategy-start .elementor-widget-button {
  margin-top: auto;
}

body .jr-web-strategy-start .elementor-button {
  color: #0f3552 !important;
  border: 1px solid rgba(255, 247, 212, 0.44);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7d4, #e3f7ff) !important;
  box-shadow: 0 14px 32px rgba(7, 54, 91, 0.22);
  font-weight: 900;
}

body .jr-web-strategy-start > .e-con-inner,
body .jr-web-strategy-card > .e-con-inner,
body .jr-route-node > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  padding: clamp(18px, 2vw, 26px) !important;
}

body .jr-web-strategy-start .elementor-heading-title,
body .jr-web-strategy-card .elementor-heading-title,
body .jr-route-node .elementor-heading-title {
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.28;
}

body .jr-web-strategy-start .elementor-heading-title,
body .jr-web-strategy-start .elementor-widget-text-editor p {
  color: #fff !important;
}

body .jr-web-strategy-start__label p,
body .jr-web-strategy-card__label p,
body .jr-route-node__meta p {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 7px 11px;
  color: #0f84bd !important;
  border: 1px solid rgba(67, 194, 245, 0.28);
  border-radius: 999px;
  background: rgba(244, 252, 255, 0.92);
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
}

body .jr-web-strategy-start__label p {
  color: #fff7d4 !important;
  border-color: rgba(255, 247, 212, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

body .jr-web-strategy-card .elementor-widget-text-editor:not(.jr-web-strategy-card__label):not(.jr-web-strategy-card__routes) p,
body .jr-route-node .elementor-widget-text-editor:not(.jr-route-node__meta) p {
  color: #5d6975 !important;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.75;
}

body .jr-web-strategy-card__routes {
  margin-top: auto;
}

body .jr-web-strategy-card__routes p {
  display: block;
  width: 100%;
  color: #4c0f24 !important;
  border: 1px solid rgba(201, 158, 87, 0.22);
  border-radius: 8px;
  background: rgba(255, 248, 230, 0.78);
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
}

body .jr-web-strategy-card::before,
body .jr-route-node::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, var(--node-accent, #1aaee7), #91e5ff, rgba(240, 194, 90, 0.78));
}

body .jr-web-strategy-card--gateway,
body .jr-route-node--pico {
  --node-accent: #c49a21;
}

body .jr-web-strategy-card--vertical,
body .jr-route-node--myobi {
  --node-accent: #1f5d95;
}

body .jr-web-strategy-card--adjacent {
  --node-accent: #8b1f4c;
}

body .jr-route-node {
  min-height: 220px;
}

body .jr-route-node--pico {
  grid-column: 5 / 9;
  grid-row: 3;
  background: linear-gradient(145deg, #fffdf4, #f3fbff);
}

body .jr-route-node--english {
  --node-accent: #2d7f9f;
  grid-column: 1 / 4;
  grid-row: 2;
}

body .jr-route-node--work {
  --node-accent: #df2c86;
  grid-column: 2 / 5;
  grid-row: 1;
}

body .jr-route-node--myobi {
  grid-column: 5 / 8;
  grid-row: 1;
}

body .jr-route-node--prodigy {
  --node-accent: #8b1f4c;
  grid-column: 8 / 11;
  grid-row: 1;
}

body .jr-route-node--minori {
  --node-accent: #2c8a54;
  grid-column: 9 / 12;
  grid-row: 2;
}

body .jr-route-node--tsumugi {
  --node-accent: #6f5a9d;
  grid-column: 10 / 13;
  grid-row: 3;
}

body .jr-route-link__actions {
  margin-top: auto;
}

body .jr-route-link__actions > .e-con-inner {
  display: flex !important;
  flex-wrap: wrap;
  gap: 9px;
  width: 100%;
  padding: 0 !important;
}

body .jr-route-link__actions .elementor-widget-button {
  width: fit-content;
  max-width: 100%;
  margin: 0;
}

body .jr-route-link__actions .elementor-button {
  min-height: 34px;
  padding: 9px 12px;
  color: #fff !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a73ad, var(--node-accent, #27b8ef));
  box-shadow: 0 14px 28px rgba(24, 141, 206, 0.2);
  font-size: 0.78rem;
}

body .jr-route-link__actions .elementor-button-text {
  white-space: nowrap;
}

@media (max-width: 1120px) {
  body .jr-web-strategy-map > .e-con-inner,
  body .jr-route-tree-board > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .jr-route-node--pico,
  body .jr-route-node--english,
  body .jr-route-node--work,
  body .jr-route-node--myobi,
  body .jr-route-node--prodigy,
  body .jr-route-node--minori,
  body .jr-route-node--tsumugi {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  body .jr-web-section__title .elementor-heading-title {
    font-size: clamp(1.82rem, 9vw, 2.45rem);
  }

  body .jr-web-route-tree .jr-web-section__title .elementor-heading-title {
    max-width: none;
    font-size: clamp(1.55rem, 7.2vw, 2.15rem);
    line-height: 1.34;
    overflow-wrap: break-word;
  }

  body .jr-web-strategy-map > .e-con-inner,
  body .jr-route-tree-board > .e-con-inner {
    grid-template-columns: 1fr;
  }

  body .jr-web-strategy-map::before,
  body .jr-route-tree-board::before {
    display: none;
  }

  body .jr-route-node {
    min-height: 0;
  }
}

/* Camp entry form blue refresh with wine-red accents. */
.section--camp-form,
.jr-el-camp-shortcode {
  background:
    radial-gradient(circle at 12% 8%, rgba(86, 201, 247, 0.28), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 230, 157, 0.18), transparent 26%),
    linear-gradient(180deg, #eefaff 0%, #ffffff 46%, #e8f8ff 100%) !important;
}

.section--camp-form .eyebrow,
.camp-form-copy .eyebrow,
.camp-form__head .eyebrow {
  color: #ffffff !important;
  background: linear-gradient(135deg, #168fcf 0%, #32c0f3 58%, #8d1f3a 100%) !important;
}

.camp-form-layout {
  position: relative;
}

.camp-form-copy {
  border: 1px solid rgba(90, 196, 238, 0.24);
  background:
    linear-gradient(180deg, rgba(5, 104, 163, 0.18), rgba(8, 39, 74, 0.72)),
    url("assets/img/camp/camp-concept-main.png") center/contain no-repeat;
  box-shadow: 0 28px 78px rgba(37, 139, 194, 0.16);
}

.camp-form-copy::before {
  background:
    radial-gradient(circle at 62% 36%, rgba(126, 219, 255, 0.28), transparent 25%),
    radial-gradient(circle at 20% 18%, rgba(183, 42, 75, 0.22), transparent 23%),
    linear-gradient(135deg, rgba(8, 95, 148, 0.5), rgba(7, 24, 48, 0.88));
}

.document-link--camp {
  border-color: rgba(126, 219, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.document-link--camp:hover,
.document-link--camp:focus-visible {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.2);
}

.camp-proof-list li::before {
  background: #7edbff;
  box-shadow: 0 0 0 6px rgba(126, 219, 255, 0.18);
}

.camp-form {
  border: 1px solid rgba(74, 185, 230, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 253, 255, 0.96)),
    radial-gradient(circle at 96% 0%, rgba(86, 201, 247, 0.12), transparent 28%);
  box-shadow: 0 24px 70px rgba(37, 139, 194, 0.13);
}

.camp-form__head h3 {
  color: #4c0f24;
}

.camp-form__head p,
.form-note {
  color: #526a7b;
}

.form-field label,
.form-field legend {
  color: #163c56;
}

fieldset.form-field {
  padding: 16px;
  border: 1px solid rgba(74, 185, 230, 0.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(240, 251, 255, 0.74));
}

fieldset.form-field legend {
  padding: 0 8px;
}

.form-field label span {
  color: #fff;
  background: linear-gradient(135deg, #8d1f3a, #c53a60);
}

.form-field input,
.form-field select,
.form-field textarea {
  border-color: rgba(74, 185, 230, 0.24);
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(22, 143, 207, 0.05);
}

.form-field input:hover,
.form-field select:hover,
.form-field textarea:hover {
  border-color: rgba(22, 143, 207, 0.42);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(22, 143, 207, 0.78);
  outline: 3px solid rgba(86, 201, 247, 0.22);
  box-shadow: 0 0 0 1px rgba(141, 31, 58, 0.08);
}

.form-options label {
  border-color: rgba(74, 185, 230, 0.18);
  background: linear-gradient(180deg, #ffffff, #f0fbff);
}

.form-options label:hover {
  border-color: rgba(22, 143, 207, 0.4);
}

.form-options input {
  accent-color: #8d1f3a;
}

.form-options span {
  color: #173c55;
}

.form-status--success {
  color: #0e5f84;
  border-color: rgba(67, 194, 245, 0.28);
  background: #eafbff;
}

.form-status--error {
  color: #7a1733;
  border-color: rgba(183, 42, 75, 0.22);
  background: #fff0f4;
}

.camp-form .btn--primary,
.camp-form .btn--primary:visited,
.camp-form .btn--primary:hover,
.camp-form .btn--primary:focus-visible {
  color: #fff !important;
  background: linear-gradient(135deg, #7a1733 0%, #b72a4b 58%, #168fcf 100%) !important;
  box-shadow: 0 18px 38px rgba(125, 19, 51, 0.24);
}

.camp-form .btn--primary:hover,
.camp-form .btn--primary:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 22px 44px rgba(24, 141, 206, 0.18), 0 16px 34px rgba(125, 19, 51, 0.2);
}

/* Charioot replaces the legacy right-bottom navigator. */
.revo-navigator {
  display: none !important;
}


/* Top camp overview refresh */
:is(.jr-el-overview-band--primary, .elementor-element-4720110) {
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, 0.2), transparent 28%),
    radial-gradient(circle at 84% 10%, rgba(14, 165, 233, 0.13), transparent 30%),
    linear-gradient(180deg, #f2fbff 0%, #ffffff 48%, #fffaf6 100%) !important;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) h2.elementor-heading-title {
  color: #0f5f8d !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem) !important;
  line-height: 1.35;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) h2.elementor-heading-title::after {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 12px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #e0b24f, #9f1239);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-grid--three > .e-con-inner {
  gap: clamp(14px, 2.4vw, 22px);
  margin-top: 22px;
  padding: clamp(14px, 2vw, 18px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(235, 248, 255, 0.72)),
    linear-gradient(90deg, rgba(56, 189, 248, 0.08), transparent 55%, rgba(159, 18, 57, 0.05));
  box-shadow: 0 22px 62px rgba(12, 74, 110, 0.08);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric {
  min-height: auto;
  border-color: rgba(56, 189, 248, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 250, 255, 0.94)) !important;
  box-shadow: 0 18px 42px rgba(15, 95, 141, 0.11);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric:nth-child(3)::before {
  background: linear-gradient(180deg, #38bdf8, #9f1239);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric::after {
  right: 24px;
  left: 24px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.42), transparent);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric > .e-con-inner {
  gap: 16px;
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 34px);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric .elementor-heading-title {
  max-width: none;
  color: #123047 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.35rem, 2vw, 1.85rem) !important;
  line-height: 1.35;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric .elementor-widget-text-editor,
:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric .elementor-widget-text-editor p {
  color: #465d6e !important;
  font-size: clamp(0.96rem, 1.2vw, 1.06rem);
  font-weight: 700;
  line-height: 1.85;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric s,
:is(.jr-el-overview-band--primary, .elementor-element-4720110) .jr-el-card--metric del {
  color: #7b8791;
  text-decoration-thickness: 1px;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-widget-google_maps {
  overflow: hidden;
  margin-top: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 8px;
  background: #eaf8ff;
  box-shadow: 0 22px 58px rgba(12, 74, 110, 0.12);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-widget-google_maps iframe {
  display: block;
  min-height: clamp(320px, 38vw, 470px);
  filter: saturate(0.98) contrast(0.98);
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-widget-button {
  margin-top: clamp(22px, 3vw, 34px);
}

.juku-revo-elementor-page :is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-widget-button .elementor-button {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #0ea5e9 0%, #1386bd 44%, #9f1239 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 42px rgba(14, 116, 144, 0.26),
    0 10px 30px rgba(159, 18, 57, 0.18) !important;
}

:is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-element-d5118db {
  margin-top: clamp(52px, 7vw, 92px);
  padding-top: clamp(28px, 4vw, 46px);
  border-top: 1px solid rgba(56, 189, 248, 0.18);
}

@media (max-width: 767px) {
  :is(.jr-el-overview-band--primary, .elementor-element-4720110) .elementor-element-d5118db {
    margin-top: 44px;
    padding-top: 28px;
  }
}

/* Bottom camp overview voyage section */
:is(.jr-el-bottom-overview, .elementor-element-9d670b4) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(78px, 9vw, 130px) !important;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4)::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(240, 251, 255, 0.38), rgba(255, 255, 255, 0.48) 42%, rgba(226, 246, 255, 0.34)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.58), transparent 28%),
    radial-gradient(circle at 78% 12%, rgba(56, 189, 248, 0.26), transparent 34%);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 36%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(3, 105, 161, 0.18));
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) > .e-con-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  gap: clamp(22px, 3vw, 34px);
  width: min(100% - 40px, 1320px);
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), rgba(236, 250, 255, 0.14)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(14, 165, 233, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 32px 90px rgba(12, 74, 110, 0.16);
  backdrop-filter: blur(6px);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) h2.elementor-heading-title {
  color: #0f5f8d !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem) !important;
  line-height: 1.35;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.62);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) h2.elementor-heading-title::after {
  display: block;
  width: 78px;
  height: 3px;
  margin-top: 12px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, #38bdf8, #e0b24f, #9f1239);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-grid--three > .e-con-inner {
  gap: clamp(16px, 2.2vw, 24px);
  margin-top: 0;
  width: 100%;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric {
  min-height: clamp(210px, 16vw, 250px);
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.64);
  background:
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 252, 244, 0.42)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 20px 54px rgba(12, 74, 110, 0.13);
  backdrop-filter: blur(10px) saturate(1.08);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #38bdf8, #e0b24f);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-bottom-overview-card--ticket::before,
:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric:nth-child(3)::before {
  background: linear-gradient(90deg, #38bdf8, #9f1239);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric > .e-con-inner {
  gap: 14px;
  justify-content: flex-start;
  padding: clamp(24px, 3vw, 36px);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric .elementor-heading-title {
  max-width: none;
  color: #553a42 !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(1.55rem, 2.35vw, 2.55rem) !important;
  line-height: 1.26;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric .elementor-widget-text-editor,
:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric .elementor-widget-text-editor p {
  color: #42596b !important;
  font-size: clamp(0.94rem, 1.05vw, 1.06rem);
  font-weight: 700;
  line-height: 1.75;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric .elementor-widget-text-editor p {
  margin: 0 0 0.55em;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric .elementor-widget-text-editor strong {
  color: #7a1733;
  font-weight: 900;
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-google_maps {
  overflow: hidden;
  margin-top: clamp(8px, 1.5vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 10px;
  background: rgba(234, 248, 255, 0.42);
  box-shadow:
    0 24px 70px rgba(12, 74, 110, 0.18),
    0 0 0 1px rgba(56, 189, 248, 0.12);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-google_maps iframe {
  display: block;
  min-height: clamp(330px, 33vw, 470px);
  opacity: 0.94;
  filter: saturate(1.02) contrast(0.98);
}

:is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-button {
  justify-self: center;
  margin-top: clamp(4px, 1.4vw, 12px);
}

.juku-revo-elementor-page :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-button .elementor-button {
  min-width: min(100%, 360px);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.44) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #7a1733 0%, #9f1239 58%, #0ea5e9 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 18px 42px rgba(122, 23, 51, 0.22),
    0 10px 30px rgba(14, 165, 233, 0.18) !important;
}

@media (max-width: 1024px) {
  :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-grid--three > .e-con-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  :is(.jr-el-bottom-overview, .elementor-element-9d670b4) {
    padding-block: 64px !important;
  }

  :is(.jr-el-bottom-overview, .elementor-element-9d670b4) > .e-con-inner {
    width: min(100% - 24px, 620px);
    padding: 18px;
    border-radius: 8px;
  }

  :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric {
    min-height: auto;
  }

  :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .jr-el-card--metric > .e-con-inner {
    padding: 22px;
  }

  .juku-revo-elementor-page :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-button,
  .juku-revo-elementor-page :is(.jr-el-bottom-overview, .elementor-element-9d670b4) .elementor-widget-button .elementor-button {
    width: 100%;
  }
}

/* Footer blue voyage refresh */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #123047 !important;
  background:
    linear-gradient(180deg, rgba(235, 249, 255, 0.9), rgba(255, 255, 255, 0.82) 46%, rgba(224, 245, 255, 0.88)),
    radial-gradient(circle at 15% 0%, rgba(126, 219, 255, 0.48), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 232, 166, 0.34), transparent 26%),
    url("assets/img/camp/camp-concept-scroll.png") center 58% / cover no-repeat;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.34), transparent) top center / 100% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.52)),
    repeating-linear-gradient(90deg, rgba(14, 165, 233, 0.08) 0 1px, transparent 1px 108px);
}

.site-footer::after {
  position: absolute;
  right: -8%;
  bottom: -120px;
  left: -8%;
  z-index: -1;
  height: 240px;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(56, 189, 248, 0.32), transparent 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(14, 116, 144, 0.18));
  filter: blur(2px);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
  padding: clamp(58px, 8vw, 94px) 0 28px;
}

.site-footer__brand,
.site-footer__actions {
  min-width: 0;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 250, 255, 0.78));
  box-shadow: 0 24px 70px rgba(12, 74, 110, 0.14);
  backdrop-filter: blur(12px);
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3.6vw, 42px);
}

.site-footer__logo {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  color: #123047 !important;
  text-decoration: none;
}

.site-footer__logo .brand__mark {
  background: linear-gradient(135deg, #168fcf 0%, #38bdf8 58%, #9f1239 100%);
  box-shadow: 0 14px 32px rgba(14, 116, 144, 0.24);
}

.site-footer__logo span:last-child {
  display: grid;
  gap: 2px;
}

.site-footer__logo strong,
.site-footer strong {
  color: #123047 !important;
}

.site-footer__logo small,
.site-footer__event span {
  color: #0b7eb5 !important;
}

.site-footer__brand p,
.site-footer__actions > p:not(.eyebrow),
.site-footer__bottom p {
  color: #4c6374 !important;
}

.site-footer__brand p {
  margin: 20px 0 0;
  font-size: clamp(0.96rem, 1.18vw, 1.06rem);
  font-weight: 800;
  line-height: 1.9;
}

.site-footer__event {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.site-footer__event span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(56, 189, 248, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
}

.site-footer__actions {
  justify-self: stretch;
  width: 100%;
  padding: clamp(28px, 4.6vw, 46px);
}

.site-footer__actions .eyebrow {
  margin: 0 0 12px;
  color: #fff !important;
  background: linear-gradient(135deg, #168fcf 0%, #38bdf8 58%, #9f1239 100%) !important;
}

.site-footer__actions h2 {
  max-width: 12em;
  margin: 0;
  color: #4c0f24 !important;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3.3vw, 3.05rem);
  line-height: 1.18;
  letter-spacing: 0;
}

.site-footer__actions > p:not(.eyebrow) {
  max-width: 44em;
  margin: 16px 0 0;
  font-size: clamp(0.96rem, 1.15vw, 1.05rem);
  font-weight: 800;
  line-height: 1.85;
}

.site-footer__action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.site-footer__action {
  position: relative;
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 142px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 8px;
  color: #123047 !important;
  text-decoration: none;
  background:
    radial-gradient(circle at 94% 12%, rgba(126, 219, 255, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(235, 249, 255, 0.84));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 18px 42px rgba(12, 74, 110, 0.1);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-footer__action::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  content: "";
  background: linear-gradient(90deg, #38bdf8, #7edbff, #f0c25a);
}

.site-footer__action:hover,
.site-footer__action:focus-visible {
  border-color: rgba(159, 18, 57, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 24px 56px rgba(12, 74, 110, 0.16);
  transform: translateY(-2px);
}

.site-footer__action span {
  color: inherit !important;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(1.18rem, 1.8vw, 1.65rem);
  font-weight: 900;
  line-height: 1.28;
}

.site-footer__action small {
  color: #53697a !important;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.55;
}

.site-footer__action--primary {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(circle at 96% 0%, rgba(126, 219, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #0ea5e9 0%, #1378ab 42%, #9f1239 100%);
  box-shadow: 0 22px 52px rgba(14, 116, 144, 0.2), 0 16px 38px rgba(159, 18, 57, 0.16);
}

.site-footer__action--primary::before {
  background: linear-gradient(90deg, #fff, rgba(240, 194, 90, 0.88), rgba(255, 255, 255, 0.18));
}

.site-footer__action--primary small {
  color: rgba(255, 255, 255, 0.82) !important;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  padding: 20px 0 34px;
  border-top: 1px solid rgba(56, 189, 248, 0.22);
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-footer {
    background-position: center top;
  }

  .site-footer__inner {
    padding-top: 48px;
  }

  .site-footer__brand,
  .site-footer__actions {
    padding: 24px;
  }

  .site-footer__actions h2 {
    max-width: none;
    font-size: clamp(1.52rem, 7vw, 2.05rem);
  }

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

  .site-footer__action {
    min-height: 118px;
  }
}
