@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  font-family: "DM Sans", sans-serif;
  color: #222b26;
  background: #f6f6ef;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  border: 1px solid #243e32;
  background: transparent;
  color: inherit;
  padding: 12px 20px;
  border-radius: 6px;
}
button:hover {
  background: #dbea7c;
}
a {
  color: inherit;
  text-decoration: none;
}
header,
main,
footer {
  max-width: 1440px;
  margin: auto;
}
header {
  padding: 27px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8ddd2;
}
.brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -1px;
}
.brand span {
  font-weight: 400;
  color: #6b756b;
}
nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
}
main {
  padding: 0 5%;
}
.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 7%;
  padding: 65px 0 60px;
}
.eyebrow,
.edition {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #587044;
  margin-right: 8px;
}
h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(52px, 6.3vw, 88px);
  line-height: 1.04;
  letter-spacing: -5px;
  margin: 25px 0;
}
h1 em {
  font-style: normal;
  color: #48613f;
}
.intro {
  font-size: 17px;
  color: #6c7468;
  line-height: 1.7;
  margin-bottom: 26px;
}
.primary {
  background: #263f32;
  color: #fff;
  border: 0;
  padding: 16px 23px;
}
.primary span {
  margin-left: 35px;
}
.note {
  display: block;
  font-size: 11px;
  color: #777f71;
  margin-top: 12px;
}
aside {
  background: #e8eddb;
  padding: 28px 33px;
  position: relative;
  border: 1px solid #d9e1cb;
  border-radius: 9px;
  transform: rotate(1deg);
}
aside p {
  font-family: "Space Grotesk";
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 15px 0 0;
}
.edition {
  font-size: 9px;
}
.graphic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 24px 10px 8px;
  transform: rotate(-5deg);
}
.graphic b {
  display: grid;
  place-items: center;
  aspect-ratio: 1.1;
  font-size: 50px;
  border-radius: 12px;
  background: #d5e77b;
  color: #354b31;
  box-shadow: 3px 4px 0 #263f3220;
}
.graphic b:nth-child(2) {
  background: #284e3b;
  color: #e9ecda;
}
.graphic b:nth-child(3) {
  background: #b8bad5;
}
.graphic b:nth-child(4) {
  background: #edb483;
}
.graphic b:nth-child(5) {
  background: #f3f2e9;
}
.graphic b:nth-child(6) {
  background: #809987;
  color: white;
}
.wall-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2 {
  font-family: "Space Grotesk";
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  margin: 10px 0 23px;
}
.counter {
  font-size: 13px;
  color: #727b6d;
}
.counter strong {
  color: #283e2f;
}
.toolbar {
  display: flex;
  gap: 12px;
  border: 1px solid #d4dace;
  padding: 12px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
input,
select,
textarea {
  border: 1px solid #d5dacd;
  background: #fafbf6;
  padding: 11px;
  border-radius: 5px;
  min-width: 0;
}
.search {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 10px;
}
.search input {
  width: 100%;
  border: 0;
  background: none;
  outline-offset: 1px;
}
.toolbar select {
  max-width: 185px;
}
.viewport {
  position: relative;
  overflow: auto;
  background: #e9edde;
  border: 1px solid #d4dace;
  border-top: 0;
  height: 330px;
}
#grid {
  position: relative;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4;
  background-image:
    linear-gradient(#cdd5c488 1px, transparent 1px),
    linear-gradient(90deg, #cdd5c488 1px, transparent 1px);
  background-size: 0.5% 2%;
}
#grid.zoom {
  width: 3200px;
  height: 800px;
}
.tile {
  position: absolute;
  width: 0.5%;
  height: 2%;
  background: #466744;
  border: 1px solid #f7f9ee;
  min-width: 4px;
  min-height: 4px;
}
.tile:hover,
.tile:focus {
  background: #dba751;
  outline: 3px solid #dba751;
  z-index: 2;
}
#empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: min(440px, 90%);
  background: #f6f6efeb;
  padding: 24px;
  border: 1px solid #d6decd;
  border-radius: 8px;
}
#empty > span {
  font-size: 36px;
  color: #71864c;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}
#empty p {
  font-size: 13px;
  color: #6d7666;
}
.wall-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #747e6d;
  padding: 14px 0;
}
#results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
#results a {
  padding: 20px;
  border: 1px solid #d5dacd;
  border-radius: 6px;
}
#results p {
  font-size: 13px;
  color: #667260;
}
#how {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 65px 0;
  border-bottom: 1px solid #d4dacb;
}
#how h2 {
  font-size: 24px;
}
article > span {
  font-size: 12px;
  color: #849572;
}
article p {
  font-size: 13px;
  line-height: 1.7;
  color: #707969;
}
footer {
  padding: 30px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  color: #78806f;
}
dialog {
  width: 480px;
  max-width: 94%;
  border: 1px solid #c8d0be;
  border-radius: 12px;
  padding: 30px;
  background: #f6f6ef;
  color: #263f32;
  max-height: 92vh;
}
dialog::backdrop {
  background: #17291cc0;
}
#close {
  float: right;
  padding: 0 8px;
  font-size: 25px;
  border: 0;
}
form label {
  display: grid;
  gap: 5px;
  font-size: 12px;
  margin: 12px 0;
}
textarea {
  resize: vertical;
  min-height: 60px;
}
form h2 {
  margin-bottom: 4px;
}
form > p {
  font-size: 13px;
}
.privacy {
  font-size: 10px;
  line-height: 1.5;
  color: #6c7864;
}
#message,
#status {
  font-size: 13px;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
