@font-face {
  font-family: 'Palestine Display';
  src: local('Arial Black'), local('Arial-BoldMT'), local('Arial Bold');
  font-weight: 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #151515;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: weight;
}

* { box-sizing: border-box; }

body { margin: 0; background: #fff; }

.page {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: max(36px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(36px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
}

.composition {
  width: min(100%, 640px);
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 14px;
}

.wordmark {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  justify-content: center;
  gap: .24em;
  width: 100%;
  margin: 0 0 24px;
  font-family: 'Palestine Display', Arial, Helvetica, sans-serif;
  font-size: min(5rem, 10vw);
  font-size: min(5rem, 11cqi);
  font-weight: 900;
  white-space: nowrap;
}

.support {
  font-size: inherit;
  line-height: 1.07;
  letter-spacing: -.055em;
}

.palestine {
  display: block;
  width: fit-content;
  padding: 0 .025em .05em;
  font-size: inherit;
  line-height: 1.08;
  letter-spacing: -.06em;
  color: #007b48;
  -webkit-text-stroke: 1.25px #151515;
  paint-order: stroke fill;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  .palestine {
    background: #151515 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 120' preserveAspectRatio='none'%3E%3Cpath fill='%23151515' d='M0 0h600v43H0z'/%3E%3Cpath fill='white' d='M0 43h600v29H0z'/%3E%3Cpath fill='%23007b48' d='M0 72h600v48H0z'/%3E%3Cpath fill='%23e43139' d='M0 0l170 60L0 120z'/%3E%3C/svg%3E") center .08em / 100% 100% no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}

.heart-button {
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  width: clamp(248px, 55vw, 344px);
  max-width: 100%;
  aspect-ratio: 1;
  margin: 0;
  border: 0;
  border-radius: 28%;
  padding: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
}

.heart-frame {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: 50% 55%;
  transition: transform 180ms ease;
}

.heart-art {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform-origin: 50% 55%;
  filter: drop-shadow(0 9px 8px rgb(0 0 0 / 6%));
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .heart-button:hover .heart-frame { transform: scale(1.035) rotate(-2deg); }
}

.heart-button:active .heart-frame { transform: scale(.93); }

.heart-button:focus { outline: none; }
.heart-button:focus-visible {
  outline: 2px solid #007b48;
  outline-offset: 8px;
}

.coming-soon {
  margin: 22px 0 0;
  color: #686868;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .025em;
}

#confetti {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 480px) {
  .wordmark { margin-bottom: 20px; }
  .composition { padding-bottom: 10px; }
  .coming-soon { margin-top: 20px; font-size: 1.0625rem; }
}

@media (max-height: 650px) and (min-width: 600px) {
  .page { padding-top: 24px; padding-bottom: 24px; }
  .wordmark {
    font-size: min(3.5rem, 10vw);
    font-size: min(3.5rem, 11cqi);
    margin-bottom: 8px;
  }
  .heart-button { width: 250px; }
  .coming-soon { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .heart-frame { transition: none; }
  .heart-button:active .heart-frame { transform: scale(.98); }
}

@media (forced-colors: active) {
  .palestine { background: none; color: CanvasText; -webkit-text-stroke: 0; }
  .heart-button:focus-visible { outline-color: Highlight; }
}
