.deep-work-v7 {
  --deep-work-ink: #11110f;
  --deep-work-muted: #5e5b55;
  --deep-work-warm: #c96638;
  position: relative;
  isolation: isolate;
  min-height: max(920px, 100svh);
  padding: clamp(126px, 15vh, 170px) 0 clamp(92px, 10vh, 120px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  color: var(--deep-work-ink);
  background: #fff;
}

.deep-work-v7::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(140px, 18vh, 200px);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 82%);
}

.deep-work-v7-media {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
}

.deep-work-v7-static { display: none; }

.deep-work-v7-static img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.deep-work-v7.show-static .deep-work-v7-video { display: none; }
.deep-work-v7.show-static .deep-work-v7-static { display: block; }

.deep-work-v7-copy {
  position: relative;
  z-index: 4;
  width: min(690px, 47vw);
  margin-left: max(4vw, 42px);
}

.deep-work-v7-copy .eyebrow {
  margin: 0 0 18px;
  color: var(--deep-work-warm);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.deep-work-v7-copy h2 {
  max-width: 650px;
  margin: 0;
  color: var(--deep-work-ink);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(74px, 7.1vw, 118px);
  font-weight: 700;
  line-height: .84;
  letter-spacing: -.075em;
}

.deep-work-v7-copy h2 em {
  color: var(--deep-work-warm);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-weight: 460;
}

.deep-work-v7-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 27px 0 0;
  color: var(--deep-work-muted);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.5;
}

.deep-work-v7-questions {
  position: relative;
  z-index: 5;
  width: min(660px, 46vw);
  margin: clamp(46px, 5vh, 60px) 0 0 max(4vw, 42px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.deep-work-v7-question {
  min-height: 76px;
  padding: 14px 16px 15px;
  border: 1px solid rgba(31, 28, 23, .12);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 30px rgba(28,24,18,.045);
  backdrop-filter: blur(8px);
}

.deep-work-v7-question-wide { grid-column: 1 / -1; }

.deep-work-v7-question small {
  display: block;
  margin-bottom: 7px;
  color: var(--deep-work-warm);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.deep-work-v7-question p {
  max-width: 290px;
  margin: 0;
  color: #24221e;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -.018em;
  text-wrap: balance;
}

.deep-work-v7-question-wide p { max-width: 520px; }

.deep-work-v7-result {
  grid-column: 1 / -1;
  margin: 1px 2px 0;
  color: #6d6962;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 1050px) and (min-width: 681px) {
  .deep-work-v7 {
    min-height: 960px;
    padding-top: 126px;
    padding-bottom: 96px;
  }

  .deep-work-v7-media,
  .deep-work-v7-static img { object-position: 48% center; }

  .deep-work-v7-copy { width: 46vw; }
  .deep-work-v7-copy h2 { font-size: clamp(72px, 9.5vw, 96px); }
  .deep-work-v7-questions { width: 47vw; margin-top: 48px; }
}

@media (max-width: 680px) {
  .deep-work-v7 {
    min-height: 0;
    padding: 0 0 96px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
  }

  .deep-work-v7::after { display: none; }

  .deep-work-v7-copy {
    order: 1;
    width: auto;
    margin: 0;
    padding: 96px 20px 0;
  }

  .deep-work-v7-copy h2 {
    max-width: 360px;
    font-size: clamp(58px, 18vw, 76px);
    line-height: .84;
  }

  .deep-work-v7-copy > p:not(.eyebrow) {
    max-width: 350px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.48;
  }

  .deep-work-v7-media {
    position: relative;
    order: 2;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin-top: 14px;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .deep-work-v7-static img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #fff;
    filter: brightness(1.02) saturate(.99);
  }

  .deep-work-v7-questions {
    order: 3;
    width: auto;
    margin: 24px 16px 0;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .deep-work-v7-question {
    min-height: 82px;
    padding: 14px 13px 15px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20,18,14,.045);
  }

  .deep-work-v7-question p { font-size: 14px; line-height: 1.25; }
  .deep-work-v7-question-wide { min-height: 82px; }
  .deep-work-v7-result { padding: 8px 4px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .deep-work-v7-video { display: none; }
  .deep-work-v7-static { display: block; }
}
