/* Generated from portfolio-home.css (lines 5704-end) — do not edit */

@media (min-width: 768px) {
  .home-showcase-slider {
    --home-showcase-max: var(--home-desktop-max, 82.5rem);
  }

  .home-showcase-slider__inner {
    max-width: var(--home-showcase-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .home-showcase-slider__header {
    padding: 0;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
  }

  .home-showcase-slider .home-work-sections {
    gap: clamp(2.5rem, 4vw, 3.25rem);
  }

  .home-portfolio-slider-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-work-category-section__label {
    padding-left: 0;
    padding-right: 0;
    font-size: 0.75rem;
  }

  .home-showcase-slider__mount {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .home-showcase-slider__scroller {
    scroll-padding-left: 0;
    max-width: 100%;
  }

  .home-showcase-slider__track {
    padding: 0;
    gap: 1.15rem;
  }

  .home-showcase-card {
    flex: 0 0 clamp(12rem, calc((100% - 2.3rem) / 2.35), 16.5rem);
  }

  .home-showcase-card__media {
    aspect-ratio: 4 / 5;
  }

  .home-showcase-card__copy {
    padding: 1.45rem 1.35rem 0;
  }

  .home-showcase-card__cta {
    left: 1.35rem;
    bottom: 1.3rem;
  }
}

@media (min-width: 1024px) {
  .home-showcase-card {
    flex: 0 0 clamp(13rem, calc((100% - 3.45rem) / 3.15), 19.5rem);
  }

  .home-showcase-slider__track {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .home-showcase-card {
    flex: 0 0 clamp(14rem, calc((100% - 3.45rem) / 3.15), 21.5rem);
  }
}

.home-showcase {
  margin: 0;
  padding: 0;
  width: 100%;
  background: var(--home-bg-light);
}

.home-showcase__img {
  display: block;
  width: 100%;
  height: clamp(18rem, 58vw, 34rem);
  object-fit: cover;
  object-position: center center;
}

.home-trust-panel__eyebrow--clients {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  gap: 0.38rem;
  margin-bottom: 0.65rem;
  color: rgba(26, 26, 26, 0.55);
}

.home-logo-groups {
  position: relative;
  display: grid;
  background: #ececec;
  border-radius: inherit;
}

.home-logo-groups--hero {
  gap: 0;
}

.home-logo-groups__panel {
  grid-area: 1 / 1;
  display: grid;
  gap: 3px;
  opacity: 0;
  transition: opacity 0.65s ease;
  pointer-events: none;
}

.home-logo-groups__panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-logo-groups__layout--mosaic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-logo-groups__layout--mosaic .home-logo-groups__cell:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - 6px) / 3);
}

.home-logo-groups__layout--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-logo-groups__layout--feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-logo-groups__feature {
  display: none;
}

.home-logo-groups__feature-media {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: inherit;
  background: #ebebeb;
  overflow: hidden;
}

.home-logo-groups__feature-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.home-logo-groups__cell {
  display: grid;
  place-items: center;
  min-height: clamp(7.85rem, 28vw, 10.35rem);
  padding: 0.7rem 0.55rem;
  border-radius: 0.65rem;
  background: #ffffff;
}

.home-logo-groups__img {
  display: block;
  width: auto;
  max-width: 96%;
  height: auto;
  max-height: clamp(3.15rem, 11.5vw, 4.35rem);
  object-fit: contain;
  object-position: center center;
  filter: grayscale(1);
  opacity: 0.88;
}

.home-logo-groups__layout--wide .home-logo-groups__cell {
  min-height: clamp(8.5rem, 31vw, 11.25rem);
  padding: 0.65rem 0.5rem;
}

.home-logo-groups__layout--wide .home-logo-groups__img {
  max-height: clamp(3.55rem, 13vw, 4.85rem);
  max-width: 98%;
}

@media (prefers-reduced-motion: reduce) {
  .home-logo-groups__panel {
    transition: none;
  }
}

.home-logo-grid.home-logo-grid--hero {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  max-width: none;
  margin: 0;
  border: none;
  background: #ececec;
}

.home-logo-grid.home-logo-grid--hero .home-logo-grid__cell {
  min-height: clamp(6.75rem, 24vw, 8.75rem);
  border: none;
  border-radius: 0.65rem;
  background: #ffffff;
  box-shadow: none;
}

.home-logo-grid--hero .home-logo-grid__slot {
  position: relative;
  min-height: clamp(6.75rem, 24vw, 8.75rem);
}

.home-logo-grid--hero .home-logo-grid__logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem 0.9rem;
  opacity: 0;
  transform: none;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.home-logo-grid--hero .home-logo-grid__logo.is-active {
  opacity: 1;
  transform: none;
}

.home-logo-grid--hero .home-logo-grid__img {
  display: block;
  width: auto;
  max-width: 82%;
  height: auto;
  max-height: clamp(2.35rem, 8vw, 3.35rem);
  object-fit: contain;
  object-position: center center;
  filter: grayscale(1);
  opacity: 0.88;
}

.home-logo-grid.home-logo-grid--hero .home-logo-grid__cell:nth-child(2n) {
  border-right: none;
}

.home-logo-grid.home-logo-grid--hero .home-logo-grid__cell:nth-last-child(-n + 2) {
  border-bottom: none;
}

@media (min-width: 768px) {
  .home-trust-panel--logos {
    padding: 1rem 1.25rem 1.65rem;
  }

  .home-trust-panel__eyebrow {
    margin-bottom: 1rem;
    font-size: 0.75rem;
  }

  .home-trust-panel--logos .home-trust-panel__inner {
    border-radius: calc(1.25rem - 5px);
    padding: 3px;
  }

  .home-trust-panel__eyebrow--clients {
    font-size: 0.6rem;
    margin-bottom: 0.75rem;
  }

  .home-logo-groups__cell {
    min-height: clamp(8.35rem, 11.5vw, 10.75rem);
    padding: 0.75rem 0.8rem;
  }

  .home-logo-groups__img {
    max-height: 4.55rem;
  }

  .home-logo-groups__layout--wide .home-logo-groups__cell {
    min-height: clamp(9rem, 12.5vw, 11.5rem);
  }

  .home-logo-groups__layout--wide .home-logo-groups__img {
    max-height: 5.1rem;
  }

  .home-logo-groups__layout--wide {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-logo-grid.home-logo-grid--hero {
    gap: 3px;
  }

  .home-logo-grid.home-logo-grid--hero .home-logo-grid__cell,
  .home-logo-grid--hero .home-logo-grid__slot {
    min-height: clamp(7.5rem, 10vw, 9.25rem);
  }

  .home-logo-grid--hero .home-logo-grid__logo {
    padding: 1.1rem 1.15rem;
  }

  .home-logo-grid--hero .home-logo-grid__img {
    max-height: 3.5rem;
  }
}

@media (max-width: 1023px) {
  .home-logo-groups__layout--feature-grid .home-logo-groups__feature {
    display: block;
    grid-column: 1 / -1;
    min-height: clamp(11.5rem, 48vw, 15.5rem);
    border-radius: 0.65rem;
    background: #ffffff;
    overflow: hidden;
  }

  .home-logo-groups__layout--feature-grid .home-logo-groups__feature-media {
    background: #111111;
    min-height: clamp(11.5rem, 48vw, 15.5rem);
  }

  .home-logo-groups__layout--feature-grid .home-logo-groups__feature-img {
    min-height: clamp(11.5rem, 48vw, 15.5rem);
  }
}

@media (min-width: 1024px) {
  .home-logo-groups__layout--feature-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(0, 2fr);
    grid-template-rows: repeat(2, minmax(6.75rem, 8.75vw));
    width: 100%;
    margin-inline: 0;
  }

  .home-logo-groups__layout--feature-grid .home-logo-groups__cell {
    min-height: 0;
    height: 100%;
    aspect-ratio: auto;
    padding: clamp(0.75rem, 1.35vw, 1.15rem);
  }

  .home-logo-groups__layout--feature-grid .home-logo-groups__img {
    max-height: clamp(2.5rem, 4.4vw, 3.75rem);
    max-width: 82%;
  }

  .home-logo-groups__feature {
    display: block;
    grid-column: 7;
    grid-row: 1 / span 2;
    border-radius: 0.65rem;
    background: #ffffff;
    overflow: hidden;
    min-height: 0;
    height: 100%;
  }

  .home-logo-groups__feature-media {
    background: #111111;
  }
}

.home-logo-grid--hero .home-logo-grid__mark {
  font-size: clamp(0.75rem, 2.4vw, 0.875rem);
}

.page-portfolio-home .hero--profile .hero-cta-pill {
  font-size: 0.8125rem;
  padding: 0.6rem 1.1rem;
  color: #fff;
  background: var(--home-text-light);
  border-color: var(--home-text-light);
}

.page-portfolio-home .hero--profile .hero-cta-pill--ghost {
  color: var(--home-text-light);
  background: transparent;
  border: 1px solid var(--home-border);
}

.page-portfolio-home .hero--profile .hero-cta-pill--ghost:hover {
  background: var(--home-bg-alt);
  color: var(--home-text-light);
  border-color: rgba(26, 26, 26, 0.18);
}

/* ----- Wyróżniki pod logotypami ----- */
.home-stats {
  background: transparent;
  padding: 0;
}

.home-trust-panel--logos .home-stats--highlights {
  width: 100%;
  margin-top: 1.55rem;
  padding: 0 0 0.35rem;
}

.home-stats__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.home-stats__row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 4.15rem;
  padding: 1.2rem 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(26, 26, 26, 0.09);
}

.home-stats__row--clickable {
  width: 100%;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease;
}

.home-stats__row--clickable:hover {
  background: rgba(26, 26, 26, 0.02);
}

.home-stats__row--clickable:active {
  background: rgba(26, 26, 26, 0.04);
}

.home-stats__row:last-child {
  border-bottom: none;
}

.home-stats__check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: var(--home-check-green, #22c55e);
}

.home-stats__check-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.home-stats__text {
  margin: 0;
  min-width: 0;
  font-family: var(--font-sans);
  font-size: clamp(1rem, 3.85vw, 1.125rem);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: -0.012em;
  color: rgba(26, 26, 26, 0.88);
  text-align: left;
}

.home-stats__text strong {
  font-weight: 700;
  color: var(--home-text-light, #1a1a1a);
}

.home-stats__hint {
  flex-shrink: 0;
  margin-right: 0.05rem;
  pointer-events: none;
  --popup-hint-size: 2.85rem;
  --popup-hint-icon: 1.28rem;
  animation:
    approach-hint-blink 1.1s ease-in-out infinite,
    approach-hint-vibrate 2.2s ease-in-out infinite;
}

.home-stats__hint.popup-hint::after {
  content: none;
  animation: none;
}

.home-stats__row--clickable:hover .home-stats__hint,
.home-stats__row--clickable:focus-visible .home-stats__hint {
  animation-play-state: paused;
  opacity: 1;
  transform: scale(1.04);
}

.home-stats__row--clickable:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.16);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .home-stats__hint {
    animation: none;
  }
}

/* ----- Scroll statement pod logotypami ----- */
.home-scroll-statement {
  background: var(--home-bg-light, #ffffff);
  --statement-hero-green: #a4f57f;
  --statement-hero-green-soft: #dff5d0;
  --statement-hero-green-mid: #c8f7a8;
}

.home-scroll-statement__track {
  --statement-progress: 0;
  --statement-reveal-steps: 24;
  padding: clamp(3.75rem, 16vw, 5.5rem) var(--home-chrome-pad-x, 1rem);
  box-sizing: border-box;
}

.home-scroll-statement__intro {
  width: 100%;
  max-width: var(--home-container);
  margin: 0 auto clamp(1.35rem, 3.5vw, 2.15rem);
  text-align: left;
}

.home-scroll-statement__eyebrow {
  margin: 0 0 0.4rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(0.72rem, 1.05vw, 0.84rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b8956f;
}

.home-scroll-statement__title {
  margin: 0;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--home-text-light);
}

.home-scroll-statement__tile-step--mobile {
  display: none;
}

.home-scroll-statement__tile-title {
  display: block;
  font-weight: 600;
}

.home-scroll-statement__tile-description {
  display: block;
  margin-top: 0.42em;
  font-weight: 400;
  line-height: 1.35;
}

.home-scroll-statement__tile-description .home-scroll-statement__word {
  color: rgba(26, 26, 26, 0.14);
}

.home-scroll-statement__tile-description .home-scroll-statement__word.is-lit {
  color: rgba(26, 26, 26, 0.52);
}

.home-scroll-statement__tile-media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.home-scroll-statement__sticky {
  display: block;
}

.home-scroll-statement__tiles {
  display: flex;
  flex-direction: column;
  gap: 0.42em;
  margin: 0;
}

.home-scroll-statement__tile {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.12em 1.85em 0.12em 0;
  border: none;
  border-radius: 0.95rem;
  background: transparent;
  font-family: var(--home-font-heading, var(--font-sans));
  font-weight: 500;
  color: var(--home-text-light);
  text-align: left;
  transition:
    background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-scroll-statement__tile-head {
  display: none;
}

.home-scroll-statement__tile-inner {
  display: block;
}

.home-scroll-statement__tile-split {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.home-scroll-statement__tile-copy {
  min-width: 0;
}

.home-scroll-statement__tile-media {
  min-width: 0;
}

.home-scroll-statement__tile-media-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: #e8e8e5;
}

.home-scroll-statement__tile-body {
  display: block;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.home-scroll-statement__tile-footer {
  display: contents;
}

.home-scroll-statement__line {
  display: block;
}

.home-scroll-statement__line--action {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border: none;
}

.home-scroll-statement__line--action:focus-visible {
  outline: 2px solid rgba(22, 163, 74, 0.45);
  outline-offset: 2px;
}

.home-scroll-statement__more {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: calc(var(--popup-hint-size, 1.65rem) * -0.5);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.28s ease, transform 0.2s ease;
}

.home-scroll-statement__line--action:has([data-statement-unit].is-lit) .home-scroll-statement__more {
  opacity: 1;
  transform: scale(1);
}

.home-scroll-statement__line--action:has([data-statement-unit].is-lit):hover .home-scroll-statement__more,
.home-scroll-statement__line--action:focus-visible .home-scroll-statement__more {
  color: rgba(26, 26, 26, 0.82);
}

.home-scroll-statement__line--action:active .home-scroll-statement__more {
  transform: scale(0.94);
}

@media (prefers-reduced-motion: reduce) {
  .home-scroll-statement__line--action:has([data-statement-unit].is-lit) .home-scroll-statement__more {
    opacity: 0.88;
  }
}

.home-scroll-statement__line + .home-scroll-statement__line {
  margin-top: 0;
}

.home-scroll-statement__step {
  display: inline-block;
  margin-right: 0.28em;
  vertical-align: baseline;
}

.home-scroll-statement__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55em;
  padding: 0.1em 0.36em;
  border-radius: 0.38em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: rgba(26, 26, 26, 0.28);
  background: rgba(26, 26, 26, 0.06);
  transition:
    color 0.38s cubic-bezier(0.33, 1, 0.68, 1),
    background-color 0.38s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-scroll-statement__step.is-lit .home-scroll-statement__step-num {
  color: #16a34a;
  background: rgba(22, 163, 74, 0.12);
}

.home-scroll-statement__word {
  color: rgba(26, 26, 26, 0.18);
  transition: color 0.38s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-scroll-statement__word.is-lit {
  color: var(--home-text-light);
}

.home-scroll-statement__highlight-inner {
  display: inline;
  color: rgba(26, 26, 26, 0.18);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  transition: color 0.38s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-scroll-statement__highlight-icon {
  display: none;
}

.home-scroll-statement__tile-progress {
  display: none;
  --tile-progress-track: rgba(26, 26, 26, 0.06);
  --tile-progress-fill: rgba(26, 26, 26, 0.22);
}

.home-scroll-statement__highlight.is-lit .home-scroll-statement__highlight-inner {
  color: var(--home-text-light);
  background: transparent;
  font-weight: 600;
}

@media (max-width: 991px) {
  .home-scroll-statement__track {
    --home-mobile-inset: 0.85rem;
    position: relative;
    min-height: 100dvh;
    min-height: 100svh;
    padding: clamp(0.65rem, 2.5vw, 1rem) var(--home-mobile-inset)
      clamp(0.35rem, 1.5vw, 0.65rem);
    overflow: visible;
  }

  .home-scroll-statement__intro {
    margin-bottom: 0;
    padding: 0 0.1rem;
    width: 100%;
    flex: 0 0 auto;
  }

  .home-scroll-statement__eyebrow {
    font-size: clamp(0.65rem, 2.5vw, 0.74rem);
    margin-bottom: 0.22rem;
  }

  .home-scroll-statement__title {
    font-size: clamp(1.1rem, 4.6vw, 1.38rem);
    line-height: 1.12;
  }

  .home-scroll-statement__track::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(max(var(--statement-reveal-steps, 24), 18) * 3dvh);
    pointer-events: none;
  }

  .home-scroll-statement__sticky {
    position: sticky;
    top: var(--home-chrome-h, calc(var(--home-promo-h, 2.5rem) + var(--home-header-h, 3.5rem)));
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.2rem;
    min-height: calc(100svh - var(--home-chrome-h, 6rem));
    min-height: calc(100dvh - var(--home-chrome-h, 6rem));
    max-height: calc(100svh - var(--home-chrome-h, 6rem));
    max-height: calc(100dvh - var(--home-chrome-h, 6rem));
    padding: 0.1rem 0 calc((100dvh - var(--home-chrome-h, 6rem)) * 0.2);
    padding-bottom: calc((100svh - var(--home-chrome-h, 6rem)) * 0.2);
    box-sizing: border-box;
    overflow: hidden;
  }

  .home-scroll-statement__tiles {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: stretch;
    gap: 0.62rem;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    font-size: clamp(0.92rem, 3.7vw, 1.02rem);
    line-height: 1.24;
    letter-spacing: -0.012em;
    grid-template-columns: none;
  }

  .home-scroll-statement__tile {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    position: relative;
    min-height: clamp(3.1rem, 14vh, 4.25rem);
    width: 100%;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0.8rem;
    border: none;
    background: #f4f4f2;
    aspect-ratio: auto;
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
    transform: none;
    transition: background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit) {
    background: var(--statement-hero-green-soft);
  }

  .home-scroll-statement__tile.is-tile-formed {
    background: var(--statement-hero-green-mid);
    opacity: 1;
  }

  .home-scroll-statement__tile-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.55rem;
    position: static;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    width: 100%;
    padding: clamp(0.72rem, 3vw, 0.95rem) clamp(0.7rem, 3.2vw, 0.95rem);
    box-sizing: border-box;
  }

  .home-scroll-statement__tile-head {
    display: none;
  }

  .home-scroll-statement__tile-step--mobile {
    display: block;
  }

  .home-scroll-statement__tile-split {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    align-items: center;
    gap: 0;
    min-width: 0;
    min-height: 0;
  }

  .home-scroll-statement__tile-media {
    display: none;
  }

  .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile-media-img {
    display: none;
  }

  .home-scroll-statement__tile-copy {
    flex: 1 1 auto;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.14rem;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    background: transparent;
    opacity: 1;
  }

  .home-scroll-statement__tile-footer {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    position: static;
  }

  .home-scroll-statement__tile-step--mobile {
    display: block;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    font-family: var(--home-font-heading, var(--font-sans));
    font-size: clamp(1.55rem, 6.6vw, 1.85rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
    color: rgba(26, 26, 26, 0.12);
    background: transparent;
    transition: color 0.38s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-step--mobile {
    color: rgba(26, 26, 26, 0.22);
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-step--mobile {
    color: rgba(26, 26, 26, 0.34);
  }

  .home-scroll-statement__tile-body {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: left;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  .home-scroll-statement__tile-title {
    font-size: clamp(0.98rem, 4vw, 1.1rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.018em;
  }

  .home-scroll-statement__tile-title .home-scroll-statement__word {
    color: rgba(26, 26, 26, 0.22);
  }

  .home-scroll-statement__tile-title .home-scroll-statement__word.is-lit {
    color: var(--home-text-light);
  }

  .home-scroll-statement__tile-description {
    display: none;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-title .home-scroll-statement__word.is-lit {
    color: var(--home-text-light);
  }

  .home-scroll-statement__line--action.home-scroll-statement__tile {
    display: flex;
    padding: 0;
  }

  .home-scroll-statement__more {
    position: static;
    flex: 0 0 auto;
    align-self: center;
    margin: 0;
    transform: scale(0.62);
    opacity: 0.45;
    color: rgba(26, 26, 26, 0.4);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    box-shadow: none;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__more {
    background: rgba(255, 255, 255, 0.55);
  }

  .home-scroll-statement__line--action:has([data-statement-unit].is-lit) .home-scroll-statement__more {
    opacity: 0.85;
    transform: scale(0.68);
    color: rgba(26, 26, 26, 0.58);
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__more {
    opacity: 1;
    color: rgba(26, 26, 26, 0.65);
  }

  .home-scroll-statement__tile-progress {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    --tile-progress-track: rgba(26, 26, 26, 0.05);
    --tile-progress-fill: rgba(26, 26, 26, 0.18);
    background: var(--tile-progress-track);
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.35s ease;
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-progress {
    opacity: 1;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-progress {
    opacity: 1;
  }

  .home-scroll-statement__tile-progress-fill {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--tile-progress-fill);
    transform-origin: left center;
    transform: scaleX(var(--tile-scroll-progress, 0));
    transition: transform 0.1s linear;
    will-change: transform;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-progress-fill {
    background: var(--tile-progress-fill);
  }
}

@media (min-width: 992px) {
  .home-scroll-statement__track {
    position: relative;
    min-height: 100dvh;
    min-height: 100svh;
    padding: clamp(2.5rem, 5vw, 3.5rem)
      max(
        var(--home-chrome-pad-x, 1rem),
        calc((100vw - var(--home-container)) / 2 + var(--home-chrome-pad-x, 1rem))
      )
      0;
    overflow: visible;
  }

  .home-scroll-statement__intro {
    margin-bottom: clamp(0.85rem, 3vw, 1.25rem);
    text-align: center;
    max-width: var(--home-container);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .home-scroll-statement__eyebrow {
    margin-bottom: 0.35rem;
  }

  .home-scroll-statement__sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(0.55rem, 1.4vw, 0.85rem);
    min-height: 100dvh;
    min-height: 100svh;
    padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.5rem, 5vw, 3.5rem);
    box-sizing: border-box;
  }

  .home-scroll-statement__track::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(max(var(--statement-reveal-steps, 24), 18) * 3dvh);
    pointer-events: none;
  }

  .home-scroll-statement__tiles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.8vw, 1.45rem);
    width: 100%;
    max-width: var(--home-container);
    margin: 0 auto;
    align-items: stretch;
  }

  .home-scroll-statement__tile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    aspect-ratio: 2 / 3;
    width: 100%;
    max-height: min(82svh, 46rem);
    padding: 0;
    box-sizing: border-box;
    text-align: left;
    border: none;
    border-radius: 1.25rem;
    background: #f3f3f2;
    box-shadow: none;
    transform: none;
    opacity: 0.72;
    visibility: visible;
    pointer-events: auto;
    overflow: hidden;
    transition:
      background-color 0.42s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit) {
    background: var(--statement-hero-green-soft);
  }

  .home-scroll-statement__tile.is-tile-formed {
    background: var(--statement-hero-green-mid);
    box-shadow: none;
    transform: none;
    opacity: 1;
  }

  .home-scroll-statement__tile-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    min-height: 0;
    padding: clamp(2rem, 3.1vw, 2.85rem);
    box-sizing: border-box;
  }

  .home-scroll-statement__tile-split {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
  }

  .home-scroll-statement__tile-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    background: transparent;
    opacity: 1;
    padding: 0;
    border-radius: 0;
  }

  .home-scroll-statement__tile-media {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    margin: clamp(0.35rem, 1vw, 0.65rem) 0;
    align-self: stretch;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: auto;
    background: transparent;
  }

  .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile-media-img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: 100%;
    border-radius: inherit;
    opacity: 1;
    background: transparent;
    filter: none;
    transition: none;
  }

  .home-scroll-statement__tile:nth-child(1) .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:nth-child(2) .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:nth-child(3) .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:nth-child(1).is-tile-formed .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:nth-child(2).is-tile-formed .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:nth-child(3).is-tile-formed .home-scroll-statement__tile-media-ph,
  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-media-ph {
    opacity: 1;
    background: transparent;
    filter: none;
  }

  .home-scroll-statement__tile-step--mobile,
  .home-scroll-statement__tile-copy .home-scroll-statement__tile-step--mobile {
    display: none;
  }

  .home-scroll-statement__tile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    flex: 0 0 auto;
    width: 100%;
    padding-bottom: 0.15rem;
  }

  .home-scroll-statement__tile-step-spacer {
    flex: 0 0 auto;
    width: 0;
  }

  .home-scroll-statement__tile-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: clamp(2.35rem, 3.2vw, 2.75rem);
    height: clamp(2.35rem, 3.2vw, 2.75rem);
    padding: 0;
    box-sizing: border-box;
    border-radius: 0.7rem;
    background: rgba(26, 26, 26, 0.045);
    color: rgba(26, 26, 26, 0.42);
    transition:
      color 0.38s cubic-bezier(0.33, 1, 0.68, 1),
      background-color 0.38s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-icon-wrap {
    background: rgba(26, 26, 26, 0.07);
    color: rgba(26, 26, 26, 0.58);
    box-shadow: none;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-icon-wrap {
    background: rgba(26, 26, 26, 0.085);
    color: rgba(26, 26, 26, 0.68);
    box-shadow: none;
    transform: none;
  }

  .home-scroll-statement__tile-icon-wrap .ui-icon-svg,
  .home-scroll-statement__tile-icon-wrap .home-scroll-statement__tile-lucide,
  .home-scroll-statement__tile-icon-wrap svg {
    display: block;
    width: clamp(1.35rem, 2vw, 1.55rem);
    height: clamp(1.35rem, 2vw, 1.55rem);
  }

  .home-scroll-statement__tile-step {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 0;
    padding: 0.12rem 0 0;
    border-radius: 0;
    font-family: var(--home-font-heading, var(--font-sans));
    font-size: clamp(2.35rem, 3.8vw, 3.15rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: rgba(26, 26, 26, 0.14);
    background: transparent;
    transition:
      color 0.38s cubic-bezier(0.33, 1, 0.68, 1),
      transform 0.38s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-step {
    color: rgba(26, 26, 26, 0.28);
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-step {
    color: rgba(26, 26, 26, 0.36);
  }

  .home-scroll-statement__tile-body {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: auto;
    padding-top: clamp(0.85rem, 1.8vw, 1.25rem);
    padding-right: 0;
    padding-bottom: clamp(0.35rem, 0.8vw, 0.55rem);
    font-size: clamp(1.05rem, 1.35vw, 1.38rem);
    line-height: 1.24;
    letter-spacing: -0.028em;
  }

  .home-scroll-statement__tile-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(0.55rem, 1vw, 0.85rem);
    width: 100%;
    margin-top: auto;
    padding-top: clamp(0.85rem, 1.8vw, 1.25rem);
    padding-bottom: clamp(0.35rem, 0.8vw, 0.55rem);
  }

  .home-scroll-statement__tile-footer .home-scroll-statement__tile-body {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-scroll-statement__tile-title {
    font-size: inherit;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: inherit;
  }

  .home-scroll-statement__tile-title .home-scroll-statement__word {
    color: rgba(26, 26, 26, 0.28);
  }

  .home-scroll-statement__tile-title .home-scroll-statement__word.is-lit {
    color: var(--home-text-light);
  }

  .home-scroll-statement__tile-description {
    display: none;
  }

  .home-scroll-statement__line--action.home-scroll-statement__tile {
    padding: 0;
  }

  .home-scroll-statement__more {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 auto;
    align-self: flex-end;
    margin: 0 0 0.06em;
    transform: scale(1);
    background: transparent;
    box-shadow: none;
    opacity: 0;
  }

  .home-scroll-statement__tile--split-reverse .home-scroll-statement__more {
    left: auto;
    right: auto;
  }

  .home-scroll-statement__line--action:has([data-statement-unit].is-lit) .home-scroll-statement__more {
    transform: scale(1);
    opacity: 1;
    color: inherit;
  }

  .home-scroll-statement__tile-progress {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--tile-progress-track);
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.35s ease;
  }

  .home-scroll-statement__tile:has(.home-scroll-statement__tile-body [data-statement-unit].is-lit)
    .home-scroll-statement__tile-progress {
    opacity: 1;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-progress {
    opacity: 1;
  }

  .home-scroll-statement__tile-progress-fill {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--tile-progress-fill);
    transform-origin: left center;
    transform: scaleX(var(--tile-scroll-progress, 0));
    transition: transform 0.1s linear;
    will-change: transform;
  }

  .home-scroll-statement__tile.is-tile-formed .home-scroll-statement__tile-progress-fill {
    background: var(--tile-progress-fill);
  }
}

@media (min-width: 1024px) {
  .home-scroll-statement__tiles {
    gap: clamp(1.1rem, 2vw, 1.55rem);
  }

  .home-scroll-statement__tile-body {
    font-size: clamp(1.38rem, 1.35vw, 1.82rem);
    line-height: 1.22;
    letter-spacing: -0.034em;
  }
}

@media (min-width: 1280px) {
  .home-scroll-statement__tile-body {
    font-size: clamp(1.45rem, 1.18vw, 1.92rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-scroll-statement__word,
  .home-scroll-statement__highlight-inner,
  .home-scroll-statement__step-num,
  .home-scroll-statement__tile,
  .home-scroll-statement__tile-progress-fill {
    transition: none;
  }
}

@media (min-width: 768px) {
  .home-trust-panel--logos .home-stats--highlights {
    margin-top: 1.75rem;
    padding-bottom: 0.45rem;
  }

  .home-stats__row {
    gap: 0.95rem;
    min-height: 4.35rem;
    padding: 1.35rem 0;
  }

  .home-stats__hint {
    --popup-hint-size: 3.1rem;
    --popup-hint-icon: 1.38rem;
  }

  .home-stats__text {
    font-size: 1.125rem;
  }

  .home-stats__check {
    width: 0.95rem;
    height: 0.95rem;
  }
}

@media (max-width: 767px) {
  .home-trust-panel--logos {
    padding-bottom: 1.55rem;
  }

  .home-trust-panel--logos .home-stats--highlights {
    margin-top: 1.65rem;
    padding-bottom: 0.25rem;
  }

  .home-stats__row {
    gap: 0.75rem;
    min-height: 4rem;
    padding: 1.15rem 0;
  }

  .home-stats__hint {
    --popup-hint-size: 2.75rem;
    --popup-hint-icon: 1.22rem;
    margin-right: 0.15rem;
  }

  .home-stats__text {
    font-size: 1.0625rem;
  }
}

.hero--profile.is-scroll-lock-frozen,
#jak-pracuje.is-scroll-lock-frozen,
#home-scroll-statement.is-scroll-lock-frozen,
.home-compare.is-scroll-lock-frozen {
  position: fixed !important;
  z-index: 1;
  pointer-events: none;
}

/* ----- Accordion profilu — Poznaj mnie ----- */
.home-accordion {
  padding-top: 0;
  padding-bottom: clamp(2.5rem, 7vw, 4rem);
  background: var(--home-bg-light);
}

.home-accordion__hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(21rem, 58vw, 27rem);
  padding: 0;
  overflow: hidden;
  background: var(--home-bg-light);
}

.home-accordion__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-accordion__hero-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(64%, 21rem);
  pointer-events: none;
}

.home-accordion__hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  user-select: none;
  -webkit-user-drag: none;
}

.home-accordion__hero-fade {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: min(62%, 15rem);
  height: 62%;
  background: linear-gradient(
    to top,
    #ffffff 0%,
    rgba(255, 255, 255, 0.96) 28%,
    rgba(255, 255, 255, 0.55) 58%,
    transparent 100%
  );
  pointer-events: none;
}

.home-accordion__hero-copy {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  z-index: 2;
  max-width: min(52%, 14.5rem);
  padding: 0 0 0 0.15rem;
  transform: translateY(-50%);
}

.home-accordion__hero-title {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(2.2rem, 9.8vw, 2.9rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.home-accordion__hero-title-strong {
  color: var(--home-text-light);
  font-weight: 600;
}

.home-accordion__hero-title-muted {
  color: rgba(26, 26, 26, 0.42);
  font-weight: 500;
}

.home-accordion__hero-lead {
  margin: 0.8rem 0 0;
  max-width: 11.5rem;
}

.home-accordion__cards {
  position: relative;
  z-index: 4;
  background: var(--home-bg-alt);
  min-width: 0;
  overflow-x: clip;
}

.home-accordion__content {
  position: relative;
  z-index: 4;
  min-width: 0;
  overflow-x: clip;
}

.home-accordion__primary {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 2vw, 0.85rem);
}

.home-accordion__cards--primary {
  background: transparent;
}

.home-accordion__cards--primary .home-accordion__inner {
  max-width: none;
  padding: 0;
}

.home-accordion__cards--primary .home-accordion__item--featured {
  margin: 0;
  padding: 0;
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
  border-bottom: none;
  overflow: hidden;
}

.home-accordion__cards--primary .home-accordion__item--featured .home-accordion__trigger {
  padding: 1.2rem 1.15rem;
  align-items: center;
}

.home-accordion__cards--primary .home-accordion__item--featured .home-accordion__title {
  font-size: clamp(1.45rem, 5.5vw, 1.85rem);
  color: var(--home-text-light);
}

.home-accordion__secondary {
  margin-top: clamp(1.15rem, 3.2vw, 1.65rem);
  padding-top: clamp(0.85rem, 2.4vw, 1.1rem);
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.home-accordion__secondary-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.38);
}

.home-accordion__secondary-grid {
  display: grid;
  gap: 0.65rem;
}

.home-accordion__item--secondary {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.035);
}

.home-accordion__item--secondary .home-accordion__trigger {
  min-height: 3.45rem;
  padding: 0.92rem 1rem;
}

.home-accordion__item--secondary .home-accordion__title {
  font-size: clamp(1.02rem, 4vw, 1.18rem);
  font-weight: 600;
  color: rgba(26, 26, 26, 0.68);
}

.home-accordion__item--secondary .home-accordion__icon {
  color: rgba(26, 26, 26, 0.34);
}

.home-cooperation-bible--embedded {
  margin: 0;
  padding: clamp(1.2rem, 4vw, 1.6rem);
  border-radius: 1rem;
  background: var(--home-bg-dark);
  color: var(--home-text-dark);
  border-top: none;
}

.home-cooperation-bible--embedded .home-cooperation-bible__inner {
  max-width: none;
  margin: 0;
}

.home-cooperation-bible--embedded .home-cooperation-bible__title {
  font-size: clamp(1.45rem, 4.6vw, 1.85rem);
}

.home-accordion__inner {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 0.65rem;
  border-top: none;
  position: relative;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: clip;
}

.home-accordion.is-switching .home-accordion__panel,
.home-accordion.is-switching .home-accordion__body,
.home-accordion.is-switching .home-accordion__highlights,
.home-accordion.is-switching .home-accordion__tags,
.home-accordion.is-switching .home-accordion__portfolio,
.home-accordion.is-switching .home-accordion__specializations {
  transition: none !important;
}

.home-accordion__item {
  border-bottom: 1px solid var(--home-border);
}

.home-accordion__item--featured {
  margin: 0 0 1.65rem;
  padding: 0 1rem;
  border-bottom: none !important;
  border-radius: 0.65rem;
  background: var(--home-bg-alt);
}

.home-accordion__item--featured:first-child {
  margin-top: 0;
}

.home-accordion__item--featured + .home-accordion__item--featured {
  margin-top: 0.65rem;
}

.home-accordion__item--featured .home-accordion__trigger {
  padding: 1.5rem 0;
  align-items: center;
}

.home-accordion__item--featured .home-accordion__trigger-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.home-accordion__featured-label {
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.42);
}

.home-accordion__item--featured .home-accordion__title {
  font-size: clamp(2rem, 6.8vw, 2.65rem);
  color: var(--home-text-light);
  letter-spacing: -0.03em;
}

.home-accordion__item--compact {
  margin-top: 0.65rem;
  border-bottom: none;
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  overflow-anchor: none;
  transition: box-shadow 0.2s ease;
}

.home-accordion__inner > .home-accordion__item--compact:first-child {
  margin-top: 0.15rem;
}

.home-accordion__item--compact + .home-accordion__item--compact {
  margin-top: 0.65rem;
}

.home-accordion__item--compact .home-accordion__trigger {
  padding: 1.2rem 1.15rem;
  min-height: 4.25rem;
}

.home-accordion__trigger-main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.home-accordion__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(26, 26, 26, 0.42);
}

.home-accordion__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.home-accordion__item--compact .home-accordion__title {
  flex: 1 1 auto;
  min-width: 0;
}

.home-accordion__item--compact .home-accordion__panel-inner {
  padding: 0 1.15rem;
}

.home-accordion__item--compact.is-open {
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
}

@media (hover: hover) and (pointer: fine) {
  .home-accordion__item--compact:hover {
    box-shadow: 0 0.55rem 1.65rem rgba(0, 0, 0, 0.09);
  }

  .home-accordion__item--compact:hover .home-accordion__toggle {
    color: rgba(26, 26, 26, 0.55);
  }
}

.home-accordion__item--compact .home-accordion__trigger:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: -2px;
}

.home-accordion__item--compact .home-accordion__title {
  font-size: clamp(1.35rem, 4.8vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.018em;
}

.home-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.home-accordion__title {
  font-family: var(--home-font-heading);
  font-size: clamp(1.65rem, 5.5vw, 2.15rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
}

.home-accordion__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(26, 26, 26, 0.38);
  transition: color 0.25s ease;
}

.home-accordion__item--compact .home-accordion__chevron {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-accordion__item--compact.is-open .home-accordion__chevron {
  transform: rotate(180deg);
}

.home-accordion__item.is-open .home-accordion__toggle {
  color: rgba(26, 26, 26, 0.55);
}

.home-accordion__toggle-icon {
  position: relative;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}

.home-accordion__toggle-icon::before,
.home-accordion__toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.home-accordion__toggle-icon::before {
  width: 100%;
  height: 1.5px;
  transform: translate(-50%, -50%);
}

.home-accordion__toggle-icon::after {
  width: 1.5px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.home-accordion__item.is-open .home-accordion__toggle-icon::after {
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
}

.home-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  overflow-anchor: none;
  transition: grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-accordion__item.is-open .home-accordion__panel {
  grid-template-rows: 1fr;
}

.home-accordion__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.home-accordion__item:not(.is-open) .home-accordion__panel {
  visibility: hidden;
  pointer-events: none;
}

.home-accordion__item.is-open .home-accordion__panel {
  visibility: visible;
  pointer-events: auto;
}

.home-accordion__body,
.home-accordion__dashlist,
.home-accordion-timeline,
.home-career-journey-mount,
.home-accordion-callout,
.home-accordion__highlights,
.home-accordion__tags,
.home-accordion__portfolio,
.home-accordion__specializations {
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: opacity 0.32s ease 0.04s, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

.home-accordion__body {
  margin: 0;
  padding: 0 0 1.15rem;
}

.home-accordion__body p {
  margin: 0 0 0.65rem;
}

.home-accordion__body p:last-child {
  margin-bottom: 0;
}

.home-accordion__dashlist {
  list-style: none;
  margin: 0;
  padding: 0 0 1.15rem;
}

.home-accordion__dashlist li {
  position: relative;
  padding: 0 0 0.42rem 0.9rem;
}

.home-accordion__dashlist li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(26, 26, 26, 0.32);
}

.home-accordion__row-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  color: rgba(26, 26, 26, 0.38);
}

.home-accordion__row-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.home-accordion__dashlist--icons li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding-left: 0;
}

.home-accordion__dashlist--icons li::before {
  content: none;
}

.home-accordion-callout {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(26, 26, 26, 0.035);
  border: 1px solid rgba(26, 26, 26, 0.08);
  font-size: clamp(0.8125rem, 1.45vw, 0.875rem);
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.72);
}

.home-accordion-callout .home-accordion__row-icon {
  margin-top: 0.15rem;
  color: rgba(26, 26, 26, 0.48);
}

.home-accordion-timeline {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0 0 0 0.15rem;
  border-left: 1px solid rgba(26, 26, 26, 0.12);
}

.home-accordion-timeline__item {
  position: relative;
  padding: 0 0 0.85rem 1rem;
}

.home-accordion-timeline__item:last-child {
  padding-bottom: 0;
}

.home-accordion-timeline__item::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 0.42rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1.5px solid rgba(26, 26, 26, 0.28);
  transform: translateX(-50%);
}

.home-accordion-timeline__when {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.42);
}

