.screen-break {
  position: relative;
  overflow: hidden;
  color: #f9f4e8;
  background: #0d1711;
}
.screen-break-inner {
  position: relative;
  min-height: clamp(780px, 100svh, 980px);
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 81% 47%, rgba(146,65,26,.27), transparent 36%),
    radial-gradient(ellipse at 64% 86%, rgba(38,79,47,.42), transparent 53%),
    #0d1711;
}
.screen-break-header,
.screen-break-footer {
  position: absolute;
  right: clamp(1.25rem, 5vw, 5.5rem);
  left: clamp(1.25rem, 5vw, 5.5rem);
  z-index: 8;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.screen-break-header { top: 1.8rem; padding-top: 1.1rem; border-top: 1px solid rgba(250,247,241,.32); }
.screen-break-footer { bottom: 1.8rem; padding-bottom: 1.1rem; border-bottom: 1px solid rgba(250,247,241,.32); }
.screen-break-copy {
  position: absolute;
  z-index: 7;
  top: 22%;
  left: clamp(1.25rem, 6.5vw, 8rem);
  width: min(39vw, 560px);
  text-shadow: 0 3px 24px rgba(0,0,0,.3);
}
.screen-break-copy .eyebrow { margin-bottom: 1.1rem; }
.screen-break-copy h2 {
  max-width: 12ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4.1rem, 6.7vw, 8rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.065em;
}
.screen-break-copy h2 em { color: #ecaa74; font-weight: 400; }
.screen-break-copy > p:not(.eyebrow) { max-width: 380px; margin: 1.7rem 0 0; font-size: 1rem; line-height: 1.6; }
.screen-break-stage {
  position: absolute;
  z-index: 2;
  top: 8%;
  right: 2%;
  bottom: 5%;
  width: 62%;
  pointer-events: none;
  perspective: 1400px;
}
.screen-break-halo {
  position: absolute;
  top: 52%;
  left: 52%;
  width: min(78vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,105,48,.36), rgba(47,81,43,.13) 43%, transparent 71%);
  filter: blur(28px);
  transform: translate(-50%, -50%);
  animation: screenGlow 7s ease-in-out infinite alternate;
}
.screen-break-monitor {
  position: absolute;
  z-index: 2;
  top: 55%;
  left: 53%;
  width: min(85%, 760px);
  aspect-ratio: 1.63;
  padding: clamp(8px, .8vw, 14px);
  border: 1px solid rgba(241,230,208,.63);
  border-radius: 7px;
  background: linear-gradient(135deg, #878d6f, #1e2c21 13%, #090e0b 81%, #a59c74);
  box-shadow: 0 2px 0 #11130d, 0 24px 35px rgba(0,0,0,.52), 0 82px 115px rgba(0,0,0,.4), 0 0 75px rgba(197,95,33,.12);
  transform: translate(-50%, -50%) rotateX(3deg) rotateY(-6deg);
}
.screen-break-monitor::after {
  content: "";
  position: absolute;
  top: calc(100% + 4px);
  right: 14%;
  left: 14%;
  height: 13px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  filter: blur(8px);
}
.screen-break-display {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(231,221,198,.22);
  background:
    radial-gradient(ellipse at 65% 51%, rgba(170,81,31,.48), transparent 43%),
    radial-gradient(ellipse at 12% 84%, rgba(48,89,54,.8), transparent 51%),
    linear-gradient(135deg, #15261c, #18251b 75%);
}
.screen-break-display::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(130deg, rgba(255,255,255,.12), transparent 30% 70%, rgba(255,255,255,.035));
}
.screen-break-grid {
  position: absolute;
  inset: 0;
  opacity: .2;
  background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 7.5% 14%;
  mask-image: linear-gradient(90deg, black, transparent 85%);
}
.screen-break-ui,
.screen-break-screen-caption {
  position: absolute;
  z-index: 2;
  right: 4.5%;
  left: 4.5%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: clamp(.55rem, .65vw, .72rem);
  font-weight: 700;
  letter-spacing: .12em;
}
.screen-break-ui { top: 4.5%; align-items: center; padding-bottom: .8rem; border-bottom: 1px solid rgba(255,255,255,.4); }
.screen-break-ui > span:first-child { font-size: clamp(.95rem, 1.35vw, 1.25rem); letter-spacing: -.075em; }
.screen-break-ui > span:first-child span { color: #e79156; }
.screen-break-ui-arrow { padding-left: 1rem; font-size: 1.2rem; font-weight: 400; }
.screen-break-screen-caption { bottom: 6%; align-items: end; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.35); text-transform: uppercase; }
.screen-break-screen-caption strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1rem, 1.8vw, 1.8rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-align: right;
  text-transform: none;
}
.screen-break-pasta {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 55%;
  width: clamp(390px, 44vw, 690px);
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%) rotate(2deg);
  filter: drop-shadow(0 36px 31px rgba(0,0,0,.46));
}
.screen-break-depth { position: absolute; z-index: 6; right: 2%; bottom: 14%; font-size: .66rem; font-weight: 700; letter-spacing: .2em; }
.screen-break-depth span { color: #e9a872; padding: 0 .35rem; }
@keyframes screenGlow {
  from { opacity: .7; transform: translate(-50%, -50%) scale(.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@media (max-width: 900px) {
  .screen-break-inner { min-height: 880px; }
  .screen-break-header, .screen-break-footer { left: 1.4rem; right: 1.4rem; }
  .screen-break-header span:last-child { display: none; }
  .screen-break-copy { top: 12%; left: 1.4rem; width: 80%; }
  .screen-break-copy h2 { font-size: clamp(3.8rem, 8vw, 6rem); }
  .screen-break-copy > p:not(.eyebrow) { max-width: 340px; }
  .screen-break-stage { top: 25%; right: -4%; bottom: 6%; width: 82%; }
  .screen-break-pasta { width: min(75vw, 600px); }
  .screen-break-depth { display: none; }
}
@media (max-width: 560px) {
  .screen-break-inner { min-height: 850px; }
  .screen-break-header { top: 1rem; }
  .screen-break-footer { bottom: 1rem; font-size: .57rem; }
  .screen-break-footer span:last-child { display: none; }
  .screen-break-copy { top: 9%; right: 1.4rem; width: auto; }
  .screen-break-copy h2 { max-width: 360px; font-size: clamp(3rem, 10vw, 4.1rem); }
  .screen-break-copy > p:not(.eyebrow) { max-width: 290px; margin-top: .8rem; font-size: 1rem; line-height: 1.5; }
  .screen-break-stage { top: 36%; right: 0; bottom: 5%; left: 0; width: 100%; }
  .screen-break-halo { left: 53%; width: 130vw; }
  .screen-break-monitor { top: 54%; left: 51%; width: 91%; aspect-ratio: 1.06; padding: 6px; transform: translate(-50%, -50%) rotateX(3deg) rotateY(-4deg); }
  .screen-break-ui { top: 4%; }
  .screen-break-ui > span:last-child { display: none; }
  .screen-break-screen-caption { align-items: start; flex-direction: column; font-size: .58rem; }
  .screen-break-screen-caption strong { font-size: 1rem; text-align: left; }
  .screen-break-pasta { top: 50%; left: 53%; width: min(104vw, 500px); transform: translate(-50%, -50%) rotate(2deg); }
}
@media (max-width: 560px) and (max-height: 680px) {
  .screen-break-copy h2 { font-size: 2.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .screen-break-halo { animation: none; }
}
