@font-face {
  font-family: "Fraunces";
  src: url("assets/fraunces-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

.experience-intro {
  max-width: 790px;
  margin: 0 0 43px;
}

.collab {
  background: #ffffff;
  box-shadow: 0 0 0 100vmax #ffffff;
  clip-path: inset(0 -100vmax);
}

.experience,
.faq {
  background: #f5dfe7;
  box-shadow: 0 0 0 100vmax #f5dfe7;
  clip-path: inset(0 -100vmax);
}

.experience .creator-cases article {
  background: #ffffff;
}

.experience .section-intro > p:last-child,
.faq .faq-list p {
  color: #5f5459;
}

main h2 {
  font-family: "Fraunces", Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: #272124;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.lightbox .close {
  width: 44px;
  height: 44px;
}

.sticky-contact {
  transition: opacity .18s ease, transform .18s ease;
}

.sticky-contact.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
}

@media (max-width: 650px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  main h2 {
    font-size: clamp(33px, 8.5vw, 36px);
    line-height: 1.12;
  }

  .sticky-contact {
    bottom: max(10px, env(safe-area-inset-bottom));
  }

  .accordions summary,
  .faq-list summary,
  .creator-cases summary,
  .previous > summary {
    min-height: 48px;
    align-items: center;
  }
}

@media (max-width: 360px) {
  .header {
    padding-inline: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand > span {
    width: 34px;
    height: 34px;
  }

  .brand b {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand small {
    display: none;
  }

  .mobile-menu > summary {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sticky-contact,
  .skip-link {
    transition: none;
  }
}
.offer-main strong {
  font-size: 52px;
}

.offer-main strong span {
  font-size: .8em;
  vertical-align: .06em;
}

@media (max-width: 650px) {
  .offer-main strong {
    font-size: 48px;
  }
}

/* Final visual refinement: a deeper berry palette and clearer type scale. */
:root {
  --ink: #251f22;
  --muted: #685f63;
  --pink: #b6325d;
  --pink-deep: #8e2448;
  --blush: #f7e3ea;
  --cream: #fffafb;
  --line: #e6d7dd;
  --shadow: 0 24px 70px rgba(72, 31, 48, .11);
}

.header {
  background: rgba(255, 250, 251, .95);
}

.nav a,
.header-button,
.button,
.contact-buttons a {
  font-size: 14px;
}

.personal-line span,
.offer-main small,
.case-label,
.contact small {
  font-size: 12px;
}

.offer-row span,
.process p {
  font-size: 14px;
}

.offer-row b,
.creator-cases p,
.creator-cases summary,
.accordions summary,
.faq-list summary {
  font-size: 15px;
}

.experience,
.faq {
  background: #f2dbe4;
  box-shadow: 0 0 0 100vmax #f2dbe4;
}

.contact {
  background: linear-gradient(145deg, #b3315b, #7f1f40);
}

.contact-person span,
.contact small {
  color: #f7cbd9;
}

.button,
.header-button,
.contact-buttons a,
.sticky-contact {
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

@media (hover: hover) {
  .button:hover,
  .header-button:hover,
  .contact-buttons a:hover {
    transform: translateY(-1px);
  }

  .dark:hover,
  .header-button:hover {
    box-shadow: 0 9px 22px rgba(37, 31, 34, .18);
  }

  .nav a:hover {
    color: var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .header-button,
  .contact-buttons a,
  .sticky-contact {
    transition: none;
  }
}