.home-accordion-timeline__what {
  display: block;
  font-size: clamp(0.8125rem, 1.45vw, 0.9rem);
  line-height: 1.48;
  color: rgba(26, 26, 26, 0.78);
}

.home-accordion-timeline__what strong {
  font-weight: 600;
  color: rgba(26, 26, 26, 0.9);
}

.home-accordion-timeline__head {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.15rem;
}

.home-accordion-timeline__head .home-accordion__row-icon {
  margin-top: 0;
  width: 0.9rem;
  height: 0.9rem;
}

.home-accordion-timeline__parallel {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(26, 26, 26, 0.48);
}

.home-accordion-timeline__parallel .home-accordion__row-icon {
  margin-top: 0;
  width: 0.8rem;
  height: 0.8rem;
  color: rgba(26, 26, 26, 0.34);
}

.home-accordion-timeline__item--freelance::before {
  border-color: rgba(26, 26, 26, 0.42);
  background: rgba(26, 26, 26, 0.06);
}

.home-accordion-timeline__item--freelance .home-accordion-timeline__when {
  color: rgba(26, 26, 26, 0.52);
}

/* ----- Career journey calendar ----- */
.home-career-journey-mount {
  margin: 0 0 1rem;
}

.career-journey {
  margin: 0 0 0.35rem;
}

.career-journey__kicker {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.38);
}

.career-journey__board {
  position: relative;
  --career-year-step: clamp(3.65rem, 10.2vw, 6.35rem);
  --career-year-count: 13;
  min-height: calc(var(--career-year-count) * var(--career-year-step) + 1.1rem);
  padding: 0.55rem 0.4rem 0.55rem 0;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.02), rgba(26, 26, 26, 0.04));
  border: 1px solid rgba(26, 26, 26, 0.07);
  overflow: visible;
}

.career-journey__gridlines,
.career-journey__years,
.career-journey__rail,
.career-journey__milestones,
.career-journey__lanes {
  position: absolute;
  top: 0.65rem;
  bottom: 0.65rem;
}

.career-journey__gridlines {
  left: 0;
  right: 0;
  pointer-events: none;
}

.career-journey__line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(26, 26, 26, 0.08);
  transform: translateY(-50%);
}

.career-journey__years {
  left: 0;
  width: 2.45rem;
  pointer-events: none;
}

.career-journey__year {
  position: absolute;
  left: 0;
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(26, 26, 26, 0.4);
  transform: translateY(-50%);
}

.career-journey__rail {
  left: 2.55rem;
  width: 2.15rem;
  padding: 0;
  border-radius: 11px;
  border: 1px solid rgba(34, 120, 72, 0.22);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(34, 120, 72, 0.1) 0,
      rgba(34, 120, 72, 0.1) 5px,
      rgba(34, 120, 72, 0.18) 5px,
      rgba(34, 120, 72, 0.18) 10px
    );
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.career-journey__rail:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

.career-journey__rail:active {
  transform: scale(0.985);
}

.career-journey__rail-label {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 92%;
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(18, 82, 48, 0.82);
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%) rotate(180deg);
  text-align: center;
}

.career-journey__lanes {
  left: 4.95rem;
  right: 0.25rem;
}

.career-journey__milestones {
  left: 4.35rem;
  right: 0.15rem;
  pointer-events: none;
  z-index: 2;
}

.career-journey__milestone {
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  transform: translateY(-50%);
  pointer-events: auto;
  cursor: pointer;
  text-align: left;
}

.career-journey__milestone:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 3px;
  border-radius: 999px;
}

.career-journey__milestone-dot {
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #2f2f2f;
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.12);
}

.career-journey__milestone-dot[data-tone="wine"] {
  background: #6f2f3f;
}

.career-journey__milestone-dot[data-tone="gold"] {
  background: #9a7348;
}

.career-journey__milestone-dot[data-tone="green"] {
  background: #15803d;
}

.career-journey__milestone-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: rgba(26, 26, 26, 0.52);
  white-space: nowrap;
}

.career-journey__card {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  min-height: 0;
  padding: 0.55rem 0.6rem 0.55rem;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 26, 0.08);
  background: #ffffff;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.06);
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  text-align: left;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.career-journey__card:hover,
.career-journey__card:focus-visible {
  box-shadow: 0 0.55rem 1.45rem rgba(0, 0, 0, 0.1);
}

.career-journey__card:active {
  transform: scale(0.985);
}

.career-journey__card:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

.career-journey__card--lane-main {
  left: 0;
  width: 100%;
}

.career-journey__card--lane-alt {
  left: 0;
  width: min(58%, 9.5rem);
}

.career-journey__card--lane-offset {
  left: 42%;
  width: 58%;
}

.career-journey__mark {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: #2f2f2f;
}

.career-journey__mark[data-tone="wine"] {
  background: #6f2f3f;
}

.career-journey__mark[data-tone="gold"] {
  background: #9a7348;
}

.career-journey__mark[data-tone="dark"] {
  background: #2f2f2f;
}

.career-journey__card-copy {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  margin-top: auto;
  padding-top: 1.85rem;
}

.career-journey__card-title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.015em;
  color: rgba(26, 26, 26, 0.9);
}

.career-journey__card-company {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.22;
  color: rgba(26, 26, 26, 0.52);
}

.career-journey__card-range,
.career-journey__card-summary,
.career-journey__card-hint {
  display: none;
}

.career-journey__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .career-journey__milestone-label {
    display: none;
  }
}

@media (min-width: 768px) {
  .career-journey__board {
    --career-year-step: 5.35rem;
    min-height: calc(var(--career-year-count) * var(--career-year-step) + 1.1rem);
  }

  .career-journey__years {
    width: 2.75rem;
  }

  .career-journey__year {
    font-size: 0.7rem;
  }

  .career-journey__rail {
    left: 2.9rem;
    width: 2.35rem;
  }

  .career-journey__rail-label {
    font-size: 0.6rem;
  }

  .career-journey__lanes {
    left: 5.55rem;
    right: 0.4rem;
  }

  .career-journey__milestones {
    left: 4.85rem;
  }

  .career-journey__milestone-label {
    font-size: 0.62rem;
  }

  .career-journey__card {
    padding: 0.65rem 0.7rem 0.62rem;
    border-radius: 14px;
  }

  .career-journey__mark {
    top: 0.65rem;
    left: 0.65rem;
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.64rem;
  }

  .career-journey__card-title {
    font-size: 0.88rem;
  }

  .career-journey__card-company {
    font-size: 0.76rem;
  }
}

.home-accordion__item.is-open .home-accordion__body,
.home-accordion__item.is-open .home-accordion__dashlist,
.home-accordion__item.is-open .home-accordion-timeline,
.home-accordion__item.is-open .home-career-journey-mount,
.home-accordion__item.is-open .home-accordion-callout,
.home-accordion__item.is-open .home-accordion__highlights,
.home-accordion__item.is-open .home-accordion__tags,
.home-accordion__item.is-open .home-accordion__portfolio,
.home-accordion__item.is-open .home-accordion__specializations {
  opacity: 1;
  transform: translateY(0);
}

.home-accordion__portfolio {
  padding: 0 0 1.15rem;
}

.home-accordion__portfolio-lead {
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.55);
}

.home-accordion-portfolio-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home-accordion-portfolio-entry {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 0.85rem 0.5rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.home-accordion-portfolio-entry:hover,
.home-accordion-portfolio-entry:focus-visible {
  background: rgba(0, 0, 0, 0.03);
  outline: none;
}

.home-accordion-portfolio-entry__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  align-self: center;
}

.home-accordion-portfolio-entry__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-accordion-portfolio-entry__thumb--fallback {
  display: block;
}

.home-accordion-portfolio-entry__main {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  padding-block: 0.1rem;
}

.home-accordion-portfolio-entry__name {
  font-family: var(--home-font-heading);
  font-size: 0.9375rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--home-text-light);
}

.home-accordion-portfolio-entry__desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-accordion-portfolio-entry__meta {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.1rem;
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.38);
}

.home-accordion-portfolio-entry__year::after {
  content: "·";
  margin-left: 0.35rem;
  opacity: 0.65;
}

.home-accordion-portfolio-entry__cat {
  color: inherit;
}

.home-accordion__portfolio-more {
  margin: 1rem 0 0;
  text-align: right;
}

.home-accordion__portfolio-link {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #632d45;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.home-accordion__portfolio-link:hover {
  text-decoration: underline;
}

.home-accordion__highlights {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}

.home-accordion__tags {
  list-style: none;
  margin: 0;
  padding: 0 0 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.45rem;
}

.home-accordion__specializations {
  padding: 0 0 1.15rem;
}

.home-accordion__specializations-lead {
  margin: 0 0 1rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(26, 26, 26, 0.55);
}

.home-accordion-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.home-accordion-spec-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  width: 100%;
  min-height: 6.15rem;
  padding: 1.05rem 1rem 0.95rem;
  border: none;
  border-radius: 0.65rem;
  background: #fff;
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.home-accordion-spec-tile:hover {
  box-shadow: 0 0.55rem 1.65rem rgba(0, 0, 0, 0.09);
}

.home-accordion-spec-tile:active {
  transform: scale(0.985);
}

.home-accordion-spec-tile__accent {
  display: block;
  width: 1.75rem;
  height: 3px;
  border-radius: 999px;
  background: var(--spec-accent, #632d45);
}

.home-accordion-spec-tile__name {
  flex: 1;
  font-family: var(--home-font-heading);
  font-size: clamp(0.9375rem, 2.8vw, 1.0625rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--home-text-light);
}

.home-accordion-spec-tile__arrow {
  align-self: flex-end;
  color: rgba(26, 26, 26, 0.32);
}

.home-accordion__specializations-excluded {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.home-accordion__specializations-excluded-lead {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.5);
}

.home-accordion-spec-tile--excluded {
  cursor: default;
  pointer-events: none;
  min-height: 4.75rem;
  padding: 0.9rem 1rem 0.85rem;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow: none;
}

.home-accordion-spec-tile--excluded .home-accordion-spec-tile__accent {
  width: 1.35rem;
  background: rgba(26, 26, 26, 0.16);
}

.home-accordion-spec-tile--excluded .home-accordion-spec-tile__name {
  color: rgba(26, 26, 26, 0.42);
}

.home-accordion-spec-tile--media {
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.75rem;
  padding: 0.65rem 0.75rem 0.65rem 0.65rem;
}

.home-accordion-spec-tile--media .home-accordion-spec-tile__accent {
  display: none;
}

.home-accordion-spec-tile__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.home-accordion-spec-tile__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-accordion-spec-tile__thumb--fallback {
  display: block;
}

.home-accordion-spec-tile__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.home-accordion-spec-tile--media .home-accordion-spec-tile__name {
  flex: none;
}

.home-accordion-spec-tile__meta {
  font-family: var(--font-sans);
  font-size: 0.625rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: rgba(26, 26, 26, 0.48);
  text-transform: lowercase;
}

.home-accordion-spec-tile--media .home-accordion-spec-tile__arrow {
  align-self: center;
  flex-shrink: 0;
}

.home-accordion-portfolio-grid {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .home-accordion-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-accordion-spec-tile__thumb {
    width: 3.75rem;
    height: 3.75rem;
  }
}

#spec-sheet-root .value-sheet-title {
  font-size: 1.125rem;
  line-height: 1.25;
}

#spec-sheet-root .value-sheet-desc {
  line-height: var(--home-paragraph-lh);
}

#spec-sheet-root .value-sheet-label {
  font-size: 0.625rem;
  margin-bottom: 0.55rem;
}

#spec-sheet-root .value-sheet-bullets {
  gap: 0.6rem;
}

#spec-sheet-root .value-sheet-bullets li {
  gap: 0.55rem;
}

#spec-sheet-root .value-sheet-dot {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.2rem;
}

.spec-sheet-pricing {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.spec-sheet-pricing__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.4rem;
  background: rgba(26, 26, 26, 0.04);
}

.spec-sheet-pricing__label {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.72);
}

.spec-sheet-pricing__value {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--home-text-light);
  white-space: nowrap;
}

.spec-sheet-pricing-note {
  margin: 0.5rem 0 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.48);
}

#spec-sheet-root .spec-sheet-pricing__row {
  padding: 0.5rem 0.65rem;
}

.spec-sheet-tiles {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.spec-sheet-tile {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  padding: 0.75rem 0.8rem;
  border-radius: 0.6rem;
  background: rgba(26, 26, 26, 0.04);
}

.spec-sheet-tile__label {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--home-text-light);
}

.spec-sheet-tile__benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.spec-sheet-tile__benefits li {
  position: relative;
  padding-left: 0.8rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.52);
}

.spec-sheet-tile__benefits li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(26, 26, 26, 0.34);
}

.home-accordion__tag {
  display: inline-block;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  white-space: nowrap;
}

.home-accordion__tag[data-tone="wine"] {
  background: #632d45;
}

.home-accordion__tag[data-tone="dark"] {
  background: #3a3a3a;
}

.home-accordion__tag[data-tone="rose"] {
  background: #b84d6f;
}

.home-accordion__tag[data-tone="gold"] {
  background: #9a7348;
  color: #fff;
}

@media (max-width: 767px) {
  .home-accordion {
    --home-mobile-inset: 0.65rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-portfolio-home .home-accordion.home-section--light {
    padding-left: 0;
    padding-right: 0;
  }

  .home-accordion__hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: clamp(-6.25rem, -24vw, -4.75rem);
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: visible;
  }

  .home-accordion__hero-media {
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .home-accordion__hero-img-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .home-accordion__hero-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: unset;
    object-position: top center;
    user-select: none;
    -webkit-user-drag: none;
  }

  .home-accordion__hero-fade {
    display: none;
  }

  .home-accordion__hero-copy {
    top: auto;
    right: auto;
    bottom: clamp(10.5rem, 39.5vw, 14.75rem);
    left: max(0.85rem, env(safe-area-inset-left, 0px));
    max-width: min(42%, 10.75rem);
    padding: 0;
    transform: none;
  }

  .home-accordion__hero-title {
    font-size: clamp(2rem, 8.8vw, 2.55rem);
    line-height: 0.96;
  }

  .home-accordion__hero-lead {
    max-width: 10.25rem;
    margin-top: 0.55rem;
    font-size: clamp(0.84rem, 3.4vw, 0.95rem);
    line-height: 1.34;
  }

  .home-accordion__cards,
  .home-accordion__content {
    margin-top: clamp(-1.5rem, -6vw, -0.75rem);
    padding: 0 var(--home-mobile-inset) clamp(1.75rem, 5vw, 2.5rem);
    background: var(--home-bg-light);
    border-radius: 0;
  }

  .home-cooperation-bible--embedded {
    border-radius: 0.85rem;
  }

  .home-accordion__secondary-grid {
    grid-template-columns: 1fr;
  }

  .home-accordion__item--secondary .home-accordion__title {
    font-size: clamp(1.02rem, 4.2vw, 1.15rem);
  }

  .home-accordion__inner {
    margin-top: 0;
    padding: 0;
  }

  .home-accordion__item--compact {
    margin-top: 0.65rem;
    border-radius: 0.85rem;
    background: var(--home-bg-alt);
    box-shadow: none;
    transition: background 0.2s ease, transform 0.15s ease;
  }

  .home-accordion__item--compact.is-open {
    box-shadow: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .home-accordion__item--compact:hover {
      background: #ebebeb;
      box-shadow: none;
    }
  }

  .home-accordion__inner > .home-accordion__item--compact:first-child {
    margin-top: 0.1rem;
  }

  .home-accordion__item--compact + .home-accordion__item--compact {
    margin-top: 0.65rem;
  }

  .home-accordion__item--compact .home-accordion__trigger {
    padding: 1.1rem 1.1rem;
    min-height: 4rem;
  }

  .home-accordion__item--compact .home-accordion__panel-inner {
    padding: 0 1.1rem;
  }

  .home-accordion__trigger {
    padding: 1rem 0;
  }

  .home-accordion__title {
    font-size: clamp(1.5rem, 6.5vw, 1.85rem);
  }

  .home-accordion__body {
    padding-bottom: 1rem;
  }

  .home-accordion__tag {
    font-size: 0.625rem;
    padding: 0.34rem 0.62rem;
    white-space: normal;
    text-align: center;
  }

  .home-accordion__item--featured {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .home-accordion__item--featured .home-accordion__title {
    font-size: clamp(1.85rem, 7.2vw, 2.25rem);
  }

  .home-accordion__item--compact .home-accordion__title {
    font-size: clamp(1.25rem, 5.2vw, 1.5rem);
  }

  .home-accordion-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .home-accordion-spec-tile {
    min-height: 4.5rem;
    padding: 0.75rem 0.7rem 0.7rem;
  }

  .home-accordion-spec-tile__name {
    font-size: clamp(0.8125rem, 3.6vw, 0.9375rem);
  }

  .home-accordion-portfolio-entry {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    gap: 1.1rem;
    padding: 1.1rem 0.35rem;
  }

  .home-accordion-portfolio-entry__thumb {
    width: 3.75rem;
    height: 3.75rem;
  }

  .home-accordion-portfolio-entry__main {
    gap: 0.4rem;
    padding-block: 0.15rem;
  }

  .home-accordion-portfolio-entry__name {
    font-size: 0.9375rem;
  }

  .home-accordion-portfolio-list {
    gap: 0.65rem;
  }

  .home-logo-slider {
    padding: 1.15rem 1.25rem 1.3rem;
  }

  .home-logo-grid {
    max-width: none;
  }

  .home-logo-grid__cell,
  .home-logo-grid__slot {
    min-height: 4.25rem;
  }

  .home-logo-grid__mark {
    font-size: clamp(0.75rem, 3.4vw, 0.875rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-accordion__panel,
  .home-accordion__body,
  .home-accordion__dashlist,
  .home-accordion-timeline,
  .home-career-journey-mount,
  .home-accordion-callout,
  .home-accordion__highlights,
  .home-accordion__tags,
  .home-accordion__portfolio,
  .home-accordion__specializations,
  .home-accordion__toggle,
  .home-accordion__chevron,
  .home-accordion__toggle-icon::before,
  .home-accordion__toggle-icon::after {
    transition: none;
  }

  .home-accordion__item:not(.is-open) .home-accordion__body,
  .home-accordion__item:not(.is-open) .home-accordion__dashlist,
  .home-accordion__item:not(.is-open) .home-accordion-timeline,
  .home-accordion__item:not(.is-open) .home-career-journey-mount,
  .home-accordion__item:not(.is-open) .home-accordion-callout,
  .home-accordion__item:not(.is-open) .home-accordion__highlights,
  .home-accordion__item:not(.is-open) .home-accordion__tags,
  .home-accordion__item:not(.is-open) .home-accordion__portfolio,
  .home-accordion__item:not(.is-open) .home-accordion__specializations {
    opacity: 1;
    transform: none;
  }
}

/* ----- Light sections ----- */
.home-section--light {
  background: var(--home-bg-light);
  padding: var(--home-section-pad) 1.5rem;
}

@media (max-width: 767px) {
  .page-portfolio-home .home-accordion.home-section--light {
    --home-mobile-inset: 0.65rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: visible;
  }

  .page-portfolio-home .home-accordion__inner {
    max-width: var(--home-container);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .page-portfolio-home .home-accordion__item--compact {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    scroll-margin-top: calc(3.75rem + env(safe-area-inset-top, 0));
  }
}

.home-section--alt {
  background: var(--home-bg-alt);
}

.home-section-head {
  max-width: var(--home-container);
  margin: 0 auto var(--home-section-pad);
  padding: 0 1.5rem;
  text-align: center;
}

.home-section-head h2 {
  font-family: var(--home-font-heading);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
  margin-bottom: 0.75rem;
}

.home-section-head p {
  color: var(--home-text-muted);
  font-size: 1.05rem;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.6;
}

/* ----- Slider realizacji (nad Portfolio w accordionie) ----- */
.page-portfolio-home main > section.home-accordion {
  overflow-x: clip;
}

.home-showcase-slider .home-work-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(2.85rem, 7.5vw, 3.85rem);
  margin: 0;
  padding: 0;
}

.home-work-sections {
  display: flex;
  flex-direction: column;
  gap: clamp(3.35rem, 9.5vw, 5.25rem);
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  padding-top: clamp(0.75rem, 2.8vw, 1.15rem);
}

.home-work-category-section {
  display: flex;
  flex-direction: column;
  gap: clamp(1.55rem, 5vw, 2rem);
}

.home-work-category-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-work-slider-nav {
  display: none;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.home-work-slider-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 50%;
  background: #fff;
  color: rgba(26, 26, 26, 0.88);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.home-work-slider-nav__btn svg {
  display: block;
}

.home-work-slider-nav__btn:disabled {
  opacity: 0.32;
  cursor: default;
}

@media (hover: hover) and (pointer: fine) {
  .home-work-slider-nav__btn:not(:disabled):hover {
    border-color: rgba(26, 26, 26, 0.22);
    background: rgba(26, 26, 26, 0.03);
  }
}

.home-work-slider-nav__btn:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .home-work-slider-nav {
    display: inline-flex;
  }

  .home-work-category-section__head {
    padding-right: 0;
  }
}

.home-work-category-section__label {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(26, 26, 26, 0.72);
}

.home-work-category-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  color: #1db954;
}

.home-work-category-section__icon .ui-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.home-work-category-section__dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #1db954;
  flex-shrink: 0;
}

.home-work-category-section__title {
  font-family: var(--home-font-heading);
  font-size: clamp(1.925rem, 7.7vw, 3.325rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--home-text-light);
  margin: 0;
  padding: 0 1.25rem 0 0.5rem;
}

@media (min-width: 768px) {
  .home-work-category-section__title {
    padding-left: max(1.5rem, calc((100% - var(--home-container)) / 2 + 1.5rem));
    padding-right: max(1.5rem, calc((100% - var(--home-container)) / 2 + 1.5rem));
  }

  .home-work-category-section + .home-work-category-section {
    padding-top: clamp(0.25rem, 1vw, 0.5rem);
  }
}

/* —— Jak zarabię (pod sliderem) —— */
.home-earn-section {
  background: #ffffff;
}

.home-earn-section__inner {
  max-width: var(--home-container);
  margin: 0 auto;
  padding: clamp(2.75rem, 9vw, 4.25rem) clamp(1.1rem, 4.8vw, 1.65rem);
}

.home-process-offer-mount {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-earn {
  display: flex;
  flex-direction: column;
  gap: clamp(1.15rem, 3.5vw, 1.5rem);
}

.home-earn__title {
  margin: 0;
  max-width: 14.5em;
  font-family: var(--home-font-heading);
  font-size: clamp(2.05rem, 7.2vw, 2.85rem);
  font-weight: var(--home-heading-weight);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--home-text-light);
}

.home-earn__title-line {
  display: block;
}

.home-earn-tabs {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0.15rem 0 0;
  padding: 0.1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.home-earn-tabs::-webkit-scrollbar {
  display: none;
}

.home-earn-tabs__btn {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.58rem 1.12rem;
  border: none;
  border-radius: 999px;
  background: #f1f1f1;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(26, 26, 26, 0.88);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.home-earn-tabs__btn.is-active {
  background: #1a1a1a;
  color: #ffffff;
}

.home-earn-tabs__btn:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.35);
  outline-offset: 2px;
}

.home-earn-panels {
  display: flex;
  flex-direction: column;
  margin-top: 0.35rem;
}

.home-earn-panel[hidden] {
  display: none;
}

.home-earn-cards {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.home-earn-card {
  display: block;
  width: 100%;
  margin: 0;
  padding: clamp(1.15rem, 3.8vw, 1.45rem);
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 1.05rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.04);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.home-earn-card__title {
  display: block;
  font-family: var(--home-font-heading);
  font-size: clamp(1.125rem, 3.6vw, 1.3125rem);
  font-weight: var(--home-heading-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--home-text-light);
}

.home-earn-card__desc {
  margin: 0.55rem 0 0;
  font-family: var(--home-font-body);
  font-size: var(--home-paragraph-size);
  font-weight: var(--home-paragraph-weight);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  color: var(--home-paragraph-color);
}

.home-earn-card:active {
  transform: scale(0.992);
}

@media (hover: hover) {
  .home-earn-card:hover {
    border-color: rgba(26, 26, 26, 0.12);
    box-shadow: 0 4px 18px rgba(26, 26, 26, 0.06);
  }
}

.home-earn-card:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .home-earn-section__inner {
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .home-earn__title {
    max-width: 12em;
    font-size: clamp(2.35rem, 4.2vw, 2.95rem);
  }

  .home-earn-tabs__btn {
    padding: 0.62rem 1.2rem;
    font-size: 0.975rem;
  }
}

/* —— Stare style process-offer (legacy) —— */
.home-process-offer-mount--legacy {
  margin-top: clamp(3.75rem, 12vw, 5.5rem);
}

.home-process-offer {
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 4vw, 2rem);
  padding: 0;
}

.home-process-offer__intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.65rem, 5vw, 2.15rem);
  padding-left: clamp(0.65rem, 4vw, 1.5rem);
  padding-right: clamp(0.65rem, 4vw, 1.5rem);
  box-sizing: border-box;
  text-align: center;
}

.home-process-offer-scroll {
  --process-offer-reveal-steps: 18;
  position: relative;
  isolation: isolate;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-process-offer__intro-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.home-process-offer__intro-bg-gradient {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(ellipse 78% 64% at 12% 18%, rgba(201, 168, 124, 0.12) 0%, transparent 58%),
    radial-gradient(ellipse 70% 58% at 88% 22%, rgba(26, 26, 26, 0.06) 0%, transparent 56%),
    radial-gradient(ellipse 62% 50% at 50% 90%, rgba(26, 26, 26, 0.04) 0%, transparent 54%),
    linear-gradient(168deg, #fbfaf8 0%, #f3f1ed 42%, #ffffff 100%);
  animation: home-process-offer-bg-drift 24s ease-in-out infinite alternate;
}

.home-process-offer__intro-bg-mesh {
  position: absolute;
  inset: -20%;
  opacity: 0.55;
  background:
    radial-gradient(circle at 24% 36%, rgba(255, 255, 255, 0.92) 0%, transparent 44%),
    radial-gradient(circle at 76% 62%, rgba(0, 0, 0, 0.04) 0%, transparent 40%),
    repeating-linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.22) 0 1px,
      transparent 1px 18px
    );
  animation: home-process-offer-mesh-pulse 18s ease-in-out infinite alternate;
  mix-blend-mode: overlay;
}

.home-process-offer__intro-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.82;
  will-change: transform;
}

.home-process-offer__intro-bg-blob--1 {
  top: 6%;
  left: -10%;
  width: min(56vw, 18rem);
  height: min(56vw, 18rem);
  background: rgba(0, 0, 0, 0.07);
  animation: home-process-offer-blob-1 20s ease-in-out infinite alternate;
}

.home-process-offer__intro-bg-blob--2 {
  top: 42%;
  right: -14%;
  width: min(50vw, 15rem);
  height: min(50vw, 15rem);
  background: rgba(0, 0, 0, 0.05);
  animation: home-process-offer-blob-2 26s ease-in-out infinite alternate;
}

.home-process-offer__intro-bg-fade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 32%,
    rgba(255, 255, 255, 0.55) 62%,
    rgba(255, 255, 255, 0.92) 82%,
    #ffffff 100%
  );
}

@keyframes home-process-offer-bg-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-1.8%, 1.2%) scale(1.03);
  }
}

@keyframes home-process-offer-mesh-pulse {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.45;
  }

  100% {
    transform: translate(2%, -1.5%) scale(1.06);
    opacity: 0.62;
  }
}

@keyframes home-process-offer-blob-1 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(12%, 8%) scale(1.12);
  }
}

@keyframes home-process-offer-blob-2 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-8%, 5%) scale(1.1);
  }
}

@keyframes home-process-offer-mobile-gradient-flow {
  0% {
    transform: translate(0%, 0%) scale(1) rotate(0deg);
  }

  33% {
    transform: translate(-4%, 2.5%) scale(1.08) rotate(1.5deg);
  }

  66% {
    transform: translate(3%, -3%) scale(1.04) rotate(-1.2deg);
  }

  100% {
    transform: translate(-2%, 1.5%) scale(1.06) rotate(0.8deg);
  }
}

@keyframes home-process-offer-mesh-slide {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(10%, -8%) scale(1.08);
  }
}

@keyframes home-process-offer-blob-3 {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(14%, -10%) scale(1.16);
  }
}

