:root {
  --ink: #171923;
  --muted: #626473;
  --paper: #f4f1ec;
  --porcelain: #fbfaf7;
  --line: rgba(23, 25, 35, 0.13);
  --purple: #6652b7;
  --teal: #2d9d93;
  --champagne: #d8c6ad;
  --smoke: #e8e5df;
  --black: #0e0f13;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, "PingFang SC", "Noto Sans SC", sans-serif;
  line-height: 1.45;
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 0 34px;
  color: var(--ink);
  background: transparent;
  border-bottom: 0;
}

.brand {
  display: grid;
  line-height: 1;
}

.brand span {
  font-size: 27px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand small {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
}

.nav-cta {
  padding: 9px 14px;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
  background: #f4f1ed;
}

.preview-hero::before,
.preview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.preview-hero::before {
  z-index: -2;
  background-image: url("assets/bora-typographic-hero-aqua.png");
  background-image: image-set(
    url("assets/bora-typographic-hero-aqua.webp") type("image/webp"),
    url("assets/bora-typographic-hero-aqua.png") type("image/png")
  );
  background-size: cover;
  background-position: center;
  transform: scale(1.055) translateX(26px);
  opacity: 0;
  animation:
    poster-in 1200ms cubic-bezier(0.16, 1, 0.3, 1) 90ms forwards,
    poster-drift 9400ms ease-in-out 1300ms infinite alternate;
  will-change: transform, opacity;
}

.preview-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(244, 241, 237, 0.96) 0%, rgba(244, 241, 237, 0.84) 37%, rgba(244, 241, 237, 0.24) 68%, rgba(244, 241, 237, 0.04) 100%),
    linear-gradient(100deg, transparent 0 44%, rgba(73, 199, 193, 0.18) 44.3% 45.4%, transparent 45.7% 100%);
}

.hero-mark {
  position: absolute;
  z-index: 1;
  right: clamp(-88px, -4vw, -34px);
  top: clamp(78px, 13vh, 142px);
  color: #49c7c1;
  font-size: clamp(118px, 20vw, 360px);
  line-height: 0.78;
  font-weight: 950;
  letter-spacing: 0;
  opacity: 0.13;
  transform: translateX(58px);
  animation: mark-slide 1100ms cubic-bezier(0.16, 1, 0.3, 1) 360ms forwards;
  user-select: none;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(940px, calc(100% - 44px));
  margin-left: clamp(22px, 7.7vw, 158px);
  padding-top: clamp(92px, 14vh, 170px);
  padding-bottom: 54px;
}

.hero-content h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(56px, 8.2vw, 142px);
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 900;
  clip-path: inset(0 100% 0 0);
  animation: headline-reveal 940ms cubic-bezier(0.16, 1, 0.3, 1) 520ms forwards;
}

.hero-content .eyebrow {
  margin: 34px 0 0;
  color: #49c7c1;
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: 900;
  opacity: 0;
  transform: translateY(18px);
  animation: soft-rise 680ms ease 950ms forwards;
}

.hero-copy {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(7, 7, 7, 0.72);
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.42;
  font-weight: 650;
  opacity: 0;
  transform: translateY(18px);
  animation: soft-rise 680ms ease 1080ms forwards;
}

.preview-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 46px;
  opacity: 0;
  transform: translateY(18px);
  animation: soft-rise 680ms ease 1210ms forwards;
}

.preview-hero .button {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  border: 1px solid rgba(7, 7, 7, 0.16);
  color: #070707;
  text-decoration: none;
  font-size: 20px;
  font-weight: 850;
  background: transparent;
}

.preview-hero .button.primary {
  background: #49c7c1;
  color: #fff;
  border-color: #49c7c1;
}

.paper-grain {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(0, 0, 0, 0.08) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 72%, rgba(0, 0, 0, 0.06) 0 1px, transparent 1.6px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.03));
  background-size: 42px 42px, 58px 58px, auto;
  opacity: 0.42;
  z-index: -1;
}

