/* ========== SECTION STYLES — Ritual Arc (mockup build) ========== */

/* ---------- 01 · HERO ---------- */
.hero {
  min-height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: var(--void);
}
.hero__bg { position: absolute; inset: 0; z-index: 1; will-change: transform; }
.hero__bg picture { display: block; width: 100%; height: 100%; }
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 2;
  background:
    linear-gradient(90deg, rgba(8,9,10,0.78) 0%, rgba(8,9,10,0.28) 48%, rgba(8,9,10,0.06) 100%),
    linear-gradient(180deg, rgba(8,9,10,0.18) 0%, rgba(8,9,10,0.92) 100%);
}
.hero__stage {
  position: relative; z-index: 3;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 120px var(--gutter) clamp(104px, 16vh, 160px);
}
.hero__headline { margin: 0; display: flex; flex-direction: column; }
.hero__headline-row {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(54px, 8.6vw, 150px);
  line-height: 0.88; letter-spacing: -0.01em; text-transform: uppercase;
  color: #fff;
}
.hero__mark {
  position: absolute; left: var(--gutter); bottom: clamp(40px, 7vh, 60px);
  display: flex; align-items: center; gap: 12px; z-index: 4; color: var(--ink-mid);
}
.hero__mark-dot { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; display: inline-block; }

@media (max-width: 720px) {
  .hero__stage { padding-bottom: 92px; }
  .hero__headline-row { font-size: clamp(44px, 13vw, 88px); }
  .hero__img { object-position: center top; }
  .hero__scrim {
    background: linear-gradient(180deg, rgba(8,9,10,0.2) 0%, rgba(8,9,10,0.58) 54%, rgba(8,9,10,0.96) 100%);
  }
}

