/* PUNI adaptation of the licensed composition. */
@font-face {
  font-family: 'Inter Tight';
  src: url('/fonts/InterTight-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('/fonts/Geist-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #f7f7f5;
  color: #171719;
}
body,
p,
a,
button,
textarea {
  font-family: 'Geist', 'General Sans', Arial, sans-serif;
}
h1,
h2,
h3,
.heading-style-1,
.heading-style-3,
.hero-title {
  font-family: 'Inter Tight', 'General Sans', Arial, sans-serif;
  font-style: normal;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
textarea:focus-visible {
  outline: 3px solid #67d7ff;
  outline-offset: 3px;
}
.skip-link {
  z-index: 1000000;
}
.page-wrapper,
.main-wrapper {
  overflow: visible;
}
.puni-header {
  position: absolute;
  inset: 0 0 auto;
  color: #fff;
}
.puni-header .navbar {
  background: transparent;
}
.puni-nav-content {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.puni-nav-content {
  position: relative;
}
.puni-wordmark {
  width: auto;
  height: auto;
  color: #fff;
  font-family: 'Inter Tight', 'General Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}
.puni-wordmark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.puni-wordmark span,
.puni-footer-mark span {
  font-size: 0.35em;
  color: #f6ae4c;
  margin-left: 0.18em;
  vertical-align: top;
}
.puni-desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}
.puni-desktop-nav {
  width: 100%;
}
.puni-desktop-nav {
  align-items: flex-start;
  gap: 2rem;
}
.puni-rail-label {
  color: #fff;
  padding-top: 0.2rem;
  white-space: nowrap;
}
.puni-rail-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.puni-desktop-nav .white-button {
  margin-left: auto;
}
/* Source button timelines: text x -8→0 and dot scale 0→1 over 400ms. */
:is(.white-button, .primary-button) .button-text-block,
:is(.white-button, .primary-button) .button-dot-block {
  transition: transform 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}
:is(.white-button, .primary-button) .button-text-block {
  transform: translateX(-8px);
}
:is(.white-button, .primary-button) .button-dot-block {
  transform: scale(0);
}
:is(.white-button, .primary-button):is(:hover, :focus-visible) .button-text-block {
  transform: translateX(0);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
:is(.white-button, .primary-button):is(:hover, :focus-visible) .button-dot-block {
  transform: scale(1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.puni-menu {
  display: none;
}
.section_hero {
  position: relative;
  inset: auto;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #090513;
}
.hero-gap {
  z-index: 2;
}
.hero-wrapper {
  min-height: 100vh;
  padding: 9rem 0 5rem;
  gap: clamp(3rem, 6vw, 6rem);
  justify-content: flex-end;
}
.hero-content-block {
  align-items: flex-end;
  gap: 2rem;
}
.hero-content-block {
  min-height: 48vh;
}
.hero-text-block {
  order: 1;
}
.hero-image-block {
  order: 2;
}
.hero-title {
  font-size: clamp(7rem, 19vw, 19rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
.hero-summary {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  line-height: 1.35;
  max-width: 29rem;
}
.hero-text-block {
  gap: 2.5rem;
  min-width: 0;
}
.hero-image-block {
  width: 12rem;
  max-width: none;
  height: 9.5rem;
  flex: none;
  border-radius: 0.35rem;
}
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg-block {
  z-index: -1;
  inset: 0;
  background: radial-gradient(ellipse at 65% 55%, #412c72 0%, transparent 45%), #080610;
}
.puni-hero-light {
  position: absolute;
  inset: -30%;
  background:
    radial-gradient(ellipse 18% 62% at 56% 35%, #30caffd9 0%, transparent 75%),
    radial-gradient(ellipse 23% 56% at 67% 65%, #ff9c44df 0%, transparent 73%),
    radial-gradient(ellipse 24% 56% at 42% 62%, #525affb0 0%, transparent 75%),
    radial-gradient(ellipse 25% 55% at 75% 15%, #a552e1a6 0%, transparent 75%);
  filter: blur(3rem) saturate(1.4);
  transform: rotate(-32deg) scale(1.15);
  animation: spectral-drift 16s ease-in-out infinite alternate;
}
@keyframes spectral-drift {
  to {
    transform: rotate(-28deg) translate(2%, -3%) scale(1.23);
  }
}
.puni-hero-request {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding-top: 2rem;
  border-top: 1px solid #ffffff70;
}
.puni-hero-request {
  scroll-margin-top: 6rem;
}
.puni-hero-request h2 {
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 1.4rem 0;
}
.puni-hero-request p {
  color: #f6f2f9;
  max-width: 30rem;
}
.puni-hero-request .subtitle-text {
  color: #fff;
}
.puni-hero-request .request-form {
  margin: 0;
  max-width: none;
  background: #0806118c;
  border: 1px solid #ffffff72;
  color: #fff;
  box-shadow: none;
  border-radius: 0.6rem;
  backdrop-filter: blur(8px);
}
.puni-hero-request .request-form p {
  color: #ece9f2;
}
.puni-hero-request .request-form p#description-help {
  color: #fff;
}
.puni-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.puni-hero-request .request-form label {
  color: #fff;
}
.puni-hero-request .request-form textarea {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.puni-hero-request .request-form textarea::placeholder {
  color: #e8e5eccc;
}
.puni-hero-request .request-form .form-bottom {
  color: #e8e5ec;
}
.puni-hero-request .request-form .form-error {
  color: #ffd5cc;
}
.puni-hero-request .request-form .button-accent {
  background: #fff;
  border-color: #fff;
  border-radius: 100px;
  color: #141414;
}
.puni-hero-request .request-form .button-accent:hover {
  background: #e9e7ef;
}
.others-section {
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.section_services,
.section_blog {
  background: #fff;
}
.section_services .heading-style-1,
.section_blog .heading-style-1 {
  color: #141414;
  letter-spacing: var(--_typography---letter-spacing--letter-spacing-main);
}
.services-item-thumbnail-block {
  aspect-ratio: 550 / 680;
  flex: none;
}
.puni-service-art {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.6s;
  background:
    radial-gradient(ellipse at 35% 40%, #ffbc79, transparent 35%),
    radial-gradient(ellipse at 75% 30%, #36bdf0, transparent 44%),
    linear-gradient(140deg, #221233, #7065be 55%, #ed9b68);
  filter: saturate(1.2);
}
.services-item-thumbnail-block:is(:hover, :focus-visible) .puni-service-art {
  transform: scale(1.1);
}
/* Source service-image timeline t-accb63fe: View fades in over 400ms. */
.services-item-thumbnail-block .service-card-button-block {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.services-item-thumbnail-block:is(:hover, :focus-visible) .service-card-button-block {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.puni-service-art.art-2 {
  background:
    radial-gradient(ellipse at 70% 27%, #fa9487, transparent 36%),
    radial-gradient(ellipse at 30% 80%, #40d3ee, transparent 40%),
    linear-gradient(120deg, #231443, #a39df0, #efbd9d);
}
.puni-service-art.art-3 {
  background:
    radial-gradient(ellipse at 35% 25%, #ffd28e, transparent 36%),
    radial-gradient(ellipse at 75% 65%, #6cc7e6, transparent 44%),
    linear-gradient(110deg, #181b4c, #9148a3, #ed9768);
}
.puni-section-link {
  display: inline-flex;
  justify-content: space-between;
  gap: 4rem;
  border-bottom: 1px solid currentColor;
  padding: 0.75rem 0;
  font-weight: 600;
}
.blog-item-collection-list.is-2 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog-card-thumbnail-block {
  display: block;
  height: 16rem;
}
.puni-post-art {
  width: 100%;
  height: 100%;
  display: block;
  background:
    radial-gradient(ellipse at 65% 70%, #f9b17c, transparent 40%),
    radial-gradient(ellipse at 30% 35%, #a29df5, transparent 40%),
    linear-gradient(135deg, #12152b, #71527e);
}
.blog-card-content-block {
  padding-top: 1.2rem;
}
.puni-blog-intro {
  max-width: 28rem;
  margin: 1.5rem 0 0;
  line-height: 1.5;
}
.blog-card-info-block p,
.blog-card-info-block time {
  color: #525252;
}
.puni-footer {
  background: #fff;
}
@media (min-width: 1280px) {
  .blog-card-thumbnail-block {
    height: 18rem;
  }
}
@media (min-width: 1440px) {
  .blog-card-thumbnail-block {
    height: 22rem;
  }
}
@media (min-width: 1920px) {
  .blog-card-thumbnail-block {
    height: 28rem;
  }
}
.puni-footer-mark {
  font-size: 2rem;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  color: #131313;
}
.puni-footer-cta {
  margin-top: 2rem;
  border: 1px solid #222;
}
.puni-footer-large {
  font-family: 'Inter Tight', 'General Sans', sans-serif;
  color: #111;
  -webkit-text-fill-color: #111;
  font-size: clamp(8rem, 27vw, 30rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.footer-bottom-content-block {
  padding-block: 2rem;
}
@media (max-width: 991px) {
  .puni-desktop-nav {
    display: none;
  }
  .puni-wordmark {
    position: static;
    transform: none;
  }
  .puni-menu {
    display: block;
    position: relative;
  }
  .puni-menu summary {
    list-style: none;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ffffff80;
    border-radius: 0.2rem;
    padding: 0.7rem 1rem;
  }
  .puni-menu summary::-webkit-details-marker {
    display: none;
  }
  .puni-menu .nav-menu-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    min-width: min(85vw, 22rem);
    padding: 1.5rem;
    background: #f7f7f5;
    color: #111;
    box-shadow: 0 1rem 2rem #0005;
  }
  .puni-menu .nav-link {
    color: #111;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ccc;
  }
  .hero-title {
    font-size: clamp(6rem, 22vw, 12rem);
  }
  .puni-hero-request {
    grid-template-columns: 1fr;
  }
  .blog-item-collection-list.is-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .puni-nav-content {
    min-height: 75px;
  }
  .puni-wordmark {
    font-size: 1.8rem;
  }
  .hero-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }
  .hero-content-block {
    min-height: 65vh;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1.75rem;
  }
  .hero-text-block {
    gap: 1.5rem;
  }
  .hero-summary {
    font-size: 0.95rem;
    max-width: 18rem;
  }
  .hero-image-block {
    width: 9rem;
    height: 7.5rem;
  }
  .hero-title {
    font-size: clamp(5.5rem, 26vw, 8rem);
  }
  .puni-hero-request {
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .puni-hero-request h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }
  .services-item-card-block {
    flex-direction: column;
  }
  .services-item-thumbnail-block {
    width: 100%;
    max-width: none;
    aspect-ratio: 1.5;
  }
  .blog-card-thumbnail-block {
    height: 20rem;
  }
  .services-item-content-block {
    grid-template-columns: 3rem 1fr;
  }
  .services-key-points-block {
    grid-column: 1 / -1;
  }
  .blog-item-collection-list.is-2 {
    grid-template-columns: 1fr;
  }
  .footer-link-content-block {
    gap: 1rem;
  }
  .puni-footer-large {
    font-size: 29vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .puni-hero-light {
    animation: none;
  }
  :is(.white-button, .primary-button) .button-text-block,
  :is(.white-button, .primary-button) .button-dot-block {
    transition: none;
    transform: none;
  }
  :is(.white-button, .primary-button) {
    transition: none;
  }
  .puni-service-art,
  .services-item-thumbnail-block .service-card-button-block {
    transition: none;
  }
}

/* The request occupies the open centre of the bottom-anchored hero. */
@media (min-width: 992px) {
  .hero-wrapper {
    position: relative;
    min-height: 100vh;
    padding-top: 8rem;
    padding-bottom: 3rem;
    gap: 0;
  }
  .puni-hero-request {
    position: absolute;
    top: 8rem;
    right: 0;
    display: block;
    width: min(37vw, 33rem);
    padding: 0;
    border: 0;
  }
  .puni-hero-request > div:first-child {
    margin-bottom: 0.7rem;
  }
  .puni-hero-request h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.6rem);
    margin: 0.35rem 0;
  }
  .puni-hero-request > div:first-child p {
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.35;
  }
  .puni-hero-request .request-form {
    padding: 1.1rem 1.3rem;
  }
  .puni-hero-request .request-form label {
    font-size: 0.95rem;
  }
  .puni-hero-request .request-form textarea {
    min-height: 5.5rem;
    padding: 0.75rem 0;
  }
  .puni-hero-request .request-form .form-bottom {
    font-size: 0.7rem;
    margin: 0.35rem 0;
  }
  .puni-hero-request .request-form .button-accent {
    padding: 0.7rem 1rem;
  }
  .hero-content-block {
    order: 2;
    min-height: auto;
    align-items: flex-end;
  }
  .hero-text-block {
    gap: 2rem;
  }
  .hero-title {
    font-size: clamp(11rem, 20vw, 21rem);
  }
}
@media (min-width: 992px) and (max-height: 740px) {
  .puni-hero-request {
    position: static;
    align-self: flex-end;
    margin-bottom: auto;
  }
}
.hero-bg-block {
  background: #080611;
}
.puni-hero-light {
  opacity: 0.8;
  background:
    linear-gradient(
      155deg,
      transparent 26%,
      #2c3ca16e 43%,
      #31a6d57d 48%,
      #f2c27b43 56%,
      #ff8c3f70 62%,
      transparent 76%
    ),
    radial-gradient(ellipse at 80% 60%, #8422788c, transparent 55%),
    radial-gradient(ellipse at 5% 85%, #2738c9a1, transparent 53%);
  filter: blur(5rem) saturate(1.3);
}
.section_hero .hero-bg-block {
  background: #080611 url('/images/puni-spectral-background.webp') center center / cover no-repeat;
}
.blog-cms-collection-block.is-desktop {
  display: block;
}
.puni-closing-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #090611 url('/images/puni-spectral-background.webp') center / cover no-repeat;
  color: #fff;
}
.puni-closing-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #08061188;
}
.puni-closing-cta .cta-cotnent-block {
  text-align: center;
}
.puni-closing-cta .cta-title {
  color: #fff;
  font-size: clamp(3rem, 7vw, 7rem);
  max-width: 60rem;
  margin: 0 auto 2rem;
}
.puni-closing-cta .cta-button-block {
  display: flex;
  justify-content: center;
}
.puni-closing-cta .white-button {
  background: #fff;
  color: #111;
}
@media (max-width: 600px) {
  .hero-content-block {
    min-height: calc(100svh - 9rem);
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
  }
  .hero-image-block {
    order: 0;
  }
  .hero-text-block {
    order: 1;
  }
  .hero-wrapper {
    gap: 2rem;
  }
  .blog-cms-collection-block.is-desktop {
    display: block;
  }
}
@media (max-width: 600px) {
  .hero-wrapper {
    min-height: 100svh;
    padding-top: 6rem;
    padding-bottom: 1rem;
    gap: 1.5rem;
    justify-content: space-between;
  }
  .puni-hero-request {
    order: 0;
    display: block;
    padding: 0;
    border: 0;
  }
  .puni-hero-request > div:first-child {
    margin-bottom: 0.6rem;
  }
  .puni-hero-request h2 {
    font-size: clamp(1.6rem, 7vw, 2.3rem);
    margin: 0.3rem 0;
  }
  .puni-hero-request > div:first-child p {
    font-size: 0.8rem;
    line-height: 1.35;
    margin: 0;
  }
  .puni-hero-request .request-form {
    padding: 0.9rem;
  }
  .puni-hero-request .request-form label {
    font-size: 0.9rem;
  }
  .puni-hero-request .request-form textarea {
    min-height: 5.5rem;
    padding: 0.6rem 0;
  }
  .puni-hero-request .request-form .form-bottom {
    font-size: 0.68rem;
  }
  .puni-hero-request .request-form .button-accent {
    padding: 0.7rem 0.9rem;
  }
  .hero-content-block {
    order: 1;
    min-height: 0;
    gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.page-hero:not(.puni-inner-hero) {
  padding-top: clamp(10rem, 16vw, 14rem);
}
.page-hero .section-label,
.page-hero .subtitle-text {
  color: #fff;
}
.page-hero p:last-child {
  color: #f2f0f6;
}
.article-hero > .container > p:not(.section-label) {
  color: #f2f0f6;
}
.detail-hero {
  padding-top: clamp(13rem, 18vw, 16rem) !important;
}
.puni-inner-hero {
  background: #0b0915;
  color: #fff;
  padding: clamp(10rem, 16vw, 17rem) 0 clamp(5rem, 9vw, 10rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.puni-inner-hero::before,
.puni-inner-cta::before {
  content: '';
  position: absolute;
  inset: -30%;
  z-index: -1;
  background: linear-gradient(
    145deg,
    transparent 30%,
    #1b6ca986 45%,
    #a46ba281 59%,
    #e8924880 70%,
    transparent 80%
  );
  filter: blur(5rem);
  transform: rotate(-15deg);
}
.puni-inner-hero h1 {
  color: #fff;
  font-family: 'Inter Tight', 'General Sans', sans-serif;
  font-size: clamp(4rem, 9vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.075em;
  margin: 2rem 0;
}
.puni-inner-hero p:last-child {
  color: #f4f1f7;
}
.puni-inner-list {
  background: #f7f7f5;
}
.puni-inner-cta {
  background: #0b0915;
  color: #fff;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  text-align: center;
  padding: clamp(7rem, 13vw, 13rem) 0;
}
.puni-inner-cta h2 {
  color: #fff;
  font-size: clamp(3rem, 7vw, 7rem);
}
.puni-inner-cta .white-button {
  background: #fff;
  color: #111;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .puni-inner-hero {
    padding-top: 9rem;
  }
}