.home-process-offer__intro--hero {
  gap: clamp(1.35rem, 4.5vw, 2rem);
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-gradient {
  background:
    radial-gradient(ellipse 88% 74% at 18% 8%, rgba(191, 219, 254, 0.95) 0%, transparent 54%),
    radial-gradient(ellipse 72% 64% at 82% 14%, rgba(59, 130, 246, 0.72) 0%, transparent 56%),
    radial-gradient(ellipse 64% 58% at 8% 62%, rgba(37, 99, 235, 0.55) 0%, transparent 58%),
    radial-gradient(ellipse 70% 56% at 92% 68%, rgba(96, 165, 250, 0.48) 0%, transparent 54%),
    radial-gradient(ellipse 80% 48% at 50% 42%, rgba(37, 99, 235, 0.38) 0%, transparent 62%),
    linear-gradient(168deg, #2563eb 0%, #3b82f6 22%, #60a5fa 48%, #93c5fd 72%, #bfdbfe 92%);
  animation: home-process-offer-bg-drift 24s ease-in-out infinite alternate;
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-mesh {
  opacity: 0.5;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
    radial-gradient(circle at 78% 72%, rgba(255, 255, 255, 0.18) 0%, transparent 38%),
    radial-gradient(rgba(255, 255, 255, 0.14) 0.55px, transparent 0.55px);
  background-size: auto, auto, 12px 12px;
  mix-blend-mode: soft-light;
  animation: home-process-offer-mesh-pulse 18s ease-in-out infinite alternate;
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-blob {
  display: block;
  filter: blur(56px);
  opacity: 0.9;
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-blob--1 {
  top: -4%;
  left: -16%;
  width: min(68vw, 22rem);
  height: min(68vw, 22rem);
  background: rgba(37, 99, 235, 0.45);
  animation: home-process-offer-blob-1 20s ease-in-out infinite alternate;
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-blob--2 {
  top: 28%;
  right: -20%;
  width: min(60vw, 19rem);
  height: min(60vw, 19rem);
  background: rgba(147, 197, 253, 0.55);
  animation: home-process-offer-blob-2 26s ease-in-out infinite alternate;
}

.home-process-offer__intro--hero .home-process-offer__intro-bg-fade {
  background: linear-gradient(
    to bottom,
    rgba(37, 99, 235, 0) 0%,
    rgba(37, 99, 235, 0) 58%,
    rgba(255, 255, 255, 0.42) 78%,
    rgba(255, 255, 255, 0.88) 92%,
    #ffffff 100%
  );
}

.home-process-offer__title-wrap {
  position: relative;
  width: 100%;
  max-width: min(36rem, 100%);
  margin-inline: auto;
}

.home-process-offer__intro-lead {
  margin: clamp(0.65rem, 2.2vw, 0.95rem) auto 0;
  max-width: min(30rem, 100%);
  padding: 0 clamp(0.25rem, 2vw, 0.5rem);
  font-family: var(--home-font-body, var(--font-sans));
  font-size: clamp(0.8125rem, 2.15vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: -0.018em;
  text-align: center;
  color: rgba(26, 26, 26, 0.58);
}

.home-process-offer__intro-eyebrow {
  margin: 0 0 clamp(0.75rem, 2.5vw, 1rem);
  padding: 0.3rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.07);
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.42);
}

.home-process-offer__inline-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.32em;
  height: 1.32em;
  margin: 0 0.06em 0 0.12em;
  vertical-align: -0.15em;
  border-radius: 0.38em;
  background: #ffffff;
  border: 1.5px solid var(--badge-ring, #1a1a1a);
  color: var(--badge-ring, #1a1a1a);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.home-process-offer__inline-badge .home-process-offer__inline-icon,
.home-process-offer__inline-badge .ui-icon-svg {
  display: block;
  width: 0.68em;
  height: 0.68em;
  margin: 0;
  color: inherit;
  stroke-width: 2.35;
}

.home-process-offer__title-muted .home-process-offer__inline-badge {
  opacity: 0.88;
}

.home-process-offer__inline-emoji {
  display: inline-block;
  font-size: 0.92em;
  line-height: 1;
  margin: 0 0.08em 0 0.14em;
  vertical-align: -0.08em;
  filter: grayscale(1) saturate(0.15);
  opacity: 0.82;
}

.home-process-offer__title-muted .home-process-offer__inline-emoji {
  opacity: 0.72;
}

.home-process-offer__inline-glyph {
  --glyph-size: 1.28em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--glyph-size);
  height: var(--glyph-size);
  margin: 0 0.06em 0 0.12em;
  vertical-align: -0.16em;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid var(--glyph-ring, #1a1a1a);
  color: var(--home-text-light);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
}

.home-process-offer__inline-glyph-icon {
  display: block;
  width: 58%;
  height: 58%;
}

.home-process-offer__title-muted .home-process-offer__inline-glyph {
  opacity: 0.82;
}

.home-process-offer__title-glyph {
  display: inline-block;
  width: 0.72em;
  height: 0.72em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.home-process-offer__title-glyph--money-coin {
  -webkit-mask-image: url(/assets/icons/glyph-money-coin.svg);
  mask-image: url(/assets/icons/glyph-money-coin.svg);
}

.home-process-offer__title-glyph--briefcase {
  -webkit-mask-image: url(/assets/icons/glyph-briefcase.svg);
  mask-image: url(/assets/icons/glyph-briefcase.svg);
}

.home-process-offer__title-glyph--dollar {
  -webkit-mask-image: url(/assets/icons/glyph-dollar.svg);
  mask-image: url(/assets/icons/glyph-dollar.svg);
}

.home-process-offer__title-glyph--building {
  -webkit-mask-image: url(/assets/icons/glyph-building.svg);
  mask-image: url(/assets/icons/glyph-building.svg);
}

.home-process-offer__title-glyph--tone-green {
  color: #16a34a;
}

.home-process-offer__title-glyph--tone-blue {
  color: #2563eb;
}

.home-process-offer__inline-icon,
.home-process-offer__inline-icon.ui-icon-svg,
.home-process-offer__title svg.ui-icon-svg {
  display: inline-block;
  vertical-align: -0.12em;
  width: 0.82em;
  height: 0.82em;
  margin: 0 0.08em 0 0.14em;
  flex-shrink: 0;
  color: rgba(26, 26, 26, 0.44);
  stroke-width: 2.25;
}

.home-process-offer__title-strong .home-process-offer__inline-icon,
.home-process-offer__title-strong .home-process-offer__inline-icon.ui-icon-svg,
.home-process-offer__title-strong svg.ui-icon-svg {
  width: 0.88em;
  height: 0.88em;
}

.home-process-offer__title-muted .home-process-offer__inline-emoji {
  opacity: 0.92;
}

.home-process-offer__title-muted .home-process-offer__inline-icon:not([style*="color"]),
.home-process-offer__title-muted .home-process-offer__inline-icon.ui-icon-svg:not([style*="color"]),
.home-process-offer__title-muted svg.ui-icon-svg:not([style*="color"]) {
  color: rgba(26, 26, 26, 0.34);
}

.home-process-offer__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.04em;
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(2.65rem, 8.4vw, 4.15rem);
  font-weight: 600 !important;
  line-height: 1.02;
  letter-spacing: -0.042em !important;
  text-align: center;
}

.page-portfolio-home .home-process-offer__title,
.page-portfolio-home .home-process-offer__title-strong,
.page-portfolio-home .home-process-offer__title-muted,
.page-portfolio-home .home-process-offer__title .home-process-offer__word {
  font-family: var(--home-font-body, var(--font-sans)) !important;
  font-weight: 600 !important;
  letter-spacing: -0.042em !important;
}

.page-portfolio-home .home-process-offer__step-pill .home-process-offer__step-text {
  font-family: var(--home-font-body, var(--font-sans)) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
}

.home-process-offer__title-strong {
  color: var(--home-text-light);
  font-weight: 600 !important;
}

.home-process-offer__title-muted {
  color: #2563eb;
  font-weight: 600 !important;
}

.home-process-offer__title-muted .home-process-offer__word {
  color: rgba(26, 26, 26, 0.22);
}

.home-process-offer__title-muted .home-process-offer__word.is-lit {
  color: #2563eb;
}

.home-process-offer__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.72rem;
  width: 100%;
  max-width: min(36rem, 100%);
  margin-inline: auto;
  border: none;
}

.home-process-offer__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 0.42rem;
  width: 100%;
  padding: 0;
}

.home-process-offer__step-kicker {
  display: block;
  padding: 0 0.15rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.home-process-offer__step:not(.home-process-offer__step--last)::after {
  display: none;
}

.home-process-offer__step-marker {
  display: none;
}

.home-process-offer__step-num {
  display: none;
}

.home-process-offer__step-pill {
  --step-pill-bg: #ffffff;
  --step-pill-dot: #2563eb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  max-width: none;
  padding: 1.05rem 1.35rem;
  border-radius: 1.05rem;
  border: none;
  background: var(--step-pill-bg);
  font-size: clamp(1.02rem, 4.2vw, 1.2rem);
  transform: none;
  box-shadow: none;
  box-sizing: border-box;
  transition:
    background-color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
    opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1),
    color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-process-offer__step:first-child .home-process-offer__step-pill {
  border-top: none;
}

.home-process-offer__step-pill.is-lit {
  animation: none;
  box-shadow: none;
}

@keyframes home-process-offer-pill-pop {
  0% {
    transform: scale(0.94);
  }

  55% {
    transform: scale(1.04);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes home-process-offer-marker-pop {
  0% {
    transform: scale(0.88);
  }

  60% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.home-process-offer__step:has(.home-process-offer__step-pill.is-lit) .home-process-offer__step-marker {
  animation: none;
}

.home-process-offer__step-pill-dot {
  flex-shrink: 0;
  width: 0.42em;
  height: 0.42em;
  border-radius: 50%;
  background: var(--step-pill-dot);
  transition: background-color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-process-offer__step-pill-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.92em;
  line-height: 1;
  filter: grayscale(1) saturate(0.2);
  opacity: 0.9;
}

.home-process-offer__step-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  color: var(--step-pill-dot);
}

.home-process-offer__step-pill-icon .ui-icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke-width: 2.35;
}

.home-process-offer__step-text {
  font-family: var(--home-font-heading);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
}

.home-process-offer__step-pill .home-process-offer__step-text {
  white-space: normal;
  text-align: center;
}

.home-process-offer__services {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2rem);
}

.home-process-offer__services-layout {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  box-sizing: border-box;
}

.home-process-offer__services-main {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.home-process-offer__services-photo {
  display: none;
}

.home-process-offer__how-intro {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1rem, 4vw, 1.5rem) clamp(1.15rem, 3.5vw, 1.65rem);
  overflow: hidden;
}

.home-process-offer__how-portrait {
  display: none;
}

.home-process-offer__how-copy {
  position: relative;
  z-index: 1;
  width: 100%;
}

.page-portfolio-home .home-process-offer__how-heading,
.home-process-offer__how-heading {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--home-font-body, var(--font-sans));
  font-size: clamp(3.4rem, 13vw, 4.6rem);
  font-weight: var(--home-heading-weight);
  line-height: 1.02;
  letter-spacing: -0.042em;
  text-align: center;
  color: #0f0f0f;
}

.home-process-offer__how-subheading {
  margin: clamp(0.55rem, 1.8vw, 0.75rem) 0 0;
  padding: 0;
  font-family: var(--home-font-body, var(--font-sans));
  font-size: clamp(0.9375rem, 2.35vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgba(26, 26, 26, 0.52);
}

.home-process-offer__switcher-wrap {
  display: none;
}

.home-process-offer__switcher {
  display: none;
}

.home-process-offer__blocks {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 6vw, 2.75rem);
}

.home-process-offer__block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 4vw, 1.85rem);
}

.home-process-offer__block[hidden] {
  display: none;
}

.home-process-offer__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
}

.home-process-offer__eyebrow--label {
  width: 100%;
}

.home-process-offer__panel-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 6vw, 2.65rem);
}

.home-process-offer__eyebrow-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(26, 26, 26, 0.08) 40%,
    rgba(26, 26, 26, 0.08) 60%,
    transparent 100%
  );
}

.home-process-offer__eyebrow-text {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.4);
}

.home-process-offer__category {
  display: flex;
  flex-direction: column;
  gap: clamp(0.95rem, 3vw, 1.2rem);
  margin: 0;
}

.home-process-offer__category-label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 0.45rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0.15rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
  text-align: left;
  color: rgba(26, 26, 26, 0.48);
}

.home-process-offer__category-step {
  display: none;
}

.home-process-offer__category-label-text {
  display: inline-block;
}

.home-process-offer__category--warm .home-process-offer__category-label {
  color: #9a7d52;
}

.home-process-offer__category--green .home-process-offer__category-label {
  color: #4a8f62;
}

.home-process-offer__category--neutral .home-process-offer__category-label {
  color: #6d628a;
}

.home-process-offer__category--cool .home-process-offer__category-label {
  color: #4a748c;
}

.home-process-offer__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.65rem;
  width: 100%;
  min-width: 0;
  align-items: stretch;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] {
  min-height: 7.35rem;
  height: 100%;
  padding: 0.72rem 0.8rem 0.72rem 0.85rem;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet].home-process-offer__tile--wide {
  min-height: 7.35rem;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-step--category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.72rem;
  left: 0.85rem;
  z-index: 2;
  width: 1.35rem;
  height: 1.35rem;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: 0.6875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(26, 26, 26, 0.34);
}

.page-portfolio-home .home-process-offer__category--green .home-process-offer__tile-step--category {
  color: rgba(22, 163, 74, 0.55);
  border-color: rgba(22, 163, 74, 0.35);
}

.page-portfolio-home .home-process-offer__category--neutral .home-process-offer__tile-step--category {
  color: rgba(107, 102, 138, 0.58);
  border-color: rgba(107, 102, 138, 0.32);
}

.page-portfolio-home .home-process-offer__category--cool .home-process-offer__tile-step--category {
  color: rgba(48, 113, 234, 0.55);
  border-color: rgba(48, 113, 234, 0.32);
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-foot {
  padding-left: 1.65rem;
  min-height: 2.35rem;
  align-items: flex-end;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-label {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-canvas {
  display: none;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet].home-process-offer__tile--has-visual {
  min-height: 7.35rem;
}

.home-process-offer__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.5rem;
  min-height: 10.75rem;
  padding: 0.45rem;
  border: none;
  border-radius: 0.95rem;
  background: var(--home-bg-alt);
  box-shadow: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, transform 0.15s ease;
  overflow: hidden;
}

.home-process-offer__tile--has-visual {
  min-height: 11.5rem;
}

.home-process-offer__tile--wide.home-process-offer__tile--has-visual {
  min-height: 10.5rem;
}

.home-process-offer__category--warm .home-process-offer__tile {
  background: #f3ebe0;
}

.home-process-offer__category--green .home-process-offer__tile {
  background: #eaf6ee;
}

.home-process-offer__category--neutral .home-process-offer__tile {
  background: #edeaf5;
}

.home-process-offer__category--cool .home-process-offer__tile {
  background: #e2eef6;
}

.home-process-offer__tile--wide {
  grid-column: 1 / -1;
  min-height: 9.5rem;
}

.home-process-offer__tile-canvas {
  z-index: 0;
  flex: 1 1 auto;
  min-height: 5.75rem;
}

.home-process-offer__tile-visual {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: auto;
  pointer-events: none;
}

.home-process-offer__tile-visual-svg {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.home-process-offer__tile-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
  flex-shrink: 0;
  padding: 0.15rem 0.45rem 0.35rem;
}

.home-process-offer__tile--wide .home-process-offer__tile-foot {
  padding-bottom: 0.4rem;
}

.home-process-offer__tile--has-visual .home-process-offer__tile-copy {
  max-width: none;
}

.home-process-offer__tile:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .home-process-offer__tile:hover {
    transform: translateY(-1px);
  }

  .home-process-offer__category--warm .home-process-offer__tile:hover {
    background: #ebe0d2;
  }

  .home-process-offer__category--green .home-process-offer__tile:hover {
    background: #dff0e5;
  }

  .home-process-offer__category--neutral .home-process-offer__tile:hover {
    background: #e3dff0;
  }

  .home-process-offer__category--cool .home-process-offer__tile:hover {
    background: #d5e6f2;
  }

  .home-process-offer__category--warm .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):hover {
    background: #f3ebe0;
  }

  .home-process-offer__category--green .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):hover {
    background: #eaf6ee;
  }

  .home-process-offer__category--neutral .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):hover {
    background: #edeaf5;
  }

  .home-process-offer__category--cool .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):hover {
    background: #e2eef6;
  }

  .home-process-offer__tile:hover .home-process-offer__expand,
  .home-process-offer__tile:focus-visible .home-process-offer__expand {
    animation-play-state: paused;
    transform: scale(1.06);
  }
}

.home-process-offer__tile:focus-visible {
  outline: none;
  z-index: 1;
}

.home-process-offer__category--warm .home-process-offer__tile:focus-visible {
  background: #ebe0d2;
}

.home-process-offer__category--green .home-process-offer__tile:focus-visible {
  background: #dff0e5;
}

.home-process-offer__category--neutral .home-process-offer__tile:focus-visible {
  background: #e3dff0;
}

.home-process-offer__category--cool .home-process-offer__tile:focus-visible {
  background: #d5e6f2;
}

.home-process-offer__category--warm .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):focus-visible {
  background: #f3ebe0;
}

.home-process-offer__category--green .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):focus-visible {
  background: #eaf6ee;
}

.home-process-offer__category--neutral .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):focus-visible {
  background: #edeaf5;
}

.home-process-offer__category--cool .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child):focus-visible {
  background: #e2eef6;
}

.home-process-offer__briefcase {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  background: rgba(26, 26, 26, 0.06);
  color: rgba(26, 26, 26, 0.52);
}

.home-process-offer__tile-icon {
  width: 1rem;
  height: 1rem;
}

.home-process-offer__category--warm .home-process-offer__briefcase {
  background: rgba(255, 255, 255, 0.5);
  color: #9a7d52;
}

.home-process-offer__category--green .home-process-offer__briefcase {
  background: rgba(255, 255, 255, 0.52);
  color: #4a8f62;
}

.home-process-offer__category--neutral .home-process-offer__briefcase {
  background: rgba(255, 255, 255, 0.52);
  color: #7569a0;
}

.home-process-offer__category--cool .home-process-offer__briefcase {
  background: rgba(255, 255, 255, 0.52);
  color: #4f829c;
}

.home-process-offer__briefcase .ui-icon-svg {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.home-process-offer__tile-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
  min-width: 0;
}

.home-process-offer__tile-label {
  font-family: var(--home-font-heading);
  font-size: clamp(0.92rem, 3.8vw, 1.05rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
}

.home-process-offer__tile-sublabel {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--home-font-body);
  font-size: clamp(0.625rem, 2.35vw, 0.6875rem);
  font-weight: var(--home-paragraph-weight);
  line-height: 1.35;
  letter-spacing: var(--home-paragraph-tracking);
  color: rgba(26, 26, 26, 0.48);
  max-width: 24ch;
}

.home-process-offer__tile-blurb {
  display: none;
}

.home-process-offer__tile-countdown {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  flex-wrap: nowrap;
  gap: 0.22rem;
  margin-top: 0.32rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--home-font-body);
  line-height: 1;
  max-width: 100%;
}

.home-process-offer__tile-countdown-label {
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: rgba(21, 128, 61, 0.72);
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
}

.home-process-offer__tile-countdown-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.05rem;
  min-width: 1.65rem;
  padding: 0.18rem 0.28rem;
  border-radius: 0.35rem;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(22, 163, 74, 0.1);
  line-height: 1;
  flex-shrink: 0;
}

.home-process-offer__tile-countdown-num {
  font-size: 0.625rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: #15803d;
  line-height: 1;
}

.home-process-offer__tile-countdown-suffix {
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(21, 128, 61, 0.55);
  line-height: 1;
  text-transform: lowercase;
}

.home-process-offer__tile-earnings {
  display: none;
}

  .home-process-offer__grid--numbered .home-process-offer__tile:not([data-process-tile-sheet]) .home-process-offer__tile-step {
  display: none;
}

