:root {
  --display-font: "Binance PLEX", Avenir, "Avenir Next", ui-sans-serif, system-ui, sans-serif;
}

@font-face {
  font-family: "Binance PLEX";
  src: url("assets/fonts/binance-plex.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #09100f;
  --dark: #f8f5ec;
  --dark-soft: #eef6ef;
  --cream: #fff7e8;
  --paper: #f7f2e8;
  --muted: #b9c2bd;
  --green: #55dba1;
  --gold: #12b76a;
  --line: rgba(9, 16, 15, 0.14);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dark);
  color: var(--ink);
  font-family: var(--display-font);
  line-height: 1.5;
}

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

.site-header {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  padding: 26px 24px;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  z-index: 50;
}

.site-header.is-solid {
  background: transparent !important;
  backdrop-filter: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.brand,
.hero-actions,
.client-access {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--ink);
  gap: 12px;
  font-size: 22px;
  font-weight: 800;
  text-shadow: 0 2px 18px rgba(255, 255, 255, 0.34);
  transition: color 180ms ease, text-shadow 180ms ease;
}

.site-header.on-dark .brand {
  color: #fff;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.42);
}

.client-access {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(9, 16, 15, 0.14);
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  min-height: 42px;
  padding: 10px 16px;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.client-access:hover {
  background: rgba(18, 183, 106, 0.92);
  color: #fff;
  transform: translateY(-1px);
}

.site-header.on-dark .client-access {
  background: rgba(9, 16, 15, 0.52);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.brand img {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 64px;
}

.hero {
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero-video,
.footprint video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-video {
  filter: saturate(1.02) contrast(1) brightness(1.04);
}

.hero-overlay {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.08), rgba(255, 250, 238, 0.58) 64%),
    linear-gradient(180deg, rgba(255, 250, 238, 0.08), rgba(248, 245, 236, 0.72));
  inset: 0;
  position: absolute;
}

.hero-content {
  align-items: end;
  display: flex;
  justify-content: start;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 100svh;
  padding: 120px 24px 78px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display-font);
  font-weight: 850;
  letter-spacing: 0;
}

h1 {
  color: var(--ink);
  font-size: clamp(48px, 7.5vw, 86px);
  line-height: 0.98;
  margin-bottom: 28px;
  max-width: 940px;
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  margin-bottom: 22px;
}

h3 {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 14px;
}

.hero-content > p:not(.eyebrow),
.section > p,
.section-heading p,
.media-section p,
.footprint p {
  color: rgba(9, 16, 15, 0.68);
  font-size: clamp(18px, 2vw, 23px);
  max-width: 760px;
}

.typing-line {
  align-items: center;
  color: rgba(9, 16, 15, 0.86) !important;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--display-font);
  font-size: clamp(25px, 4.2vw, 58px) !important;
  gap: 12px;
  justify-content: flex-start;
  line-height: 1.08;
  margin: 0;
  max-width: 980px !important;
  text-shadow: 0 16px 46px rgba(9, 16, 15, 0.2);
  transform:
    translate3d(var(--mouse-x, 0px), var(--mouse-y, 0px), 0)
    scale(var(--mouse-scale, 1));
  transform-origin: 50% 65%;
  transition: transform 90ms cubic-bezier(0.12, 0.8, 0.18, 1);
  will-change: transform;
}

.typing-static {
  color: rgba(9, 16, 15, 0.58);
}

.typing-text {
  color: #0bb879;
  min-height: 1.1em;
  text-shadow: 0 10px 34px rgba(11, 184, 121, 0.3);
}

.typing-text::after {
  animation: blink 0.8s steps(1) infinite;
  content: "|";
  color: var(--gold);
  margin-left: 4px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
}

.button.primary {
  background: transparent;
  border: 1px solid rgba(9, 16, 15, 0.34);
  color: var(--ink);
}

.button.secondary {
  color: rgba(9, 16, 15, 0.66);
}

.section {
  padding: 104px 24px;
  position: relative;
}

.scroll-journey {
  height: 500vh;
  position: relative;
}

