/* Privatrechtsschutz main page: isolated hero, topic orientation and legal-world experience. */
.private-main-hero,
.private-topic-silo,
.private-world {
  --private-yellow: #f5c518;
  --private-yellow-deep: #8b6700;
  --private-ink: #111114;
  --private-night: #111113;
  --private-paper: #f4f0e7;
  --private-line: rgba(255, 255, 255, .14);
}

.protection-page .site-header:not(:is(.is-scrolled, .is-menu-open)) {
  --header-color: var(--foreground);
  --header-control-border: var(--border);
  --header-control-background: color-mix(in srgb, var(--background) 88%, transparent);
}

.private-main-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  overflow: clip;
  padding-top: 4.25rem;
  background: var(--background);
  color: var(--foreground);
}

.private-main-hero::before {
  position: absolute;
  inset: 4.25rem 0 auto;
  z-index: 4;
  height: 1px;
  background: var(--border);
  content: "";
}

.private-main-hero__texture {
  position: absolute;
  inset: 4.25rem 0 4.15rem;
  z-index: -2;
  opacity: .5;
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: radial-gradient(circle at 72% 48%, #000 0 25%, rgba(0,0,0,.38) 50%, transparent 78%);
}

.private-main-hero__texture::after {
  position: absolute;
  width: min(54vw, 48rem);
  aspect-ratio: 1;
  top: 50%;
  right: 6%;
  border: 1px solid color-mix(in srgb, var(--private-yellow) 30%, transparent);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  box-shadow:
    0 0 0 clamp(3rem, 7vw, 7rem) color-mix(in srgb, var(--private-yellow) 5%, transparent),
    0 0 0 clamp(7rem, 13vw, 13rem) color-mix(in srgb, var(--private-yellow) 2%, transparent);
}

.private-main-hero__inner {
  width: min(100% - 3rem, 90rem);
  flex: 1;
  display: grid;
  grid-template-columns: minmax(28rem, .86fr) minmax(34rem, 1.14fr);
  align-items: center;
  gap: clamp(1rem, 2.8vw, 3.5rem);
  margin-inline: auto;
  padding: clamp(2.25rem, 5.5vh, 4.75rem) 0 clamp(1.5rem, 3vh, 2.75rem);
}

.private-main-hero__copy {
  position: relative;
  z-index: 5;
  max-width: 41.5rem;
}

.private-main-hero__eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .72rem;
  border: 1px solid var(--border);
  border-radius: .45rem;
  background: color-mix(in srgb, var(--background) 78%, transparent);
  color: var(--muted-foreground);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.private-main-hero__eyebrow i,
.private-main-hero__trust > p i {
  width: .42rem;
  height: .42rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--private-yellow);
  box-shadow: 0 0 0 .3rem rgba(245, 197, 24, .13);
}

