/* ============================================================
   PULSE — home page-specific styles
   (entry chooser + full-bleed dual-gender hero + story split —
   the parts of the home page that no other page reuses.
   Shared blocks like header/footer/CTA/steps/benefits live in style.css.)
   ============================================================ */

/* ---------------------------------------------------------- */
/* ENTRY: split man/vrouw chooser                              */
/* ---------------------------------------------------------- */

.entry-split {
  position: relative;
  display: flex;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: #2C2822;
}

.entry-half {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
  transition: flex-grow .55s cubic-bezier(.4, 0, .2, 1);
  border: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  color: inherit;
}

.entry-split[data-hover="haar"] .entry-half--haar { flex-grow: 1.25; }
.entry-split[data-hover="haar"] .entry-half--hem { flex-grow: .85; }
.entry-split[data-hover="hem"] .entry-half--hem { flex-grow: 1.25; }
.entry-split[data-hover="hem"] .entry-half--haar { flex-grow: .85; }

.entry-half__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
}

.entry-half__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.entry-half--haar .entry-half__scrim {
  background: linear-gradient(180deg, rgba(44, 25, 33, .28) 0%, rgba(44, 25, 33, .06) 32%, rgba(44, 25, 33, .62) 100%);
}

.entry-half--hem .entry-half__scrim {
  background: linear-gradient(180deg, rgba(24, 31, 26, .28) 0%, rgba(24, 31, 26, .06) 32%, rgba(24, 31, 26, .62) 100%);
}

.entry-half__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 56px;
  pointer-events: none;
}

.entry-half--haar .entry-half__content {
  align-items: flex-start;
}

.entry-half--hem .entry-half__content {
  align-items: flex-end;
  text-align: right;
}

.entry-eyebrow {
  font: 600 12px/1 var(--font-sans);
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 18px;
}

.entry-title {
  font: 400 clamp(34px, 3.6vw, 50px)/1.05 var(--font-serif);
  color: #FBF8F2;
  margin: 0 0 20px;
  max-width: 16ch;
}

.entry-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 600 13px/1 var(--font-sans);
  letter-spacing: .04em;
  color: #2C2822;
  background: #FBF8F2;
  padding: 13px 22px;
  border-radius: 2px;
  transition: transform .4s, opacity .4s;
}

.entry-split[data-hover="hem"] .entry-half--haar .entry-cta { opacity: .5; }
.entry-split[data-hover="haar"] .entry-half--hem .entry-cta { opacity: .5; }

.entry-center-scrim {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 96vw);
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(ellipse 58% 46% at 50% 20%, rgba(18, 14, 12, .62) 0%, rgba(18, 14, 12, .34) 42%, rgba(18, 14, 12, 0) 72%);
}

.entry-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: min(560px, 86vw);
  text-align: center;
  padding: 52px 24px;
  pointer-events: none;
  text-shadow: 0 1px 22px rgba(0, 0, 0, .45);
}

.entry-center__mark {
  height: 74px;
  width: auto;
  margin: 0 auto 18px;
  opacity: .96;
}

.entry-center__wordmark {
  font: 500 20px/1 var(--font-serif);
  letter-spacing: .42em;
  color: #FBF8F2;
  padding-left: .42em;
}

.entry-center__tagline {
  font: 400 10px/1 var(--font-sans);
  letter-spacing: .34em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .74);
  margin-top: 9px;
  padding-left: .34em;
}

.entry-center__rule {
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, .5);
  margin: 22px auto;
}

.entry-center__quote {
  font: italic 400 clamp(17px, 1.9vw, 21px)/1.5 var(--font-serif);
  color: rgba(255, 255, 255, .9);
  margin: 0 auto;
  max-width: 34ch;
}

.entry-hint {
  position: absolute;
  bottom: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  pointer-events: none;
  font: 600 11px/1 var(--font-sans);
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .72);
}

.entry-lang {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: inline-flex;
  gap: 3px;
  padding: 4px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 100px;
  backdrop-filter: blur(6px);
}

.entry-lang__opt {
  padding: 8px 16px;
  font: 600 11px/1 var(--font-sans);
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  border-radius: 100px;
  transition: color .2s, background .2s;
}

.entry-lang__opt.is-active {
  background: rgba(255, 255, 255, .92);
  color: #2C2822;
}

.entry-lang__opt:not(.is-active):hover {
  color: #FBF8F2;
}

.entry-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, .22);
  z-index: 4;
  pointer-events: none;
  opacity: 1;
  transition: opacity .45s ease;
}

.entry-split[data-hover="haar"] .entry-divider,
.entry-split[data-hover="hem"] .entry-divider {
  opacity: 0;
}

/* ---------------------------------------------------------- */
/* HOME wrap                                                    */
/* ---------------------------------------------------------- */

.home-section {
  background: var(--paper);
  color: var(--ink);
  min-height: 100vh;
}

/* ---------------------------------------------------------- */
/* Full-bleed dual-gender hero (home only — inner pages use     */
/* the shared .page-hero from style.css instead)                */
/* ---------------------------------------------------------- */

.hero-section {
  position: relative;
  height: 82vh;
  min-height: 620px;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

body[data-gender="man"] .hero-media--haar,
body[data-gender="vrouw"] .hero-media--hem {
  display: none;
}

.hero-scrim-h {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 24, 20, .6) 0%, rgba(28, 24, 20, .28) 42%, rgba(28, 24, 20, 0) 72%);
  pointer-events: none;
}

.hero-scrim-b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(21, 17, 14, 0) 0%, rgba(21, 17, 14, .55) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
}

.hero-eyebrow {
  font: 600 12px/1 var(--font-sans);
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 24px;
}

.hero-title {
  font: 600 clamp(48px, 6.4vw, 86px)/1.0 var(--font-display);
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #FBF8F2;
  margin: 0 0 22px;
  max-width: 15ch;
}

.hero-subtitle {
  font: italic 400 clamp(19px, 2.1vw, 25px)/1.45 var(--font-serif);
  color: rgba(255, 255, 255, .9);
  margin: 0 0 36px;
  max-width: 32ch;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: var(--accent-deep);
  color: #FBF8F2;
  font: 500 14px/1 var(--font-sans);
  letter-spacing: .03em;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  padding: 16px 26px;
  background: rgba(255, 255, 255, .12);
  color: #FBF8F2;
  font: 500 14px/1 var(--font-sans);
  letter-spacing: .03em;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(4px);
}

/* Verhaal (story) — photo + text split now lives in the shared
   style.css as ".story-section" (usable on any page, image
   left/right via the "--right" modifier). Nothing page-specific
   left to override here. */
