:root {
  --header-height: 88px;
  --edge: clamp(22px, 5vw, 72px);
  --white: #fff;
  --gold-bright: #e0a138;
  --gold-soft: rgba(224, 161, 56, .58);
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  text-rendering: geometricPrecision;
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: var(--header-height);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  border-bottom-color: transparent;
}

.logo-wrap {
  transform: translateY(-1px);
}

.desktop-nav {
  justify-self: center;
  gap: clamp(22px, 2.6vw, 36px);
}

.desktop-nav a:first-child::after {
  transform: scaleX(1);
}

.hero {
  overflow: visible;
  grid-template-columns: minmax(0, 41%) minmax(0, 59%);
  min-height: 620px;
  z-index: 2;
  background: var(--paper-bright);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 22% 24%, rgba(191, 130, 22, .055), transparent 36%),
    linear-gradient(180deg,
      rgba(253, 252, 248, .76) 0%,
      rgba(253, 252, 248, .9) 18%,
      rgba(253, 252, 248, .98) 38%,
      var(--paper-bright) 62%,
      var(--paper-bright) 100%);
  clip-path: polygon(0 0, 58% 0, 41.5% 100%, 0 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  width: auto;
  background: linear-gradient(180deg, transparent, var(--gold-soft) 16%, var(--gold-bright) 54%, transparent);
  clip-path: polygon(57.9% 0, 58.04% 0, 41.64% 100%, 41.5% 100%);
  opacity: .86;
  pointer-events: none;
}

.hero-visual,
.hero-image {
  min-height: 620px;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  clip-path: none;
}

.hero-copy {
  z-index: 5;
  max-width: 760px;
  padding-top: calc(72px + var(--header-height));
  padding-right: 0;
}

.hero h1 {
  max-width: 10.9ch;
  font-size: clamp(64px, 5.85vw, 104px);
  letter-spacing: -.055em;
  text-wrap: balance;
}

.hero h1 span {
  font-size: 1em;
}

.hero-lead {
  max-width: 560px;
}

.button,
.header-cta {
  display: inline-flex;
  white-space: nowrap;
}

.header-cta::after {
  content: "->";
  color: var(--gold-light);
  margin-left: 12px;
  transition: transform .2s ease;
}

.header-cta:hover::after {
  transform: translateX(3px);
}

.button svg,
.header-cta svg,
.section-minihead a svg,
.coming-soon svg {
  transition: transform .2s ease;
}

.button:hover svg,
.header-cta:hover svg,
.section-minihead a:hover svg,
.coming-soon:hover svg {
  transform: translateX(3px);
}

.hero-facts {
  width: calc(100vw - 48px);
  max-width: 1250px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -54px;
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34);
  background:
    linear-gradient(118deg, rgba(255, 255, 255, .032), transparent 22%),
    linear-gradient(120deg, rgba(0, 0, 0, .94) 0%, rgba(0, 0, 0, .9) 58%, rgba(0, 0, 0, .86) 100%);
  backdrop-filter: blur(14px) saturate(1.12);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .17),
    inset 0 -1px 0 rgba(224, 161, 56, .085);
}

.hero-facts div {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 22px;
  min-height: 108px;
  align-content: center;
  justify-content: start;
  padding-inline: clamp(28px, 3vw, 42px);
  border-right: 0;
}

.hero-facts div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, .08),
      rgba(255, 255, 255, .32) 18%,
      rgba(255, 255, 255, .2) 74%,
      rgba(224, 161, 56, .16));
  box-shadow: 1px 0 0 rgba(0, 0, 0, .28);
  pointer-events: none;
}

.hero-facts svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 38px;
  height: 38px;
  color: #d99622;
  stroke-width: 1.65;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(217, 150, 34, .18));
}

.hero-facts strong,
.hero-facts span {
  min-width: 0;
}

.hero-facts strong {
  letter-spacing: -.035em;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .1),
    0 8px 24px rgba(0, 0, 0, .22);
}

.hero-facts span {
  color: rgba(255, 255, 255, .72);
}

.hero-facts::after {
  display: none;
}

