/* Cuddlefish Cuts Design Profiles v0.20.0 */
.design-profile-page,
.design-profile-hero,
.design-profile-hero__stage,
.design-profile-hero__copy,
.design-profile-products,
.design-profile-products__grid { min-width: 0; }

.design-profile-page { padding: 30px 0 104px; }
.design-profile-page__inner { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }

.design-profile-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: center;
  margin-bottom: 24px;
  color: var(--cc-ink-soft);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.4;
}
.design-profile-breadcrumb a { color: #6e57a4; text-decoration: none; }
.design-profile-breadcrumb a:is(:hover,:focus-visible) {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--cc-pink);
  text-underline-offset: 3px;
}

.design-profile-hero {
  max-width: 1320px;
  display: grid;
  grid-template-columns: minmax(400px, .92fr) minmax(420px, 1.08fr);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}

.design-profile-hero__stage {
  position: relative;
  width: 100%;
  max-width: 590px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: var(--pastel-lavender);
}
.design-profile-hero__stage.tone-lavender { background: var(--pastel-lavender, #E8D9F3); }
.design-profile-hero__stage.tone-mint { background: var(--pastel-mint, #DDF4E7); }
.design-profile-hero__stage.tone-pink { background: var(--pastel-pink, #F8DCE5); }
.design-profile-hero__stage.tone-yellow { background: var(--pastel-yellow, #F8EDB8); }
.design-profile-hero__stage.tone-blue { background: var(--pastel-blue, #DDECF7); }
.design-profile-hero__image {
  position: absolute;
  inset: 14px;
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  min-width: 0;
  min-height: 0;
  max-width: calc(100% - 28px);
  max-height: calc(100% - 28px);
  object-fit: contain;
  object-position: center;
}

.design-profile-hero__fallback { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.design-profile-hero__fallback-orb {
  width: 60%;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.34);
}
.design-profile-hero__fallback strong {
  position: relative;
  z-index: 2;
  color: var(--cc-ink);
  font-family: var(--cc-display);
  font-size: clamp(4.25rem, 7vw, 5.4rem);
  line-height: 1;
  font-weight: 700;
}
.design-profile-hero__fallback i {
  position: absolute;
  width: 22px;
  aspect-ratio: 1 / 1;
  clip-path: polygon(50% 0,62% 37%,100% 50%,62% 63%,50% 100%,38% 63%,0 50%,38% 37%);
}
.design-profile-hero__fallback i:nth-of-type(1) { left: 9%; top: 12%; width: 28px; background: rgba(255,255,255,.88); }
.design-profile-hero__fallback i:nth-of-type(2) { right: 11%; top: 17%; width: 18px; background: rgba(104,197,232,.9); }
.design-profile-hero__fallback i:nth-of-type(3) { left: 17%; bottom: 13%; width: 20px; background: rgba(244,179,59,.9); }
.design-profile-hero__fallback i:nth-of-type(4) { right: 18%; bottom: 11%; width: 27px; background: rgba(244,127,155,.9); }
.design-profile-hero__fallback i:nth-of-type(5) { left: 47%; top: 7%; width: 14px; background: rgba(144,116,199,.92); }
.design-profile-hero__fallback i:nth-of-type(6) { right: 7%; bottom: 31%; width: 13px; background: rgba(255,255,255,.78); }
.design-profile-hero__fallback i:nth-of-type(7) { left: 8%; top: 47%; width: 15px; background: rgba(126,204,160,.9); }

.design-profile-hero__copy { max-width: 650px; }
.design-profile-hero__copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.35rem, 5.3vw, 4.9rem);
  line-height: 1.01;
}
.design-profile-hero__credit {
  margin: 16px 0 0;
  color: #6e57a4;
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.45;
}
.design-profile-hero__credit a { color: inherit; font-weight: 850; text-decoration: none; }
.design-profile-hero__credit a:is(:hover,:focus-visible),
.design-profile-hero__action:is(:hover,:focus-visible) {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--cc-pink);
  text-underline-offset: 3px;
}
.design-profile-hero__description {
  max-width: 610px;
  margin: 22px 0 0;
  color: var(--cc-ink-soft);
  font-size: clamp(1.18rem, 1.7vw, 1.3rem);
  font-weight: 600;
  line-height: 1.54;
}
.design-profile-hero__count {
  margin: 25px 0 0;
  color: var(--cc-ink-soft);
  font-size: .98rem;
  font-weight: 800;
}
.design-profile-hero__action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #6e57a4;
  font-size: 1.08rem;
  font-weight: 850;
  text-decoration: none;
}
.design-profile-hero__action span { transition: transform var(--transition-normal); }
.design-profile-hero__action:hover span { transform: translateY(2px); }

.design-profile-about {
  max-width: 880px;
  margin-top: 80px;
}
.design-profile-about h2,
.design-profile-products__heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  line-height: 1.08;
}
.design-profile-about__copy { margin-top: 22px; }
.design-profile-about__copy p,
.design-profile-about__copy li {
  color: var(--cc-ink-soft);
  font-size: 1.15rem;
  line-height: 1.68;
}
.design-profile-about__copy p { margin: 0 0 18px; }
.design-profile-about__copy ul { margin: 0; padding-left: 1.4rem; }
.design-profile-about__copy li + li { margin-top: 10px; }

.design-profile-products { margin-top: 84px; scroll-margin-top: 110px; }
.design-profile-products__heading { max-width: 900px; }
.design-profile-products__heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--cc-ink-soft);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.5;
}
.design-profile-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin: 31px 0 0;
  padding: 0;
  list-style: none;
}
.design-profile-products__grid > li { min-width: 0; display: flex; }
.design-profile-products__grid .product-card { width: 100%; }

.design-profile-state {
  width: min(640px, calc(100% - 30px));
  margin: 64px auto 100px;
  padding: 32px;
  border-radius: 20px;
  background: rgba(255,250,236,.84);
}
.design-profile-state h1 { margin: 0; font-size: clamp(2.15rem, 5vw, 3rem); line-height: 1.08; }
.design-profile-state p { margin: 12px 0 0; color: var(--cc-ink-soft); font-size: 1.05rem; font-weight: 650; line-height: 1.55; }
.design-profile-state__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.design-profile-state__art {
  position: relative;
  width: 112px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--pastel-lavender);
}
.design-profile-state__art span { font-family: var(--cc-display); font-size: 3.4rem; font-weight: 700; }
.design-profile-state__art i { position: absolute; width: 13px; aspect-ratio: 1; clip-path: polygon(50% 0,62% 37%,100% 50%,62% 63%,50% 100%,38% 63%,0 50%,38% 37%); }
.design-profile-state__art i:nth-of-type(1) { left: -8px; top: 12px; background: var(--cc-pink); }
.design-profile-state__art i:nth-of-type(2) { right: -12px; top: 34px; background: var(--accent-blue); }
.design-profile-state__art i:nth-of-type(3) { right: 4px; bottom: -8px; background: var(--accent-yellow); }

@media (max-width: 1279px) {
  .design-profile-page__inner { width: min(1120px, calc(100% - 48px)); }
  .design-profile-hero { grid-template-columns: minmax(360px, .95fr) minmax(390px, 1.05fr); gap: 44px; }
  .design-profile-products__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
}

@media (max-width: 959px) {
  .design-profile-hero { grid-template-columns: minmax(320px, .95fr) minmax(340px, 1.05fr); gap: 38px; }
  .design-profile-hero__image { inset: 12px; width: calc(100% - 24px); height: calc(100% - 24px); max-width: calc(100% - 24px); max-height: calc(100% - 24px); }
  .design-profile-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
}

@media (max-width: 820px) {
  .design-profile-page { padding-top: 24px; }
  .design-profile-hero { display: block; }
  .design-profile-hero__stage { width: min(100%, 560px); margin-inline: auto; border-radius: 22px; }
  .design-profile-hero__copy { max-width: 650px; margin-top: 36px; }
  .design-profile-hero__copy h1 { font-size: clamp(3rem, 8vw, 3.65rem); }
  .design-profile-about { margin-top: 68px; }
  .design-profile-products { margin-top: 72px; }
}

@media (max-width: 600px) {
  .design-profile-page { padding: 20px 0 84px; }
  .design-profile-page__inner { width: calc(100% - 30px); }
  .design-profile-breadcrumb { margin-bottom: 19px; font-size: .86rem; }
  .design-profile-hero__stage { border-radius: 20px; }
  .design-profile-hero__image { inset: 10px; width: calc(100% - 20px); height: calc(100% - 20px); max-width: calc(100% - 20px); max-height: calc(100% - 20px); }
  .design-profile-hero__copy { margin-top: 28px; }
  .design-profile-hero__copy h1 { font-size: clamp(2.5rem, 12vw, 3.1rem); line-height: 1.04; }
  .design-profile-hero__credit { margin-top: 12px; font-size: 1rem; }
  .design-profile-hero__description { margin-top: 18px; font-size: 1.06rem; line-height: 1.5; }
  .design-profile-hero__count { margin-top: 21px; font-size: .94rem; }
  .design-profile-hero__action { margin-top: 10px; font-size: 1.02rem; }
  .design-profile-about { margin-top: 58px; }
  .design-profile-about h2,
  .design-profile-products__heading h2 { font-size: clamp(1.95rem, 9vw, 2.25rem); }
  .design-profile-about__copy { margin-top: 18px; }
  .design-profile-about__copy p,
  .design-profile-about__copy li { font-size: 1.04rem; line-height: 1.64; }
  .design-profile-products { margin-top: 60px; }
  .design-profile-products__heading p { font-size: 1rem; }
  .design-profile-products__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 23px; }
  .design-profile-products__grid > li { width: min(100%, 430px); }
  .design-profile-state { margin-top: 36px; padding: 26px; }
  .design-profile-state__actions .button { width: 100%; justify-content: center; }
}

@media (max-width: 380px) {
  .design-profile-page__inner { width: calc(100% - 24px); }
  .design-profile-hero__copy h1 { font-size: 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .design-profile-hero__action span { transition: none; }
  .design-profile-hero__action:hover span { transform: none; }
}
