/* ROAS1000X page Tentang: kertas proof sama dengan home. Ledger perangai market maker, nota tangan merah
   di kolum margin kanan, senarai tolak dengan garis coret dan tanda buang tukang proof. Token dari theme.css. */

.roas-main:has(> .ab),
body:has(.ab) .roas-foot { background: var(--paper-2); }

.ab {
  --hand: "Kalam", "Segoe Print", cursive;
  --ab-notes: 0px;
  --ab-gap: 0px;
  --ab-pad: 10px;
  --ab-mark: 28px;
  --ab-sec: 56px;
  --ab-num: 28px;
  --slip: 0 12px 26px -16px rgba(17, 17, 17, .38), 0 1px 2px rgba(17, 17, 17, .08);
  padding: 30px var(--gutter) 44px;
  color: var(--ink);
}

/* =========================================================
   KERTAS + TANDA CETAK
   ========================================================= */
.ab-sheet {
  position: relative;
  container-type: inline-size;
  max-width: 1120px;
  margin-inline: auto;
  padding: 24px var(--ab-pad) 26px;
}
.ab-crop {
  position: absolute;
  width: var(--ab-mark);
  height: var(--ab-mark);
  pointer-events: none;
}
.ab-crop::before,
.ab-crop::after {
  content: "";
  position: absolute;
  background: var(--ink);
}
.ab-crop::before { left: 0; right: 0; top: calc(50% - .5px); height: 1px; }
.ab-crop::after { top: 0; bottom: 0; left: calc(50% - .5px); width: 1px; }
.ab-crop--tl { top: calc(var(--ab-mark) / -2); left: calc(var(--ab-mark) / -2); }
.ab-crop--tr { top: calc(var(--ab-mark) / -2); right: calc(var(--ab-mark) / -2); }
.ab-crop--bl { bottom: calc(var(--ab-mark) / -2); left: calc(var(--ab-mark) / -2); }
.ab-crop--br { bottom: calc(var(--ab-mark) / -2); right: calc(var(--ab-mark) / -2); }

.ab-reg {
  position: absolute;
  left: 50%;
  width: var(--ab-mark);
  height: var(--ab-mark);
  color: var(--ink);
  transform: translateX(-50%);
  pointer-events: none;
}
.ab-reg--top { top: calc(var(--ab-mark) / -2); }
.ab-reg--bottom { bottom: calc(var(--ab-mark) / -2); }
.ab-reg-svg { display: block; width: 100%; height: 100%; }

/* Bahagian: garis atas + tanda lipat pendek di luar tepi kertas */
.ab-sec {
  position: relative;
  margin-top: var(--ab-sec);
  padding-top: 26px;
  border-top: 1px solid var(--ink);
}
.ab-sec::before,
.ab-sec::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 10px;
  height: 1px;
  background: var(--ink);
}
.ab-sec::before { left: calc(-1 * var(--ab-pad) - 14px); }
.ab-sec::after { right: calc(-1 * var(--ab-pad) - 14px); }

.ab-h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-variation-settings: "wdth" 64;
  font-weight: 900;
  font-size: clamp(2.1rem, 11cqi, 4.5rem);
  line-height: .9;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: balance;
}

.ab-intro,
.ab-copy { max-width: 38rem; }
.ab-intro p,
.ab-copy p {
  margin: 0 0 .7em;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink-2);
  text-wrap: pretty;
}
.ab-intro p:last-child,
.ab-copy p:last-child { margin-bottom: 0; }
.ab-intro { margin-bottom: 26px; }
.ab-fig { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }

/* Nota tangan: satu gaya untuk semua */
.ab-note-txt,
.ab-scene-note,
.ab-x100 {
  font-family: var(--hand);
  font-weight: 400;
  color: var(--red-deep);
}

/* =========================================================
   HERO
   ========================================================= */
