body {
  background: #fff2e8;
  color: #000c1a;
  font-family: "Archivo", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body.menu-open {
  overflow: hidden;
}

img,
.card-shell,
section .group,
iframe,
input,
textarea,
select,
button,
a {
  border-radius: 0 !important;
}

.card-shell {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.button-pill,
button.button-pill {
  border-radius: 9999px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button-pill:hover,
button.button-pill:hover {
  transform: scale(1.02);
}

.input-shell {
  border-radius: 0 !important;
  box-shadow: none;
}

.geo-grid::before,
.geo-grid::after,
.hero-ornament::before,
.hero-ornament::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.geo-grid::before {
  width: 12rem;
  height: 12rem;
  border: 2px solid #b59c51;
  top: -2rem;
  left: -2rem;
  opacity: 0.2;
}

.geo-grid::after {
  width: 8rem;
  height: 8rem;
  background: #44779c;
  bottom: -1.5rem;
  right: -1.5rem;
  opacity: 0.1;
}

.hero-ornament::before {
  width: 7rem;
  height: 7rem;
  background: #b15500;
  top: 1.5rem;
  right: 8%;
  opacity: 0.08;
}

.hero-ornament::after {
  width: 14rem;
  height: 2px;
  background: #00315b;
  bottom: 2rem;
  left: 6%;
  opacity: 0.18;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 60;
  background: #fffaf5;
  border: 2px solid #b15500;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.cookie-banner[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .cookie-banner {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(760px, calc(100vw - 2rem));
  }
}
