/* WSB — World Students Bridge
   Page-specific styles. The shared JCEC header and footer are intentionally
   managed separately in assets/layout. */

.wsb-page {
  --wsb-ink: #172234;
  --wsb-muted: #697486;
  --wsb-navy: #102b4e;
  --wsb-navy-deep: #07182d;
  --wsb-red: #c5233e;
  --wsb-red-dark: #a91931;
  --wsb-gold: #d7ab73;
  --wsb-gold-pale: #f0dcc0;
  --wsb-cream: #f8f5ef;
  --wsb-paper: #fffdf9;
  --wsb-line: rgba(16, 43, 78, .12);
  overflow-x: clip;
  background: var(--wsb-cream);
  color: var(--wsb-ink);
}

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

.wsb-page :where(h1, h2, h3, p, dl, dd, blockquote, figure) {
  margin-top: 0;
}

.wsb-page :where(a, button):focus-visible {
  outline: 3px solid var(--wsb-gold);
  outline-offset: 4px;
}

.wsb-container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.wsb-section {
  position: relative;
  scroll-margin-top: 92px;
}

.wsb-section-label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: var(--wsb-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.wsb-section-label::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.wsb-section h2 {
  margin-bottom: 0;
  color: var(--wsb-navy);
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: clamp(34px, 4.4vw, 54px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.38;
}

.wsb-section h2 > span,
.wsb-section h2 small {
  display: block;
}

.wsb-section h2 small {
  margin-top: 10px;
  color: var(--wsb-muted);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 1.25vw, 14px);
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.5;
}

/* Hero */
.wsb-hero {
  position: relative;
  display: grid;
  min-height: max(660px, calc(100svh - var(--jcec-header-height, 68px)));
  place-items: center;
  overflow: hidden;
  background: var(--wsb-navy-deep) url("../../images/wsb/hero.JPG") center 44% / cover no-repeat;
  color: #fff;
  isolation: isolate;
}

.wsb-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 15%, rgba(197, 35, 62, .28), transparent 35%),
    linear-gradient(180deg, rgba(7, 24, 45, .74) 0%, rgba(4, 15, 29, .59) 48%, rgba(5, 18, 34, .9) 100%);
}

.wsb-hero-shade::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 24, 45, .18), transparent 38%, rgba(7, 24, 45, .12));
  content: "";
}

.wsb-hero-content {
  width: min(920px, calc(100% - 48px));
  padding: clamp(68px, 9vh, 104px) 0 clamp(104px, 15vh, 146px);
  text-align: center;
}

.wsb-hero-logo {
  display: block;
  width: clamp(68px, 7vw, 88px);
  height: clamp(68px, 7vw, 88px);
  margin: 0 auto 18px;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(0, 0, 0, .32);
}

.wsb-eyebrow {
  display: inline-flex;
  min-height: 34px;
  margin: 0 0 21px;
  padding: 7px 17px;
  align-items: center;
  border: 1px solid rgba(240, 220, 192, .44);
  border-radius: 999px;
  background: rgba(6, 20, 38, .32);
  color: var(--wsb-gold-pale);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.wsb-hero h1 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", Georgia, serif;
  font-size: clamp(49px, 8vw, 92px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.02;
  text-shadow: 0 5px 28px rgba(0, 0, 0, .35);
  text-wrap: balance;
}

.wsb-hero-jp {
  margin: 17px 0 0;
  color: var(--wsb-gold-pale);
  font-size: clamp(20px, 2.7vw, 31px);
  font-weight: 700;
  letter-spacing: .2em;
}

.wsb-hero-copy {
  max-width: 740px;
  margin: 27px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.9;
}

.wsb-hero-copy span {
  display: block;
}

.wsb-hero-copy span + span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: .86em;
  letter-spacing: .02em;
}

.wsb-hero-actions {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.wsb-button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 25px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.wsb-button span {
  margin-left: 4px;
  font-size: .86em;
  opacity: .7;
}

.wsb-button:hover {
  color: #fff;
  transform: translateY(-3px);
}

.wsb-button-primary {
  background: linear-gradient(135deg, #d22b48, var(--wsb-red-dark));
  box-shadow: 0 12px 30px rgba(197, 35, 62, .35);
}

.wsb-button-primary:hover {
  box-shadow: 0 16px 38px rgba(197, 35, 62, .45);
}

.wsb-button-secondary {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(8px);
}

.wsb-button-secondary:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .12);
}

