/* [project]/components/experience/primitives/ExperienceSection.module.css [app-client] (css) */
[data-experience-section].ExperienceSection-module__xefq1W__root {
  isolation: isolate;
  border: 0;
  min-width: 0;
  position: relative;
}

[data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-spacing="default"] {
  padding-block: var(--experience-section-space);
}

[data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-spacing="compact"] {
  padding-block: var(--experience-section-space-compact);
}

[data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-spacing="none"] {
  padding-block: 0;
}

[data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-overflow="visible"] {
  overflow: visible;
}

[data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-overflow="clip"] {
  overflow: clip;
}

@supports not (overflow: clip) {
  [data-experience-section].ExperienceSection-module__xefq1W__root[data-experience-overflow="clip"] {
    overflow: hidden;
  }
}

/* [project]/components/experience/portfolio/PortfolioCollection.module.css [app-client] (css) */
.PortfolioCollection-module__RW6DLW__heroCopy {
  max-width: 47rem;
}

.PortfolioCollection-module__RW6DLW__serviceHero {
  grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
  align-items: end;
  padding-block: clamp(7rem, 11vw, 10rem) clamp(4rem, 8vw, 7rem);
  display: grid;
  position: relative;
}

.PortfolioCollection-module__RW6DLW__serviceHeroCopy {
  z-index: 2;
  gap: 1.5rem;
  display: grid;
  position: relative;
}

.PortfolioCollection-module__RW6DLW__serviceHeroTitle {
  letter-spacing: -.075em;
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 9.2rem);
  font-weight: 540;
  line-height: .84;
}

.PortfolioCollection-module__RW6DLW__serviceGraphic {
  aspect-ratio: 1;
  border: 1px solid color-mix(in oklab, currentColor 32%, transparent);
  border-radius: 50%;
  place-self: center end;
  width: min(35vw, 32rem);
  position: relative;
}

.PortfolioCollection-module__RW6DLW__serviceGraphic:before, .PortfolioCollection-module__RW6DLW__serviceGraphic:after, .PortfolioCollection-module__RW6DLW__orbitOne, .PortfolioCollection-module__RW6DLW__orbitTwo {
  content: "";
  border: 1px solid color-mix(in oklab, currentColor 25%, transparent);
  border-radius: 50%;
  position: absolute;
}

.PortfolioCollection-module__RW6DLW__serviceGraphic:before {
  inset: 13%;
}

.PortfolioCollection-module__RW6DLW__serviceGraphic:after {
  inset: 29%;
}

.PortfolioCollection-module__RW6DLW__orbitOne {
  border-inline: 0;
  border-radius: 0;
  inset: 45% -10%;
}

.PortfolioCollection-module__RW6DLW__orbitTwo {
  border-block: 0;
  border-radius: 0;
  inset: -10% 47%;
}

.PortfolioCollection-module__RW6DLW__serviceGraphic strong {
  color: #111;
  background: #b8ff5c;
  border-radius: 50%;
  place-items: center;
  font-size: 2rem;
  display: grid;
  position: absolute;
  inset: 42%;
}

.PortfolioCollection-module__RW6DLW__nodeOne, .PortfolioCollection-module__RW6DLW__nodeTwo, .PortfolioCollection-module__RW6DLW__nodeThree {
  aspect-ratio: 1;
  width: 3.1rem;
  color: var(--background);
  background: var(--foreground);
  border-radius: 50%;
  place-items: center;
  font: 700 .75rem / 1 monospace;
  display: grid;
  position: absolute;
}

.PortfolioCollection-module__RW6DLW__nodeOne {
  top: 8%;
  left: 24%;
}

.PortfolioCollection-module__RW6DLW__nodeTwo {
  color: #fff;
  background: #1469ff;
  top: 49%;
  right: -5%;
}

.PortfolioCollection-module__RW6DLW__nodeThree {
  font-size: 1rem;
  bottom: 4%;
  left: 17%;
}

.PortfolioCollection-module__RW6DLW__overviewShowcase {
  gap: clamp(3rem, 7vw, 6rem);
  padding-block: clamp(5rem, 10vw, 9rem);
  display: grid;
}

.PortfolioCollection-module__RW6DLW__overviewHeading {
  gap: var(--experience-grid-gap);
  grid-template-columns: 7fr 5fr;
  align-items: end;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__overviewHeading h2 {
  letter-spacing: -.07em;
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.5rem, 7.5vw, 8rem);
  line-height: .86;
}