.home-process-offer__expand {
  margin-left: 0.15rem;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__expand--animated {
  position: absolute;
  top: 0.62rem;
  right: 0.72rem;
  margin: 0;
  z-index: 2;
  pointer-events: none;
  transform-origin: center center;
  --popup-hint-size: 2.25rem;
  --popup-hint-icon: 1rem;
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 100%);
  color: rgba(26, 36, 51, 0.62);
  box-shadow:
    0 2px 10px rgba(16, 24, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
  animation:
    approach-hint-blink 1.1s ease-in-out infinite,
    approach-hint-vibrate 2.2s ease-in-out infinite;
}

.page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__expand--animated.popup-hint::after {
  content: none;
  animation: none;
}

@media (hover: hover) and (pointer: fine) {
  .page-portfolio-home .home-process-offer__tile[data-process-tile-sheet]:hover .home-process-offer__expand--animated,
  .page-portfolio-home .home-process-offer__tile[data-process-tile-sheet]:focus-visible .home-process-offer__expand--animated {
    animation-play-state: paused;
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-portfolio-home .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__expand--animated {
    animation: none;
  }
}

@media (max-width: 767px) {
  .home-showcase-slider,
  .home-showcase-slider__inner,
  .page-portfolio-home .home-process-offer-mount,
  .page-portfolio-home .home-process-offer,
  .page-portfolio-home .home-process-offer-scroll {
    overflow: visible;
    contain: none;
  }

  .home-showcase-slider__inner .home-process-offer-mount {
    width: calc(100% + var(--home-mobile-inset, 0.65rem));
    max-width: 100vw;
    margin-left: calc(-1 * var(--home-mobile-inset, 0.65rem));
    margin-right: 0;
  }

  .home-process-offer-mount {
    margin-top: clamp(3rem, 10vw, 4.5rem);
    padding-left: 0;
    padding-right: 0;
  }

  .home-process-offer {
    gap: 0;
    padding: 0;
  }

  .home-process-offer-scroll {
    --process-offer-progress: 0;
    --process-offer-tone: 0;
    --process-offer-surface: #ffffff;
    --process-offer-fg: #ffffff;
    --process-offer-fg-dim: rgba(255, 255, 255, 0.13);
    --process-offer-fg-muted-lit: rgba(255, 255, 255, 0.94);
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 100dvh;
    min-height: 100svh;
    border-radius: var(--home-section-surface-radius) var(--home-section-surface-radius) 0 0;
    background: var(--process-offer-surface);
  }

  .home-process-offer-scroll::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(max(18, var(--process-offer-reveal-steps, 18)) * 3.4dvh);
    pointer-events: none;
  }

  .home-process-offer__intro-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0;
  }

  .home-process-offer-scroll .home-process-offer__intro-bg-gradient {
    inset: 0;
    background: var(--process-offer-intro-gradient);
    animation: none;
  }

  .home-process-offer-scroll .home-process-offer__intro-bg-fade,
  .home-process-offer-scroll .home-process-offer__intro-bg-mesh,
  .home-process-offer-scroll .home-process-offer__intro-bg-blob,
  .home-process-offer-scroll .home-process-offer__intro-bg::after {
    display: none;
  }

  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon:not(.home-process-offer__inline-icon--green):not(.home-process-offer__inline-icon--blue),
  .home-process-offer-scroll .home-process-offer__title .home-process-offer__inline-icon.ui-icon-svg:not(.home-process-offer__inline-icon--green):not(.home-process-offer__inline-icon--blue) {
    stroke: currentColor;
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.22) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.3) calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
    opacity: 0.9;
    transition:
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--green,
  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--blue,
  .home-process-offer-scroll .home-process-offer__title .home-process-offer__inline-icon--green.ui-icon-svg,
  .home-process-offer-scroll .home-process-offer__title .home-process-offer__inline-icon--blue.ui-icon-svg {
    stroke: currentColor;
    opacity: 1;
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__title-glyph {
    opacity: 1;
    flex: 0 0 auto;
    margin: 0;
    vertical-align: unset;
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__title-glyph--money-coin {
    width: 0.78em;
    height: 0.88em;
    transform: translateY(0.05em);
  }

  .home-process-offer-scroll .home-process-offer__title-glyph--briefcase {
    width: 0.86em;
    height: 0.86em;
    transform: translateY(0.03em);
  }

  .home-process-offer-scroll .home-process-offer__title-glyph--tone-green:not(.is-tone-lit),
  .home-process-offer-scroll .home-process-offer__title-glyph--tone-blue:not(.is-tone-lit):not(
      .home-process-offer__title-glyph--briefcase
    ) {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
  }

  .home-process-offer-scroll
    .home-process-offer__title-muted
    .home-process-offer__title-glyph--briefcase:not(.is-tone-lit) {
    color: color-mix(
      in srgb,
      rgba(26, 26, 26, 0.22) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.22) calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
    opacity: 1;
  }

  .home-process-offer-scroll .home-process-offer__title-glyph.is-tone-lit.home-process-offer__title-glyph--tone-green {
    color: color-mix(
      in srgb,
      #4ade80 calc(100% - var(--process-offer-tone, 0) * 100%),
      #16a34a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll .home-process-offer__title-glyph.is-tone-lit.home-process-offer__title-glyph--tone-blue {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll .home-process-offer__title-strong,
  .home-process-offer-scroll .home-process-offer__title-muted {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.2em;
    row-gap: 0.02em;
    width: 100%;
    color: inherit;
  }

  .home-process-offer-scroll .home-process-offer__word.is-lit + svg.home-process-offer__inline-icon,
  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-icon.ui-icon-svg,
  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-badge svg,
  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-badge .ui-icon-svg {
    opacity: 1;
  }

  .home-process-offer-scroll .home-process-offer__word.is-lit + svg.home-process-offer__inline-icon--green,
  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-icon--green.ui-icon-svg,
  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--green.is-tone-lit {
    color: color-mix(
      in srgb,
      #4ade80 calc(100% - var(--process-offer-tone, 0) * 100%),
      #16a34a calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
  }

  .home-process-offer-scroll .home-process-offer__word.is-lit + svg.home-process-offer__inline-icon--blue,
  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-icon--blue.ui-icon-svg,
  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--blue.is-tone-lit {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
  }

  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon [stroke]:not([stroke="none"]) {
    stroke: currentColor;
  }

  .home-process-offer-scroll .home-process-offer__inline-emoji {
    filter: none;
    opacity: 0.22;
    transition: opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__word.is-lit + .home-process-offer__inline-emoji {
    opacity: 0.95;
  }

  .home-process-offer__intro {
    padding-left: var(--home-mobile-inset, 0.65rem);
    padding-right: var(--home-mobile-inset, 0.65rem);
  }

  .home-process-offer__intro--pinned {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 100dvh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: calc(4.5rem + env(safe-area-inset-top, 0));
    padding-bottom: calc(clamp(1.65rem, 5vw, 2.15rem) + env(safe-area-inset-bottom, 0));
    box-sizing: border-box;
    overflow: visible;
  }

  .home-process-offer__intro--hero {
    gap: 0;
  }

  .home-process-offer__intro-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: clamp(1rem, 3.5vw, 1.45rem);
    min-height: 0;
    width: 100%;
  }

  .home-process-offer-scroll + .home-process-offer__services-layout .home-process-offer__how-intro,
  .home-process-offer-scroll ~ .home-process-offer__services-layout .home-process-offer__how-intro {
    position: relative;
    z-index: 3;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
    background: var(--home-bg-light);
    overflow: visible;
    border-radius: 0 0 1.1rem 1.1rem;
  }

  .home-process-offer__how-portrait {
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(20.5rem, 82vw, 27rem);
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .home-process-offer__how-portrait::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 76%,
        rgba(255, 255, 255, 0.55) 90%,
        #ffffff 100%
      );
  }

  .home-process-offer__how-portrait picture,
  .home-process-offer__how-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
  }

  .home-process-offer__how-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -0.75rem;
    padding: 0 calc(var(--home-mobile-inset, 0.65rem) + 0.35rem) clamp(0.85rem, 2.5vh, 1.1rem);
    background: transparent;
  }

  .home-process-offer-scroll:not(.is-services-entering) ~ .home-process-offer__services-layout .home-process-offer__how-intro {
    opacity: 0;
    transform: translateY(0.85rem);
    pointer-events: none;
  }

  .home-process-offer-scroll.is-services-entering:not(.is-complete) ~ .home-process-offer__services-layout .home-process-offer__how-intro {
    opacity: clamp(
      0,
      calc((var(--process-offer-progress, 0) - 0.76) / 0.14),
      1
    );
    transform: translateY(
      calc(
        (1 - min(1, (var(--process-offer-progress, 0) - 0.76) / 0.14)) * 0.85rem
      )
    );
    pointer-events: none;
  }

  .home-process-offer-scroll.is-complete ~ .home-process-offer__services-layout .home-process-offer__how-intro {
    opacity: 1;
    transform: none;
    transition:
      opacity 0.4s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__inline-glyph {
    --glyph-size: 1.18em;
    margin: 0 0.05em 0 0.1em;
    vertical-align: -0.14em;
  }

  .home-process-offer__title-glyph {
    width: 0.74em;
    height: 0.74em;
    margin: 0;
    flex-shrink: 0;
  }

  .home-process-offer__title-glyph--money-coin {
    width: 0.78em;
    height: 0.88em;
  }

  .home-process-offer__title-glyph--briefcase {
    width: 0.86em;
    height: 0.86em;
  }

  .home-process-offer__inline-icon,
  .home-process-offer__inline-icon.ui-icon-svg,
  .home-process-offer__title svg.ui-icon-svg {
    width: 0.68em;
    height: 0.68em;
    margin: 0 0.05em 0 0.1em;
  }

  .home-process-offer__title {
    font-size: clamp(2.4rem, 11vw, 3.45rem);
    line-height: 1.02;
    gap: 0.04em;
    letter-spacing: -0.042em;
    align-items: center;
    text-align: center;
  }

  .home-process-offer__title-strong,
  .home-process-offer__title-muted {
    font-weight: 600 !important;
    letter-spacing: -0.042em !important;
  }

  .home-process-offer__word {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__title-strong .home-process-offer__word.is-lit {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__title-muted .home-process-offer__word.is-lit {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__inline-emoji {
    font-size: 0.88em;
    margin: 0 0.06em 0 0.12em;
  }

  .home-process-offer__steps {
    gap: 0.72rem;
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .home-process-offer__step {
    flex-direction: column;
    align-items: stretch;
    gap: 0.42rem;
  }

  .home-process-offer__step-kicker {
    display: block;
    padding: 0 0.15rem;
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.58) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.48) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill {
    opacity: 1;
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.06) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.05) calc(var(--process-offer-tone, 0) * 100%)
    );
    border: none;
    border-radius: 1.1rem;
    font-size: clamp(1.08rem, 4.8vw, 1.28rem);
    padding: 1.18rem 1.4rem;
    box-shadow: none;
    --step-pill-bg: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.06) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.05) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-dot: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.42) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.38) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition:
      background-color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill:not(.is-lit) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.025) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.02) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-bg: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.025) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.02) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-dot: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.14) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.12) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition:
      background-color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      visibility 0s linear 0.44s;
  }

  .home-process-offer__step:not(:has(.home-process-offer__step-pill.is-lit)) .home-process-offer__step-kicker {
    opacity: 0;
    visibility: hidden;
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.22) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.2) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition:
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      visibility 0s linear 0.44s;
  }

  .home-process-offer__step:has(.home-process-offer__step-pill.is-lit) .home-process-offer__step-kicker {
    opacity: 1;
    visibility: visible;
    transition:
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      visibility 0s;
  }

  .home-process-offer__step:first-child .home-process-offer__step-pill {
    border-top: none;
  }

  .home-process-offer__step-pill.is-lit {
    opacity: 1;
    visibility: visible;
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.12) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.07) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-bg: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.12) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.07) calc(var(--process-offer-tone, 0) * 100%)
    );
    border: none;
    animation: none;
    box-shadow: none;
    transition:
      background-color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      color 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      opacity 0.44s cubic-bezier(0.33, 1, 0.68, 1),
      visibility 0s;
  }

  .home-process-offer__step-pill-dot {
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.28) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.28) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill.is-lit .home-process-offer__step-pill-dot {
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.82) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.72) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill .home-process-offer__step-text {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.34) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.46) calc(var(--process-offer-tone, 0) * 100%)
    );
    font-weight: 500;
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill:not(.is-lit) .home-process-offer__step-text {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.1) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill.is-lit .home-process-offer__step-text {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill:not(.is-lit) .home-process-offer__step-pill-icon {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.14) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.16) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill-icon {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.42) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.44) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill-icon .ui-icon-svg,
  .home-process-offer__step-pill-icon .home-process-offer__step-pill-lucide {
    display: block;
    width: 1.15em;
    height: 1.15em;
    stroke: currentColor;
  }

  .home-process-offer__step-pill-icon [stroke]:not([stroke="none"]) {
    stroke: currentColor;
  }

  .home-process-offer__step-pill.is-lit .home-process-offer__step-pill-icon {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill.is-lit {
    cursor: pointer;
  }

  @media (hover: hover) {
    .home-process-offer__step-pill.is-lit:hover {
      opacity: 1;
      background: rgba(255, 255, 255, 0.94);
      --step-pill-bg: rgba(255, 255, 255, 0.94);
      --step-pill-dot: rgba(26, 26, 26, 0.44);
      box-shadow: 0 0.14rem 0.7rem rgba(0, 0, 0, 0.07);
    }

    .home-process-offer__step-pill.is-lit:hover .home-process-offer__step-text {
      color: var(--home-text-light);
    }

    .home-process-offer__step-pill.is-lit:hover .home-process-offer__step-pill-icon {
      color: rgba(26, 26, 26, 0.44);
    }

    .home-process-offer__step-pill.is-lit:hover .home-process-offer__step-pill-dot {
      background: rgba(26, 26, 26, 0.44);
    }

    .home-process-offer__step:has(.home-process-offer__step-pill.is-lit:hover) .home-process-offer__step-kicker {
      opacity: 1;
      color: rgba(26, 26, 26, 0.42);
    }
  }

  .home-process-offer__step-pill.is-lit:active {
    opacity: 1;
    background: rgba(255, 255, 255, 0.94);
    --step-pill-bg: rgba(255, 255, 255, 0.94);
    --step-pill-dot: rgba(26, 26, 26, 0.44);
    box-shadow: 0 0.14rem 0.7rem rgba(0, 0, 0, 0.07);
  }

  .home-process-offer__step-pill.is-lit:active .home-process-offer__step-text {
    color: var(--home-text-light);
  }

  .home-process-offer__step-pill.is-lit:active .home-process-offer__step-pill-icon {
    color: rgba(26, 26, 26, 0.44);
  }

  .home-process-offer__step-pill.is-lit:active .home-process-offer__step-pill-dot {
    background: rgba(26, 26, 26, 0.44);
  }

  .home-process-offer__step:has(.home-process-offer__step-pill.is-lit:active) .home-process-offer__step-kicker {
    opacity: 1;
    color: rgba(26, 26, 26, 0.42);
  }

  .home-process-offer-scroll:not(.is-services-entering) ~ .home-process-offer__services-layout {
    opacity: 0;
    transform: translateY(1.5rem);
    pointer-events: none;
  }

  .home-process-offer-scroll.is-services-entering:not(.is-complete) ~ .home-process-offer__services-layout {
    opacity: clamp(
      0,
      calc((var(--process-offer-progress, 0) - 0.76) / 0.14),
      1
    );
    transform: translateY(
      calc(
        (1 - min(1, (var(--process-offer-progress, 0) - 0.76) / 0.14)) * 0.85rem
      )
    );
    pointer-events: none;
  }

  .home-process-offer-scroll.is-complete ~ .home-process-offer__services-layout {
    opacity: 1;
    transform: none;
    transition:
      opacity 0.4s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__services {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: clamp(0.55rem, 2.2vw, 0.85rem) var(--home-mobile-inset, 0.65rem)
      clamp(0.65rem, 2.5vw, 0.95rem);
    background: var(--home-bg-light);
    overflow: visible;
  }

  .home-process-offer__switcher-wrap {
    display: none;
  }

  .home-process-offer__switcher--rail {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: visible;
  }

  .home-process-offer__switcher-rail {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0.28rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.05);
  }

  .home-process-offer__switcher-rail-thumb {
    position: absolute;
    top: 0.28rem;
    left: 0.28rem;
    width: calc(50% - 0.28rem);
    height: calc(100% - 0.56rem);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.28s cubic-bezier(0.33, 1, 0.68, 1);
    pointer-events: none;
  }

  .home-process-offer__switcher--rail.is-services-mode .home-process-offer__switcher-rail-thumb {
    transform: translateX(100%);
  }

  .home-process-offer__switch-btn--rail {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.62rem 0.75rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(26, 26, 26, 0.58);
    box-shadow: none;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .home-process-offer__switch-btn--rail.is-active {
    color: var(--home-text-light);
  }

  .home-process-offer__switcher-services-panel {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    overflow: hidden;
    transition:
      grid-template-rows 0.3s ease,
      opacity 0.24s ease;
  }

  .home-process-offer__switcher--rail.is-services-mode .home-process-offer__switcher-services-panel {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .home-process-offer__switcher-services-panel > * {
    min-height: 0;
  }

  .home-process-offer__switcher-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
  }

  .home-process-offer__switch-btn--service-grid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.62rem 0.55rem;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 0.75rem;
    background: #ffffff;
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: rgba(26, 26, 26, 0.78);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    text-align: center;
    transition:
      background 0.18s ease,
      border-color 0.18s ease,
      color 0.18s ease,
      box-shadow 0.18s ease;
  }

  .home-process-offer__switch-btn--service-grid.is-active {
    background: #1a1a1a;
    border-color: var(--home-text-light);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .home-process-offer__switcher--split {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: stretch;
    gap: 0.34rem 0.45rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.42rem;
    border: none;
    border-radius: 0.9rem;
    background: rgba(0, 0, 0, 0.03);
    overflow: visible;
  }

  .home-process-offer__switcher--split .home-process-offer__switcher-services {
    display: contents;
  }

  .home-process-offer__switcher-primary {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: stretch;
    align-self: stretch;
  }

  .home-process-offer__switcher-section-label {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0 0.12rem;
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(26, 26, 26, 0.4);
  }

  .home-process-offer__switcher-wrap:has(.home-process-offer__switcher-services.is-active)
    .home-process-offer__switcher-section-label {
    color: rgba(26, 26, 26, 0.52);
  }

  .home-process-offer__switcher-services-row {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: stretch;
    gap: 0.35rem;
    min-width: 0;
    min-height: 3.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .home-process-offer__switcher-services-row::-webkit-scrollbar {
    display: none;
  }

  .home-process-offer__switcher {
    display: block;
    --process-offer-switcher-pad: 0.24rem;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.15rem 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .home-process-offer__switcher--slider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    padding: 0.34rem;
    border-radius: 0.85rem;
    background: rgba(0, 0, 0, 0.03);
  }

  .home-process-offer__switcher--slider::-webkit-scrollbar {
    display: none;
  }

  .home-process-offer__switcher--slider .home-process-offer__switcher-services {
    display: contents;
  }

  .home-process-offer__switcher:not(.home-process-offer__switcher--slider) {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.4rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .home-process-offer__switcher:not(.home-process-offer__switcher--slider)::-webkit-scrollbar {
    display: none;
  }

  .home-process-offer__switch-btn--lead,
  .home-process-offer__switch-btn--service {
    flex: 0 0 auto;
    min-height: 3.35rem;
    padding: 0.72rem 1.12rem;
    font-weight: 600;
    border-radius: 999px;
  }

  .home-process-offer__switcher-primary .home-process-offer__switch-btn--lead {
    height: 100%;
    min-height: 3.35rem;
    font-size: 0.9375rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .home-process-offer__switcher-primary .home-process-offer__switch-btn--lead:not(.is-active) {
    background: #ffffff;
    color: var(--home-text-light);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .home-process-offer__switcher-services-row .home-process-offer__switch-btn--service {
    font-size: 0.8125rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .home-process-offer__switcher--split .home-process-offer__switch-btn--lead,
  .home-process-offer__switcher--split .home-process-offer__switch-btn--service {
    min-height: 3.35rem;
  }

  .home-process-offer__switcher--slider .home-process-offer__switch-btn--lead {
    font-size: 0.9375rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .home-process-offer__switcher--slider .home-process-offer__switch-btn--lead:not(.is-active) {
    background: #ffffff;
    color: var(--home-text-light);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .home-process-offer__switcher--slider .home-process-offer__switch-btn--service {
    font-size: 0.8125rem;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  }

  .home-process-offer__switch-group {
    flex: 0 0 auto;
    min-width: 0;
  }

  .home-process-offer__switch-group-shell {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.5rem;
    padding: var(--process-offer-switcher-pad);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition:
      background 0.24s ease,
      box-shadow 0.24s ease;
  }

  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-shell {
    background: #f0f0f0;
    box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.05),
      0 1px 2px rgba(0, 0, 0, 0.03);
  }

  .home-process-offer__switch-group-head {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    flex-shrink: 0;
    padding-right: 0.15rem;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    margin-right: 0.05rem;
  }

  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-head {
    border-right-color: rgba(0, 0, 0, 0.1);
  }

  .home-process-offer__switch-group-label {
    font-family: var(--font-sans);
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: rgba(26, 26, 26, 0.46);
    white-space: nowrap;
  }

  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-label {
    color: rgba(26, 26, 26, 0.78);
  }

  .home-process-offer__switch-group-head .home-process-offer__switch-icon,
  .home-process-offer__switch-group-head .ui-icon-svg {
    width: 0.82rem;
    height: 0.82rem;
    color: rgba(26, 26, 26, 0.38);
  }

  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-head .home-process-offer__switch-icon,
  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-head .ui-icon-svg {
    color: rgba(26, 26, 26, 0.62);
  }

  .home-process-offer__switch-group-tabs {
    display: flex;
    align-items: center;
    gap: 0.22rem;
    min-width: 0;
    padding: 0.06rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
  }

  .home-process-offer__switch-group.is-active .home-process-offer__switch-group-tabs {
    background: rgba(0, 0, 0, 0.06);
  }

  .home-process-offer__switch-btn--service.is-active {
    background: #1a1a1a;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .home-process-offer__switch-btn--service:not(.is-active):active {
    background: rgba(0, 0, 0, 0.06);
  }

  .home-process-offer__switch-btn--nested {
    min-height: 2rem;
    padding: 0.36rem 0.62rem;
    font-size: 0.75rem;
    background: transparent;
    box-shadow: none;
  }

  .home-process-offer__switch-btn--nested.is-active {
    background: #1a1a1a;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .home-process-offer__switch-btn--nested:not(.is-active):active {
    background: rgba(0, 0, 0, 0.06);
  }

  .home-process-offer__switch-icon,
  .home-process-offer__switch-btn .ui-icon-svg {
    display: inline-flex;
    width: 0.9rem;
    height: 0.9rem;
    flex-shrink: 0;
    color: currentColor;
    stroke-width: 1.85;
  }

  .home-process-offer__switch-btn--lead .home-process-offer__switch-icon,
  .home-process-offer__switch-btn--lead .ui-icon-svg,
  .home-process-offer__switch-btn--service .home-process-offer__switch-icon,
  .home-process-offer__switch-btn--service .ui-icon-svg {
    width: 0.95rem;
    height: 0.95rem;
  }

  .home-process-offer__switch-btn--nested .home-process-offer__switch-icon,
  .home-process-offer__switch-btn--nested .ui-icon-svg {
    width: 0.82rem;
    height: 0.82rem;
  }

  .home-process-offer__switcher-indicator {
    display: none;
  }

  .home-process-offer__switch-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.34rem;
    flex: 0 0 auto;
    min-height: 2.35rem;
    padding: 0.45rem 0.9rem;
    border: none;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.01em;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    color: var(--home-text-light);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition:
      background 0.24s ease,
      color 0.24s ease,
      box-shadow 0.24s ease;
  }

  .home-process-offer__switcher:not(.home-process-offer__switcher--slider) .home-process-offer__switch-icon,
  .home-process-offer__switcher:not(.home-process-offer__switcher--slider) .home-process-offer__switch-btn .ui-icon-svg {
    display: none;
  }

  .home-process-offer__switch-label {
    display: block;
    width: auto;
    text-align: center;
    line-height: 1.15;
    word-break: normal;
    overflow-wrap: normal;
  }

  .home-process-offer__switch-btn.is-active {
    background: #1a1a1a;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }

  .home-process-offer__switch-btn.is-active .home-process-offer__switch-icon,
  .home-process-offer__switch-btn.is-active .ui-icon-svg {
    color: inherit;
  }

  .home-process-offer__switch-btn:focus-visible {
    outline: 2px solid rgba(26, 26, 26, 0.18);
    outline-offset: 2px;
  }

  .home-process-offer__switch-btn:active {
    transform: none;
  }

  .home-process-offer__eyebrow--label {
    display: none;
  }

  .home-process-offer__blocks {
    gap: 0;
  }

  .home-process-offer__block:not(.is-active) {
    display: none;
  }

  .home-process-offer__grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .home-process-offer__grid--numbered .home-process-offer__tile[data-process-tile-sheet],
  .home-process-offer__tile[data-process-tile-sheet] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    min-height: 7.1rem;
    height: auto;
    padding: 0.82rem 0.85rem 0.78rem 0.85rem;
  }

  .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-step--category {
    top: 0.78rem;
    left: 0.85rem;
  }

  .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__tile-foot {
    padding-left: 1.65rem;
  }

  .home-process-offer__grid--numbered .home-process-offer__tile:not([data-process-tile-sheet]),
    position: absolute;
    top: 0.72rem;
    left: 1.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: unset;
    grid-row: unset;
    align-self: auto;
    width: auto;
    min-width: 0;
    font-family: var(--home-font-heading);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-variant-numeric: tabular-nums;
    color: rgba(26, 26, 26, 0.34);
  }

  .home-process-offer__tile-step--empty {
    display: none;
  }

  .home-process-offer__category--warm .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child) {
    background: #faf6f0;
  }

  .home-process-offer__category--green .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child) {
    background: #f5fbf7;
  }

  .home-process-offer__category--neutral .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child) {
    background: #f7f5fc;
  }

  .home-process-offer__category--cool .home-process-offer__grid--numbered > .home-process-offer__tile:not(:first-child) {
    background: #f2f8fc;
  }

  .home-process-offer__category--green .home-process-offer__tile-step {
    color: rgba(22, 163, 74, 0.5);
  }

  .home-process-offer__category--neutral .home-process-offer__tile-step {
    color: rgba(107, 102, 138, 0.52);
  }

  .home-process-offer__category--cool .home-process-offer__tile-step {
    color: rgba(48, 113, 234, 0.5);
  }

  .home-process-offer__grid--numbered .home-process-offer__tile-canvas,
  .home-process-offer__tile-canvas {
    display: none;
  }

  .home-process-offer__grid--numbered .home-process-offer__tile-foot,
  .home-process-offer__tile-foot {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    padding: 0;
    gap: 0.45rem;
  }

  .home-process-offer__tile,
  .home-process-offer__tile--wide,
  .home-process-offer__tile--has-visual,
  .home-process-offer__tile--wide.home-process-offer__tile--has-visual {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    min-height: 0;
    padding: 0.82rem 0.85rem 0.78rem 1.05rem;
  }

  .home-process-offer__grid > .home-process-offer__tile:first-child {
    min-height: 0;
    padding-top: 0.82rem;
  }

  .home-process-offer__grid > .home-process-offer__tile:not(:first-child) {
    min-height: 0;
  }

  .home-process-offer__tile-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.28rem;
    width: 100%;
    min-width: 0;
    padding: 0;
    padding-right: 1.35rem;
    text-align: left;
  }

  .home-process-offer__tile-label {
    display: block;
    width: 100%;
    font-size: 0.9375rem;
    line-height: 1.24;
    letter-spacing: -0.022em;
    text-align: left;
  }

  .home-process-offer__grid > .home-process-offer__tile:not(:first-child) .home-process-offer__tile-label {
    font-size: 0.875rem;
    line-height: 1.22;
  }

  .home-process-offer__tile-sublabel,
  .home-process-offer__tile-blurb {
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--home-font-body);
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.012em;
    text-align: left;
    color: rgba(26, 26, 26, 0.5);
    max-width: 34ch;
  }

  .home-process-offer__tile-sublabel {
    margin-top: 0.04rem;
  }

  .home-process-offer__tile-blurb {
    margin-top: 0.12rem;
    color: rgba(26, 26, 26, 0.44);
  }

  .home-process-offer__grid > .home-process-offer__tile:first-child .home-process-offer__tile-copy {
    padding-top: 0.95rem;
  }

  .home-process-offer__grid > .home-process-offer__tile:not(:first-child) .home-process-offer__tile-copy {
    padding-top: 0.95rem;
  }

  .home-process-offer__tile-blurb {
    display: block;
  }

  .home-process-offer__tile-countdown {
    gap: 0.16rem;
    margin-top: 0.28rem;
    align-self: flex-start;
  }

  .home-process-offer__tile-countdown-label {
    font-size: 0.4625rem;
    letter-spacing: -0.01em;
  }

  .home-process-offer__tile-countdown-tile {
    min-width: 1.55rem;
    padding: 0.16rem 0.24rem;
    border: none;
    box-shadow: none;
  }

  .home-process-offer__tile-countdown-num {
    font-size: 0.6rem;
  }

  .home-process-offer__tile-countdown-suffix {
    font-size: 0.4875rem;
  }

  .home-process-offer__expand {
    position: absolute;
    top: 0.62rem;
    right: 0.72rem;
    margin: 0;
  }

  .home-process-offer__tile[data-process-tile-sheet] .home-process-offer__expand--animated {
    --popup-hint-size: 2.1rem;
    --popup-hint-icon: 0.92rem;
  }

  .home-process-offer__category-label {
    align-self: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 0.45rem;
    margin-bottom: 0.08rem;
  }

  .home-process-offer__category-step {
    display: none;
  }

  .home-process-offer__panel-inner {
    padding-left: 0.25rem;
  }

  .home-process-offer__tile:not([data-process-tile-sheet]) .home-process-offer__expand.popup-hint {
    border: none;
    background: transparent;
    box-shadow: none;
    animation: none;
  }

  .home-process-offer__tile:not([data-process-tile-sheet]) .home-process-offer__expand.popup-hint::after {
    display: none;
  }

  .home-process-offer__switcher-primary .home-process-offer__switch-btn--lead:not(.is-active),
  .home-process-offer__switcher--slider .home-process-offer__switch-btn--lead:not(.is-active) {
    border: none;
  }

  .home-process-offer__switch-btn--service-grid,
  .home-process-offer__switch-btn--service-grid.is-active {
    border: none;
    box-shadow: none;
  }

  .home-process-offer__switch-group-head {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}

html.is-body-locked body .home-process-offer-scroll {
  touch-action: none;
}

html.is-body-locked body .home-process-offer-scroll.is-complete ~ .home-process-offer__services-layout {
  opacity: 1;
  transform: none;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-process-offer__word,
  .home-process-offer__step-pill,
  .home-process-offer__step-pill-dot,
  .home-process-offer__step-pill .home-process-offer__step-text {
    transition: none;
  }

  .home-process-offer__intro-bg-gradient,
  .home-process-offer__intro-bg-mesh,
  .home-process-offer__intro-bg-blob,
  .home-process-offer__intro--hero .home-process-offer__intro-bg::after,
  .home-process-offer__step-pill.is-lit,
  .home-process-offer__step:has(.home-process-offer__step-pill.is-lit) .home-process-offer__step-marker {
    animation: none;
  }

  .home-process-offer__switcher-indicator {
    transition: none;
  }

  .home-process-offer-scroll:not(.is-services-entering) ~ .home-process-offer__services-layout {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .home-process-offer-scroll:not(.is-services-entering) ~ .home-process-offer__services-layout .home-process-offer__how-intro,
  .home-process-offer-scroll.is-services-entering ~ .home-process-offer__services-layout .home-process-offer__how-intro,
  .home-process-offer-scroll.is-complete ~ .home-process-offer__services-layout .home-process-offer__how-intro {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (min-width: 768px) {
  .home-process-offer-mount {
    margin-top: clamp(4rem, 5.5vw, 5.25rem);
  }

  .home-process-offer__block {
    display: flex !important;
  }

  .home-process-offer {
    gap: clamp(1.25rem, 3vw, 1.75rem);
    padding: 0;
  }

  .page-portfolio-home .home-process-offer-mount,
  .page-portfolio-home .home-process-offer,
  .page-portfolio-home .home-process-offer-scroll {
    overflow: visible;
    contain: none;
  }

  .home-process-offer-scroll {
    --process-offer-progress: 0;
    --process-offer-tone: 0;
    --process-offer-surface: #ffffff;
    --process-offer-fg: #ffffff;
    --process-offer-fg-dim: rgba(255, 255, 255, 0.13);
    --process-offer-fg-muted-lit: rgba(255, 255, 255, 0.94);
    min-height: 100dvh;
    min-height: 100svh;
    padding: 0;
    border-radius: var(--home-section-surface-radius) var(--home-section-surface-radius) 0 0;
    overflow: visible;
    background: var(--process-offer-surface);
  }

  .home-process-offer-scroll .home-process-offer__intro-bg {
    border-radius: inherit;
    overflow: hidden;
  }

  .home-process-offer-scroll::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(max(18, var(--process-offer-reveal-steps, 18)) * 3.4dvh);
    pointer-events: none;
  }

  .home-process-offer-scroll .home-process-offer__intro-bg-gradient {
    inset: 0;
    background: var(--process-offer-intro-gradient);
    animation: none;
  }

  .home-process-offer-scroll .home-process-offer__intro-bg-fade,
  .home-process-offer-scroll .home-process-offer__intro-bg-mesh,
  .home-process-offer-scroll .home-process-offer__intro-bg-blob,
  .home-process-offer-scroll .home-process-offer__intro-bg::after {
    display: none;
  }

  .home-process-offer__intro--pinned {
    position: sticky;
    top: 0;
    z-index: 1;
    min-height: 100dvh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    padding-top: calc(5rem + env(safe-area-inset-top, 0));
    padding-bottom: clamp(1.65rem, 3vw, 2.15rem);
    padding-left: max(1.5rem, calc((100vw - var(--home-container)) / 2 + 1.5rem));
    padding-right: max(1.5rem, calc((100vw - var(--home-container)) / 2 + 1.5rem));
    box-sizing: border-box;
    overflow: visible;
  }

  .home-process-offer__intro-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: clamp(1rem, 2.5vw, 1.45rem);
    width: 100%;
    max-width: min(40rem, 100%);
    margin-inline: auto;
    min-height: 0;
  }

  .home-process-offer-scroll .home-process-offer__title-strong,
  .home-process-offer-scroll .home-process-offer__title-muted {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 0.2em;
    row-gap: 0.02em;
    width: 100%;
    color: inherit;
  }

  .home-process-offer__title {
    font-size: clamp(2.65rem, 4.2vw, 3.85rem);
    line-height: 1.02;
    gap: 0.04em;
    letter-spacing: -0.042em;
  }

  .home-process-offer__word {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__title-strong .home-process-offer__word,
  .home-process-offer-scroll .home-process-offer__title-muted .home-process-offer__word {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__title-strong .home-process-offer__word.is-lit {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__title-muted .home-process-offer__word.is-lit {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll .home-process-offer__title-glyph {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.13) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.14) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer-scroll .home-process-offer__title-glyph.is-tone-lit.home-process-offer__title-glyph--tone-green {
    color: color-mix(
      in srgb,
      #4ade80 calc(100% - var(--process-offer-tone, 0) * 100%),
      #16a34a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll .home-process-offer__title-glyph.is-tone-lit.home-process-offer__title-glyph--tone-blue {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--green.is-tone-lit,
  .home-process-offer-scroll .home-process-offer__word.is-lit + svg.home-process-offer__inline-icon--green {
    color: color-mix(
      in srgb,
      #4ade80 calc(100% - var(--process-offer-tone, 0) * 100%),
      #16a34a calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
  }

  .home-process-offer-scroll .home-process-offer__title svg.home-process-offer__inline-icon--blue.is-tone-lit,
  .home-process-offer-scroll .home-process-offer__word.is-lit + svg.home-process-offer__inline-icon--blue {
    color: color-mix(
      in srgb,
      var(--process-offer-accent-lit) calc(100% - var(--process-offer-tone, 0) * 100%),
      var(--process-offer-accent-dark) calc(var(--process-offer-tone, 0) * 100%)
    ) !important;
  }

  .home-process-offer__steps {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-left: 0;
  }

  .home-process-offer__step-kicker {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.58) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.48) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill {
    opacity: 1;
    border: none;
    border-radius: 1.1rem;
    background: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.06) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.05) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-bg: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.06) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(0, 0, 0, 0.05) calc(var(--process-offer-tone, 0) * 100%)
    );
    --step-pill-dot: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.42) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.38) calc(var(--process-offer-tone, 0) * 100%)
    );
    font-size: clamp(1.05rem, 1.35vw, 1.22rem);
    padding: 1.15rem 1.35rem;
    box-shadow: none;
  }

  .home-process-offer__step-pill:not(.is-lit) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .home-process-offer__step:not(:has(.home-process-offer__step-pill.is-lit)) .home-process-offer__step-kicker {
    opacity: 0;
    visibility: hidden;
  }

  .home-process-offer__step:has(.home-process-offer__step-pill.is-lit) .home-process-offer__step-kicker {
    opacity: 1;
    visibility: visible;
  }

  .home-process-offer__step-pill .home-process-offer__step-text {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.34) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.46) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill.is-lit .home-process-offer__step-text {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer__step-pill-icon {
    color: color-mix(
      in srgb,
      rgba(255, 255, 255, 0.42) calc(100% - var(--process-offer-tone, 0) * 100%),
      rgba(26, 26, 26, 0.44) calc(var(--process-offer-tone, 0) * 100%)
    );
    transition: color 0.44s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__step-pill.is-lit .home-process-offer__step-pill-icon {
    color: color-mix(
      in srgb,
      #ffffff calc(100% - var(--process-offer-tone, 0) * 100%),
      #1a1a1a calc(var(--process-offer-tone, 0) * 100%)
    );
  }

  .home-process-offer-scroll:not(.is-services-entering) ~ .home-process-offer__services-layout {
    opacity: 0;
    transform: translateY(1.5rem);
    pointer-events: none;
  }

  .home-process-offer-scroll.is-services-entering:not(.is-complete) ~ .home-process-offer__services-layout {
    opacity: clamp(0, calc((var(--process-offer-progress, 0) - 0.76) / 0.14), 1);
    transform: translateY(calc((1 - min(1, (var(--process-offer-progress, 0) - 0.76) / 0.14)) * 0.85rem));
    pointer-events: none;
  }

  .home-process-offer-scroll.is-complete ~ .home-process-offer__services-layout {
    opacity: 1;
    transform: none;
    transition:
      opacity 0.4s ease,
      transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-process-offer__grid {
    gap: 0.85rem;
  }

  .home-process-offer__tile {
    min-height: 10.06rem;
    padding: 1.1rem 1.05rem 1.05rem;
    border-radius: 1rem;
  }

  .home-process-offer__tile--wide {
    min-height: 8.91rem;
  }

  .home-process-offer__services-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(24rem, 48%, 36rem);
    gap: clamp(1.35rem, 2.4vw, 2rem);
    align-items: start;
    max-width: 100%;
    margin: 0;
    padding: clamp(2rem, 3.5vw, 2.75rem) 0 clamp(2.5rem, 4.5vw, 3.25rem);
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .home-process-offer__services-main {
    display: flex;
    flex-direction: column;
    gap: clamp(1.35rem, 2.5vw, 1.85rem);
    min-width: 0;
  }

  .home-process-offer__services-photo {
    display: block;
    position: sticky;
    top: calc(var(--home-chrome-h, 6rem) + 0.75rem);
  }

  .home-process-offer__services-photo-frame {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 1.1rem;
    overflow: hidden;
    background: linear-gradient(160deg, #f4f4f4 0%, #e7e7e7 100%);
    border: none;
    box-shadow: none;
  }

  .home-process-offer__services-photo-frame picture,
  .home-process-offer__services-photo-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .home-process-offer__services-photo-placeholder {
    position: absolute;
    left: 0.85rem;
    bottom: 0.85rem;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: var(--font-sans);
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.52);
    pointer-events: none;
  }

  .home-process-offer__how-intro {
    padding: 0;
    margin: 0;
  }

  .home-process-offer__how-portrait {
    display: none !important;
  }

  .home-process-offer__how-copy {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .page-portfolio-home .home-process-offer__how-heading,
  .home-process-offer__how-heading {
    text-align: left;
    font-size: clamp(2rem, 2.8vw, 2.65rem);
    line-height: 1.04;
    letter-spacing: -0.038em;
  }

  .home-process-offer__how-subheading {
    text-align: left;
  }

  .home-process-offer__services {
    padding: 0;
    margin: 0;
    gap: clamp(1.25rem, 2vw, 1.65rem);
  }

  .home-process-offer__blocks {
    gap: clamp(1.65rem, 2.5vw, 2.15rem);
  }

  .home-process-offer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .home-process-offer__category:only-child .home-process-offer__grid,
  .home-process-offer__grid:has(.home-process-offer__tile--wide:only-child) {
    grid-template-columns: 1fr;
  }

  .home-process-offer__tile {
    min-height: 8.5rem;
    padding: 0.8rem 0.75rem 0.75rem;
    border-radius: 0.9rem;
  }

  .home-process-offer__tile--wide {
    grid-column: 1 / -1;
    min-height: 7.75rem;
  }

  .home-process-offer__tile-canvas {
    min-height: 4.35rem;
  }

  .home-process-offer__tile--wide .home-process-offer__tile-canvas {
    min-height: 4.75rem;
  }

  .home-process-offer__tile--has-visual .home-process-offer__tile-visual {
    top: 0.8rem;
    left: 0.75rem;
  }

  .home-process-offer__tile:active {
    transform: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .home-process-offer__tile:hover {
      transform: none;
    }

    .home-process-offer__tile:hover .home-process-offer__expand,
    .home-process-offer__tile:focus-visible .home-process-offer__expand {
      transform: none;
    }
  }

  .home-accordion-spec-tile:active {
    transform: none;
  }
}

.home-portfolio-slider-wrap {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.home-work-category-section__cta {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.35rem 1.25rem 0;
}

.home-work-portfolio-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  border: 1px solid rgba(26, 26, 26, 0.12);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 0.3rem 1.15rem rgba(0, 0, 0, 0.06);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--home-text-light);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.home-work-portfolio-link:hover,
.home-work-portfolio-link:focus-visible {
  border-color: rgba(26, 26, 26, 0.2);
  box-shadow: 0 0.45rem 1.35rem rgba(0, 0, 0, 0.09);
  outline: none;
}

.home-work-portfolio-link:active {
  transform: scale(0.985);
}

@media (min-width: 768px) {
  .home-accordion__hero {
    max-width: var(--home-container);
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: clamp(22rem, 34vw, 27rem);
    min-height: 0;
    padding: 0 1.5rem;
  }

  .home-accordion__hero-img-wrap {
    left: auto;
    width: min(64%, 23rem);
    right: 1.5rem;
  }

  .home-accordion__hero-img {
    object-fit: contain;
    object-position: right top;
  }

  .home-accordion__hero-copy {
    top: 50%;
    bottom: auto;
    left: 1.5rem;
    max-width: 44%;
    padding: 0;
    transform: translateY(-50%);
  }

  .home-accordion__cards,
  .home-accordion__content {
    margin-top: 0;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) 1.5rem 0;
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .home-accordion__secondary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .home-accordion__hero-title {
    font-size: clamp(2.75rem, 5vw, 3.5rem);
  }

  .home-accordion__hero-lead {
    max-width: 16rem;
    font-size: 1.0625rem;
    margin-top: 0.85rem;
  }

  .home-accordion__inner {
    padding: 0 1.5rem;
  }

  .home-accordion__inner > .home-accordion__item--compact:first-child {
    margin-top: 0.35rem;
  }
}

@media (min-width: 1024px) {
  .home-accordion:not(.home-accordion--compact) {
    display: grid;
    grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2rem, 3.5vw, 3.25rem);
    max-width: var(--home-container);
    margin-inline: auto;
    padding: clamp(2.75rem, 4.5vw, 4rem) 1.5rem clamp(3rem, 5vw, 4.25rem);
    overflow-x: clip;
  }

  .page-portfolio-home .home-accordion:not(.home-accordion--compact).home-section--light {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-accordion:not(.home-accordion--compact) .home-accordion__hero {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: calc(var(--home-chrome-h, 6rem) + 1rem);
    align-self: start;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 1.1rem;
    background: var(--home-bg-alt);
  }

  .home-accordion__hero-media {
    position: relative;
    inset: auto;
    display: block;
  }

  .home-accordion__hero-img-wrap {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .home-accordion__hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .home-accordion__hero-fade {
    display: none;
  }

  .home-accordion__hero-copy {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    max-width: none;
    padding: clamp(1.35rem, 2vw, 1.75rem) clamp(1.15rem, 1.8vw, 1.35rem) 0.35rem;
  }

  .home-accordion__hero-title {
    font-size: clamp(2.35rem, 2.8vw, 3rem);
    line-height: 0.98;
  }

  .home-accordion:not(.home-accordion--compact) .home-accordion__hero-lead {
    max-width: none;
    margin-top: 0.7rem;
    font-size: 0.9375rem;
    line-height: 1.45;
  }

  .home-accordion:not(.home-accordion--compact) .home-accordion__content {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    min-width: 0;
  }

  .home-accordion:not(.home-accordion--compact) .home-accordion__cards--primary {
    background: transparent;
  }

  .home-accordion:not(.home-accordion--compact) .home-accordion__inner {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 0;
  }

  .home-accordion__item--compact {
    margin-top: 0.7rem;
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.2rem 0.85rem rgba(0, 0, 0, 0.04);
  }

  .home-accordion__inner > .home-accordion__item--compact:first-child {
    margin-top: 0;
  }

  .home-accordion__item--compact + .home-accordion__item--compact {
    margin-top: 0.7rem;
  }

  .home-accordion__item--compact .home-accordion__trigger {
    padding: 1.15rem 1.25rem;
    min-height: 4rem;
  }

  .home-accordion__item--compact .home-accordion__panel-inner {
    padding: 0 1.25rem 1.15rem;
  }

  .home-accordion__item--compact .home-accordion__title {
    font-size: 1.35rem;
  }

  .home-accordion__panel-inner,
  .home-accordion__body,
  .home-accordion__dashlist,
  .home-accordion-timeline,
  .home-accordion__highlights,
  .home-accordion__tags,
  .home-accordion__portfolio,
  .home-accordion__specializations,
  .home-accordion-spec-grid,
  .home-accordion-portfolio-grid {
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
  }

  @media (hover: hover) and (pointer: fine) {
    .home-accordion__item--compact:hover {
      box-shadow: 0 0.35rem 1.15rem rgba(0, 0, 0, 0.07);
      border-color: rgba(0, 0, 0, 0.09);
    }
  }
}

/* Legacy showcase figure — zastąpione przez .home-accordion__hero */
.home-accordion-showcase {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: clamp(2.75rem, 8vw, 4.25rem) 0 clamp(1.75rem, 5vw, 2.75rem);
  padding: 0;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
}

.home-accordion-showcase__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1455 / 1806;
  object-fit: contain;
  object-position: center center;
}

@media (max-width: 767px) {
  .home-portfolio-slider-wrap {
    --home-slider-end-inset: clamp(1.15rem, 5vw, 1.5rem);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .home-accordion-showcase {
    display: none;
  }

  .home-accordion-showcase + .home-accordion__item--compact {
    margin-top: 0;
  }

  .home-portfolio-slider-wrap + .home-accordion__item--compact {
    margin-top: 0.75rem;
  }

  .home-showcase-slider__inner {
    --home-mobile-inset: 0.85rem;
    --home-slider-end-inset: clamp(1.15rem, 5vw, 1.5rem);
    padding-left: var(--home-mobile-inset);
    padding-right: 0;
  }

  .home-showcase-slider__header {
    padding-left: 0;
    padding-right: clamp(1.15rem, 5vw, 1.5rem);
  }

  .home-showcase-slider__all {
    padding-right: 0.15rem;
  }

  .home-work-category-section__label {
    font-size: 0.6875rem;
    letter-spacing: 0.03em;
    padding-left: 0;
    padding-right: 0;
  }

  .home-showcase-slider__title--split {
    font-size: clamp(1.65rem, 6.2vw, 2.1rem);
  }

  .home-showcase-card__copy {
    padding: 1.05rem 0.9rem 0;
  }

  .home-showcase-card__cta {
    left: 0.9rem;
    bottom: 0.8rem;
  }

  .home-showcase-card__category-btn {
    min-height: 1.75rem;
    height: 1.75rem;
    padding: 0 0.72rem;
    font-size: 0.625rem;
  }

  .home-showcase-card__footer {
    right: 0.9rem;
    bottom: 0.8rem;
    left: 0.9rem;
    gap: 0.5rem;
    align-items: center;
    min-height: 1.75rem;
  }

  .home-showcase-card__footer .home-showcase-card__cta {
    position: static;
    left: auto;
    bottom: auto;
  }

  .home-showcase-card--solid-green .home-showcase-card__cta--open {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    bottom: auto;
  }

  .home-showcase-card:not(.home-showcase-card--solid-green) .home-showcase-card__expand.popup-hint {
    border: none;
    background: transparent;
    box-shadow: none;
    animation: none;
  }

  .home-showcase-card:not(.home-showcase-card--solid-green) .home-showcase-card__expand.popup-hint::after {
    display: none;
  }

  .home-showcase-card--solid-green .home-showcase-card__copy {
    padding: 1.2rem 3.4rem 1.2rem 1.2rem;
  }

  .home-showcase-card__media {
    aspect-ratio: 3 / 4.25;
  }

  .home-showcase-card__desc {
    margin-top: 0.4rem;
  }
}

.page-portfolio-home .create-together-section--home {
  margin: 0;
  padding: 0;
  background: var(--home-bg-light);
}

.page-portfolio-home .create-together-section--home .home-work-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0.45rem;
  scroll-padding-right: var(--home-slider-end-inset, 0);
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  scrollbar-width: none;
  padding-bottom: 0.15rem;
  cursor: grab;
  -webkit-user-drag: none;
}

.page-portfolio-home .create-together-section--home .home-work-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none !important;
  user-select: none;
  -webkit-user-select: none;
  scroll-behavior: auto;
}

.page-portfolio-home .create-together-section--home .home-work-slider.is-dragging .home-showcase-card {
  cursor: grabbing;
  pointer-events: none;
}

.page-portfolio-home .create-together-section--home .home-work-slider::-webkit-scrollbar {
  display: none;
}

.page-portfolio-home .create-together-section--home .home-work-slider__track {
  display: flex;
  gap: 0.75rem;
  padding-left: 0.45rem;
  padding-right: var(--home-slider-end-inset, 0);
}

@media (max-width: 767px) {
  .page-portfolio-home .create-together-section--home .home-work-slider {
    scroll-padding-left: 0;
  }

  .page-portfolio-home .create-together-section--home .home-work-slider__track {
    padding-left: 0;
  }
}

.page-portfolio-home .create-together-section--home .home-showcase-card {
  flex: 0 0 min(82vw, 18.75rem);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.page-portfolio-home .create-together-section--home .home-showcase-card__media {
  aspect-ratio: 3 / 4.25;
  border-radius: 14px;
}

.page-portfolio-home .create-together-section--home .home-showcase-card__copy {
  padding: 1.05rem 0.9rem 0;
}

.page-portfolio-home .create-together-section--home .home-showcase-card__cta {
  left: 0.9rem;
  bottom: 0.8rem;
}

.page-portfolio-home .create-together-section--home .home-showcase-card--solid-green .home-showcase-card__cta,
.page-portfolio-home .create-together-section--home .home-showcase-card__cta--open {
  top: 0.85rem;
  right: 0.85rem;
  left: auto;
  bottom: auto;
}

.page-portfolio-home .create-together-section--home .home-showcase-card--solid-green .home-showcase-card__copy {
  padding: 1.05rem 3rem 0 0.9rem;
}

.page-portfolio-home .home-accordion.home-section--light {
  padding-top: 0;
  margin-top: clamp(0.5rem, 2vw, 1rem);
}

@media (min-width: 768px) {
  .page-portfolio-home .create-together-section--home .home-work-slider {
    scroll-padding-left: 0;
    scroll-padding-right: 0;
    max-width: 100%;
  }

  .page-portfolio-home .create-together-section--home .home-work-slider__track {
    gap: 1.15rem;
    padding-left: 0;
    padding-right: 0;
  }

  .page-portfolio-home .create-together-section--home .home-showcase-card {
    flex: 0 0 clamp(12rem, calc((100% - 2.3rem) / 2.35), 16.5rem);
  }

  .page-portfolio-home .create-together-section--home .home-showcase-card__media {
    aspect-ratio: 4 / 5;
  }

  .home-work-category-section__label {
    padding-left: 0;
    padding-right: 0;
  }

  .home-work-category-section__cta {
    padding: 0.5rem 0.85rem 0;
  }

  .home-work-portfolio-link {
    width: 100%;
    max-width: 20rem;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1024px) {
  .page-portfolio-home .create-together-section--home .home-work-slider__track {
    gap: 1.25rem;
  }

  .page-portfolio-home .create-together-section--home .home-showcase-card {
    flex: 0 0 clamp(13rem, calc((100% - 3.45rem) / 3.15), 19.5rem);
  }
}

@media (min-width: 1280px) {
  .page-portfolio-home .create-together-section--home .home-showcase-card {
    flex: 0 0 clamp(14rem, calc((100% - 3.45rem) / 3.15), 21.5rem);
  }
}

/* ----- Realizacje editorial cards ----- */
.home-realizacje {
  padding-top: var(--home-section-pad);
  padding-bottom: var(--home-section-pad);
}

.home-realizacje-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: var(--home-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.home-project-card {
  position: relative;
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.home-project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.home-project-card__media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--home-bg-alt);
}

.home-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-project-card__media--photo {
  background: #e7e7e7;
}

.home-project-card__media--photo img {
  object-fit: cover;
  object-position: center center;
}

.home-project-card:hover .home-project-card__media img {
  transform: scale(1.04);
}

.home-project-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.home-project-card__year {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-accent);
  margin-bottom: 0.35rem;
}

.home-project-card__title {
  font-family: var(--home-font-heading);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.home-project-card__meta {
  font-size: 0.85rem;
  color: var(--home-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-realizacje-more {
  text-align: center;
  margin-top: 2rem;
}

/* ----- Oferta section wrapper ----- */
.home-offer {
  background: var(--home-bg-alt);
  padding-bottom: var(--home-section-pad);
}

.home-offer .home-section-head {
  padding-top: var(--home-section-pad);
  margin-bottom: 1.5rem;
}

.page-portfolio-home .value-tiles-slider-dots {
  background: var(--home-bg-alt);
}

.page-portfolio-home .value-tiles-slider-dot {
  background: rgba(26, 26, 26, 0.12);
}

.page-portfolio-home .value-tiles-slider-dot:hover {
  background: rgba(26, 26, 26, 0.24);
}

.page-portfolio-home .value-tiles-slider-dot.is-active {
  background: #632d45;
}

/* ----- Logo grid (klienci) — rotacja w komórkach, biały motyw ----- */
.home-logo-slider {
  margin: 0;
  padding: 1.5rem 1.25rem 1.65rem;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--home-border);
  border-bottom: 1px solid var(--home-border);
}

.home-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 36rem;
  margin: 0 auto;
  border: none;
  background: transparent;
}

.home-logo-grid__cell {
  position: relative;
  min-height: 4.75rem;
  border: none;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.05);
}

.home-logo-grid__cell:nth-child(2n),
.home-logo-grid__cell:nth-last-child(-n + 2) {
  border: none;
}

.home-logo-grid__slot {
  position: relative;
  min-height: 4.75rem;
}

.home-logo-grid__logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.7rem;
  opacity: 0;
  transform: translateY(0.2rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
  pointer-events: none;
}

.home-logo-grid__logo.is-active {
  opacity: 1;
  transform: translateY(0);
}

.home-logo-grid__logo.is-active .home-logo-grid__img {
  transform: scale(var(--logo-scale, 1));
}

.home-logo-grid__mark {
  font-family: var(--font-sans);
  font-size: clamp(0.8125rem, 2.8vw, 0.9375rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: rgba(26, 26, 26, 0.82);
  text-align: center;
  white-space: nowrap;
}

.home-logo-grid__img {
  display: block;
  width: 100%;
  height: 3rem;
  max-width: 10rem;
  object-fit: contain;
  object-position: center;
  transform: scale(var(--logo-scale, 1));
  transform-origin: center center;
  transition: transform 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  .home-logo-grid__logo {
    transition: none;
    transform: none;
  }

  .home-logo-grid__logo:not(.is-active) {
    display: none;
  }
}

/* ----- CTA band ----- */
.home-cta-band {
  text-align: center;
  padding: var(--home-section-pad) 1.5rem;
  background: var(--home-bg-light);
  border-top: 1px solid var(--home-border);
}

.home-cta-band__lead {
  font-size: var(--home-paragraph-size);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  font-weight: var(--home-paragraph-weight);
  color: var(--home-paragraph-color);
  margin-bottom: 0.5rem;
}

.home-cta-band__title {
  font-family: var(--home-font-heading);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
  color: var(--home-text-light);
}

.home-cta-band__link {
  display: inline-block;
  font-family: var(--home-font-heading);
  font-size: clamp(2rem, 7vw, 3.75rem);
  color: var(--home-text-light);
  text-decoration: none;
  border-bottom: 2px solid var(--home-text-light);
  line-height: 1.15;
  transition: opacity 0.2s ease;
}

.home-cta-band__link:hover {
  opacity: 0.65;
}

/* ----- Reveal on scroll ----- */
.page-portfolio-home [data-reveal] {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.page-portfolio-home [data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-portfolio-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ----- Dla kogo ----- */
.home-audience {
  background: var(--home-bg-light);
  padding: var(--home-section-pad) 1.25rem;
}

.home-audience__inner {
  max-width: var(--home-container);
  margin: 0 auto;
}

.home-audience__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  margin: 0 0 0.75rem;
  font-family: var(--home-font-heading);
  font-size: clamp(1.85rem, 8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-align: left;
}

.home-audience__title-strong {
  color: var(--home-text-light);
  font-weight: 600;
}

.home-audience__title-muted {
  color: rgba(26, 26, 26, 0.42);
  font-weight: 500;
}

.home-audience__lead {
  margin: 0 0 clamp(1.65rem, 4.5vw, 2.35rem);
  max-width: 34rem;
  text-align: left;
}

.home-audience__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: none;
  width: 100%;
  margin: 0;
}

.home-audience__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.35rem;
  width: 100%;
  min-height: 10.5rem;
  padding: 1.5rem 1.15rem 1.35rem;
  border: none;
  border-radius: 0.9rem;
  background: var(--home-bg-alt);
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, transform 0.15s ease;
}

.home-audience__card:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .home-audience__card:hover {
    background: #ebebeb;
  }
}

.home-audience__card:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

.home-audience__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 0.7rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.38);
}

.home-audience__icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.home-audience__exclude {
  margin-top: clamp(1.65rem, 4.5vw, 2.35rem);
  --home-audience-exclude-red: #dc2626;
}

.home-audience__exclude-label {
  margin: 0 0 clamp(0.65rem, 2vw, 0.85rem);
  max-width: 34rem;
  text-align: left;
  font-family: var(--home-font-body);
  font-size: var(--home-paragraph-size);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  font-weight: 600;
  color: #dc2626;
}

.page-portfolio-home main .home-audience__exclude-label {
  color: #dc2626;
}

.home-audience__exclude-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.home-audience__card--exclude {
  min-height: 3.35rem;
  padding: 0.5rem 0.5rem 0.48rem;
  gap: 0.4rem;
  border-radius: 0.6rem;
  background: rgba(220, 38, 38, 0.045);
  cursor: pointer;
  pointer-events: auto;
}

.home-audience__card--exclude:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .home-audience__card--exclude:hover {
    background: rgba(220, 38, 38, 0.075);
  }
}

.home-audience__card--exclude .home-audience__icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.38rem;
}

.home-audience__card--exclude .home-audience__icon svg {
  width: 0.78rem;
  height: 0.78rem;
}

.home-audience__icon--exclude {
  background: rgba(220, 38, 38, 0.1);
  color: var(--home-audience-exclude-red);
}