.wsb-stats {
  display: grid;
  width: min(610px, 100%);
  margin: clamp(38px, 5vh, 52px) auto 0;
  padding: 24px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.wsb-stats div {
  position: relative;
  min-width: 0;
  padding: 0 14px;
}

.wsb-stats div + div::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, .13);
  content: "";
}

.wsb-stats dt {
  color: var(--wsb-gold-pale);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  line-height: 1;
}

.wsb-stats dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wsb-scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: flex;
  gap: 9px;
  align-items: center;
  flex-direction: column;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.wsb-scroll-cue i {
  display: block;
  width: 1px;
  height: 32px;
  background: linear-gradient(var(--wsb-gold), transparent);
}

/* Mission */
.wsb-about {
  padding: clamp(84px, 10vw, 132px) 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(215, 171, 115, .11), transparent 34%),
    var(--wsb-cream);
}

.wsb-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .82fr);
  gap: clamp(54px, 8vw, 100px);
  align-items: center;
}

.wsb-about-content,
.wsb-about-visual {
  min-width: 0;
}

.wsb-about-lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: #3f4a59;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 2;
}

.wsb-about-lead strong {
  color: var(--wsb-navy);
}

.wsb-about-copy {
  max-width: 690px;
  margin: 19px 0 0;
  color: var(--wsb-muted);
  font-size: 15px;
  line-height: 2;
}

.wsb-values {
  display: grid;
  margin-top: 38px;
  gap: 12px;
}