.corner.plus {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0.58;
}

.corner.plus::before,
.corner.plus::after {
  content: "";
  position: absolute;
  background: var(--ink);
}

.corner.plus::before {
  top: 18px;
  left: 0;
  width: 38px;
  height: 1px;
}

.corner.plus::after {
  top: 0;
  left: 18px;
  width: 1px;
  height: 38px;
}

.top-left {
  top: 46px;
  left: 44px;
}

.top-right {
  top: 46px;
  right: 44px;
}

.bottom-left {
  bottom: 42px;
  left: 44px;
}

.bottom-right {
  right: 44px;
  bottom: 42px;
}

.dot-grid {
  position: absolute;
  width: 78px;
  height: 78px;
  background-image: radial-gradient(var(--ink) 1.5px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0.72;
}

.dot-a {
  top: 112px;
  left: 92px;
}

.dot-b {
  right: 340px;
  bottom: 58px;
  opacity: 0.32;
}

.hero-word {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-letter {
  position: absolute;
  color: #33c6c8;
  font-weight: 900;
  line-height: 0.75;
  letter-spacing: -0.08em;
}

.hero-b {
  top: -2.5vh;
  left: 50%;
  font-size: clamp(250px, 27vw, 520px);
  transform: translateX(-10%);
}

.hero-r {
  top: 38vh;
  left: 66%;
  font-size: clamp(280px, 30vw, 570px);
  transform: translateX(-10%);
}

.hero-o {
  bottom: -11vh;
  left: 50%;
  font-size: clamp(260px, 29vw, 540px);
}

.hero-a {
  right: -8vw;
  bottom: -4vh;
  font-size: clamp(330px, 38vw, 700px);
}

.stripe {
  position: absolute;
  background: repeating-linear-gradient(
    90deg,
    var(--ink) 0 20px,
    transparent 20px 34px
  );
}

.stripe-s {
  top: 0;
  right: 23%;
  width: 310px;
  height: 250px;
  border-radius: 0 0 120px 120px;
  transform: rotate(90deg);
}

.stripe-k {
  left: 43%;
  bottom: -50px;
  width: 280px;
  height: 300px;
  transform: skewX(-18deg);
}

.hero-label {
  position: absolute;
  display: grid;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.hero-label span {
  width: 70px;
  height: 18px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(23, 25, 35, 0.22);
}

.hero-label span::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: -2px;
  background: #ff4b12;
}

.label-brand {
  top: 25%;
  left: 44%;
}

.label-growth {
  top: 51%;
  left: 60%;
}

.label-culture {
  left: 37%;
  bottom: 12%;
}

.label-ideas {
  top: 23%;
  right: 10%;
}

.label-campaigns {
  right: 17%;
  bottom: 10%;
}

.small-mark {
  position: absolute;
  width: 9px;
  height: 42px;
  background: #ff4b12;
}

.mark-left {
  left: 95px;
  bottom: 19%;
}

.mark-mid {
  top: 56%;
  left: 58%;
  width: 11px;
  height: 11px;
}

.mark-right {
  top: 36%;
  right: 7%;
  width: 18px;
  height: 18px;
}

.hero-caption {
  position: absolute;
  left: 92px;
  bottom: 12%;
  display: grid;
  gap: 7px;
  font-size: 16px;
  font-weight: 900;
}

.hero-caption::after {
  content: "";
  width: 150px;
  height: 1px;
  background: var(--ink);
}

.hero-caption span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

@keyframes poster-in {
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes poster-drift {
  from {
    transform: scale(1) translateX(0);
  }

  to {
    transform: scale(1.035) translateX(-18px);
  }
}

@keyframes mark-slide {
  to {
    transform: translateX(0);
  }
}

@keyframes headline-reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes soft-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(58px, 8vw, 128px);
  line-height: 0.78;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5.8vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 1.04;
  letter-spacing: 0;
}

.cn-title {
  margin-bottom: 24px;
  color: #c9c1ff;
  font-size: 18px;
  font-weight: 800;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 32px;
  color: rgba(251, 250, 247, 0.82);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: var(--ink);
  background: var(--porcelain);
}

.button.ghost {
  color: var(--porcelain);
  border: 1px solid rgba(251, 250, 247, 0.55);
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 110px 0;
}

.manifesto {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  border-bottom: 1px solid var(--line);
}

.chapter {
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.manifesto-copy {
  max-width: 880px;
}

.manifesto-copy p {
  max-width: 760px;
  font-size: 20px;
}

.cn {
  color: var(--muted);
}

.type-poster {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 110px;
}

.poster-stage {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #eeeeeb 0%, #d8d6d1 100%);
}

.poster-stage::after {
  content: "";
  position: absolute;
  inset: auto 28px 28px 28px;
  height: 1px;
  background: rgba(23, 25, 35, 0.22);
}

.letter {
  position: absolute;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 92px);
  font-weight: 850;
  line-height: 0.78;
  letter-spacing: 0;
}

.letter.b {
  left: 10%;
  top: 30%;
  transform: rotate(-13deg);
}

.letter.o1 {
  left: 17%;
  top: 38%;
  transform: rotate(6deg);
}

.letter.r {
  left: 24%;
  top: 33%;
  transform: rotate(-21deg);
}

.letter.a {
  left: 32%;
  top: 40%;
  transform: rotate(10deg);
}

.letter.g {
  right: 30%;
  top: 36%;
  transform: rotate(-8deg);
}

.letter.l {
  right: 24%;
  top: 31%;
  transform: rotate(17deg);
}

.letter.o2 {
  right: 18%;
  top: 40%;
  transform: rotate(-3deg);
}

.letter.w {
  right: 11%;
  top: 34%;
  transform: rotate(12deg);
}

.letter.t {
  left: 12%;
  top: 18%;
  transform: rotate(-19deg);
}

.letter.h {
  right: 8%;
  top: 20%;
  transform: rotate(-12deg);
}

.poster-line {
  position: absolute;
  left: 8%;
  right: 8%;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 6.4vw, 86px);
  font-weight: 850;
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
}

.poster-line.one {
  bottom: 108px;
}

.poster-line.two {
  bottom: 42px;
  transform: skewX(-3deg);
}

.poster-caption {
  position: absolute;
  top: 28px;
  left: 28px;
  margin: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
}

.runway {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 1.15fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.runway-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--porcelain);
}

