html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  /* Prevent mobile browsers from automatically inflating text sizes, e.g. in landscape mode. */
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: radial-gradient(circle at center, #fcfcfc, #f7f7f7);
  font-family: mPlus1p, sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: 1.3rem;
}

h2 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.8rem;
}

p {
  font-size: 0.9rem;
}

p a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #ccc;
}

p a:hover {
  opacity: 0.45;
}

footer a {
  text-shadow: 0.75px 0.75px 0px #f9f9f9;
}

.clickable {
  transition-timing-function: ease;
  transition-duration: 0.2s;
  cursor: pointer;
}

.logo {
  height: 3.25rem;
}

.logo:active {
  transform: scale(0.8);
}

#company-banner {
  width: 100vw;
  max-width: 440px;
  height: auto;
  left: 50%;
  top: 40%;
  transform: translate(-55%, -50%);
  position: fixed;
}

#company-banner-home {
  display: block;
  width: 90vw;
  max-width: 520px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--spacing-hero);
  margin-bottom: 5vh;
  transform: translate(-2vw, 0px);
}

#page-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #eee;
  justify-content: center;
  align-items: center;
  padding: 3vh 5vw;
  display: flex;
  flex-direction: column;
}

#page-footer-pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 8px;
  column-gap: 16px;
}

#page-footer #page-footer-notice {
  font-size: 1rem;
  font-weight: 800;
  color: #d3d3d3;
  margin-top: 34px;
}

#page-footer #page-footer-notice a {
  font-size: 1rem;
  font-weight: 800;
  color: #d3d3d3;
  text-shadow: none !important;
  opacity: 1 !important;
  text-decoration: none !important;
}

#page-footer a {
  color: #777;
  font-weight: 700;
}

#page-footer a:hover {
  color: #bbb;
}

.page-footer-row {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 500;
}

.page-footer-row a {
  font-size: 0.85rem;
  font-weight: 500;
}

.page-footer-icon {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  opacity: 0.25;
}

#contact-info-card a {
  text-decoration-style: dotted;
  text-decoration-line: underline;
  text-decoration-color: #ccc;
  text-decoration-thickness: 2px;
}

#contact-info-card a:hover {
  color: #444;
  text-decoration-color: #e3e3e3;
}

#contact-info-card .contact-founder a:hover {
  color: #444;
  text-decoration-color: #e3e3e3;
}

#contact-info-card .contact-founder {
  font-size: 0.8rem;
  font-weight: 300;
  color: #000;
}

#contact-info-card .contact-founder a {
  font-size: 0.8rem;
  font-weight: 400;
  color: #000;
}

#contact-info-card-close {
  width: 14px;
  height: 14px;
  padding: 12px;
  transition: opacity 0.25s;
  cursor: pointer;
  float: left;
  position: relative;
  margin-top: -16px;
  margin-left: -12px;
}

#contact-info-card-close:active {
  opacity: 0.3;
}

.contact-header {
  font-size: 0.8rem;
  color: #777;
  font-weight: 600;
}

.contact-text {
  font-size: 0.95rem;
  color: #000;
  font-weight: 500;
}

.contact-text a {
  font-size: 0.95rem;
  color: #000;
  font-weight: 500;
}

#contact-map iframe {
  position: absolute;
  right: 24px;
  top: 80px;
  margin-bottom: 40px;
}

.track-garden-logo {
  width: 30px;
  height: 30px;
}

.showcase-video-wrapper {
  border-radius: 21px;
  overflow: hidden;
}

.showcase-video {
  border-radius: 21px;
  max-height: 70vh;
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}

#footer-company-logo {
  width: 1.25rem;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  filter: grayscale(1);
  opacity: 0.2;
  transition-timing-function: ease;
  transition-duration: 0.2s;
  position: relative;
  top: 0.2rem;
}

#footer-company-logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.top-back-badge {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;

  background: #43b9f40f;
  color: #43b9f4;

  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;

  border-radius: 8px;
  padding: 5px 13px;
  margin-left: -5px;
}

.top-back-badge strong {
  font-weight: 800;
}

