/* Approved website-builder hero, paired design slider and open editorial chapters. */
.website-builder-services {
  background: #f2eafa;
  color: #1e1e41;
}
.website-builder-services hr {
  border-color: #d8cce8;
}
.wb-design {
  --ink: #1e1e41;
  --hero: #22203f;
  --muted: #575568;
  --yellow: #ffd672;
  --pink: #ff7d81;
  --purple: #cbadf8;
  --blue: #bcefff;
  --green: #92e990;
  --line: #dedede;
}
.wb-design * {
  box-sizing: border-box;
}
.wb-design {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    16px/1.5 Nunito,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
.wb-design h1,
.wb-design h2,
.wb-design h3,
.wb-design p {
  margin: 0;
}
.wb-design h1,
.wb-design h2,
.wb-design h3 {
  font-family: 'Uni Neue', Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}
.wb-design a {
  color: inherit;
  text-decoration: none;
}
.wb-design button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  border: 0;
}
.wb-design button,
.wb-design a {
  -webkit-tap-highlight-color: transparent;
}
.wb-design button:focus-visible,
.wb-design a:focus-visible {
  outline: 3px solid #a67ee1;
  outline-offset: 5px;
}
.wb-design .hero :is(button, a):focus-visible {
  outline-color: var(--purple);
}
.wb-design .wrap {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: auto;
}
.wb-design .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  flex-shrink: 0;
}
.wb-design .site-icon {
  font: 24px/1 icomoon;
  display: inline-block;
}
.wb-design .eyebrow {
  font:
    700 13px/20px Overpass,
    sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wb-design .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 54px;
  padding: 15px 23px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 4px 0 rgb(255 214 114 / 20%);
  font-weight: 700;
  line-height: 24px;
  transition:
    background 0.15s,
    transform 0.15s;
}
.wb-design .button:hover {
  background: #ffe8ae;
  transform: translateY(-2px);
}
.wb-design .text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-weight: 700;
}
.wb-design .text-link .icon {
  color: var(--pink);
}
.wb-design .text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.wb-design .hero {
  overflow: hidden;
  position: relative;
  background: var(--hero);
  color: white;
}
.wb-design .hero > .wrap {
  position: relative;
  z-index: 1;
}
.wb-design .hero-main {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 34px;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 45px;
}
.wb-design .hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  padding-block: 13px;
}
.wb-design .hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #cfb7ef;
  margin-bottom: 22px;
}
.wb-design .hero h1 {
  font-size: 67px;
  line-height: 1.045;
  letter-spacing: -1.6px;
}
.wb-design .hero h1 span {
  color: var(--yellow);
  white-space: nowrap;
}
.wb-design .intro {
  margin-top: 24px;
  color: #e2ddec;
  font-size: 18px;
  line-height: 1.65;
}
.wb-design .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 29px;
}
.wb-design .hero-actions .button {
  font-family: 'Uni Neue';
  font-size: 18px;
  font-weight: 800;
}
.wb-design .hero-actions .text-link {
  font-family: 'Uni Neue';
  font-size: 16px;
  gap: 9px;
}
.wb-design .hero-actions .text-link .icon {
  width: 19px;
  height: 19px;
}
.wb-design .checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  margin-top: 26px;
  color: #dfd8e9;
  font-size: 15px;
}
.wb-design .checks span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.wb-design .checks b {
  font-size: 19px;
  font-weight: 400;
  color: var(--purple);
}
.wb-design .hero-corner {
  position: absolute;
  top: -26px;
  right: 8px;
  width: 155px;
  height: 155px;
}
.wb-design .hero-rail {
  position: absolute;
  width: 56px;
  height: 112px;
  left: 0;
  top: 365px;
}
.wb-design .composition {
  position: relative;
  width: 100%;
  aspect-ratio: 575 / 562;
  color: var(--ink);
  min-width: 0;
}
.wb-design .lavender-shape {
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  top: 5%;
  left: 10%;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 34px #1c1a38;
}
.wb-design .visual-diamond {
  position: absolute;
  top: 0;
  left: 13%;
  width: 39px;
  height: 39px;
  background: var(--green);
  transform: rotate(45deg);
}
.wb-design .preview-window {
  position: absolute;
  background: white;
  border: 3px solid var(--ink);
  border-radius: 13px;
  overflow: hidden;
  box-shadow: -9px 10px 0 rgb(0 0 0 / 14%);
}
.wb-design .browserbar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 29px;
  padding: 0 10px;
  background: #fffaf1;
  border-bottom: 2px solid var(--ink);
  font-family: 'Uni Neue';
}
.wb-design .browserbar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--pink);
}
.wb-design .browserbar span {
  flex: 1;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  color: var(--ink);
  font-weight: 700;
  margin-right: 18px;
}
.wb-design .site-crop {
  position: relative;
  overflow: hidden;
  aspect-ratio: 872 / 547;
  background: white;
}
.wb-design .site-crop img {
  position: absolute;
  width: 113.532%;
  max-width: none;
  height: auto;
  left: -6.766%;
  top: -18.1%;
  display: block;
}
.wb-design .main-window {
  width: 94%;
  top: 8%;
  left: 4%;
  transform: rotate(-3deg);
}
.wb-design .main-window .site-crop {
  aspect-ratio: 872 / 524;
}
.wb-design .main-window .site-crop img {
  top: -18.55%;
}
.wb-design .small-window {
  width: 47%;
  left: -1%;
  top: 58%;
  transform: rotate(5deg);
  z-index: 3;
}
.wb-design .portfolio-window {
  width: 42%;
  top: 60%;
  right: -2%;
  transform: rotate(-5deg);
  z-index: 2;
}
.wb-design .small-window .browserbar,
.wb-design .portfolio-window .browserbar {
  height: 23px;
}
.wb-design .hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid #ffffff24;
  padding: 30px 0 34px;
}
.wb-design .steps {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 15px;
}
.wb-design .steps span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wb-design .steps b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  background: #cbadf81f;
  color: var(--purple);
  border-radius: 3px 9px;
  font: 700 13px/1 Overpass;
}
.wb-design .steps .step-arrow {
  color: #9289a4;
}
.wb-design .domain-link {
  font-size: 14px;
  color: #cbc4d7;
}
.wb-design .domain-link > span {
  display: block;
}
.wb-design .domain-link a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 700;
  margin-top: 4px;
}
.wb-design .domain-link .icon {
  color: var(--pink);
  width: 19px;
  height: 19px;
}
.wb-design .showcase {
  position: relative;
  background: #fff;
  padding: 79px 0 68px;
  overflow: hidden;
}
.wb-design .showcase-heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
}
.wb-design .showcase-motif {
  position: absolute;
  top: 0;
  left: -100px;
  width: 70px;
  height: 70px;
}
.wb-design .showcase .eyebrow {
  margin-bottom: 16px;
}
.wb-design .showcase h2 {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.7px;
}
.wb-design .showcase-heading > p {
  color: var(--muted);
  max-width: 340px;
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 3px;
}
.wb-design .gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 25px;
}
.wb-design .project {
  min-width: 0;
}
.wb-design .project[hidden] {
  display: none;
}
.wb-design .project-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 17px 0;
  border: 1px solid var(--line);
  border-radius: 8px 24px;
  background: white;
  text-align: left;
  box-shadow: -10px 10px 0 rgb(0 0 0 / 3%);
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.wb-design .project:nth-child(even) .project-button {
  border-radius: 24px 8px;
}
.wb-design .project-button:hover {
  transform: translateY(-4px);
  border-color: #a67ee1;
}
.wb-design .project-art {
  position: relative;
  display: flex;
  align-items: center;
  padding: 21px 14px;
  aspect-ratio: 1.37;
  border-radius: 0;
  overflow: hidden;
}
.wb-design .tint-cream {
  background: #e4dcf5;
}
.wb-design .tint-yellow {
  background: #ffe8ae;
}
.wb-design .tint-lilac {
  background: #d3f5ff;
}
.wb-design .tint-pink {
  background: #ffd0df;
}
.wb-design .tint-blue {
  background: #e2e8ff;
}
.wb-design .tint-green {
  background: #def3dd;
}
.wb-design .project-art::before {
  content: '';
  position: absolute;
  width: 57px;
  height: 57px;
  bottom: -16px;
  right: -8px;
  background: #a67ee1;
  border-radius: 50%;
}
.wb-design .tint-yellow::before {
  border-radius: 0;
  background: #ffa46a;
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
}
.wb-design .tint-lilac::before {
  background: #94abff;
  border-radius: 0 100% 0 0;
  bottom: 0;
  left: 0;
}
.wb-design .tint-pink::before {
  background: #ff7d81;
  border-radius: 0 100% 0 0;
}
.wb-design .tint-blue::before {
  background: #bcefff;
}
.wb-design .tint-green::before {
  background: #92e990;
  border-radius: 0;
  transform: rotate(45deg);
}
.wb-design .gallery-window {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 0 rgb(30 30 65 / 10%);
  border: 1px solid #1e1e4140;
}
.wb-design .gallery-window .browserbar {
  height: 20px;
  border-bottom: 1px solid #e0dce7;
  padding: 0 8px;
  gap: 3px;
}
.wb-design .gallery-window .browserbar i {
  width: 4px;
  height: 4px;
}
.wb-design .gallery-window .browserbar span {
  font-size: 8px;
  margin-right: 12px;
  color: #514c60;
}
.wb-design .project-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 19px 4px 21px;
}
.wb-design .project-category {
  font: 700 12px/1.6 Overpass;
  color: #676173;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.wb-design .project h3 {
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.2;
}
.wb-design .project-cta {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #676173;
}
.wb-design .open-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f7f5fa;
  color: var(--pink);
  flex-shrink: 0;
  transition: background 0.15s;
}
.wb-design .project-button:hover .open-icon {
  background: #ffe8ae;
}
.wb-design .cta-strip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 42px;
  padding: 28px 29px;
  border: 1px solid #e6ddf3;
  background: #f7f3fc;
  border-radius: 8px 24px;
  box-shadow: -10px 10px 0 rgb(0 0 0 / 3%);
}
.wb-design .cta-brush {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 14px;
  background: var(--purple);
  flex-shrink: 0;
}
.wb-design .cta-brush .site-icon {
  font-size: 28px;
}
.wb-design .cta-strip h3 {
  font-size: 28px;
}
.wb-design .cta-strip p {
  font-size: 16px;
  color: var(--muted);
  margin-top: 6px;
}
.wb-design .cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-left: auto;
  flex-shrink: 0;
}
.wb-design .cta-actions .text-link {
  font-size: 14px;
}
.wb-design .modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  gap: 15px;
}
.wb-design .modal-head h2 {
  font-size: 25px;
}
.wb-design .modal-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f0edf5;
  font-size: 25px;
  flex-shrink: 0;
}
@media (min-width: 1600px) {
  .wb-design .wrap {
    max-width: 1180px;
  }
  .wb-design .hero h1 {
    font-size: 72px;
  }
}
@media (max-width: 1250px) {
  .wb-design .hero-rail {
    width: 35px;
    height: 70px;
  }
  .wb-design .hero-corner {
    width: 105px;
    height: 105px;
  }
  .wb-design .hero-actions {
    gap: 18px;
  }
  .wb-design .hero-actions .text-link {
    font-size: 15px;
  }
  .wb-design .showcase-motif {
    display: none;
  }
}
@media (max-width: 1100px) {
  .wb-design .hero h1 {
    font-size: 58px;
  }
  .wb-design .hero-main {
    gap: 25px;
  }
  .wb-design .hero-actions {
    gap: 23px;
  }
  .wb-design .hero-actions .text-link {
    font-size: 16px;
  }
  .wb-design .steps {
    gap: 10px;
    font-size: 13px;
  }
  .wb-design .steps span {
    gap: 7px;
  }
  .wb-design .project h3 {
    font-size: 22px;
  }
  .wb-design .project-category {
    font-size: 12px;
  }
  .wb-design .project-meta {
    padding-inline: 0;
  }
  .wb-design .project-button {
    padding: 13px 13px 0;
  }
  .wb-design .project-art {
    padding-inline: 10px;
  }
  .wb-design .cta-strip h3 {
    font-size: 25px;
  }
}
@media (max-width: 900px) and (min-width: 701px) {
  .wb-design .wrap {
    width: calc(100% - 48px);
  }
  .wb-design .hero-main {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-block: 48px 35px;
  }
  .wb-design .hero h1 {
    font-size: 49px;
    letter-spacing: -1px;
  }
  .wb-design .hero .eyebrow {
    font-size: 11px;
  }
  .wb-design .intro {
    font-size: 16px;
  }
  .wb-design .composition {
    align-self: center;
  }
  .wb-design .hero-corner {
    width: 70px;
    height: 70px;
  }
  .wb-design .hero-rail {
    display: none;
  }
  .wb-design .visual-diamond {
    width: 24px;
    height: 24px;
  }
  .wb-design .hero-bottom {
    align-items: flex-start;
  }
  .wb-design .steps {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 360px;
  }
  .wb-design .steps .step-arrow {
    display: none;
  }
  .wb-design .domain-link {
    font-size: 13px;
    flex-shrink: 0;
  }
  .wb-design .showcase h2 {
    font-size: 40px;
  }
  .wb-design .showcase-heading > p {
    font-size: 16px;
    max-width: 250px;
  }
  .wb-design .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wb-design .cta-strip {
    flex-wrap: wrap;
  }
  .wb-design .cta-actions {
    flex-direction: row;
    margin-left: 74px;
  }
  .wb-design .project-category {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .wb-design .wrap {
    width: calc(100% - 40px);
  }
  .wb-design .hero-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 40px 0 27px;
    gap: 0;
  }
  .wb-design .hero-copy {
    padding: 0;
  }
  .wb-design .hero .eyebrow {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 21px;
  }
  .wb-design .hero h1 {
    font-size: 51px;
    letter-spacing: -1px;
    line-height: 1.04;
  }
  .wb-design .intro {
    font-size: 16px;
    line-height: 1.65;
    margin-top: 23px;
  }
  .wb-design .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    margin-top: 25px;
  }
  .wb-design .hero-actions .button {
    min-height: 54px;
    font-size: 18px;
  }
  .wb-design .hero-actions .text-link {
    justify-content: center;
    font-size: 16px;
    gap: 12px;
  }
  .wb-design .checks {
    justify-content: center;
    gap: 10px 18px;
    margin-top: 23px;
    font-size: 13px;
  }
  .wb-design .checks b {
    font-size: 17px;
  }
  .wb-design .hero-corner {
    width: 80px;
    height: 80px;
    top: -49px;
    right: 18px;
  }
  .wb-design .hero-rail {
    display: none;
  }
  .wb-design .composition {
    margin: 34px auto 45px;
    max-width: 470px;
    aspect-ratio: 350 / 340;
  }
  .wb-design .lavender-shape {
    box-shadow: 0 0 0 20px #1c1a38;
  }
  .wb-design .visual-diamond {
    width: 24px;
    height: 24px;
    left: 9%;
  }
  .wb-design .preview-window {
    border-width: 2px;
    border-radius: 9px;
    box-shadow: -6px 7px 0 #0002;
  }
  .wb-design .main-window {
    top: 10%;
    width: 94%;
    left: 3%;
  }
  .wb-design .browserbar {
    height: 21px;
    padding-inline: 7px;
    border-bottom-width: 1px;
  }
  .wb-design .browserbar span {
    font-size: 8px;
  }
  .wb-design .browserbar i {
    width: 4px;
    height: 4px;
  }
  .wb-design .small-window {
    top: 60%;
    left: -1%;
  }
  .wb-design .portfolio-window {
    top: 61%;
    right: -1%;
  }
  .wb-design .small-window .browserbar,
  .wb-design .portfolio-window .browserbar {
    height: 17px;
  }
  .wb-design .small-window .browserbar span,
  .wb-design .portfolio-window .browserbar span {
    font-size: 6px;
  }
  .wb-design .hero-bottom {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0 28px;
    gap: 23px;
  }
  .wb-design .steps {
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    font-size: 12px;
  }
  .wb-design .steps span {
    gap: 6px;
  }
  .wb-design .steps b {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
  .wb-design .steps .step-arrow {
    display: none;
  }
  .wb-design .domain-link {
    font-size: 14px;
    text-align: center;
  }
  .wb-design .domain-link a {
    justify-content: center;
  }
  .wb-design .showcase {
    padding: 45px 0 43px;
  }
  .wb-design .showcase-heading {
    display: block;
  }
  .wb-design .showcase .eyebrow {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .wb-design .showcase h2 {
    font-size: 36px;
    letter-spacing: -0.3px;
    line-height: 1.12;
  }
  .wb-design .showcase-heading > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
    max-width: 390px;
  }
  .wb-design .gallery {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .wb-design .project-button,
  .wb-design .project:nth-child(even) .project-button {
    padding: 16px 16px 0;
    box-shadow: -7px 7px 0 #00000008;
  }
  .wb-design .project-art {
    padding: 21px 15px;
    aspect-ratio: 1.4;
  }
  .wb-design .project h3 {
    font-size: 25px;
  }
  .wb-design .project-category {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .wb-design .project-meta {
    padding: 18px 3px 22px;
  }
  .wb-design .project-cta {
    font-size: 16px;
  }
  .wb-design .cta-strip {
    display: block;
    margin-top: 32px;
    padding: 23px 20px;
  }
  .wb-design .cta-brush {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }
  .wb-design .cta-strip h3 {
    font-size: 29px;
  }
  .wb-design .cta-strip p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 9px;
  }
  .wb-design .cta-actions {
    align-items: stretch;
    margin: 22px 0 0;
    gap: 20px;
  }
  .wb-design .cta-actions .button {
    font-size: 16px;
  }
  .wb-design .cta-actions .text-link {
    justify-content: center;
    font-size: 15px;
  }
  .wb-design .modal-head {
    padding: 15px;
  }
  .wb-design .modal-head h2 {
    font-size: 22px;
  }
}
@media (max-width: 359px) {
  .wb-design .wrap {
    width: calc(100% - 32px);
  }
  .wb-design .hero h1 {
    font-size: 45px;
  }
  .wb-design .hero .eyebrow {
    font-size: 10px;
  }
  .wb-design .checks {
    gap: 8px 13px;
    font-size: 12px;
  }
  .wb-design .steps {
    font-size: 11px;
    gap: 5px;
  }
  .wb-design .steps span {
    gap: 4px;
  }
  .wb-design .steps b {
    width: 22px;
    height: 24px;
    font-size: 10px;
  }
  .wb-design .showcase h2 {
    font-size: 33px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wb-design * {
    transition: none !important;
  }
}
.wb-design .showcase-heading {
  margin-bottom: 38px;
}
.wb-design .gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 28px;
}
.wb-design .project-art {
  display: block;
  aspect-ratio: auto;
  padding: 27px 18px 20px;
}
.wb-design .device-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24%;
  align-items: end;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.wb-design .desktop-presentation,
.wb-design .mobile-presentation {
  min-width: 0;
}
.wb-design .gallery-window {
  border-color: #1e1e4140;
}
.wb-design .device-label {
  display: block;
  text-align: center;
  margin-top: 13px;
  font:
    700 11px/18px Overpass,
    sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #43435a;
}
.wb-design .mobile-device {
  position: relative;
  display: flex;
  flex-direction: column;
  aspect-ratio: 9 / 19;
  width: 100%;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 0 rgb(30 30 65 / 10%);
}
.wb-design .phone-top {
  height: 15px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.wb-design .phone-top span {
  width: 26%;
  height: 3px;
  border-radius: 4px;
  background: var(--ink);
  display: block;
  margin: 5px auto 0;
}
.wb-design .phone-home {
  width: 28%;
  height: 3px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #d5d0dd;
  margin: 6px auto;
}
.wb-design .project-meta {
  padding: 20px 5px 23px;
}
.wb-design .project h3 {
  font-size: 26px;
}
.wb-design .project-category {
  font-size: 12px;
}
.wb-design .project-cta {
  font-size: 16px;
}
.wb-design .hero-device-pair {
  position: absolute;
}
.wb-design .hero-device-pair > .preview-window {
  position: relative;
  width: 76%;
  inset: auto;
}
.wb-design .hero-device-pair > .mobile-device {
  position: absolute;
  width: 21%;
  right: 0;
  bottom: 0;
  border-width: 3px;
}
.wb-design .hero-device-pair.main-window {
  width: 98%;
  left: 2%;
  top: 12%;
}
.wb-design .hero-device-pair.small-window {
  width: 48%;
  left: -1%;
  top: 62%;
}
.wb-design .hero-device-pair.portfolio-window {
  width: 47%;
  right: -1%;
  top: 60%;
}
.wb-design .hero-device-pair.small-window > .preview-window,
.wb-design .hero-device-pair.portfolio-window > .preview-window {
  width: 75%;
}
.wb-design .hero-device-pair.small-window > .mobile-device,
.wb-design .hero-device-pair.portfolio-window > .mobile-device {
  width: 22%;
  border-width: 2px;
  border-radius: 9px;
}
.wb-design .hero-device-pair.small-window .phone-top,
.wb-design .hero-device-pair.portfolio-window .phone-top {
  height: 9px;
}
.wb-design .hero-device-pair.small-window .phone-top span,
.wb-design .hero-device-pair.portfolio-window .phone-top span {
  height: 2px;
  margin-top: 3px;
}
.wb-design .hero-device-pair.small-window .phone-home,
.wb-design .hero-device-pair.portfolio-window .phone-home {
  height: 2px;
  margin-block: 3px;
}
.wb-design .hero-device-pair.main-window .browserbar {
  height: 29px;
}
.wb-design .modal-devices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 21%;
  align-items: start;
  gap: 20px;
  padding: 0 25px 25px;
}
.wb-design .modal-device-title {
  font:
    700 13px/22px Overpass,
    sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #575568;
  margin-bottom: 10px;
}
.wb-design .modal-mobile {
  padding-right: 15px;
}
@media (max-width: 1100px) {
  .wb-design .project-art {
    padding: 22px 13px 18px;
  }
  .wb-design .device-pair {
    gap: 12px;
  }
  .wb-design .project h3 {
    font-size: 24px;
  }
  .wb-design .mobile-device {
    border-radius: 13px;
  }
}
@media (max-width: 900px) and (min-width: 701px) {
  .wb-design .project-art {
    padding: 21px 10px 15px;
  }
  .wb-design .device-pair {
    gap: 9px;
    grid-template-columns: minmax(0, 1fr) 23%;
  }
  .wb-design .mobile-device {
    border-width: 2px;
    border-radius: 10px;
  }
  .wb-design .phone-top {
    height: 10px;
  }
  .wb-design .phone-top span {
    height: 2px;
    margin-top: 4px;
  }
  .wb-design .phone-home {
    height: 2px;
    margin-block: 4px;
  }
  .wb-design .device-label {
    font-size: 10px;
  }
  .wb-design .project h3 {
    font-size: 23px;
  }
  .wb-design .hero-device-pair.main-window > .mobile-device {
    border-width: 2px;
    border-radius: 11px;
  }
}
@media (max-width: 700px) {
  .wb-design .showcase-heading {
    margin-bottom: 27px;
  }
  .wb-design .gallery {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .wb-design .project-art {
    padding: 24px 12px 17px;
    aspect-ratio: auto;
  }
  .wb-design .device-pair {
    gap: 11px;
    grid-template-columns: minmax(0, 1fr) 24%;
  }
  .wb-design .mobile-device {
    border-width: 2px;
    border-radius: 11px;
  }
  .wb-design .phone-top {
    height: 11px;
  }
  .wb-design .phone-top span {
    height: 2px;
    margin-top: 4px;
  }
  .wb-design .phone-home {
    height: 2px;
    margin-block: 4px;
  }
  .wb-design .device-label {
    font-size: 10px;
    line-height: 16px;
    margin-top: 11px;
  }
  .wb-design .project h3 {
    font-size: 25px;
  }
  .wb-design .project-meta {
    padding: 18px 3px 22px;
  }
  .wb-design .hero-device-pair.main-window {
    top: 15%;
  }
  .wb-design .hero-device-pair.main-window .browserbar {
    height: 20px;
  }
  .wb-design .hero-device-pair.small-window {
    top: 62%;
  }
  .wb-design .hero-device-pair.portfolio-window {
    top: 61%;
  }
  .wb-design .hero-device-pair > .mobile-device {
    border-width: 2px;
    border-radius: 11px;
  }
  .wb-design .hero-device-pair.small-window > .mobile-device,
  .wb-design .hero-device-pair.portfolio-window > .mobile-device {
    border-width: 1.5px;
    border-radius: 6px;
  }
  .wb-design .modal-devices {
    grid-template-columns: minmax(0, 1fr) 25%;
    gap: 12px;
    padding: 0 15px 20px;
  }
  .wb-design .modal-mobile {
    padding: 0;
  }
  .wb-design .modal-device-title {
    font-size: 11px;
  }
}
@media (max-width: 359px) {
  .wb-design .project-art {
    padding-inline: 9px;
  }
  .wb-design .device-pair {
    gap: 9px;
  }
  .wb-design .device-label {
    font-size: 9px;
  }
  .wb-design .project h3 {
    font-size: 23px;
  }
}
.wb-design .site-crop,
.wb-design .main-window .site-crop {
  aspect-ratio: 1996 / 1248;
}
.wb-design .site-crop img,
.wb-design .main-window .site-crop img {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.wb-design .mobile-device {
  aspect-ratio: auto;
}
.wb-design .mobile-screen {
  overflow: hidden;
  background: #fff;
}
.wb-design .mobile-screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 780 / 1688;
}
.wb-design .hero-device-pair.main-window {
  top: 12%;
}
.wb-design .hero-device-pair.small-window {
  top: 62%;
}
.wb-design .hero-device-pair.portfolio-window {
  top: 60%;
}
.wb-design .hero-device-pair.small-window .browserbar,
.wb-design .hero-device-pair.portfolio-window .browserbar {
  padding-inline: 7px;
}
.wb-design .hero-device-pair.small-window .browserbar span,
.wb-design .hero-device-pair.portfolio-window .browserbar span {
  font-size: 8px;
  margin-right: 10px;
}
.wb-design .hero-device-pair.small-window .browserbar i,
.wb-design .hero-device-pair.portfolio-window .browserbar i {
  width: 3px;
  height: 3px;
}
.wb-design .modal-head {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.wb-design .modal-mobile {
  padding-right: 0;
}
.wb-design .full-image-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wb-design .full-image-link .icon {
  width: 15px;
  height: 15px;
}
@media (max-width: 700px) {
  .wb-design .hero-device-pair.main-window {
    top: 15%;
  }
  .wb-design .hero-device-pair.portfolio-window {
    top: 61%;
  }
  .wb-design .hero-device-pair.small-window .browserbar,
  .wb-design .hero-device-pair.portfolio-window .browserbar {
    padding-inline: 4px;
    gap: 2px;
  }
  .wb-design .hero-device-pair.small-window .browserbar span,
  .wb-design .hero-device-pair.portfolio-window .browserbar span {
    font-size: 6px;
    margin-right: 5px;
  }
  .wb-design .full-image-link {
    font-size: 10px;
  }
  .wb-design .modal-devices {
    grid-template-columns: minmax(0, 1fr) 28%;
    gap: 10px;
  }
}
.wb-design .showcase-aside {
  max-width: 340px;
  flex-shrink: 0;
}
.wb-design .showcase-aside > p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.wb-design .slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}
.wb-design .slider-arrow {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.wb-design .slider-arrow:hover:not(:disabled) {
  background: var(--yellow);
  border-color: var(--yellow);
}
.wb-design .slider-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
.wb-design .slider-prev .icon {
  transform: rotate(180deg);
}
.wb-design .gallery {
  position: relative;
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 28px) / 2);
  gap: 28px;
  width: calc(100% + 20px);
  margin: -10px -10px 0;
  padding: 10px 10px 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 10px;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
}
.wb-design .gallery::-webkit-scrollbar {
  display: none;
}
.wb-design .gallery:focus-visible {
  outline: 3px solid #a67ee1;
  outline-offset: 3px;
  border-radius: 12px;
}
.wb-design .gallery .project {
  scroll-snap-align: start;
}
.wb-design .gallery .project-button {
  cursor: grab;
  user-select: none;
}
.wb-design .gallery img {
  -webkit-user-drag: none;
  user-select: none;
}
.wb-design .showcase .cta-strip {
  margin-top: 26px;
}
.wb-design .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 900px) and (min-width: 701px) {
  .wb-design .showcase-aside {
    max-width: 250px;
  }
  .wb-design .showcase-aside > p {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .wb-design .showcase-aside {
    max-width: none;
  }
  .wb-design .showcase-aside > p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .wb-design .slider-controls {
    margin-top: 16px;
  }
  .wb-design .showcase-heading {
    margin-bottom: 20px;
  }
  .wb-design .gallery {
    grid-auto-columns: 100%;
    gap: 22px;
  }
  .wb-design .showcase .cta-strip {
    margin-top: 18px;
  }
}
.wb-design [hidden] {
  display: none !important;
}
.wb-design .story-eyebrow {
  font: 700 11px/1.7 Overpass;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #6b5c82;
  margin-bottom: 18px;
}
.wb-design .story-title {
  font-size: 36px;
  line-height: 1.13;
  letter-spacing: -0.5px;
}
.wb-design .story-subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.28;
  margin: 24px 0 23px;
}
.wb-design .story-body {
  font:
    400 15px/1.75 Nunito,
    sans-serif;
  color: #555167;
}
.wb-design .story-body p + p {
  margin-top: 20px;
}
.wb-design .story-body a {
  color: #bd3d67;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wb-design .story-body a:hover {
  color: var(--ink);
}
.wb-design .story-visual {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  width: 100%;
  aspect-ratio: 1.16;
  padding: 24px;
  overflow: hidden;
  background: #e4d7f8;
}
.wb-design .visual-1 {
  background: #d5f3ff;
}
.wb-design .visual-2 {
  background: #ffe8ae;
}
.wb-design .visual-orbit {
  position: absolute;
  z-index: -1;
  width: 83%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #cbadf8;
  top: 8%;
  left: 15%;
}
.wb-design .visual-1 .visual-orbit {
  background: #a7deef;
}
.wb-design .visual-2 .visual-orbit {
  background: #ffd672;
}
.wb-design .visual-corner {
  position: absolute;
  left: -16px;
  top: 26px;
  width: 44px;
  height: 44px;
  background: #92e990;
  transform: rotate(45deg);
  z-index: -1;
}
.wb-design .visual-1 .visual-corner {
  background: #ff7d81;
}
.wb-design .visual-2 .visual-corner {
  background: #cbadf8;
}
.wb-design .story-device-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23%;
  gap: 13px;
  align-items: end;
  transform: rotate(-3deg);
}
.wb-design .story-desktop {
  border: 2px solid var(--ink);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -7px 8px 0 #1e1e4124;
  background: #fff;
}
.wb-design .story-desktop .browserbar {
  height: 25px;
  border-bottom-width: 1px;
  padding-inline: 7px;
  gap: 3px;
}
.wb-design .story-desktop .browserbar span {
  font-size: 8px;
}
.wb-design .story-desktop .browserbar i {
  width: 4px;
  height: 4px;
}
.wb-design .story-desktop img,
.wb-design .story-phone img {
  display: block;
  width: 100%;
  height: auto;
}
.wb-design .story-phone {
  background: white;
  border: 2px solid var(--ink);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 0 #1e1e4124;
}
.wb-design .phone-speaker {
  display: block;
  width: 28%;
  height: 2px;
  background: var(--ink);
  border-radius: 3px;
  margin: 5px auto;
}
.wb-design .phone-bottom {
  display: block;
  width: 28%;
  height: 2px;
  background: #d5d0dd;
  border-radius: 3px;
  margin: 4px auto;
}
.wb-design .option-b {
  padding-top: 18px;
}
.wb-design .chapter {
  padding: 36px 0 42px;
}
.wb-design .chapter + .chapter {
  border-top: 1px solid #e5e1eb;
  margin-top: 12px;
  padding-top: 48px;
}
.wb-design .chapter-heading {
  position: relative;
  padding-left: 83px;
  margin-bottom: 29px;
}
.wb-design .chapter-number {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 57px;
  height: 63px;
  background: #e4d7f8;
  border-radius: 4px 19px;
  font: 800 28px 'Uni Neue';
}
.wb-design .chapter-1 .chapter-number {
  background: #d5f3ff;
}
.wb-design .chapter-2 .chapter-number {
  background: #ffe8ae;
}
.wb-design .chapter-heading .story-eyebrow {
  margin-bottom: 10px;
  max-width: 740px;
}
.wb-design .chapter-heading .story-title {
  max-width: 880px;
  font-size: 36px;
}
.wb-design .chapter-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 50px;
  align-items: center;
}
.wb-design .chapter-art {
  min-width: 0;
}
.wb-design .chapter-art .story-visual {
  border-radius: 7px 35px;
}
.wb-design .chapter-reading .story-subtitle {
  margin-top: 0;
  font-size: 27px;
}
.wb-design .chapter-1 .chapter-art {
  order: 2;
}
.wb-design .chapter-1 .chapter-grid {
  grid-template-columns: 1.08fr 1fr;
}
@media (max-width: 1050px) {
  .wb-design .story-title {
    font-size: 32px;
  }
  .wb-design .chapter-grid {
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .wb-design .story-eyebrow {
    font-size: 10px;
    letter-spacing: 1.1px;
  }
  .wb-design .story-title {
    font-size: 31px;
  }
  .wb-design .story-subtitle {
    font-size: 24px;
  }
  .wb-design .story-body {
    font-size: 15px;
    line-height: 1.75;
  }
  .wb-design .story-visual {
    padding: 22px 16px;
  }
  .wb-design .story-device-pair {
    gap: 10px;
  }
  .wb-design .story-desktop .browserbar {
    height: 19px;
  }
  .wb-design .story-desktop .browserbar span {
    font-size: 6px;
  }
  .wb-design .story-desktop .browserbar i {
    width: 3px;
    height: 3px;
  }
  .wb-design .chapter {
    padding: 12px 0 25px;
  }
  .wb-design .chapter + .chapter {
    padding-top: 32px;
  }
  .wb-design .chapter-heading {
    padding-left: 0;
    margin-bottom: 23px;
  }
  .wb-design .chapter-number {
    position: static;
    width: 42px;
    height: 44px;
    font-size: 22px;
    margin-bottom: 19px;
    border-radius: 3px 13px;
  }
  .wb-design .chapter-heading .story-title {
    font-size: 32px;
  }
  .wb-design .chapter-grid,
  .wb-design .chapter-1 .chapter-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .wb-design .chapter-art,
  .wb-design .chapter-1 .chapter-art {
    order: 0;
    width: 100%;
  }
  .wb-design .chapter-art .story-visual {
    aspect-ratio: 1.25;
  }
  .wb-design .chapter-reading .story-subtitle {
    font-size: 25px;
  }
}
/* Slider layout uses the shared carousel with a scrollable no-JS fallback. */
.wb-design picture {
  display: block;
}
.wb-design .hero h1 {
  overflow-wrap: anywhere;
}
.wb-design .hero h1 span {
  white-space: normal;
}
.wb-design .gallery {
  display: block;
  scroll-snap-type: x mandatory;
  touch-action: pan-y pinch-zoom;
}
.wb-design .design-track {
  display: flex;
  gap: 28px;
}
.wb-design .project {
  flex: 0 0 calc((100% - 28px) / 2);
}
.wb-design [data-showcase-carousel] .gallery {
  overflow: clip;
  scroll-snap-type: none;
}
.wb-design [data-showcase-carousel] .project {
  scroll-snap-align: none;
}
.wb-design [data-showcase-dragging] .project-button {
  cursor: grabbing;
  transform: none;
}
.wb-design .slider-controls {
  visibility: hidden;
}
.wb-design [data-showcase-carousel] .slider-controls {
  visibility: visible;
}
.wb-design [hidden] {
  display: none !important;
}
.wb-design .option-b {
  padding-block: 30px 40px;
  background: white;
}
.wb-design .story-body > p + p {
  margin-top: 20px;
}
.wb-design .story-body > p:last-child {
  margin-bottom: 0;
}
.wb-design[data-showcase-modal] {
  position: fixed;
  inset: 0;
  z-index: 59;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.wb-design[data-showcase-modal].hidden {
  display: none;
}
.wb-design .preview-overlay {
  position: absolute;
  inset: 0;
  background: #211f41b8;
  backdrop-filter: blur(5px);
}
.wb-design .preview-panel {
  position: relative;
  width: min(1140px, calc(100% - 32px));
  max-height: 90dvh;
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 10px 24px;
  background: white;
  box-shadow: 0 24px 80px #0004;
}
.wb-design .modal-image {
  display: block;
  width: 100%;
  height: auto;
}
.wb-design .modal-devices > div {
  min-width: 0;
}
.wb-design .preview-error {
  padding: 0 24px 24px;
  color: var(--muted);
}
@media (max-width: 700px) {
  .wb-design .design-track {
    gap: 22px;
  }
  .wb-design .project {
    flex-basis: 100%;
  }
  .wb-design .cta-actions {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wb-design *,
  .wb-design *::before,
  .wb-design *::after {
    transition: none !important;
  }
}
.wb-design .showcase-heading > div:first-of-type {
  min-width: 0;
}
.wb-design .showcase h2 {
  max-width: 600px;
}
.wb-design #website-showcase {
  scroll-margin-top: 90px;
}
/* A dark backing and an inset edge prevent pale antialiasing seams on rotated frames. */
.wb-design .hero-device-pair .preview-window,
.wb-design .hero-device-pair .site-crop {
  background: var(--ink);
}
.wb-design .hero-device-pair .preview-window::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid var(--ink);
  border-radius: 9px;
  pointer-events: none;
}
.wb-design .hero-device-pair .browserbar {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  box-shadow: 0 2px 0 var(--ink);
}
.wb-design .motion-toggle .motion-play,
.wb-design .motion-toggle[aria-pressed='true'] .motion-pause {
  display: none;
}
.wb-design .motion-toggle[aria-pressed='true'] .motion-play {
  display: inline-block;
}
.wb-design .design-track {
  gap: 0;
  margin-left: -28px;
}
.wb-design .project {
  flex-basis: 50%;
  padding-left: 28px;
}
@media (max-width: 700px) {
  .wb-design .design-track {
    margin-left: -22px;
  }
  .wb-design .project {
    flex-basis: 100%;
    padding-left: 22px;
  }
}
.wb-design .hero-device-pair > .preview-window {
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}
