.authorized-video-page {
  --av-charcoal: #15191a;
  --av-charcoal-soft: #202526;
  --av-paper: #f7f5f0;
  --av-paper-warm: #fbf8f2;
  --av-coral: #ee564d;
  --av-gold: #ffca0a;
  --av-ink: #171a1b;
  --av-muted: #5f6564;
  --av-line: #ddd9d0;
  background: var(--av-paper);
  color: var(--av-ink);
}

.authorized-video-page main {
  overflow: hidden;
}

.authorized-video-page h1,
.authorized-video-page h2,
.authorized-video-page h3,
.authorized-video-page p {
  margin-top: 0;
}

.authorized-video-page .site-header {
  position: relative;
  z-index: 30;
}

.av-hero {
  background: var(--white);
  border-bottom: 1px solid var(--av-line);
}

.av-hero-stage {
  position: relative;
  min-height: clamp(620px, calc(100svh - 184px), 790px);
  overflow: hidden;
  isolation: isolate;
}

.av-hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  margin: 0;
}

.av-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.av-hero-placeholder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 7vw 0 54%;
  background:
    radial-gradient(circle at 76% 48%, rgb(238 86 77 / 24%), transparent 28%),
    linear-gradient(135deg, #f5eee4, #dedbd2);
  color: var(--av-ink);
  gap: 12px;
}

.av-hero-placeholder i {
  color: var(--av-coral);
  font-size: 64px;
}

.av-hero-placeholder span,
.av-hero-placeholder b {
  font-size: 12px;
}

.av-hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 98%) 0%,
    rgb(255 255 255 / 96%) 27%,
    rgb(255 255 255 / 78%) 39%,
    rgb(255 255 255 / 22%) 56%,
    rgb(255 255 255 / 0%) 70%
  );
}

.av-hero-copy {
  display: flex;
  width: min(52%, 760px);
  min-height: clamp(620px, calc(100svh - 184px), 790px);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 72px var(--gutter) 64px;
}