.hero-facts::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow:
    inset 0 0 0 1px rgba(224, 161, 56, .045),
    inset 0 18px 42px rgba(255, 255, 255, .026),
    inset 0 -24px 52px rgba(0, 0, 0, .32);
  pointer-events: none;
}

.hero-stamp {
  display: none;
}

.talent-image-0 {
  background-image: url(./creator-person.webp);
  background-position: 50% 18%;
}

.talent-image-3 {
  background-image: url(./entertainment-person.webp);
  background-position: 50% 22%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg,
      rgba(253, 252, 248, 0) 0%,
      rgba(253, 252, 248, .08) 16%,
      rgba(253, 252, 248, .48) 40%,
      rgba(253, 252, 248, .52) 100%),
    linear-gradient(105deg,
      rgba(253, 252, 248, .66) 0%,
      rgba(253, 252, 248, .42) 42%,
      rgba(253, 252, 248, .14) 74%,
      rgba(253, 252, 248, 0) 100%);
  clip-path: polygon(58% 0, 70% 0, 53.5% 100%, 41.5% 100%);
  pointer-events: none;
}

.hero-visual::after {
  display: none;
}

.quick-services,
.vortex,
.talents,
.cases,
.news,
.insights,
.partners {
  position: relative;
}

.quick-services {
  overflow: hidden;
  margin-top: 0;
  padding-top: 66px;
  z-index: 1;
}

.hero-image {
  background-image:
    linear-gradient(90deg,
      rgba(253, 252, 248, 0) 0%,
      rgba(253, 252, 248, 0) 38.5%,
      var(--paper-bright) 40%,
      rgba(253, 252, 248, .88) 41.5%,
      rgba(253, 252, 248, .38) 43.8%,
      rgba(253, 252, 248, 0) 46.5%,
      rgba(9, 9, 9, .18) 74%),
    linear-gradient(0deg, rgba(9, 9, 9, .18), rgba(9, 9, 9, 0) 42%),
    url(./hero_new.webp?v=3);
  background-position:
    0 0,
    0 0,
    right top;
  background-size:
    auto,
    auto,
    60% auto;
  background-repeat: no-repeat;
}

.quick-services::before,
.quick-services::after,
.talents::before,
.cases::before,
.news::before,
.partners::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 3px;
  background: var(--gold-bright);
  transform: skewX(-28deg);
  pointer-events: none;
}

.quick-services::before {
  left: -24px;
  top: 0;
}

.quick-services::after {
  right: -22px;
  bottom: 0;
  background: #050505;
  box-shadow: -13px 0 0 var(--gold-bright);
}

.talents::before,
.cases::before,
.news::before,
.partners::before {
  top: 0;
  left: var(--edge);
  width: 46px;
}

.vortex::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 38%;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold-bright), transparent);
  transform: skewX(-17deg);
  opacity: .72;
  pointer-events: none;
}

.talent-card::after,
.case-grid article::after,
.news-grid article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  border-right: 2px solid var(--gold-bright);
  border-bottom: 2px solid var(--gold-bright);
  opacity: .62;
  pointer-events: none;
}

.quick-services article,
.case-grid article,
.news-grid article,
.talent-card {
  box-shadow: 0 18px 45px rgba(9, 9, 9, .08);
}

.case-grid article {
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.case-card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.case-grid article > * {
  position: relative;
  z-index: 2;
}

.case-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: auto;
}

.case-grid article > .case-link {
  z-index: 8;
}

.case-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .34;
  background: radial-gradient(circle at 75% 18%, rgba(224, 161, 56, .22), transparent 34%);
  pointer-events: none;
}

.case-grid .case-card-link:nth-child(1) article::before {
  opacity: 1;
  background:
    linear-gradient(145deg, rgba(5, 5, 5, .62), rgba(7, 7, 7, .76)),
    url(./404.webp) center / cover no-repeat;
}

.case-grid .case-card-link:nth-child(1) article::after {
  display: none;
}