.wsb-value {
  display: grid;
  min-width: 0;
  padding: 18px 20px;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(16, 43, 78, .09);
  border-radius: 16px;
  background: rgba(255, 253, 249, .82);
  box-shadow: 0 7px 28px rgba(16, 43, 78, .035);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.wsb-value:hover {
  border-color: rgba(197, 35, 62, .2);
  box-shadow: 0 12px 32px rgba(16, 43, 78, .08);
  transform: translateY(-2px);
}

.wsb-value-mark {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  border-radius: 13px;
  background: rgba(197, 35, 62, .08);
  color: var(--wsb-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.wsb-value h3 {
  margin: 0 0 5px;
  color: var(--wsb-navy);
  font-size: 17px;
}

.wsb-value h3 small {
  display: inline;
  margin-left: 5px;
  color: var(--wsb-red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsb-value p {
  margin: 0;
  color: var(--wsb-muted);
  font-size: 13px;
  line-height: 1.7;
}

.wsb-about-visual {
  position: relative;
  width: min(100%, 480px);
  margin-inline: auto;
}

.wsb-about-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  background: #d9dde0;
  box-shadow: 0 28px 68px rgba(16, 43, 78, .2);
}

.wsb-about-image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: inherit;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .05);
  content: "";
  pointer-events: none;
}

.wsb-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.wsb-about-visual figcaption {
  position: absolute;
  right: -24px;
  bottom: 35px;
  display: flex;
  max-width: 260px;
  padding: 14px 18px 14px 14px;
  gap: 13px;
  align-items: center;
  border: 1px solid rgba(16, 43, 78, .08);
  border-radius: 16px;
  background: rgba(255, 253, 249, .94);
  color: var(--wsb-muted);
  box-shadow: 0 16px 44px rgba(16, 43, 78, .18);
  font-size: 11px;
  line-height: 1.5;
  backdrop-filter: blur(12px);
}

.wsb-about-visual figcaption img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
}

.wsb-about-visual figcaption strong {
  display: block;
  margin-bottom: 2px;
  color: var(--wsb-navy);
  font-size: 13px;
}

/* Shared headings and carousel tools */
.wsb-section-heading {
  display: flex;
  margin-bottom: 46px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

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

.wsb-section-heading-dark h2 small {
  color: rgba(255, 255, 255, .48);
}

.wsb-section-heading-dark .wsb-section-label {
  color: var(--wsb-gold);
}

.wsb-scroller-tools {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
}

.wsb-scroller-tools > p {
  min-width: 55px;
  margin: 0;
  color: var(--wsb-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
}

.wsb-section-heading-dark .wsb-scroller-tools > p {
  color: rgba(255, 255, 255, .54);
}

.wsb-scroller-tools > div {
  display: flex;
  gap: 8px;
}

.wsb-scroller-tools button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(16, 43, 78, .16);
  border-radius: 50%;
  background: transparent;
  color: var(--wsb-navy);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.wsb-section-heading-dark .wsb-scroller-tools button {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.wsb-scroller-tools button:hover:not(:disabled) {
  border-color: var(--wsb-red);
  background: var(--wsb-red);
  color: #fff;
}

.wsb-scroller-tools button:disabled {
  opacity: .3;
  cursor: default;
}

/* Events */
.wsb-events {
  padding: clamp(82px, 9vw, 122px) 0 clamp(76px, 9vw, 112px);
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 0%, rgba(197, 35, 62, .18), transparent 31%),
    linear-gradient(145deg, var(--wsb-navy-deep), var(--wsb-navy));
  color: #fff;
}

.wsb-event-scroller,
.wsb-message-scroller {
  width: 100%;
}

.wsb-event-track,
.wsb-message-track {
  display: flex;
  overflow-x: auto;
  padding: 8px max(24px, calc((100vw - 1180px) / 2)) 30px;
  gap: 22px;
  scroll-behavior: smooth;
  scroll-padding-inline: max(24px, calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(215, 171, 115, .48) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.wsb-event-card {
  position: relative;
  width: clamp(292px, 30vw, 360px);
  height: clamp(420px, 43vw, 480px);
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: #0a1d34;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
  scroll-snap-align: start;
}

.wsb-event-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.wsb-event-card:hover img {
  transform: scale(1.045);
}

.wsb-event-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 30px;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(180deg, transparent 24%, rgba(6, 20, 38, .26) 49%, rgba(5, 18, 34, .97) 100%);
}

.wsb-event-tag {
  align-self: flex-start;
  margin-bottom: 13px;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--wsb-gold);
  color: var(--wsb-navy-deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wsb-event-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(23px, 2.2vw, 29px);
  line-height: 1.25;
}

.wsb-event-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.75;
}

.wsb-event-card small {
  margin-top: 13px;
  color: var(--wsb-gold-pale);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
}

.wsb-swipe-hint {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  margin: 8px auto 0;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .43);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.wsb-swipe-hint span {
  position: relative;
  display: block;
  width: 38px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .22);
}

.wsb-swipe-hint span::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 16px;
  background: var(--wsb-gold);
  content: "";
}

/* Leadership */
.wsb-leadership {
  padding: clamp(84px, 9vw, 120px) 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 43, 78, .032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 43, 78, .032) 1px, transparent 1px),
    var(--wsb-paper);
  background-size: 40px 40px;
}

.wsb-message-track {
  scrollbar-color: rgba(16, 43, 78, .2) transparent;
}

.wsb-message-card {
  position: relative;
  display: flex;
  width: min(390px, calc(100vw - 48px));
  min-height: 360px;
  padding: 34px;
  flex: 0 0 auto;
  flex-direction: column;
  border: 1px solid var(--wsb-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(16, 43, 78, .08);
  scroll-snap-align: start;
}

.wsb-message-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 22px 22px 0 0;
  background: var(--wsb-red);
  content: "";
}

.wsb-message-card:nth-child(2)::before {
  background: var(--wsb-gold);
}

.wsb-message-card:nth-child(3)::before {
  background: var(--wsb-navy);
}

.wsb-quote {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: rgba(197, 35, 62, .08);
  color: var(--wsb-red);
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.wsb-message-card blockquote {
  margin: 0 0 28px;
  color: #4c5867;
  font-size: 14px;
  font-style: normal;
  line-height: 1.95;
}

.wsb-message-card footer {
  display: flex;
  margin-top: auto;
  padding-top: 20px;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(16, 43, 78, .08);
}

.wsb-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border: 2px solid rgba(197, 35, 62, .18);
  border-radius: 50%;
  object-fit: cover;
}