.journey-sticky {
  height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
}

.journey-track {
  display: grid;
  grid-template-columns: 100vw 100vw 100vw 100vw;
  grid-template-rows: 100vh 100vh;
  height: 200vh;
  transform: translate3d(var(--journey-x, -300vw), var(--journey-y, 0), 0);
  transition: transform 80ms linear;
  width: 400vw;
  will-change: transform;
}

.journey-panel {
  min-height: 100vh;
  overflow: hidden;
  padding: 104px 48px 64px;
  position: relative;
}

.journey-panel:nth-child(1) {
  grid-column: 4;
  grid-row: 1;
}

.journey-panel:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.journey-panel:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}

.journey-panel:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.journey-panel:nth-child(5) {
  grid-column: 1;
  grid-row: 2;
}

.hero.journey-panel {
  padding: 0;
}

.intro {
  background: var(--paper);
  color: var(--ink);
}

.intro .section-kicker,
.intro p {
  color: #285c4a;
}

.intro h2,
.intro p,
.section-heading,
.intro .section-kicker {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  text-align: center;
}

.landing-page {
  align-items: center;
  background: #07110f;
  display: grid;
  justify-items: center;
  isolation: isolate;
}

.landing-copy {
  max-width: 1020px;
  position: relative;
  z-index: 2;
}

.landing-page h1 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}

.landing-page .section-kicker {
  color: rgba(104, 255, 191, 0.92);
}

.landing-page p {
  color: rgba(255, 255, 255, 0.84);
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.38);
}

.landing-page .hero-actions {
  justify-content: center;
}

.landing-page .button.primary {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.landing-page .button.secondary {
  color: rgba(255, 255, 255, 0.76);
}

.city-video-panel {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.city-video-panel video {
  filter: saturate(1.04) contrast(1.02) brightness(1);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.city-video-panel::after {
  background: linear-gradient(180deg, rgba(3, 8, 9, 0.08), rgba(3, 8, 9, 0.18));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.compact-intro {
  padding-top: 84px;
}

.solutions-panel {
  align-content: center;
  background: #eef5f2;
  display: grid;
  isolation: isolate;
}

.section-heading {
  margin-bottom: 34px;
}

.solutions-video {
  filter: saturate(0.92) contrast(0.98) brightness(1.08);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.solutions-panel::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 249, 0.78), rgba(245, 252, 249, 0.7)),
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.2) 62%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.solutions-panel .section-heading,
.solutions-panel .simple-grid,
.solutions-panel .solution-rotator {
  position: relative;
  z-index: 2;
}

.solution-rotator {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(9, 16, 15, 0.12);
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(9, 16, 15, 0.12);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 960px;
  min-height: 310px;
  overflow: hidden;
  padding: 38px;
}

.solution-number {
  color: var(--green);
  display: block;
  font-size: clamp(96px, 16vw, 190px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.82;
  transform-origin: left center;
  transition: font-size 420ms cubic-bezier(0.18, 0.9, 0.22, 1), opacity 180ms ease, transform 420ms cubic-bezier(0.18, 0.9, 0.22, 1);
}

.solution-rotator.is-writing .solution-number {
  font-size: clamp(46px, 7vw, 78px);
  transform: translateY(-8px);
}

.solution-copy h3 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 62px);
  margin-bottom: 16px;
}

.solution-copy p {
  color: rgba(9, 16, 15, 0.72);
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.3;
  margin: 0;
  min-height: 3.9em;
}

.solution-copy p::after {
  animation: blink 0.8s steps(1) infinite;
  color: var(--green);
  content: "|";
  margin-left: 4px;
}

.simple-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.simple-grid article {
  border-top: 1px solid var(--line);
  min-height: 154px;
  padding: 18px 20px 18px 0;
}

.simple-grid span {
  color: var(--gold);
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.simple-grid h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.simple-grid p {
  font-size: 15px;
  line-height: 1.45;
}

.simple-grid p,
.tag-list {
  color: rgba(9, 16, 15, 0.68);
}

.media-section {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.72fr);
  padding: 0;
}

.media-section > div,
.flow-rotator {
  max-width: 620px;
}

.flow-rotator {
  animation: rotatorFloat 5s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  display: grid;
  min-height: 168px;
  padding: 26px;
  place-content: center;
  position: relative;
  text-align: center;
}

.flow-index {
  color: rgba(104, 255, 191, 0.86);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}

.flow-rotator strong {
  color: #fff;
  display: block;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 0.98;
  min-width: 260px;
}

.flow-rotator small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 14px;
  text-transform: uppercase;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: 980px;
  perspective: 900px;
}