/* ---------- 02 · FOCUS ---------- */
.focus {
  position: relative;
  min-height: 100vh;
  display: grid; place-items: center;
  padding: clamp(132px, 15vh, 176px) var(--gutter) clamp(70px, 9vh, 104px);
  background:
    linear-gradient(180deg, rgba(185,181,169,0.42), rgba(62,61,55,0.9)),
    url("../assets/images/focusSheepCrop.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.focus__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(330px, 0.74fr) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 104px);
  width: 100%; max-width: 1500px;
}
.focus__head {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(40px, 4.6vw, 86px);
  line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase;
  color: #15130e;
}
.focus__head--left  { text-align: left; }
.focus__head--right { text-align: right; }
.focus__frame {
  position: relative;
  width: clamp(320px, 31vw, 470px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255,255,255,0.92);
  background: rgba(10,10,10,0.12);
  overflow: hidden;
  flex-shrink: 0;
}
.focus__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  opacity: 0;
}
.focus__target {
  position: absolute;
  inset: 18% 29% 22% 29%;
  border: 1px solid rgba(255,255,255,0.9);
  z-index: 4;
  pointer-events: none;
}
.focus__target-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--accent);
  z-index: 5;
  box-shadow: 0 0 0 8px rgba(219,77,125,0.18);
}
.focus__bracket { position: absolute; width: 18px; height: 18px; z-index: 3; }
.focus__bracket--tl { left: -13px;  top: -13px;    border-left: 1px solid #fff; border-top: 1px solid #fff; }
.focus__bracket--tr { right: -13px; top: -13px;    border-right: 1px solid #fff; border-top: 1px solid #fff; }
.focus__bracket--bl { left: -13px;  bottom: -13px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; }
.focus__bracket--br { right: -13px; bottom: -13px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
.focus__coords {
  position: absolute; left: 12px; bottom: 12px; z-index: 4;
  color: rgba(255,255,255,0.82); letter-spacing: 0.16em;
}

@media (max-width: 820px) {
  .focus__grid { grid-template-columns: 1fr; justify-items: center; gap: 36px; }
  .focus__head, .focus__head--left, .focus__head--right { text-align: center; }
  .focus__frame { width: min(82vw, 430px); }
}

/* ---------- 03 · NOISE ---------- */
.noise03 {
  position: relative;
  background:
    linear-gradient(rgba(242,238,231,0.9), rgba(242,238,231,0.9)),
    url("../assets/images/sandGrain.png");
  min-height: 92vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(172px, 18vh, 220px) var(--gutter) clamp(80px, 10vh, 120px);
  overflow: hidden;
}
.noise03__word {
  position: relative;
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(120px, 44vw, 1000px);
  line-height: 0.82; letter-spacing: -0.03em; text-transform: uppercase;
  width: 100%;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.noise03__word::after {
  content: "NOISE";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Image is pinned to the viewport — as the letters scroll, the static
     image is revealed through them like a moving window. */
  background-image: url("../assets/images/heroFlock.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.noise03__copy {
  font-family: var(--f-body);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.6;
  color: var(--paper-ink-mid);
  max-width: 24ch;
  margin-top: clamp(28px, 4vh, 48px);
}

/* ---------- 04 · CLAIM ---------- */
/* ---------- 04 - DIAGNOSIS ---------- */
.diagnosis {
  position: relative;
  background: var(--paper);
  padding: clamp(160px, 15vh, 210px) var(--gutter) clamp(110px, 12vh, 160px);
}
.diagnosis__intro {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 0.85fr;
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  max-width: 1400px;
  margin: 0 auto clamp(52px, 8vh, 92px);
  border-top: 1px solid rgba(10,10,10,0.42);
  padding-top: 22px;
}
.diagnosis__eyebrow { color: var(--paper-ink-dim); letter-spacing: 0.18em; align-self: start; }
.diagnosis__headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(44px, 6.8vw, 112px);
  line-height: 0.9; letter-spacing: -0.02em; text-transform: uppercase;
  color: var(--black);
  max-width: 9ch;
}
.diagnosis__copy {
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.6;
  color: var(--paper-ink-mid);
  max-width: 30ch;
}
.diagnosis__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1400px;
  margin: 0 auto;
  background: rgba(10,10,10,0.35);
}
.diagnosis-card {
  min-height: 290px;
  background: #eee9df;
  padding: clamp(24px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.diagnosis-card__idx { color: var(--accent-deep); letter-spacing: 0.2em; }
.diagnosis-card__name {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(30px, 3.4vw, 58px);
  line-height: 0.92; text-transform: uppercase;
  color: var(--black);
}
.diagnosis-card__body {
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.55;
  color: var(--paper-ink-mid);
  max-width: 30ch;
}

@media (max-width: 920px) {
  .diagnosis__intro { grid-template-columns: 1fr; align-items: start; }
  .diagnosis__headline { max-width: 11ch; }
  .diagnosis__grid { grid-template-columns: 1fr; }
  .diagnosis-card { min-height: 220px; }
}

.claim {
  position: relative;
  background-color: #eee9df;
  background-image: url("../assets/images/claimChairSphere.png");
  background-size: clamp(430px, 43vw, 640px) auto;
  background-position: left clamp(44px, 8vw, 120px) bottom clamp(48px, 8vh, 94px);
  background-repeat: no-repeat;
  min-height: clamp(520px, 68vh, 680px);
  padding: clamp(120px, 13vh, 158px) var(--gutter) clamp(120px, 15vh, 170px);
}
.claim__grid {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 0.72fr) minmax(126px, 0.28fr);
  align-items: start;
  gap: clamp(26px, 4.5vw, 64px);
  max-width: 1260px;
  margin: 0 auto;
}
.claim__headline {
  grid-column: 2;
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(38px, 4.4vw, 70px);
  line-height: 0.9; letter-spacing: -0.01em; text-transform: uppercase;
  color: var(--black);
}
.claim__list {
  grid-column: 3;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 0 0 22px;
  border-left: 1px solid rgba(10,10,10,0.28);
  min-height: 164px;
  position: relative;
}
.claim__item {
  display: flex; align-items: center; gap: 12px;
  color: var(--paper-ink-mid); letter-spacing: 0.2em; white-space: nowrap;
}
.claim__item::before { display: none; }
.claim__dot {
  position: absolute;
  left: -4px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

@media (max-width: 980px) {
  .claim {
    background-size: min(78vw, 560px) auto;
    background-position: left var(--gutter) bottom 58px;
    padding-bottom: clamp(250px, 40vh, 340px);
  }
  .claim__grid { grid-template-columns: 1fr; gap: 36px; }
  .claim__headline, .claim__list { grid-column: 1; }
  .claim__list { width: max-content; max-width: 100%; }
  .claim__dot { display: none; }
}

/* ---------- 05 - HORIZONTAL SERVICES ---------- */
.wwd-scroll {
  --wwd-panel: 25vw;
  --wwd-shift: -50vw;
  --wwd-footer-h: clamp(86px, 9.5vh, 108px);
  --wwd-footer-gap: clamp(24px, 3.2vh, 40px);
  position: relative;
  height: 300vh;
  background: var(--void);
}
.wwd-scroll__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,0.05), transparent 32%),
    #050505;
  color: #fff;
  z-index: 2;
  contain: paint;
}
.wwd-scroll__sticky .marker,
.wwd-scroll__sticky .section-marker { display: none; }
.wwd-scroll__sticky .vertical-brand,
.wwd-scroll__sticky .site-rail,
.wwd-scroll__sticky [class*="vertical"] {
  display: none;
}
.wwd-scroll__sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 25vw 100%, 100% 100%;
  opacity: 0.55;
  pointer-events: none;
}
.wwd-scroll__nav {
  display: none;
}
.wwd-scroll__brand {
  font-size: 18px;
  letter-spacing: 0.42em;
}
.wwd-scroll__menu {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  letter-spacing: 0.24em;
}
.wwd-scroll__menu-lines {
  position: relative;
  width: 38px;
  height: 14px;
  display: inline-block;
}
.wwd-scroll__menu-lines::before,
.wwd-scroll__menu-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.86);
}
.wwd-scroll__menu-lines::before { top: 2px; }
.wwd-scroll__menu-lines::after { bottom: 2px; }
.wwd-scroll__top {
  display: none;
}
.wwd-scroll__eyebrow {
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.wwd-scroll__top p {
  max-width: 28ch;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 1.55;
}
.wwd-scroll__track {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100%;
  width: calc(var(--wwd-panel) * 6);
  display: flex;
  list-style: none;
  will-change: transform;
}
.wwd-card {
  position: relative;
  flex: 0 0 var(--wwd-panel);
  min-width: var(--wwd-panel);
  height: 100%;
  border-right: 1px solid rgba(255,255,255,0.1);
  padding: 0;
}
.wwd-card__ghost {
  position: absolute;
  left: clamp(38px, 4.2vw, 86px);
  top: clamp(124px, 15vh, 168px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(190px, 19.5vw, 330px);
  line-height: 0.78;
  letter-spacing: -0.06em;
  color: rgba(224,223,218,0.88);
  -webkit-text-stroke: 0;
  text-shadow: none;
  pointer-events: none;
}
.wwd-card:nth-child(even) .wwd-card__ghost {
  top: clamp(124px, 15vh, 168px);
  color: rgba(224,223,218,0.88);
}
.wwd-card__content {
  position: absolute;
  z-index: 3;
  left: clamp(30px, 3.3vw, 58px);
  right: clamp(30px, 3.3vw, 58px);
  bottom: calc(var(--wwd-footer-h) + var(--wwd-footer-gap));
  width: auto;
  padding-left: 0;
}
.wwd-card__idx {
  display: block;
  color: rgba(255,255,255,0.72);
  letter-spacing: 0.24em;
  margin-bottom: 9px;
}
.wwd-card__name {
  font-family: var(--f-mono);
  font-weight: 400;
  font-size: clamp(16px, 1.18vw, 22px);
  line-height: 1;
  letter-spacing: clamp(0.2em, 0.36vw, 0.34em);
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  max-width: none;
  overflow-wrap: anywhere;
}
.wwd-card__arrow {
  position: absolute;
  right: 0;
  top: 26px;
  color: rgba(255,255,255,0.74);
  font-size: 22px;
}
.wwd-card__rule {
  height: 1px;
  background: rgba(255,255,255,0.22);
  margin: 24px 0 20px;
}
.wwd-card p {
  max-width: 30ch;
  color: rgba(255,255,255,0.69);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.48;
  font-weight: 300;
  margin-bottom: 12px;
}
.wwd-card__tags {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
}
.wwd-scroll__dots {
  position: absolute;
  left: var(--gutter);
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: grid;
  gap: 16px;
}
.wwd-scroll__dot {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
}
.wwd-scroll__dot--on { background: #fff; }
.wwd-scroll__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  min-height: var(--wwd-footer-h);
  background: rgba(5,5,5,0.96);
  border-top: 1px solid rgba(255,255,255,0.16);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(46px, 8vw, 120px);
  padding: 0 var(--gutter);
}
.wwd-scroll__bottom::before {
  content: "OUR APPROACH\A We build digital systems that create clarity, trust and growth.";
  white-space: pre;
  margin-right: auto;
  max-width: 36ch;
  color: rgba(255,255,255,0.72);
  font-family: var(--f-mono);
  font-size: 11px;
  line-height: 1.55;
  letter-spacing: 0.16em;
}
.wwd-scroll__bottom a {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  letter-spacing: 0.18em;
}
.wwd-scroll__down {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .wwd-scroll {
    --wwd-panel: 100vw;
    --wwd-shift: -500vw;
    --wwd-footer-h: 76px;
    --wwd-footer-gap: 20px;
    height: 620vh;
  }
  .wwd-scroll__sticky::before { background-size: 100vw 100%, 100% 100%; }
  .wwd-scroll__nav { top: 30px; }
  .wwd-scroll__brand { font-size: 15px; letter-spacing: 0.32em; }
  .wwd-scroll__menu { font-size: 12px; gap: 18px; }
  .wwd-scroll__top { display: none; }
  .wwd-card { padding: 0; }
  .wwd-card__ghost {
    top: clamp(110px, 16vh, 150px);
    left: var(--gutter);
    font-size: clamp(180px, 54vw, 300px);
  }
  .wwd-card__content {
    left: var(--gutter);
    right: var(--gutter);
    bottom: calc(var(--wwd-footer-h) + var(--wwd-footer-gap));
    max-width: 76vw;
  }
  .wwd-card__name { font-size: clamp(19px, 5vw, 28px); }
  .wwd-scroll__dots { display: none; }
  .wwd-scroll__bottom {
    justify-content: space-between;
    gap: 18px;
  }
  .wwd-scroll__bottom::before { display: none; }
}

@media (min-width: 901px) and (max-width: 1280px) {
  .wwd-card__content {
    left: clamp(26px, 2.5vw, 40px);
    right: clamp(26px, 2.5vw, 40px);
  }
  .wwd-card__name {
    font-size: clamp(15px, 1.08vw, 19px);
    letter-spacing: clamp(0.15em, 0.28vw, 0.24em);
  }
  .wwd-card p {
    font-size: clamp(12px, 0.95vw, 15px);
  }
}

@media (min-width: 901px) and (max-height: 760px) {
  .wwd-scroll {
    --wwd-footer-h: 70px;
    --wwd-footer-gap: 18px;
  }
  .wwd-card__ghost,
  .wwd-card:nth-child(even) .wwd-card__ghost {
    top: 82px;
    font-size: clamp(170px, 18vw, 290px);
  }
  .wwd-card__rule {
    margin: 16px 0 14px;
  }
  .wwd-card p {
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 8px;
  }
  .wwd-card__tags {
    font-size: 12px;
  }
  .wwd-scroll__bottom::before {
    font-size: 10px;
    line-height: 1.4;
  }
}

/* ---------- 06 · BUILDER v2 ---------- */
/* ---------- 06 - OUTCOMES ---------- */
.outcomes {
  position: relative;
  background: #eee9df;
  color: var(--black);
  min-height: 100vh;
  padding: clamp(118px, 12vh, 148px) var(--gutter) clamp(56px, 6vh, 78px);
  overflow: hidden;
}
.outcomes .marker,
.outcomes .section-marker {
  display: none;
}
.outcomes::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,10,0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(10,10,10,0.018) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.5;
}
.outcomes__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(500px, 0.78fr);
  gap: clamp(56px, 8vw, 138px);
  align-items: center;
  min-height: calc(100vh - clamp(174px, 18vh, 226px));
  max-width: 1500px;
  margin: 0 auto;
}
.outcomes__headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(74px, 9.8vw, 172px);
  line-height: 0.86; letter-spacing: -0.025em; text-transform: uppercase;
  color: var(--black);
  max-width: 6.1ch;
  text-shadow: none;
}
.outcomes__body p {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.45;
  color: var(--paper-ink-mid);
  max-width: 45ch;
  margin-bottom: clamp(36px, 5vh, 56px);
  font-weight: 300;
}
.outcomes__metrics {
  display: grid;
  gap: 0;
  background: transparent;
}
.outcomes__metric {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: clamp(26px, 3.8vw, 58px);
  align-items: center;
  padding: clamp(21px, 3vh, 34px) 0;
  background: transparent;
  border-top: 1px solid rgba(10,10,10,0.28);
}
.outcomes__stat {
  font-family: var(--f-display);
  font-size: clamp(38px, 3.84vw, 66px);
  line-height: 0.85;
  color: var(--black);
  text-transform: uppercase;
}
.outcomes__metric-copy {
  display: grid;
  gap: 12px;
}
.outcomes__metric-body {
  color: var(--paper-ink-mid);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.42;
  font-weight: 300;
}
.outcomes__label {
  color: var(--accent);
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .outcomes { padding-top: 124px; }
  .outcomes__layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 46px;
  }
  .outcomes__headline {
    font-size: clamp(78px, 22vw, 150px);
  }
  .outcomes__body p {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .outcomes__metric {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.b2 {
  padding: clamp(172px, 16vh, 200px) var(--gutter) clamp(90px, 10vh, 130px);
  background:
    linear-gradient(rgba(242,238,231,0.94), rgba(242,238,231,0.94)),
    url("../assets/images/sandGrain.png");
  background-size: auto, cover;
  position: relative;
}
.b2__hdr {
  border-top: 1px solid var(--line-light-strong);
  padding-top: 20px;
  margin-bottom: 48px;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.b2__hdr-step { color: var(--paper-ink-dim); letter-spacing: 0.2em; margin-bottom: 14px; }
.b2__hdr-title {
  font-size: clamp(36px, 5.5vw, 78px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 14px;
}
.b2__hdr-sub { font-size: 15px; line-height: 1.55; color: var(--paper-ink-mid); max-width: 46ch; }
.b2__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(340px, 31vw, 430px);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  max-width: 1360px;
  margin: 0 auto;
}
.b2__mods { border-top: 1px solid var(--line-light-strong); }
.b2m {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: stretch;
  min-height: 104px;
  border-bottom: 1px solid var(--line-light-strong);
  cursor: pointer;
  transition: background .18s;
}
.b2m:hover { background: rgba(10,10,10,0.025); }
.b2m--on { background: rgba(219,77,125,0.045); }
.b2m__active-line {
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 2px;
  background: var(--accent);
  opacity: 0;
}
.b2m--on .b2m__active-line { opacity: 1; }
.b2m__icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: var(--paper-ink-mid);
  padding-top: 24px;
}
.b2m--on .b2m__icon { color: var(--accent); }
.b2m__text { padding: 22px 18px 20px 10px; }
.b2m__name { font-size: 12px; letter-spacing: 0.18em; color: var(--black); margin-bottom: 8px; }
.b2m__body { font-size: 14px; line-height: 1.45; color: var(--paper-ink-mid); margin-bottom: 12px; }
.b2m__meta { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.b2m__label {
  color: var(--black);
  letter-spacing: 0.16em;
  padding-right: 12px;
  border-right: 1px solid var(--line-light-strong);
}
.b2m__note { font-size: 13px; color: var(--paper-ink-dim); }
.b2m__tog {
  width: 54px;
  border: 0;
  border-left: 1px solid var(--line-light);
  background: transparent;
  color: var(--paper-ink-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2m__tog--on { color: var(--accent); }
.b2m__plus { font-size: 22px; line-height: 1; }
.b2__card {
  position: sticky;
  top: 24px;
  border: 1px solid var(--line-light-strong);
  background: rgba(238,233,223,0.78);
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 560px;
}
.b2__card--review { position: relative; top: auto; min-height: 0; max-width: 620px; width: 100%; }
.b2__card-body { padding: 28px; }
.b2__card-toprow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.b2__card-dot,
.b2__bar-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.b2__card-eyebrow,
.b2__card-type,
.b2__figure-label,
.b2__mini-label { color: var(--paper-ink-dim); letter-spacing: 0.18em; text-transform: uppercase; }
.b2__card-type { margin-bottom: 8px; }
.b2__card-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.b2__card-level-name {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--black);
  letter-spacing: -0.01em;
}
.b2__badge {
  border: 1px solid rgba(219,77,125,0.45);
  color: var(--accent);
  padding: 5px 8px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.b2__card-desc { font-size: 14px; line-height: 1.55; color: var(--paper-ink-mid); margin-bottom: 24px; }
.b2__figures {
  display: grid;
  gap: 1px;
  background: var(--line-light);
  margin-bottom: 24px;
}
.b2__figures > div { background: rgba(242,238,231,0.94); padding: 15px 0; }
.b2__figures strong { display: block; margin-top: 6px; font-size: 22px; line-height: 1.1; font-weight: 600; color: var(--black); }
.b2__mini-section { border-top: 1px solid var(--line-light); padding-top: 18px; margin-top: 18px; }
.b2__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.b2__chip { font-size: 13px; color: var(--paper-ink-mid); border: 1px solid var(--line-light-strong); padding: 6px 9px; }
.b2__includes { list-style: none; display: grid; gap: 9px; margin-top: 12px; }
.b2__includes li { position: relative; padding-left: 17px; font-size: 13px; color: var(--paper-ink-mid); line-height: 1.35; }
.b2__includes li::before { content: ""; position: absolute; left: 0; top: 0.65em; width: 8px; height: 1px; background: var(--accent); }
.b2__payment { border-top: 1px solid var(--line-light-strong); padding-top: 18px; margin-top: 20px; }
.b2__payment p { font-size: 13px; color: var(--paper-ink-mid); line-height: 1.45; margin: 10px 0 12px; }
.b2__pay-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-light-strong); margin: 12px 0; }
.b2__pay-tab {
  border: 0;
  background: #eee9df;
  min-height: 40px;
  cursor: pointer;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--paper-ink-mid);
}
.b2__pay-tab--on { color: var(--black); background: rgba(219,77,125,0.08); }
.b2__pay-result {
  display: grid;
  gap: 7px;
  padding: 12px 0 0;
  font-size: 13px;
  color: var(--black);
}
.b2__card-cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  background: var(--black);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: var(--f-mono);
  font-size: 11px;
  text-transform: uppercase;
}
.b2__reset {
  border: 0;
  border-top: 1px solid var(--line-light);
  background: transparent;
  color: var(--paper-ink-mid);
  cursor: pointer;
  padding: 14px 28px;
  text-align: left;
  letter-spacing: 0.16em;
}
.b2__review-wrap {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.b2__rev-back {
  width: fit-content;
  background: transparent;
  border: none;
  color: var(--paper-ink-mid);
  cursor: pointer;
  padding: 0;
  letter-spacing: 0.18em;
}
.b2__bar { display: none; }
@media (max-width: 980px) {
  .b2__layout { grid-template-columns: 1fr; }
  .b2__card { position: relative; top: auto; }
}
@media (max-width: 720px) {
  .b2 { padding-bottom: 106px; }
  .b2__layout { display: block; }
  .b2__layout > .b2__card { display: none; }
  .b2m { grid-template-columns: 44px 1fr 48px; min-height: 112px; }
  .b2m__icon { padding-top: 24px; }
  .b2m__text { padding-right: 8px; }
  .b2__bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px var(--gutter);
    background: var(--black);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .b2__bar-left { display: flex; align-items: center; gap: 10px; min-width: 0; }
  .b2__bar-pkg { color: rgba(255,255,255,0.82); letter-spacing: 0.08em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 50vw; }
  .b2__bar-cta {
    background: var(--accent);
    color: #fff;
    border: 0;
    padding: 12px 14px;
    font-size: 10px;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
}

/* ---------- 08 - BUILDER VISUAL REFRESH ---------- */
.b2 {
  --b2-ink: #171513;
  --b2-muted: rgba(23,21,19,0.58);
  --b2-line: rgba(23,21,19,0.14);
  --b2-card: #181614;
  --b2-card-soft: #211f1c;
  --b2-card-line: rgba(238,233,223,0.14);
  --b2-rose: #b96a7c;
  --b2-rose-soft: #d49aaa;
  --b2-rose-wash: rgba(185,106,124,0.12);
  padding: clamp(120px, 12vh, 150px) var(--gutter) 86px;
  background:
    linear-gradient(rgba(241,237,229,0.96), rgba(241,237,229,0.96)),
    url("../assets/images/sandGrain.png");
  background-size: auto, cover;
  min-height: 100vh;
}
.b2__hdr,
.b2__layout {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}
.b2__hdr {
  border-top: 0;
  border-bottom: 1px solid rgba(10,10,10,0.17);
  padding: 0 0 28px;
  margin-bottom: 0;
}
.b2__hdr-step { display: none; }
.b2__hdr-title {
  font-size: clamp(48px, 5.1vw, 84px);
  line-height: 0.9;
  margin-bottom: 16px;
}
.b2__hdr-sub {
  color: rgba(18,18,18,0.62);
  font-size: 16px;
  max-width: none;
}
.b2__layout {
  display: grid;
  grid-template-columns: minmax(620px, 1fr) minmax(390px, 430px);
  gap: clamp(34px, 4.5vw, 72px);
  align-items: start;
}
.b2__mods {
  border: 1px solid var(--b2-line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(248,245,238,0.34);
  margin-top: 0;
}
.b2m {
  grid-template-columns: 96px minmax(260px, 1fr) 150px 72px;
  min-height: 108px;
  border-bottom: 1px solid var(--b2-line);
  background: rgba(248,245,238,0.16);
}
.b2m:last-child { border-bottom: 0; }
.b2m:hover { background: rgba(255,255,255,0.23); }
.b2m--on { background: rgba(255,255,255,0.2); }
.b2m__active-line { display: none; }
.b2m__icon {
  align-items: center;
  padding: 0;
}
.b2m__icon svg { width: 26px; height: 26px; }
.b2m__icon::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(23,21,19,0.18);
  border-radius: 8px;
}
.b2m--on .b2m__icon { color: var(--black); }
.b2m__text {
  padding: 0 18px 0 0;
  align-self: center;
}
.b2m__name {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.b2m__body {
  font-size: 15px;
  line-height: 1.35;
  color: var(--b2-muted);
  margin: 0;
}
.b2m__meta,
.b2m__label,
.b2m__note { display: none; }
.b2m__price-note {
  align-self: center;
  color: var(--black);
  font-size: 15px;
  line-height: 1.35;
}
.b2m__price-note span,
.b2m__price-note strong {
  display: block;
  font-weight: 400;
}
.b2m__price-note strong { color: var(--b2-rose); }
.b2m:first-child .b2m__price-note strong,
.b2m:last-child .b2m__price-note strong { color: var(--black); }
.b2m__tog {
  width: 72px;
  border-left: 0;
  position: relative;
  color: var(--black);
}
.b2m__tog::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(23,21,19,0.22);
}
.b2m__tog--on { color: #fff; }
.b2m__tog--on::before {
  border-color: var(--b2-rose);
  background: var(--b2-rose);
}
.b2m__tog svg,
.b2m__plus {
  position: relative;
  z-index: 1;
}
.b2__note {
  padding: 18px 0 28px;
  color: rgba(18,18,18,0.56);
  font-size: 14px;
}
.b2__quiz {
  min-height: 88px;
  border: 1px solid rgba(10,10,10,0.16);
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 0 32px 0 26px;
}
.b2__quiz-icon {
  width: 48px;
  height: 48px;
  background: var(--black);
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-size: 24px;
}
.b2__quiz strong { display: block; color: var(--black); margin-bottom: 6px; }
.b2__quiz p { color: rgba(18,18,18,0.68); margin: 0; }
.b2__quiz a { color: var(--accent); text-decoration: none; letter-spacing: 0.12em; }
.b2 .b2__quiz a { color: var(--b2-rose); }
.b2__card {
  top: 26px;
  border: 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(24,22,20,0.97), rgba(14,13,12,0.97)),
    url("../assets/images/builderTexture.png");
  background-size: cover;
  color: #f4f0e8;
  min-height: 0;
  overflow: hidden;
  box-shadow: 0 18px 54px rgba(23,21,19,0.12);
}
.b2__card-body { padding: 32px; }
.b2__card-toprow { margin-bottom: 14px; }
.b2__card-eyebrow,
.b2__mini-label { color: rgba(244,240,232,0.6); letter-spacing: 0.28em; }
.b2__card-title-row {
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}
.b2__card-level-name {
  color: #f4f0e8;
  font-size: clamp(44px, 3.5vw, 58px);
  line-height: 0.9;
}
.b2__badge {
  border: 0;
  background: var(--b2-rose);
  color: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.b2__card-desc {
  color: rgba(244,240,232,0.78);
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 22px;
}
.b2__price-block {
  border-top: 1px solid var(--b2-card-line);
  border-bottom: 1px solid var(--b2-card-line);
  padding: 26px 0 22px;
  margin-bottom: 24px;
}
.b2__price-main {
  color: var(--b2-rose-soft);
  font-size: clamp(48px, 4vw, 68px);
  line-height: 0.9;
}
.b2__price-main span {
  font-family: var(--f-body);
  font-size: 18px;
  color: #f4f0e8;
  text-transform: none;
}
.b2__price-block p { color: rgba(244,240,232,0.54); margin: 8px 0 0; font-size: 16px; }
.b2__setup { color: #f4f0e8 !important; margin-top: 22px !important; }
.b2__setup strong { display: block; color: var(--b2-rose-soft); font-weight: 400; margin-top: 6px; }
.b2__mini-section {
  border-top: 0;
  border-bottom: 1px solid var(--b2-card-line);
  padding: 0 0 22px;
  margin: 0 0 22px;
}
.b2__chips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
  margin-top: 18px;
}
.b2__chip {
  border: 0;
  padding: 0;
  color: #f4f0e8;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.b2__chip svg {
  color: #fff;
  background: var(--b2-rose);
  border-radius: 50%;
  padding: 2px;
  box-sizing: content-box;
}
.b2__includes {
  grid-template-columns: 1fr 1fr;
  gap: 12px 22px;
}
.b2__includes li { color: rgba(244,240,232,0.76); font-size: 14px; }
.b2__payment { border-top: 0; padding-top: 0; margin-top: 0; }
.b2__pay-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: transparent;
  margin: 18px 0 0;
}
.b2__pay-tab {
  min-height: 58px;
  background: transparent;
  color: #f4f0e8;
  border: 1px solid rgba(244,240,232,0.18);
  border-radius: 5px;
  text-align: left;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--f-body);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.b2__pay-tab span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(244,240,232,0.28);
  flex: 0 0 auto;
}
.b2__pay-tab--on {
  border-color: var(--b2-rose);
  color: #f4f0e8;
  background: var(--b2-rose-wash);
}
.b2__pay-tab--on span {
  border-color: var(--b2-rose);
  box-shadow: inset 0 0 0 4px var(--b2-card);
  background: var(--b2-rose);
}
.b2__card-cta {
  margin: 0 32px 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #b76478, #d08a9b);
  color: #fff;
  justify-content: center;
  gap: 20px;
  min-height: 58px;
  letter-spacing: 0.2em;
}
.b2__reset {
  border-top: 0;
  color: rgba(244,240,232,0.46);
  text-align: center;
  padding: 0 0 26px;
  text-decoration: underline;
}
.b2-lead {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 48px);
}
.b2-lead__shade {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13,12,11,0.66);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.b2-lead__panel {
  position: relative;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(24px, 4vw, 54px);
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(24,22,20,0.97), rgba(14,13,12,0.97)),
    url("../assets/images/builderTexture.png");
  background-size: cover;
  color: #f4f0e8;
  border: 1px solid rgba(244,240,232,0.14);
  box-shadow: 0 28px 90px rgba(13,12,11,0.46);
}
.b2-lead__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244,240,232,0.2);
  background: transparent;
  color: #f4f0e8;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.b2-lead__copy > span {
  display: block;
  color: rgba(244,240,232,0.62);
  letter-spacing: 0.28em;
  margin-bottom: 24px;
}
.b2-lead__copy h3 {
  font-size: clamp(58px, 7vw, 104px);
  line-height: 0.9;
  margin-bottom: 22px;
}
.b2-lead__copy p {
  color: rgba(244,240,232,0.68);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  max-width: 30ch;
}
.b2-lead__summary {
  margin-top: clamp(28px, 4vw, 46px);
  padding-top: 22px;
  border-top: 1px solid rgba(244,240,232,0.16);
  display: grid;
  gap: 8px;
  color: rgba(244,240,232,0.68);
}
.b2-lead__summary strong {
  color: var(--b2-rose-soft);
  font-family: var(--f-display);
  font-size: clamp(32px, 3vw, 48px);
  line-height: 0.95;
  text-transform: uppercase;
}
.b2-lead__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
}
.b2-lead__form input,
.b2-lead__form textarea {
  min-width: 0;
  border: 1px solid rgba(244,240,232,0.16);
  background: rgba(244,240,232,0.055);
  color: #f4f0e8;
  font-family: var(--f-body);
  font-size: 15px;
  outline: none;
}
.b2-lead__form input {
  height: 52px;
  padding: 0 15px;
}
.b2-lead__form textarea {
  grid-column: 1 / -1;
  min-height: 132px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.45;
}
.b2-lead__form input::placeholder,
.b2-lead__form textarea::placeholder { color: rgba(244,240,232,0.42); }
.b2-lead__form input:focus,
.b2-lead__form textarea:focus {
  border-color: var(--b2-rose);
  background: rgba(244,240,232,0.08);
}
.b2-lead__form input[name="website"],
.b2-lead__submit { grid-column: 1 / -1; }
.b2-lead__form .form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.b2-lead__submit {
  min-height: 60px;
  border: 0;
  background: linear-gradient(90deg, #b76478, #d08a9b);
  color: #fff;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  cursor: pointer;
}
.b2__explore {
  display: none;
}
.b2__explore > span:first-child { letter-spacing: 0.28em; }
.b2__explore-center {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.2em;
  font-size: 11px;
}
.b2__explore-center i {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  display: inline-block;
}
.b2__explore-dots { justify-self: end; display: flex; gap: 14px; }
.b2__explore-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.45);
}
.b2__explore-dots i:first-child { background: var(--accent); border-color: var(--accent); }
@media (max-width: 1080px) {
  .b2__layout { grid-template-columns: 1fr; }
  .b2__card { position: relative; top: auto; }
}
@media (max-width: 720px) {
  .b2 { padding-bottom: 116px; }
  .b2__layout { display: block; }
  .b2m { grid-template-columns: 70px 1fr 48px; min-height: 104px; }
  .b2m__price-note { grid-column: 2; padding-bottom: 16px; }
  .b2m__tog { grid-column: 3; grid-row: 1 / 3; }
  .b2__quiz,
  .b2__explore { display: none; }
  .b2__layout > .b2__card { display: none; }
  .b2__bar { display: flex; }
  .b2-lead { align-items: end; padding: 0; }
  .b2-lead__panel {
    width: 100%;
    max-height: 92vh;
    overflow: auto;
    grid-template-columns: 1fr;
    padding: 30px 20px 24px;
  }
  .b2-lead__form { grid-template-columns: 1fr; }
  .b2-lead__copy h3 { font-size: clamp(48px, 14vw, 76px); }
}