.runway-panel span {
  display: block;
  margin-bottom: 44px;
  color: var(--teal);
  font-weight: 850;
}

.runway-panel p {
  color: var(--muted);
}

.runway-panel small {
  color: var(--muted);
}

.runway-panel.tall {
  grid-row: span 2;
  background: #ded7ee;
}

.runway-panel.dark {
  color: var(--porcelain);
  background: var(--ink);
}

.runway-panel.dark p,
.runway-panel.dark small {
  color: rgba(251, 250, 247, 0.72);
}

.image-panel {
  grid-row: span 2;
  padding: 0;
  background: var(--black);
}

.image-panel picture,
.image-panel img {
  width: 100%;
  height: 100%;
  display: block;
}

.image-panel img {
  object-fit: cover;
}

.operating-system {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  border-top: 1px solid var(--line);
}

.system-intro {
  max-width: 920px;
}

.system-intro p {
  max-width: 760px;
  font-size: 20px;
}

.system-steps {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  border: 1px solid var(--line);
  background: var(--line);
}

.system-steps article {
  min-height: 310px;
  padding: 26px;
  background: var(--porcelain);
}

.system-steps article:nth-child(2) {
  background: #e9e5f3;
}

.system-steps article:nth-child(3) {
  background: #e1efeb;
}

.system-steps article:nth-child(4) {
  background: #e6ded1;
}

.system-steps span {
  display: block;
  margin-bottom: 76px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
}