.av-eyebrow,
.av-section-heading > p,
.av-section-heading > div > p,
.av-reel-heading > div > p,
.av-final-cta > p {
  margin-bottom: 18px;
  color: var(--av-coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.av-hero h1 {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--av-ink);
  font-size: clamp(52px, 4.5vw, 76px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 1.16;
}

.av-title-rule {
  width: 52px;
  height: 4px;
  margin-top: 27px;
  background: var(--av-coral);
}

.av-hero-intro {
  max-width: 500px;
  margin: 25px 0 0;
  color: #444a48;
  font-size: 16px;
  line-height: 1.85;
}

.av-hero-disclosure {
  max-width: 540px;
  margin: 18px 0 0;
  padding: 14px 17px;
  border-left: 3px solid var(--av-coral);
  background: rgb(255 255 255 / 86%);
  color: #555b59;
  font-size: 11px;
  line-height: 1.75;
}

.av-hero-actions {
  display: flex;
  align-items: center;
  margin-top: 31px;
  gap: 27px;
}

.av-primary-button,
.av-play-link,
.av-final-cta a,
.av-dialog-copy a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
}

.av-primary-button {
  padding: 13px 24px;
  background: var(--av-coral);
  color: var(--white);
  transition: background 180ms ease, transform 180ms ease;
}

.av-primary-button:hover,
.av-primary-button:focus-visible {
  background: var(--coral-deep);
  transform: translateY(-2px);
}

.av-play-link {
  min-height: 46px;
  color: var(--av-ink);
}

.av-play-link > span {
  display: grid;
  width: 39px;
  height: 39px;
  border: 1px solid var(--av-coral);
  border-radius: 50%;
  color: var(--av-ink);
  place-items: center;
}

.av-play-link > span i {
  transform: translateX(1px);
}

.av-capabilities {
  display: grid;
  min-height: 104px;
  margin: 0;
  padding: 0 var(--gutter);
  background: rgb(255 255 255 / 98%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.av-capabilities li {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 20px clamp(14px, 2.2vw, 34px);
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
}

.av-capabilities li + li {
  border-left: 1px solid var(--av-line);
}

.av-capabilities i {
  color: var(--av-coral);
  font-size: 31px;
}

.av-capabilities span {
  display: grid;
  gap: 4px;
}

.av-capabilities strong {
  font-size: 14px;
}

.av-capabilities small {
  color: var(--av-muted);
  font-size: 10px;
  line-height: 1.5;
}

.av-scene-section,
.av-process,
.av-input-output,
.av-fit {
  padding: clamp(72px, 7vw, 112px) var(--gutter);
}

.av-scene-section {
  padding-top: clamp(56px, 5.5vw, 84px);
  padding-bottom: clamp(56px, 5.5vw, 84px);
}

.av-scene-section,
.av-input-output {
  background: var(--white);
}

.av-process,
.av-fit {
  background: var(--av-paper);
}

.av-section-heading {
  max-width: 760px;
  margin-bottom: clamp(40px, 4vw, 62px);
}

.av-section-heading h2,
.av-reel-heading h2,
.av-final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.35vw, 54px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.2;
}

.av-section-heading-split {
  display: grid;
  max-width: none;
  align-items: end;
  gap: 42px 10vw;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.av-section-heading-split > p {
  margin-bottom: 4px;
  color: var(--av-muted);
  font-size: 14px;
  line-height: 1.85;
}

.av-scene-carousel {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid var(--av-ink);
  border-bottom: 1px solid var(--av-line);
}

.av-scene-section > .av-section-heading {
  width: min(1040px, 100%);
  max-width: none;
  margin-right: auto;
  margin-bottom: clamp(28px, 3vw, 42px);
  margin-left: auto;
}

.av-scene-section > .av-section-heading h2 {
  max-width: 760px;
  font-size: clamp(32px, 2.8vw, 46px);
}

.av-scene-viewport {
  overflow: hidden;
}

.av-scene-track {
  display: flex;
  transform: translate3d(0, 0, 0);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.av-scene-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  background: var(--white);
}

.av-scene-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.av-scene-placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  align-content: center;
  justify-items: center;
  background: linear-gradient(135deg, #eee9df, #d7d3ca);
  color: var(--av-muted);
  gap: 16px;
}

.av-scene-placeholder i {
  color: var(--av-coral);
  font-size: 62px;
}

.av-scene-placeholder span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.av-scene-slide figcaption {
  display: grid;
  align-items: center;
  padding: 20px 0 22px;
  grid-template-columns: auto 1fr;
  gap: 3px 14px;
}

.av-scene-slide figcaption span {
  color: var(--av-coral);
  font-size: 11px;
  font-weight: 850;
  grid-row: 1 / 3;
}

.av-scene-slide figcaption strong {
  font-size: 18px;
}

.av-scene-slide figcaption small {
  color: var(--av-muted);
  font-size: 11px;
  line-height: 1.5;
}

.av-scene-controls {
  display: grid;
  align-items: center;
  padding: 15px 0;
  gap: 22px;
  grid-template-columns: 1fr auto;
}

.av-scene-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.av-scene-dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border: 0;
  background: var(--av-line);
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.av-scene-dots button[aria-pressed="true"] {
  width: 58px;
  background: var(--av-coral);
}

.av-scene-buttons {
  display: flex;
  gap: 8px;
}

.av-scene-buttons button {
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--av-line);
  background: var(--white);
  color: var(--av-ink);
  cursor: pointer;
  place-items: center;
}

.av-scene-buttons button:hover,
.av-scene-buttons button:focus-visible {
  border-color: var(--av-coral);
  color: var(--av-coral);
}

.av-scene-buttons i {
  font-size: 20px;
}

.av-centered-heading {
  max-width: none;
  text-align: center;
}

.av-process-list {
  position: relative;
  display: grid;
  margin: 0;
  padding: 0;
  counter-reset: av-step;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.av-process-list::before {
  position: absolute;
  top: 68px;
  right: 5%;
  left: 5%;
  height: 2px;
  background: var(--av-gold);
  content: "";
}

.av-process-list li {
  position: relative;
  display: grid;
  min-width: 0;
  justify-items: center;
  padding: 0 clamp(9px, 1vw, 18px);
  counter-increment: av-step;
  text-align: center;
}

.av-process-list i {
  color: var(--av-coral);
  font-size: 44px;
}

.av-process-list li > span {
  z-index: 1;
  display: grid;
  width: 22px;
  height: 22px;
  margin-top: 13px;
  border: 5px solid var(--av-gold);
  border-radius: 50%;
  background: var(--av-paper);
  color: transparent;
  font-size: 0;
  place-items: center;
}

.av-process-list h3 {
  margin: 19px 0 9px;
  font-size: 14px;
}

.av-process-list h3::before {
  color: var(--av-coral);
  content: counter(av-step, decimal-leading-zero) " ";
}

.av-process-list p {
  margin-bottom: 0;
  color: var(--av-muted);
  font-size: 10px;
  line-height: 1.75;
}

.av-io-grid {
  display: grid;
  border-top: 1px solid var(--av-ink);
  border-bottom: 1px solid var(--av-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.av-io-grid article {
  padding: clamp(28px, 3vw, 48px);
}

.av-io-grid article + article {
  border-left: 1px solid var(--av-line);
}

.av-column-label {
  margin-bottom: 30px;
  color: var(--av-coral);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.av-io-grid ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 28px;
  list-style: none;
}

.av-io-grid li {
  display: grid;
  align-items: start;
  gap: 18px;
  grid-template-columns: 38px minmax(0, 1fr);
}

.av-io-grid li > i {
  color: var(--av-coral);
  font-size: 30px;
}

.av-io-grid li span {
  display: grid;
  gap: 6px;
}

.av-io-grid li strong {
  font-size: 16px;
}

.av-io-grid li small {
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.7;
}

.av-reel {
  padding: clamp(72px, 7vw, 112px) var(--gutter);
  background: var(--av-charcoal);
  color: var(--white);
}

.av-reel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: clamp(40px, 4vw, 60px);
  gap: 36px;
}

.av-reel-heading h2 {
  color: var(--white);
}

.av-reel-heading > div > span {
  display: block;
  margin-top: 13px;
  color: #aeb5b3;
  font-size: 12px;
}

.av-reel-heading > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--av-coral);
  gap: 12px;
  color: var(--av-coral);
  font-size: 12px;
  font-weight: 750;
}

.av-reel-placeholder {
  display: grid;
  align-items: start;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid rgb(255 255 255 / 22%);
  background: #0e1112;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) minmax(240px, 0.55fr);
}

.av-reel-placeholder > i {
  color: var(--av-coral);
  font-size: 34px;
}

.av-reel-placeholder strong {
  font-size: 22px;
}

.av-reel-placeholder p {
  max-width: 720px;
  margin: 10px 0 0;
  color: #bec4c2;
  font-size: 12px;
  line-height: 1.8;
}

.av-reel-placeholder ul {
  margin: 0;
  padding: 0;
  color: #bec4c2;
  font-size: 11px;
  line-height: 1.9;
  list-style: none;
}

.av-reel-placeholder li::before {
  margin-right: 9px;
  color: var(--av-coral);
  content: "—";
}

.av-reel-grid {
  display: grid;
  gap: clamp(20px, 2vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.av-reel-card {
  min-width: 0;
}

.av-reel-cover {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 22%);
  background: #0e1112;
  cursor: pointer;
}

.av-reel-cover img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 300ms ease, opacity 300ms ease;
}

.av-reel-cover:hover img,
.av-reel-cover:focus-visible img {
  opacity: 0.83;
  transform: scale(1.025);
}

.av-sample-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  background: var(--av-coral);
  color: var(--white);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.av-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 50%;
  background: rgb(12 15 16 / 42%);
  color: var(--white);
  transform: translate(-50%, -50%);
  place-items: center;
}

.av-play-button i {
  font-size: 22px;
  transform: translateX(2px);
}

.av-reel-card h3 {
  margin: 22px 0 9px;
  font-size: 21px;
}

.av-reel-card > p {
  min-height: 45px;
  margin-bottom: 14px;
  color: #bec4c2;
  font-size: 11px;
  line-height: 1.75;
}

.av-text-button {
  display: inline-flex;
  align-items: center;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: var(--av-coral);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  gap: 8px;
}

.av-text-button:hover,
.av-text-button:focus-visible {
  border-bottom-color: currentColor;
}

.av-fit-list {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--av-ink);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.av-fit-list li {
  display: grid;
  padding: 30px clamp(20px, 2.8vw, 46px) 10px 0;
  gap: 7px;
}

.av-fit-list li + li {
  padding-left: clamp(20px, 2.8vw, 46px);
  border-left: 1px solid var(--av-line);
}

.av-fit-list span {
  color: var(--av-coral);
  font-size: 10px;
  font-weight: 850;
}

.av-fit-list strong {
  font-size: 19px;
}

.av-fit-list small {
  color: var(--av-muted);
  font-size: 11px;
  line-height: 1.75;
}

.av-final-cta {
  display: grid;
  justify-items: center;
  padding: clamp(72px, 8vw, 128px) var(--gutter);
  background: var(--av-coral);
  color: var(--white);
  text-align: center;
}

.av-final-cta > p {
  color: var(--av-gold);
}

.av-final-cta h2 {
  max-width: 920px;
  color: var(--white);
}

.av-final-cta > span {
  max-width: 720px;
  margin-top: 20px;
  color: rgb(255 255 255 / 84%);
  font-size: 13px;
  line-height: 1.8;
}

.av-final-cta > div {
  display: flex;
  margin-top: 34px;
  gap: 14px;
}

.av-final-cta a {
  min-width: 210px;
  padding: 12px 24px;
  background: var(--white);
  color: var(--av-ink);
}

.av-final-cta a + a {
  border: 1px solid rgb(255 255 255 / 62%);
  background: transparent;
  color: var(--white);
}

.av-sample-dialog {
  width: min(1060px, calc(100vw - 44px));
  max-height: calc(100svh - 44px);
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--av-charcoal);
  color: var(--white);
}