.case-grid .case-card-link:nth-child(2) article::before {
  opacity: 1;
  background:
    linear-gradient(145deg, rgba(5, 5, 5, .6), rgba(7, 7, 7, .76)),
    url("./forty four.webp") center / cover no-repeat;
}

.case-grid .case-card-link:nth-child(3) article::before {
  opacity: 1;
  background:
    linear-gradient(145deg, rgba(5, 5, 5, .6), rgba(8, 8, 8, .78)),
    url(./fource-card.webp) center / cover no-repeat;
}

.news-grid article:nth-child(2) .news-image {
  background-position: 50% 0 !important;
}

.case-grid .case-card-link:nth-child(3) article::after {
  display: none;
}

.quick-services article {
  justify-content: center;
}

.quick-services h2 {
  font-size: 11px;
}

.quick-services p {
  font-size: 12px;
  line-height: 1.58;
}

.vortex-copy > p:not(.section-label),
.case-intro > p,
.insights > p {
  max-width: 620px;
}

.insights {
  overflow: hidden;
}

.insights::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(42vw, 520px);
  background:
    linear-gradient(90deg, var(--paper-bright), rgba(253, 252, 248, .84) 34%, rgba(253, 252, 248, 0) 72%),
    url(./hero-original.webp) center right / cover;
  opacity: .62;
  pointer-events: none;
}

.insights::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -20%;
  width: 2px;
  height: 140%;
  background: linear-gradient(180deg, transparent, var(--gold-bright), transparent);
  transform: skewX(-18deg);
  opacity: .5;
  pointer-events: none;
}

.insights > * {
  position: relative;
  z-index: 1;
}

.contact-panel {
  grid-template-columns: minmax(360px, .82fr) minmax(460px, .62fr);
  align-items: center;
}

.contact-copy p:not(.section-label) {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 13px;
  padding: 28px;
  border: 1px solid rgba(9, 9, 9, .16);
  background: rgba(253, 252, 248, .82);
  box-shadow: 0 24px 68px rgba(9, 9, 9, .1), inset 0 1px 0 rgba(255, 255, 255, .74);
  backdrop-filter: blur(12px);
}

.contact-form label {
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(9, 9, 9, .72);
  font-size: 9px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(4, 4, 4, .24);
  border-radius: 3px;
  background: rgba(255, 255, 255, .86);
  color: #080808;
  padding: 0 18px;
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
}

.contact-form input {
  min-height: 52px;
}

.contact-form textarea {
  min-height: 118px;
  padding-top: 15px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 3px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
.footer-signup input::placeholder {
  color: rgba(8, 8, 8, .62);
  opacity: 1;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.contact-actions .button {
  min-width: 190px;
}

.whatsapp-button {
  border: 1px solid rgba(37, 211, 102, .55);
  background: rgba(37, 211, 102, .1);
  color: #0c6b34;
}

.whatsapp-button:hover {
  background: #25d366;
  color: #07140c;
}

.footer-signup input::placeholder {
  color: rgba(255, 255, 255, .52);
}

.talent-track {
  gap: 1px;
}

.track-control {
  background: var(--paper-bright);
}

.partners a {
  display: flex;
  justify-content: center;
}

.partners img {
  max-width: 154px;
  height: 40px;
  opacity: .74;
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.partners a:nth-child(2) img,
.partners a:nth-child(4) img {
  height: 48px;
}

.partners a:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-2px);
}

.footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr) 1.7fr;
  gap: 48px;
  padding: 50px clamp(32px, 5vw, 72px) 36px;
  color: rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at 20% 0, rgba(255, 255, 255, .055), transparent 34%),
    #030303;
}

.footer-brand img {
  display: block;
  width: clamp(140px, 13vw, 190px);
  height: auto;
  filter: invert(1);
  margin-bottom: 18px;
}

.footer p,
.footer a {
  font-size: 12px;
  line-height: 1.7;
}

.footer h2 {
  margin: 0 0 16px;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
}

.footer a {
  display: block;
}

.footer a:hover {
  color: var(--gold-bright);
}

.socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  opacity: .92;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.socials a:hover {
  color: var(--gold-bright);
  opacity: 1;
  transform: translateY(-1px);
}