.ab-h1 {
  margin: 0 0 18px;
  font-family: var(--display);
  font-variation-settings: "wdth" 62;
  font-weight: 900;
  font-size: min(20cqi, 7.5rem);
  line-height: .86;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.ab-h1 span { display: block; white-space: nowrap; }
.ab-h1 span + span { color: var(--red); }
.ab-lede { max-width: 46ch; }
.ab-lede p {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.42;
  color: var(--ink);
  text-wrap: pretty;
}
.ab-lede p:first-child { font-weight: 700; }

/* =========================================================
   LEDGER MARKET MAKER
   ========================================================= */
.ab-ledger {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--ink);
}
.ab-row {
  display: grid;
  grid-template-columns: var(--ab-num) minmax(0, 1fr);
  grid-template-areas:
    "num txt"
    ". note";
  column-gap: 8px;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.ab-row:first-child { border-top: 1px solid var(--ink); }
.ab-row-num {
  grid-area: num;
  padding-top: 15px;
  font-family: var(--display);
  font-variation-settings: "wdth" 80;
  font-weight: 800;
  font-size: .8rem;
  line-height: 1;
  color: var(--hint);
}
.ab-row-txt {
  grid-area: txt;
  padding: 12px 0 12px;
  font-family: var(--display);
  font-variation-settings: "wdth" 84;
  font-weight: 700;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: -.005em;
  color: var(--ink);
  text-wrap: pretty;
}
.ab-row--noted .ab-row-num { color: var(--red); }
.ab-note {
  grid-area: note;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}
.ab-note--empty { display: none; }
.ab-row--noted .ab-row-txt { padding-bottom: 2px; }
.ab-note-arrow {
  flex: none;
  width: 30px;
  height: 18px;
  margin-top: -2px;
  overflow: visible;
  transform: scaleY(-1) rotate(-12deg);
}
.ab-note-arrow path {
  fill: none;
  stroke: var(--red);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ab-note-txt {
  padding-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.1;
  transform: rotate(-2deg);
  transform-origin: left center;
}

/* =========================================================
   YANG KITA TOLAK
   ========================================================= */
.ab-no {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--ink);
}
.ab-no-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  column-gap: 10px;
  margin: 0;
  padding: 12px 0;
  border-top: 1px solid var(--rule);
}
.ab-no-row:first-child { border-top: 1px solid var(--ink); }
.ab-no-txt {
  font-family: var(--display);
  font-variation-settings: "wdth" 84;
  font-weight: 700;
  font-size: 1.28rem;
  line-height: 1.3;
  color: var(--muted);
  text-wrap: pretty;
}
.ab-strike {
  background: linear-gradient(var(--red), var(--red)) no-repeat 0 56% / 100% 3px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-size .75s var(--ease);
  transition-delay: calc(var(--i, 0) * 140ms);
}
.ab-motion .ab-no:not(.is-in) .ab-strike { background-size: 0% 3px; }
.ab-no-mark { display: flex; align-items: center; align-self: stretch; }
.ab-dele {
  display: block;
  width: 34px;
  height: 34px;
  overflow: visible;
}
.ab-dele path {
  fill: none;
  stroke: var(--red);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* =========================================================
   ASAL NAMA
   ========================================================= */
.ab-quote {
  position: relative;
  margin: 0;
  padding: 20px 18px 18px;
  background: var(--paper);
  box-shadow: var(--slip);
}
.ab-quote blockquote { margin: 0; }
.ab-quote blockquote::before {
  content: "\201C";
  display: block;
  height: .5em;
  font-family: var(--display);
  font-weight: 900;
  font-size: 4rem;
  line-height: .9;
  color: var(--red);
}
.ab-quote p {
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "wdth" 82;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--ink);
  text-wrap: pretty;
}
.ab-quote .ab-fig { font-weight: 900; }
.ab-fig--red { color: var(--red-deep); }
.ab-quote figcaption {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid var(--rule);
  font-size: .8rem;
  line-height: 1.4;
  color: var(--muted);
}
.ab-quote cite { font-style: italic; }
.ab-x100 {
  position: absolute;
  top: -16px;
  right: 12px;
  font-size: 1.9rem;
  line-height: 1;
  transform: rotate(-8deg);
}
.ab-origin .ab-copy { margin-top: 26px; }
.ab-copy .ab-origin-last {
  margin-top: 1.1em;
  padding-top: .9em;
  border-top: 1px solid var(--ink);
  font-family: var(--display);
  font-variation-settings: "wdth" 78;
  font-weight: 800;
  font-size: 1.45rem;
  line-height: 1.12;
  color: var(--ink);
}

/* =========================================================
   CERITA
   ========================================================= */
