/**
 * Homepage — Full-screen corporate welcome (rich previous style)
 */

.welcome-home {
  --wh-gold: #f7c637;
  --wh-gold-dark: #d4a52e;
  --wh-gold-light: #fce9a8;
  --wh-gold-pale: #fef9e7;
  --wh-navy: #15334d;
  --wh-navy-deep: #0c2236;
  --wh-navy-mid: #1e4a6a;
  --wh-text: #1e293b;
  --wh-muted: #64748b;
  width: 100%;
  position: relative;
}

/* Section stages — content-driven height, tighter vertical rhythm */
.welcome-home__stage {
  width: 100%;
  min-height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.welcome-home__stage-inner,
.welcome-highlights__inner,
.welcome-experience__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(2rem, 4vh, 2.75rem) clamp(1.25rem, 4vw, 2.5rem);
  position: relative;
  z-index: 2;
}

/* ─── Letter stage ─── */
.welcome-home__stage--letter {
  background: linear-gradient(180deg, var(--wh-gold-pale) 0%, #fff 35%, #f8fafc 100%);
}

.welcome-home__stage--letter .welcome-home__stage-inner {
  padding-top: clamp(2.5rem, 5vh, 3.25rem);
  padding-bottom: clamp(2.5rem, 5vh, 3.25rem);
}

.welcome-home__stage--letter .welcome-home__stage-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(247, 198, 55, 0.05) 25%, transparent 25%),
    linear-gradient(225deg, rgba(21, 51, 77, 0.03) 25%, transparent 25%);
  background-size: 56px 56px;
  pointer-events: none;
}

.welcome-home__stage--letter::after {
  content: '';
  position: absolute;
  right: -15%;
  top: 20%;
  width: min(50vw, 500px);
  height: min(50vw, 500px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 198, 55, 0.15) 0%, transparent 65%);
  pointer-events: none;
}

/* Letter card — previous rich style */
.welcome-letter {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  box-shadow:
    0 4px 6px rgba(21, 51, 77, 0.04),
    0 24px 60px rgba(21, 51, 77, 0.1);
  border: none;
  overflow: hidden;
}

.welcome-letter__inner {
  padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 3.5vw, 2.5rem);
}

.welcome-letter__salutation {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--wh-navy);
  margin: 0 0 1.75rem;
  padding-bottom: 0;
}

.welcome-letter p {
  font-size: clamp(1.0625rem, 1.75vw, 1.1875rem);
  line-height: 1.85;
  color: var(--wh-text);
  margin: 0 0 1.35rem;
}

.welcome-letter strong {
  font-weight: 700;
  color: var(--wh-navy);
}

/* Theme box — previous gold block */
.welcome-letter__theme-wrap {
  margin: 2rem 0;
}

.welcome-letter__theme-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--wh-gold-dark);
  margin-bottom: 0.6rem;
  text-align: center;
}

.welcome-letter__theme {
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2rem) clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  font-size: clamp(1.2rem, 2.8vw, 1.5rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
  color: var(--wh-navy);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 40%, var(--wh-gold) 100%);
  border-radius: 20px;
  border: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 12px 32px rgba(247, 198, 55, 0.35);
  position: relative;
}

.welcome-letter__theme::before {
  content: '\201C';
  position: absolute;
  top: 0.15rem;
  left: 1.25rem;
  font-size: 3.5rem;
  line-height: 1;
  color: rgba(21, 51, 77, 0.1);
  font-style: normal;
  font-weight: 800;
}

.welcome-letter__closing {
  margin-top: 2rem !important;
  padding: 1.75rem 2rem !important;
  background: var(--wh-gold-pale);
  border-radius: 16px;
  border: none;
  box-shadow: 0 4px 20px rgba(247, 198, 55, 0.15);
}

.welcome-letter__invite {
  text-align: center !important;
  font-size: clamp(1.125rem, 2vw, 1.3125rem) !important;
  margin: 2rem 0 0 !important;
}

.welcome-letter__signoff {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: none;
}

.welcome-letter__signoff p {
  margin-bottom: 0.4rem;
}

.welcome-letter__committee {
  font-weight: 800 !important;
  font-size: 1.1875rem !important;
  color: var(--wh-navy) !important;
  margin-top: 0.5rem !important;
}

.welcome-letter__chapter {
  font-size: 0.9375rem !important;
  color: var(--wh-muted) !important;
  font-style: italic;
}

/* ─── Highlights stage — navy band (premium spacing) ─── */
.welcome-home__stage--highlights {
  background: linear-gradient(165deg, var(--wh-navy-deep) 0%, var(--wh-navy) 45%, var(--wh-navy-mid) 100%);
  position: relative;
}

.welcome-home__stage--highlights::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(247, 198, 55, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(247, 198, 55, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.welcome-home__stage--highlights .welcome-highlights__inner {
  padding-top: clamp(3rem, 6vh, 4rem);
  padding-bottom: clamp(3rem, 6vh, 4rem);
  position: relative;
  z-index: 2;
}

.welcome-highlights {
  width: 100%;
}

.welcome-highlights__header {
  text-align: center;
  max-width: min(1100px, 96vw);
  margin: 0 auto 2.5rem;
  padding-bottom: 0;
}

.welcome-highlights__header .section-label {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--wh-navy);
  margin-bottom: 0.75rem;
  padding: 0.45rem 1.25rem;
  background: linear-gradient(135deg, var(--wh-gold) 0%, #f9d66d 100%);
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(247, 198, 55, 0.35);
}

.welcome-highlights__header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.875rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.welcome-highlights__header p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  font-size: clamp(0.9375rem, 1.35vw, 1.125rem);
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .welcome-highlights__header p {
    white-space: normal;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.65;
  }
}

.welcome-highlights__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) {
  .welcome-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1100px) {
  .welcome-highlights__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}

.welcome-highlight-card {
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem 1.25rem 1.5rem;
  text-align: center;
  border: none;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.04),
    0 12px 36px rgba(0, 0, 0, 0.14);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.welcome-highlight-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.08),
    0 24px 48px rgba(0, 0, 0, 0.2);
}

.welcome-highlight-card__icon {
  width: 56px;
  height: 56px;
  margin: 0.5rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--wh-gold) 0%, #f9d66d 100%);
  color: var(--wh-navy);
  border-radius: 14px;
  font-size: 1.375rem;
  box-shadow: 0 6px 18px rgba(247, 198, 55, 0.4);
}

.welcome-highlight-card h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--wh-navy);
  letter-spacing: -0.01em;
}

.welcome-highlight-card p {
  font-size: 0.875rem;
  color: var(--wh-muted);
  margin: 0;
  line-height: 1.6;
  flex: 1;
}

/* Large screens — wider letter, more cinematic padding */
@media (min-width: 1400px) {
  .welcome-home__stage-inner,
  .welcome-highlights__inner {
    max-width: 1320px;
  }

  .welcome-letter__inner {
    padding: 2.5rem 3rem;
  }
}
