/* Sober Sunrise App Promotion — deliberately prefixed to avoid Impreza collisions. */

.ssap-showcase,
.ssap-showcase *,
.ssap-site-banner,
.ssap-site-banner * {
  box-sizing: border-box;
}

.ssap-showcase {
  --ssap-ink: #21140e;
  --ssap-copy: #59463b;
  --ssap-accent: #a14228;
  --ssap-theme-glow: rgba(84, 151, 207, .25);
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  color: var(--ssap-ink);
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 208, 151, .28), transparent 27%),
    radial-gradient(circle at 66% 88%, rgba(174, 74, 56, .15), transparent 31%),
    linear-gradient(145deg, #e2cdbd 0%, #d7bba8 53%, #cfad99 100%);
  font-family: "DM Sans", Arial, sans-serif;
}

.ssap-showcase::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 78%, transparent);
  opacity: .36;
  pointer-events: none;
}

.ssap-showcase__inner {
  width: min(1280px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(330px, .78fr) minmax(570px, 1.22fr);
  gap: clamp(24px, 4.5vw, 76px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(66px, 7vw, 100px) 0;
}

.ssap-showcase__copy {
  position: relative;
  z-index: 10;
}

.ssap-showcase__eyebrow {
  margin: 0 0 17px;
  color: var(--ssap-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ssap-showcase h2 {
  max-width: 560px;
  margin: 0;
  color: var(--ssap-ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(46px, 5.1vw, 72px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: .98;
}

.ssap-showcase__lede {
  max-width: 500px;
  margin: 25px 0 0;
  color: var(--ssap-copy);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.55;
}

.ssap-showcase__points {
  display: grid;
  gap: 12px;
  margin: 28px 0 32px;
  padding: 0;
  color: #48362d;
  font-size: 14px;
  font-weight: 690;
  line-height: 1.4;
  list-style: none;
}

.ssap-showcase__points li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 0;
}

.ssap-showcase__points li::before {
  display: none;
}

.ssap-showcase__points span {
  color: #c04b2b;
  font-weight: 950;
}

.ssap-showcase__actions {
  width: min(100%, 410px);
  display: grid;
  gap: 10px;
}

.ssap-download-card {
  display: grid;
  grid-template-columns: 62px minmax(150px, 1fr) 100px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  background: rgba(255, 250, 243, .73);
  border: 1px solid rgba(91, 50, 30, .17);
  border-radius: 17px;
  box-shadow: 0 17px 36px rgba(75, 37, 21, .16), inset 0 1px 0 rgba(255, 255, 255, .68);
  backdrop-filter: blur(10px);
}

.ssap-app-icon-link {
  width: 62px;
  height: 62px;
  display: block;
  border-radius: 22%;
  box-shadow: 0 10px 22px rgba(79, 39, 22, .2);
  transition: box-shadow .2s ease, transform .2s ease;
}

.ssap-app-icon-link:hover {
  box-shadow: 0 15px 27px rgba(79, 39, 22, .25);
  transform: translateY(-2px) rotate(-1deg);
}

.ssap-app-icon-link img,
.ssap-site-banner__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}

.ssap-download-card__primary {
  min-width: 0;
  display: grid;
  gap: 3px;
  justify-items: center;
  text-align: center;
}

.ssap-app-store-badge {
  width: min(100%, 171px);
  display: inline-flex;
  border-radius: 8px;
  transition: transform .2s ease;
}

.ssap-app-store-badge:hover {
  transform: translateY(-2px);
}

.ssap-app-store-badge img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.ssap-download-card__primary > span {
  color: #816d60;
  font-size: 9px;
  font-weight: 620;
}

.ssap-qr-download {
  display: grid;
  gap: 3px;
  justify-items: center;
  color: #76564a;
  text-decoration: none;
}

.ssap-qr-download img {
  width: 92px;
  height: 92px;
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid rgba(62, 36, 25, .11);
  border-radius: 9px;
  box-shadow: 0 6px 13px rgba(64, 34, 22, .1);
  filter: invert(1);
  image-rendering: pixelated;
}

.ssap-qr-download small {
  color: inherit;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.ssap-qr-download:hover small {
  color: var(--ssap-accent);
}

.ssap-coin-video-button {
  min-width: 204px;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-self: center;
  margin-top: 9px;
  padding: 9px 14px 9px 10px;
  color: #3b261d;
  background: rgba(255, 250, 242, .6);
  border: 1px solid rgba(95, 52, 30, .2);
  border-radius: 13px;
  box-shadow: 0 12px 27px rgba(78, 40, 23, .13), inset 0 1px 0 rgba(255, 255, 255, .55);
  cursor: pointer;
  font-family: "DM Sans", Arial, sans-serif;
  text-align: left;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ssap-coin-video-button:hover {
  background: rgba(255, 250, 242, .84);
  box-shadow: 0 17px 32px rgba(78, 40, 23, .18), inset 0 1px 0 rgba(255, 255, 255, .7);
  transform: translateY(-2px);
}

.ssap-coin-video-button__icon {
  width: 37px;
  height: 37px;
  flex: 0 0 37px;
  display: grid;
  place-items: center;
  color: #fff8e8;
  background: radial-gradient(circle at 35% 28%, #f2c475, #c47432 46%, #703020 100%);
  border: 1px solid rgba(96, 44, 23, .28);
  border-radius: 50%;
  box-shadow: 0 8px 15px rgba(100, 43, 23, .25), inset 0 1px 1px rgba(255, 255, 255, .52);
  font-size: 12px;
  line-height: 1;
  text-indent: 2px;
}

.ssap-coin-video-button small,
.ssap-coin-video-button strong {
  display: block;
}

.ssap-coin-video-button small {
  margin-bottom: 3px;
  color: #9b4c2e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .01em;
}

.ssap-coin-video-button strong {
  color: #3b261d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.ssap-showcase__visual {
  position: relative;
  min-width: 0;
}

.ssap-phone-stage {
  position: relative;
  min-height: 650px;
  perspective: 1700px;
}

.ssap-phone-stage::before {
  position: absolute;
  inset: 8% -2% 2%;
  background:
    radial-gradient(ellipse at 51% 72%, rgba(239, 126, 58, .58) 0%, rgba(179, 58, 47, .34) 30%, rgba(88, 42, 83, .17) 51%, transparent 70%),
    radial-gradient(circle at 54% 34%, var(--ssap-theme-glow), transparent 47%);
  content: "";
  filter: blur(28px);
  opacity: .93;
  pointer-events: none;
  transform: scale(1.03);
  transition: background .5s ease;
}

.ssap-phone-stage::after {
  position: absolute;
  right: 4%;
  bottom: 2%;
  left: 7%;
  height: 104px;
  background: radial-gradient(ellipse, rgba(64, 34, 24, .5), rgba(122, 52, 35, .31) 34%, rgba(211, 91, 52, .15) 52%, transparent 72%);
  content: "";
  filter: blur(15px);
  transform: rotate(-1deg);
}

.ssap-phone-halo {
  position: absolute;
  inset: 7% 0 3%;
  background:
    radial-gradient(circle at 52% 39%, var(--ssap-theme-glow), transparent 48%),
    radial-gradient(ellipse at 50% 76%, rgba(255, 158, 70, .58), rgba(189, 55, 57, .25) 38%, rgba(75, 35, 91, .13) 56%, transparent 72%);
  filter: blur(28px);
  opacity: .87;
  transition: background .5s ease;
}

.ssap-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(220px, 20.5vw, 292px);
  aspect-ratio: 660 / 1434;
  overflow: hidden;
  margin: 0;
  background: #100d0c;
  border: 6px solid #171310;
  border-radius: 34px;
  box-shadow: 0 68px 96px rgba(48, 25, 16, .36), 0 30px 46px rgba(70, 34, 21, .27), 0 11px 19px rgba(43, 22, 15, .24), 0 0 42px rgba(198, 77, 46, .12), inset 0 0 0 1px rgba(255, 255, 255, .13);
  transform-origin: 50% 73%;
  will-change: transform;
}

.ssap-phone::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), inset 0 0 18px rgba(255, 255, 255, .035);
  content: "";
  pointer-events: none;
}

.ssap-phone img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ssap-phone--center {
  z-index: 4;
  transform: translate(-50%, -50%) rotate(1deg);
  animation: ssap-float-center 11.8s ease-in-out infinite;
}

.ssap-phone--left {
  z-index: 2;
  filter: saturate(.97);
  transform: translate(-128%, -44%) rotate(-8deg) scale(.88);
  animation: ssap-float-left 14.6s ease-in-out infinite .8s;
}

.ssap-phone--right {
  z-index: 1;
  filter: saturate(.96);
  transform: translate(28%, -44%) rotate(8deg) scale(.88);
  animation: ssap-float-right 13.4s ease-in-out infinite 1.25s;
}

.ssap-phone__theme {
  position: absolute;
  right: 12px;
  bottom: 11%;
  z-index: 3;
  padding: 6px 9px;
  color: rgba(255, 255, 255, .9);
  background: rgba(12, 10, 9, .64);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.ssap-home-image {
  transition: opacity .24s ease;
}

.ssap-home-image.is-changing {
  opacity: .14;
}

.ssap-visual-footer {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 16px;
  align-items: flex-end;
  justify-content: center;
  margin: -5px auto 4px;
}

.ssap-companion-callout {
  position: relative;
  left: -16px;
  width: 176px;
  padding: 12px 14px 13px;
  color: #fff8ec;
  background: linear-gradient(145deg, rgba(46, 25, 24, .95), rgba(104, 42, 27, .93));
  border: 1px solid rgba(255, 205, 126, .36);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(69, 31, 19, .3), 0 0 30px rgba(222, 101, 48, .15);
  backdrop-filter: blur(10px);
  animation: ssap-callout-breathe 5.6s ease-in-out infinite 1.3s;
}

.ssap-companion-callout::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1px;
  height: 23px;
  background: linear-gradient(0deg, rgba(255, 205, 126, .68), transparent);
  content: "";
}

.ssap-companion-callout small,
.ssap-companion-callout strong,
.ssap-companion-callout span {
  display: block;
}

.ssap-companion-callout small {
  color: #f4ad69;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ssap-companion-callout strong {
  margin-top: 4px;
  color: #fff8ec;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.05;
}

.ssap-companion-callout span {
  margin-top: 5px;
  color: rgba(255, 248, 236, .71);
  font-size: 9px;
  line-height: 1.35;
}

.ssap-theme-switcher {
  position: relative;
  display: grid;
  gap: 10px;
  justify-items: center;
  margin: 0;
  text-align: center;
}

.ssap-theme-switcher__label {
  color: #624b3f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.ssap-theme-switcher__pills {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  background: rgba(255, 250, 241, .72);
  border: 1px solid rgba(88, 52, 31, .13);
  border-radius: 999px;
  box-shadow: 0 13px 30px rgba(77, 42, 24, .13);
  backdrop-filter: blur(10px);
}

.ssap-theme-switcher button {
  min-height: 34px;
  padding: 0 13px;
  color: #765f52;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.ssap-theme-switcher button:hover {
  color: #321c14;
  background: rgba(255, 255, 255, .72);
  transform: translateY(-1px);
}

.ssap-theme-switcher button[aria-pressed="true"] {
  color: #fff;
  background: linear-gradient(135deg, #c84b2d, #8e2f32 58%, #4e2947);
  box-shadow: 0 7px 16px rgba(125, 47, 37, .27);
}

.ssap-coin-video-button:focus-visible,
.ssap-theme-switcher button:focus-visible {
  outline: 3px solid rgba(198, 73, 43, .38);
  outline-offset: 3px;
}

@keyframes ssap-float-center {
  0%, 100% { transform: translate(-50%, -50%) rotate(1deg) scale(1); }
  50% { transform: translate(-50%, calc(-50% - 7px)) rotate(.55deg) scale(1.003); }
}

@keyframes ssap-float-left {
  0%, 100% { transform: translate(-128%, -44%) rotate(-8deg) scale(.88); }
  50% { transform: translate(-128%, calc(-44% - 5px)) rotate(-7.4deg) scale(.886); }
}

@keyframes ssap-float-right {
  0%, 100% { transform: translate(28%, -44%) rotate(8deg) scale(.88); }
  50% { transform: translate(28%, calc(-44% - 6px)) rotate(7.4deg) scale(.886); }
}

@keyframes ssap-callout-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Local MP4 modal. Its media column exactly matches the 1320 × 2868 source. */
.ssap-coin-dialog {
  position: fixed;
  inset: 0;
  width: min(92vw, 850px);
  max-width: none;
  max-height: min(92vh, 720px);
  padding: 0;
  overflow: visible;
  color: #fff7ec;
  background: transparent;
  border: 0;
}

.ssap-coin-dialog::backdrop {
  background: rgba(22, 13, 11, .8);
  backdrop-filter: blur(11px);
}

.ssap-coin-dialog__panel {
  position: relative;
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr);
  overflow: hidden;
  background: linear-gradient(145deg, #211512, #3e2119 64%, #5b2a1e);
  border: 1px solid rgba(255, 214, 150, .24);
  border-radius: 24px;
  box-shadow: 0 46px 110px rgba(12, 7, 5, .58), 0 0 80px rgba(193, 73, 39, .18);
}

.ssap-coin-dialog__media {
  width: 100%;
  aspect-ratio: 1320 / 2868;
  overflow: hidden;
  background: #100b0a;
}

.ssap-coin-dialog__media video {
  width: 100%;
  height: 100%;
  display: block;
  background: #100b0a;
  object-fit: cover;
}

.ssap-coin-dialog__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 42px 42px;
}

.ssap-coin-dialog__eyebrow {
  margin: 0 0 14px;
  color: #f1aa65;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ssap-coin-dialog h3 {
  margin: 0;
  color: #fff7e8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.ssap-coin-dialog__copy > p:not(.ssap-coin-dialog__eyebrow) {
  margin: 19px 0 26px;
  color: rgba(255, 247, 232, .7);
  font-size: 14px;
  line-height: 1.6;
}

.ssap-coin-dialog__link {
  width: fit-content;
  color: #ffd291;
  border-bottom: 1px solid rgba(255, 210, 145, .38);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ssap-coin-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff7ea;
  background: rgba(20, 12, 10, .68);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.ssap-coin-dialog__close:focus-visible {
  outline: 3px solid #f3b46b;
  outline-offset: 3px;
}

body.ssap-dialog-open {
  overflow: hidden;
}

/* Global app banner. It is hidden until the behavior bundle applies its rules. */
.ssap-site-banner[hidden] {
  display: none !important;
}

.ssap-site-banner {
  position: fixed;
  right: max(14px, env(safe-area-inset-right));
  bottom: max(14px, env(safe-area-inset-bottom));
  left: max(14px, env(safe-area-inset-left));
  z-index: 100000;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 26px));
  transition: opacity .22s ease, transform .32s cubic-bezier(.2, .75, .2, 1);
}

.ssap-site-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ssap-site-banner__inner {
  width: min(100%, 790px);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto 40px;
  gap: 13px;
  align-items: center;
  margin: 0 auto;
  padding: 11px 12px 11px 11px;
  color: #fff8ec;
  background:
    radial-gradient(circle at 8% 135%, rgba(239, 118, 52, .42), transparent 38%),
    linear-gradient(112deg, rgba(35, 21, 19, .985), rgba(82, 35, 28, .985) 59%, rgba(112, 43, 29, .985));
  border: 1px solid rgba(255, 207, 126, .34);
  border-radius: 18px;
  box-shadow: 0 20px 58px rgba(43, 21, 15, .34), 0 0 34px rgba(205, 75, 37, .1), inset 0 1px rgba(255, 255, 255, .05);
  font-family: "DM Sans", Arial, sans-serif;
  backdrop-filter: blur(14px);
}

.ssap-site-banner__icon {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .23);
}

.ssap-site-banner__copy {
  min-width: 0;
  line-height: 1.35;
}

.ssap-site-banner__copy strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.18;
}

.ssap-site-banner__copy span {
  display: block;
  overflow: hidden;
  color: rgba(255, 248, 236, .7);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssap-site-banner__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #2b1a13;
  background: linear-gradient(135deg, #ffd58a, #efa74a);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(184, 102, 37, .25);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .18s ease, transform .18s ease;
}

.ssap-site-banner__cta:hover {
  color: #2b1a13;
  box-shadow: 0 11px 25px rgba(184, 102, 37, .35);
  transform: translateY(-1px);
}

.ssap-site-banner__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(255, 248, 236, .75);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.ssap-site-banner__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .09);
}