@media (max-width: 700px) {
  header {
    padding: 20px 5%;
  }
  nav > a {
    display: none;
  }
  .brand {
    font-size: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 35px 0;
    gap: 30px;
  }
  h1 {
    letter-spacing: -3px;
  }
  aside {
    display: none;
  }
  .wall-heading {
    align-items: start;
    gap: 14px;
  }
  .wall-heading h2 {
    font-size: 22px;
  }
  .counter {
    font-size: 11px;
    white-space: nowrap;
    margin-top: 20px;
  }
  .toolbar {
    flex-wrap: wrap;
    gap: 6px;
  }
  .search {
    flex-basis: 100%;
  }
  .toolbar select {
    flex: 1;
    max-width: none;
  }
  .viewport {
    height: 300px;
  }
  #how {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
  }
  #results {
    grid-template-columns: 1fr;
  }
  .wall-bottom {
    font-size: 9px;
    gap: 15px;
  }
  footer {
    gap: 20px;
    flex-wrap: wrap;
  }
  footer > span:nth-child(2) {
    display: none;
  }
}
[hidden] {
  display: none !important;
}
.button {
  display: inline-block;
  padding: 14px 20px;
  border-radius: 6px;
}
a:hover {
  text-decoration: underline;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #899f48;
  outline-offset: 4px;
}
.document {
  padding: 55px 5%;
  min-height: 75vh;
}
.document h1 {
  font-size: clamp(38px, 5vw, 65px);
  letter-spacing: -3px;
}
.document h2 {
  margin-top: 25px;
}
.panel {
  border: 1px solid #d4dccb;
  background: #fcfdf8;
  padding: 25px;
  margin: 20px 0;
  border-radius: 8px;
}
.panel button {
  margin: 6px 8px 6px 0;
}
.panel textarea {
  display: block;
  width: 100%;
  margin: 15px 0;
}
.row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.row h2 {
  flex: 1;
}
.row label {
  display: grid;
  gap: 8px;
}
.prose {
  max-width: 760px;
  line-height: 1.8;
}
.prose h2 {
  margin: 30px 0 8px;
}
.prose a,
.panel a {
  text-decoration: underline;
}
.plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.plan {
  border: 1px solid #ccd5c0;
  padding: 24px;
  border-radius: 8px;
  background: #eef1e2;
}
.plan h2 {
  font-size: 21px;
}
.plan li {
  line-height: 1.9;
  font-size: 13px;
}
.plan ul {
  padding-left: 18px;
}
.plan .price {
  font-size: 38px;
  font-family: "Space Grotesk";
}
.price small {
  font-size: 12px;
}
.selected {
  outline: 3px solid #49673c;
  background: #dbea7c;
}
.notice {
  padding: 14px;
  background: #e9e9c8;
  border-radius: 5px;
}
.tile {
  padding: 0;
  display: block;
  overflow: hidden;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tile.premium {
  background: #f4f6ea;
  border-color: #6b8550;
}
.tile:hover,
.tile:focus {
  transform: scale(1.15);
  z-index: 3;
}
.product-card img {
  border-radius: 9px;
  object-fit: contain;
  background: #e9edda;
}
.product-detail {
  max-width: 800px;
  padding: 50px 0;
}
.product-detail > img {
  border-radius: 18px;
  object-fit: contain;
}
.checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  line-height: 1.6;
  font-size: 12px;
}
.checkbox input {
  width: 18px;
  height: 18px;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#key-panel {
  padding: 20px;
  background: #e6eccf;
}
#key-value {
  overflow-wrap: anywhere;
  display: block;
  font-size: 12px;
  margin: 15px 0;
}
#picker {
  position: relative;
  width: 100%;
  aspect-ratio: 4;
  background-color: #e8eddd;
  background-image:
    linear-gradient(#c7d1bd 1px, transparent 1px),
    linear-gradient(90deg, #c7d1bd 1px, transparent 1px);
  background-size: 0.5% 2%;
  cursor: crosshair;
  margin: 25px 0;
}
#selection {
  position: absolute;
  background: #badb6299;
  outline: 3px solid #43603b;
  z-index: 2;
  pointer-events: none;
}
#selection.invalid {
  background: #d6797099;
  outline-color: #b34134;
}
.occupied {
  position: absolute;
  background: #586f49;
  pointer-events: none;
}
#selection-status {
  min-height: 22px;
}
#results {
  margin-top: 15px;
}
#order a {
  margin: 8px 15px 8px 0;
}
#payment-mode {
  background: #e9edda;
  padding: 15px;
  border-radius: 5px;
}
@media (max-width: 700px) {
  nav {
    gap: 12px;
  }
  .small {
    padding: 10px;
    font-size: 12px;
  }
  .document {
    padding-top: 30px;
  }
  .plans {
    grid-template-columns: 1fr 1fr;
  }
  .plan {
    padding: 15px;
  }
  .plan h2 {
    font-size: 17px;
  }
  .plan .price {
    font-size: 28px;
  }
  #picker {
    min-height: 150px;
  }
  .panel {
    padding: 18px;
  }
  .row label {
    flex: 1;
    min-width: 100px;
  }
  .row input {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
@media (max-width: 700px) {
  nav > a {
    display: inline;
  }
  nav > a[href="/pricing"],
  nav > .small,
  nav > .button {
    display: none;
  }
  nav {
    font-size: 12px;
  }
  header {
    gap: 12px;
  }
}
footer > span:has(a) {
  display: inline;
}