.ab-story-list { display: grid; gap: 22px; }
.ab-scene {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.ab-scene-note {
  order: -1;
  margin: 0 0 6px;
  font-size: 1.2rem;
  line-height: 1;
}
.ab-scene-note > span {
  display: inline-block;
  transform: rotate(-3deg);
  transform-origin: left center;
}
.ab-scene-note--empty { display: none; }
.ab-scene:nth-child(3) .ab-copy p:first-child,
.ab-scene:last-child .ab-copy p:last-child {
  font-weight: 700;
  color: var(--ink);
}

/* =========================================================
   FOUNDER: plate monogram (atau gambar) + nama + ayat
   ========================================================= */
.ab-founder-grid {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
}
.ab-plate {
  position: relative;
  aspect-ratio: 1;
  background: var(--ink);
  box-shadow: var(--slip);
  overflow: hidden;
}
.ab-plate-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-mono {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .08em;
  font-family: var(--display);
  font-variation-settings: "wdth" 62;
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -.01em;
  color: var(--paper);
}
.ab-mono-r { color: var(--red); }
.ab-founder-name {
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "wdth" 66;
  font-weight: 900;
  font-size: 1.9rem;
  line-height: .92;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: balance;
}
.ab-founder-role {
  margin: 8px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--display);
  font-variation-settings: "wdth" 84;
  font-weight: 700;
  font-size: .9rem;
  line-height: 1.2;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--red-deep);
}
.ab-founder-body .ab-copy { margin-top: 16px; }
.ab-founder-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 10px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
  transition: color .2s;
}
.ab-founder-link .roas-ic { width: 18px; height: 18px; color: var(--red); transition: transform .3s var(--ease); }
.ab-founder-link:hover { color: var(--red-deep); }
.ab-founder-link:hover .roas-ic { transform: translateX(3px); }

/* mobile: plate + nama sebaris, ayat penuh lebar bawah */
@media (max-width: 599px) {
  .ab-founder-grid { row-gap: 0; }
  .ab-founder-body { display: contents; }
  .ab-founder-body .ab-copy,
  .ab-founder-link { grid-column: 1 / -1; }
  .ab-founder-name,
  .ab-founder-role { grid-column: 2; }
  .ab-founder-name { grid-row: 1; align-self: end; }
  .ab-founder-role { grid-row: 2; align-self: start; }
  .ab-plate { grid-row: 1 / span 2; }
}
@media (max-width: 379px) {
  .ab-founder-grid { grid-template-columns: 92px minmax(0, 1fr); column-gap: 14px; }
  .ab-mono { font-size: 38px; }
  .ab-founder-name { font-size: 1.6rem; }
}
@media (min-width: 600px) {
  .ab-founder-grid { grid-template-columns: 180px minmax(0, 1fr); column-gap: 32px; }
  .ab-mono { font-size: 76px; }
  .ab-founder-name { font-size: 2.6rem; }
  .ab-founder-role { font-size: 1rem; }
}
@media (min-width: 900px) {
  .ab-founder-grid { grid-template-columns: 280px minmax(0, 38rem); column-gap: 64px; }
  .ab-mono { font-size: 124px; }
  .ab-founder-name { font-size: 3.4rem; }
  .ab-founder-role { margin-top: 12px; padding-bottom: 16px; }
  .ab-founder-body .ab-copy { margin-top: 22px; }
  .ab-founder-body .ab-copy p { font-size: 1.125rem; }
}

/* =========================================================
   3 TERAS
   ========================================================= */
.ab-pillar-list { margin: 0; padding: 0; list-style: none; }
.ab-pillar {
  margin: 0;
  padding: 20px 0 22px;
  border-top: 1px solid var(--rule);
}
.ab-pillar:first-child { padding-top: 4px; border-top: 0; }
.ab-pillar-h {
  display: flex;
  align-items: flex-start;
  gap: .18em;
  margin: 0 0 10px;
  font-family: var(--display);
  font-variation-settings: "wdth" 62;
  font-weight: 900;
  font-size: clamp(2.2rem, 12cqi, 3.4rem);
  line-height: .86;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--ink);
  overflow-wrap: anywhere;
}
.ab-pillar-num {
  flex: none;
  margin-top: .06em;
  font-size: .46em;
  line-height: 1;
  color: var(--red);
}
.ab-pillar p {
  margin: 0 0 .5em;
  max-width: 52ch;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--ink-2);
  text-wrap: pretty;
}
.ab-pillar p:last-child { margin-bottom: 0; }