.home-audience__card--exclude .home-audience__card-title {
  font-size: clamp(0.6875rem, 2.65vw, 0.8125rem);
  color: var(--home-audience-exclude-red);
  line-height: 1.28;
}

.home-audience__tap-icon--exclude {
  --popup-hint-size: 1.45rem;
  --popup-hint-icon: 0.7rem;
}

@media (max-width: 767px) {
  .home-audience__card--exclude {
    min-height: 2.65rem;
    padding: 0.38rem 0.42rem 0.36rem;
    gap: 0.28rem;
  }

  .home-audience__card--exclude .home-audience__icon {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.34rem;
  }

  .home-audience__card--exclude .home-audience__icon svg {
    width: 0.7rem;
    height: 0.7rem;
  }

  .home-audience__card--exclude .home-audience__card-title {
    font-size: clamp(0.625rem, 2.45vw, 0.6875rem);
    line-height: 1.22;
  }

  .home-audience__tap-icon--exclude {
    --popup-hint-size: 1.3rem;
    --popup-hint-icon: 0.64rem;
  }
}

.home-audience__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.home-audience__card-title {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(0.9375rem, 3.8vw, 1.15rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--home-text-light);
  line-height: 1.2;
}

.home-audience__tap-icon {
  margin-left: auto;
}

.home-audience__card:hover .popup-hint,
.home-audience__card:focus-visible .popup-hint {
  animation-play-state: paused;
  transform: scale(1.06);
}

.home-audience__card-hint {
  display: none;
}

@media (max-width: 767px) {
  .page-portfolio-home .home-audience {
    margin-top: clamp(2.5rem, 8.5vw, 3.75rem);
    padding-top: clamp(3.35rem, 10vw, 4.5rem);
  }

  .home-audience {
    --home-mobile-inset: 0.65rem;
    padding-left: var(--home-mobile-inset);
    padding-right: var(--home-mobile-inset);
  }

  .home-audience__list {
    gap: 0.75rem;
  }

  .home-audience__card {
    min-height: 11rem;
    padding: 1.55rem 1.1rem 1.4rem;
    border-radius: 0.85rem;
  }

  .home-audience__icon {
    width: 2.65rem;
    height: 2.65rem;
  }
}

@media (min-width: 768px) {
  .home-audience__card {
    min-height: 10.5rem;
    padding: 1.65rem 1.4rem 1.45rem;
  }

  .home-audience__exclude-list {
    gap: 0.5rem;
  }

  .home-audience__card--exclude {
    min-height: 3.5rem;
    padding: 0.52rem 0.55rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  .home-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

/* ----- FAQ ----- */
.home-faq {
  background: var(--home-bg-light);
  padding: var(--home-section-pad) 1.25rem clamp(3.5rem, 11vw, 5rem);
}

.home-faq__inner {
  max-width: var(--home-container);
  margin: 0 auto;
}

.home-faq__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  margin: 0 0 clamp(1.75rem, 5vw, 2.35rem);
  font-family: var(--home-font-heading);
  font-size: clamp(1.85rem, 8vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.home-faq__title-strong {
  color: var(--home-text-light);
  font-weight: 600;
}

.home-faq__title-muted {
  color: rgba(26, 26, 26, 0.42);
  font-weight: 500;
}

.home-faq__groups {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-faq__group {
  border-radius: 0.9rem;
  background: var(--home-bg-alt);
  overflow: hidden;
}

.home-faq__group-trigger {
  padding: 1.15rem 1.05rem;
}

.home-faq__category-label {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(1.05rem, 4.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
}

.home-faq__group-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq__group.is-open .home-faq__group-panel {
  grid-template-rows: 1fr;
}

.home-faq__group-panel-inner {
  overflow: hidden;
  min-height: 0;
}

.home-faq__group.is-open .home-faq__group-trigger .home-faq__chevron {
  transform: rotate(180deg);
}

.home-faq__group.is-open .home-faq__group-trigger .home-faq__toggle {
  color: rgba(26, 26, 26, 0.55);
}

.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 0.65rem 0.75rem;
}

.home-faq__item {
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.05);
  overflow: hidden;
}

.home-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.1rem 1.05rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

.home-faq__trigger--question {
  padding: 0.95rem 0.9rem;
}

.home-faq__question {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.9375rem, 3.8vw, 1.02rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: rgba(26, 26, 26, 0.82);
}

.home-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: rgba(26, 26, 26, 0.34);
  transition: color 0.25s ease;
}

.home-faq__chevron {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq__item.is-open .home-faq__chevron {
  transform: rotate(180deg);
}

.home-faq__item.is-open .home-faq__toggle {
  color: rgba(26, 26, 26, 0.55);
}

.home-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq__item.is-open .home-faq__panel {
  grid-template-rows: 1fr;
}

.home-faq__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.home-faq__answer {
  margin: 0;
  padding: 0 0.9rem 0.95rem;
  font-family: var(--font-sans);
  font-size: var(--home-paragraph-size);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  color: var(--home-paragraph-color);
  opacity: 0;
  transform: translateY(-0.25rem);
  transition:
    opacity 0.3s ease 0.04s,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

.home-faq__item.is-open .home-faq__answer {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .home-faq__group:hover .home-faq__group-trigger .home-faq__toggle,
  .home-faq__item:hover .home-faq__toggle {
    color: rgba(26, 26, 26, 0.5);
  }
}

.home-faq__trigger:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: -2px;
}

@media (max-width: 767px) {
  .home-faq {
    --home-mobile-inset: 0.65rem;
    padding: clamp(3rem, 10vw, 4rem) var(--home-mobile-inset)
      clamp(2.5rem, 8vw, 3.5rem);
  }

  .home-faq__group-trigger {
    padding: 1.05rem 0.95rem;
  }

  .home-faq__trigger--question {
    padding: 0.9rem 0.85rem;
  }

  .home-faq__list {
    padding: 0 0.55rem 0.65rem;
  }

  .home-faq__answer {
    padding: 0 0.85rem 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-faq__panel,
  .home-faq__group-panel,
  .home-faq__chevron,
  .home-faq__answer {
    transition: none;
  }

  .home-faq__answer {
    opacity: 1;
    transform: none;
  }
}

/* ----- Porównanie: ja vs agencja vs freelancerzy ----- */
.home-compare {
  --home-compare-accent: #60a5fa;
  --home-compare-accent-strong: #3b82f6;
  --home-compare-accent-em: #2563eb;
  --home-compare-accent-soft: #eff6ff;
  --home-compare-accent-shadow: rgba(59, 130, 246, 0.08);
  --home-compare-accent-hover: rgba(59, 130, 246, 0.1);
  --home-compare-accent-muted: rgba(37, 99, 235, 0.72);
  --home-compare-accent-avatar-bg: rgba(37, 99, 235, 0.08);
  background: var(--home-bg-light);
  padding: var(--home-section-pad) 1.25rem;
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}

.home-compare__inner {
  max-width: var(--home-container);
  margin: 0 auto;
}

.home-compare__duel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0 0 0.5rem;
}

.home-compare__duel-side {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.home-compare__duel-side--me {
  color: var(--home-compare-accent-em);
}

.home-compare__duel-side--agency {
  color: rgba(26, 26, 26, 0.42);
}

.home-compare__duel-vs {
  flex-shrink: 0;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: rgba(26, 26, 26, 0.32);
}

.home-compare__duel-avatar {
  display: inline-flex;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid currentColor;
  background: var(--home-compare-accent-avatar-bg);
}

.home-compare__duel-avatar picture,
.home-compare__duel-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-compare__duel-icon-wrap {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: none;
  background: rgba(26, 26, 26, 0.05);
}

.home-compare__duel-agency-icon {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
}

.home-compare__duel-name {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-compare__eyebrow {
  margin: 0 0 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--home-text-muted);
}

.page-portfolio-home .home-compare__title,
.home-compare__title {
  margin: 0 0 clamp(1.65rem, 4.5vw, 2.35rem);
  max-width: none;
  width: 100%;
  font-family: var(--home-font-body, var(--font-sans));
  font-size: clamp(3.4rem, 13vw, 4.6rem);
  font-weight: var(--home-heading-weight);
  line-height: 1.02;
  letter-spacing: -0.042em;
  text-align: center;
  color: #0f0f0f;
}

.home-compare__frame {
  position: relative;
  padding: 1.15rem 0 0.35rem;
}

.home-compare__layout {
  display: grid;
  grid-template-columns: minmax(5.25rem, 6.75rem) minmax(0, 1fr);
  gap: 0.55rem;
  align-items: stretch;
}

.home-compare__labels {
  display: flex;
  flex-direction: column;
  padding-top: 0.15rem;
}

.home-compare__label {
  display: flex;
  align-items: center;
  gap: 0.38rem;
  box-sizing: border-box;
  min-height: 4.35rem;
  padding: 0.55rem 0.35rem 0.55rem 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
  -webkit-hyphens: auto;
  color: rgba(26, 26, 26, 0.38);
}

.home-compare__label-icon {
  flex: 0 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  color: rgba(26, 26, 26, 0.34);
}

.home-compare__label-text {
  min-width: 0;
}

.home-compare__label--spacer {
  min-height: 3.35rem;
}

.home-compare__scroll {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  padding-bottom: 0.35rem;
}

.home-compare__scroll::-webkit-scrollbar {
  display: none;
}

.home-compare__board {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: 36.5rem;
}

.home-compare__col {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-width: 10.25rem;
}

.home-compare__col--me {
  min-width: 12.25rem;
  border-radius: 1rem;
  background: var(--home-compare-accent-soft);
  box-shadow: 0 0.35rem 1.5rem var(--home-compare-accent-shadow);
}

.home-compare__vs-wrap {
  position: relative;
  flex: 0 0 0;
  width: 0;
  z-index: 3;
  pointer-events: none;
}

.home-compare__vs {
  position: absolute;
  top: 1.65rem;
  left: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(26, 26, 26, 0.08);
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.06);
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(26, 26, 26, 0.72);
}

.home-compare__col-head {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3.35rem;
  padding: 0.65rem 0.85rem 0.75rem;
  box-sizing: border-box;
}

.home-compare__col--me .home-compare__col-head {
  border-bottom: none;
}

.home-compare__col:not(.home-compare__col--me) .home-compare__col-head {
  padding-left: 0.95rem;
}

.home-compare__brand-mark {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.14rem;
  flex-shrink: 0;
}

.home-compare__brand-mark-bar {
  display: block;
  width: 0.34rem;
  border-radius: 0.12rem;
  background: var(--home-compare-accent-strong);
}

.home-compare__brand-mark-bar--1 {
  height: 0.95rem;
  transform: skewX(-14deg);
}

.home-compare__brand-mark-bar--2 {
  height: 1.2rem;
  transform: skewX(-14deg);
  opacity: 0.72;
}

.home-compare__col-label {
  font-family: var(--home-font-heading);
  font-size: 1rem;
  font-weight: var(--home-heading-weight);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
}

.home-compare__col:not(.home-compare__col--me) .home-compare__col-label {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(26, 26, 26, 0.72);
}

.home-compare__col-body {
  display: flex;
  flex-direction: column;
}

.home-compare__row-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 4.35rem;
  padding: 0.55rem 0.75rem;
  border-top: 1px solid rgba(26, 26, 26, 0.08);
}

.home-compare__row-cell:first-child {
  border-top: none;
}

.home-compare__col:not(.home-compare__col--me) .home-compare__row-cell {
  padding-left: 0.95rem;
  padding-right: 0.75rem;
}

.home-compare__cell {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.42rem;
}

.home-compare__cell-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.42rem;
  width: 100%;
  margin: 0;
  padding: 0.15rem 0.2rem;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  border-radius: 0.4rem;
  transition: background 0.15s ease;
}

.home-compare__cell-btn:hover {
  background: rgba(26, 26, 26, 0.04);
}

.home-compare__col--me .home-compare__cell-btn:hover {
  background: var(--home-compare-accent-hover);
}

.home-compare__cell-btn:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.22);
  outline-offset: 2px;
}

.home-compare__cell-more {
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.34);
}

.home-compare__cell--yes .home-compare__cell-more {
  color: var(--home-compare-accent-muted);
}

.home-compare__icon {
  flex-shrink: 0;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0;
}

.home-compare__icon--yes {
  color: var(--home-compare-accent-strong);
}

.home-compare__icon--no {
  color: rgba(26, 26, 26, 0.28);
}

.home-compare__cell-text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--home-paragraph-size);
  font-weight: 600;
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  color: var(--home-paragraph-color);
  white-space: normal;
  overflow-wrap: anywhere;
}

.page-portfolio-home main .home-compare__cell-text {
  font-size: var(--home-paragraph-size);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
}

.home-compare__cell--yes .home-compare__cell-text {
  color: rgba(26, 26, 26, 0.88);
}

.home-compare__cell--no .home-compare__cell-text {
  color: rgba(26, 26, 26, 0.52);
}

.home-compare:not(.is-expanded) .home-compare__row-extra {
  display: none;
}

.home-compare__expand-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.1rem;
  padding-bottom: 0.15rem;
}

.home-compare__expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.55rem 0.95rem;
  border: none;
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.06);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(26, 26, 26, 0.72);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-compare__expand-btn:hover {
  background: rgba(26, 26, 26, 0.1);
  color: var(--home-text-light);
}

.home-compare__expand-btn:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.22);
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .home-compare {
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  }

  .home-compare__scroll {
    overflow-x: visible;
  }

  .home-compare__board {
    min-width: 0;
    width: 100%;
  }

  .home-compare__col {
    flex: 1 1 0;
    min-width: 0;
  }

  .home-compare__col--me {
    flex: 1.15 1 0;
    min-width: 12.5rem;
  }
}

@media (min-width: 1024px) {
  .home-compare__col--me {
    flex: 1.2 1 0;
  }

  .home-compare__row-cell {
    min-height: 4rem;
    padding: 0.65rem 0.85rem;
  }

  .home-accordion-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .home-accordion-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

@media (max-width: 767px) {
  .home-compare__title {
    max-width: none;
  }

  .home-compare__duel {
    justify-content: center;
    width: 100%;
    margin: 0 0 0.65rem;
  }

  .home-compare__layout {
    grid-template-columns: minmax(4.35rem, 5.15rem) minmax(0, 1fr);
    gap: 0.35rem;
  }

  .home-compare__label {
    min-height: 3.35rem;
    padding-right: 0.2rem;
    font-size: 0.5625rem;
    letter-spacing: 0.04em;
    line-height: 1.22;
  }

  .home-compare__label--spacer {
    min-height: 3.35rem;
  }

  .home-compare__scroll {
    container-type: inline-size;
    margin-right: calc(-1 * var(--home-mobile-inset, 0.65rem));
    padding-right: var(--home-mobile-inset, 0.65rem);
    scroll-snap-type: x proximity;
  }

  .home-compare__board {
    min-width: auto;
  }

  .home-compare__col,
  .home-compare__col--me {
    flex: 0 0 calc(100cqi - 2.85rem);
    min-width: calc(100cqi - 2.85rem);
    max-width: calc(100cqi - 2.85rem);
    scroll-snap-align: start;
  }

  .home-compare__row-cell {
    min-height: 3.35rem;
    padding: 0.5rem 0.65rem;
  }
}

/* ----- Co mnie wyróżnia — ciemna sekcja ----- */
.home-cooperation-bible {
  background: var(--home-bg-dark);
  color: var(--home-text-dark);
  padding: var(--home-section-pad) 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-cooperation-bible__inner {
  max-width: 36rem;
  margin: 0 auto;
}

.home-cooperation-bible__title {
  margin: 0 0 0.45rem;
  font-family: var(--home-font-heading);
  font-size: clamp(1.65rem, 5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-align: left;
}

.home-cooperation-bible__title-strong {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.home-cooperation-bible__title-muted {
  display: block;
  color: rgba(255, 255, 255, 0.42);
  font-weight: 500;
}

.home-cooperation-bible__lead {
  margin: 0 0 1.35rem;
  text-align: left;
}

.home-cooperation-bible__grid-wrap {
  position: relative;
}

.home-cooperation-bible__grid-clip {
  position: relative;
}

.home-cooperation-bible__fade,
.home-cooperation-bible__expand {
  display: none;
}

.home-cooperation-bible__grid.is-reveal-group-done [data-reveal] {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.home-cooperation-bible__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  border: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.home-cooperation-bible__tile--wide {
  grid-column: 1 / -1;
}

.home-cooperation-bible__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 7.5rem;
  padding: 1.15rem 1rem 1.05rem;
  border: none;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.18);
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.home-cooperation-bible__tile:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .home-cooperation-bible__tile:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  .home-cooperation-bible__tile:hover .home-cooperation-bible__topic-icon,
  .home-cooperation-bible__tile:focus-visible .home-cooperation-bible__topic-icon {
    color: rgba(255, 255, 255, 0.72);
  }
}

.home-cooperation-bible__tile:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: -2px;
  z-index: 1;
}

.home-cooperation-bible__num {
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.home-cooperation-bible__icon {
  position: absolute;
  top: 1rem;
  right: 0.85rem;
}

.home-cooperation-bible__tile:hover .popup-hint,
.home-cooperation-bible__tile:focus-visible .popup-hint {
  animation-play-state: paused;
  transform: scale(1.06);
}

.home-cooperation-bible__topic-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1.85rem;
  height: 1.85rem;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.52);
  pointer-events: none;
  transition: color 0.2s ease;
}

.home-cooperation-bible__topic-icon .ui-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.home-cooperation-bible__tile--wide .home-cooperation-bible__topic-icon {
  width: 2rem;
  height: 2rem;
}

.home-cooperation-bible__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 767px) {
  .page-portfolio-home .home-cooperation-bible {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    min-height: auto;
    margin: 0;
    padding: clamp(4.85rem, 16vw, 6rem) 0 clamp(2.25rem, 6.5vw, 3rem);
    border-top: none;
    border-radius: var(--home-section-surface-radius);
    overflow: hidden;
    box-shadow: 0 0.85rem 2.5rem rgba(0, 0, 0, 0.1);
    scroll-margin-top: calc(3.75rem + env(safe-area-inset-top, 0px));
  }

  .page-portfolio-home .home-cooperation-bible:has(.home-cooperation-bible__grid-wrap.is-expanded) {
    min-height: 0;
    padding-bottom: clamp(2.25rem, 6.5vw, 3rem);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip {
    max-height: clamp(26.5rem, 108vw, 31rem);
    overflow: hidden;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__grid-clip {
    max-height: 120rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-clip {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.78s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanding .home-cooperation-bible__grid-clip {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

@media (prefers-reduced-motion: reduce) {
  .home-cooperation-bible .home-cooperation-bible__grid-clip {
    transition: none;
  }
}

  .home-cooperation-bible__grid {
    gap: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-cooperation-bible__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    max-width: none;
  }

  .home-cooperation-bible__title {
    margin-bottom: 0.7rem;
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .home-cooperation-bible__lead {
    margin-bottom: clamp(2rem, 6.5vw, 2.75rem);
    padding: 0 0.85rem;
  }

  .home-cooperation-bible__tile {
    min-height: 0;
    padding: 1rem 0.9rem 0.9rem;
    gap: 0;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: none;
  }

  .home-cooperation-bible__tile--wide {
    aspect-ratio: 2.1 / 1;
    min-height: 5.65rem;
    justify-content: flex-end;
    border-radius: 24px;
  }

  .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) {
    aspect-ratio: 1 / 1.06;
    justify-content: flex-end;
  }

  .home-cooperation-bible__tile--wide .home-cooperation-bible__topic-icon {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    transform: translateY(-58%);
  }

  .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) .home-cooperation-bible__topic-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    transform: translate(-50%, -58%);
  }

  .home-cooperation-bible__tile .home-cooperation-bible__text {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 0.35rem;
  }

  .home-cooperation-bible__icon {
    top: 0.95rem;
    right: 0.85rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .home-cooperation-bible__num {
    font-size: 0.625rem;
    letter-spacing: 0.12em;
  }

  .home-cooperation-bible__text {
    font-size: clamp(0.875rem, 3.8vw, 1rem);
    line-height: 1.3;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
    padding-bottom: 2.85rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded {
    padding-bottom: 0;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__tile:nth-child(n + 6)[data-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 0.1s ease, transform 0.1s ease;
    transition-delay: 0ms;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__fade {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: clamp(9.75rem, 54vw, 13.5rem);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
      to top,
      var(--home-bg-dark) 0%,
      var(--home-bg-dark) 5%,
      rgba(14, 14, 14, 0.96) 16%,
      rgba(14, 14, 14, 0.82) 30%,
      rgba(14, 14, 14, 0.58) 48%,
      rgba(14, 14, 14, 0.32) 66%,
      rgba(14, 14, 14, 0.1) 82%,
      transparent 100%
    );
  }


  .home-cooperation-bible .home-cooperation-bible__expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    gap: 0.35rem;
    width: auto;
    min-height: 2.65rem;
    margin: 0;
    padding: 0.5rem 1.05rem 0.5rem 1.15rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 4;
  }

  .home-cooperation-bible .home-cooperation-bible__expand-label {
    color: rgba(255, 255, 255, 0.9);
  }

  .home-cooperation-bible .home-cooperation-bible__expand:active {
    transform: translateX(-50%) scale(0.96);
  }

  .home-cooperation-bible .home-cooperation-bible__expand-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand {
    position: static;
    transform: none;
    align-self: center;
    margin-top: 0.85rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand:active {
    transform: scale(0.96);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand-icon {
    transform: rotate(180deg);
  }

  @media (hover: hover) and (pointer: fine) {
    .home-cooperation-bible .home-cooperation-bible__expand:hover {
      background: rgba(255, 255, 255, 0.14);
      color: #ffffff;
    }

    .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__expand:hover {
      transform: translateX(-50%);
    }
  }

  .home-cooperation-bible .home-cooperation-bible__expand:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 2px;
  }

}


@media (min-width: 768px) {
  .home-cooperation-bible__title,
  .home-cooperation-bible__lead {
    text-align: center;
  }

  .home-cooperation-bible__lead {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .page-portfolio-home .home-cooperation-bible {
    padding: clamp(4.5rem, 8vw, 6rem) max(
      1.25rem,
      calc((100vw - var(--home-container)) / 2 + 1.25rem)
    );
  }

  .home-cooperation-bible__grid {
    gap: 0.75rem;
  }

  .home-cooperation-bible__tile {
    min-height: 0;
    padding: 1.1rem 1rem 1rem;
    gap: 0;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: none;
    justify-content: flex-end;
  }

  .home-cooperation-bible__tile--wide {
    aspect-ratio: 2.4 / 1;
    min-height: 6.5rem;
  }

  .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) {
    aspect-ratio: 1 / 1.02;
    min-height: 8.5rem;
  }

  .home-cooperation-bible__tile--wide .home-cooperation-bible__topic-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    transform: translateY(-58%);
  }

  .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) .home-cooperation-bible__topic-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    transform: translate(-50%, -58%);
  }

  .home-cooperation-bible__tile .home-cooperation-bible__text {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 0.35rem;
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    font-weight: 600;
    line-height: 1.3;
  }

  .home-cooperation-bible__icon {
    top: 0.95rem;
    right: 0.9rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    width: 100%;
    padding-bottom: 2.85rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded {
    padding-bottom: 0;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip {
    max-height: clamp(24rem, 50vw, 30rem);
    overflow: hidden;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__grid-clip {
    max-height: 120rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-clip {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.78s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanding .home-cooperation-bible__grid-clip {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__tile:nth-child(n + 6)[data-reveal] {
    opacity: 1;
    transform: none;
    transition: opacity 0.1s ease, transform 0.1s ease;
    transition-delay: 0ms;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__fade {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: clamp(8rem, 18vw, 11rem);
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
      to top,
      var(--home-bg-dark) 0%,
      var(--home-bg-dark) 5%,
      rgba(14, 14, 14, 0.96) 16%,
      rgba(14, 14, 14, 0.82) 30%,
      rgba(14, 14, 14, 0.58) 48%,
      rgba(14, 14, 14, 0.32) 66%,
      rgba(14, 14, 14, 0.1) 82%,
      transparent 100%
    );
  }

  .home-cooperation-bible .home-cooperation-bible__expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    gap: 0.35rem;
    width: auto;
    min-height: 2.65rem;
    margin: 0;
    padding: 0.5rem 1.05rem 0.5rem 1.15rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, color 0.2s ease;
    z-index: 4;
  }

  .home-cooperation-bible .home-cooperation-bible__expand-label {
    color: rgba(255, 255, 255, 0.9);
  }

  .home-cooperation-bible .home-cooperation-bible__expand:active {
    transform: translateX(-50%) scale(0.96);
  }

  .home-cooperation-bible .home-cooperation-bible__expand-icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand {
    position: static;
    transform: none;
    align-self: center;
    margin-top: 0.85rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand:active {
    transform: scale(0.96);
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand-icon {
    transform: rotate(180deg);
  }

  @media (hover: hover) and (pointer: fine) {
    .home-cooperation-bible .home-cooperation-bible__expand:hover {
      background: rgba(255, 255, 255, 0.14);
      color: #ffffff;
    }

    .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__expand:hover {
      transform: translateX(-50%);
    }
  }

  .home-cooperation-bible .home-cooperation-bible__expand:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 2px;
  }
}

@media (min-width: 1024px) {
  .home-cooperation-bible__inner {
    max-width: var(--home-container);
  }

  .home-cooperation-bible__title {
    font-size: clamp(2rem, 3vw, 2.75rem);
  }

  .home-cooperation-bible__lead {
    max-width: 34rem;
    margin-bottom: clamp(1.75rem, 3vw, 2.35rem);
  }

  .home-cooperation-bible__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .home-cooperation-bible .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip {
    max-height: clamp(32rem, 40vw, 40.5rem);
  }
}

#bible-sheet-root .value-sheet-title {
  letter-spacing: -0.03em;
}

#audience-sheet-root .value-sheet-title {
  letter-spacing: -0.03em;
}

#audience-sheet-root .value-sheet-desc {
  max-width: none;
}

#bible-sheet-root .value-sheet-desc {
  max-width: none;
}

#compare-sheet-root .value-sheet-title {
  letter-spacing: -0.03em;
}

#compare-sheet-root .value-sheet-desc {
  max-width: none;
}

#compare-sheet-root .compare-sheet-eyebrow {
  margin: 0 0 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.42);
}

.page-portfolio-home #compare-sheet-root .value-sheet-title {
  font-size: 1.125rem;
  line-height: 1.3;
}

.page-portfolio-home #compare-sheet-root .value-sheet-desc {
  line-height: var(--home-paragraph-lh);
}

.page-portfolio-home #compare-sheet-root .value-sheet-label {
  font-size: 0.625rem;
  margin-bottom: 0.55rem;
}

.page-portfolio-home #compare-sheet-root .value-sheet-bullets {
  gap: 0.65rem;
}

.page-portfolio-home #compare-sheet-root .value-sheet-bullets li {
  gap: 0.55rem;
}

.page-portfolio-home #compare-sheet-root .value-sheet-dot {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.2rem;
}

.page-portfolio-home #compare-sheet-root .compare-sheet-media-block {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

.page-portfolio-home #compare-sheet-root .compare-sheet-media {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #eceef2;
  aspect-ratio: 16 / 9;
  min-height: 11rem;
}

.page-portfolio-home #compare-sheet-root .compare-sheet-media .slide-sheet-hero-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-portfolio-home #compare-sheet-root .compare-sheet-media--photo .slide-sheet-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 639px) {
  .page-portfolio-home #compare-sheet-root .compare-sheet-media-block {
    padding-top: 1rem;
    padding-bottom: 1.75rem;
  }

  .page-portfolio-home #compare-sheet-root .compare-sheet-media {
    aspect-ratio: 5 / 3;
    min-height: 8rem;
  }
}

#bible-sheet-root .bible-sheet-quote-block {
  padding-top: 0;
}

#bible-sheet-root .bible-sheet-quote {
  margin: 0;
  background: rgba(99, 45, 69, 0.08);
  border: 1px solid rgba(99, 45, 69, 0.16);
  border-radius: 0.85rem;
}

#bible-sheet-root .bible-sheet-quote .value-sheet-quote-text {
  font-style: normal;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.88);
}

#career-sheet-root .career-sheet-meta {
  margin: 0 0 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.42);
}

#career-sheet-root .career-sheet-range {
  margin: 0.55rem 0 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.45);
}

#career-sheet-root .value-sheet-desc {
  max-width: none;
}

@media (max-width: 767px) {
  .page-portfolio-home #stats-sheet-root .value-sheet-header,
  .page-portfolio-home #stats-sheet-root .value-sheet-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .value-sheet-header {
    padding-bottom: 1rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .value-sheet-cta {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}

/* ----- Lifespan grid (popup „Projektuję od 2013”) ----- */
.lifespan-sheet {
  padding: 1.75rem 1.25rem 1rem;
}

.lifespan-sheet__scale {
  margin: 0 0 1.15rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.34);
  text-align: center;
}

.lifespan-sheet__intro {
  margin: 0 auto 1.1rem;
  max-width: 24rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--text-muted, #525252);
  text-align: left;
}

.lifespan-sheet__scale--desktop {
  display: none;
}

.lifespan-sheet__lead {
  margin: 0 0 0.85rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: rgba(26, 26, 26, 0.52);
  text-align: center;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.lifespan-plot {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  width: 100%;
  max-width: 24rem;
  margin: 0 auto 1rem;
}

.lifespan-axis {
  position: relative;
  flex: 0 0 auto;
  width: 1.75rem;
  min-height: 4rem;
}

.lifespan-axis__tick {
  position: absolute;
  right: 0.15rem;
  left: 0;
  transform: translateY(-50%);
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  color: rgba(26, 26, 26, 0.38);
  text-align: right;
  white-space: nowrap;
}

.lifespan-canvas-wrap {
  flex: 1;
  min-width: 0;
}

.lifespan-canvas {
  display: block;
  width: 100%;
  height: auto;
  touch-action: manipulation;
}

.lifespan-tip {
  max-width: 20rem;
  margin: 0 auto 0.7rem;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s ease, max-height 0.2s ease;
}

.lifespan-tip.is-visible {
  opacity: 1;
  max-height: 6rem;
  padding: 0.65rem 0.8rem;
  border-radius: 0.7rem;
  background: rgba(26, 26, 26, 0.04);
  border: 1px solid rgba(26, 26, 26, 0.08);
}

.lifespan-tip__title {
  margin: 0 0 0.2rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.55);
  text-align: center;
}

.lifespan-tip__text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--text-muted, #525252);
  text-align: center;
}

.lifespan-sheet__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.5rem;
  margin: 0 0 0.25rem;
  padding: 0;
  list-style: none;
}

.lifespan-legend__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(26, 26, 26, 0.42);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lifespan-legend__btn.is-active,
.lifespan-legend__btn:focus-visible {
  border-color: rgba(22, 101, 52, 0.18);
  background: rgba(22, 101, 52, 0.06);
  color: rgba(26, 26, 26, 0.62);
  outline: none;
}

.lifespan-legend__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.12);
  flex-shrink: 0;
}

.lifespan-legend__dot--early {
  background: rgba(187, 247, 208, 0.95);
  border-color: rgba(74, 222, 128, 0.62);
}

.lifespan-legend__dot--career {
  background: #14532d;
  border-color: #052e16;
}

.lifespan-legend__dot--future {
  background: rgba(26, 26, 26, 0.03);
  border-color: rgba(26, 26, 26, 0.22);
  opacity: 0.75;
}

.lifespan-moments {
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
  margin: 1.75rem auto 0.5rem;
  max-width: 24rem;
}