.top-back-badge-icon {
  width: 13px;
  height: 13px;
  fill: #43b9f4;
  margin-left: -3px;
  margin-right: 5px;
}

.modal-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  gap: 16px;

  font-size: 0.75rem;
}

.modal-top-row h1 {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: #c7c7c7;
}

.modal-top-row a {
  display: inline-flex;
  align-items: center;
}

.overlay {
  position: fixed;
  inset: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 3vh;
  padding-bottom: 8vh;

  z-index: 1000;
  pointer-events: none;
}

.modal {
  box-sizing: border-box;

  width: 100%;
  max-width: 900px;
  max-height: 85vh;

  overflow-y: auto;

  padding: clamp(18px, 3vw, 21px) clamp(18px, 4vw, 34px);

  background: rgba(255, 255, 255, 0.45);

  border-radius: 34px;

  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);

  box-shadow: 0px 44px 112px rgba(0, 0, 0, 0.15);

  pointer-events: auto;
}

.modal-thin {
  max-width: 770px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.inspire-blur-showcase-links {
  display: flex;
  justify-content: space-around;
  opacity: 0.9;
}

.inspire-blur-showcase-link {
  display: flex;
  align-items: center;

  margin-top: 21px;
  margin-bottom: 13px;

  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  font-weight: 500;
  color: #000;
}

.inspire-blur-showcase-link-arrow {
  width: clamp(36px, 8vw, 69px);
  margin-left: 8px;

  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transform: translateX(0px);
}

.inspire-blur-showcase-link:hover .inspire-blur-showcase-link-arrow {
  transform: translateX(13px);
}

.center-text-section {
  margin-left: 1vw;
  margin-right: 1vw;
  margin-top: 55px;
  margin-bottom: 21px;
  text-align: center;
}

.text-section-title {
  font-size: 0.85rem;
  font-weight: 800;
  color: #333;
}

.text-section-subtitle {
  font-size: 0.75rem;
  color: #777;
}

.subtext-large {
  font-size: 0.85rem;
  color: #555;
}

.subtext-small {
  font-size: 0.75rem;
  color: #555;
}

.flutter-logo-small {
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.3rem;
  transform: translate(0, 0.15rem);
}

.home-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fefefe;
  box-shadow: 0px 44px 112px rgba(0, 0, 0, 0.05);
  width: min(420px, calc(100vw - 32px));
  box-sizing: border-box;
  padding-top: var(--spacing-s);
  padding-bottom: var(--spacing-s);
  padding-left: var(--spacing-xs);
  padding-right: var(--spacing-m);
  border-radius: var(--spacing-l);
  margin-left: auto;
  margin-right: auto;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.home-card:hover {
  box-shadow: 0px 21px 89px rgba(0, 0, 0, 0.1);
}

.home-card:active {
  transform: scale(0.965);
}

.home-card-chevron {
  width: 34px;
  height: 34px;
  color: #ccc;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.home-card:hover .home-card-chevron {
  transform: translate(5px, 0px);
}

:root {
  --spacing-xxxs: 3px;
  --spacing-xxs: 5px;
  --spacing-xs: 8px;

  --spacing-s: clamp(8px, 2vw, 13px);
  --spacing-m: clamp(13px, 3vw, 21px);
  --spacing-l: clamp(21px, 4vw, 34px);
  --spacing-xl: clamp(27px, 5vw, 44px);
  --spacing-xxl: clamp(34px, 6vw, 55px);
  --spacing-hero: clamp(55px, 8vw, 89px);
}

::-moz-selection {
  background: #4dbcf444;
}

::selection {
  background: #4dbcf444;
}

@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Black.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-ExtraBold.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Bold.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Medium.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Regular.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Light.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: mPlus1p;
  src:
    url("/fonts/mplus_1p/woff2/MPLUS1p-Thin.woff2") format("woff2"),
    url("/fonts/mplus_1p/ttf/MPLUS1p-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /*   Safari */
  -khtml-user-select: none; /*    Konqueror HTML */
  -moz-user-select: none; /*      Old versions of Firefox */
  -ms-user-select: none; /*       Internet Explorer/Edge */
  user-select: none; /*           Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
