/* Full-width cinematic Contact page: solid color, no form, no image backgrounds. */

.okb-studio-v2-contact {
  --ink: #06080d;
  --stage: #101526;
  --stage-2: #181029;
  --media: url("https://images.unsplash.com/photo-1758553026412-bc1da0ebd366?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=72&w=1800");
  --mint: #7dffc6;
  --blue: #8ab4f8;
  --purple: #b69cff;
  --rose: #ff6d9d;
  --amber: #ffd166;
  --muted: rgba(242, 248, 255, .74);
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #06080d;
}

.okb-studio-v2-contact,
.okb-studio-v2-contact * {
  box-sizing: border-box;
}

.okb-studio-v2-contact::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 5%, rgba(255, 255, 255, .035) 5% 5.15%, transparent 5.15% 95%, rgba(255, 255, 255, .035) 95% 95.15%, transparent 95.15%),
    #06080d;
  content: "";
}

.okb-studio-v2-contact .okb-studio-v2-shell {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.okb-studio-v2-contact .okb-anim-hero {
  position: relative;
  min-height: calc(96vh - 78px);
  display: grid;
  align-items: end;
  padding: clamp(86px, 10vw, 140px) 0 clamp(48px, 7vw, 88px);
  background:
    linear-gradient(128deg, rgba(13, 42, 37, .95) 0 42%, rgba(36, 18, 44, .9) 42% 70%, rgba(7, 24, 39, .95) 70% 100%),
    var(--media) center / cover no-repeat;
}

.okb-studio-v2-contact .okb-anim-hero-grid,
.okb-studio-v2-contact .okb-studio-v2-split,
.okb-studio-v2-contact .okb-studio-v2-final > .okb-studio-v2-shell {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(290px, 420px);
  gap: clamp(30px, 6vw, 86px);
  align-items: end;
}

.okb-studio-v2-contact .okb-anim-hero-grid > *,
.okb-studio-v2-contact .okb-studio-v2-split > *,
.okb-studio-v2-contact .okb-studio-v2-contact-grid > div > *,
.okb-studio-v2-contact .okb-studio-v2-final > .okb-studio-v2-shell > * {
  min-width: 0;
}

.okb-studio-v2-contact .okb-studio-v2-copy > span,
.okb-studio-v2-contact .okb-studio-v2-heading > span,
.okb-studio-v2-contact .okb-studio-v2-text > span,
.okb-studio-v2-contact .okb-studio-v2-note > span,
.okb-studio-v2-contact .okb-studio-v2-final span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.okb-studio-v2-contact .okb-studio-v2-copy > span::before,
.okb-studio-v2-contact .okb-studio-v2-heading > span::before,
.okb-studio-v2-contact .okb-studio-v2-text > span::before,
.okb-studio-v2-contact .okb-studio-v2-note > span::before {
  width: 38px;
  height: 2px;
  background: var(--mint);
  content: "";
}

.okb-studio-v2-contact h1,
.okb-studio-v2-contact h2,
.okb-studio-v2-contact h3,
.okb-studio-v2-contact p {
  margin-top: 0;
}

.okb-studio-v2-contact .okb-studio-v2-copy h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .92;
  letter-spacing: 0;
  text-wrap: balance;
}

.okb-studio-v2-contact .okb-studio-v2-copy p,
.okb-studio-v2-contact .okb-studio-v2-text p,
.okb-studio-v2-contact .okb-studio-v2-contact-grid small,
.okb-studio-v2-contact .okb-studio-v2-final p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.okb-studio-v2-contact .okb-studio-v2-copy p {
  max-width: 720px;
  font-size: clamp(17px, 1.6vw, 22px);
}

.okb-studio-v2-contact .okb-studio-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 28px;
}

.okb-studio-v2-contact .okb-studio-v2-actions a,
.okb-studio-v2-contact .okb-studio-v2-actions > span {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: var(--mint);
  color: #061018;
  font-weight: 900;
  text-decoration: none;
}

.okb-studio-v2-contact .okb-studio-v2-actions > span {
  background: transparent;
  color: #fff;
}