.private-main-hero h1 {
  max-width: 12.5ch;
  margin: 1.4rem 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(3.55rem, 5.25vw, 5.75rem);
  font-weight: 620;
  line-height: .94;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.private-main-hero h1 span { color: var(--primary); }
.dark .private-main-hero h1 span { color: var(--private-yellow); }

.private-main-hero__copy > p {
  max-width: 37rem;
  margin: 0;
  color: var(--muted-foreground);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.68;
}

.private-main-hero__actions {
  display: flex;
  align-items: stretch;
  gap: 1.05rem;
  margin-top: 1.8rem;
}

.private-main-hero__actions .button {
  min-height: 3.55rem;
  padding-inline: 1.4rem;
}

.private-main-hero__contact {
  min-width: 9.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .18rem;
  padding-left: 1.05rem;
  border-left: 1px solid var(--border);
  color: var(--foreground);
  text-decoration: none;
}

.private-main-hero__contact span {
  color: var(--muted-foreground);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.private-main-hero__contact strong {
  font-size: .94rem;
  font-weight: 780;
}

.private-main-hero__trust {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.private-main-hero__trust .protection-google-rating { margin: 0; }

.private-main-hero__trust > p {
  max-width: 14rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0;
  color: var(--muted-foreground);
  font-size: .73rem;
  font-weight: 690;
  line-height: 1.4;
}

.private-main-hero__visual {
  --private-hero-x: 0px;
  --private-hero-y: 0px;
  position: relative;
  min-width: 0;
  min-height: clamp(31rem, 58vh, 42rem);
  display: grid;
  place-items: center;
  margin: 0;
  perspective: 1100px;
}

.private-main-hero__visual > img {
  position: relative;
  z-index: 2;
  width: min(122%, 55rem);
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 2.4rem 2.8rem rgba(16, 14, 11, .2));
  transform: translate3d(var(--private-hero-x), var(--private-hero-y), 0);
  transition: transform .24s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.dark .private-main-hero__visual > img {
  filter: drop-shadow(0 2.5rem 3rem rgba(0, 0, 0, .4));
}

.private-main-hero__halo {
  position: absolute;
  width: min(86%, 41rem);
  aspect-ratio: 1.15;
  border-radius: 50%;
  background: color-mix(in srgb, var(--private-yellow) 12%, transparent);
  filter: blur(3.8rem);
  opacity: .58;
  transform: translateY(7%);
}

.private-main-hero__visual figcaption {
  position: absolute;
  z-index: 5;
  right: .25rem;
  bottom: 1.2rem;
  width: min(15.5rem, 40%);
  padding: .9rem 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: .55rem;
  background: rgba(17, 17, 20, .9);
  color: #f7f4eb;
  box-shadow: 0 1rem 2rem rgba(0,0,0,.18);
}

.private-main-hero__visual figcaption span {
  display: block;
  margin-bottom: .28rem;
  color: var(--private-yellow);
  font-size: .65rem;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.private-main-hero__visual figcaption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.15;
}

.private-main-hero__marker {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--muted-foreground);
  font-size: .64rem;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.private-main-hero__marker::before {
  width: 1.9rem;
  height: 1px;
  background: currentColor;
  opacity: .5;
  content: "";
}

.private-main-hero__marker--home { top: 20%; left: 4%; }
.private-main-hero__marker--work { top: 15%; right: 8%; }
.private-main-hero__marker--private { bottom: 19%; left: 10%; }

.private-main-hero__dock {
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.8rem, 2vw, 2rem);
  padding-inline: 1.5rem;
  border-top: 1px solid var(--border);
  color: var(--muted-foreground);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.private-main-hero__dock i {
  width: .22rem;
  height: .22rem;
  border-radius: 50%;
  background: var(--private-yellow);
}

.private-topic-silo {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--border);
  background: var(--background);
  color: var(--foreground);
}

.private-topic-silo__inner {
  width: min(100% - 3rem, 90rem);
  display: grid;
  grid-template-columns: minmax(14rem, 1.35fr) repeat(6, minmax(0, 1fr));
  margin-inline: auto;
}

.private-topic-silo__intro,
.private-topic-silo a {
  min-height: 6.9rem;
  display: flex;
  justify-content: center;
  padding: 1rem;
  border-right: 1px solid var(--border);
}

.private-topic-silo__intro {
  flex-direction: column;
  border-left: 1px solid var(--border);
}

.private-topic-silo__intro span {
  color: var(--muted-foreground);
  font-size: .65rem;
  font-weight: 830;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.private-topic-silo__intro strong {
  max-width: 12rem;
  margin-top: .38rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.15;
}

.private-topic-silo a {
  position: relative;
  flex-direction: column;
  gap: .52rem;
  color: inherit;
  text-decoration: none;
  transition: background-color .24s ease, color .24s ease;
}

.private-topic-silo a small {
  color: var(--muted-foreground);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.private-topic-silo a span {
  max-width: 8.5rem;
  font-size: .81rem;
  font-weight: 780;
  line-height: 1.25;
}

.private-topic-silo a i {
  position: absolute;
  right: .85rem;
  bottom: .85rem;
  width: .35rem;
  height: .35rem;
  border-radius: 50%;
  background: var(--private-yellow);
  opacity: 0;
  transform: scale(.4);
  transition: opacity .24s ease, transform .24s ease;
}

@media (hover: hover) {
  .private-main-hero__contact:hover { color: var(--primary); }
  .private-topic-silo a:hover { background: var(--foreground); color: var(--background); }
  .private-topic-silo a:hover small { color: color-mix(in srgb, var(--background) 66%, transparent); }
  .private-topic-silo a:hover i { opacity: 1; transform: scale(1); }
}

.private-topic-silo a:focus-visible,
.private-world a:focus-visible,
.private-main-hero a:focus-visible {
  outline: 3px solid var(--private-yellow);
  outline-offset: -3px;
}

.protection-bento-section#private-main-overview { scroll-margin-top: 5rem; }

/* Connected legal-world narrative. */
.private-world {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(6.5rem, 11vw, 11rem) 0 clamp(7rem, 12vw, 12rem);
  background: var(--private-night);
  color: #f6f2e9;
}

.private-world::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  content: "";
}

.private-world::after {
  position: absolute;
  z-index: -1;
  width: 55rem;
  height: 55rem;
  top: 14%;
  left: 42%;
  border: 1px solid rgba(245,197,24,.13);
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
  box-shadow: 0 0 0 9rem rgba(245,197,24,.018), 0 0 0 18rem rgba(245,197,24,.01);
}

.private-world__inner {
  width: min(100% - 3rem, 90rem);
  margin-inline: auto;
}

.private-world__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 8rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--private-line);
}

.private-world__heading .section-kicker { color: var(--private-yellow); }

.private-world__heading h2 {
  max-width: 14ch;
  margin: .9rem 0 0;
  color: #f6f2e9;
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 590;
  line-height: .92;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.private-world__heading h2 span { color: var(--private-yellow); }

.private-world__heading > p {
  max-width: 32rem;
  margin: 0 0 .45rem;
  color: rgba(246, 242, 233, .67);
  font-size: 1rem;
  line-height: 1.72;
}

.private-world__layout {
  display: grid;
  grid-template-columns: minmax(10rem, 12rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  padding-top: clamp(3rem, 6vw, 5.5rem);
}

.private-world__index {
  position: sticky;
  top: 6.1rem;
  height: fit-content;
  display: grid;
  align-self: start;
  border-top: 1px solid var(--private-line);
}

.private-world__index-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: 1rem 0 1.2rem;
  border-bottom: 1px solid var(--private-line);
}

.private-world__index-head span {
  color: rgba(246,242,233,.48);
  font-size: .62rem;
  font-weight: 820;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.private-world__index-head strong {
  color: rgba(246,242,233,.42);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
}

.private-world__index-head b { color: var(--private-yellow); font-weight: 850; }

.private-world__index > a {
  min-height: 3.45rem;
  display: grid;
  grid-template-columns: 1.55rem 1fr;
  align-items: center;
  gap: .55rem;
  padding: .55rem 0;
  border-bottom: 1px solid var(--private-line);
  color: rgba(246,242,233,.5);
  text-decoration: none;
  transition: color .24s ease;
}

.private-world__index > a small {
  color: rgba(246,242,233,.32);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.private-world__index > a span {
  font-size: .72rem;
  font-weight: 720;
  line-height: 1.2;
}

.private-world__index > a[aria-current="step"] { color: #fff; }
.private-world__index > a[aria-current="step"] small { color: var(--private-yellow); }

.private-world__progress {
  height: 2px;
  margin-top: 1rem;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.private-world__progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--private-yellow);
  transform: scaleX(var(--world-progress, .1667));
  transform-origin: left;
  transition: transform .32s ease;
}

.private-world__journey {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(28rem, 1.18fr) minmax(18rem, .82fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.private-world[data-world-mode="linear"] .private-world__journey { display: block; }
.private-world[data-world-mode="linear"] .private-world__stage { display: none; }
.private-world[data-world-mode="linear"] .private-world__steps {
  display: grid;
  gap: 1px;
  background: var(--private-line);
  border: 1px solid var(--private-line);
}
.private-world[data-world-mode="linear"] .private-world__steps > li {
  min-height: 0;
  display: block;
  padding: 0;
  background: var(--private-night);
}
.private-world[data-world-mode="linear"] .private-world__step,
.private-world[data-world-mode="linear"] .private-world__step.is-active {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  border-left: 0;
  opacity: 1;
  transform: none;
}

.private-world__stage {
  position: sticky;
  top: 6rem;
  height: calc(100svh - 8rem);
  min-height: 35rem;
  max-height: 48rem;
  align-self: start;
}

.private-world__stage-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--private-line);
  border-radius: 1rem;
  background: #171719;
  box-shadow: 0 2.2rem 4.5rem rgba(0,0,0,.28);
}

.private-world__stage-frame::before,
.private-world__stage-frame::after {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  content: "";
}

.private-world__stage-frame::before {
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 5rem rgba(0,0,0,.4);
}

.private-world__stage-frame::after {
  inset: 1rem 1rem auto auto;
  width: 2.6rem;
  height: 2.6rem;
  border-top: 1px solid rgba(245,197,24,.4);
  border-right: 1px solid rgba(245,197,24,.4);
}

.private-world__camera {
  position: absolute;
  inset: -5% -8% 7%;
  display: grid;
  place-items: center;
  transform-origin: 50% 50%;
  will-change: transform;
}

.private-world__camera > img {
  width: 112%;
  max-width: none;
  height: auto;
  display: block;
  filter: drop-shadow(0 2.4rem 2.6rem rgba(0,0,0,.36));
}

.private-world__zone {
  position: absolute;
  z-index: 5;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245,197,24,.28);
  border-radius: 50%;
  color: rgba(255,255,255,.5);
  opacity: .45;
  transform: scale(.82);
  transition: opacity .3s ease, transform .3s ease, color .3s ease, border-color .3s ease;
}

.private-world__zone i {
  position: absolute;
  inset: .32rem;
  border-radius: 50%;
  background: rgba(17,17,19,.8);
}

.private-world__zone b {
  position: relative;
  font-size: .63rem;
  font-weight: 850;
}

.private-world__zone.is-active {
  border-color: var(--private-yellow);
  color: var(--private-yellow);
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 0 .45rem rgba(245,197,24,.1);
}

.private-world__zone--contracts { top: 20%; left: 28%; }
.private-world__zone--work { top: 18%; right: 24%; }
.private-world__zone--home { top: 47%; left: 17%; }
.private-world__zone--mobility { top: 45%; right: 15%; }
.private-world__zone--claims { bottom: 18%; left: 28%; }
.private-world__zone--cover { right: 24%; bottom: 18%; }

.private-world__stage-meta {
  position: absolute;
  z-index: 6;
  right: 1.2rem;
  bottom: 1.2rem;
  left: 1.2rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--private-line);
}

.private-world__stage-meta span {
  color: rgba(246,242,233,.45);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.private-world__stage-meta strong {
  max-width: 16rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.1;
  text-align: right;
}

.private-world__steps {
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.private-world__steps > li {
  min-height: 72svh;
  display: flex;
  align-items: center;
  padding-block: 4rem;
}

.private-world__step {
  position: relative;
  width: 100%;
  padding: 1.65rem 0 1.65rem 1.6rem;
  border-left: 1px solid rgba(255,255,255,.18);
  opacity: .35;
  transform: translateY(1rem);
  transition: opacity .35s ease, transform .35s ease, border-color .35s ease;
}

.private-world__step::before {
  position: absolute;
  width: .45rem;
  height: .45rem;
  top: 1.9rem;
  left: -.25rem;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
  content: "";
  transition: background-color .3s ease, box-shadow .3s ease;
}

.private-world__step.is-active {
  border-left-color: rgba(245,197,24,.65);
  opacity: 1;
  transform: translateY(0);
}

.private-world__step.is-active::before {
  background: var(--private-yellow);
  box-shadow: 0 0 0 .45rem rgba(245,197,24,.11);
}

.private-world__step > span {
  color: var(--private-yellow);
  font-size: .66rem;
  font-weight: 820;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.private-world__step h3 {
  max-width: 10ch;
  margin: .75rem 0 1rem;
  color: #f7f3ea;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.private-world__step p {
  margin: 0;
  color: rgba(246,242,233,.65);
  font-size: .94rem;
  line-height: 1.7;
}

.private-world__step a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.3rem;
  color: #f7f3ea;
  font-size: .76rem;
  font-weight: 780;
  text-decoration: none;
}

.private-world__step a svg {
  width: 1rem;
  fill: none;
  stroke: var(--private-yellow);
  stroke-width: 1.8;
  transition: transform .24s ease;
}


/* Private Rechtswelt: physical folder instead of a generic 3D scene. */
.private-world__stage-frame {
  perspective: 1200px;
  background:
    radial-gradient(circle at 68% 24%, rgba(245,197,24,.08), transparent 34%),
    linear-gradient(145deg, #18181b 0%, #101012 72%);
}

.private-world__folder {
  position: absolute;
  inset: 8% 7% 10%;
  transform-style: preserve-3d;
  will-change: transform;
}

.private-world__folder-back {
  position: absolute;
  inset: 3% 0 0;
  border: 1px solid rgba(245,197,24,.25);
  border-radius: .75rem 1rem 1.1rem .85rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent 28%),
    linear-gradient(160deg, #2a2927, #171719 64%);
  box-shadow: 1.4rem 2.2rem 3.5rem rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.025);
  transform: translateZ(-18px) rotateX(1deg);
}

.private-world__folder-back::before {
  position: absolute;
  inset: .65rem;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: .55rem;
  content: "";
}

.private-world__folder-spine {
  position: absolute;
  left: 1.1rem;
  top: 5%;
  bottom: 4%;
  width: .45rem;
  border-radius: .4rem;
  background: linear-gradient(to right, #0c0c0e, #4b4639 45%, #111113 78%);
  box-shadow: .2rem 0 .5rem rgba(0,0,0,.35);
  transform: translateZ(5px);
}

.private-world__folder-tabs {
  position: absolute;
  top: 9%;
  right: -2.8rem;
  z-index: 5;
  display: grid;
  gap: .42rem;
  transform: translateZ(20px);
}

.private-world__folder-tabs span {
  min-width: 8rem;
  display: grid;
  grid-template-columns: 1.65rem 1fr;
  align-items: center;
  gap: .45rem;
  padding: .62rem .75rem;
  border: 1px solid rgba(255,255,255,.12);
  border-left: 2px solid rgba(245,197,24,.2);
  border-radius: 0 .45rem .45rem 0;
  background: #202023;
  color: rgba(246,242,233,.45);
  box-shadow: .6rem .45rem 1.2rem rgba(0,0,0,.2);
  transition: color .35s ease, border-color .35s ease, background .35s ease, transform .35s ease;
}

.private-world__folder-tabs span b {
  color: var(--private-yellow);
  font-size: .62rem;
  font-weight: 850;
}

.private-world__folder-tabs span em {
  font-style: normal;
  font-size: .64rem;
  font-weight: 760;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.private-world__folder-tabs span.is-active {
  border-color: rgba(245,197,24,.42);
  background: #292a2b;
  color: #fff;
  transform: translateX(-.55rem);
}

.private-world__folder-paper-stack {
  position: absolute;
  inset: 8% 9% 8% 8%;
  transform: translateZ(25px) rotateX(.7deg);
}

.private-world__folder-paper-stack {
  position: absolute;
  inset: 8% 9% 8% 8%;
  transform: translateZ(25px) rotateX(.7deg);
  perspective: 1400px;
  transform-style: preserve-3d;
}

.private-world__paper {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(35,35,34,.12);
  border-radius: .45rem;
  background: #f1eee6;
  box-shadow: 1.2rem 1.5rem 2.5rem rgba(0,0,0,.26);
  backface-visibility: hidden;
  transform-origin: left center;
  transform-style: preserve-3d;
  will-change: transform;
}

.private-world__paper--sheet {
  z-index: 10;
  padding: clamp(1.4rem, 3vw, 2.35rem);
  color: #151516;
}

.private-world__paper--sheet::before {
  position: absolute;
  inset: .7rem;
  border: 1px solid rgba(21,21,22,.08);
  border-radius: .25rem;
  content: "";
  pointer-events: none;
}

.private-world__paper-head,
.private-world__paper-rule,
.private-world__paper-kicker,
.private-world__paper--sheet h3,
.private-world__paper--sheet p,
.private-world__paper-lines,
.private-world__paper-stamp { position: relative; z-index: 1; }

.private-world__paper-head {
  display: flex;
  align-items: baseline;
  gap: .35rem;
  color: #777168;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .11em;
}
.private-world__paper-head strong { margin-left: auto; color: #9a7300; font-size: .78rem; }
.private-world__paper-head small { color: #a49d91; font-size: .58rem; }
.private-world__paper-rule { height: 1px; margin: .9rem 0 2.4rem; background: rgba(21,21,22,.13); }
.private-world__paper-kicker { color: #9a7300; font-size: .63rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.private-world__paper--sheet h3 {
  max-width: 8ch;
  margin: .65rem 0 .8rem;
  color: #171719;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.055em;
}
.private-world__paper--sheet p { max-width: 31rem; margin: 0; color: #777168; font-size: .86rem; line-height: 1.65; }
.private-world__paper-lines { display: grid; gap: .48rem; margin-top: 2rem; max-width: 68%; }
.private-world__paper-lines i { display: block; height: 1px; background: rgba(21,21,22,.11); }
.private-world__paper-lines i:nth-child(2) { width: 88%; }
.private-world__paper-lines i:nth-child(3) { width: 72%; }
.private-world__paper-lines i:nth-child(4) { width: 58%; }
.private-world__paper-stamp {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 4.7rem;
  height: 4.7rem;
  display: grid;
  place-content: center;
  border: 1px solid rgba(139,103,0,.42);
  border-radius: 50%;
  color: #9a7300;
  font-size: .47rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  letter-spacing: .08em;
  transform: rotate(-11deg);
}
.private-world__paper-stamp b { font-size: .42rem; }

.private-world__folder-clip {
  position: absolute;
  top: 6%;
  left: 11%;
  z-index: 7;
  width: 5rem;
  height: 1.35rem;
  border: 1px solid rgba(245,197,24,.35);
  border-radius: .35rem .35rem 0 0;
  background: linear-gradient(#5b5548, #242321);
  box-shadow: 0 .4rem .8rem rgba(0,0,0,.25);
  transform: translateZ(32px) rotate(-1deg);
}

.private-world__folder-label {
  position: absolute;
  left: 3.3rem;
  bottom: 2.5%;
  z-index: 6;
  color: rgba(246,242,233,.44);
  font-size: .56rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: translateZ(12px);
}

.private-world__stage-meta { z-index: 10; }

@media (hover: hover) {
  .private-world__step a:hover svg { transform: translate(2px, -2px); }
  .private-world__index > a:hover { color: #fff; }
}

@media (max-width: 1180px) {
  .private-main-hero__inner {
    grid-template-columns: minmax(25rem, .92fr) minmax(29rem, 1.08fr);
  }

  .private-main-hero h1 { font-size: clamp(3.25rem, 5.5vw, 4.8rem); }
  .private-topic-silo__inner { grid-template-columns: repeat(6, 1fr); }
  .private-topic-silo__intro { grid-column: 1 / -1; min-height: 4.5rem; border-bottom: 1px solid var(--border); }
  .private-topic-silo__intro strong { max-width: none; }
  .private-world__layout { grid-template-columns: 9rem minmax(0, 1fr); gap: 2rem; }
  .private-world__journey { grid-template-columns: minmax(24rem, 1.08fr) minmax(17rem, .92fr); gap: 2rem; }
}

@media (max-width: 900px), (max-height: 600px) {
  .private-main-hero { min-height: auto; }

  .private-main-hero__inner {
    width: min(100% - 2rem, 45rem);
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem 0 2rem;
  }

  .private-main-hero__copy { max-width: 42rem; }
  .private-main-hero h1 { max-width: 11.5ch; font-size: clamp(3rem, 9vw, 5rem); }
  .private-main-hero__visual { min-height: 28rem; }
  .private-main-hero__visual > img { width: min(112%, 43rem); }
  .private-main-hero__marker--home { left: 2%; }
  .private-main-hero__marker--work { right: 2%; }

  .private-world { padding-block: 6rem; }
  .private-world::after { display: none; }
  .private-world__heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .private-world__heading h2 { font-size: clamp(3.1rem, 10vw, 5.6rem); }
  .private-world__layout { display: block; }

  .private-world__index {
    position: relative;
    top: auto;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 3rem;
  }

  .private-world__index-head { grid-column: 1 / -1; }
  .private-world__index > a { grid-template-columns: 1.35rem 1fr; padding: .75rem .25rem; border-right: 1px solid var(--private-line); }
  .private-world__index > a:nth-of-type(3n) { border-right: 0; }
  .private-world__progress { grid-column: 1 / -1; }
  .private-world__journey { display: block; }
  .private-world__stage { display: none; }
  .private-world__steps { display: grid; gap: 1px; background: var(--private-line); border: 1px solid var(--private-line); }
  .private-world__steps > li { min-height: 0; display: block; padding: 0; background: var(--private-night); }

  .private-world__step,
  .private-world__step.is-active {
    min-height: 21rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 7vw, 3.5rem);
    border-left: 0;
    opacity: 1;
    transform: none;
  }

  .private-world__step::before { top: 2.55rem; left: auto; right: 2rem; }
  .private-world__step h3 { max-width: 14ch; font-size: clamp(2.15rem, 7vw, 3.5rem); }
  .private-world__step p { max-width: 42rem; }
}

@media (max-width: 640px) {
  .private-main-hero { padding-top: 4rem; }
  .private-main-hero::before { inset-block-start: 4rem; }
  .private-main-hero__texture { inset-block-start: 4rem; }
  .private-main-hero__inner { padding-top: 3.25rem; }
  .private-main-hero__eyebrow { font-size: .66rem; }
  .private-main-hero h1 { margin-top: 1.1rem; font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .private-main-hero__copy > p { font-size: .96rem; }
  .private-main-hero__actions { flex-direction: column; align-items: stretch; gap: .85rem; }
  .private-main-hero__actions .button { justify-content: center; }
  .private-main-hero__contact { min-height: 3.25rem; padding: .65rem 0 0; border-top: 1px solid var(--border); border-left: 0; }
  .private-main-hero__trust { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .private-main-hero__trust > p { max-width: none; }
  .private-main-hero__visual { min-height: 20.5rem; margin-top: .25rem; }
  .private-main-hero__visual > img { width: 124%; }
  .private-main-hero__visual figcaption { right: 0; bottom: 0; width: 13rem; }
  .private-main-hero__marker { display: none; }
  .private-main-hero__dock { min-height: 3.7rem; justify-content: flex-start; gap: .7rem; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .private-main-hero__dock::-webkit-scrollbar { display: none; }
  .private-main-hero__dock span { white-space: nowrap; }

  .private-topic-silo__inner { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .private-topic-silo__intro { min-height: 5rem; padding-inline: 1.25rem; border-left: 0; }
  .private-topic-silo__intro strong { font-size: 1rem; }
  .private-topic-silo a { min-height: 5.65rem; padding: .9rem 1.25rem; }
  .private-topic-silo a:nth-of-type(2n) { border-right: 0; }
  .private-topic-silo a span { max-width: 9rem; }

  .private-world__inner { width: min(100% - 2rem, 45rem); }
  .private-world__heading { padding-bottom: 3rem; }
  .private-world__heading h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .private-world__index { grid-template-columns: repeat(2, 1fr); }
  .private-world__index > a:nth-of-type(3n) { border-right: 1px solid var(--private-line); }
  .private-world__index > a:nth-of-type(2n) { border-right: 0; }
  .private-world__step,
  .private-world__step.is-active { min-height: 24rem; padding: 2.25rem 1.5rem; }
  .private-world__step::before { top: 2.7rem; right: 1.5rem; }
}

@media (orientation: landscape) and (max-height: 520px) {
  .private-main-hero__inner {
    width: min(100% - 2rem, 75rem);
    grid-template-columns: minmax(22rem, .95fr) minmax(24rem, 1.05fr);
    align-items: center;
    gap: 1rem;
    padding: 2rem 0 1.5rem;
  }

  .private-main-hero h1 { max-width: 11ch; margin-block: .8rem; font-size: clamp(2.45rem, 6.5vw, 3.5rem); }
  .private-main-hero__copy > p { font-size: .84rem; line-height: 1.45; }
  .private-main-hero__actions { margin-top: 1rem; }
  .private-main-hero__trust { display: none; }
  .private-main-hero__visual { min-height: 18rem; }
  .private-main-hero__visual figcaption { display: none; }
  .private-main-hero__dock { min-height: 3.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .private-main-hero__visual > img,
  .private-topic-silo a,
  .private-topic-silo a i,
  .private-world__zone,
  .private-world__progress i,
  .private-world__step,
  .private-world__step a svg {
    transition: none !important;
  }

  .private-main-hero__visual > img { transform: none !important; }
  .private-world__stage { display: none; }
  .private-world__journey { display: block; }
  .private-world__steps { display: grid; gap: 1px; background: var(--private-line); border: 1px solid var(--private-line); }
  .private-world__steps > li { min-height: 0; display: block; padding: 0; background: var(--private-night); }
  .private-world__step,
  .private-world__step.is-active { min-height: 20rem; padding: 3rem; border-left: 0; opacity: 1; transform: none; }
}
