.option-nav,
.option-hero {
  display: none;
}

/* Option A case study: dark glass keeps the headline readable while allowing
   the animated wall to remain part of the composition. */
.option-a #work .case-copy {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: 620px;
  padding: clamp(26px, 4vw, 44px);
  color: #fff;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(rgba(21, 38, 59, .68), rgba(8, 20, 35, .74));
  -webkit-backdrop-filter: blur(21px) saturate(1.12);
  backdrop-filter: blur(21px) saturate(1.12);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, .2),
    inset 0 -2px 3px rgba(0, 0, 0, .28),
    0 8px 16px rgba(0, 0, 0, .18),
    0 24px 31px rgba(0, 0, 0, .15),
    0 45px 41px rgba(0, 0, 0, .09);
  text-shadow: none;
}

.option-a #work .case-copy::before {
  content: "";
  position: absolute;
  inset: 2px 4px 54%;
  z-index: 0;
  display: block;
  border-radius: 14px 14px 45% 45%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, .2),
    rgba(255, 255, 255, .03) 72%,
    transparent
  );
  filter: blur(.8px);
  pointer-events: none;
}

.option-a #work .case-copy::after {
  display: none;
}

.option-a #work .case-copy > * {
  position: relative;
  z-index: 3;
}

.option-a #work .case-copy .spec {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d8e2ec !important;
}

.option-a #work .case-copy .spec::before {
  content: "";
  width: 24px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--amber);
}

.option-a #work .case-copy h2 {
  margin-top: 14px;
  max-width: 12.5em;
  color: #fff;
  text-wrap: balance;
}

.option-a .case-live-link {
  margin-top: 24px;
  gap: 9px;
}

.option-a .case-live-link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Restore the iPhone-style preview shell used by the original mobile preview.
   The dimensions are proportionally reduced for the case-study composition. */
.option-a #work .case-media {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}

.option-a #work .phone {
  width: 280px;
  margin: 0 auto;
}

.option-a #work .phone-frame {
  position: relative;
  width: 280px;
  padding: 10px;
  border: 0;
  border-radius: 39px;
  background: #1c1c1e;
  box-shadow:
    0 0 0 2px #3a3a3c,
    0 0 0 6px #1c1c1e,
    0 30px 70px rgba(0, 0, 0, .58);
}

.option-a #work .phone-frame::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 4;
  width: 86px;
  height: 24px;
  border-radius: 16px;
  background: #080808;
  transform: translateX(-50%);
  pointer-events: none;
}

.option-a #work .phone-screen {
  position: relative;
  width: 260px;
  height: 584px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 31px;
  background: #0b0c0e;
  box-shadow: inset 0 0 0 1px #0b0c0e;
}

.option-a #work .phone-screen iframe {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 393px;
  height: 884px;
  border: 0;
  transform: scale(.66667);
  transform-origin: top left;
  pointer-events: none;
}

/* The wall positions .wall-brick slots. Inside each slot, .brick-button is the
   approved specimen, scaled as one piece so the brick itself is not rebuilt. */
.option-a #work .wall-brick {
  position: absolute;
  opacity: 0;
  overflow: visible;
  will-change: transform, opacity;
}

.option-a #work .brick-button {
  --button-white: #edf4fb;
  --button-100: #91abc3;
  --button-200: #6888a5;
  --button-300: #3d6385;
  --button-400: #28486b;
  --button-500: #0e1c2b;
  --button-shadow: 28 58 87;
  --button-text: var(--button-white);
  --radius: 18px;

  width: 220px;
  height: 80px;
  position: relative;
  border: 0;
  border-radius: var(--radius);
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: -1px;
  background: transparent;
  transform: scale(var(--wall-brick-scale, 1));
  transform-origin: top left;
}

.option-a #work .brick-button--horizontal {
  transform: scale(var(--wall-brick-scale, 1));
  transform-origin: top left;
}

.option-a #work .brick-button--blank .char,
.option-a #work .brick-button--blank .icon,
.option-a #work .brick-button--blank .outline,
.option-a #work .brick-button--blank .path,
.option-a #work .brick-button--blank .splash {
  visibility: hidden;
}

.option-a #work .brick-button .bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  filter: blur(1px);
}

.option-a #work .brick-button .bg::before,
.option-a #work .brick-button .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(var(--radius) * 1.1);
  background: var(--button-500);
}

.option-a #work .brick-button .bg::before {
  filter: blur(3px);
  box-shadow:
    -7px 6px 0 rgb(var(--button-shadow) / 40%),
    -14px 12px 1px rgb(var(--button-shadow) / 27%),
    -21px 18px 4px rgb(var(--button-shadow) / 16%);
}