.av-sample-dialog::backdrop {
  background: rgb(9 12 13 / 78%);
  backdrop-filter: blur(7px);
}

.av-dialog-shell {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.av-dialog-shell figure {
  display: grid;
  min-width: 0;
  margin: 0;
  background: #090b0c;
  place-items: center;
}

.av-dialog-shell figure video {
  width: 100%;
  height: 100%;
  background: #090b0c;
  object-fit: contain;
}

.av-dialog-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 50%;
  background: rgb(16 20 21 / 72%);
  color: var(--white);
  cursor: pointer;
  place-items: center;
}

.av-dialog-close i {
  font-size: 22px;
}

.av-dialog-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 68px 42px 42px;
}

.av-dialog-copy > p {
  margin-bottom: 16px;
  color: var(--av-coral);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.av-dialog-copy h2 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 38px;
}

.av-dialog-copy strong {
  margin-bottom: 15px;
  color: var(--av-gold);
  font-size: 12px;
}

.av-dialog-copy > span {
  color: #bec4c2;
  font-size: 12px;
  line-height: 1.8;
}

.av-dialog-copy a {
  margin-top: 28px;
  padding: 12px 20px;
  background: var(--av-coral);
  color: var(--white);
  font-size: 12px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .av-primary-button,
  .av-reel-cover img,
  .av-scene-track,
  .av-scene-dots button {
    transition: none;
  }
}

