:root {
  --purple: #7c76bb;
  --pink: #ff87b0;
  --blue-soft: #f6fbff;
  --blue-panel: rgba(39, 163, 255, 0.16);
  --ink: rgba(0, 0, 0, 0.61);
  --shadow: 0 14px 37px rgba(178, 178, 178, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--purple);
  background: #fff;
  font-family:
    "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
blockquote {
  margin: 0;
}

.section-shell {
  position: relative;
  overflow: hidden;
  width: min(1560px, calc(100% - 72px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(28px, 6vw, 120px);
  min-height: 116px;
  width: min(1717px, calc(100% - 72px));
  margin: 0 auto;
  color: var(--purple);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #050505;
  font-weight: 900;
  line-height: 0.95;
  white-space: nowrap;
}

.brand-logo-word,
.brand-logo-chinese {
  display: inline-flex;
  align-items: flex-end;
  font-size: clamp(34px, 2.85vw, 58px);
  letter-spacing: 0;
}

.brand-logo-word {
  position: relative;
  font-family:
    Inter, "Arial Rounded MT Bold", "Helvetica Rounded", Arial, ui-sans-serif, system-ui, sans-serif;
}

.brand-logo-chinese {
  font-family:
    "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Inter, ui-sans-serif, system-ui, sans-serif;
}

.brand-logo-i {
  position: relative;
  display: inline-block;
}

.brand-logo-i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.42em;
  width: 0.36em;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #ffce25 0%, #ffb300 100%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0 50%);
  transform: translateX(-50%);
  box-shadow: 0 2px 0 rgba(255, 204, 37, 0.25);
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(28px, 3.2vw, 62px);
  font-size: 24px;
  font-weight: 500;
}

.nav-links a,
.footer-nav a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.footer-nav a:hover {
  color: var(--pink);
}

.nav-button,
.button,
.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 15px 32px;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-button,
.button-primary {
  color: #fff;
  background: var(--purple);
}

.button-outline {
  gap: 10px;
  color: var(--purple);
  background: #fff;
  border: 3px solid var(--purple);
}

.button-outline img {
  width: 24px;
  height: 24px;
}

.orb {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(540px, 1.18fr);
  align-items: center;
  min-height: 907px;
  padding: 144px 0 70px;
}

.hero-copy,
.hero-art,
.portfolio-copy,
.portfolio-art,
.section-heading,
.service-grid,
.testimonial-feature,
.testimonial-list,
.talk figure,
.talk h2,
.talk .button,
.site-footer > *:not(.orb) {
  position: relative;
  z-index: 2;
}

.hero-copy {
  display: grid;
  gap: 47px;
  max-width: 695px;
  min-width: 0;
}

h1 {
  font-size: clamp(54px, 4.4vw, 72px);
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

h1 span,
.eyebrow {
  color: var(--pink);
}

h1 span {
  white-space: nowrap;
}

.hero-copy p,
.portfolio-copy > p:not(.eyebrow),
.section-heading p,
.service-card p,
.footer-brand p,
.footer-nav a,
.footer-location p,
.footer-contact a,
.copyright {
  color: var(--ink);
}

.hero-copy p {
  max-width: 690px;
  font-size: 24px;
  line-height: 1.28;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
  max-width: 100%;
}

.hero-art {
  justify-self: end;
  width: min(1184px, 64vw);
  margin: 0 -70px 0 0;
}

.hero-art img,
.portfolio-art img,
.talk figure img,
.awards-art img {
  width: 100%;
  height: auto;
}

.orb-hero-left {
  top: 309px;
  left: max(-240px, -14vw);
  width: 467px;
}

.orb-hero-bottom {
  right: 41%;
  bottom: 37px;
  width: 234px;
}

.orb-hero-right {
  top: 96px;
  right: max(-55px, -4vw);
  width: 345px;
}

.brand-strip {
  display: grid;
  gap: 42px;
  justify-items: center;
  min-height: 232px;
  padding: 48px 72px 54px;
  border-radius: 14px;
  background: rgba(220, 240, 255, 0.07);
  box-shadow: var(--shadow);
}

.brand-strip-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.brand-strip-title p {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.25em;
  min-width: 0;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.brand-strip-title img {
  width: 24px;
  height: 24px;
}

.brand-logo-wall {
  display: grid;
  gap: 26px;
  width: min(1402px, 100%);
}

.brand-marquee {
  --brand-gap: 24px;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-marquee-track {
  display: flex;
  width: max-content;
  animation: brand-marquee-left 34s linear infinite;
  will-change: transform;
}

.brand-marquee:hover .brand-marquee-track {
  animation-play-state: paused;
}

.brand-logo-set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--brand-gap);
  padding-right: var(--brand-gap);
}

.brand-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.brand-logo-card {
  display: inline-flex;
  flex: 0 0 clamp(174px, 15.6vw, 250px);
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 10px 16px;
  border: 1px solid rgba(124, 118, 187, 0.06);
  border-radius: 8px;
  color: rgba(31, 40, 60, 0.18);
  background: rgba(255, 255, 255, 0.66);
  font-family:
    "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(26px, 2.05vw, 40px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.brand-logo-card.is-long {
  font-size: clamp(24px, 1.75vw, 34px);
}

.brand-logo-card.is-wide {
  font-size: clamp(22px, 1.55vw, 32px);
}

.brand-logo-row .brand-logo-card {
  width: 100%;
  min-width: 0;
}

@keyframes brand-marquee-left {
  to {
    transform: translateX(-50%);
  }
}

.portfolio {
  display: grid;
  grid-template-columns: minmax(420px, 0.94fr) minmax(520px, 1.06fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  padding: 133px 0 82px;
}

.portfolio-two,
.portfolio-four {
  grid-template-columns: minmax(520px, 1.03fr) minmax(420px, 0.97fr);
}

.portfolio-copy {
  display: grid;
  gap: 38px;
  width: 100%;
  max-width: 861px;
  min-width: 0;
}

.eyebrow {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  max-width: 100%;
  font-size: clamp(46px, 3.4vw, 64px);
  font-weight: 800;
  line-height: 1.19;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.portfolio-copy > p:not(.eyebrow) {
  max-width: 657px;
  font-size: 24px;
  line-height: 1.22;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.portfolio-one .portfolio-copy h2 {
  font-size: clamp(40px, 3vw, 58px);
  line-height: 1.24;
}

.portfolio-one .portfolio-copy h2 span {
  display: inline;
}

.portfolio-one .portfolio-copy > p:not(.eyebrow) {
  max-width: 780px;
  line-height: 1.45;
}

.portfolio-links {
  display: flex;
  gap: 42px;
  align-items: center;
}

.portfolio-links a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.2;
  border-bottom: 3px solid rgba(0, 0, 0, 0.61);
  padding-bottom: 9px;
}

.portfolio-links img {
  width: 24px;
  height: 24px;
  margin-bottom: -3px;
}

.portfolio-art {
  width: 100%;
  margin: 0;
}

.orb-portfolio-left {
  top: 178px;
  left: max(-237px, -12vw);
  width: 323px;
}

.orb-portfolio-right {
  right: max(-237px, -12vw);
  bottom: 0;
  width: 467px;
}

.orb-finance-left {
  top: 110px;
  left: 28%;
  width: 349px;
}

.orb-finance-right {
  right: max(-86px, -5vw);
  bottom: 110px;
  width: 247px;
}

.orb-message-left {
  left: max(-118px, -6vw);
  bottom: 42px;
  width: 244px;
}

.orb-message-right {
  top: 37px;
  left: 57%;
  width: 391px;
}

.orb-service-left {
  top: 113px;
  left: 22%;
  width: 415px;
}

.services {
  padding: 117px 0 90px;
}

.section-heading {
  display: grid;
  gap: 27px;
  justify-items: center;
  max-width: 971px;
  margin: 0 auto 145px;
  text-align: center;
}

.section-heading p {
  max-width: 971px;
  font-size: 26px;
  line-height: 1.3;
}

.orb-services-title {
  top: 0;
  left: 61%;
  width: 299px;
}

.service-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.19fr) minmax(0, 1.13fr);
  gap: 26px;
  align-items: stretch;
}

.service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  justify-items: center;
  min-height: 860px;
  padding: 35px 36px 65px;
  border-radius: 34px;
  background: var(--blue-panel);
  box-shadow: var(--shadow);
  text-align: center;
}

.service-card img {
  width: calc(100% + 72px);
  max-width: none;
  height: 412px;
  object-fit: contain;
  margin: 0 -36px 38px;
}

.service-card-large img {
  height: 495px;
  margin-top: 7px;
  margin-bottom: -10px;
}

h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.service-card p {
  max-width: 437px;
  margin-top: 44px;
  font-size: 24px;
  line-height: 1.3;
}

.service-card a {
  min-height: 47px;
  margin-top: 38px;
  padding: 11px 22px;
  color: var(--purple);
  border: 2px solid var(--purple);
  border-radius: 13px;
  font-size: 20px;
}

.testimonials {
  padding: 90px 0 58px;
}

.section-heading.compact {
  min-height: 206px;
  margin-bottom: 83px;
  place-content: center;
}

.orb-testimonials-one {
  top: 0;
  left: 52%;
  width: 401px;
}

.orb-testimonials-two {
  top: 61px;
  left: 47%;
  width: 233px;
}

.testimonial-feature {
  display: grid;
  grid-template-columns: minmax(480px, 0.96fr) minmax(520px, 1.04fr);
  align-items: center;
  gap: 80px;
}

.awards-art {
  width: min(1063px, 58vw);
  margin: 0 0 0 -260px;
}

.quote-card {
  position: relative;
  display: flex;
  gap: 36px;
  align-items: flex-start;
  padding: 66px;
  border-radius: 24px;
  background: rgba(220, 240, 255, 0.04);
  box-shadow: var(--shadow);
}

.quote-icon {
  position: absolute;
  width: 95px;
  height: 95px;
}

.quote-icon-left {
  top: -138px;
  left: 0;
}

.avatar {
  width: 125px;
  height: 125px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.avatar-small {
  width: 94px;
  height: 94px;
}

blockquote {
  display: grid;
  gap: 16px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

cite {
  color: rgba(0, 0, 0, 0.78);
  font-style: normal;
  font-weight: 700;
}

cite span,
.testimonial-list span {
  color: var(--purple);
  font-weight: 700;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 182px;
  margin-top: 62px;
}

.testimonial-list article {
  display: grid;
  gap: 32px;
}

.testimonial-list p {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.testimonial-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 42px;
}

.testimonial-arrows img {
  width: 49px;
  height: 49px;
}

.arrow-back {
  transform: scaleX(-1);
}

.talk {
  display: grid;
  justify-items: center;
  padding: 34px 0 94px;
  text-align: center;
}

.talk h2 {
  font-size: clamp(48px, 3.75vw, 72px);
  font-weight: 800;
  line-height: 1.2;
}

.talk figure {
  width: min(938px, 72vw);
  margin: -25px 0 -30px;
}

.talk-button {
  gap: 28px;
  min-height: 71px;
  padding: 17px 34px 17px 36px;
  border-radius: 15px;
  font-size: 30px;
}

.talk-button img {
  width: 37px;
  height: 37px;
}

.orb-talk-right {
  top: 0;
  right: 11%;
  width: 364px;
}

.orb-talk-left {
  left: 13%;
  bottom: 86px;
  width: 583px;
}

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1fr 0.95fr;
  gap: clamp(48px, 5.5vw, 120px);
  min-height: 683px;
  padding: 129px max(64px, calc((100vw - 1672px) / 2)) 64px;
  overflow: hidden;
  background: var(--blue-soft);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 24px;
  max-width: 459px;
}

.footer-brand p,
.footer-nav a,
.footer-location p,
.footer-contact a {
  font-size: 20px;
  line-height: 1.5;
}

.social-links {
  display: flex;
  gap: 27px;
  margin-top: 16px;
}

.social-links a {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
}

.social-links img {
  width: 24px;
  height: 24px;
}

.footer-nav,
.footer-location,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 19px;
}

.footer-nav h2,
.footer-location h2,
.footer-contact h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.footer-location {
  gap: 24px;
}

.footer-location p {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 14px;
  align-items: center;
  max-width: 344px;
}

.footer-location img {
  width: 26px;
  height: 26px;
}

.footer-contact {
  font-style: normal;
}

.copyright {
  grid-column: 1 / -1;
  justify-self: center;
  align-self: end;
  font-size: 20px;
}

.footer-orb-one {
  top: -33px;
  left: 14%;
  width: 381px;
}

.footer-orb-two {
  top: 296px;
  left: 61%;
  width: 182px;
}

.footer-orb-three {
  right: -165px;
  bottom: -149px;
  width: 460px;
}

.footer-orb-four {
  left: -75px;
  bottom: -104px;
  width: 284px;
}

@media (max-width: 1280px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 18px 0;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    font-size: 20px;
  }

  .hero,
  .portfolio,
  .portfolio-two,
  .portfolio-four,
  .testimonial-feature,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-art,
  .awards-art {
    width: 100%;
    margin: 0;
  }

  .portfolio-two .portfolio-art,
  .portfolio-four .portfolio-art {
    order: 2;
  }

  .service-grid,
  .testimonial-list {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-card {
    min-height: auto;
  }

  .site-footer {
    padding-inline: 48px;
  }
}

@media (max-width: 760px) {
  .section-shell,
  .site-header {
    width: min(100% - 32px, 560px);
  }

  .site-header {
    grid-template-columns: 1fr;
    min-height: 96px;
    gap: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo-word,
  .brand-logo-chinese {
    font-size: 30px;
  }

  .nav-button {
    grid-column: 1;
    justify-self: start;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 15px;
  }

  .nav-links {
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .hero,
  .portfolio,
  .services,
  .testimonials,
  .talk {
    padding-block: 64px;
  }

  h1 {
    font-size: 34px;
    word-break: break-all;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  .hero-copy,
  .portfolio-copy {
    gap: 24px;
  }

  .hero-copy p,
  .portfolio-copy > p:not(.eyebrow),
  .section-heading p,
  .service-card p,
  blockquote,
  .testimonial-list p {
    font-size: 18px;
    word-break: break-all;
  }

  .hero-actions,
  .portfolio-links {
    gap: 16px;
  }

  .hero-actions {
    display: grid;
    justify-items: start;
  }

  .button,
  .nav-button {
    max-width: 100%;
    white-space: normal;
  }

  .brand-strip {
    padding: 30px 18px;
    gap: 24px;
  }

  .brand-strip-title {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    width: 100%;
    align-items: center;
    font-size: 22px;
  }

  .brand-strip-title p {
    word-break: break-all;
  }

  .portfolio-one .portfolio-copy h2 {
    font-size: 26px;
    line-height: 1.35;
    word-break: normal;
  }

  .portfolio-one .portfolio-copy h2 span {
    display: block;
  }

  .brand-logo-wall {
    gap: 16px;
  }

  .brand-marquee {
    --brand-gap: 14px;
  }

  .brand-logo-card {
    flex-basis: clamp(128px, 42vw, 168px);
    min-height: 54px;
    padding: 8px 10px;
    font-size: 22px;
  }

  .brand-logo-card.is-long,
  .brand-logo-card.is-wide {
    font-size: 19px;
  }

  .brand-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .brand-logo-row .brand-logo-card:last-child {
    grid-column: 1 / -1;
  }

  .service-card {
    padding: 24px 20px 32px;
  }

  .service-card img,
  .service-card-large img {
    width: calc(100% + 40px);
    height: auto;
    margin-inline: -20px;
  }

  .quote-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px;
  }

  .quote-icon-left {
    display: none;
  }

  .talk figure {
    width: 100%;
    margin: 0;
  }

  .site-footer {
    gap: 34px;
    padding: 64px 24px 38px;
  }

  .copyright {
    justify-self: start;
  }

  .orb {
    opacity: 0.55;
  }
}