/* =========================================================
   UNTUK SIAPA
   ========================================================= */
.ab-fit-grid { display: grid; gap: 30px; }
.ab-side { min-width: 0; }
.ab-side ul { margin: 0; padding: 0; list-style: none; }
.ab-side-h {
  margin: 0 0 8px;
  font-family: var(--display);
  font-variation-settings: "wdth" 72;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
}
.ab-side--in .ab-side-h { color: var(--ink); }
.ab-side--out .ab-side-h { color: var(--muted); }
.ab-side li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 28px;
  border-top: 1px solid var(--rule);
  font-size: 1rem;
  line-height: 1.4;
}
.ab-side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  -webkit-mask: var(--i-check) center / contain no-repeat;
  mask: var(--i-check) center / contain no-repeat;
  background: var(--red);
}
.ab-side--in li { font-weight: 600; color: var(--ink); }
.ab-side--out li { color: var(--muted); }
.ab-side--out li::before {
  -webkit-mask-image: var(--i-x);
  mask-image: var(--i-x);
  background: var(--field);
}

/* =========================================================
   PENUTUP + BUTANG
   ========================================================= */
.ab-close-line {
  margin: 0;
  max-width: 52ch;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink);
}
.ab-go {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 560px;
  min-height: 64px;
  margin-top: 22px;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: background .2s;
}
.ab-go-txt {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 76px 11px 16px;
  font-family: var(--display);
  font-variation-settings: "wdth" 72;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: .01em;
  text-transform: uppercase;
  text-align: center;
}
.ab-go-ic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  background: var(--red);
  clip-path: inset(0 0 0 20px);
  transition: clip-path .35s var(--ease), background .2s;
}
.ab-go-ic .roas-ic { width: 28px; height: 28px; transition: transform .35s var(--ease); }
.ab-go:hover { background: #000; color: #fff; }
.ab-go:hover .ab-go-ic { clip-path: inset(0); }
.ab-go:hover .roas-ic { transform: translateX(4px); }
.ab-go:active .ab-go-ic { background: var(--red-deep); }
.ab-go:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }

.ab-end {
  margin-top: 48px;
  border-top: 1px solid var(--ink);
}

/* =========================================================
   >= 600px: kolum margin kanan untuk nota
   ========================================================= */
@media (min-width: 600px) {
  .ab {
    --ab-notes: 150px;
    --ab-gap: 20px;
    --ab-pad: 20px;
    --ab-mark: 34px;
    --ab-sec: 80px;
    --ab-num: 40px;
    padding-top: 44px;
    padding-bottom: 64px;
  }
  .ab-sheet { padding-top: 36px; padding-bottom: 34px; }
  .ab-h1 { margin-bottom: 26px; }
  .ab-lede p { font-size: 1.35rem; }
  .ab-sec { padding-top: 34px; }
  .ab-h2 { margin-bottom: 30px; }

  .ab-row {
    grid-template-columns: var(--ab-num) minmax(0, 1fr) var(--ab-notes);
    grid-template-areas: "num txt note";
    column-gap: 0;
  }
  .ab-row-num { padding-top: 19px; font-size: .9rem; }
  .ab-row-txt,
  .ab-row--noted .ab-row-txt { padding: 15px var(--ab-gap) 15px 0; font-size: 1.5rem; }
  .ab-note,
  .ab-note--empty {
    display: flex;
    align-items: center;
    padding-left: 12px;
    border-left: 1px solid var(--ink);
  }
  .ab-note-arrow {
    width: 34px;
    margin: 0 0 0 -6px;
    transform: rotate(8deg);
  }
  .ab-note-txt { padding: 0; font-size: 1.12rem; transform: rotate(-4deg); }

  .ab-no-row { grid-template-columns: minmax(0, 1fr) var(--ab-notes); padding: 0; }
  .ab-no-txt { padding: 15px var(--ab-gap) 15px 0; font-size: 1.5rem; }
  .ab-no-mark { padding-left: 14px; border-left: 1px solid var(--ink); }
  .ab-dele { width: 40px; height: 40px; }

  .ab-quote { padding: 30px 34px 24px; }
  .ab-quote p { font-size: 1.9rem; }
  .ab-x100 { font-size: 2.6rem; right: 28px; top: -22px; }

  .ab-story-list { gap: 0; }
  .ab-scene {
    grid-template-columns: minmax(0, 1fr) var(--ab-notes);
    column-gap: var(--ab-gap);
  }
  .ab-scene .ab-copy { padding: 14px 0; }
  .ab-scene-note {
    order: 0;
    margin: 0;
    padding: 18px 0 0 12px;
    border-left: 1px solid var(--ink);
    font-size: 1.3rem;
  }
  .ab-scene-note--empty { display: block; }

  .ab-fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .ab-side--in { padding-right: 28px; border-right: 1px solid var(--ink); }
  .ab-side--out { padding-left: 28px; }
  .ab-side-h { font-size: 1.7rem; margin-bottom: 12px; }
  .ab-side li { padding: 14px 0 14px 32px; font-size: 1.0625rem; }
  .ab-side li::before { top: 17px; }
}