.PortfolioCollection-module__RW6DLW__overviewHeading > div {
  gap: 1.5rem;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__overviewHeading p {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.45;
}

.PortfolioCollection-module__RW6DLW__overviewHeading a {
  color: #fff;
  background: #111;
  align-items: center;
  gap: .6rem;
  width: fit-content;
  min-height: 3rem;
  padding-inline: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.PortfolioCollection-module__RW6DLW__overviewProductTrack {
  gap: var(--experience-grid-gap);
  grid-template-columns: 5fr 5fr 2.4fr;
  align-items: start;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__overviewProduct {
  color: #f7f7f2;
  background: #0b0b0b;
  border: 1px solid #111;
  border-radius: 1.25rem;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.PortfolioCollection-module__RW6DLW__overviewProductMedia {
  aspect-ratio: 16 / 10;
  background: #f2f2ef;
  overflow: hidden;
}

.PortfolioCollection-module__RW6DLW__overviewProduct[data-layout="portrait"] .PortfolioCollection-module__RW6DLW__overviewProductMedia {
  aspect-ratio: 3 / 5;
}

.PortfolioCollection-module__RW6DLW__overviewProductMedia img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s var(--experience-ease-out);
  display: block;
}

.PortfolioCollection-module__RW6DLW__overviewProductCopy {
  grid-template-columns: 1fr auto;
  align-content: end;
  gap: .75rem;
  min-height: 8.5rem;
  padding: 1.25rem;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__overviewProductCopy > span {
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: .65;
  grid-column: 1 / -1;
  font-size: .68rem;
}

.PortfolioCollection-module__RW6DLW__overviewProductCopy strong {
  letter-spacing: -.04em;
  font-size: clamp(1.35rem, 2.4vw, 2.35rem);
  line-height: .95;
}

.PortfolioCollection-module__RW6DLW__overviewProduct:hover img {
  transform: scale(1.035);
}

.PortfolioCollection-module__RW6DLW__serviceGrid {
  gap: var(--experience-grid-gap);
  grid-template-columns: repeat(12, 1fr);
  padding-block: clamp(5rem, 10vw, 10rem);
  display: grid;
}

.PortfolioCollection-module__RW6DLW__sectionIntro {
  gap: var(--experience-grid-gap);
  border-top: 1px solid;
  grid-column: 1 / -1;
  grid-template-columns: 4fr 8fr;
  margin-bottom: clamp(3rem, 8vw, 7rem);
  padding-top: 1.25rem;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__sectionIntro p {
  letter-spacing: -.04em;
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1.08;
}

.PortfolioCollection-module__RW6DLW__serviceCard {
  border: 1px solid color-mix(in oklab, currentColor 15%, transparent);
  background: var(--surface);
  border-radius: 1.5rem;
  grid-column: span 6;
  overflow: clip;
}

.PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"] {
  grid-column: 1 / -1;
}

.PortfolioCollection-module__RW6DLW__serviceCard[data-layout="closing"] {
  grid-column: 3 / span 8;
}

.PortfolioCollection-module__RW6DLW__serviceLink {
  height: 100%;
  color: inherit;
  text-decoration: none;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"] .PortfolioCollection-module__RW6DLW__serviceLink {
  grid-template-columns: minmax(0, 7fr) minmax(20rem, 5fr);
}

.PortfolioCollection-module__RW6DLW__serviceMedia {
  background: #15161a;
  min-height: 20rem;
  position: relative;
  overflow: hidden;
}

.PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"] .PortfolioCollection-module__RW6DLW__serviceMedia {
  min-height: 40rem;
}

.PortfolioCollection-module__RW6DLW__serviceCard[data-layout="compact"] .PortfolioCollection-module__RW6DLW__serviceMedia {
  min-height: 14rem;
}

.PortfolioCollection-module__RW6DLW__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .75s var(--experience-ease-out), filter .5s ease;
}

.PortfolioCollection-module__RW6DLW__serviceIndex {
  aspect-ratio: 1;
  color: #111;
  background: #b8ff5c;
  border-radius: 50%;
  place-items: center;
  width: 3rem;
  font: 700 .75rem / 1 monospace;
  display: grid;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.PortfolioCollection-module__RW6DLW__serviceBody {
  flex-direction: column;
  gap: 1.2rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
}

.PortfolioCollection-module__RW6DLW__serviceBody h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(2.2rem, 4.8vw, 5rem);
  line-height: .92;
}

.PortfolioCollection-module__RW6DLW__serviceBody p {
  max-width: 38rem;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
}

.PortfolioCollection-module__RW6DLW__serviceFooter {
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-top: auto;
  padding-top: 2rem;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__serviceFooter > div {
  flex-wrap: wrap;
  gap: .4rem;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__serviceFooter > span {
  white-space: nowrap;
  align-items: center;
  gap: .6rem;
  font-weight: 650;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__serviceCard:hover .PortfolioCollection-module__RW6DLW__image {
  transform: scale(1.035);
}

.PortfolioCollection-module__RW6DLW__hostingOverview {
  border-top: 1px solid;
  gap: clamp(3rem, 7vw, 6rem);
  padding-block: clamp(6rem, 12vw, 11rem);
  display: grid;
}

.PortfolioCollection-module__RW6DLW__hostingOverviewHeading {
  gap: var(--experience-grid-gap);
  grid-template-columns: 4fr 8fr;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__hostingOverviewHeading h2 {
  letter-spacing: -.07em;
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: .85;
}

.PortfolioCollection-module__RW6DLW__hostingOverviewHeading p {
  max-width: 50rem;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.5;
}

.PortfolioCollection-module__RW6DLW__hostingPlanGrid {
  gap: var(--experience-grid-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.PortfolioCollection-module__RW6DLW__hostingPlanCard {
  color: #111;
  background: #f2eee7;
  border: 1px solid #111;
  border-radius: 0;
  min-height: 34rem;
}

.PortfolioCollection-module__RW6DLW__hostingPlanCard[data-featured] {
  background: #e7ffc3;
}

.PortfolioCollection-module__RW6DLW__hostingPlanCard [data-slot="card-title"] {
  letter-spacing: -.05em;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: .92;
}

.PortfolioCollection-module__RW6DLW__hostingPlanContent {
  flex-direction: column;
  flex: 1;
  gap: 2rem;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__hostingPlanPrice {
  align-items: baseline;
  gap: .5rem;
  margin: 0;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__hostingPlanPrice strong {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.PortfolioCollection-module__RW6DLW__hostingPlanPrice span {
  opacity: .65;
}

.PortfolioCollection-module__RW6DLW__hostingPlanContent ul {
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__hostingPlanContent li {
  align-items: center;
  gap: .6rem;
  display: flex;
}

.PortfolioCollection-module__RW6DLW__hostingPlanAction {
  opacity: .65;
  border: 1px solid;
  place-items: center;
  min-height: 3rem;
  margin-top: auto;
  font-weight: 700;
  display: grid;
}

[data-experience-section].PortfolioCollection-module__RW6DLW__careStage {
  --background: #0b0b0b;
  --foreground: #f7f7f2;
  color: var(--foreground);
  background: var(--background);
}

.PortfolioCollection-module__RW6DLW__careOverview {
  gap: clamp(3rem, 7vw, 6rem);
  padding-block: clamp(6rem, 12vw, 11rem);
  display: grid;
}

.PortfolioCollection-module__RW6DLW__careHeading {
  gap: var(--experience-grid-gap);
  grid-template-columns: 4fr 8fr;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__careHeading h2 {
  letter-spacing: -.07em;
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 8rem);
  line-height: .85;
}

.PortfolioCollection-module__RW6DLW__careHeading p {
  opacity: .72;
  max-width: 50rem;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.5;
}

.PortfolioCollection-module__RW6DLW__careGrid {
  gap: var(--experience-grid-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}

.PortfolioCollection-module__RW6DLW__careGrid article {
  color: #111;
  background: #e7ffc3;
  flex-direction: column;
  min-height: 24rem;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  display: flex;
}

.PortfolioCollection-module__RW6DLW__careGrid article:nth-child(2) {
  color: #f7f7f2;
  background: #171717;
  border: 1px solid #fff3;
}

.PortfolioCollection-module__RW6DLW__careGrid article:nth-child(3) {
  color: #fff;
  background: #1469ff;
}

.PortfolioCollection-module__RW6DLW__careGrid article > span {
  font: 700 .75rem / 1 monospace;
}

.PortfolioCollection-module__RW6DLW__careGrid h3 {
  letter-spacing: -.055em;
  margin: auto 0 1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .9;
}

.PortfolioCollection-module__RW6DLW__careGrid p {
  opacity: .76;
  margin: 0;
}

.PortfolioCollection-module__RW6DLW__careGrid a {
  color: inherit;
  border-top: 1px solid;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.PortfolioCollection-module__RW6DLW__card {
  border-color: color-mix(in oklab, currentColor 14%, transparent);
  background: var(--surface);
  transition: transform .5s var(--experience-ease-out), box-shadow .5s var(--experience-ease-out);
  grid-column: span 6;
  overflow: clip;
}

.PortfolioCollection-module__RW6DLW__card:nth-child(3n) {
  grid-column: 3 / span 8;
}

.PortfolioCollection-module__RW6DLW__card:hover {
  box-shadow: var(--experience-media-shadow);
  transform: translateY(-.5rem);
}

.PortfolioCollection-module__RW6DLW__link {
  color: inherit;
  text-decoration: none;
}

.PortfolioCollection-module__RW6DLW__media {
  aspect-ratio: 16 / 10;
  background: var(--muted);
  position: relative;
  overflow: hidden;
}

.PortfolioCollection-module__RW6DLW__index {
  aspect-ratio: 1;
  background: color-mix(in oklab, var(--background) 82%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  place-items: center;
  width: 2.5rem;
  font: 600 .75rem / 1 monospace;
  display: grid;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.PortfolioCollection-module__RW6DLW__header {
  gap: .75rem;
}

.PortfolioCollection-module__RW6DLW__title {
  letter-spacing: -.04em;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  line-height: .95;
}

.PortfolioCollection-module__RW6DLW__content {
  gap: 1.5rem;
  display: grid;
}

.PortfolioCollection-module__RW6DLW__action {
  justify-content: space-between;
  align-items: center;
  font-weight: 650;
  display: flex;
}

@supports (animation-timeline: view()) {
  .PortfolioCollection-module__RW6DLW__serviceCard, .PortfolioCollection-module__RW6DLW__card {
    animation: linear both PortfolioCollection-module__RW6DLW__portfolio-reveal;
    animation-timeline: view();
    animation-range: entry cover 30%;
  }

  .PortfolioCollection-module__RW6DLW__overviewProduct, .PortfolioCollection-module__RW6DLW__hostingPlanCard, .PortfolioCollection-module__RW6DLW__careGrid article {
    animation: linear both PortfolioCollection-module__RW6DLW__overview-reveal;
    animation-timeline: view();
    animation-range: entry cover 25%;
  }

  @keyframes PortfolioCollection-module__RW6DLW__portfolio-reveal {
    from {
      opacity: .2;
      transform: translateY(4rem)scale(.975);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  @keyframes PortfolioCollection-module__RW6DLW__overview-reveal {
    from {
      transform: translateY(2.5rem)scale(.985);
    }

    to {
      transform: none;
    }
  }

  .PortfolioCollection-module__RW6DLW__serviceGraphic {
    animation: linear both PortfolioCollection-module__RW6DLW__graphic-spin;
    animation-timeline: scroll(root);
  }

  @keyframes PortfolioCollection-module__RW6DLW__graphic-spin {
    to {
      transform: rotate(110deg);
    }
  }
}

@media (max-width: 48rem) {
  .PortfolioCollection-module__RW6DLW__serviceHero {
    grid-template-columns: 1fr;
  }

  .PortfolioCollection-module__RW6DLW__serviceGraphic {
    opacity: .48;
    width: 72vw;
    position: absolute;
    bottom: 4rem;
    right: -22%;
  }

  .PortfolioCollection-module__RW6DLW__serviceHeroTitle {
    font-size: clamp(3.7rem, 18vw, 6.5rem);
  }

  .PortfolioCollection-module__RW6DLW__overviewHeading, .PortfolioCollection-module__RW6DLW__hostingOverviewHeading, .PortfolioCollection-module__RW6DLW__careHeading, .PortfolioCollection-module__RW6DLW__sectionIntro, .PortfolioCollection-module__RW6DLW__overviewProductTrack, .PortfolioCollection-module__RW6DLW__hostingPlanGrid, .PortfolioCollection-module__RW6DLW__careGrid {
    grid-template-columns: 1fr;
  }

  .PortfolioCollection-module__RW6DLW__overviewProduct[data-layout="portrait"] .PortfolioCollection-module__RW6DLW__overviewProductMedia {
    aspect-ratio: 16 / 10;
  }

  .PortfolioCollection-module__RW6DLW__serviceCard, .PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"], .PortfolioCollection-module__RW6DLW__serviceCard[data-layout="closing"], .PortfolioCollection-module__RW6DLW__card, .PortfolioCollection-module__RW6DLW__card:nth-child(3n) {
    grid-column: 1 / -1;
    padding-top: 0;
  }

  .PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"] .PortfolioCollection-module__RW6DLW__serviceLink {
    grid-template-columns: 1fr;
  }

  .PortfolioCollection-module__RW6DLW__serviceCard[data-layout="lead"] .PortfolioCollection-module__RW6DLW__serviceMedia {
    min-height: 19rem;
  }

  .PortfolioCollection-module__RW6DLW__serviceFooter {
    flex-direction: column;
    align-items: start;
  }

  .PortfolioCollection-module__RW6DLW__hostingPlanCard {
    min-height: 28rem;
  }

  .PortfolioCollection-module__RW6DLW__careGrid article {
    min-height: 20rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .PortfolioCollection-module__RW6DLW__serviceGraphic, .PortfolioCollection-module__RW6DLW__serviceCard, .PortfolioCollection-module__RW6DLW__card, .PortfolioCollection-module__RW6DLW__image {
    transition: none;
    animation: none;
  }

  .PortfolioCollection-module__RW6DLW__serviceCard:hover .PortfolioCollection-module__RW6DLW__image, .PortfolioCollection-module__RW6DLW__card:hover {
    transform: none;
  }
}

/*# sourceMappingURL=components_experience_11rjk2x._.css.map*/