.wsb-avatar-placeholder {
  background: linear-gradient(145deg, var(--wsb-navy), #234f78);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.wsb-message-card footer strong,
.wsb-message-card footer small {
  display: block;
}

.wsb-message-card footer strong {
  color: var(--wsb-navy);
  font-size: 15px;
}

.wsb-message-card footer small {
  margin-top: 3px;
  color: var(--wsb-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wsb-swipe-hint-dark {
  color: rgba(16, 43, 78, .45);
}

.wsb-swipe-hint-dark span {
  background: rgba(16, 43, 78, .16);
}

.wsb-swipe-hint-dark span::after {
  background: var(--wsb-red);
}

/* Visit */
.wsb-visit {
  padding: clamp(82px, 9vw, 120px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, rgba(197, 35, 62, .22), transparent 31%),
    radial-gradient(circle at 4% 92%, rgba(215, 171, 115, .13), transparent 28%),
    linear-gradient(145deg, #061529, #102d52);
  color: #fff;
}

.wsb-visit-heading {
  max-width: 740px;
  margin: 0 auto 50px;
  text-align: center;
}

.wsb-visit-heading .wsb-section-label {
  color: var(--wsb-gold);
}

.wsb-visit-heading .wsb-section-label::before {
  display: none;
}

.wsb-visit-heading h2 {
  color: #fff;
  font-size: clamp(40px, 6vw, 68px);
}

.wsb-visit-heading > p:last-child {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.wsb-visit-main {
  display: grid;
  padding: clamp(28px, 4vw, 48px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 26px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 26px 68px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.wsb-visit-main article {
  position: relative;
  min-width: 0;
  padding: 6px clamp(18px, 4vw, 48px);
  text-align: center;
}

.wsb-visit-main article + article {
  border-left: 1px solid rgba(255, 255, 255, .11);
}

.wsb-visit-number {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px solid rgba(215, 171, 115, .3);
  border-radius: 50%;
  color: var(--wsb-gold);
  font-size: 10px;
  font-weight: 900;
}

.wsb-visit-main article > p {
  margin: 0 0 10px;
  color: var(--wsb-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wsb-visit-main h3 {
  margin: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.5;
}

.wsb-visit-main small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1.7;
}

.wsb-contact-grid {
  display: grid;
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wsb-contact-card {
  display: grid;
  min-width: 0;
  min-height: 112px;
  padding: 24px;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
  color: #fff;
  text-decoration: none;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

a.wsb-contact-card:hover {
  border-color: rgba(215, 171, 115, .34);
  background: rgba(255, 255, 255, .075);
  color: #fff;
  transform: translateY(-2px);
}

.wsb-contact-card > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  background: rgba(215, 171, 115, .11);
  color: var(--wsb-gold-pale);
  font-size: 18px;
  font-weight: 700;
}

.wsb-contact-card small,
.wsb-contact-card strong,
.wsb-contact-card p {
  display: block;
  min-width: 0;
}

.wsb-contact-card small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wsb-contact-card strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 13px;
}

.wsb-contact-card p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .49);
  font-size: 10px;
  line-height: 1.6;
}

.wsb-contact-card > i {
  color: var(--wsb-gold);
  font-style: normal;
}

.wsb-instagram {
  display: flex;
  min-height: 94px;
  margin-top: 18px;
  padding: 18px 23px;
  gap: 15px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(131, 58, 180, .16), rgba(253, 29, 29, .12), rgba(252, 176, 69, .13));
  color: #fff;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease;
}

.wsb-instagram:hover {
  border-color: rgba(252, 176, 69, .34);
  color: #fff;
  transform: translateY(-2px);
}

.wsb-instagram img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  object-fit: cover;
}

.wsb-instagram span {
  min-width: 0;
}

.wsb-instagram small,
.wsb-instagram strong {
  display: block;
}

.wsb-instagram small {
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wsb-instagram strong {
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
}

.wsb-instagram i {
  margin-left: auto;
  color: var(--wsb-gold);
  font-style: normal;
  font-size: 18px;
}

@media (max-width: 900px) {
  .wsb-about-grid {
    grid-template-columns: 1fr;
  }

  .wsb-about-content {
    max-width: 720px;
  }

  .wsb-about-visual {
    width: min(82vw, 520px);
  }

  .wsb-section-heading {
    align-items: center;
  }
}

@media (max-width: 700px) {
  .wsb-container,
  .wsb-swipe-hint {
    width: min(100% - 32px, 1180px);
  }

  .wsb-hero {
    min-height: max(660px, calc(100svh - var(--jcec-header-height, 68px)));
    background-position: 58% center;
  }

  .wsb-hero-content {
    width: calc(100% - 32px);
    padding: 56px 0 98px;
  }

  .wsb-hero-logo {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
  }

  .wsb-eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
    letter-spacing: .17em;
  }

  .wsb-hero h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .wsb-hero-jp {
    margin-top: 13px;
    font-size: 19px;
    letter-spacing: .14em;
  }

  .wsb-hero-copy {
    margin-top: 21px;
    font-size: 13px;
    line-height: 1.75;
  }

  .wsb-hero-copy span + span {
    display: none;
  }

  .wsb-hero-actions {
    margin-top: 25px;
  }

  .wsb-button {
    width: min(100%, 300px);
  }

  .wsb-stats {
    margin-top: 32px;
    padding-top: 20px;
  }

  .wsb-stats div {
    padding-inline: 8px;
  }

  .wsb-stats dt {
    font-size: 27px;
  }

  .wsb-stats dd {
    font-size: 7px;
    letter-spacing: .1em;
  }

  .wsb-scroll-cue {
    display: none;
  }

  .wsb-about,
  .wsb-leadership,
  .wsb-visit {
    padding-block: 76px;
  }

  .wsb-about-grid {
    gap: 47px;
  }

  .wsb-section h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  .wsb-about-lead {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.9;
  }

  .wsb-about-copy {
    font-size: 14px;
    line-height: 1.9;
  }

  .wsb-value {
    padding: 15px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .wsb-value-mark {
    width: 42px;
    height: 42px;
  }

  .wsb-about-visual {
    width: calc(100% - 18px);
    margin-left: 0;
  }

  .wsb-about-visual figcaption {
    right: -18px;
    bottom: 22px;
    max-width: 225px;
    padding: 11px 14px 11px 11px;
  }

  .wsb-about-visual figcaption img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .wsb-events {
    padding-block: 76px 70px;
  }

  .wsb-section-heading {
    margin-bottom: 34px;
    align-items: flex-end;
  }

  .wsb-scroller-tools > p {
    display: none;
  }

  .wsb-scroller-tools button {
    width: 40px;
    height: 40px;
  }

  .wsb-event-track,
  .wsb-message-track {
    padding-inline: 16px;
    scroll-padding-inline: 16px;
  }

  .wsb-event-card {
    width: calc(100vw - 48px);
    height: min(470px, 118vw);
  }

  .wsb-event-overlay {
    padding: 25px;
  }

  .wsb-message-card {
    width: calc(100vw - 48px);
    min-height: 350px;
    padding: 29px;
  }

  .wsb-visit-main,
  .wsb-contact-grid {
    grid-template-columns: 1fr;
  }

  .wsb-visit-main {
    padding: 8px 25px;
  }

  .wsb-visit-main article {
    padding: 28px 0;
  }

  .wsb-visit-main article + article {
    border-top: 1px solid rgba(255, 255, 255, .11);
    border-left: 0;
  }

  .wsb-contact-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 20px;
  }
}

@media (max-width: 420px) {
  .wsb-section-heading {
    display: block;
  }

  .wsb-scroller-tools {
    margin-top: 24px;
  }

  .wsb-event-card,
  .wsb-message-card {
    width: calc(100vw - 40px);
  }

  .wsb-contact-card {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .wsb-contact-card > i {
    display: none;
  }

  .wsb-instagram {
    padding-inline: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wsb-page *,
  .wsb-page *::before,
  .wsb-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