.socials svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.socials a[aria-label="Instagram"] svg {
  width: 24px;
  height: 24px;
}

.socials a[aria-label="YouTube"] svg {
  width: 27px;
  height: 27px;
}

.socials a[aria-label="YouTube"] svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.socials a[aria-label="YouTube"] svg path:last-child {
  fill: #030303;
  stroke: none;
}

.socials a[aria-label="TikTok"] svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.15;
}

.socials a[aria-label="X"] svg {
  width: 22px;
  height: 22px;
  stroke-width: 0;
}

.socials .x-icon {
  fill: currentColor;
  stroke: none;
}

.footer-signup form {
  display: grid;
  grid-template-columns: 1fr 44px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 3px;
  overflow: hidden;
}

.footer-signup input {
  min-width: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  padding: 0 14px;
}

.footer-signup button {
  color: var(--gold-bright);
  background: transparent;
  border: 0;
  font-size: 22px;
  cursor: pointer;
}

.copyright {
  grid-column: 1 / 3;
  margin: 22px 0 0;
}

.legal {
  grid-column: 4 / 6;
  display: flex;
  justify-content: flex-end;
  gap: 52px;
  margin-top: 22px;
}

.legal-page {
  background: var(--paper-bright);
}

.legal-page .site-header {
  position: relative;
  background: rgba(253, 252, 248, .96);
  border-bottom: 1px solid rgba(9, 9, 9, .1);
}

.legal-page .desktop-nav a:first-child::after {
  transform: scaleX(0);
}

.legal-page .desktop-nav a:hover::after {
  transform: scaleX(1);
}

.legal-hero {
  padding: 86px var(--edge) 44px;
  background:
    radial-gradient(circle at 12% 10%, rgba(191, 130, 22, .045), transparent 34%),
    var(--paper-bright);
}

.legal-hero h1 {
  margin: 0;
  max-width: 1040px;
  font-size: clamp(42px, 5vw, 82px);
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.legal-hero p:not(.section-label) {
  max-width: 640px;
  margin: 22px 0 0;
  color: #48443d;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.55;
}

.legal-main {
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 780px);
  gap: clamp(30px, 5vw, 86px);
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--edge) 88px;
  align-items: start;
}

.legal-main article {
  padding: 30px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(9, 9, 9, .1);
}

.legal-main h2 {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-main p {
  margin: 0 0 14px;
  color: #504d46;
  font-size: 14px;
  line-height: 1.7;
}

.legal-main p:last-child {
  margin-bottom: 0;
}

.legal-main a {
  color: var(--gold);
  font-weight: 800;
}

.legal-aside {
  position: sticky;
  top: 34px;
  padding: clamp(28px, 3vw, 42px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(8, 8, 8, .98), rgba(26, 24, 20, .94)),
    url(./hero_new.webp?v=3) 62% 24% / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 24px 58px rgba(0, 0, 0, .16);
}

.legal-aside h2 {
  margin: 0;
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: .95;
  letter-spacing: -.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.legal-aside p:not(.section-label) {
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.legal-aside .button {
  width: 100%;
}

.legal-content {
  padding: 2px 0 0;
  background: var(--paper-bright);
}

.legal-content article:first-child {
  border-top: 0;
  padding-top: 0;
}

.subpage-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  padding: 0 var(--edge) 70px;
  background: var(--paper-bright);
}

.subpage-links a {
  min-height: 48px;
}

.coming-soon-page {
  min-height: 100vh;
  background: var(--paper-bright);
}

.coming-soon-page .site-header {
  position: absolute;
  background: transparent;
  border-bottom-color: transparent;
}

.coming-soon-page .desktop-nav a:first-child::after {
  transform: scaleX(0);
}

.coming-soon-page .desktop-nav a:hover::after {
  transform: scaleX(1);
}

.soon-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper-bright);
}

.soon-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(191, 130, 22, .08), transparent 34%),
    linear-gradient(180deg, rgba(253, 252, 248, .82), var(--paper-bright) 68%);
  clip-path: polygon(0 0, 58% 0, 42% 100%, 0 100%);
  pointer-events: none;
}

