.careers-hero {
  min-height: auto;
  padding-top: 104px;
  padding-bottom: 88px;
  background:
    radial-gradient(circle at 82% 12%, rgba(237, 139, 250, 0.18), transparent 26%),
    radial-gradient(circle at 12% 92%, rgba(255, 237, 2, 0.28), transparent 30%),
    linear-gradient(118deg, #fff 0%, #fff7de 58%, #fff 100%);
}

.careers-hero h1 {
  max-width: 10.8ch;
  font-size: clamp(46px, 5.5vw, 80px);
}

.careers-hero .hero-lede {
  max-width: 620px;
}

.careers-visual {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border: 1.5px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bno-shadow-panel);
}

.careers-visual figure,
.values-visual,
.work-photo-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--bno-cool-gray);
}

.careers-visual img,
.work-photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.careers-doodle {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 18px;
  background: var(--bno-soft-yellow);
}

.careers-doodle img {
  width: 100%;
  min-height: 160px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.careers-doodle strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 0.95;
  font-weight: 520;
}

.careers-doodle span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.apply-band {
  background: #000;
  color: #fff;
}

.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: 32px;
  align-items: start;
}

.apply-copy .eyebrow,
.apply-copy h2,
.apply-copy p {
  color: #fff;
}

.apply-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(46px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 430;
}

.apply-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.apply-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.apply-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.apply-points span::before {
  content: "";
  width: 26px;
  height: 6px;
  border-radius: 999px;
  background: var(--bno-squiggle);
}

.form-shell {
  padding: 26px;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: var(--bno-shadow-panel);
}

.form-shell h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.6vw, 48px);
  line-height: 0.98;
  font-weight: 520;
}

.form-shell p {
  margin: 0 0 18px;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 680;
}

.hs-form-anchor {
  min-height: 420px;
}

.careers-answer {
  background: var(--bno-cool-gray);
}

.answer-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.answer-card {
  padding: 36px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
}

.answer-card.black {
  color: #000;
  background: var(--bno-soft-card-gray);
}

.answer-card.yellow {
  background: var(--bno-soft-yellow);
}

.answer-card.orange {
  background: var(--bno-soft-orange);
}

.answer-card h2,
.answer-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.96;
  font-weight: 500;
}

.answer-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

.answer-card.black h2,
.answer-card.black h3,
.answer-card.black p {
  color: #000;
}

.expectations-grid,
.role-grid,
.values-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.expectations-grid article,
.role-card,
.value-card-careers,
.faq-card {
  padding: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background: #fff;
}

.expectations-grid article:nth-child(2) {
  background: var(--bno-soft-yellow);
}

.expectations-grid article:nth-child(3) {
  background: var(--bno-soft-orange);
}

.expectations-grid article:nth-child(4) {
  color: #fff;
  background: #000;
}

.expectations-grid span,
.role-card span,
.value-card-careers span,
.faq-card span {
  display: block;
  color: var(--bno-fiery-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
}

.expectations-grid article:nth-child(4) span,
.expectations-grid article:nth-child(4) h3,
.expectations-grid article:nth-child(4) p {
  color: #fff;
}

.expectations-grid h3,
.role-card h3,
.value-card-careers h3,
.faq-card h3 {
  margin: 24px 0 12px;
  font-family: var(--font-display);
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 0.98;
  font-weight: 520;
}

.expectations-grid p,
.role-card p,
.value-card-careers p,
.faq-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 650;
}

.roles-section {
  background: #fff;
}

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

.role-card {
  min-height: 256px;
}

.role-card h3 {
  font-size: clamp(15px, 0.98vw, 18px);
  line-height: 1.03;
  overflow-wrap: anywhere;
}

.role-card .role-cta {
  display: inline-flex;
  margin-top: 18px;
  color: #000;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  border-bottom: 2px solid var(--bno-fiery-orange);
}

.culture-section {
  background: #000;
  color: #fff;
}

.culture-section .section-head h2,
.culture-section .section-head p,
.culture-section .eyebrow {
  color: #fff;
}

.culture-section .section-head p {
  color: rgba(255, 255, 255, 0.76);
}

.culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.culture-card {
  padding: 34px;
  border: 1.5px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  color: #000;
  background: var(--bno-soft-card-gray);
}

.culture-card.yellow {
  color: #000;
  background: var(--bno-soft-yellow);
}

.culture-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 0.96;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.culture-card p {
  margin: 0;
  color: inherit;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 720;
}

.work-section {
  background: #fff;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: center;
}

.work-copy h2 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: 0.94;
  font-weight: 430;
}

.work-copy p {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 650;
}

.work-photo-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 12px;
}

.work-photo-grid figure:first-child {
  grid-row: span 2;
}

.work-photo-grid figure:first-child img {
  min-height: 438px;
}

.values-section {
  background: var(--bno-cool-gray);
}

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

.value-card-careers {
  display: grid;
  grid-template-rows: 190px auto;
  gap: 18px;
  min-height: 410px;
  overflow: hidden;
}

.value-card-careers figure {
  display: grid;
  place-items: center;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.value-card-careers img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.careers-faq {
  background: #fff;
}

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

.careers-final-cta {
  background: #000;
  color: #fff;
}

.careers-final-cta .cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 44px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #000;
}

.careers-final-cta h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
  font-weight: 430;
}

.careers-final-cta p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .apply-grid,
  .answer-panel,
  .culture-grid,
  .work-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .careers-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
  }

  .careers-visual,
  .role-grid,
  .values-grid,
  .expectations-grid,
  .faq-grid,
  .work-photo-grid {
    grid-template-columns: 1fr;
  }

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

  .form-shell,
  .answer-card,
  .culture-card,
  .careers-final-cta .cta-panel {
    padding: 26px;
  }

  .work-photo-grid figure:first-child {
    grid-row: auto;
  }

  .work-photo-grid figure:first-child img,
  .work-photo-grid img {
    min-height: 240px;
  }

  .value-card-careers {
    min-height: auto;
  }

  .careers-final-cta .cta-panel {
    grid-template-columns: 1fr;
  }
}