.lifespan-moment {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lifespan-moment__head {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lifespan-moment__title {
  margin: 0;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(1.2rem, 4.6vw, 1.45rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: var(--home-text-light, #1a1a1a);
}

.lifespan-moment__text {
  margin: 0;
  max-width: 22rem;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.65;
  letter-spacing: 0;
  color: var(--text-muted, #525252);
}

.lifespan-moment__media {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0.85rem;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(26, 26, 26, 0.1);
}

.lifespan-moment__year {
  position: absolute;
  right: 0.55rem;
  bottom: 0.2rem;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(2.15rem, 11vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}

.lifespan-moment--placeholder .lifespan-moment__year {
  color: rgba(26, 26, 26, 0.42);
  text-shadow: none;
}

.lifespan-moment__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.9) contrast(1.03);
}

.lifespan-moment__img--2014 {
  object-position: center 42%;
}

.lifespan-moment__img--2015 {
  object-position: center 30%;
}

.lifespan-moment__img--2017 {
  object-position: center 38%;
}

.lifespan-moment__media--placeholder {
  background: #111;
}

.lifespan-moment__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(148deg, #f0f0f0 0%, #c8c8c8 36%, #8a8a8a 68%, #3a3a3a 100%);
}

@media (max-width: 767px) {
  .lifespan-sheet {
    padding: 1.65rem 1.1rem 1.5rem;
  }

  .lifespan-plot {
    gap: 0.5rem;
    max-width: 100%;
    margin-bottom: 1.35rem;
  }

  .lifespan-axis {
    width: 2rem;
    flex-shrink: 0;
  }

  .lifespan-axis__tick {
    right: 0.15rem;
    left: 0;
    font-size: 0.5625rem;
    line-height: 1;
    color: rgba(26, 26, 26, 0.46);
  }

  .lifespan-sheet__legend {
    gap: 0.4rem 0.5rem;
    margin-bottom: 0.65rem;
  }

  .lifespan-legend__btn {
    font-size: 0.58rem;
    padding: 0.38rem 0.55rem;
  }

  .lifespan-tip {
    margin-bottom: 0.95rem;
  }

  .lifespan-tip.is-visible {
    max-width: 100%;
    padding: 0.75rem 0.9rem;
  }

  .lifespan-sheet__intro {
    max-width: 100%;
    margin-bottom: 1.35rem;
    font-size: 0.8125rem;
    line-height: 1.65;
  }

  .lifespan-moments {
    max-width: 100%;
    gap: 2.85rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }

  .lifespan-moment {
    gap: 1.05rem;
  }

  .lifespan-moment__head {
    gap: 0.6rem;
  }

  .lifespan-moment__media {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 0.75rem;
    margin-top: 0.15rem;
  }

  .lifespan-moment__title {
    font-size: clamp(1.125rem, 5.2vw, 1.3rem);
  }

  .lifespan-moment__text {
    font-size: 0.8125rem;
    line-height: 1.65;
    max-width: 100%;
  }

  .lifespan-moment__year {
    right: 0.45rem;
    bottom: 0.1rem;
    font-size: clamp(2rem, 12vw, 2.65rem);
  }
}

@media (min-width: 768px) {
  .lifespan-axis {
    width: 1.75rem;
  }

  .lifespan-axis__tick {
    font-size: 0.625rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet {
    padding: 0 0 2.5rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__intro {
    max-width: none;
    margin: 0 0 1.35rem;
    font-size: 0.875rem;
    text-align: left;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__scale {
    text-align: left;
    margin-bottom: 0.75rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-plot {
    max-width: min(40rem, 100%);
    margin: 0 0 1.15rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__legend {
    justify-content: flex-start;
    margin-bottom: 0.85rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-tip {
    margin: 0 0 1rem;
    max-width: 28rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-tip.is-visible {
    max-height: none;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-tip__title,
  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-tip__text {
    text-align: left;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moments {
    max-width: none;
    margin-top: 2.25rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1.35rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moment {
    gap: 0.75rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moment__text {
    max-width: none;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moment__title {
    font-size: 1.125rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moment__media {
    aspect-ratio: 4 / 3;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moment__year {
    font-size: 1.85rem;
  }
}

@media (min-width: 900px) {
  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet {
    display: grid;
    grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
    column-gap: clamp(2rem, 4vw, 3.25rem);
    row-gap: 0.85rem;
    align-items: start;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__intro {
    grid-column: 1;
    grid-row: 1 / 3;
    margin-bottom: 0;
    align-self: center;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__scale {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0.55rem;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-plot {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    width: 100%;
    margin-bottom: 0;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-tip {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet__legend {
    grid-column: 2;
    grid-row: 3;
    margin-bottom: 0;
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moments {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 2rem;
  }
}

@media (min-width: 1100px) {
  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-sheet {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  }

  .page-portfolio-home #stats-sheet-root.stats-sheet-root--lifespan .lifespan-moments {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.65rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .page-portfolio-home #bible-sheet-root .value-sheet-header,
  .page-portfolio-home #bible-sheet-root .value-sheet-cta,
  .page-portfolio-home #bible-sheet-root .value-sheet-block,
  .page-portfolio-home #career-sheet-root .value-sheet-header,
  .page-portfolio-home #career-sheet-root .value-sheet-cta,
  .page-portfolio-home #career-sheet-root .value-sheet-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* ----- Contact on light bg ----- */
.page-portfolio-home .contact-section {
  background: #ffffff;
  border-top: 1px solid var(--home-border);
  border-bottom-left-radius: var(--home-footer-reveal-radius);
  border-bottom-right-radius: var(--home-footer-reveal-radius);
  padding-top: clamp(3.25rem, 10vw, 4.75rem);
}

.page-portfolio-home .contact-inner {
  padding-left: 0;
  padding-right: 0;
}

.page-portfolio-home .contact-title-strong {
  color: var(--home-text-light);
}

.page-portfolio-home .contact-title-muted {
  color: rgba(26, 26, 26, 0.42);
}

.page-portfolio-home .contact-tagline {
  color: var(--home-text-muted);
}

.contact-intro {
  margin-bottom: 1.35rem;
}

.contact-intro__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.85rem, 3vw, 1.15rem);
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.contact-title--split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(1.85rem, 8vw, 2.35rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-align: center;
}

.contact-title--split .contact-title-strong {
  display: block;
  font-weight: 600;
  color: var(--home-text-light);
}

.contact-title--split .contact-title-muted {
  display: block;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.42);
}

.contact-intro__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  margin: 0 0 0.55rem;
  font-family: var(--font-sans);
  font-size: clamp(0.75rem, 3.1vw, 0.875rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #15803d;
}

.contact-intro__status-dot {
  flex-shrink: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #15803d;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
  animation: contact-availability-dot-pulse 2.2s ease-in-out infinite;
}

.contact-intro__portrait {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 auto 0.65rem;
  border-radius: 50%;
  overflow: hidden;
  background: #f3f3f3;
  box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.1);
}

.contact-intro__portrait picture,
.contact-intro__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.contact-intro__avatar-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  padding: 0;
  border-radius: 0.65rem;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.contact-intro__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  text-align: center;
}

.contact-tagline {
  margin: 0;
  max-width: 22rem;
  font-family: var(--font-sans);
  font-size: clamp(0.8125rem, 3.6vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(26, 26, 26, 0.52);
  text-align: left;
}

.contact-tagline--with-info {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.32rem 0.45rem;
  max-width: 26rem;
}

.contact-tagline__text {
  display: inline;
}

.contact-tagline__info {
  vertical-align: middle;
}

.contact-section__layout {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 3.5vw, 1.35rem);
  width: 100%;
}

.contact-section__main {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  width: 100%;
}

.contact-section__visual {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  margin-top: clamp(1rem, 3.5vw, 1.35rem);
  overflow: hidden;
}

.contact-section__media-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
}

.contact-section__media-label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.52);
  pointer-events: none;
}

.contact-section__dash-art {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 100%;
  height: clamp(14rem, 42vw, 20rem);
  margin: 0;
  overflow: hidden;
  border-radius: inherit;
  background:
    linear-gradient(145deg, #eef0f4 0%, #d4d8e0 42%, #b8bec8 100%);
  pointer-events: none;
}

.contact-section__dash-art--placeholder {
  background:
    radial-gradient(ellipse 90% 80% at 78% 18%, rgba(255, 255, 255, 0.55) 0%, transparent 58%),
    linear-gradient(152deg, #eceef2 0%, #cfd4dc 48%, #aeb6c2 100%);
}

.contact-section__dash-art--mesh {
  isolation: isolate;
  background:
    repeating-linear-gradient(
      -12deg,
      transparent 0,
      transparent 18px,
      rgba(255, 255, 255, 0.3) 18px,
      rgba(255, 255, 255, 0.3) 19px
    ),
    repeating-linear-gradient(
      78deg,
      transparent 0,
      transparent 44px,
      rgba(123, 201, 90, 0.1) 44px,
      rgba(123, 201, 90, 0.1) 45px
    ),
    linear-gradient(148deg, #faf9f6 0%, #f4f1ea 42%, #eef8e8 100%);
}

.contact-section__dash-art--mesh::before,
.contact-section__dash-art--mesh::after {
  content: "";
  position: absolute;
  inset: -8%;
  border-radius: inherit;
  pointer-events: none;
  will-change: transform;
}

.contact-section__dash-art--mesh::before {
  background:
    radial-gradient(ellipse 88% 68% at 20% 26%, rgba(164, 245, 127, 0.78) 0%, transparent 58%),
    radial-gradient(ellipse 72% 58% at 80% 20%, rgba(212, 245, 196, 0.62) 0%, transparent 54%);
  animation: home-hero-gradient-drift-a 16s ease-in-out infinite alternate;
}

.contact-section__dash-art--mesh::after {
  background:
    radial-gradient(ellipse 82% 72% at 60% 84%, rgba(123, 201, 90, 0.42) 0%, transparent 56%),
    radial-gradient(ellipse 64% 54% at 14% 78%, rgba(200, 240, 184, 0.55) 0%, transparent 52%);
  animation: home-hero-gradient-drift-b 20s ease-in-out infinite alternate;
  opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
  .contact-section__dash-art--mesh::before,
  .contact-section__dash-art--mesh::after {
    animation: none;
  }
}

.contact-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
  margin: 0 auto;
}

.contact-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 0;
  padding: 1.15rem 1rem 1.05rem;
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 0.85rem;
  background: #ffffff;
  box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.06);
  font: inherit;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow 0.22s ease, transform 0.15s ease;
}

.contact-tile--wide {
  grid-column: 1 / -1;
}

.contact-tile--meet {
  aspect-ratio: auto;
  min-height: 7.75rem;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1rem;
  text-align: left;
}

.contact-tile--meet .contact-tile__icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.55rem;
  border-radius: 0.65rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.44);
  box-sizing: border-box;
}

.contact-tile--meet .contact-tile__icon .ui-icon-svg,
.contact-tile--meet .contact-tile__icon .contact-tile__lucide,
.contact-tile--meet .contact-tile__icon svg {
  width: 100%;
  height: 100%;
}

.contact-tile--meet .contact-tile__text {
  display: block;
  text-align: left;
}

.contact-tile__text--meet {
  max-width: none;
  margin: 0;
}

.contact-tile__accent {
  color: #15803d;
  font-weight: 600;
}

.contact-tile__meet-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.35rem;
  width: 100%;
  flex: 1;
  text-align: left;
}

.contact-tile__meet-availability {
  padding-top: 0;
  font-weight: 600;
}

.contact-tile__meet-availability .contact-tile__availability-status {
  align-items: center;
}

.contact-tile__meet-availability .contact-tile__availability-dot {
  margin-top: 0;
}

.contact-tile__meet-slot-line {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.contact-tile__soon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-height: 1.55rem;
  padding: 0.24rem 0.58rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 0.38rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.06);
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--home-text-light);
  white-space: nowrap;
}

.contact-tile__soon-badge[hidden] {
  display: none !important;
}

.contact-tile__external-icon {
  width: 0.9em;
  height: 0.9em;
  flex-shrink: 0;
  margin-left: 0.1rem;
  opacity: 0.42;
}

.contact-tile--bar {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 5.25rem;
  aspect-ratio: auto;
}

.contact-tile--half {
  aspect-ratio: 1;
}

.contact-tile--copyable {
  cursor: pointer;
}

.contact-tile--copyable:active {
  transform: none;
}

.contact-tile--phone {
  aspect-ratio: auto;
  min-height: 13.25rem;
  gap: 0.85rem;
  padding: 1.4rem 1.2rem 1.3rem;
}

.contact-tile--email {
  aspect-ratio: auto;
  min-height: 13.25rem;
  gap: 0.85rem;
  padding: 1.4rem 1.2rem 1.3rem;
}

.contact-tile__availability {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  width: 100%;
  margin: 0;
  padding-top: 0.35rem;
  font-family: var(--font-sans);
  font-size: clamp(0.625rem, 2.7vw, 0.72rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: rgba(26, 26, 26, 0.42);
}

.contact-tile__availability-line {
  display: block;
}

.contact-tile__availability--static[data-state="open"] .contact-tile__availability-line:first-child {
  color: rgba(21, 100, 52, 0.62);
}

.contact-tile__availability-line--accent {
  color: rgba(21, 100, 52, 0.5);
  font-weight: 600;
}

.contact-tile__availability-line--email {
  color: rgba(21, 100, 52, 0.62);
}

.contact-tile__availability-countdown {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.contact-tile__availability-status {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.28rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.contact-tile__availability-status--open {
  color: #15803d;
}

.contact-tile__availability-status--closed {
  color: #dc2626;
}

.contact-tile__availability-dot {
  flex-shrink: 0;
  width: 0.34rem;
  height: 0.34rem;
  margin-top: 0.34em;
  border-radius: 50%;
  background: currentColor;
}

.contact-tile__availability--static .contact-tile__availability-status {
  white-space: nowrap;
}

.contact-tile__availability-status--open .contact-tile__availability-dot {
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.35);
  animation: contact-availability-dot-pulse 2.6s ease-in-out infinite;
}

@keyframes contact-availability-dot-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.28);
  }

  50% {
    opacity: 0.72;
    box-shadow: 0 0 0 0.18rem rgba(34, 197, 94, 0);
  }
}

.contact-tile__value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  width: 100%;
  min-width: 0;
}

.contact-tile__value-row .contact-tile__text {
  flex: 1;
  min-width: 0;
}

.contact-tile__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0.4rem;
  background: transparent;
  color: rgba(26, 26, 26, 0.34);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.contact-tile__copy .ui-icon-svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.contact-tile__copy:active {
  transform: scale(0.92);
}

.contact-tile__copy:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .contact-tile__copy:hover {
    color: rgba(26, 26, 26, 0.55);
    background: rgba(26, 26, 26, 0.05);
  }
}

.contact-tile__value-copy {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-size: clamp(0.8125rem, 3.6vw, 0.95rem);
  font-weight: 600;
  color: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.contact-tile__value-copy:hover {
  color: #632d45;
}

.contact-tile__value-copy:focus-visible {
  outline: 2px solid rgba(99, 45, 69, 0.35);
  outline-offset: 2px;
  border-radius: 0.25rem;
}

.contact-tile__text strong {
  font-weight: 600;
}

.contact-tile--accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  cursor: default;
}

.contact-tile--accordion:active {
  transform: none;
}

.contact-tile__trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
  min-height: 5.25rem;
  padding: 1.15rem 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.contact-tile__trigger:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: -2px;
}

.contact-tile--accordion .contact-tile__text {
  flex: 1;
}

.contact-tile--accordion.is-expanded .contact-tile__trigger {
  border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.contact-tile__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.contact-tile--accordion.is-expanded .contact-tile__panel {
  grid-template-rows: 1fr;
}

.contact-tile__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.contact-tile__chevron {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: auto;
  color: rgba(26, 26, 26, 0.34);
  transition: transform 0.22s ease, color 0.2s ease;
}

.contact-tile--accordion.is-expanded .contact-tile__chevron {
  transform: rotate(180deg);
  color: rgba(26, 26, 26, 0.55);
}

.contact-tile--half .contact-tile__text {
  word-break: break-word;
}

.contact-tile:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .contact-tile:hover {
    box-shadow: 0 0.55rem 1.65rem rgba(0, 0, 0, 0.1);
  }

  .contact-tile:hover .contact-tile__icon {
    color: rgba(26, 26, 26, 0.55);
    transform: translate(0.06rem, -0.06rem);
  }

  .contact-tile--accordion:hover .contact-tile__chevron {
    color: rgba(26, 26, 26, 0.55);
  }

  .contact-tile--accordion.is-expanded:hover .contact-tile__chevron {
    transform: rotate(180deg);
  }
}

.contact-tile:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.28);
  outline-offset: 2px;
}

.contact-tile__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  color: rgba(26, 26, 26, 0.38);
  transition: color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.contact-tile--phone .contact-tile__icon,
.contact-tile--email .contact-tile__icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.55rem;
  border-radius: 0.65rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.44);
  box-sizing: border-box;
}

.contact-tile--phone .contact-tile__icon .ui-icon-svg,
.contact-tile--phone .contact-tile__icon .contact-tile__lucide,
.contact-tile--phone .contact-tile__icon svg,
.contact-tile--email .contact-tile__icon .ui-icon-svg,
.contact-tile--email .contact-tile__icon .contact-tile__lucide,
.contact-tile--email .contact-tile__icon svg {
  width: 100%;
  height: 100%;
}

.contact-tile__icon .ui-icon-svg,
.contact-tile__icon .contact-tile__lucide,
.contact-tile__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke-width: 1.75;
}

.contact-tile__lucide--copy {
  width: 1rem;
  height: 1rem;
}

.contact-tile__copy .contact-tile__lucide,
.contact-tile__copy svg {
  width: 1rem;
  height: 1rem;
  display: block;
  stroke-width: 1.75;
}

.contact-tile__text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.8125rem, 3.4vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--home-text-light);
}

.contact-avatar {
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1.35rem;
  border-radius: 50%;
  overflow: hidden;
  background: #e8e6e2;
  box-shadow: 0 0.4rem 1.35rem rgba(0, 0, 0, 0.1);
}

.contact-avatar--panel {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0.65rem;
  box-shadow: none;
}

.contact-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.page-portfolio-home .contact-form--accordion {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding: 1.35rem 1.15rem 1.4rem;
  background: #ffffff;
}

.page-portfolio-home .contact-form--accordion .contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
}

.page-portfolio-home .contact-form--accordion .contact-field:first-child {
  padding-top: 0;
}

.page-portfolio-home .contact-form--accordion .contact-field__label {
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: rgba(26, 26, 26, 0.72);
}

.page-portfolio-home .contact-form--accordion .contact-field .required {
  color: #dc2626;
  font-weight: 600;
}

.page-portfolio-home .contact-form--accordion .contact-field--consent {
  margin-top: -0.15rem;
}

.page-portfolio-home .contact-form--accordion .contact-checkbox-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.01em;
  color: rgba(26, 26, 26, 0.48);
  cursor: pointer;
}

.page-portfolio-home .contact-form--accordion .contact-checkbox-label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0.1rem 0 0;
  padding: 0;
  flex-shrink: 0;
  align-self: start;
  justify-self: start;
  border: 1px solid rgba(26, 26, 26, 0.28);
  border-radius: 0.2rem;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.page-portfolio-home .contact-form--accordion .contact-checkbox-label input[type="checkbox"]:checked {
  border-color: rgba(26, 26, 26, 0.72);
  background-color: rgba(26, 26, 26, 0.78);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 6l2.5 2.5 4.5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6rem;
}

.page-portfolio-home .contact-form--accordion .contact-checkbox-label input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(26, 26, 26, 0.22);
  outline-offset: 2px;
}

.page-portfolio-home .contact-form--accordion .contact-consent-key {
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-color: rgba(26, 26, 26, 0.32);
}

.page-portfolio-home .contact-form--accordion .contact-field input,
.page-portfolio-home .contact-form--accordion .contact-field textarea {
  width: 100%;
  min-height: 3.35rem;
  padding: 1rem 1.1rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--home-text-light);
  background: #ffffff;
  border: 1px solid var(--home-border, #e0ddd8);
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-portfolio-home .contact-form--accordion .contact-field input::placeholder,
.page-portfolio-home .contact-form--accordion .contact-field textarea::placeholder {
  color: rgba(26, 26, 26, 0.32);
}

.page-portfolio-home .contact-form--accordion .contact-field input:focus,
.page-portfolio-home .contact-form--accordion .contact-field textarea:focus {
  outline: none;
  border-color: rgba(26, 26, 26, 0.18);
  box-shadow: 0 0.35rem 1.2rem rgba(0, 0, 0, 0.07);
}

.page-portfolio-home .contact-form--accordion .contact-field--topic textarea {
  min-height: 9.5rem;
  resize: vertical;
  line-height: 1.55;
}

.page-portfolio-home .contact-form--accordion .contact-submit {
  margin: 0.35rem 0 0;
  padding-top: 0.25rem;
}

.page-portfolio-home .contact-form--accordion .contact-form__submit {
  min-height: 3.2rem;
  padding: 0.95rem 1.35rem;
  font-size: 0.875rem;
}

.page-portfolio-home .contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 999px;
  background: rgba(26, 26, 26, 0.88);
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.page-portfolio-home .contact-form__submit-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.page-portfolio-home .contact-form__submit:hover {
  background: rgba(26, 26, 26, 0.96);
  border-color: rgba(26, 26, 26, 0.22);
}

.page-portfolio-home .contact-form__submit:active {
  transform: scale(0.985);
}

.page-portfolio-home .contact-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.contact-cta-wrap--cal {
  margin: 0 auto clamp(2rem, 5vw, 2.75rem);
}

.contact-cta-btn--cal {
  width: 100%;
  max-width: 20rem;
}

/* ----- Strona umawiania rozmowy ----- */
.page-booking main {
  background: #ffffff;
}

.booking-page {
  padding: calc(var(--home-chrome-h, 6rem) + 2rem) 1.25rem clamp(4rem, 12vw, 5.5rem);
}

.booking-page__inner {
  max-width: min(44rem, 100%);
  margin: 0 auto;
}

.booking-page__eyebrow {
  margin: 0 0 0.75rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.38);
  text-align: center;
}

.booking-page__title {
  margin: 0 0 0.85rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(1.65rem, 6vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--home-text-light, #1a1a1a);
  text-align: center;
}

.booking-page__lead {
  margin: 0 auto 1.75rem;
  max-width: 28rem;
  font-family: var(--font-sans);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--home-text-muted, rgba(26, 26, 26, 0.55));
  text-align: center;
}

.booking-page__cal {
  width: 100%;
  min-height: 36rem;
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  background: var(--home-bg-alt, #f3f3f3);
  box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
}

.booking-page__back {
  margin: 1.5rem 0 0;
  text-align: center;
}

.booking-page__back-link {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.48);
  text-decoration: none;
  transition: color 0.2s ease;
}

.booking-page__back-link:hover {
  color: #632d45;
}

@media (max-width: 767px) {
  .booking-page {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .booking-page__inner {
    max-width: 100%;
  }

  .booking-page__cal {
    width: 100%;
    min-height: 32rem;
    border-radius: 0.85rem;
  }

  .contact-cta-wrap--cal {
    margin-bottom: 2.25rem;
  }

  .contact-cta-btn--cal {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-portfolio-home .contact-section {
    padding-left: max(1.25rem, calc((100vw - 82.5rem) / 2 + 1.25rem));
    padding-right: max(1.25rem, calc((100vw - 82.5rem) / 2 + 1.25rem));
  }

  .page-portfolio-home .contact-inner {
    max-width: 82.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .page-portfolio-home .contact-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(24rem, 48%, 36rem);
    gap: clamp(1.35rem, 2.4vw, 2rem);
    align-items: start;
  }

  .page-portfolio-home .contact-section__main {
    gap: 0;
  }

  .page-portfolio-home .contact-section__visual {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: calc(var(--home-chrome-h, 6rem) + 0.75rem);
    align-self: start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .page-portfolio-home .contact-section__media-frame {
    aspect-ratio: 4 / 5;
    min-height: clamp(26rem, 58vh, 38rem);
    border-radius: 1.1rem;
  }

  .page-portfolio-home .contact-section__dash-art {
    height: 100%;
    min-height: 100%;
    border-radius: inherit;
  }

  .contact-intro {
    margin-bottom: clamp(1rem, 2vw, 1.35rem);
  }

  .contact-intro__panel {
    align-items: center;
    gap: clamp(0.85rem, 1.8vw, 1.15rem);
    min-height: 0;
    padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 4vw, 2.25rem);
    border-radius: 1.35rem;
    background: #f6f5f2;
    box-shadow: 0 0.45rem 1.5rem rgba(0, 0, 0, 0.06);
    text-align: center;
  }

  .contact-intro__status {
    align-self: center;
    margin-bottom: 0.6rem;
    font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  }

  .page-portfolio-home .contact-intro__portrait {
    width: clamp(3.75rem, 5vw, 4.25rem);
    height: clamp(3.75rem, 5vw, 4.25rem);
    margin-bottom: 0.7rem;
  }

  .contact-intro__avatar-tile {
    width: clamp(4.75rem, 12vw, 5.5rem);
    height: clamp(4.75rem, 12vw, 5.5rem);
    padding: 0.4rem;
    border-radius: 0.9rem;
    background: #ffffff;
    box-shadow: 0 0.4rem 1.25rem rgba(0, 0, 0, 0.08);
  }

  .contact-intro__copy {
    align-items: center;
    gap: 0;
    max-width: 34rem;
    text-align: center;
  }

  .contact-title--split {
    align-items: center;
    font-size: clamp(2rem, 3.2vw, 2.65rem);
    text-align: center;
  }

  .contact-tagline--with-info {
    justify-content: center;
    max-width: 24rem;
  }

  .contact-tiles {
    max-width: none;
    width: 100%;
    gap: clamp(0.75rem, 1.2vw, 0.9rem);
    margin-top: clamp(1rem, 2vw, 1.35rem);
  }

  .contact-tile {
    padding: clamp(1.15rem, 1.8vw, 1.35rem) clamp(1.1rem, 1.6vw, 1.25rem);
    border-radius: 1.35rem;
    box-shadow: 0 0.35rem 1.35rem rgba(0, 0, 0, 0.06);
  }

  .page-portfolio-home .contact-tile--meet {
    min-height: clamp(7.5rem, 10vw, 8.75rem);
  }

  .page-portfolio-home .contact-tile--phone,
  .page-portfolio-home .contact-tile--email {
    min-height: clamp(11.5rem, 16vw, 13.5rem);
  }

  .contact-tile__text {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
  }

  .page-portfolio-home .contact-tile__value-copy {
    font-size: clamp(0.875rem, 1.25vw, 1.02rem);
  }
}

@media (min-width: 1024px) {
  .page-portfolio-home .contact-tile--meet {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    min-height: clamp(6.5rem, 7vw, 7.75rem);
    padding: 1.25rem 1.5rem;
  }

  .page-portfolio-home .contact-tile--meet .contact-tile__icon {
    flex-shrink: 0;
  }

  .page-portfolio-home .contact-tile--meet .contact-tile__meet-copy {
    flex: 1;
    justify-content: center;
    gap: 0.3rem;
  }

  .page-portfolio-home .contact-tile--phone,
  .page-portfolio-home .contact-tile--email {
    min-height: clamp(10.5rem, 11vw, 12.25rem);
  }

  .page-portfolio-home .contact-section__media-frame {
    min-height: clamp(28rem, 62vh, 40rem);
  }
}

@media (min-width: 1024px) {
  .page-portfolio-home .home-desktop-split__content .contact-section {
    padding-left: var(--home-chrome-pad-x, 1.25rem);
    padding-right: var(--home-chrome-pad-x, 1.25rem);
  }

  .page-portfolio-home .home-desktop-split__content .contact-inner {
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .page-portfolio-home .home-desktop-split__content .contact-tiles {
    width: 100%;
    max-width: none;
    gap: clamp(0.85rem, 1.35vw, 1rem);
  }

  .page-portfolio-home .home-desktop-split__content .contact-tile--phone,
  .page-portfolio-home .home-desktop-split__content .contact-tile--email {
    min-height: clamp(10.5rem, 12vw, 12rem);
  }

  .page-portfolio-home .home-desktop-split__content .contact-tile--email .contact-tile__value-copy {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .page-portfolio-home .contact-section {
    --home-mobile-inset: 0.65rem;
    position: relative;
    z-index: 2;
    isolation: isolate;
    padding: clamp(3.5rem, 12vw, 4.5rem) var(--home-mobile-inset) clamp(1.5rem, 5vw, 2.25rem);
    background: #ffffff;
  }

  .page-portfolio-home .contact-inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .page-portfolio-home .contact-intro {
    margin-bottom: 0;
  }

  .page-portfolio-home .contact-intro__panel {
    gap: clamp(0.9rem, 3.5vw, 1.1rem);
  }

  .page-portfolio-home .contact-intro__portrait {
    width: 4rem;
    height: 4rem;
    margin-bottom: 0.75rem;
  }

  .page-portfolio-home .contact-section__visual {
    display: none;
  }

  .page-portfolio-home .contact-intro__status {
    font-size: clamp(0.875rem, 3.75vw, 1rem);
  }

  .page-portfolio-home .contact-intro__status-dot {
    width: 0.46rem;
    height: 0.46rem;
  }

  .page-portfolio-home .contact-tiles {
    position: relative;
    z-index: 3;
    margin-top: clamp(1.15rem, 4vw, 1.5rem);
    gap: 0.65rem;
  }

  .page-portfolio-home .contact-tile--meet {
    min-height: 8.5rem;
    padding: 1.1rem 1rem 1rem;
  }

  .page-portfolio-home .contact-tile--phone,
  .page-portfolio-home .contact-tile--email {
    min-height: 13.75rem;
    padding: 1.45rem 1.15rem 1.35rem;
  }

  .page-portfolio-home .contact-tile__text {
    font-size: clamp(0.8125rem, 3.6vw, 0.9375rem);
    font-weight: 600;
  }

  .page-portfolio-home .contact-tile__value-copy {
    font-size: clamp(0.8125rem, 3.8vw, 0.98rem);
  }

  .page-portfolio-home .contact-tile__availability {
    font-size: clamp(0.625rem, 2.85vw, 0.74rem);
    line-height: 1.38;
  }

  .page-portfolio-home .contact-cta-wrap:first-of-type {
    margin-bottom: 2.5rem;
  }

  .page-portfolio-home .contact-cta-btn {
    width: 100%;
    max-width: 18rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.85rem 1.25rem;
    background: transparent;
    color: #632d45;
    border: 1px solid rgba(99, 45, 69, 0.22);
    border-radius: 999px;
  }

  .page-portfolio-home .contact-cta-btn:hover {
    background: rgba(99, 45, 69, 0.05);
    color: #632d45;
  }

  .page-portfolio-home .contact-form-intro {
    margin: 0 0 1rem;
  }

  .page-portfolio-home .contact-form-intro-main {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.38);
    margin-bottom: 0;
  }

  .page-portfolio-home .contact-form-intro-sub {
    display: none;
  }

  .page-portfolio-home .contact-cta-wrap--form {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-portfolio-home .contact-cta-btn--form {
    width: 100%;
    max-width: 18rem;
    background: transparent;
    color: var(--home-text-light);
    border: 1px solid var(--home-border);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.75rem 1.15rem;
  }

  .page-portfolio-home .contact-cta-btn--form:hover {
    background: var(--home-bg-alt);
    color: var(--home-text-light);
  }

  .page-portfolio-home .home-accordion__inner {
    border-top: none;
  }

  .page-portfolio-home .home-accordion__item--compact:last-of-type {
    border-bottom: none;
  }
}

/* ----- Stopka — jasna, minimalistyczna ----- */
.page-portfolio-home .footer-hands {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: clamp(2.75rem, 8vw, 4.5rem) 0 clamp(2.5rem, 7vw, 4rem);
}

.page-portfolio-home .footer-hands__inner {
  position: relative;
  width: min(100%, 88rem);
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 clamp(0.35rem, 1.5vw, 1rem);
}

.page-portfolio-home .footer-hands--contact {
  padding-top: clamp(2.5rem, 8vw, 3.75rem);
  padding-bottom: clamp(1.5rem, 5vw, 2.25rem);
}

.page-portfolio-home .footer-hands__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  width: min(100%, 26rem);
  height: clamp(9.5rem, 30vw, 12.5rem);
  margin: 0 auto;
}

.page-portfolio-home .footer-hands__stage::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(68%, 14rem);
  height: 4.5rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(99, 45, 69, 0.09) 0%,
    rgba(201, 168, 124, 0.05) 45%,
    transparent 72%
  );
  pointer-events: none;
}

.page-portfolio-home .footer-hands__lottie-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
}

.page-portfolio-home .footer-hands__lottie-wrap--left {
  justify-content: flex-end;
  padding-right: 0.15rem;
}

.page-portfolio-home .footer-hands__lottie-wrap--right {
  justify-content: flex-start;
  padding-left: 0.15rem;
}

.page-portfolio-home .footer-hands__lottie {
  display: block;
  width: clamp(7.25rem, 31vw, 10.25rem);
  height: clamp(7.25rem, 31vw, 10.25rem);
  filter: drop-shadow(0 0.35rem 1.1rem rgba(99, 45, 69, 0.1));
}

.page-portfolio-home .footer-hands__bridge {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.75rem, 9vw, 3rem);
  height: 100%;
  pointer-events: none;
}

.page-portfolio-home .footer-hands__bridge-core {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(99, 45, 69, 0) 0%,
    rgba(99, 45, 69, 0.55) 35%,
    rgba(201, 168, 124, 0.95) 50%,
    rgba(99, 45, 69, 0.55) 65%,
    rgba(99, 45, 69, 0) 100%
  );
  opacity: 0.55;
  transform: scaleX(0.72);
  animation: footer-hands-bridge-pulse 2.8s ease-in-out infinite;
}

.page-portfolio-home .footer-hands--contact.is-inview .footer-hands__bridge-core {
  opacity: 0.85;
  transform: scaleX(1);
}

@keyframes footer-hands-bridge-pulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 0.95;
    transform: scaleX(1);
  }
}

.page-portfolio-home .footer-hands__note {
  margin: clamp(1rem, 3.5vw, 1.45rem) 0 0;
  font-family: var(--font-sans);
  font-size: clamp(0.5625rem, 2.4vw, 0.6875rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(26, 26, 26, 0.44);
  opacity: 0.55;
  transform: translateY(0.35rem);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.page-portfolio-home .footer-hands--contact.is-inview .footer-hands__note {
  opacity: 1;
  transform: translateY(0);
}

.page-portfolio-home .footer-hands--tail {
  padding-top: clamp(1.25rem, 4vw, 2rem);
  padding-bottom: 0;
}

.page-portfolio-home .footer-logo-mark {
  position: relative;
  width: 100%;
  height: clamp(6.5rem, 24vw, 10rem);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  user-select: none;
}

.page-portfolio-home .footer-logo-mark__img {
  display: block;
  width: clamp(18rem, 92vw, 34rem);
  max-width: none;
  height: auto;
  flex-shrink: 0;
  opacity: 0.07;
  transform: translateY(28%);
}

.page-portfolio-home .home-footer-reveal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--home-footer-measured-h);
  background: var(--home-footer-reveal-bg);
  z-index: 0;
  pointer-events: none;
}

.page-portfolio-home .home-footer-edge-blur {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--home-footer-edge-blur-h);
  margin-top: calc(-1 * var(--home-footer-edge-blur-h));
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-portfolio-home .home-footer-edge-blur {
    display: block;
    border-bottom-left-radius: var(--home-footer-reveal-radius);
    border-bottom-right-radius: var(--home-footer-reveal-radius);
  }
}

@media (min-width: 768px) {
  .page-portfolio-home {
    --home-footer-edge-blur-h: 5rem;
  }

  .page-portfolio-home .home-footer-edge-blur {
    display: block;
    border-bottom-left-radius: var(--home-footer-reveal-radius);
    border-bottom-right-radius: var(--home-footer-reveal-radius);
  }

  .page-portfolio-home .home-footer-edge-blur::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      rgba(255, 255, 255, 0.55) 38%,
      transparent 72%
    );
  }

  .page-portfolio-home.is-footer-reveal-active .home-footer-edge-blur {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    z-index: 5;
  }
}

.page-portfolio-home .home-footer-edge-blur__layer {
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(var(--home-footer-edge-blur-amount));
  backdrop-filter: blur(var(--home-footer-edge-blur-amount));
  -webkit-mask-image: var(--home-footer-edge-blur-mask);
  mask-image: var(--home-footer-edge-blur-mask);
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(1) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 0%,
    #000 12.5%,
    #000 25%,
    transparent 37.5%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(2) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 12.5%,
    #000 25%,
    #000 37.5%,
    transparent 50%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(3) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 25%,
    #000 37.5%,
    #000 50%,
    transparent 62.5%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(4) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 37.5%,
    #000 50%,
    #000 62.5%,
    transparent 75%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(5) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 50%,
    #000 62.5%,
    #000 75%,
    transparent 87.5%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(6) {
  --home-footer-edge-blur-mask: linear-gradient(
    to bottom,
    transparent 62.5%,
    #000 75%,
    #000 87.5%,
    transparent 100%
  );
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(7) {
  --home-footer-edge-blur-mask: linear-gradient(to bottom, transparent 75%, #000 87.5%, #000 100%);
}

.page-portfolio-home .home-footer-edge-blur__layer:nth-child(8) {
  --home-footer-edge-blur-mask: linear-gradient(to bottom, transparent 87.5%, #000 100%);
}

@media (max-width: 767px), (min-width: 768px) {
  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(1) {
    --home-footer-edge-blur-amount: 0.2px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(2) {
    --home-footer-edge-blur-amount: 0.4px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(3) {
    --home-footer-edge-blur-amount: 0.8px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(4) {
    --home-footer-edge-blur-amount: 1.6px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(5) {
    --home-footer-edge-blur-amount: 3.2px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(6) {
    --home-footer-edge-blur-amount: 6px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(7) {
    --home-footer-edge-blur-amount: 10px;
  }

  .page-portfolio-home .home-footer-edge-blur__layer:nth-child(8) {
    --home-footer-edge-blur-amount: 14px;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  @media (max-width: 767px), (min-width: 768px) {
    .page-portfolio-home .home-footer-edge-blur {
      background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(255, 255, 255, 0.55) 55%,
        rgba(255, 255, 255, 0.92) 100%
      );
    }

    .page-portfolio-home .home-footer-edge-blur__layer {
      display: none;
    }
  }
}

.page-portfolio-home #portfolio-footer-slot {
  position: sticky;
  bottom: 0;
  z-index: 0;
  min-height: var(--home-footer-measured-h);
  background: var(--home-footer-reveal-bg);
  pointer-events: none;
}

.page-portfolio-home .home-footer-scroll-pad {
  height: var(--home-footer-scroll-pad);
  background: var(--home-footer-reveal-bg);
  pointer-events: none;
}

.page-portfolio-home #portfolio-footer-slot .site-footer--home {
  pointer-events: auto;
}

.page-portfolio-home.is-footer-reveal-active .hero-sticky-bar {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .page-portfolio-home.is-footer-reveal-active .site-header:not(.header--past-hero) .header-backdrop {
    background: rgba(10, 10, 10, 0.92) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .page-portfolio-home.is-footer-reveal-active .site-header .logo-img--white {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .page-portfolio-home.is-footer-reveal-active .site-header .logo-img--black {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .page-portfolio-home.is-footer-reveal-active .site-header .header-logo-caption__line,
  .page-portfolio-home.is-footer-reveal-active .site-header .header-logo-caption__line--sub {
    color: rgba(255, 255, 255, 0.9);
  }

  .page-portfolio-home.is-footer-reveal-active .site-header .hamburger--duo {
    color: rgba(255, 255, 255, 0.58);
  }

  .page-portfolio-home.is-footer-reveal-active .site-header .hamburger--duo:hover {
    color: rgba(255, 255, 255, 0.82);
  }

  .page-portfolio-home.is-footer-reveal-active .site-header.header--past-hero .header-bar {
    background: rgba(18, 18, 18, 0.92) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.4));
  }

  .page-portfolio-home.is-footer-reveal-active .site-header.header--past-hero .header-actions::before {
    background: rgba(255, 255, 255, 0.22) !important;
  }

  .page-portfolio-home.is-footer-reveal-active .site-header.header--past-hero .hamburger--duo {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.78) !important;
    box-shadow: none !important;
    filter: none !important;
  }

  .page-portfolio-home.is-footer-reveal-active .site-header.header--past-hero .hamburger--duo:hover {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

.page-portfolio-home .site-footer--home {
  --footer-home-bg: var(--home-footer-reveal-bg);
  --footer-home-text: #f4f4f5;
  --footer-home-muted: rgba(255, 255, 255, 0.58);
  --footer-home-faint: rgba(255, 255, 255, 0.4);
  --footer-home-border: rgba(255, 255, 255, 0.1);
  background: var(--footer-home-bg);
  background-image: none !important;
  color: var(--footer-home-text);
  border-top: none;
  padding: clamp(2rem, 5vw, 3rem) 1.25rem 1.35rem;
}

.page-portfolio-home .site-footer--home::before {
  display: none;
}

.page-portfolio-home .footer-inner--home {
  max-width: var(--home-container);
  margin: 0 auto;
}

.page-portfolio-home .footer-home-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.15rem 1.5rem;
  padding-bottom: clamp(1.35rem, 3vw, 2rem);
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
  border-bottom: 1px solid var(--footer-home-border);
}

.page-portfolio-home .footer-home-logo {
  display: inline-block;
  margin-bottom: 0.65rem;
}

.page-portfolio-home .footer-home-logo img {
  display: block;
  height: 1.5rem;
  width: auto;
}

.page-portfolio-home .footer-home-name {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(1.35rem, 3.6vw, 1.75rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--footer-home-text);
}

.page-portfolio-home .footer-home-caption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin-top: 0.4rem;
}

.page-portfolio-home .footer-home-caption__line--sub {
  font-family: var(--home-font-body);
  font-size: clamp(0.8125rem, 3.4vw, 1.05rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--footer-home-muted);
}

.page-portfolio-home .footer-home-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.page-portfolio-home .footer-home-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--footer-home-muted);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--footer-home-border);
  background: rgba(255, 255, 255, 0.05);
}

.page-portfolio-home .footer-home-badge-dot {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--home-accent);
  flex-shrink: 0;
}

.page-portfolio-home .footer-home-cta {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--home-accent);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}

.page-portfolio-home .footer-home-cta:hover {
  opacity: 0.7;
}

.page-portfolio-home .footer-home-booking-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: clamp(1rem, 2.5vw, 1.35rem);
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  background: #f4f4f5;
  color: var(--home-text-light);
  font-family: var(--font-sans);
  font-size: clamp(0.9375rem, 3.8vw, 1.05rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.page-portfolio-home .footer-home-booking-cta:hover {
  background: var(--home-accent);
  color: var(--home-text-light);
}

.page-portfolio-home .footer-home-booking-cta:active {
  transform: scale(0.985);
}

.page-portfolio-home .footer-home-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.15rem;
}

.page-portfolio-home .footer-home-col__label {
  margin: 0 0 0.55rem;
  font-family: var(--font-sans);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--footer-home-faint);
}

.page-portfolio-home .footer-home-col a {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  margin-bottom: 0.45rem;
  transition: color 0.2s ease;
}

.page-portfolio-home .footer-home-col a:hover {
  color: #ffffff;
}

.page-portfolio-home .footer-home-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.1rem;
}

.page-portfolio-home .footer-home-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  border: 1px solid var(--footer-home-border);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-bottom: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-portfolio-home .footer-home-social__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
  transform: translateY(-1px);
}