.soon-hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, transparent, var(--gold-soft) 16%, var(--gold-bright) 54%, transparent);
  clip-path: polygon(57.9% 0, 58.04% 0, 42.12% 100%, 41.98% 100%);
  opacity: .82;
  pointer-events: none;
}

.soon-copy {
  position: relative;
  z-index: 5;
  align-self: center;
  padding: calc(var(--header-height) + 60px) 0 80px var(--edge);
}

.soon-copy h1 {
  margin: 0;
  font-size: clamp(66px, 7vw, 126px);
  line-height: .82;
  letter-spacing: -.062em;
  text-transform: uppercase;
}

.soon-copy h1 span {
  color: var(--gold);
}

.soon-copy p:not(.section-label) {
  max-width: 520px;
  margin: 30px 0 0;
  color: #3d3932;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.6;
}

.soon-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.soon-image {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(253, 252, 248, .94) 0%, rgba(253, 252, 248, .62) 18%, rgba(253, 252, 248, 0) 36%),
    linear-gradient(0deg, rgba(9, 9, 9, .46), rgba(9, 9, 9, 0) 58%),
    url(./hero_new.webp?v=3) 62% top / cover no-repeat;
}

@media (max-width: 1840px) and (min-width: 1181px) {
  .hero-image {
    background-image:
      linear-gradient(90deg,
        var(--paper-bright) 0%,
        rgba(253, 252, 248, .99) 22%,
        rgba(253, 252, 248, .92) 30%,
        rgba(253, 252, 248, .6) 38%,
        rgba(253, 252, 248, .18) 44%,
        rgba(253, 252, 248, 0) 49%,
        rgba(9, 9, 9, .18) 74%),
      linear-gradient(0deg, rgba(9, 9, 9, .18), rgba(9, 9, 9, 0) 42%),
      url(./hero_new.webp?v=3);
    background-size:
      100% calc(100% - 18px),
      auto,
      auto 100%;
  }
}

@media (max-width: 1180px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 84px;
    overflow: visible;
    grid-template-columns: 1fr;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 9.6ch;
  }

  .hero h1 span {
    font-size: 1em;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-left: 0;
    clip-path: none;
  }

  .hero-image {
    background:
      linear-gradient(180deg, rgba(253, 252, 248, .96) 0%, rgba(253, 252, 248, .42) 18%, rgba(253, 252, 248, 0) 36%),
      linear-gradient(0deg, rgba(9, 9, 9, .3), rgba(9, 9, 9, 0) 48%),
      url(./hero_new.webp?v=3) center top / cover no-repeat;
  }

  .hero-visual::before {
    display: none;
  }

  .footer {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand,
  .footer-signup {
    grid-column: span 3;
  }

  .copyright,
  .legal {
    grid-column: span 3;
    justify-content: flex-start;
  }

  .legal-main {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: relative;
    top: auto;
  }

  .soon-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 460px;
  }

  .soon-hero::before {
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0 78%);
  }

  .soon-hero::after {
    display: none;
  }

  .soon-copy {
    padding: calc(var(--header-height) + 54px) 7vw 70px;
  }

  .soon-image {
    background:
      linear-gradient(180deg, rgba(253, 252, 248, .94) 0%, rgba(253, 252, 248, .46) 24%, rgba(253, 252, 248, 0) 48%),
      linear-gradient(0deg, rgba(9, 9, 9, .5), rgba(9, 9, 9, 0) 52%),
      url(./hero_new.webp?v=3) center bottom / cover no-repeat;
  }
}