/* =========================================================
   >= 900px
   ========================================================= */
@media (min-width: 900px) {
  .ab {
    --ab-notes: 220px;
    --ab-gap: 40px;
    --ab-pad: 48px;
    --ab-mark: 40px;
    --ab-sec: 112px;
    --ab-num: 56px;
    padding-top: 64px;
    padding-bottom: 88px;
  }
  .ab-sheet { padding-top: 56px; padding-bottom: 44px; }
  .ab-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: var(--ab-gap);
    align-items: end;
  }
  .ab-h1 { font-size: min(13cqi, 9rem); margin-bottom: 0; }
  .ab-lede { max-width: 40ch; padding-bottom: .4rem; }
  .ab-lede p { font-size: 1.5rem; }
  .ab-sec { padding-top: 44px; }

  .ab-row-txt,
  .ab-row--noted .ab-row-txt,
  .ab-no-txt { font-size: 2rem; padding-block: 18px; }
  .ab-row-num { padding-top: 25px; font-size: 1rem; }
  .ab-note { padding-left: 16px; }
  .ab-note-txt { font-size: 1.4rem; }
  .ab-note-arrow { width: 40px; height: 22px; }
  .ab-no-mark { padding-left: 16px; }
  .ab-dele { width: 46px; height: 46px; }

  .ab-origin {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    grid-template-areas:
      "head head"
      "quote copy";
    column-gap: 56px;
    align-items: center;
  }
  .ab-origin .ab-h2 { grid-area: head; }
  .ab-quote { grid-area: quote; padding: 40px 44px 30px; }
  .ab-quote p { font-size: 2.15rem; }
  .ab-origin .ab-copy { grid-area: copy; margin-top: 0; }
  .ab-copy .ab-origin-last { font-size: 1.75rem; }

  .ab-scene .ab-copy p { font-size: 1.125rem; }
  .ab-scene .ab-copy { padding: 18px 0; }
  .ab-scene-note { padding: 22px 0 0 16px; font-size: 1.6rem; }

  .ab-pillar-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ab-pillar,
  .ab-pillar:first-child {
    padding: 4px 28px 8px;
    border-top: 0;
    border-left: 1px solid var(--ink);
  }
  .ab-pillar:first-child { padding-left: 0; border-left: 0; }
  .ab-pillar-h { font-size: clamp(2rem, 3.3cqi, 3.2rem); margin-bottom: 18px; overflow-wrap: normal; }
  .ab-pillar p { font-size: 1.125rem; }

  .ab-side--in { padding-right: 48px; }
  .ab-side--out { padding-left: 48px; }
  .ab-side-h { font-size: 2rem; margin-bottom: 14px; }
  .ab-side li { font-size: 1.15rem; }

  .ab-close { display: grid; justify-items: center; text-align: center; }
  .ab-close .ab-go { width: 100%; }
  .ab-go-txt { font-size: 1.6rem; }
  .ab-end { margin-top: 72px; }
}

/* =========================================================
   MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .ab-strike { transition: none; }
  .ab-motion .ab-no:not(.is-in) .ab-strike { background-size: 100% 3px; }
  .ab-go:hover .ab-go-ic { clip-path: inset(0 0 0 20px); }
}