.okb-studio-v2-contact .okb-studio-v2-actions a:hover,
.okb-studio-v2-contact .okb-studio-v2-actions a:focus-visible {
  border-color: rgba(182, 156, 255, .72);
  background: var(--purple);
  color: #080b13;
}

.okb-studio-v2-contact .okb-studio-v2-actions a:nth-child(2):hover,
.okb-studio-v2-contact .okb-studio-v2-actions a:nth-child(2):focus-visible {
  background: rgba(182, 156, 255, .18);
  color: #fff;
}

.okb-studio-v2-contact .okb-studio-v2-actions a:nth-child(2) {
  background: transparent;
  color: #fff;
}

.okb-studio-v2-contact .okb-studio-v2-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.okb-studio-v2-contact .okb-studio-v2-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .86);
  font-size: 13px;
  font-weight: 760;
}

.okb-studio-v2-contact .okb-studio-v2-showcase {
  position: relative;
  min-height: clamp(320px, 36vw, 500px);
  border-left: 1px solid rgba(255, 255, 255, .22);
  overflow: hidden;
}

.okb-studio-v2-contact .okb-studio-v2-showcase::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 13, .08), rgba(6, 8, 13, .82)),
    var(--media) center / cover no-repeat;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
  content: "";
}

.okb-studio-v2-contact .okb-studio-v2-showcase::after {
  position: absolute;
  right: 0;
  bottom: 26px;
  width: min(92%, 360px);
  padding: 22px;
  border-left: 4px solid #fff;
  background: rgba(6, 8, 13, .88);
  color: #fff;
  font-size: clamp(21px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.05;
  content: "One studio inbox. Clear routes. Faster replies.";
}

.okb-studio-v2-contact .okb-anim-illustration {
  display: none;
}

.okb-studio-v2-contact .okb-studio-v2-section {
  padding: clamp(74px, 9vw, 132px) 0;
  background:
    linear-gradient(90deg, rgba(125, 255, 198, .06), transparent 34%),
    #0a0f18;
}

.okb-studio-v2-contact .okb-studio-v2-heading h2,
.okb-studio-v2-contact .okb-studio-v2-text h2,
.okb-studio-v2-contact .okb-studio-v2-final h2 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(32px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid > div {
  display: grid;
  grid-template-columns: 58px minmax(110px, 150px) minmax(0, 260px) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  padding: clamp(20px, 3vw, 31px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  color: #fff;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid i {
  color: var(--mint);
  font-size: 24px;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid strong {
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.1;
}

.okb-studio-v2-contact .okb-studio-v2-contact-grid small {
  margin: 0;
}

.okb-studio-v2-contact .okb-studio-v2-contact-band {
  padding: clamp(46px, 7vw, 84px) 0;
  background:
    linear-gradient(110deg, rgba(13, 33, 30, .94), rgba(12, 17, 30, .92)),
    var(--media) center 45% / cover no-repeat;
}

.okb-studio-v2-contact .okb-studio-v2-contact-band .okb-studio-v2-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.okb-studio-v2-contact .okb-studio-v2-contact-band div {
  border-top: 1px solid rgba(255, 255, 255, .22);
  padding-top: 18px;
}

.okb-studio-v2-contact .okb-studio-v2-contact-band span {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.okb-studio-v2-contact .okb-studio-v2-contact-band a,
.okb-studio-v2-contact .okb-studio-v2-contact-band strong {
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.okb-studio-v2-contact .okb-studio-v2-section-soft {
  background:
    linear-gradient(180deg, rgba(255, 109, 157, .08), transparent 50%),
    #171027;
}

.okb-studio-v2-contact .okb-studio-v2-split {
  align-items: center;
}

.okb-studio-v2-contact .okb-studio-v2-note {
  padding-left: clamp(20px, 3vw, 34px);
  border-left: 4px solid var(--rose);
}

.okb-studio-v2-contact .okb-studio-v2-note ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.okb-studio-v2-contact .okb-studio-v2-note strong {
  display: block;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.16;
}

.okb-studio-v2-contact .okb-studio-v2-note li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .9);
}

.okb-studio-v2-contact .okb-studio-v2-note i {
  color: var(--mint);
}

.okb-studio-v2-contact .okb-studio-v2-final {
  padding: clamp(68px, 9vw, 126px) 0;
  background:
    linear-gradient(110deg, rgba(16, 34, 53, .94), rgba(10, 14, 24, .92)),
    var(--media) center 38% / cover no-repeat;
}

.okb-studio-v2-contact .okb-studio-v2-final-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.okb-studio-v2-contact .okb-studio-v2-final-chips span {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  font-size: 13px;
  text-transform: none;
}

@media (max-width: 980px) {
  .okb-studio-v2-contact .okb-anim-hero-grid,
  .okb-studio-v2-contact .okb-studio-v2-split,
  .okb-studio-v2-contact .okb-studio-v2-final > .okb-studio-v2-shell {
    grid-template-columns: 1fr;
  }

  .okb-studio-v2-contact .okb-studio-v2-contact-grid > div {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .okb-studio-v2-contact .okb-studio-v2-contact-grid i {
    grid-row: 1 / 4;
  }

  .okb-studio-v2-contact .okb-studio-v2-contact-grid span,
  .okb-studio-v2-contact .okb-studio-v2-contact-grid strong,
  .okb-studio-v2-contact .okb-studio-v2-contact-grid small {
    grid-column: 2;
  }

  .okb-studio-v2-contact .okb-studio-v2-contact-band .okb-studio-v2-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .okb-studio-v2-contact .okb-studio-v2-shell {
    width: 100% !important;
    max-width: 1240px;
    margin-left: 0;
    margin-right: 0;
  }

  .okb-studio-v2-contact .okb-anim-hero,
  .okb-studio-v2-contact .okb-studio-v2-section,
  .okb-studio-v2-contact .okb-studio-v2-contact-band,
  .okb-studio-v2-contact .okb-studio-v2-final {
    padding-left: 18px;
    padding-right: 18px;
  }

  body:has(.okb-studio-v2-contact) .okb-footer .okb-footer-shell {
    width: min(100% - 36px, 1240px);
    padding-left: 0;
    padding-right: 0;
  }

  .okb-studio-v2-contact .okb-anim-hero {
    min-height: auto;
  }

  .okb-studio-v2-contact .okb-studio-v2-copy h1 {
    max-width: calc(100vw - 72px);
    font-size: clamp(36px, 10vw, 42px);
  }

  .okb-studio-v2-contact .okb-studio-v2-copy,
  .okb-studio-v2-contact .okb-studio-v2-text,
  .okb-studio-v2-contact .okb-studio-v2-heading,
  .okb-studio-v2-contact .okb-studio-v2-note,
  .okb-studio-v2-contact .okb-studio-v2-final-panel {
    max-width: calc(100vw - 72px);
  }

  .okb-studio-v2-contact .okb-studio-v2-copy p {
    max-width: calc(100vw - 72px);
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .okb-studio-v2-contact .okb-studio-v2-text p,
  .okb-studio-v2-contact .okb-studio-v2-note li,
  .okb-studio-v2-contact .okb-studio-v2-final p,
  .okb-studio-v2-contact .okb-studio-v2-contact-grid small {
    max-width: calc(100vw - 110px);
    overflow-wrap: anywhere;
  }

  .okb-studio-v2-contact .okb-studio-v2-proof {
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100vw - 72px);
  }

  .okb-studio-v2-contact .okb-studio-v2-proof span {
    max-width: 100%;
  }

  .okb-studio-v2-contact .okb-studio-v2-showcase {
    max-width: calc(100vw - 36px);
  }

  .okb-studio-v2-contact .okb-studio-v2-showcase::after {
    left: 28px;
    right: 28px;
    width: auto;
    font-size: 18px;
  }

  .okb-studio-v2-contact .okb-studio-v2-actions a,
  .okb-studio-v2-contact .okb-studio-v2-actions > span {
    width: 100%;
    max-width: calc(100vw - 72px);
  }
}
