body.rfs-summer-2026-page {
  overflow-x: hidden;
  background: #faf8f3;
}

body.rfs-summer-2026-page .entry-header,
body.rfs-summer-2026-page .entry-title,
body.rfs-summer-2026-page .page-title,
body.rfs-summer-2026-page .wp-block-post-title {
  display: none !important;
}

body.rfs-summer-2026-page .entry-content {
  max-width: none !important;
  margin-block: 0 !important;
  padding: 0 !important;
}

.rfs-summer-lp,
.rfs-summer-lp *,
.rfs-summer-lp *::before,
.rfs-summer-lp *::after {
  box-sizing: border-box;
}

.rfs-summer-lp {
  --rfs-ivory: #faf8f3;
  --rfs-paper: #fffefa;
  --rfs-navy: #263249;
  --rfs-sage: #68a8a3;
  --rfs-line: #35b96f;
  --rfs-instagram: #535d7c;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(213, 235, 236, 0.28), transparent 30rem),
    var(--rfs-ivory);
  color: var(--rfs-navy);
  font-family:
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.rfs-summer-lp a {
  color: inherit;
  text-decoration: none;
}

.rfs-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.rfs-site-shell {
  display: block;
  width: min(100%, 700px);
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 84px;
  overflow: hidden;
  background: var(--rfs-paper);
  box-shadow: 0 0 42px rgba(49, 65, 82, 0.1);
}

.rfs-summer-lp .rfs-story-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  vertical-align: middle;
}

.rfs-contact-section {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: clamp(34px, 7vw, 54px) clamp(22px, 6vw, 46px);
  background:
    radial-gradient(circle at 95% 8%, rgba(170, 216, 218, 0.26), transparent 17rem),
    linear-gradient(145deg, #fffdf9 0%, #f8f5ee 100%);
  border-block: 1px solid rgba(74, 99, 115, 0.08);
}

.rfs-contact-section::before {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(102, 168, 163, 0.2);
  border-radius: 22px;
  content: "";
  pointer-events: none;
}

.rfs-contact-section--final {
  padding-bottom: clamp(46px, 9vw, 70px);
  background:
    radial-gradient(circle at 100% 0%, rgba(174, 220, 223, 0.34), transparent 21rem),
    linear-gradient(145deg, #fffefa 0%, #f6f3ec 100%);
}

.rfs-contact-inner {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
}

.rfs-contact-kicker {
  margin: 0 0 11px !important;
  padding: 0 !important;
  color: var(--rfs-sage);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.rfs-contact-section h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rfs-navy);
  font-family:
    "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: clamp(1.55rem, 5vw, 2.15rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-transform: none;
}

.rfs-contact-copy {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  color: #4f5a6d;
  font-size: clamp(0.92rem, 3.3vw, 1.05rem);
  font-weight: 500;
  line-height: 1.95;
}

.rfs-seo-copy {
  margin: 22px 0 0;
  padding: 18px 19px;
  border: 1px solid rgba(102, 168, 163, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #4f5a6d;
  text-align: left;
}

.rfs-seo-copy h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: var(--rfs-navy);
  font-family:
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui,
    sans-serif;
  font-size: clamp(0.95rem, 3.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-transform: none;
}

.rfs-seo-copy p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(0.84rem, 3vw, 0.94rem);
  font-weight: 500;
  line-height: 1.9;
}

.rfs-seo-copy p + p {
  margin-top: 8px !important;
}

.rfs-contact-buttons {
  display: grid;
  gap: 11px;
  margin-top: 25px;
}

.rfs-contact-button {
  display: flex !important;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 !important;
  padding: 13px 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  font-size: clamp(0.88rem, 3.4vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(45, 65, 77, 0.12);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.rfs-contact-button--line {
  background: linear-gradient(135deg, #3abe74, #2da963) !important;
}

.rfs-contact-button--instagram {
  background: linear-gradient(135deg, #66708f, #45506f) !important;
}

.rfs-contact-button:hover {
  color: #fff !important;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(45, 65, 77, 0.17);
}

.rfs-contact-button:focus-visible,
.rfs-fixed-dock__button:focus-visible {
  outline: 3px solid rgba(230, 111, 120, 0.42);
  outline-offset: 3px;
}

.rfs-program-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 22px 0 0;
}

.rfs-program-details span {
  padding: 7px 11px;
  border: 1px solid rgba(102, 168, 163, 0.23);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #5b6677;
  font-size: clamp(0.72rem, 2.8vw, 0.82rem);
  font-weight: 600;
  line-height: 1.35;
}

.rfs-fixed-dock {
  position: fixed;
  z-index: 99999;
  right: auto;
  bottom: 12px;
  left: 50%;
  display: block;
  width: min(calc(100% - 24px), 680px);
  margin: 0;
  padding: 8px;
  transform: translateX(-50%);
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(58, 78, 91, 0.1);
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(43, 58, 71, 0.15);
  backdrop-filter: blur(14px);
}

.rfs-fixed-dock__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8px;
}

.rfs-fixed-dock__button {
  display: flex !important;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 5px 16px rgba(44, 62, 73, 0.12);
}

.rfs-fixed-dock__button--line {
  background: var(--rfs-line) !important;
}

.rfs-fixed-dock__button--instagram {
  background: var(--rfs-instagram) !important;
}

@media (min-width: 640px) {
  .rfs-contact-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .rfs-contact-button {
    min-height: 60px;
  }
}

@media (max-width: 760px) {
  .rfs-site-shell {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
    box-shadow: none;
  }

  .rfs-fixed-dock {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    transform: none;
    background: rgba(255, 253, 249, 0.92);
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: 0 -8px 26px rgba(43, 58, 71, 0.1);
  }

  .rfs-fixed-dock__inner {
    max-width: 680px;
    margin: 0 auto;
  }

  .rfs-fixed-dock__button {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rfs-contact-button {
    transition: none;
  }
}
