:root {
  --page-bg: #111111;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.68);
  --overlay: rgba(0, 0, 0, 0.75);
  --max-width: 1768px;
  --page-pad: clamp(24px, 3.6vw, 56px);
  --gap: clamp(20px, 2vw, 32px);
  --header-height: clamp(84px, 7vw, 130px);
  --font: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page-bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--page-bg);
  color: var(--text);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-140%);
  padding: 10px 14px;
  background: #fff;
  color: #111;
  border-radius: 6px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  width: min(var(--max-width), calc(100vw - (var(--page-pad) * 2)));
  height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.4vw, 38px);
  justify-self: start;
}

.nav-link {
  font-size: clamp(22px, 1.75vw, 32px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--muted);
  transition: color 180ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: var(--text);
}

.site-title {
  justify-self: center;
  font-size: clamp(28px, 2.75vw, 50px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.linkedin-link {
  justify-self: end;
  width: clamp(30px, 2.8vw, 48px);
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.linkedin-link:hover,
.linkedin-link:focus-visible {
  opacity: 0.75;
  transform: translateY(-1px);
}

.linkedin-link svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.work-page {
  width: min(var(--max-width), calc(100vw - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding-bottom: clamp(80px, 9vw, 180px);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}

.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 2048 / 1162;
  background: #222;
  isolation: isolate;
}

.project-card img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 420ms ease;
}

.project-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: var(--overlay);
  opacity: 0;
  transition: opacity 240ms ease;
}

.project-card:hover .project-overlay,
.project-card:focus-visible .project-overlay,
.project-card.touch-active .project-overlay {
  opacity: 1;
}

.project-card:hover img:first-child,
.project-card:focus-visible img:first-child,
.project-card.touch-active img:first-child {
  transform: scale(1.015);
}

.project-title {
  width: min(80%, 780px);
  text-align: center;
  font-size: clamp(24px, 2.1vw, 42px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.project-logo {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: auto;
  object-fit: contain;
  filter: none;
}

.logo-sas {
  height: clamp(21px, 2.55vw, 46px);
}

.logo-rei {
  height: clamp(29px, 3.3vw, 59px);
}

.about-page {
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(80px, 9vw, 180px);
}

.about-full {
  overflow: hidden;
}

.about-hero {
  width: 100%;
  background: #10bed0;
}

.about-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-section {
  width: min(var(--max-width), calc(100vw - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 140px) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.contact-intro h1 {
  margin: 0 0 28px;
  font-size: clamp(42px, 5.5vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.contact-intro p:not(.eyebrow) {
  margin: 0;
  max-width: 740px;
  color: var(--muted);
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-form label {
  margin-top: 10px;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #333333;
  color: #ffffff;
  font: inherit;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 700;
  padding: 20px 22px;
  outline: 2px solid transparent;
  transition: background 180ms ease, outline-color 180ms ease;
}

.contact-form textarea {
  min-height: 210px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,255,255,0.44);
  text-transform: uppercase;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background: #3b3b3b;
  outline-color: rgba(255,255,255,0.5);
}

.contact-form button {
  justify-self: start;
  margin-top: 12px;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 16px 28px;
  font: inherit;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: #ffffff;
  color: #111111;
  transform: translateY(-1px);
}

.case-page {
  width: min(1180px, calc(100vw - (var(--page-pad) * 2)));
  margin: 0 auto;
  padding: clamp(32px, 4vw, 80px) 0 clamp(80px, 9vw, 180px);
}

.case-page h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5.5vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.case-page p {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1.35;
}

.case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 30px 0 38px;
}

.case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-button:hover,
.case-button:focus-visible {
  background: #ffffff;
  color: #111111;
  transform: translateY(-1px);
}

.case-note {
  max-width: 980px;
}

.back-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
  border-bottom: 2px solid currentColor;
  padding-bottom: 4px;
}

@media (max-width: 760px) {
  :root {
    --page-pad: 22px;
    --gap: 22px;
    --header-height: 112px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 18px;
    height: auto;
    padding: 26px 0 30px;
  }

  .site-title {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
    font-size: clamp(34px, 11vw, 50px);
  }

  .nav-left {
    grid-column: 1;
    grid-row: 2;
  }

  .nav-link {
    font-size: 24px;
  }

  .linkedin-link {
    grid-column: 2;
    grid-row: 2;
    width: 32px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-title {
    font-size: clamp(28px, 7vw, 42px);
  }

  .project-logo {
    left: 24px;
    bottom: 24px;
  }

  .logo-sas {
    height: clamp(24px, 6vw, 36px);
  }

  .logo-rei {
    height: clamp(32px, 7.5vw, 46px);
  }

  .contact-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 56px;
  }

  .contact-form textarea {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Ludwig-style framed case-study pages */
.case-study-body {
  background: #111111;
}

.case-frame {
  background: #111111;
  color: #ffffff;
  padding: 0 var(--page-pad);
}

.case-frame-header {
  width: min(var(--max-width), 100%);
  min-height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.merch-case {
  --merch-bg: #efede8;
  --merch-text: #333333;
  --merch-muted: #6f6a62;
  --merch-line: #d2cbc0;
  --merch-red: #ff3d35;
  --merch-tan: #c9c0b2;
  background: var(--merch-bg);
  color: var(--merch-text);
  min-height: 100vh;
  border-left: var(--page-pad) solid #111111;
  border-right: var(--page-pad) solid #111111;
  border-bottom: var(--page-pad) solid #111111;
  padding-bottom: clamp(70px, 7vw, 130px);
}

.merch-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
  width: min(var(--max-width), calc(100vw - (var(--page-pad) * 4)));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 132px) 0 clamp(58px, 6vw, 112px);
}

.case-kicker,
.case-section-label {
  margin: 0;
  color: var(--merch-red);
  font-size: clamp(13px, 0.95vw, 17px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.merch-hero h1 {
  margin: 10px 0 28px;
  color: var(--merch-text);
  font-size: clamp(58px, 7.7vw, 138px);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.merch-hero-copy > p:not(.case-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--merch-text);
  font-size: clamp(23px, 2.25vw, 44px);
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.merch-hero-image {
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0,0,0,0.16);
}

.merch-hero-image img,
.merch-visual-block img {
  width: 100%;
  height: auto;
}

.merch-actions {
  margin-top: clamp(28px, 3vw, 52px);
}

.merch-primary {
  border-color: var(--merch-red);
  color: var(--merch-red);
}

.merch-secondary {
  border-color: var(--merch-text);
  color: var(--merch-text);
}

.merch-primary:hover,
.merch-primary:focus-visible {
  background: var(--merch-red);
  color: #ffffff;
}

.merch-secondary:hover,
.merch-secondary:focus-visible {
  background: var(--merch-text);
  color: #ffffff;
}

.merch-section,
.merch-stats,
.merch-visual-block,
.case-end-cta,
.case-bottom-nav {
  width: min(1440px, calc(100vw - (var(--page-pad) * 4)));
  margin-left: auto;
  margin-right: auto;
}

.merch-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(36px, 5vw, 90px);
  padding: clamp(68px, 7vw, 120px) 0;
  border-top: 1px solid var(--merch-line);
}

.case-section-content h2,
.case-end-cta h2 {
  margin: 0 0 24px;
  color: var(--merch-text);
  font-size: clamp(38px, 4.4vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.case-section-content h3 {
  margin: 0 0 16px;
  color: var(--merch-text);
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.case-section-content p,
.case-section-content li,
.feature-list span,
.process-grid p {
  color: var(--merch-muted);
  font-size: clamp(18px, 1.45vw, 25px);
  line-height: 1.52;
  letter-spacing: -0.02em;
}

.case-section-content p {
  max-width: 1040px;
  margin: 0;
}

.two-column-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: clamp(36px, 5vw, 80px);
}

.two-column-copy ul {
  margin: 0;
  padding-left: 1.1em;
}

.two-column-copy li + li {
  margin-top: 14px;
}

.merch-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--merch-line);
  border-bottom: 1px solid var(--merch-line);
}

.merch-stats div {
  padding: clamp(28px, 3vw, 48px) clamp(18px, 2vw, 32px);
  border-right: 1px solid var(--merch-line);
}

.merch-stats div:last-child {
  border-right: 0;
}

.merch-stats span {
  display: block;
  margin-bottom: 12px;
  color: var(--merch-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.merch-stats strong {
  display: block;
  color: var(--merch-text);
  font-size: clamp(19px, 1.55vw, 27px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.merch-visual-block {
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0,0,0,0.14);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--merch-line);
  margin-top: 42px;
  border: 1px solid var(--merch-line);
}

.process-grid article {
  background: var(--merch-bg);
  padding: clamp(28px, 3vw, 48px);
}

.process-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--merch-red);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-grid h3 {
  margin: 0 0 14px;
}

.process-grid p {
  margin: 0;
}

.solution-section {
  padding-bottom: clamp(78px, 8vw, 140px);
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.feature-list div {
  display: grid;
  grid-template-columns: minmax(210px, 0.36fr) minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--merch-line);
}

.feature-list strong {
  color: var(--merch-text);
  font-size: clamp(20px, 1.5vw, 26px);
  line-height: 1.2;
}

.case-end-cta {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-end;
  padding: clamp(52px, 5vw, 86px);
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(0,0,0,0.08);
}

.case-end-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.case-bottom-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 44px;
}

.case-bottom-nav a {
  color: var(--merch-text);
  font-size: clamp(17px, 1.3vw, 22px);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
  padding-bottom: 5px;
}

@media (max-width: 980px) {
  .merch-hero,
  .merch-section,
  .two-column-copy,
  .case-end-cta {
    grid-template-columns: 1fr;
  }

  .merch-stats,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-end-cta {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 760px) {
  .case-frame-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 18px;
    min-height: auto;
    padding: 26px 0 30px;
  }

  .case-frame-header .site-title {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
  }

  .case-frame-header .nav-left {
    grid-column: 1;
    grid-row: 2;
  }

  .case-frame-header .linkedin-link {
    grid-column: 2;
    grid-row: 2;
  }

  .merch-case {
    border-left-width: 18px;
    border-right-width: 18px;
    border-bottom-width: 18px;
  }

  .merch-hero,
  .merch-section,
  .merch-stats,
  .merch-visual-block,
  .case-end-cta,
  .case-bottom-nav {
    width: calc(100vw - 72px);
  }

  .merch-stats,
  .process-grid,
  .feature-list div {
    grid-template-columns: 1fr;
  }

  .merch-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--merch-line);
  }

  .merch-stats div:last-child {
    border-bottom: 0;
  }

  .case-bottom-nav {
    flex-direction: column;
  }
}

/* Exact Merch Financial Planning case-study artboard */
.mfp-exact-body {
  background: #111111;
}

.mfp-exact-case {
  background: #111111;
  min-height: 100vh;
  padding: 0 0 clamp(64px, 7vw, 120px);
}

.mfp-artboard-wrap {
  width: min(100%, 1550px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.mfp-artboard {
  position: relative;
  width: min(100%, 1550px);
  background: transparent;
  box-shadow: none;
}

.mfp-artboard img {
  width: 100%;
  height: auto;
  display: block;
}

.mfp-hotspot {
  position: absolute;
  display: block;
  z-index: 30;
  border-radius: 4px;
  cursor: pointer;
  pointer-events: auto;
}

.mfp-hotspot {
  -webkit-tap-highlight-color: transparent;
}

.mfp-hotspot:hover,
.mfp-hotspot:focus,
.mfp-hotspot:focus-visible,
.mfp-hotspot:active {
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Coordinates are based on the extracted PDF artboard: 1550px × 15264px. */
.mfp-launch {
  left: 3.2%;
  top: 5.18%;
  width: 23.5%;
  height: 0.95%;
}

.mfp-demo {
  left: 3.2%;
  top: 59.7%;
  width: 20%;
  height: 0.9%;
}

@media (max-width: 760px) {
  .mfp-exact-case {
    border-left-width: 14px;
    border-right-width: 14px;
    border-bottom-width: 14px;
    padding-top: 0;
  }

  .mfp-artboard {
    width: 100%;
    box-shadow: none;
  }
}


/* Fine-tune PDF extraction artifacts on the Merch case study */
.mfp-artboard.line-fix::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 35.28%;
  height: 0.05%;
  background: #d5c66a;
  pointer-events: none;
}

/* Clickable case-study text links mapped to the exported PDF/SVG artboards. */
.siva-launch {
  left: 5.5%;
  top: 4.35%;
  width: 30%;
  height: 0.95%;
}

.siva-iterations {
  left: 59.8%;
  top: 79.35%;
  width: 35%;
  height: 0.95%;
}

.sasva-launch {
  left: 3.4%;
  top: 3.98%;
  width: 24%;
  height: 0.75%;
}

.sasva-video {
  left: 38.5%;
  top: 32.82%;
  width: 26%;
  height: 0.72%;
}

.planet-launch {
  left: 2.35%;
  top: 14.62%;
  width: 19.8%;
  height: 0.50%;
}

.planet-how {
  left: 2.8%;
  top: 15.42%;
  width: 13.0%;
  height: 0.34%;
}

.planet-launch-mid {
  left: 33.7%;
  top: 56.88%;
  width: 27%;
  height: 0.62%;
}


/* Cover the accidental sloth quote/drop-shadow block from the PDF export. */
.sloth-quote-remove {
  position: absolute;
  left: 53.0%;
  top: 76.95%;
  width: 44.8%;
  height: 4.25%;
  z-index: 6;
  background: #ffffff;
  pointer-events: none;
}


/* Corrected Planet key-result typography for the 1M square-kilometer metric. */
.planet-metric-fix {
  position: absolute;
  left: 59.15%;
  top: 11.92%;
  width: 34.3%;
  height: 2.05%;
  z-index: 6;
  background: #ffffff;
  color: #222a46;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.16%;
}

.planet-metric-fix .metric-wrap {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: end;
  column-gap: 0.12em;
}

.planet-metric-fix .metric-number {
  grid-column: 1;
  grid-row: 1;
  color: #f37000;
  font-weight: 800;
  font-size: clamp(42px, 8.3vw, 128px);
  line-height: 0.78;
  letter-spacing: -0.08em;
}

.planet-metric-fix .metric-unit {
  grid-column: 2;
  grid-row: 1;
  color: #f37000;
  font-weight: 400;
  font-size: clamp(13px, 2.15vw, 32px);
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  margin-left: 0.02em;
}

.planet-metric-fix .metric-label {
  grid-column: 1 / 3;
  grid-row: 2;
  font-size: clamp(10px, 1.85vw, 28px);
  line-height: 1.05;
  margin-top: 0.1em;
  white-space: nowrap;
}

.about-hero-wrap {
  position: relative;
  width: min(100%, 2048px);
  margin: 0 auto;
}

.about-hotspot {
  position: absolute;
  z-index: 30;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.about-hotspot:focus,
.about-hotspot:focus-visible,
.about-hotspot:hover,
.about-hotspot:active {
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-linkedin-hotspot {
  left: 2.0%;
  top: 93.3%;
  width: 8.4%;
  height: 3.6%;
}

.about-email-hotspot {
  left: 11.1%;
  top: 93.3%;
  width: 24.5%;
  height: 3.6%;
}


/* v14 corrections: exact non-overlapping hotspots and no graphic patch overlays */
.planet-launch {
  left: 3.9%;
  top: 3.58%;
  width: 19.6%;
  height: 0.42%;
}

.planet-how {
  left: 3.9%;
  top: 4.10%;
  width: 15.0%;
  height: 0.32%;
}

.planet-launch-mid {
  left: 35.5%;
  top: 39.28%;
  width: 27.0%;
  height: 0.62%;
}

.siva-iterations {
  left: 62.0%;
  top: 75.0%;
  width: 34.0%;
  height: 0.85%;
}

.sloth-quote-remove,
.planet-metric-fix {
  display: none !important;
}

.about-linkedin-hotspot {
  left: 2.0%;
  top: 93.1%;
  width: 9.3%;
  height: 4.8%;
}

.about-email-hotspot {
  left: 11.2%;
  top: 93.1%;
  width: 22.8%;
  height: 4.8%;
}

.about-phone-hotspot {
  left: 34.0%;
  top: 93.1%;
  width: 16.5%;
  height: 4.8%;
}