.option-a #work .brick-button .wrap {
  height: 100%;
  padding: 3px;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  background: linear-gradient(to bottom, var(--button-100), var(--button-400));
  transform: translate(6px, -6px);
}

.option-a #work .brick-button .outline {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: inherit;
  outline: none;
}

.option-a #work .brick-button .content {
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  border-radius: calc(var(--radius) * .85);
  color: var(--button-text);
  font-weight: 600;
  background: linear-gradient(to bottom, var(--button-300), var(--button-400));
  box-shadow:
    inset -2px 12px 11px -5px var(--button-200),
    inset 1px -3px 11px rgb(0 0 0 / 35%);
}

.option-a #work .brick-button .content::before {
  content: "";
  width: 80%;
  position: absolute;
  inset: 45% 0 35%;
  z-index: 10;
  margin: auto;
  opacity: .7;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--button-400));
  filter: brightness(1.3) blur(5px);
}

.option-a #work .brick-button .path {
  position: absolute;
  inset: auto 0 0;
  z-index: 12;
  pointer-events: none;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
}

.option-a #work .brick-button .splash {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  stroke: var(--button-300);
  stroke-dasharray: 60 60;
  stroke-dashoffset: 60;
  transform: translate(-17%, -31%);
}

.option-a #work .brick-button.blue {
  --button-white: #edf8ff;
  --button-100: #a9d9ff;
  --button-200: #75bdf5;
  --button-300: #4ba5ee;
  --button-400: #2f93e8;
  --button-500: #17436f;
  --button-shadow: 31 111 192;
}

.option-a #work .brick-button.amber {
  --button-white: #fff4d8;
  --button-100: #ffd98d;
  --button-200: #ffc15a;
  --button-300: #f8ae37;
  --button-400: #f5a01a;
  --button-500: #9c5d0c;
  --button-shadow: 185 112 15;
}

.option-a #work .brick-button.teal {
  --button-white: #e6fffb;
  --button-100: #a0f0e7;
  --button-200: #69ded1;
  --button-300: #42cdbf;
  --button-400: #28c2b2;
  --button-500: #0e544f;
  --button-shadow: 31 158 146;
}

@media (max-width: 759px) {
  .option-a #work .case-grid {
    gap: 46px;
  }

  .option-a #work .case-copy {
    width: calc(100% - 7px);
    padding: 25px 21px 27px;
    border-radius: 18px;
  }

  .option-a #work .case-copy h2 {
    font-size: clamp(27px, 8vw, 36px);
    line-height: 1.06;
  }

  .option-a .case-live-link {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .option-a #work .case-media {
    max-width: 280px;
  }

  .option-a #work .phone,
  .option-a #work .phone-frame {
    width: 260px;
  }

  .option-a #work .phone-screen {
    width: 240px;
    height: 539px;
    border-radius: 29px;
  }

  .option-a #work .phone-screen iframe {
    transform: scale(.61578);
  }
}