/* ---------- 07 · PROCESS ---------- */
.process {
  position: relative;
  background:
    linear-gradient(rgba(242,238,231,0.9), rgba(242,238,231,0.9)),
    url("../assets/images/sandGrain.png");
  background-size: auto, cover;
  padding: clamp(172px, 16vh, 210px) var(--gutter) clamp(110px, 13vh, 160px);
}
.process__top {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 40px; flex-wrap: wrap; margin-bottom: clamp(40px, 6vh, 64px);
}
.process__headline {
  font-family: var(--f-body); font-weight: 300;
  font-size: clamp(30px, 4vw, 62px);
  line-height: 1.04; letter-spacing: -0.02em;
  color: var(--black);
}
.process__intro {
  font-size: clamp(13px, 1vw, 16px); line-height: 1.6;
  color: var(--paper-ink-mid); text-align: right;
}
.process__intro-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.process__image {
  width: clamp(260px, 30vw, 440px);
  margin: 0;
}
.process__image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  display: block;
}
.process__image figcaption {
  margin-top: 10px;
  color: var(--paper-ink-mid);
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: right;
}
.process__rule { height: 1px; background: rgba(10,10,10,0.5); margin-bottom: clamp(40px, 6vh, 60px); }
.process__steps {
  display: flex; align-items: flex-start;
  gap: clamp(8px, 1.6vw, 22px);
  margin-bottom: clamp(48px, 7vh, 80px);
}
.process__step { flex: 1; display: flex; flex-direction: column; gap: 14px; min-width: 118px; }
.process__step-idx {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(30px, 3vw, 46px); line-height: 0.9; color: var(--black);
}
.process__step-name {
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--black);
}
.process__step-body {
  white-space: pre-line;
  font-size: clamp(12px, 0.95vw, 14px); line-height: 1.5; color: var(--paper-ink-mid);
}
.process__connector {
  flex: 0 0 clamp(18px, 3vw, 54px);
  align-self: flex-start; margin-top: 22px; height: 0;
  border-top: 1px dashed var(--paper-ink-dim);
  position: relative;
}
.process__connector::after {
  content: "→"; position: absolute; right: -3px; top: -10px;
  font-size: 12px; color: var(--paper-ink-dim);
}