@media (max-width: 1080px) {
  .av-hero-copy {
    width: min(60%, 650px);
  }

  .av-hero h1 {
    font-size: clamp(46px, 6vw, 64px);
  }

  .av-capabilities li {
    padding-inline: 14px;
  }

  .av-process-list {
    gap: 34px 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .av-process-list::before {
    display: none;
  }

  .av-process-list li {
    padding-inline: 24px;
  }

  .av-process-list li > span {
    border-width: 4px;
  }
}

@media (max-width: 820px) {
  .av-hero-stage,
  .av-hero-copy {
    min-height: 650px;
  }

  .av-hero-media img {
    object-position: 61% center;
  }

  .av-hero-shade {
    background: linear-gradient(90deg, rgb(255 255 255 / 98%) 0%, rgb(255 255 255 / 91%) 43%, rgb(255 255 255 / 42%) 62%, rgb(255 255 255 / 0%) 82%);
  }

  .av-hero-copy {
    width: 68%;
    padding: 52px var(--gutter) 46px;
  }

  .av-hero h1 {
    font-size: clamp(42px, 7vw, 57px);
  }

  .av-hero-intro {
    font-size: 13px;
  }

  .av-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-capabilities li:nth-child(3),
  .av-capabilities li:nth-child(4) {
    border-top: 1px solid var(--av-line);
  }

  .av-capabilities li:nth-child(3) {
    border-left: 0;
  }

  .av-section-heading-split {
    grid-template-columns: 1fr;
  }

  .av-reel-grid {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .av-reel-card > p {
    min-height: 0;
  }

  .av-fit-list {
    grid-template-columns: 1fr;
  }

  .av-fit-list li + li {
    padding-left: 0;
    border-top: 1px solid var(--av-line);
    border-left: 0;
  }

  .av-dialog-shell {
    grid-template-columns: 1fr;
  }

  .av-dialog-shell figure video {
    max-height: 46svh;
  }

  .av-dialog-copy {
    padding: 32px 28px;
  }
}

@media (max-width: 620px) {
  .av-hero-stage {
    display: grid;
    min-height: 0;
    padding-top: min(56.25vw, 349px);
    background: var(--white);
  }

  .av-hero-media {
    bottom: auto;
    height: min(56.25vw, 349px);
  }

  .av-hero-media img {
    object-position: center;
  }

  .av-hero-shade {
    height: min(56.25vw, 349px);
    background: linear-gradient(0deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 0%) 34%);
  }

  .av-hero-copy {
    width: 100%;
    min-height: 0;
    justify-content: flex-start;
    padding: 30px var(--gutter) 38px;
    background: var(--white);
  }

  .av-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .av-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.14;
  }

  .av-title-rule {
    width: 38px;
    height: 3px;
    margin-top: 20px;
  }

  .av-hero-intro {
    margin-top: 18px;
    font-size: 13px;
  }

  .av-hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 23px;
    gap: 8px;
  }

  .av-primary-button,
  .av-play-link {
    width: 100%;
  }

  .av-play-link {
    justify-content: flex-start;
  }

  .av-capabilities {
    min-height: 0;
    padding: 0;
  }

  .av-capabilities li {
    min-height: 104px;
    padding: 18px var(--gutter);
  }

  .av-capabilities i {
    font-size: 27px;
  }

  .av-scene-section,
  .av-process,
  .av-input-output,
  .av-fit,
  .av-reel,
  .av-final-cta {
    padding-right: var(--gutter);
    padding-left: var(--gutter);
  }

  .av-section-heading h2,
  .av-reel-heading h2,
  .av-final-cta h2 {
    font-size: 34px;
  }

  .av-section-heading-split {
    gap: 22px;
  }

  .av-scene-slide figcaption {
    padding: 16px 0 18px;
  }

  .av-scene-slide figcaption strong {
    font-size: 16px;
  }

  .av-scene-controls {
    gap: 16px;
    grid-template-columns: 1fr auto;
  }

  .av-scene-dots {
    justify-content: flex-start;
  }

  .av-scene-dots button {
    flex: 1 1 0;
    width: auto;
  }

  .av-scene-dots button[aria-pressed="true"] {
    width: auto;
  }

  .av-process-list {
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .av-process-list li {
    padding: 0 10px;
  }

  .av-process-list i {
    font-size: 38px;
  }

  .av-io-grid {
    grid-template-columns: 1fr;
  }

  .av-io-grid article {
    padding-right: 0;
    padding-left: 0;
  }

  .av-io-grid article + article {
    border-top: 1px solid var(--av-line);
    border-left: 0;
  }

  .av-reel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .av-reel-placeholder {
    grid-template-columns: 1fr;
  }

  .av-final-cta > div {
    width: 100%;
    flex-direction: column;
  }

  .av-final-cta a {
    width: 100%;
  }

  .av-sample-dialog {
    width: 100vw;
    max-width: none;
    max-height: 100svh;
    height: 100svh;
    margin: 0;
  }

  .av-dialog-shell {
    min-height: 100%;
    grid-template-rows: minmax(240px, 44svh) 1fr;
  }

  .av-dialog-copy h2 {
    font-size: 32px;
  }
}