.tag-list span {
  animation: tagTetris 650ms cubic-bezier(0.18, 0.9, 0.22, 1) both;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: rgba(9, 16, 15, 0.82);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
  transform: translate3d(var(--tag-x, 0px), var(--tag-y, 0px), 0);
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.tag-list span:nth-child(1) { animation-delay: 40ms; }
.tag-list span:nth-child(2) { animation-delay: 110ms; }
.tag-list span:nth-child(3) { animation-delay: 180ms; }
.tag-list span:nth-child(4) { animation-delay: 250ms; }
.tag-list span:nth-child(5) { animation-delay: 320ms; }
.tag-list span:nth-child(6) { animation-delay: 390ms; }
.tag-list span:nth-child(7) { animation-delay: 460ms; }
.tag-list span:nth-child(8) { animation-delay: 530ms; }
.tag-list span:nth-child(9) { animation-delay: 600ms; }
.tag-list span:nth-child(10) { animation-delay: 670ms; }
.tag-list span:nth-child(11) { animation-delay: 740ms; }
.tag-list span:nth-child(12) { animation-delay: 810ms; }

.operations-panel {
  align-content: center;
  background: #07110f;
  display: grid;
  gap: 30px;
  isolation: isolate;
}

.operations-video {
  filter: saturate(1.08) contrast(1.08) brightness(0.72);
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.operations-panel::after {
  background:
    linear-gradient(90deg, rgba(3, 9, 8, 0.7), rgba(3, 9, 8, 0.42) 48%, rgba(3, 9, 8, 0.72)),
    radial-gradient(circle at 50% 42%, rgba(78, 255, 183, 0.08), rgba(3, 9, 8, 0.38) 64%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.operations-panel .media-section,
.operations-panel .expertise-block {
  position: relative;
  z-index: 2;
}

.operations-panel h2,
.operations-panel h3,
.operations-panel .flow-rotator,
.operations-panel .tag-list span {
  color: #fff;
}

.operations-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.operations-panel .section-kicker {
  color: rgba(104, 255, 191, 0.92);
}

.operations-panel .tag-list span {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}

.operations-panel .tag-list span:hover {
  background: rgba(104, 255, 191, 0.2);
  border-color: rgba(104, 255, 191, 0.56);
}

.expertise-block {
  margin: -4px auto 0;
  max-width: 980px;
  text-align: center;
}

.expertise-block h2 {
  font-size: clamp(24px, 3vw, 38px);
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.footprint {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  min-height: 100vh;
  overflow: hidden;
}

.footprint video {
  filter: saturate(1.02) contrast(1.02) brightness(1.02);
}

.footprint::after {
  background:
    linear-gradient(90deg, rgba(248, 245, 236, 0.68), rgba(248, 245, 236, 0.34) 56%, rgba(248, 245, 236, 0.5)),
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.06) 62%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.footprint-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.footprint-content h2 {
  text-shadow: 0 10px 34px rgba(255, 255, 255, 0.34);
}

.footprint-content p {
  color: rgba(9, 16, 15, 0.78);
}

.final-cta {
  background: rgba(248, 245, 236, 0.58);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(9, 16, 15, 0.16);
  border-radius: 8px;
  color: var(--ink);
  margin: 0;
  max-width: 620px;
  padding: 32px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.final-cta img {
  display: block;
  height: 74px;
  margin: 0 auto 24px;
  object-fit: contain;
  width: 112px;
}

.final-cta .section-kicker {
  color: rgba(9, 16, 15, 0.62);
}

.final-cta .button.primary {
  border-color: rgba(9, 16, 15, 0.34);
  color: var(--ink);
  margin-top: 18px;
}

.legal-line {
  bottom: 24px;
  color: rgba(9, 16, 15, 0.68);
  font-size: 12px;
  font-weight: 800;
  grid-column: 1 / -1;
  left: 48px;
  letter-spacing: 0.08em;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.whatsapp-chat {
  align-items: center;
  background: #12b76a;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 48px rgba(3, 20, 14, 0.26);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  min-height: 54px;
  padding: 8px 18px 8px 8px;
  position: fixed;
  right: 22px;
  z-index: 40;
}

.whatsapp-chat img {
  border-radius: 50%;
  display: block;
  height: 40px;
  object-fit: cover;
  width: 40px;
}

.whatsapp-chat strong {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.access-modal {
  align-items: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.46), rgba(248, 245, 236, 0.18) 48%),
    rgba(9, 16, 15, 0.28);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 80;
}

.access-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.access-window {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 244, 238, 0.86)),
    repeating-linear-gradient(45deg, rgba(9, 16, 15, 0.025) 0 1px, transparent 1px 5px);
  backdrop-filter: blur(28px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  box-shadow: 0 36px 110px rgba(9, 16, 15, 0.24);
  max-width: 760px;
  padding: 34px;
  position: relative;
  transform: translateY(18px) scale(0.97);
  transition: transform 200ms cubic-bezier(0.18, 0.9, 0.22, 1);
  width: min(100%, 760px);
}

.access-modal.is-open .access-window {
  transform: translateY(0) scale(1);
}

.access-window-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.access-window-bar span,
.access-close {
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.access-window-bar span:nth-child(1) { background: #ff5f57; }
.access-window-bar span:nth-child(2) { background: #ffbd2e; }
.access-window-bar span:nth-child(3) { background: #28c840; }

.access-close {
  align-items: center;
  background: rgba(9, 16, 15, 0.08);
  border: 0;
  color: rgba(9, 16, 15, 0.72);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  height: 36px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 36px;
}

.access-window h2 {
  color: var(--ink);
  font-size: clamp(34px, 5vw, 56px);
  margin-bottom: 26px;
  max-width: 620px;
}

.access-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.access-grid a {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(9, 16, 15, 0.1);
  border-radius: 14px;
  color: var(--ink);
  padding: 18px;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.access-grid a:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(18, 183, 106, 0.42);
  transform: translateY(-2px);
}

.access-grid span {
  color: #0f9f5e;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.access-grid strong {
  display: block;
  font-size: 18px;
  font-weight: 850;
}

@media (max-width: 860px) {
  .hero-content {
    padding-top: 146px;
  }

  .scroll-journey {
    height: auto;
  }

  .journey-sticky {
    height: auto;
    overflow: visible;
    position: static;
  }

  .journey-track {
    display: block;
    height: auto;
    transform: none !important;
    width: auto;
  }

  .journey-panel {
    min-height: auto;
    padding: 86px 20px;
  }

  .simple-grid,
  .solution-rotator,
  .media-section {
    grid-template-columns: 1fr;
  }

  .solution-rotator {
    gap: 18px;
    min-height: 360px;
    padding: 26px 20px;
  }

  .solution-copy p {
    min-height: 5.2em;
  }

  .section {
    padding: 86px 20px;
  }

  .footprint {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .whatsapp-chat {
    bottom: 16px;
    right: 16px;
  }

  .access-window {
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 28px 20px;
  }

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

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes rotatorFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes tagTetris {
  from {
    opacity: 0;
    transform: translate3d(0, -34px, 0) scale(0.82);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, 7px, 0) scale(1.02);
  }

  to {
    opacity: 1;
    transform: translate3d(var(--tag-x, 0px), var(--tag-y, 0px), 0) scale(1);
  }
}

@media (max-width: 560px) {
  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(42px, 14vw, 58px);
  }
}