@media (max-width: 759px) {
  .option-a {
    --option-nav-height: 76px;
  }

  .option-a > .page > header.nav,
  .option-a .hero {
    display: none;
  }

  .option-nav {
    position: absolute;
    inset: 0 0 auto;
    z-index: 100;
    display: block;
    color: #fff;
    padding-top: env(safe-area-inset-top, 0px);
  }

  .option-nav::before {
    content: "";
    position: absolute;
    inset: 0 0 -54px;
    z-index: -1;
    background: linear-gradient(
      to bottom,
      rgba(5, 10, 17, .98) 0%,
      rgba(8, 17, 29, .88) 56%,
      rgba(8, 17, 29, 0) 100%
    );
    pointer-events: none;
  }

  .option-nav-bar {
    min-height: var(--option-nav-height);
    padding:
      10px max(18px, env(safe-area-inset-right, 0px))
      8px max(18px, env(safe-area-inset-left, 0px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .option-brand {
    display: inline-flex;
    align-items: center;
    width: 128px;
    min-height: 44px;
  }

  .option-brand img {
    width: 128px;
    height: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .38));
  }

  .option-menu-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 5px;
    color: #fff;
    background: rgba(8, 17, 29, .45);
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .option-menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform .24s ease, opacity .16s ease;
  }

  .option-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .option-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(.25);
  }

  .option-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .option-menu-toggle:focus-visible,
  .option-menu a:focus-visible,
  .option-btn:focus-visible,
  .option-scroll-cue:focus-visible {
    outline: 3px solid var(--amber);
    outline-offset: 3px;
  }

  .option-menu {
    width: 100%;
    margin: -1px 0 0;
    padding:
      7px max(18px, env(safe-area-inset-right, 0px))
      calc(22px + env(safe-area-inset-bottom, 0px))
      max(18px, env(safe-area-inset-left, 0px));
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(5, 10, 17, .99), rgba(15, 29, 46, .98));
    border-bottom: 1px solid rgba(255, 255, 255, .17);
    box-shadow: 0 22px 34px rgba(0, 0, 0, .34);
    transform-origin: top;
  }

  .option-menu:not([hidden]) {
    animation: optionMenuOpen .24s ease-out both;
  }

  .option-menu.is-closing {
    animation: optionMenuClose .18s ease-in both;
  }

  .option-menu[hidden] {
    display: none;
  }

  @keyframes optionMenuOpen {
    from { opacity: 0; transform: translateY(-10px) scaleY(.97); }
    to { opacity: 1; transform: none; }
  }

  @keyframes optionMenuClose {
    from { opacity: 1; transform: none; }
    to { opacity: 0; transform: translateY(-8px) scaleY(.98); }
  }

  .option-menu a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-family: var(--font-head);
    font-size: 19px;
    font-weight: 750;
    color: #fff;
  }

  .option-menu a::after {
    content: "↗";
    margin-left: 18px;
    color: var(--amber);
    font-size: 15px;
  }

  .option-menu a[href^="#"]::after {
    content: "↓";
  }

  .option-menu .option-menu-cta {
    position: relative;
    min-height: 54px;
    margin-top: 16px;
    padding: 0 16px;
    justify-content: center;
    border: 2px solid var(--amber);
    border-radius: 10px;
    background: var(--amber);
    color: var(--navy);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .45),
      0 7px 18px rgba(245, 160, 26, .28),
      0 3px 5px rgba(0, 0, 0, .28);
    transition: transform .14s ease, box-shadow .14s ease, background .14s ease;
  }

  .option-menu .option-menu-cta::after {
    content: "";
    display: block;
    position: absolute;
    inset: -2px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    background:
      transparent padding-box,
      linear-gradient(to bottom, rgba(255, 255, 255, .55), rgba(0, 0, 0, .3)) border-box;
    pointer-events: none;
  }

  .option-menu .option-menu-cta::before {
    content: "";
    position: absolute;
    inset: 1px 2px 50%;
    border-radius: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25), transparent);
    filter: blur(.5px);
    pointer-events: none;
  }

  .option-menu .option-menu-cta:active {
    transform: translateY(1px);
    background: var(--amber-deep);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .3),
      0 4px 10px rgba(245, 160, 26, .24),
      0 2px 3px rgba(0, 0, 0, .24);
  }

  .option-hero {
    position: relative;
    isolation: isolate;
    display: block;
    min-height: max(680px, 100svh);
    color: #fff;
    overflow: clip;
    background: #0b1726;
  }

  .option-slides,
  .option-slide,
  .option-hero-shade,
  .option-hero-grid {
    position: absolute;
    inset: 0;
  }

  .option-slides {
    z-index: -4;
    background: #0b1726;
  }

  .option-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.045);
    animation: optionCrossfade 50s linear infinite;
  }

  .option-slide:nth-child(1) { animation-delay: 0s; }
  .option-slide:nth-child(2) { animation-delay: 10s; }
  .option-slide:nth-child(3) { animation-delay: 20s; }
  .option-slide:nth-child(4) { animation-delay: 30s; }
  .option-slide:nth-child(5) { animation-delay: 40s; }

  .option-slide--sander { object-position: 54% 42%; }
  .option-slide--plumber { object-position: 59% 50%; }
  .option-slide--plasterer { object-position: 62% 39%; }
  .option-slide--roofer { object-position: 54% 51%; }
  .option-slide--business { object-position: 51% 35%; }

  @keyframes optionCrossfade {
    0% { opacity: 0; transform: scale(1.055); }
    4% { opacity: 1; }
    17% { opacity: 1; }
    21% { opacity: 0; transform: scale(1.015); }
    100% { opacity: 0; transform: scale(1.015); }
  }

  .option-hero-shade {
    z-index: -3;
    background:
      linear-gradient(to bottom, rgba(4, 9, 15, .62) 0%, rgba(5, 11, 19, .13) 25%, rgba(6, 13, 22, .48) 48%, rgba(5, 11, 19, .94) 78%, #07111e 100%),
      linear-gradient(90deg, rgba(9, 22, 38, .64), rgba(9, 22, 38, .12) 82%);
  }

  .option-hero-grid {
    z-index: -2;
    opacity: .18;
    background-image:
      linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 32px 32px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 15%, #000 70%);
    mask-image: linear-gradient(to bottom, transparent 15%, #000 70%);
  }

  .option-hero-inner {
    width: min(calc(100% - 38px), 620px);
    min-height: max(680px, 100svh);
    margin-inline: auto;
    padding:
      calc(var(--option-nav-height) + env(safe-area-inset-top, 0px) + 56px)
      0
      calc(18px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .option-eyebrow {
    max-width: 30em;
    font-family: var(--mono);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #e1e9f1;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
  }

  .option-eyebrow::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    margin: 0 9px 3px 0;
    background: var(--amber);
  }

  .option-hero h1 {
    max-width: 8.8em;
    margin-top: 13px;
    font-size: clamp(43px, 12.2vw, 62px);
    font-weight: 900;
    color: var(--blue);
    line-height: .94;
    letter-spacing: -.045em;
    text-wrap: balance;
    text-shadow:
      1px 1px 0 #1f6fc0,
      2px 2px 0 #17436f,
      3px 3px 0 #0f2c4a,
      4px 4px 0 #081b2e,
      5px 10px 22px rgba(0, 0, 0, .72);
  }

  .option-hero h1 em {
    display: block;
    margin-top: .08em;
    color: var(--amber);
    font-style: normal;
    text-shadow:
      1px 1px 0 #b9700f,
      2px 2px 0 #9c5d0c,
      3px 3px 0 #844e0a,
      4px 4px 0 #6c3f08,
      5px 10px 22px rgba(0, 0, 0, .68);
  }

  .option-lede {
    max-width: 32em;
    margin-top: 18px;
    font-size: clamp(17px, 4.6vw, 19px);
    line-height: 1.42;
    color: #f1f5f8;
    text-shadow: 0 2px 15px rgba(0, 0, 0, .72);
  }

  .option-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 23px;
  }

  .option-btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border: 2px solid var(--amber);
    border-radius: 10px;
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
    text-align: center;
  }

  .option-btn--primary {
    color: var(--navy);
    background: var(--amber);
    box-shadow: 4px 5px 0 rgba(47, 147, 232, .72);
  }

  .option-btn--secondary {
    color: #fff;
    background: rgba(5, 10, 17, .42);
    border-color: rgba(255, 255, 255, .76);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .option-trust {
    width: calc(100% - 62px);
    min-height: 52px;
    margin-top: 18px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    gap: 3px 6px;
    font-family: var(--mono);
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: .02em;
    color: #dce5ed;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .7);
  }

  .option-trust span {
    padding-inline: 3px;
    color: var(--amber);
  }

  .option-trust b {
    margin-left: 2px;
    color: var(--amber);
    font-size: 15px;
    line-height: 1;
  }

  .option-trust .option-whatsapp-prompt {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-right: -3px;
    color: inherit;
    opacity: 0;
    transform: translateY(-18px);
    animation: optionPromptDrop .55s cubic-bezier(.23, .7, .32, 1.18) 2s forwards;
  }

  .option-a .wam-btn {
    isolation: isolate;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .42),
      0 7px 18px rgba(37, 211, 102, .28),
      0 3px 5px rgba(0, 0, 0, .28);
    animation: optionWhatsAppGlow 2.8s ease-in-out 3.5s infinite;
  }

  .option-a .price-schedule {
    display: grid;
    gap: 14px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .option-a .price-row {
    overflow: hidden;
    isolation: isolate;
    border: 2px solid transparent;
    border-radius: 18px;
    background:
      linear-gradient(rgba(214, 214, 214, .34), rgba(214, 214, 214, .24)) padding-box,
      linear-gradient(
        to bottom,
        rgba(242, 242, 242, .98) 0%,
        rgba(129, 129, 129, .62) 41%,
        rgba(255, 255, 255, .98) 100%
      ) border-box;
    -webkit-backdrop-filter: blur(21px) saturate(1.12);
    backdrop-filter: blur(21px) saturate(1.12);
    box-shadow:
      inset 0 2px 2px rgba(255, 255, 255, .78),
      inset 0 -2px 3px rgba(21, 38, 59, .12),
      0 8px 15px rgba(0, 0, 0, .14),
      0 23px 29px rgba(0, 0, 0, .12),
      0 43px 39px rgba(0, 0, 0, .07),
      0 66px 50px rgba(0, 0, 0, .025);
  }

  .option-a .price-row > * {
    position: relative;
    z-index: 1;
  }

  .option-a .price-row::before {
    content: "";
    position: absolute;
    inset: 2px 4px 54%;
    z-index: 0;
    border-radius: 14px 14px 45% 45%;
    background:
      linear-gradient(to bottom, rgba(255, 255, 255, .68), rgba(255, 255, 255, .08) 72%, transparent);
    filter: blur(.8px);
    pointer-events: none;
  }

  .option-a .price-row::after {
    content: "";
    position: absolute;
    inset: 3px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 14px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .62),
      inset 0 -1px 0 rgba(21, 38, 59, .12);
    background: transparent;
    pointer-events: none;
  }

  .option-a .price-row-pick {
    background:
      linear-gradient(rgba(21, 38, 59, .86), rgba(8, 20, 35, .9)) padding-box,
      linear-gradient(
        to bottom,
        rgba(242, 242, 242, .66) 0%,
        rgba(79, 91, 108, .72) 41%,
        rgba(255, 255, 255, .72) 100%
      ) border-box;
    box-shadow:
      inset 0 2px 2px rgba(255, 255, 255, .2),
      inset 0 -2px 3px rgba(0, 0, 0, .28),
      0 8px 16px rgba(0, 0, 0, .18),
      0 24px 31px rgba(0, 0, 0, .15),
      0 45px 41px rgba(0, 0, 0, .09),
      0 68px 52px rgba(0, 0, 0, .035);
  }

  .option-a .price-row-pick::before {
    background:
      linear-gradient(to bottom, rgba(255, 255, 255, .2), rgba(255, 255, 255, .03) 72%, transparent);
  }

  .option-a .price-row-pick::after {
    border-color: rgba(255, 255, 255, .18);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .24),
      inset 0 -1px 0 rgba(0, 0, 0, .3);
  }

  .option-a .wam-btn::after {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: 3;
    border: 2px solid transparent;
    border-radius: 11px;
    background:
      transparent padding-box,
      linear-gradient(to bottom, rgba(255, 255, 255, .58), rgba(0, 0, 0, .3)) border-box;
    pointer-events: none;
  }

  .option-a .wam-btn::before {
    content: "";
    position: absolute;
    inset: 2px 3px 52%;
    z-index: 3;
    border-radius: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .25), transparent);
    filter: blur(.5px);
    pointer-events: none;
  }

  .option-a .wam-bg {
    animation: optionWhatsAppTwist .8s cubic-bezier(.23, .7, .32, 1.15) 2.65s both;
  }

  .option-a .wam-svg {
    animation: optionWhatsAppGlass .8s ease 2.65s both;
  }

  @keyframes optionPromptDrop {
    70% {
      opacity: 1;
      transform: translateY(3px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes optionWhatsAppTwist {
    0%, 100% {
      transform: rotate(0);
    }
    55% {
      transform: rotate(35deg);
      transform-origin: bottom;
    }
  }

  @keyframes optionWhatsAppGlass {
    0%, 100% {
      background-color: transparent;
    }
    55% {
      background-color: rgba(156, 156, 156, .466);
    }
  }

  @keyframes optionWhatsAppGlow {
    0%, 100% {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .42),
        0 6px 12px rgba(37, 211, 102, .18),
        0 3px 5px rgba(0, 0, 0, .28);
    }
    50% {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .45),
        0 6px 14px rgba(37, 211, 102, .27),
        0 0 5px rgba(37, 211, 102, .12),
        0 3px 5px rgba(0, 0, 0, .28);
    }
  }

  .option-scroll-cue {
    display: none;
  }

}

@media (max-width: 359px) {
  .option-brand,
  .option-brand img {
    width: 112px;
  }

  .option-hero-inner {
    width: min(calc(100% - 30px), 620px);
  }

  .option-hero h1 {
    font-size: 40px;
  }

  .option-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .option-a .case-live-link {
    transition: none;
  }

  .option-trust .option-whatsapp-prompt {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .option-a .wam-bg,
  .option-a .wam-svg {
    animation: none;
  }

  .option-a .wam-btn {
    animation: none;
  }

  .option-menu-toggle span {
    transition: none;
  }

  .option-menu:not([hidden]),
  .option-menu.is-closing {
    animation: none;
  }

  .option-slide {
    display: none;
    animation: none;
    transform: none;
  }

  .option-slide:first-child {
    display: block;
    opacity: 1;
  }
}

html:not(.js) .option-menu-toggle {
  display: none;
}

html:not(.js) .option-menu[hidden] {
  display: block !important;
}