@media (max-width: 650px) {
  :root {
    --header-height: 72px;
  }

  .site-header {
    grid-template-columns: minmax(112px, 1fr) auto;
    gap: 14px;
    overflow: clip;
  }

  .header-cta {
    min-width: 0;
    padding-inline: 13px;
    letter-spacing: .08em;
  }

  .hero-copy {
    padding-top: 52px;
    padding-inline: 20px;
  }

  .eyebrow,
  .section-label {
    letter-spacing: .14em;
  }

  .hero h1 {
    width: 100%;
    max-width: 8.3ch;
    font-size: clamp(43px, 13vw, 56px);
    line-height: .86;
    letter-spacing: -.05em;
    overflow-wrap: normal;
  }

  .hero h1 span {
    font-size: .64em;
    letter-spacing: -.04em;
  }

  .hero-lead {
    margin-top: 28px;
    line-height: 1.5;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 300px;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
  }

  .hero-visual,
  .hero-image {
    min-height: 390px;
  }

  .hero-image {
    background:
      linear-gradient(180deg, rgba(253, 252, 248, .96) 0%, rgba(253, 252, 248, .34) 20%, rgba(253, 252, 248, 0) 40%),
      linear-gradient(0deg, rgba(9, 9, 9, .32), rgba(9, 9, 9, 0) 48%),
      url(./hero_new.webp?v=3) 58% top / cover no-repeat;
  }

  .hero-stamp {
    width: 94px;
    height: 94px;
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100vw - 32px);
    left: 50%;
    right: auto;
    bottom: -96px;
    transform: translateX(-50%);
  }

  .hero-facts div {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 96px;
    padding-inline: 18px;
  }

  .hero-facts svg {
    width: 28px;
    height: 28px;
  }

  .quick-services {
    margin-top: 0;
    padding-top: 120px;
  }

  .hero-visual::before {
    left: -1px;
    width: 100%;
    height: 18%;
    display: block;
    clip-path: none;
    background:
      linear-gradient(180deg,
        var(--paper-bright) 0%,
        rgba(253, 252, 248, .92) 48%,
        rgba(253, 252, 248, 0) 100%);
  }

  .hero-visual::after {
    left: 19%;
  }

  .quick-services article {
    min-height: 160px;
  }

  .section-minihead h2,
  .case-intro h2,
  .insights h2 {
    max-width: 100%;
    font-size: clamp(38px, 12vw, 50px);
    letter-spacing: -.052em;
  }

  .vortex h2 {
    font-size: clamp(40px, 12vw, 47px);
  }

  .news-copy,
  .case-grid article {
    padding: 24px;
  }

  .partners > div {
    align-items: center;
  }

  .vortex::before,
  .insights::after {
    display: none;
  }

  .insights::before {
    width: 100%;
    opacity: .24;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-form {
    padding: 22px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 58px 22px 35px;
  }

  .footer-brand,
  .footer-signup,
  .copyright,
  .legal {
    grid-column: auto;
  }

  .legal {
    flex-direction: column;
    gap: 8px;
  }

  .legal-hero {
    padding: 70px 22px 38px;
  }

  .legal-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .legal-main {
    padding: 0 22px 72px;
  }

  .legal-main article {
    min-height: 0;
    padding: 24px 0;
  }

  .legal-content article:first-child {
    padding-top: 24px;
  }

  .legal-aside {
    margin-bottom: 4px;
    padding: 26px 22px;
  }

  .subpage-links {
    padding: 0 22px 58px;
  }

  .soon-hero {
    padding-bottom: 390px;
  }

  .soon-copy {
    padding: calc(var(--header-height) + 46px) 22px 58px;
  }

  .soon-copy h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .soon-copy p:not(.section-label) {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .logo-wrap {
    width: 104px;
  }

  .header-cta {
    font-size: 7px;
    gap: 8px;
  }

  .hero h1 {
    font-size: clamp(40px, 13vw, 48px);
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 118px;
    --edge: 22px;
  }

  body {
    overflow-x: hidden;
  }

  .site-header,
  .coming-soon-page .site-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px 14px;
    min-height: auto;
    height: auto;
    padding: 18px 22px 14px;
    background: rgba(253, 252, 248, .94);
    border-bottom: 1px solid rgba(9, 9, 9, .1);
  }

  .logo-wrap {
    width: 118px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 13px;
    font-size: 8px;
    letter-spacing: .075em;
  }

  .header-cta::after {
    margin-left: 6px;
  }

  .desktop-nav {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 22px;
    width: calc(100vw - 44px);
    overflow-x: auto;
    padding: 4px 0 8px;
    scrollbar-width: none;
  }

  .desktop-nav::-webkit-scrollbar {
    display: none;
  }

  .desktop-nav a {
    flex: 0 0 auto;
    font-size: 9px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
    background: var(--paper-bright);
  }

  .hero-copy {
    max-width: none;
    padding: 64px 22px 30px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(44px, 12vw, 62px);
    line-height: .86;
  }

  .hero h1 span {
    font-size: .74em;
  }

  .hero-lead {
    max-width: 34rem;
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 26px;
  }

  .hero-visual {
    min-height: 335px;
    order: 2;
  }

  .hero-image {
    min-height: 335px;
    background:
      linear-gradient(180deg, rgba(253, 252, 248, .18) 0%, rgba(253, 252, 248, 0) 22%),
      linear-gradient(0deg, rgba(9, 9, 9, .34), rgba(9, 9, 9, 0) 48%),
      url(./hero_new.webp?v=3) 58% top / cover no-repeat;
  }

  .hero-visual::before {
    display: block;
    height: 62px;
    background: linear-gradient(180deg, var(--paper-bright), rgba(253, 252, 248, 0));
  }

  .hero-facts {
    position: relative;
    order: 3;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    border-right: 0;
  }

  .hero-facts div {
    min-height: 92px;
    padding: 18px 20px;
  }

  .hero-facts div:nth-child(2)::after {
    display: none;
  }

  .hero-facts div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .quick-services {
    grid-template-columns: 1fr;
    padding: 0 22px 12px;
  }

  .quick-services article {
    min-height: 136px;
    padding: 24px 18px;
  }

  .section-shell {
    padding: 70px 22px;
  }

  .section-minihead {
    margin-bottom: 34px;
  }

  .case-intro {
    gap: 24px;
    margin-bottom: 34px;
  }

  .case-grid,
  .news-grid {
    gap: 14px;
  }

  .case-grid article,
  .news-grid article {
    min-height: 360px;
  }

  .case-grid article > p {
    margin-top: 92px;
  }

  .talent-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .track-control {
    display: none;
  }

  .talent-card,
  .talent-card.featured {
    display: block;
    min-height: 390px;
  }

  .talent-card:nth-of-type(n+4) {
    display: block;
  }

  .vortex {
    grid-template-columns: 1fr;
  }

  .vortex-copy {
    padding: 66px 22px;
  }

  .vortex-image {
    min-height: 340px;
  }

  .partners > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 26px;
  }

  .partners a:last-child {
    grid-column: 1 / -1;
  }

  .contact-panel {
    padding: 70px 22px;
  }

  .footer-signup form {
    grid-template-columns: 1fr 48px;
  }

  .legal {
    align-items: flex-start;
  }

  .legal-hero {
    padding-top: 58px;
  }

  .legal-aside h2 {
    font-size: clamp(27px, 9vw, 34px);
  }

  .soon-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .soon-hero::before,
  .soon-hero::after {
    display: none;
  }

  .soon-copy {
    padding: 58px 22px 40px;
  }

  .soon-visual {
    position: relative;
    min-height: 360px;
  }

  .soon-image {
    min-height: 360px;
    background:
      linear-gradient(180deg, rgba(253, 252, 248, .22), rgba(253, 252, 248, 0) 28%),
      linear-gradient(0deg, rgba(9, 9, 9, .42), rgba(9, 9, 9, 0) 55%),
      url(./hero_new.webp?v=3) center top / cover no-repeat;
  }
}

@media (max-width: 430px) {
  .site-header,
  .coming-soon-page .site-header {
    padding-inline: 18px;
  }

  .desktop-nav {
    width: calc(100vw - 36px);
  }

  .header-cta {
    font-size: 7px;
  }

  .hero-copy {
    padding-inline: 18px;
  }

  .hero h1 {
    font-size: clamp(41px, 12.4vw, 52px);
  }

  .hero-facts div {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    padding-inline: 15px;
  }

  .hero-facts svg {
    width: 25px;
    height: 25px;
  }

  .hero-facts strong {
    font-size: 24px;
  }
}