.ssap-site-banner__cta:focus-visible,
.ssap-site-banner__close:focus-visible {
  outline: 3px solid #fff7e9;
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  .ssap-showcase__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ssap-showcase__copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .ssap-showcase h2,
  .ssap-showcase__lede {
    margin-right: auto;
    margin-left: auto;
  }

  .ssap-showcase__points {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .ssap-showcase__actions {
    margin-right: auto;
    margin-left: auto;
  }

  .ssap-phone-stage {
    min-height: 600px;
  }

  .ssap-phone {
    width: min(272px, 34vw);
  }
}

@media (max-width: 640px) {
  .ssap-showcase__inner {
    width: calc(100% - 28px);
    gap: 34px;
    padding: 56px 0 48px;
  }

  .ssap-showcase h2 {
    font-size: clamp(42px, 13vw, 50px);
  }

  .ssap-showcase__lede {
    font-size: 17px;
  }

  .ssap-showcase__points {
    font-size: 13px;
  }

  .ssap-showcase__actions {
    width: min(100%, 338px);
  }

  .ssap-download-card {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .ssap-qr-download {
    display: none;
  }

  .ssap-coin-video-button {
    justify-self: center;
  }

  .ssap-phone-stage {
    min-height: 490px;
    margin-top: -8px;
  }

  .ssap-phone {
    width: min(215px, 55vw);
    border-width: 5px;
    border-radius: 28px;
  }

  .ssap-phone--left {
    transform: translate(-104%, -43%) rotate(-9deg) scale(.72);
    animation-name: ssap-float-left-mobile;
  }

  .ssap-phone--right {
    transform: translate(4%, -43%) rotate(9deg) scale(.72);
    animation-name: ssap-float-right-mobile;
  }

  .ssap-phone--center {
    transform: translate(-50%, -49%) rotate(1deg);
    animation-name: ssap-float-center-mobile;
  }

  .ssap-visual-footer {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    margin-top: 2px;
  }

  .ssap-companion-callout {
    left: 0;
    width: min(100%, 286px);
    text-align: left;
  }

  .ssap-companion-callout::after {
    display: none;
  }

  .ssap-theme-switcher {
    width: 100%;
  }

  .ssap-theme-switcher__pills {
    width: 100%;
    justify-content: center;
    background: rgba(255, 250, 242, .94);
    border-color: rgba(88, 52, 31, .18);
  }

  .ssap-theme-switcher button {
    min-height: 32px;
    padding: 0 9px;
    color: #543f35;
    font-size: 10px;
    font-weight: 850;
  }

  .ssap-coin-dialog {
    width: min(94vw, 430px);
    max-height: 92vh;
    overflow-y: auto;
  }

  .ssap-coin-dialog__panel {
    grid-template-columns: 1fr;
  }

  .ssap-coin-dialog__media {
    width: min(100%, 272px);
    margin: 0 auto;
  }

  .ssap-coin-dialog__copy {
    padding: 30px 28px 32px;
  }

  .ssap-coin-dialog h3 {
    font-size: 32px;
  }

  .ssap-site-banner {
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ssap-site-banner__inner {
    width: 100%;
    grid-template-columns: 44px minmax(0, 1fr) auto 34px;
    gap: 8px;
    padding: 10px 9px max(10px, env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 17px 17px 0 0;
  }

  .ssap-site-banner__icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .ssap-site-banner__copy strong {
    font-size: 14px;
  }

  .ssap-site-banner__copy span {
    display: none;
  }

  .ssap-site-banner__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }

  .ssap-site-banner__close {
    width: 34px;
    height: 38px;
  }
}

@keyframes ssap-float-center-mobile {
  0%, 100% { transform: translate(-50%, -49%) rotate(1deg) scale(1); }
  50% { transform: translate(-50%, calc(-49% - 6px)) rotate(.55deg) scale(1.003); }
}

@keyframes ssap-float-left-mobile {
  0%, 100% { transform: translate(-104%, -43%) rotate(-9deg) scale(.72); }
  50% { transform: translate(-104%, calc(-43% - 4px)) rotate(-8.4deg) scale(.725); }
}

@keyframes ssap-float-right-mobile {
  0%, 100% { transform: translate(4%, -43%) rotate(9deg) scale(.72); }
  50% { transform: translate(4%, calc(-43% - 5px)) rotate(8.4deg) scale(.725); }
}

@media (prefers-reduced-motion: reduce) {
  .ssap-phone,
  .ssap-companion-callout {
    animation: none !important;
  }

  .ssap-home-image,
  .ssap-site-banner,
  .ssap-theme-switcher button {
    transition: none !important;
  }
}