.system-steps p {
  color: var(--muted);
}

.split-stage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  background: var(--porcelain);
}

.split-stage .cn-title,
.partner .cn-title,
.contact .cn-title {
  color: var(--purple);
}

.stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.stage-grid article {
  min-height: 520px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.stage-grid article:nth-child(2) {
  background: #e7f0eb;
}

.stage-grid span {
  display: block;
  margin-bottom: 120px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 12px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.proof-wall {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--porcelain);
  background: var(--black);
}

.proof-wall > picture,
.proof-wall > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.proof-wall > picture img {
  object-fit: cover;
  opacity: 0.58;
}

.proof-wall::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 15, 19, 0.92), rgba(14, 15, 19, 0.38));
}

.proof-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}

.proof-content h2 {
  max-width: 780px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1050px;
  margin-top: 90px;
  border: 1px solid rgba(251, 250, 247, 0.24);
  background: rgba(251, 250, 247, 0.24);
}

.metrics div {
  min-height: 190px;
  padding: 24px;
  background: rgba(14, 15, 19, 0.5);
  backdrop-filter: blur(18px);
}

.metrics strong {
  display: block;
  margin-bottom: 28px;
  color: #c8bfff;
  font-size: 44px;
  line-height: 1;
}

.metrics span {
  color: rgba(251, 250, 247, 0.78);
  font-weight: 750;
}

.partner-head {
  max-width: 920px;
  margin-bottom: 42px;
}

.partner-modules {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 16px;
}

.partner-modules article {
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--porcelain);
}

.partner-modules article:nth-child(1) {
  background: #e6ded1;
}

.partner-modules article:nth-child(2) {
  background: #e9e5f3;
}

.partner-modules article:nth-child(3) {
  background: #dfece7;
}

.partner-modules p,
.partner-modules small {
  color: var(--muted);
}

.fit {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 60px;
  border-top: 1px solid var(--line);
}

.fit-copy p {
  max-width: 480px;
  color: var(--muted);
  font-size: 20px;
}

.fit-list {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.fit-list article {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  background: var(--porcelain);
}

.fit-list span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.fit-list p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 50px;
  align-items: end;
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  background: var(--porcelain);
}

.contact-link {
  display: grid;
  gap: 16px;
  padding: 32px;
  color: var(--porcelain);
  border-radius: 8px;
  background: var(--ink);
  font-size: 26px;
  font-weight: 850;
}