@media (max-width: 820px) {
  .process__steps { flex-wrap: wrap; gap: 28px 18px; }
  .process__connector { display: none; }
  .process__step { flex: 1 1 40%; }
  .process__intro { text-align: left; }
  .process__intro-wrap { align-items: flex-start; width: 100%; }
  .process__image figcaption { text-align: left; }
}

/* ---------- 08 · CTA ---------- */
.cta {
  position: relative; min-height: 100vh; overflow: hidden;
  background: var(--void);
  display: flex; align-items: center;
  padding: 0;
}
.cta__bg { position: absolute; inset: 0; z-index: 1; }
.cta__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: right center;
  display: block;
}
.cta__scrim {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg,
    rgba(8,9,10,0.95) 0%, rgba(8,9,10,0.85) 34%,
    rgba(8,9,10,0.45) 60%, rgba(8,9,10,0.12) 100%);
}
.cta__inner {
  position: relative; z-index: 3;
  padding: 120px var(--gutter);
  max-width: 640px;
}
.cta__headline {
  font-family: var(--f-display); font-weight: 400;
  font-size: clamp(54px, 8vw, 132px); line-height: 0.88; letter-spacing: -0.01em;
  text-transform: uppercase; color: #fff; margin-bottom: clamp(24px, 4vh, 40px);
}
.cta__copy {
  font-size: clamp(15px, 1.3vw, 19px); line-height: 1.55; color: var(--ink-mid);
  max-width: 34ch; margin-bottom: clamp(28px, 4vh, 44px);
}
.cta__panel {
  width: min(100%, 500px);
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(8,9,10,0.68);
  backdrop-filter: blur(14px);
  padding: clamp(20px, 3vw, 30px);
}
.cta__panel-head {
  display: flex; align-items: center; justify-content: space-between;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.16em;
  margin-bottom: 20px;
}
.cta__panel-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.cta__checks {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}
.cta__checks li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-mid);
  font-size: 14px;
  line-height: 1.4;
}
.cta__checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.58em;
  width: 10px; height: 1px;
  background: var(--accent);
}
.cta__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cta__form input,
.cta__form textarea {
  min-width: 0;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-family: var(--f-body);
  font-size: 14px;
  outline: none;
}
.cta__form input {
  height: 48px;
  padding: 0 14px;
}
.cta__form textarea {
  grid-column: 1 / -1;
  min-height: 88px;
  resize: vertical;
  padding: 13px 14px;
  line-height: 1.45;
}
.cta__form input::placeholder,
.cta__form textarea::placeholder { color: rgba(255,255,255,0.42); }
.cta__form input:focus,
.cta__form textarea:focus { border-color: var(--accent); background: rgba(255,255,255,0.09); }
.cta__form input[name="email"], .cta__form .cta__btn { grid-column: 1 / -1; }
.cta__form .form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.cta__form .cta__btn {
  width: 100%;
  justify-content: space-between;
}
.cta__sig {
  position: absolute; left: var(--gutter); bottom: clamp(36px, 6vh, 56px); z-index: 3;
  display: flex; align-items: center; gap: 12px; color: var(--ink-mid);
}
.cta__sig-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }

@media (max-width: 720px) {
  .cta__scrim { background: linear-gradient(180deg, rgba(8,9,10,0.55) 0%, rgba(8,9,10,0.82) 58%, rgba(8,9,10,0.96) 100%); }
  .cta__img { object-position: center top; }
  .cta__inner { padding-top: 150px; padding-bottom: 130px; }
  .cta__form { grid-template-columns: 1fr; }
}

/* ---------- 01 - LOCKED PIXEL SCROLL HERO ---------- */
.hero-sequence {
  height: 320vh;
  min-height: 320vh;
  padding: 0;
  overflow: visible;
  background: var(--void);
}
.hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: var(--void);
}
.hero-sticky .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: none;
  will-change: auto;
}
.hero-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.hero-base {
  filter: brightness(0.76) contrast(0.98);
  transform-origin: 50% 50%;
  will-change: opacity, transform;
}
.hero-after {
  z-index: 2;
  transform-origin: 50% 50%;
  will-change: opacity, transform, filter;
}
.hero-distort {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: opacity;
}
.hero-distort__slice {
  opacity: 0.34;
  filter: saturate(0.92) contrast(1.06);
  will-change: transform;
}
.hero-distort__slice--a {
  clip-path: inset(18% 0 66% 0);
}
.hero-distort__slice--b {
  clip-path: inset(39% 0 43% 0);
}
.hero-distort__slice--c {
  clip-path: inset(63% 0 19% 0);
}
.hero-sticky .hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 37%, rgba(255,255,255,0.03) 0%, rgba(8,9,10,0.08) 28%, rgba(8,9,10,0.26) 66%, rgba(8,9,10,0.58) 100%),
    linear-gradient(90deg, rgba(8,9,10,0.5) 0%, rgba(8,9,10,0.18) 42%, rgba(8,9,10,0.1) 100%),
    linear-gradient(180deg, rgba(8,9,10,0.08) 0%, rgba(8,9,10,0.68) 100%);
}
.hero__section-label {
  position: absolute;
  left: var(--gutter);
  top: clamp(116px, 14vh, 156px);
  z-index: 6;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #fff;
  will-change: opacity, transform;
}
.hero__section-num {
  font-family: var(--f-display);
  font-size: clamp(46px, 4.2vw, 72px);
  line-height: 0.86;
  color: #fff;
}
.hero__section-word {
  color: rgba(255,255,255,0.64);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero-sticky .hero__headline {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(118px, 20vh, 188px);
  z-index: 6;
  margin: 0;
  display: flex;
  flex-direction: column;
  will-change: opacity, transform;
}
.hero-sticky .hero__headline-row {
  font-size: clamp(58px, 7.35vw, 116px);
  line-height: 0.86;
  color: #fff;
}
.hero-sticky .hero__mark {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(40px, 7vh, 62px);
  z-index: 6;
  will-change: opacity;
}
.hero__vertical {
  position: absolute;
  right: clamp(18px, 2.2vw, 34px);
  top: 50%;
  z-index: 6;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.28em;
}

@media (max-width: 767px) {
  .hero-sequence {
    height: 220vh;
    min-height: 220vh;
  }
  .hero-layer {
    object-position: center center;
  }
  .hero-sticky .hero__scrim {
    background: linear-gradient(180deg, rgba(8,9,10,0.18) 0%, rgba(8,9,10,0.52) 52%, rgba(8,9,10,0.9) 100%);
  }
  .hero__section-label {
    top: 98px;
  }
  .hero-sticky .hero__headline {
    bottom: 118px;
  }
  .hero-sticky .hero__headline-row {
    font-size: clamp(44px, 13vw, 84px);
  }
  .hero__vertical {
    display: none;
  }
}

/* ---------- 02 - INTERACTIVE CLEAR LENS ---------- */
.focus--lens {
  position: relative;
  min-height: 100vh;
  padding: 0;
  display: block;
  overflow: hidden;
  cursor: crosshair;
  background: #20231f;
}
.focus--lens .sec-marker,
.focus--lens .sec-dot,
.focus--lens .sec-vert {
  z-index: 8;
}
.focus__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  user-select: none;
  pointer-events: none;
}
.focus__bg-img--blur {
  z-index: 1;
  filter: blur(8px);
  transform: scale(1.035);
}
.focus__bg-img--clear {
  z-index: 4;
  filter: none;
  transform: none;
}
.focus__wash {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(185,181,169,0.14), rgba(18,19,17,0.34)),
    linear-gradient(180deg, rgba(236,232,220,0.18), rgba(23,24,21,0.48));
  pointer-events: none;
}
.focus--lens .focus__head {
  position: absolute;
  z-index: 5;
  max-width: 9ch;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(42px, 5vw, 86px);
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgba(12,12,10,0.9);
  pointer-events: none;
}
.focus--lens .focus__head--left {
  left: var(--gutter);
  bottom: clamp(160px, 28vh, 260px);
  text-align: left;
}
.focus--lens .focus__head--right {
  right: var(--gutter);
  bottom: clamp(160px, 28vh, 260px);
  text-align: right;
}
.focus__lens {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  border: 1px solid rgba(255,255,255,0.92);
  pointer-events: none;
  will-change: transform;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
}
.focus__lens-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  margin: -6.5px 0 0 -6.5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 13px rgba(219,77,125,0.22);
}
.focus--lens .focus__coords {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 7;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.18em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.42);
}

@media (max-width: 900px) {
  .focus--lens .focus__head {
    font-size: clamp(34px, 10vw, 62px);
  }
  .focus--lens .focus__head--left {
    left: var(--gutter);
    bottom: 96px;
  }
  .focus--lens .focus__head--right {
    right: var(--gutter);
    top: 150px;
    bottom: auto;
  }
}