.page-portfolio-home .footer-home-col a.footer-home-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-shrink: 0;
}

.page-portfolio-home .footer-home-social__icon {
  display: block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.page-portfolio-home .footer-home-social__icon--tiktok {
  width: 0.92rem;
  height: 0.92rem;
}

.page-portfolio-home .footer-home-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.85rem;
  margin-top: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid var(--footer-home-border);
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  color: var(--footer-home-faint);
}

.page-portfolio-home .footer-home-legal-inline {
  display: none;
  flex: 1 1 100%;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.15rem;
  font-size: 0.6875rem;
}

.page-portfolio-home .footer-home-legal-inline a {
  color: var(--footer-home-muted);
  text-decoration: none;
}

.page-portfolio-home .footer-home-legal-inline a:hover {
  color: #ffffff;
}

.page-portfolio-home .footer-home-legal-inline span {
  color: var(--footer-home-faint);
}

.page-portfolio-home .footer-home-bottom__copy,
.page-portfolio-home .footer-home-bottom__tenure {
  color: var(--footer-home-faint);
}

.page-portfolio-home .footer-ask-ai--dark {
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
}

.page-portfolio-home .footer-home-bottom__tenure {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 767px) {
  .page-portfolio-home .footer-hands {
    padding-left: 0;
    padding-right: 0;
  }

  .page-portfolio-home .footer-hands--contact {
    padding-top: clamp(2rem, 7vw, 3rem);
    padding-bottom: clamp(1.15rem, 4vw, 1.75rem);
  }

  .page-portfolio-home .footer-hands__stage {
    width: min(100%, 22rem);
    height: clamp(11.5rem, 40vw, 14.5rem);
  }

  .page-portfolio-home .footer-hands__lottie {
    width: clamp(8.5rem, 38vw, 11.5rem);
    height: clamp(8.5rem, 38vw, 11.5rem);
  }

  .page-portfolio-home .footer-hands__lottie-wrap--left {
    padding-right: 0;
    margin-right: -0.65rem;
  }

  .page-portfolio-home .footer-hands__lottie-wrap--right {
    padding-left: 0;
    margin-left: -0.65rem;
  }

  .page-portfolio-home .footer-hands__bridge {
    width: clamp(1.25rem, 7vw, 2.25rem);
  }

  .page-portfolio-home .footer-hands--tail {
    padding-top: clamp(0.75rem, 3vw, 1.25rem);
    padding-bottom: clamp(2rem, 7vw, 3rem);
  }

  .page-portfolio-home .footer-hands__inner {
    width: 100%;
    max-width: none;
    padding: 0 clamp(0.5rem, 2.5vw, 0.85rem);
  }

  .page-portfolio-home .footer-hands__note {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.06em;
    color: rgba(26, 26, 26, 0.38);
  }

  .page-portfolio-home .footer-logo-mark {
    height: auto;
    overflow: visible;
    align-items: center;
    padding: 0.25rem 0 0;
  }

  .page-portfolio-home .footer-logo-mark__img {
    width: min(88vw, 21rem);
    opacity: 0.16;
    transform: none;
  }
}

@media (min-width: 768px) {
  .page-portfolio-home .footer-hands__inner {
    width: min(100%, 88rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-portfolio-home .footer-hands__bridge-core {
    animation: none;
    opacity: 0.75;
    transform: scaleX(1);
  }

  .page-portfolio-home .footer-hands--contact.is-inview .footer-hands__note {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 720px) {
  .page-portfolio-home .footer-home-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
  }

  .page-portfolio-home .footer-home-actions {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .page-portfolio-home .site-footer--home {
    padding: 1.15rem 1rem 0.55rem;
  }

  .page-portfolio-home .footer-home-top {
    gap: 0.75rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
  }

  .page-portfolio-home .footer-home-caption,
  .page-portfolio-home .footer-home-col--legal,
  .page-portfolio-home .footer-home-col a.footer-home-link--desktop,
  .page-portfolio-home .footer-home-col a.footer-home-link--social,
  .page-portfolio-home .footer-home-col a.footer-home-link--email {
    display: none;
  }

  .page-portfolio-home .footer-ask-ai--dark {
    margin-top: 0.85rem;
  }

  .page-portfolio-home .footer-ask-ai--dark .footer-ask-ai__heading {
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
  }

  .page-portfolio-home .footer-ask-ai--dark .footer-ask-ai__tiles {
    gap: 0.4rem;
  }

  .page-portfolio-home .footer-ask-ai--dark .footer-ask-ai__tile {
    width: 2.5rem;
    height: 2.5rem;
  }

  .page-portfolio-home .footer-home-grid {
    gap: 1rem 0.85rem;
  }

  .page-portfolio-home .footer-home-col__label {
    margin-bottom: 0.4rem;
  }

  .page-portfolio-home .footer-home-booking-cta {
    margin-top: 0.65rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  .page-portfolio-home .footer-home-bottom {
    margin-top: 0.65rem;
    padding-top: 0.75rem;
    padding-bottom: 0;
  }

  .page-portfolio-home .footer-home-legal-inline {
    display: flex;
  }

  .page-portfolio-home .footer-home-bottom__tenure {
    display: none;
  }
}

/* ----- Popupy — dopracowanie typografii ----- */
.page-portfolio-home .value-sheet-title {
  font-family: var(--home-font-heading);
  font-weight: var(--home-heading-weight);
  letter-spacing: var(--home-tracking-heading);
}

.page-portfolio-home .value-sheet-cta .btn-primary {
  background: var(--home-text-light);
}

/* ----- Slide sheet projekty ----- */
.page-portfolio-home #slide-sheet-root .value-sheet-title {
  font-size: 1.125rem;
  line-height: 1.3;
}

.page-portfolio-home #slide-sheet-root .value-sheet-desc {
  line-height: var(--home-paragraph-lh);
}

.page-portfolio-home #slide-sheet-root .value-sheet-label {
  font-size: 0.625rem;
  margin-bottom: 0.55rem;
}

.page-portfolio-home #slide-sheet-root .value-sheet-bullets {
  gap: 0.65rem;
}

.page-portfolio-home #slide-sheet-root .value-sheet-bullets li {
  gap: 0.55rem;
}

.page-portfolio-home #slide-sheet-root .value-sheet-dot {
  width: 0.65rem;
  height: 0.65rem;
  margin-top: 0.2rem;
}

.page-portfolio-home .slide-sheet-media-block .slide-sheet-media {
  margin: 0;
}

.page-portfolio-home #slide-sheet-root.slide-sheet-root--offer #slide-sheet-media.value-sheet-block {
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}

.page-portfolio-home #slide-sheet-root.slide-sheet-root--offer .slide-sheet-media {
  width: 100%;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

@media (max-width: 639px) {
  .page-portfolio-home #slide-sheet-root.slide-sheet-root--offer #slide-sheet-media.value-sheet-block {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
  }

  .page-portfolio-home #slide-sheet-root.slide-sheet-root--offer .slide-sheet-media {
    min-height: 16rem;
  }

  #slide-sheet-root.slide-sheet-root--project .slide-sheet-media-block {
    padding-top: 1rem;
    padding-bottom: 1.75rem;
  }

  #slide-sheet-root.slide-sheet-root--project .slide-sheet-media,
  #slide-sheet-root.slide-sheet-root--project .slide-sheet-media--project,
  #slide-sheet-root.slide-sheet-root--project #slide-sheet-media.value-sheet-block .slide-sheet-media--project {
    aspect-ratio: 4 / 5;
    min-height: 17.5rem;
  }
}

#slide-sheet-root.slide-sheet-root--project .slide-sheet-media-block {
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}

#slide-sheet-root.slide-sheet-root--project .slide-sheet-media,
#slide-sheet-root.slide-sheet-root--project .slide-sheet-media--project {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background: #0e0e0e;
  aspect-ratio: 5 / 4;
  min-height: 11rem;
}

.page-portfolio-home .slide-sheet-hero-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-portfolio-home .slide-sheet-body {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.page-portfolio-home #statement-sheet-root .statement-sheet-media-block {
  padding-top: 0.35rem;
  padding-bottom: 0.15rem;
}

.page-portfolio-home #statement-sheet-root .statement-sheet-media {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 21 / 9;
  min-height: 5.25rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.page-portfolio-home #statement-sheet-root .statement-sheet-media-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.page-portfolio-home #statement-sheet-root .statement-sheet-media-step {
  position: absolute;
  right: 1rem;
  bottom: 0.65rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(2.25rem, 8vw, 3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(26, 26, 26, 0.14);
  pointer-events: none;
  user-select: none;
}

.page-portfolio-home .statement-sheet-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 420px) {
  .page-portfolio-home .statement-sheet-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@keyframes statement-sheet-highlight-in {
  from {
    opacity: 0;
    transform: translateY(0.35rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-portfolio-home .statement-sheet-highlight {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: #fafafa;
  border: none;
}

.page-portfolio-home .statement-sheet-highlight--support {
  animation: statement-sheet-highlight-in 0.42s cubic-bezier(0.33, 1, 0.68, 1) backwards;
}

.page-portfolio-home .statement-sheet-highlight--support:nth-child(2) {
  animation-delay: 0.04s;
}

.page-portfolio-home .statement-sheet-highlight--support:nth-child(3) {
  animation-delay: 0.08s;
}

.page-portfolio-home .statement-sheet-highlight--support:nth-child(4) {
  animation-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .page-portfolio-home .statement-sheet-highlight--support {
    animation: none;
  }
}

.page-portfolio-home .statement-sheet-highlight--rich {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.7rem;
  padding: 0.9rem 0.95rem;
  min-height: 5.35rem;
}

.page-portfolio-home .statement-sheet-highlight--lead {
  grid-column: 1 / -1;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.15rem;
  min-height: 7rem;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--statement-hero-green-soft) 0%,
    rgba(200, 247, 168, 0.55) 100%
  );
  box-shadow: 0 0 0 1px rgba(124, 201, 90, 0.16);
}

.page-portfolio-home .statement-sheet-highlight--lead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 85% 130% at 0% 0%, rgba(164, 245, 127, 0.38), transparent 68%);
  pointer-events: none;
}

.page-portfolio-home .statement-sheet-highlight--lead > * {
  position: relative;
  z-index: 1;
}

.page-portfolio-home .statement-sheet-highlight--lead.statement-sheet-highlight--rich {
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  padding: 1.3rem 1.2rem;
  min-height: 7.25rem;
}

.page-portfolio-home .statement-sheet-highlight--lead .statement-sheet-highlight__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.58);
  color: rgba(26, 26, 26, 0.68);
}

.page-portfolio-home .statement-sheet-highlight--lead .statement-sheet-highlight__label {
  font-size: 1rem;
  letter-spacing: -0.025em;
}

.page-portfolio-home .statement-sheet-highlight--lead .statement-sheet-highlight__detail {
  font-size: 0.875rem;
  color: rgba(26, 26, 26, 0.68);
}

.page-portfolio-home .statement-sheet-highlight__step {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(1.15rem, 4.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(26, 26, 26, 0.1);
  pointer-events: none;
  user-select: none;
}

.page-portfolio-home .statement-sheet-highlight--lead .statement-sheet-highlight__step {
  top: 0.7rem;
  right: 0.85rem;
  font-size: clamp(1.35rem, 4.8vw, 1.65rem);
  color: rgba(26, 26, 26, 0.16);
}

.page-portfolio-home .statement-sheet-highlight__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.65rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.5);
}

.page-portfolio-home .statement-sheet-highlight__lucide,
.page-portfolio-home .statement-sheet-highlight__icon .ui-icon-svg,
.page-portfolio-home .statement-sheet-highlight__icon svg {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
}

.page-portfolio-home .statement-sheet-highlight__text {
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--home-text-light, #1a1a1a);
}

.page-portfolio-home .statement-sheet-highlight__copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.page-portfolio-home .statement-sheet-highlight__label {
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--home-text-light, #1a1a1a);
}

.page-portfolio-home .statement-sheet-highlight__detail {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.62);
}

/* Approach step popups — visual-first, bez obramowań */
.page-portfolio-home .spec-sheet-highlights-block--approach-visual {
  padding-top: 0.15rem;
}

.page-portfolio-home .spec-sheet-highlights-block--approach-visual + .value-sheet-block {
  display: none;
}

.page-portfolio-home .approach-visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 4vw, 1.75rem) clamp(0.85rem, 3vw, 1.25rem);
  margin: 0;
  padding: 0.15rem 0 0.35rem;
  list-style: none;
}

.page-portfolio-home .approach-visual-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
  min-height: 8.5rem;
  padding: 0.35rem 0.25rem 0;
  text-align: center;
  animation: approach-visual-card-in 0.45s cubic-bezier(0.33, 1, 0.68, 1) backwards;
}

.page-portfolio-home .approach-visual-card:nth-child(2) {
  animation-delay: 0.05s;
}

.page-portfolio-home .approach-visual-card:nth-child(3) {
  animation-delay: 0.1s;
}

.page-portfolio-home .approach-visual-card:nth-child(4) {
  animation-delay: 0.15s;
}

@keyframes approach-visual-card-in {
  from {
    opacity: 0;
    transform: translateY(0.45rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-portfolio-home .approach-visual-card {
    animation: none;
  }
}

.page-portfolio-home .approach-visual-card__step {
  position: absolute;
  top: 0;
  right: 0.15rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: clamp(1.35rem, 4.5vw, 1.65rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(26, 26, 26, 0.07);
  pointer-events: none;
  user-select: none;
}

.page-portfolio-home .approach-visual-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 6.75rem);
  aspect-ratio: 1;
  margin-top: 0.15rem;
}

.page-portfolio-home .approach-visual-card__glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.page-portfolio-home .approach-visual-card--slate .approach-visual-card__glow {
  background:
    radial-gradient(circle at 50% 42%, rgba(148, 170, 183, 0.34) 0%, rgba(148, 170, 183, 0.08) 52%, transparent 72%);
}

.page-portfolio-home .approach-visual-card--green .approach-visual-card__glow {
  background:
    radial-gradient(circle at 50% 42%, rgba(164, 198, 57, 0.42) 0%, rgba(164, 198, 57, 0.12) 52%, transparent 72%);
}

.page-portfolio-home .approach-visual-card--neutral .approach-visual-card__glow {
  background:
    radial-gradient(circle at 50% 42%, rgba(123, 108, 182, 0.32) 0%, rgba(123, 108, 182, 0.08) 52%, transparent 72%);
}

.page-portfolio-home .approach-visual-card--cool .approach-visual-card__glow {
  background:
    radial-gradient(circle at 50% 42%, rgba(48, 113, 234, 0.28) 0%, rgba(48, 113, 234, 0.08) 52%, transparent 72%);
}

.page-portfolio-home .approach-visual-card__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  color: rgba(26, 26, 26, 0.72);
}

.page-portfolio-home .approach-visual-card--slate .approach-visual-card__icon {
  color: rgba(72, 92, 108, 0.88);
}

.page-portfolio-home .approach-visual-card--green .approach-visual-card__icon {
  color: rgba(74, 96, 18, 0.92);
}

.page-portfolio-home .approach-visual-card--neutral .approach-visual-card__icon {
  color: rgba(88, 74, 132, 0.9);
}

.page-portfolio-home .approach-visual-card--cool .approach-visual-card__icon {
  color: rgba(42, 88, 138, 0.92);
}

.page-portfolio-home .approach-visual-card__lucide,
.page-portfolio-home .approach-visual-card__icon .ui-icon-svg,
.page-portfolio-home .approach-visual-card__icon svg {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  stroke-width: 1.65;
}

.page-portfolio-home .approach-visual-card__label {
  max-width: 9.5rem;
  font-family: var(--home-font-heading, var(--font-sans));
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: rgba(26, 26, 26, 0.78);
}

.page-portfolio-home #spec-sheet-root:has(.spec-sheet-highlights-block--approach-visual) .value-sheet-desc {
  max-width: 16rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(26, 26, 26, 0.58);
}

.page-portfolio-home #spec-sheet-root:has(.spec-sheet-highlights-block--approach-visual) .value-sheet-header {
  padding-bottom: 0.35rem;
}

@media (min-width: 420px) {
  .page-portfolio-home .approach-visual-card__visual {
    width: min(100%, 7.5rem);
  }

  .page-portfolio-home .approach-visual-card__icon {
    width: 3.75rem;
    height: 3.75rem;
  }

  .page-portfolio-home .approach-visual-card__lucide,
  .page-portfolio-home .approach-visual-card__icon .ui-icon-svg,
  .page-portfolio-home .approach-visual-card__icon svg {
    width: 3.15rem;
    height: 3.15rem;
  }
}

/* Statement sheet popup — desktop 2 kolumny (jak case study) */
@media (min-width: 768px) {
  .page-portfolio-home #statement-sheet-root .value-sheet-scroll {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: start;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-header {
    grid-column: 1;
    grid-row: 1;
    padding-top: 0.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-header .value-sheet-title {
    font-family: var(--home-font-heading, var(--font-sans));
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-header .value-sheet-desc {
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: rgba(26, 26, 26, 0.72);
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-media-block {
    display: none !important;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlights-block {
    grid-column: 2;
    grid-row: 1;
    padding-top: 0.35rem;
  }

  .page-portfolio-home #statement-sheet-root #statement-sheet-bullets-wrap {
    grid-column: 1;
    grid-row: 2;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 5.35rem;
    padding: 0.9rem 0.95rem;
    overflow: visible;
    background: #fafafa;
    box-shadow: none;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead::before {
    display: none;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead.statement-sheet-highlight--rich {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 5.35rem;
    padding: 0.9rem 0.95rem;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead .statement-sheet-highlight__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    background: #f0f0f0;
    color: rgba(26, 26, 26, 0.55);
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead .statement-sheet-highlight__label {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead .statement-sheet-highlight__detail {
    font-size: 0.8125rem;
    color: rgba(26, 26, 26, 0.62);
  }

  .page-portfolio-home #statement-sheet-root .statement-sheet-highlight--lead .statement-sheet-highlight__step {
    top: 0.55rem;
    right: 0.7rem;
    font-size: clamp(1.15rem, 4.2vw, 1.4rem);
    color: rgba(26, 26, 26, 0.1);
  }
}

.page-portfolio-home .slide-sheet-ph {
  position: relative;
  width: 100%;
  border-radius: 0.85rem;
  overflow: hidden;
  flex-shrink: 0;
}

.page-portfolio-home .slide-sheet-ph__gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-portfolio-home .slide-sheet-ph__img,
.page-portfolio-home .slide-sheet-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-portfolio-home .slide-sheet-ph--wide {
  min-height: 6.5rem;
  aspect-ratio: 16 / 9;
}

.page-portfolio-home .slide-sheet-ph--compact {
  min-height: 4.25rem;
  aspect-ratio: 21 / 8;
}

.page-portfolio-home .slide-sheet-ph--tall {
  min-height: 8rem;
  aspect-ratio: 4 / 3;
}

@media (max-width: 639px) {
  .page-portfolio-home .slide-sheet-ph--wide {
    min-height: 8rem;
    aspect-ratio: 5 / 3;
  }

  .page-portfolio-home .slide-sheet-ph--compact {
    min-height: 5rem;
    aspect-ratio: 16 / 7;
  }

  .page-portfolio-home .slide-sheet-ph--tall {
    min-height: 10rem;
    aspect-ratio: 4 / 5;
  }
}

.page-portfolio-home .slide-sheet-section__label {
  margin: 0 0 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.45);
}

.page-portfolio-home .slide-sheet-section__p {
  margin: 0 0 0.65rem;
}

.page-portfolio-home .slide-sheet-section__p:last-child {
  margin-bottom: 0;
}

.page-portfolio-home .slide-sheet-section__list {
  margin: 0;
  padding: 0 0 0 1rem;
}

.page-portfolio-home .slide-sheet-section__list li {
  margin-bottom: 0.45rem;
}

.page-portfolio-home .slide-sheet-section__list li:last-child {
  margin-bottom: 0;
}

.page-portfolio-home .slide-sheet-section + .slide-sheet-section {
  margin-top: 1.35rem;
}

.page-portfolio-home .slide-sheet-section__figure {
  margin: 1rem 0 0;
  padding: 0;
}

.page-portfolio-home .slide-sheet-section__figure + .slide-sheet-section__figure {
  margin-top: 0.65rem;
}

.page-portfolio-home .slide-sheet-section__figure--media {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  min-height: 5.5rem;
}

.page-portfolio-home .slide-sheet-section__gradient {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
}

.page-portfolio-home .slide-sheet-section__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  background: transparent;
}

.page-portfolio-home .slide-sheet-section__img.is-media-failed,
.page-portfolio-home .slide-sheet-project-img.is-media-failed {
  display: none;
}

.page-portfolio-home .slide-sheet-section__caption {
  margin-top: 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  line-height: 1.45;
  color: rgba(26, 26, 26, 0.5);
}

.page-portfolio-home .value-sheet-gallery-img {
  width: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.page-portfolio-home .home-project-card__fallback {
  width: 100%;
  height: 100%;
  min-height: 12rem;
}

.page-portfolio-home #slide-sheet-media img.slide-sheet-project-img,
.page-portfolio-home #slide-sheet-media .slide-sheet-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
  max-height: none;
}

.page-portfolio-home #slide-sheet-media.slide-sheet-media--photo,
.page-portfolio-home #slide-sheet-media .slide-sheet-media--photo {
  background: #e7e7e7;
}

.page-portfolio-home #slide-sheet-media img.slide-sheet-project-img--contain {
  object-fit: contain;
  object-position: center center;
  padding: 1.5rem;
  box-sizing: border-box;
}

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

}

@media (max-width: 767px) {
  .hero-filter-sheet__body {
    padding: 3.15rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom, 0));
  }

  .hero-filter-sheet__close {
    right: 0.75rem;
  }

  .page-portfolio-home #slide-sheet-root .value-sheet-header,
  .page-portfolio-home #slide-sheet-root .value-sheet-cta,
  .page-portfolio-home #slide-sheet-root .value-sheet-block,
  .page-portfolio-home #spec-sheet-root .value-sheet-header,
  .page-portfolio-home #spec-sheet-root .value-sheet-cta,
  .page-portfolio-home #spec-sheet-root .value-sheet-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-portfolio-home {
    --home-chrome-pad-x: 1.25rem;
    --home-promo-pad-x: var(--home-chrome-pad-x);
    --home-chrome-inset-x: var(--home-chrome-pad-x);
  }

  .page-portfolio-home .site-header {
    padding-left: var(--home-chrome-pad-x);
    padding-right: var(--home-chrome-pad-x);
  }
  .page-portfolio-home #promo-spacer {
    height: 0 !important;
    min-height: 0 !important;
  }

  /* Split hero — tekst, zdjęcie, logotypy (bez nakładania) */
  .page-portfolio-home .hero--profile {
    min-height: 0;
    padding: 0;
    flex-direction: column;
  }

  .page-portfolio-home .hero--profile .hero-visual {
    flex: 0 0 auto;
    min-height: clamp(14rem, 46svh, 22rem);
    max-height: none;
  }

  .page-portfolio-home .hero--stacked .hero-panel__status--slots {
    margin-top: 0.75rem;
    font-size: 0.625rem;
  }

  .hero-carousel__slide {
    background-position: center 12%;
  }

  .page-portfolio-home .hero--profile .hero-panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: calc(100svh - clamp(14rem, 46svh, 22rem));
    min-height: calc(100dvh - clamp(14rem, 46svh, 22rem));
    padding-top: 0;
    padding-bottom: 0.75rem;
  }

  .page-portfolio-home .hero--profile .hero-panel__body {
    flex: 0 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0.85rem 1.25rem 0.5rem;
  }

  .page-portfolio-home .hero--notion {
    text-align: center;
  }

  .page-portfolio-home .hero--notion .hero-panel__body--centered {
    align-items: center;
    text-align: center;
    padding: 1.1rem 1.25rem 0.65rem;
  }

  .page-portfolio-home .hero-notion-glyphs {
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    align-self: center;
  }

  .page-portfolio-home .hero-notion-glyphs__item {
    --glyph-size: 2.55rem;
    margin-left: calc(var(--glyph-size) * -0.26);
  }

  .page-portfolio-home .hero.hero--profile h1.hero-panel__headline.hero-panel__headline--notion {
    align-items: center;
    text-align: center;
    font-size: clamp(2.28rem, 9.84vw, 3.06rem) !important;
    font-weight: 500 !important;
    margin-bottom: 1.35rem;
    line-height: var(--home-hero-headline-lh);
    letter-spacing: var(--home-hero-headline-tracking);
  }

  .page-portfolio-home .hero--notion .hero-panel__headline--notion,
  .page-portfolio-home .hero--notion .hero-panel__headline-line--lead,
  .page-portfolio-home .hero--notion .hero-panel__headline-line--tail,
  .page-portfolio-home .hero--notion .hero-panel__headline--notion .hero-panel__headline-line--duo {
    font-weight: 500 !important;
    text-align: center;
  }

  .page-portfolio-home .hero-panel__headline-line--duo {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.02em;
  }

  .page-portfolio-home .hero-panel__headline-line--pill {
    font-size: 0.85em;
    margin: 0.14em 0 0.08em;
  }

  .page-portfolio-home .hero--notion .hero-word-pill {
    padding: 0.26em 0.62em 0.26em 0.48em;
    gap: 0.4em;
  }

  .page-portfolio-home .hero--notion .hero-word-pill,
  .page-portfolio-home .hero--notion .hero-word-pill__text {
    font-weight: 500 !important;
  }

  .page-portfolio-home .hero-panel__headline-line--tail {
    width: auto;
    text-align: center;
  }

  .page-portfolio-home .hero-panel__benefits,
  .page-portfolio-home .hero--notion .hero-panel__body .hero-panel__benefits {
    max-width: 100%;
    margin-top: 0.15rem;
    margin-bottom: 1.15rem;
    margin-inline: auto;
    justify-content: center;
    align-self: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: normal;
    gap: 0;
    text-align: center;
  }

  .page-portfolio-home .hero-panel__benefits--flow,
  .page-portfolio-home .hero--notion .hero-panel__body .hero-panel__benefits--flow {
    display: block;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    box-sizing: border-box;
    font-size: clamp(0.9rem, 3.95vw, 1rem);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    text-wrap: pretty;
  }

  .page-portfolio-home .hero-panel__benefits--flow .hero-panel__inline-skill {
    margin-inline: 0;
  }

  .page-portfolio-home .hero-panel__benefits .hero-panel__lede-muted,
  .page-portfolio-home .hero-panel__benefits--flow .hero-panel__lede-muted {
    font-weight: 500;
    letter-spacing: normal;
  }

  .page-portfolio-home .hero-panel__inline-skill-label {
    font-weight: 700;
    letter-spacing: normal;
  }

  .page-portfolio-home .hero-panel__lede-line--lead {
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
    text-wrap: pretty;
    margin-bottom: 0.05rem;
  }

  .page-portfolio-home .hero-panel__lede-line--skills {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0.34rem;
    padding-inline: 0;
    text-align: center;
  }

  .page-portfolio-home .hero-panel__lede-muted--join {
    white-space: normal;
  }

  .page-portfolio-home .hero-panel__inline-skill {
    gap: 0.24rem;
  }

  .page-portfolio-home .hero--stacked .hero-panel__status-dot {
    animation: none;
  }

  .page-portfolio-home .hero--notion .hero-panel__actions,
  .page-portfolio-home .hero--profile .hero-panel__actions {
    justify-content: center;
    align-items: center;
  }

  .page-portfolio-home .hero--profile .hero-panel__cta {
    font-weight: 500;
  }

  .page-portfolio-home .hero--notion .hero-panel__status--slots {
    justify-content: flex-start;
  }

  .page-portfolio-home .hero-panel__lede--notion {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    max-width: 20.5rem;
    font-size: clamp(0.8125rem, 3.5vw, 0.9rem);
    line-height: 1.48;
    margin-bottom: 0.9rem;
  }

  .page-portfolio-home .hero-panel__lede-lead {
    display: block;
    width: 100%;
    text-align: center;
    text-wrap: balance;
  }

  .page-portfolio-home .hero-panel__lede-skills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.26rem 0.3rem;
    width: 100%;
  }

  .page-portfolio-home .hero-panel__inline-skill {
    gap: 0.28rem;
  }

  .page-portfolio-home .hero-panel__inline-skill-icon,
  .page-portfolio-home .hero-panel__inline-skill .hero-panel__inline-skill-icon,
  .page-portfolio-home .hero-panel__inline-skill .ui-icon-svg,
  .page-portfolio-home .hero-panel__inline-skill svg {
    width: 1em;
    height: 1em;
  }

  .page-portfolio-home .hero--profile .hero-panel__headline:not(.hero-panel__headline--notion) {
    max-width: none;
    font-size: clamp(1.9rem, 8.2vw, 2.55rem);
    margin-bottom: 1.2rem;
    line-height: 1.04;
    letter-spacing: -0.03em;
  }

  .page-portfolio-home .hero--profile .hero-panel__lede {
    font-size: clamp(0.9375rem, 4.2vw, 1.0625rem);
    margin-bottom: 0.85rem;
  }

  .page-portfolio-home .hero--stacked .hero-panel__trust {
    margin-bottom: 1.1rem;
    gap: 0.55rem 0.95rem;
  }

  .page-portfolio-home .hero--stacked .hero-panel__trust-item {
    font-size: 0.6875rem;
  }

  .page-portfolio-home .hero--profile .hero-panel__actions {
    gap: 0.5rem;
    margin-bottom: 0;
  }

  .page-portfolio-home .hero--profile .hero-panel__cta {
    font-size: 0.875rem;
  }

  .page-portfolio-home .hero--profile .hero-panel__cta--primary {
    padding: 0.72rem 1.15rem;
  }

  .page-portfolio-home .hero--profile .hero-panel__cta--book {
    gap: 0.75rem;
    margin-top: 0;
    padding: 1.05rem 1.2rem 1.05rem 1.55rem;
    font-size: 0.9375rem;
    border-radius: 999px;
  }

  .page-portfolio-home .hero-panel__cta-avatar,
  .page-portfolio-home .hero-panel__cta-avatar-badge {
    display: none;
  }

  .page-portfolio-home .hero-panel__cta-note {
    font-size: 0.7rem;
  }

  .page-portfolio-home .hero-panel__cta-chip {
    display: none;
  }

  .home-trust-panel--logos {
    padding: 1.45rem 0.65rem 1.65rem;
  }

  .home-trust-panel__eyebrow {
    margin-bottom: 1.2rem;
    font-size: 0.625rem;
    gap: 0.6rem;
  }

  .home-trust-panel__eyebrow-words {
    gap: 0.45em;
  }

  .home-trust-panel__eyebrow-words > span {
    letter-spacing: 0.09em;
  }

  .home-logo-grid.home-logo-grid--hero .home-logo-grid__cell,
  .home-logo-grid--hero .home-logo-grid__slot {
    min-height: clamp(7.85rem, 34vw, 9.5rem);
  }

  .home-logo-grid--hero .home-logo-grid__logo {
    padding: 1rem 0.8rem;
  }

  .home-logo-grid--hero .home-logo-grid__img {
    max-height: 3.15rem;
  }

  .home-showcase__img {
    height: clamp(16rem, 72vw, 28rem);
  }

  .hero-filter__sentence {
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.1);
  }

  .hero-filter__menu {
    display: none !important;
  }

  .page-portfolio-home .promotion-bar--home .promotion-bar__badge {
    display: none;
  }

  .page-portfolio-home .home-section-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-portfolio-home .home-realizacje-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Oferta: slider i wewnętrzne slajdy muszą scrollować wewnątrz, nie rozszerzać strony */
  .page-portfolio-home .home-offer,
  .page-portfolio-home .value-tiles-stack,
  .page-portfolio-home .value-tiles-slider-wrap {
    overflow-x: clip;
    max-width: 100%;
  }

  .page-portfolio-home .value-tiles-slider {
    max-width: 100%;
  }

  .page-portfolio-home .create-together-section--inside-tile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    max-width: 100%;
  }

  .page-portfolio-home .create-together-section--inside-tile .create-together-slider {
    padding-left: 0;
    max-width: 100%;
  }

  .page-portfolio-home .create-together-section--inside-tile .create-together-track {
    padding-left: 0;
    padding-right: 0.75rem;
  }

  .page-portfolio-home .home-cta-band__link {
    max-width: 100%;
    word-break: break-word;
  }

  .page-portfolio-home img,
  .page-portfolio-home video {
    max-width: 100%;
    height: auto;
  }
}

/* ----- Cal.com booking sheet ----- */
button.nav-mobile-link,
button.footer-home-booking-cta {
  font: inherit;
  color: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

button.nav-mobile-booking-btn {
  font: inherit;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

button.nav-mobile-link {
  width: 100%;
  margin: 0;
  border: none;
  background: transparent;
  text-align: left;
}

.booking-sheet-root {
  --booking-brand-green: #1aad52;
  --booking-brand-green-emphasis: #179647;
  --booking-brand-green-text: #1aad52;
  --booking-brand-green-subtle: #e9f7ee;
}

.booking-sheet-root--calendar-only .booking-sheet-contact-tiles,
.booking-sheet-root--calendar-only .booking-sheet-or,
.booking-sheet-root--calendar-only .booking-sheet-soon-eyebrow {
  display: none !important;
}

.booking-sheet-root--calendar-only .booking-sheet-intro__copy {
  display: none !important;
}

.booking-sheet-root--calendar-only .booking-sheet-intro {
  justify-content: flex-start;
}

.booking-sheet-root--calendar-only .booking-sheet-intro__person {
  width: 100%;
}

.booking-sheet-root--calendar-only .booking-sheet-intro__note {
  max-width: none;
  flex: 1 1 auto;
}

.booking-sheet-root--calendar-only .value-sheet-header.booking-sheet-header {
  padding-bottom: 0.35rem;
}

.booking-sheet-root--calendar-only .booking-sheet-body {
  gap: 0;
  padding: 2.35rem 1.15rem 1.35rem;
}

.booking-sheet-root--calendar-only .booking-sheet-calendar-section {
  padding: 0;
  border-top: none;
}

.booking-sheet-root--calendar-only .booking-sheet-embed-wrap,
.booking-sheet-root--calendar-only .booking-sheet-embed,
.booking-sheet-root--calendar-only .booking-sheet-embed iframe {
  min-height: clamp(22rem, 72vh, 36rem);
}

.booking-sheet-root--calendar-only .booking-sheet-panel {
  max-height: min(96dvh, 60rem);
}

.booking-sheet-root .booking-sheet-panel {
  max-height: min(94dvh, 58rem);
  display: flex;
  flex-direction: column;
}

.booking-sheet-root .value-sheet-close {
  top: 0.65rem;
  right: 0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.05);
}

.booking-sheet-root .booking-sheet-scroll {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.booking-sheet-root .value-sheet-header.booking-sheet-header {
  padding: 2.85rem 1.15rem 0.85rem;
  padding-right: 3.35rem;
  border-bottom: none;
}

.booking-sheet-header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.booking-sheet-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
  width: 100%;
  min-width: 0;
}

.booking-sheet-intro__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.booking-sheet-intro__person {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  min-width: 0;
}

.booking-sheet-intro__note {
  display: none;
  margin: 0;
  max-width: 9.5rem;
  font-family: var(--home-font-body);
  font-size: 0.75rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: rgba(26, 26, 26, 0.52);
}

.booking-sheet-root--calendar-only .booking-sheet-intro__note:not([hidden]) {
  display: block;
}

.booking-sheet-intro__avatar {
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0.1rem;
}

.booking-sheet-intro__avatar picture,
.booking-sheet-intro__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
}

.booking-sheet-body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 0 1.15rem 1.35rem;
}

.booking-sheet-soon-eyebrow {
  margin: 0;
  font-family: var(--home-font-body);
  font-size: var(--home-paragraph-size);
  font-weight: var(--home-paragraph-weight);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  color: rgba(26, 26, 26, 0.48);
  text-wrap: pretty;
  text-align: center;
}

.booking-sheet-soon-eyebrow[hidden] {
  display: none !important;
}

.booking-sheet-header .value-sheet-title,
.booking-sheet-title {
  flex: none;
  width: 100%;
  min-width: 0;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.28;
}

.booking-sheet-title__accent {
  color: var(--booking-brand-green);
}

.booking-sheet-root .contact-tile__availability-status--open {
  color: var(--booking-brand-green-text);
}

.booking-sheet-root .contact-tile__availability--static[data-state="open"] .contact-tile__availability-line:first-child {
  color: var(--booking-brand-green-text);
}

.booking-sheet-root .contact-tile__availability-status--open .contact-tile__availability-dot {
  box-shadow: 0 0 0 0 rgba(26, 173, 82, 0.35);
  animation: booking-contact-availability-dot-pulse 2.6s ease-in-out infinite;
}

@keyframes booking-contact-availability-dot-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(26, 173, 82, 0.28);
  }

  50% {
    opacity: 0.72;
    box-shadow: 0 0 0 0.18rem rgba(26, 173, 82, 0);
  }
}

.booking-sheet-lead {
  margin: 0;
  font-family: var(--home-font-body);
  font-size: var(--home-paragraph-size);
  font-weight: var(--home-paragraph-weight);
  line-height: var(--home-paragraph-lh);
  letter-spacing: var(--home-paragraph-tracking);
  color: rgba(26, 26, 26, 0.52);
  text-wrap: pretty;
}