.contact-link span {
  color: rgba(251, 250, 247, 0.58);
  font-size: 14px;
  font-weight: 500;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 34px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--porcelain);
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    color: var(--ink);
    background: transparent;
    border-bottom: 0;
    mix-blend-mode: normal;
    backdrop-filter: none;
  }

  .nav {
    display: none;
  }

  .hero-overlay {
    padding: 18vh 0 12vh;
  }

  .manifesto,
  .operating-system,
  .split-stage,
  .fit,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 100vh;
  }

  .hero-b {
    top: 9vh;
    left: 38%;
    font-size: clamp(190px, 42vw, 360px);
  }

  .hero-r {
    top: 43vh;
    left: 42%;
    font-size: clamp(210px, 46vw, 380px);
  }

  .hero-o {
    left: 24%;
    bottom: -4vh;
    font-size: clamp(230px, 50vw, 400px);
  }

  .hero-a {
    right: -22vw;
    bottom: 0;
    font-size: clamp(280px, 62vw, 500px);
  }

  .stripe-s {
    right: 8%;
    width: 220px;
    height: 190px;
  }

  .stripe-k {
    left: 18%;
    width: 210px;
    height: 250px;
  }

  .label-brand,
  .label-ideas,
  .label-campaigns {
    display: none;
  }

  .type-poster {
    width: calc(100% - 36px);
    padding-bottom: 76px;
  }

  .poster-stage {
    min-height: 300px;
  }

  .poster-line {
    white-space: normal;
  }

  .runway,
  .system-steps,
  .stage-grid,
  .partner-modules {
    grid-template-columns: 1fr;
  }

  .system-steps {
    grid-column: auto;
  }

  .system-steps article {
    min-height: auto;
  }

  .system-steps span {
    margin-bottom: 38px;
  }

  .runway {
    grid-auto-rows: auto;
  }

  .runway-panel,
  .runway-panel.tall,
  .image-panel {
    grid-row: auto;
    min-height: 260px;
  }

  .stage-grid article {
    min-height: auto;
  }

  .stage-grid span {
    margin-bottom: 44px;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fit-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .preview-hero::before {
    background-position: 63% center;
  }

  .preview-hero::after {
    background:
      linear-gradient(180deg, rgba(244, 241, 237, 0.96) 0%, rgba(244, 241, 237, 0.9) 44%, rgba(244, 241, 237, 0.24) 100%),
      linear-gradient(100deg, transparent 0 55%, rgba(73, 199, 193, 0.16) 55.4% 57%, transparent 57.4% 100%);
  }

  .hero-mark {
    right: -74px;
    top: 132px;
    font-size: clamp(110px, 38vw, 184px);
    opacity: 0.09;
  }

  .hero-content {
    margin-left: 22px;
    padding-top: 76px;
    width: min(640px, calc(100% - 44px));
  }

  .hero-content h1 {
    font-size: clamp(46px, 13.8vw, 68px);
    line-height: 0.95;
  }

  .preview-hero .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }

  .brand span {
    font-size: 23px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 42px;
  }

  .section {
    width: calc(100% - 32px);
    padding: 76px 0;
  }

  .hero-overlay {
    width: calc(100% - 32px);
    margin-left: 0;
  }

  .hero {
    min-height: 100vh;
  }

  .preview-hero::before {
    background-position: 66% center;
    transform: scale(1.12) translateX(16px);
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    padding-top: 82px;
    padding-bottom: 40px;
  }

  .hero-content h1 {
    max-width: 350px;
    font-size: clamp(42px, 13.1vw, 56px);
    line-height: 0.98;
  }

  .hero-content .eyebrow {
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.32;
  }

  .hero-copy {
    max-width: 330px;
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.48;
  }

  .preview-hero .hero-actions {
    gap: 12px;
    margin-top: 32px;
  }

  .preview-hero .button {
    min-height: 58px;
    padding: 0 18px;
    font-size: 18px;
  }

  .dot-a {
    top: 92px;
    left: 32px;
  }

  .dot-b {
    right: 32px;
    bottom: 80px;
  }

  .hero-b {
    top: 13vh;
    left: 18%;
    font-size: 210px;
  }

  .hero-r {
    top: 38vh;
    left: 28%;
    font-size: 230px;
  }

  .hero-o {
    left: 3%;
    bottom: 9vh;
    font-size: 230px;
  }

  .hero-a {
    right: -54vw;
    bottom: 6vh;
    font-size: 330px;
  }

  .stripe-s {
    top: 3vh;
    right: -22%;
    width: 190px;
    height: 170px;
  }

  .stripe-k {
    left: 5%;
    bottom: 2vh;
    width: 150px;
    height: 200px;
  }

  .hero-label {
    font-size: 13px;
  }

  .label-growth {
    top: 34%;
    left: 54%;
  }

  .label-culture {
    left: 26px;
    bottom: 20%;
  }

  .hero-caption {
    left: 32px;
    bottom: 12%;
  }

  .hero-overlay {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding-top: 18vh;
  }

  .poster-stage {
    min-height: 260px;
  }

  .letter {
    font-size: 42px;
  }

  .poster-line {
    font-size: 33px;
  }

  .poster-line.one {
    bottom: 94px;
  }

  .poster-line.two {
    bottom: 34px;
  }

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

  .proof-wall {
    min-height: auto;
  }

  .contact-link {
    font-size: 20px;
  }

  .footer {
    flex-direction: column;
    padding: 24px 18px;
  }
}