@media (min-width: 768px) {
  .booking-sheet-root .value-sheet-header.booking-sheet-header {
    padding-top: 2.85rem;
    padding-bottom: 0.85rem;
    padding-left: 0;
    padding-right: 2.75rem;
  }

  .booking-sheet-body {
    padding-left: 0;
    padding-right: 0;
  }

  .booking-sheet-root--calendar-only .booking-sheet-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .booking-sheet-root .value-sheet-header.booking-sheet-header {
    padding: 2.5rem 1rem 0.85rem;
    padding-right: 3.1rem;
  }

  .booking-sheet-body {
    padding: 0 1rem 1.35rem;
  }

  .booking-sheet-root--calendar-only .booking-sheet-body {
    padding: 2.35rem 1rem 1.35rem;
  }

  .booking-sheet-intro {
    gap: 0.65rem;
  }

  .booking-sheet-intro__avatar {
    width: 3.25rem;
    height: 3.25rem;
    flex-shrink: 0;
  }
}

.booking-sheet-root .booking-sheet-contact-tiles {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  position: static;
  z-index: auto;
}

.booking-sheet-root .booking-sheet-contact-tiles .booking-sheet-contact-tile,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile--phone,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
  min-height: 8.75rem;
  aspect-ratio: auto;
  margin: 0;
  padding: 1.35rem 1.15rem 1.25rem;
  border-radius: 0.9rem;
  box-shadow: 0 0.2rem 0.85rem rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: visible;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile--phone {
  order: -1;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile:active {
  transform: scale(0.99);
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__icon {
  display: flex;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0.5rem;
  border-radius: 0.6rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.44);
  box-sizing: border-box;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__icon .ui-icon-svg,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__icon .contact-tile__lucide,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__icon svg {
  width: 100%;
  height: 100%;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__value-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__availability {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  line-height: 1.38;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__text,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile__value-copy {
  font-size: 0.875rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email .contact-tile__text,
.booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email .contact-tile__value-copy {
  font-size: 0.8125rem;
}

.booking-sheet-calendar-section {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-width: 0;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(26, 26, 26, 0.07);
}

.booking-sheet-or {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.36);
}

.booking-sheet-or::before,
.booking-sheet-or::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(26, 26, 26, 0.08);
}

.booking-sheet-embed-wrap {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  min-height: clamp(18rem, 52vh, 28rem);
  margin: 0.15rem 0 0;
  overflow: hidden;
  border-radius: 0.85rem;
  border: 1px solid rgba(26, 26, 26, 0.06);
  background: rgba(26, 26, 26, 0.02);
}

.booking-sheet-embed {
  width: 100%;
  min-width: 0;
  min-height: clamp(18rem, 52vh, 28rem);
  overflow: hidden;
}

.booking-sheet-embed.is-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(26, 26, 26, 0.42);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  overflow: hidden;
}

.booking-sheet-embed.is-loading::before {
  content: "Ładuję kalendarz…";
}

.booking-sheet-embed iframe {
  width: 100% !important;
  min-width: 0;
  min-height: clamp(18rem, 52vh, 28rem);
  border: 0;
  display: block;
}

@media (min-width: 768px) {
  .booking-sheet-root .booking-sheet-panel {
    width: min(40rem, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    margin-left: calc(-1 * min(20rem, (100vw - 2rem) / 2));
  }

  .booking-sheet-root .value-sheet-header.booking-sheet-header {
    padding: 2.75rem 1.5rem 1rem;
    padding-right: 3.75rem;
  }

  .booking-sheet-body {
    padding: 0 1.5rem 1.75rem;
  }

  .booking-sheet-root--calendar-only .booking-sheet-body {
    padding: 2.5rem 1.5rem 1.75rem;
  }

  .booking-sheet-header .value-sheet-title,
  .booking-sheet-title {
    font-size: 1.25rem;
  }

  .booking-sheet-lead {
    font-size: 0.875rem;
  }

  .booking-sheet-root .booking-sheet-contact-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile--phone,
  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email {
    order: 0;
    min-height: 10rem;
    padding: 1.4rem 1.15rem 1.3rem;
  }

  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile__icon {
    display: flex;
    width: 2.35rem;
    height: 2.35rem;
  }

  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile__text,
  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile__value-copy {
    font-size: 0.8125rem;
  }

  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email .contact-tile__text,
  .booking-sheet-root .booking-sheet-contact-tiles .contact-tile--email .contact-tile__value-copy {
    font-size: 0.8125rem;
  }

  .booking-sheet-intro__avatar {
    width: 4rem;
    height: 4rem;
  }

  .booking-sheet-embed-wrap,
  .booking-sheet-embed,
  .booking-sheet-embed iframe {
    min-height: clamp(24rem, 62vh, 36rem);
  }
}

html.is-body-locked .booking-sheet-root.is-open .booking-sheet-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

html.is-body-locked .booking-sheet-root.is-open .booking-sheet-embed,
html.is-body-locked .booking-sheet-root.is-open .booking-sheet-embed iframe {
  touch-action: auto;
}

/* ----- Poznaj mnie — compact profile accordion ----- */
.home-accordion--compact {
  max-width: none;
  margin-inline: 0;
  padding: clamp(1.25rem, 4vw, 1.75rem) 0.85rem clamp(1.75rem, 5vw, 2.35rem);
}

.home-accordion__shell {
  max-width: var(--home-container);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

.home-accordion__layout {
  display: block;
}

.home-accordion__media {
  display: none;
}

.home-accordion__main {
  min-width: 0;
}

.home-accordion__media-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 1.1rem;
  overflow: hidden;
  background: #ffffff;
}

.home-accordion__media-frame picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.home-accordion__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
}

.home-accordion__media-label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.52);
  pointer-events: none;
}

.home-accordion--compact .home-accordion__trigger-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
  flex: 1 1 auto;
}

.home-accordion--compact .home-accordion__trigger-desc {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  font-weight: 400;
  color: rgba(26, 26, 26, 0.5);
}

.home-accordion--compact .home-accordion__hero {
  display: none;
}

.home-accordion__header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 1.1rem;
  padding: 0 0.15rem;
}

.home-accordion__header-portrait {
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.9rem;
  overflow: hidden;
  background: var(--home-bg-alt);
  box-shadow: 0 0.15rem 0.55rem rgba(0, 0, 0, 0.06);
}

.home-accordion__header-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.home-accordion__header-copy {
  min-width: 0;
}

.home-accordion__header-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.22rem;
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: clamp(1.5rem, 5.6vw, 1.85rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.home-accordion__header-title-strong {
  color: var(--home-text-light);
}

.home-accordion__header-title-muted {
  color: rgba(26, 26, 26, 0.42);
  font-weight: 500;
}

.home-accordion__header-lead {
  margin: 0.22rem 0 0;
  font-size: 0.875rem;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.52);
}

.profile-social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.7rem;
}

.profile-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(26, 26, 26, 0.1);
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.profile-social__link:hover {
  background: #f7f7f7;
  border-color: rgba(26, 26, 26, 0.18);
  transform: translateY(-1px);
}

.profile-social__icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

.profile-social__icon--tiktok {
  width: 0.95rem;
  height: 0.95rem;
}

.home-accordion--compact .home-accordion__stack {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.home-accordion--compact .home-accordion__content,
.home-accordion--compact .home-accordion__primary,
.home-accordion--compact .home-accordion__cards,
.home-accordion--compact .home-accordion__inner,
.home-accordion--compact .home-accordion__secondary {
  display: contents;
}

.home-accordion--compact .home-accordion__item--compact {
  margin: 0;
  border-radius: 0.9rem;
  background: var(--home-accordion-tile-surface, #f6f6f5);
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.home-accordion--compact .home-accordion__item--compact.is-open {
  background: var(--home-accordion-tile-surface, #f6f6f5);
  box-shadow: none;
}

.home-accordion--compact .home-accordion__item--compact .home-accordion__trigger {
  min-height: 0;
  padding: 0.9rem 1rem;
}

.home-accordion--compact .home-accordion__trigger-main {
  gap: 0.75rem;
}

.home-accordion--compact .home-accordion__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  background: rgba(26, 26, 26, 0.05);
  color: rgba(26, 26, 26, 0.55);
}

.home-accordion--compact .home-accordion__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.home-accordion--compact .home-accordion__item--compact .home-accordion__title {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.home-accordion--compact .home-accordion__item--compact .home-accordion__chevron {
  width: 1rem;
  height: 1rem;
}

.home-accordion--compact .home-accordion__item--compact .home-accordion__panel-inner {
  padding: 0 1rem 0.9rem;
}

.home-accordion--compact .home-accordion__body {
  padding: 0 0 0.15rem;
}

.home-accordion--compact .home-accordion__body p {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.52);
}

.home-accordion--compact .home-accordion__dashlist {
  padding: 0 0 0.2rem;
}

.home-accordion--compact .home-accordion__dashlist li {
  padding: 0.22rem 0 0.22rem 0.8rem;
  font-size: 0.8125rem;
  line-height: 1.35;
}

.home-accordion--compact .home-accordion__dashlist--icons li {
  gap: 0.45rem;
}

.home-accordion--compact .home-accordion__row-icon {
  width: 0.85rem;
  height: 0.85rem;
}

.home-cooperation-bible--panel {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  border-top: none;
  box-shadow: none;
  min-height: 0;
}

.home-cooperation-bible--panel .home-cooperation-bible__inner {
  max-width: none;
  margin: 0;
}

.home-cooperation-bible--panel .home-cooperation-bible__lead {
  margin: 0 0 0.55rem;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.35;
  color: rgba(26, 26, 26, 0.52);
}

.home-cooperation-bible--panel .home-cooperation-bible__grid {
  gap: 0.4rem;
  padding: 0;
}

.home-cooperation-bible--panel .home-cooperation-bible__tile,
.home-cooperation-bible--panel .home-cooperation-bible__tile--wide {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  grid-column: auto;
  min-height: 2.85rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.58rem;
  background: var(--home-bg-alt);
  border: 1px solid rgba(26, 26, 26, 0.06);
  box-shadow: none;
}

.home-cooperation-bible--panel .home-cooperation-bible__tile:active {
  transform: scale(0.985);
}

@media (hover: hover) and (pointer: fine) {
  .home-cooperation-bible--panel .home-cooperation-bible__tile:hover {
    background: #ebebeb;
  }
}

.home-cooperation-bible--panel .home-cooperation-bible__topic-icon {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0;
  color: rgba(26, 26, 26, 0.38);
}

.home-cooperation-bible--panel .home-cooperation-bible__text {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.012em;
  color: var(--home-text-light);
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-wrap {
  position: relative;
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip {
  max-height: 9.5rem;
  overflow: hidden;
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__grid-clip {
  max-height: 120rem;
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-clip {
  transition: max-height 0.55s cubic-bezier(0.33, 1, 0.68, 1);
}

.home-cooperation-bible--panel .home-cooperation-bible__fade {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.25rem;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.92) 55%, transparent 100%);
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__fade {
  display: none;
}

.home-cooperation-bible--panel .home-cooperation-bible__expand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%;
  min-height: 2rem;
  margin: 0.35rem 0 0;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 0.55rem;
  background: var(--home-bg-alt);
  color: rgba(26, 26, 26, 0.62);
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.home-cooperation-bible--panel .home-cooperation-bible__expand-icon {
  width: 0.85rem;
  height: 0.85rem;
}

.home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__expand-icon {
  transform: rotate(180deg);
}

.home-accordion--compact .home-accordion__services {
  padding: 1.1rem 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(26, 26, 26, 0.07);
  background: #ffffff;
  box-shadow: 0 0.2rem 0.85rem rgba(0, 0, 0, 0.04);
}

.home-accordion--compact .home-accordion__services-head {
  margin-bottom: 0.85rem;
}

.home-accordion--compact .home-accordion__services-title {
  margin: 0;
  font-family: var(--home-font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--home-text-light);
}

.home-accordion--compact .home-accordion__services-desc {
  margin: 0.22rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(26, 26, 26, 0.5);
}

.home-accordion--compact .home-accordion-spec-grid {
  gap: 0.4rem;
}

.home-accordion--compact .home-accordion-spec-tile,
.home-accordion--compact .home-accordion-spec-tile--media {
  min-height: 3.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.58rem;
  background: #fafafa;
  border: none;
  box-shadow: none;
  gap: 0.45rem;
}

.home-accordion--compact .home-accordion-spec-tile__name {
  font-size: 0.8125rem;
  line-height: 1.25;
}

.home-accordion--compact .home-accordion-spec-tile__accent {
  width: 1.25rem;
  height: 2px;
}

@media (max-width: 1023px) {
  .home-accordion--compact .home-accordion-spec-tile__arrow {
    display: none;
  }
}

.home-accordion--compact .home-accordion__specializations-excluded {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
}

.home-accordion--compact .home-accordion__specializations-excluded-lead {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.home-accordion--compact .home-cooperation-bible--panel {
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: opacity 0.32s ease 0.04s, transform 0.38s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

.home-accordion--compact .home-accordion__item.is-open .home-cooperation-bible--panel {
  opacity: 1;
  transform: none;
}

.home-accordion.is-switching .home-cooperation-bible--panel {
  transition: none !important;
}

@media (max-width: 767px) {
  .home-accordion--compact {
    --home-mobile-inset: 0.85rem;
    padding: 1.1rem var(--home-mobile-inset) 1.85rem;
  }

  .page-portfolio-home .home-accordion--compact.home-section--light {
    padding-left: var(--home-mobile-inset);
    padding-right: var(--home-mobile-inset);
  }

  .home-accordion--compact .home-cooperation-bible--panel {
    margin: 0;
    padding: 0;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip {
    max-height: 10.5rem;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap,
  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded {
    padding-bottom: 0;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile,
  .home-cooperation-bible--panel .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide),
  .home-cooperation-bible--panel .home-cooperation-bible__tile--wide {
    aspect-ratio: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    min-height: 2.85rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.58rem;
    background: var(--home-bg-alt);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) .home-cooperation-bible__topic-icon,
  .home-cooperation-bible--panel .home-cooperation-bible__tile--wide .home-cooperation-bible__topic-icon {
    position: static;
    width: 1rem;
    height: 1rem;
    transform: none;
    margin: 0;
    color: rgba(26, 26, 26, 0.38);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile .home-cooperation-bible__text {
    margin-top: 0;
    padding-top: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--home-text-light);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__lead {
    margin: 0 0 0.55rem;
    padding: 0;
    color: rgba(26, 26, 26, 0.52);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__fade {
    height: 2.5rem;
    background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.92) 55%, transparent 100%);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__expand,
  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__expand {
    position: static;
    transform: none;
    width: 100%;
    min-height: 2.1rem;
    margin: 0.4rem 0 0;
    border: 1px solid rgba(26, 26, 26, 0.08);
    border-radius: 0.55rem;
    background: var(--home-bg-alt);
    color: rgba(26, 26, 26, 0.62);
    font-size: 0.75rem;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__expand .home-cooperation-bible__expand-label,
  .home-cooperation-bible--panel .home-cooperation-bible__expand .home-cooperation-bible__expand-icon {
    color: inherit;
  }

  .home-accordion--compact .home-accordion__item--lead .home-accordion__trigger {
    min-height: 6.75rem;
    padding-block: 1.4rem;
    align-items: flex-end;
  }

  .home-accordion--compact .home-accordion__item--lead .home-accordion__title {
    font-size: 1.125rem;
  }

  .home-accordion--compact .home-accordion__item--lead .home-accordion__trigger-desc {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .home-accordion--compact .home-accordion__item--lead .home-accordion__toggle {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .home-accordion__layout {
    display: grid;
    grid-template-columns: minmax(12rem, 34%) minmax(0, 1fr);
    gap: clamp(1.35rem, 2.5vw, 2rem);
    align-items: stretch;
  }

  .home-accordion__media {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: calc(var(--home-chrome-h, 6rem) + 0.75rem);
    align-self: start;
    min-height: 0;
  }

  .home-accordion__media-frame {
    aspect-ratio: auto;
    flex: 1 1 auto;
    min-height: clamp(13.25rem, 30vh, 19.5rem);
    height: 100%;
    border-radius: 1.15rem;
  }

  .home-accordion--compact .home-accordion__header-portrait {
    display: none;
  }

  .home-accordion--compact .home-accordion__header {
    gap: 0;
    margin: 0 0 clamp(1.35rem, 2.5vw, 1.75rem);
  }

  .home-accordion--compact {
    max-width: none;
    margin-inline: 0;
    padding: clamp(1.75rem, 3.5vw, 2.5rem) 1.25rem;
  }

  .page-portfolio-home .home-accordion--compact.home-section--light {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-accordion--compact .home-accordion__header {
    position: static;
    flex-direction: row;
    align-items: center;
    gap: 1.15rem;
    padding: 0;
  }

  .home-accordion--compact .home-accordion__header-title {
    font-size: clamp(1.75rem, 2.2vw, 2.15rem);
  }

  .home-accordion--compact .home-accordion__header-lead {
    font-size: 0.9375rem;
  }

  .home-accordion--compact .home-accordion__main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .home-accordion--compact .home-accordion__stack {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    flex: 1 1 auto;
  }

  .home-accordion--compact .home-accordion__item--compact {
    border-radius: 1rem;
    border: 1px solid rgba(26, 26, 26, 0.07);
    box-shadow: 0 0.2rem 0.85rem rgba(0, 0, 0, 0.04);
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__trigger {
    padding: 1.1rem 1.35rem;
    min-height: 4.25rem;
  }

  .home-accordion--compact .home-accordion__trigger-main {
    gap: 0.9rem;
  }

  .home-accordion--compact .home-accordion__icon {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 0.8rem;
    background: var(--home-bg-alt);
    color: rgba(26, 26, 26, 0.55);
  }

  .home-accordion--compact .home-accordion__icon svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__title {
    font-size: 1.1rem;
    letter-spacing: -0.02em;
  }

  .home-accordion--compact .home-accordion__trigger-desc {
    display: block;
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .home-accordion.home-accordion--compact {
    display: block;
    grid-template-columns: unset;
    gap: 0;
    max-width: none;
    margin-inline: 0;
    padding: clamp(2.25rem, 4vw, 3.25rem) 1.5rem;
    overflow-x: visible;
  }

  .page-portfolio-home .home-accordion--compact.home-section--light {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-accordion--compact .home-accordion__shell {
    width: 100%;
    max-width: var(--home-container);
    margin-inline: auto;
  }

  .home-accordion__layout {
    grid-template-columns: minmax(14rem, 39%) minmax(0, 1fr);
    gap: clamp(1.75rem, 3vw, 2.75rem);
  }

  .home-accordion__media-frame {
    min-height: clamp(14.9rem, 34vh, 22rem);
    border-radius: 1.25rem;
  }

  .home-accordion__main {
    max-width: 34rem;
  }

  .home-accordion--compact .home-accordion__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0 0 clamp(1.75rem, 3vw, 2.5rem);
    width: 100%;
  }

  .home-accordion--compact .home-accordion__header-title {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.28rem;
    font-size: clamp(2rem, 2.8vw, 2.65rem);
  }

  .home-accordion--compact .home-accordion__header-lead {
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.45;
  }

  .home-accordion--compact .home-accordion__stack {
    gap: 0.75rem;
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__trigger {
    padding: 1.15rem 1.5rem;
    min-height: 4.5rem;
  }

  .home-accordion--compact .home-accordion__trigger-main {
    gap: 1rem;
  }

  .home-accordion--compact .home-accordion__icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .home-accordion--compact .home-accordion__icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__title {
    font-size: 1.15rem;
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__chevron {
    width: 1.15rem;
    height: 1.15rem;
  }

  .home-accordion--compact .home-accordion__item--compact .home-accordion__panel-inner {
    padding: 0 1.5rem 1.35rem;
  }

  .home-accordion--compact .home-accordion__body p,
  .home-cooperation-bible--panel .home-cooperation-bible__lead {
    font-size: 0.9375rem;
  }

  /* Wyróżniki: pełna siatka bez przycinania i przycisku „Rozwiń" */
  .page-portfolio-home .home-cooperation-bible--panel {
    padding: 0;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__lead {
    max-width: none;
    margin: 0 0 0.75rem;
    text-align: left;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap,
  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded {
    padding-bottom: 0;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__grid-clip,
  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap.is-expanded .home-cooperation-bible__grid-clip {
    max-height: none;
    overflow: visible;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__fade,
  .home-cooperation-bible--panel .home-cooperation-bible__grid-wrap:not(.is-expanded) .home-cooperation-bible__fade,
  .home-cooperation-bible--panel .home-cooperation-bible__expand {
    display: none;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile,
  .home-cooperation-bible--panel .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide),
  .home-cooperation-bible--panel .home-cooperation-bible__tile--wide {
    aspect-ratio: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.6rem;
    background: var(--home-bg-alt);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile:not(.home-cooperation-bible__tile--wide) .home-cooperation-bible__topic-icon,
  .home-cooperation-bible--panel .home-cooperation-bible__tile--wide .home-cooperation-bible__topic-icon {
    position: static;
    width: 1.1rem;
    height: 1.1rem;
    transform: none;
    margin: 0;
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile .home-cooperation-bible__text {
    margin-top: 0;
    padding-top: 0;
    font-size: 0.875rem;
    line-height: 1.3;
    color: var(--home-text-light);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__tile .home-cooperation-bible__topic-icon {
    color: rgba(26, 26, 26, 0.38);
  }

  .home-cooperation-bible--panel .home-cooperation-bible__lead {
    color: rgba(26, 26, 26, 0.52);
  }

  .home-accordion--compact .home-accordion-spec-tile,
  .home-accordion--compact .home-accordion-spec-tile--media {
    min-height: 3.25rem;
    padding: 0.7rem 0.85rem;
  }

  .home-accordion--compact .home-accordion-spec-tile__name {
    font-size: 0.875rem;
  }

  /* Listy (Osiągnięcia, Edukacja) w dwóch kolumnach */
  .home-accordion--compact .home-accordion__dashlist--icons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
    row-gap: 0;
  }

  .home-accordion--compact .home-accordion__dashlist li {
    padding: 0.3rem 0;
    font-size: 0.875rem;
  }

  /* Poznaj mnie — prawa kolumna split-scroll */
  .home-desktop-split__content .home-accordion.home-accordion--compact {
    padding: clamp(2rem, 4vw, 3rem) var(--home-chrome-pad-x, 1rem);
    max-width: none;
    margin-inline: 0;
    margin-top: 0;
  }

  .page-portfolio-home .home-desktop-split__content .home-accordion.home-section--light {
    margin-top: 0;
  }

  .page-portfolio-home .home-desktop-split__content .home-accordion--compact.home-section--light {
    padding-left: var(--home-chrome-pad-x, 1rem);
    padding-right: var(--home-chrome-pad-x, 1rem);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__shell {
    max-width: none;
    margin-inline: 0;
    gap: clamp(1rem, 2vw, 1.35rem);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__header {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(0.9rem, 1.6vw, 1.2rem);
    margin: 0;
    padding: clamp(1.45rem, 2.4vw, 2rem) clamp(1.25rem, 2vw, 1.65rem);
    min-height: clamp(8.75rem, 13vw, 10.25rem);
    border-radius: 1rem;
    background: var(--home-accordion-tile-surface, #f6f6f5);
    border: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__header-copy {
    flex: 1 1 12rem;
    min-width: 0;
  }

  .home-desktop-split__content .home-accordion--compact .profile-social {
    flex: 1 1 100%;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 0.15rem;
    padding-top: 0.35rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__header-portrait {
    display: block;
    width: clamp(4.25rem, 7vw, 5.25rem);
    height: clamp(4.25rem, 7vw, 5.25rem);
    border-radius: 0.95rem;
    box-shadow: 0 0.2rem 0.75rem rgba(0, 0, 0, 0.06);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__header-title {
    font-size: clamp(1.7rem, 2.4vw, 2.05rem);
    line-height: 1.04;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__header-lead {
    margin-top: 0.35rem;
    max-width: none;
    font-size: clamp(0.95rem, 1.15vw, 1.05rem);
    line-height: 1.48;
    color: rgba(26, 26, 26, 0.56);
  }

  .home-desktop-split__content .home-accordion__layout {
    display: block;
    gap: 0;
  }

  .home-desktop-split__content .home-accordion__media {
    display: none;
  }

  .home-desktop-split__content .home-accordion__main {
    max-width: none;
    width: 100%;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-items: stretch;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact {
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    border: none;
    box-shadow: none;
    background: var(--home-accordion-tile-surface, #f6f6f5);
    overflow: hidden;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact + .home-accordion__item--compact {
    margin-top: 0;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open,
  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) {
    min-height: clamp(6.75rem, 11vw, 7.5rem);
    background: var(--home-accordion-tile-surface, #f6f6f5);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact .home-accordion__trigger {
    flex: 1 1 auto;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__panel {
    display: none;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__panel {
    display: grid;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile:not(.home-accordion-spec-tile--excluded),
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media:not(.home-accordion-spec-tile--excluded) {
    min-height: 4.35rem;
    padding: 0.85rem 0.8rem 0.7rem;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.08);
    box-shadow: 0 0.15rem 0.75rem rgba(0, 0, 0, 0.045);
    gap: 0.5rem;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
  }

  .home-desktop-split__content .home-accordion--compact .home-cooperation-bible--panel .home-cooperation-bible__tile,
  .home-desktop-split__content .home-accordion--compact .home-cooperation-bible--panel .home-cooperation-bible__tile--wide {
    background: rgba(26, 26, 26, 0.04);
    border: none;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__trigger {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    min-height: 100%;
    height: 100%;
    padding: 1.1rem 1.15rem 1rem;
    padding-right: 2.6rem;
    position: relative;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__trigger-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    width: 100%;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__icon {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0.5rem;
    border-radius: 0.7rem;
    background: rgba(26, 26, 26, 0.05);
    color: rgba(26, 26, 26, 0.5);
    box-sizing: border-box;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__icon svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__title {
    font-size: clamp(1.02rem, 1.35vw, 1.12rem);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__trigger-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8125rem;
    line-height: 1.38;
    color: rgba(26, 26, 26, 0.5);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact:not(.is-open) .home-accordion__toggle {
    position: absolute;
    top: 1rem;
    right: 0.95rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__trigger {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    min-height: 4rem;
    position: static;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__trigger-main {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__icon {
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border-radius: 0;
    background: none;
    color: rgba(26, 26, 26, 0.42);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__icon svg {
    width: 100%;
    height: 100%;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__toggle {
    position: static;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__title {
    font-size: 1.05rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact.is-open .home-accordion__trigger-desc {
    display: block;
    -webkit-line-clamp: unset;
    font-size: 0.8125rem;
    line-height: 1.38;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__item--compact .home-accordion__panel-inner {
    padding: 0 1.2rem 1.15rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile:not(.home-accordion-spec-tile--excluded):hover,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile:not(.home-accordion-spec-tile--excluded):focus-visible,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media:not(.home-accordion-spec-tile--excluded):hover,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media:not(.home-accordion-spec-tile--excluded):focus-visible {
    border-color: rgba(26, 26, 26, 0.13);
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.075);
    transform: translateY(-1px);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile__accent {
    width: 1.5rem;
    height: 2.5px;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile__name {
    font-size: 0.8125rem;
    line-height: 1.28;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile__arrow {
    display: inline-flex;
    align-self: flex-end;
    margin-top: auto;
    --popup-hint-size: 1.35rem;
    --popup-hint-icon: 0.62rem;
    opacity: 0.78;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile:not(.home-accordion-spec-tile--excluded):hover .home-accordion-spec-tile__arrow,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile:not(.home-accordion-spec-tile--excluded):focus-visible .home-accordion-spec-tile__arrow,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media:not(.home-accordion-spec-tile--excluded):hover .home-accordion-spec-tile__arrow,
  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media:not(.home-accordion-spec-tile--excluded):focus-visible .home-accordion-spec-tile__arrow {
    opacity: 1;
    transform: scale(1.04);
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--media .home-accordion-spec-tile__arrow {
    align-self: center;
    margin-top: 0;
    margin-left: auto;
    flex-shrink: 0;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion-spec-tile--excluded {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(26, 26, 26, 0.06);
    box-shadow: none;
  }

  .home-desktop-split__content .home-cooperation-bible--panel .home-cooperation-bible__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__dashlist--icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.25rem;
  }

  .home-desktop-split__content .home-accordion--compact .home-accordion__dashlist li {
    padding: 0.42rem 0;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  /* Sidebar hero — wyrównanie do lewej (po regułach .hero-panel__benefits--flow w kaskadzie) */
  .page-portfolio-home .home-desktop-split__sidebar .hero-panel__benefits--flow,
  .page-portfolio-home .home-desktop-split__sidebar .hero--notion .hero-panel__body .hero-panel__benefits--flow {
    display: block;
    margin-inline: 0;
    max-width: none;
    text-align: left;
    text-wrap: pretty;
  }

  .page-portfolio-home .home-desktop-split__sidebar .hero-panel__benefits--flow .hero-panel__lede-line,
  .page-portfolio-home .home-desktop-split__sidebar .hero-panel__benefits--flow .hero-panel__lede-line--lead {
    text-align: left;
  }

  .page-portfolio-home .home-desktop-split__sidebar .hero-panel__benefits--flow .hero-panel__lede-line--skills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.22rem 0.34rem;
    margin-top: 0.12rem;
    text-align: left;
  }

  .page-portfolio-home .home-desktop-split__sidebar .hero--profile .hero-panel__actions,
  .page-portfolio-home .home-desktop-split__sidebar .hero--notion .hero-panel__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .page-portfolio-home .home-desktop-split__sidebar .hero--profile .hero-panel__cta,
  .page-portfolio-home .home-desktop-split__sidebar .hero--profile .hero-panel__cta--book {
    align-self: flex-start;
  }
}

/* --------------------------------------------------------------------------
   13b. Bubble cloud — static portfolio collage
   -------------------------------------------------------------------------- */
.page-portfolio-home .bubble-cloud {
  background: #fff;
  color: var(--home-text-light);
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
  overflow: hidden;
}

.page-portfolio-home .bubble-cloud__shell {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.page-portfolio-home .bubble-cloud__head {
  text-align: center;
  max-width: 42rem;
  margin-inline: auto;
}

.page-portfolio-home .bubble-cloud__title {
  margin: 0;
  font: 600 clamp(1.75rem, 4.8vw, 2.75rem) / 1.08 var(--dev-font);
  letter-spacing: -0.035em;
  color: var(--home-text-light);
}

.page-portfolio-home .bubble-cloud__viewport {
  position: relative;
  margin-inline: calc(-1 * var(--home-chrome-pad-x, 1rem));
  padding-inline: var(--home-chrome-pad-x, 1rem);
}

.page-portfolio-home .bubble-cloud__cluster {
  position: relative;
  width: 100%;
  min-height: clamp(18rem, 52vw, 28rem);
}

.page-portfolio-home .bubble {
  --bubble-size: 7.5rem;
  position: absolute;
  left: var(--bubble-x, 50%);
  top: var(--bubble-y, 50%);
  width: var(--bubble-size);
  height: var(--bubble-size);
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: inherit;
  cursor: default;
  pointer-events: none;
  animation: bubble-float 6s ease-in-out infinite;
  animation-delay: calc(var(--bubble-i, 0) * -0.7s);
}

.page-portfolio-home .bubble:nth-child(1) { --bubble-i: 0; z-index: 1; }
.page-portfolio-home .bubble:nth-child(2) { --bubble-i: 1; z-index: 2; }
.page-portfolio-home .bubble:nth-child(3) { --bubble-i: 2; z-index: 3; }
.page-portfolio-home .bubble:nth-child(4) { --bubble-i: 3; z-index: 4; }
.page-portfolio-home .bubble:nth-child(5) { --bubble-i: 4; z-index: 5; }
.page-portfolio-home .bubble:nth-child(6) { --bubble-i: 5; z-index: 6; }
.page-portfolio-home .bubble:nth-child(7) { --bubble-i: 6; z-index: 7; }
.page-portfolio-home .bubble:nth-child(8) { --bubble-i: 7; z-index: 8; }

.page-portfolio-home .bubble--xs { --bubble-size: 3.5rem; }
.page-portfolio-home .bubble--sm { --bubble-size: 5rem; }
.page-portfolio-home .bubble--md { --bubble-size: 7.5rem; }
.page-portfolio-home .bubble--lg { --bubble-size: 12.5rem; }
.page-portfolio-home .bubble--xl { --bubble-size: 17.5rem; }

.page-portfolio-home .bubble__fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(
    --bubble-gradient,
    radial-gradient(circle at 35% 30%, rgba(164, 245, 127, 0.2) 0%, rgba(164, 245, 127, 0.06) 58%, rgba(255, 255, 255, 0) 100%)
  );
}

.page-portfolio-home .bubble--color-1 {
  --bubble-gradient: radial-gradient(circle at 30% 28%, rgba(21, 128, 61, 0.18) 0%, rgba(164, 245, 127, 0.08) 52%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-2 {
  --bubble-gradient: radial-gradient(circle at 68% 22%, rgba(34, 197, 94, 0.16) 0%, rgba(200, 247, 168, 0.07) 54%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-3 {
  --bubble-gradient: radial-gradient(circle at 42% 36%, rgba(164, 245, 127, 0.22) 0%, rgba(123, 201, 90, 0.09) 50%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-4 {
  --bubble-gradient: radial-gradient(circle at 26% 62%, rgba(22, 163, 74, 0.17) 0%, rgba(164, 245, 127, 0.07) 56%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-5 {
  --bubble-gradient: radial-gradient(circle at 72% 38%, rgba(123, 201, 90, 0.15) 0%, rgba(200, 247, 168, 0.06) 55%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-6 {
  --bubble-gradient: radial-gradient(circle at 38% 24%, rgba(200, 247, 168, 0.2) 0%, rgba(164, 245, 127, 0.08) 54%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-7 {
  --bubble-gradient: radial-gradient(circle at 58% 68%, rgba(74, 222, 128, 0.14) 0%, rgba(164, 245, 127, 0.06) 52%, rgba(255, 255, 255, 0) 100%);
}
.page-portfolio-home .bubble--color-8 {
  --bubble-gradient: radial-gradient(circle at 22% 74%, rgba(20, 83, 45, 0.14) 0%, rgba(124, 201, 90, 0.06) 56%, rgba(255, 255, 255, 0) 100%);
}

.page-portfolio-home .bubble img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

@keyframes bubble-float {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-4px); }
}

@media (max-width: 767px) {
  .page-portfolio-home .bubble--xl { --bubble-size: 13.5rem; }
  .page-portfolio-home .bubble--lg { --bubble-size: 9.5rem; }
  .page-portfolio-home .bubble--md { --bubble-size: 6rem; }
  .page-portfolio-home .bubble--sm { --bubble-size: 4rem; }
  .page-portfolio-home .bubble--xs { --bubble-size: 2.75rem; }
  .page-portfolio-home .bubble-cloud__cluster {
    min-height: clamp(15rem, 68vw, 22rem);
  }
}

/* Mniejsza przerwa między chmurą a „Dla kogo” */
.page-portfolio-home #dlaczego-chmura.bubble-cloud,
.page-portfolio-home #realizacje-chmura.bubble-cloud {
  padding-block: clamp(4rem, 10vw, 6rem) clamp(0.75rem, 2vw, 1.25rem);
}

.page-portfolio-home #dlaczego-chmura.bubble-cloud {
  overflow: visible;
}

.page-portfolio-home #realizacje-chmura.bubble-cloud {
  overflow: hidden;
  border-bottom-left-radius: var(--home-footer-reveal-radius);
  border-bottom-right-radius: var(--home-footer-reveal-radius);
  padding-bottom: clamp(1.5rem, 4vw, 2.75rem);
}

.page-portfolio-home #dlaczego-chmura .bubble-cloud__viewport,
.page-portfolio-home #realizacje-chmura .bubble-cloud__viewport {
  overflow: visible;
}

.page-portfolio-home #dlaczego-chmura .bubble-cloud__cluster,
.page-portfolio-home #realizacje-chmura .bubble-cloud__cluster {
  min-height: clamp(14rem, 48vw, 22rem);
}

.page-portfolio-home #dlaczego-chmura + #dla-kogo.home-audience {
  padding-top: clamp(1.5rem, 4vw, 2.25rem);
}

@media (min-width: 768px) {
  .page-portfolio-home #dlaczego-chmura .bubble-cloud__cluster,
  .page-portfolio-home #realizacje-chmura .bubble-cloud__cluster {
    min-height: clamp(16rem, 34vw, 24rem);
  }
}

/* Split-scroll: scoped overrides (must follow full-bleed rules above) */
@media (min-width: 1024px) {
  .page-portfolio-home .site-header .header-bar {
    max-width: none;
    width: 100%;
    margin-inline: 0;
  }

  .page-portfolio-home .site-header .nav-main {
    flex: 1 1 auto;
    margin-left: clamp(1rem, 2vw, 1.5rem);
  }

  .page-portfolio-home .home-footer-edge-blur {
    display: none !important;
  }

  .home-desktop-split__content .home-process-offer__intro--pinned {
    padding-left: var(--home-chrome-pad-x);
    padding-right: var(--home-chrome-pad-x);
  }

  .home-desktop-split__content .home-process-offer__services-layout {
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .page-portfolio-home .home-desktop-split__content .create-together-section--home .home-work-slider {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

