@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cinzel:wght@500;600&display=swap");

:root {
  --ink: #29312f;
  --muted: #5f625d;
  --cream: #f7efe7;
  --cream-2: #efe4d8;
  --cream-3: #fbf6f0;
  --line: #ded2c6;
  --orange: #c36f38;
  --orange-dark: #a95c2c;
  --dark: #1f2a27;
  --dark-2: #14201d;
  --footer-text: #d9d0c5;
  --shadow: 0 32px 70px rgba(65, 45, 28, .22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

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

button,
input {
  font: inherit;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  min-height: 790px;
  position: relative;
  padding: 88px clamp(28px, 6vw, 96px) 70px;
  background:
    radial-gradient(circle at 75% 13%, rgba(91, 72, 54, .24), transparent 22%),
    radial-gradient(circle at 65% 70%, rgba(195, 111, 56, .18), transparent 28%),
    linear-gradient(115deg, #fbf5ed 0%, #f5eadf 45%, #e9d7c4 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.32), transparent 60%),
    radial-gradient(circle at 80% 45%, rgba(255,255,255,.3), transparent 25%);
}

.site-header {
  position: relative;
  z-index: 2;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.brand-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #d8c8b8;
  color: #42504a;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.08em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}

.brand-mark span,
.box-bottom span span,
.mini-logo span {
  color: var(--orange);
}

.brand-name {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: .46em;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(340px, .85fr) minmax(420px, 1.15fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
  margin-top: 92px;
}

.hero-copy {
  max-width: 610px;
}

h1 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(50px, 6.4vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

h1 span {
  color: var(--orange);
}

.small-rule,
.landscape span {
  display: block;
  width: 36px;
  height: 3px;
  background: var(--orange);
}

.small-rule {
  margin: 42px 0 38px;
}

.lede {
  max-width: 510px;
  margin: 0;
  color: #343a37;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.72;
}

.signup-block {
  margin-top: 60px;
}

.signup-block .label {
  margin: 0 0 18px;
  color: var(--orange);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.signup-block p {
  margin: 0 0 28px;
  font-size: 18px;
}

.signup-form {
  display: flex;
  gap: 10px;
  max-width: 510px;
}

.input-wrap {
  min-height: 76px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 24px;
  border: 1px solid rgba(80, 64, 51, .14);
  border-radius: 7px;
  background: rgba(255, 250, 245, .78);
  box-shadow: 0 18px 35px rgba(66, 46, 31, .08);
  backdrop-filter: blur(10px);
}

.input-wrap span {
  font-size: 26px;
}

.input-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 19px;
}

.input-wrap input::placeholder {
  color: #8f8a84;
}

.signup-form button {
  width: 76px;
  min-height: 76px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--orange), var(--orange-dark));
  color: white;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(162, 88, 42, .26);
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 24px !important;
  color: #4e514e;
  font-size: 15px !important;
}

.hero-visual {
  min-height: 620px;
  position: relative;
  display: grid;
  place-items: end center;
}

.plant-placeholder {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 150px;
  height: 360px;
  opacity: .55;
  background:
    radial-gradient(circle at 35% 15%, #fff 0 3px, transparent 4px),
    radial-gradient(circle at 62% 24%, #fff 0 3px, transparent 4px),
    radial-gradient(circle at 45% 44%, #fff 0 3px, transparent 4px),
    linear-gradient(80deg, transparent 49%, #917c68 50%, transparent 51%);
  filter: blur(.2px);
}

.plinth {
  position: absolute;
  bottom: 0;
  width: min(540px, 88%);
  height: 86px;
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(0,0,0,.05)),
    #b9a284;
  box-shadow: 0 22px 42px rgba(43, 31, 22, .22);
  transform: perspective(700px) rotateX(6deg);
}

.game-box {
  width: min(430px, 72vw);
  height: 650px;
  position: relative;
  display: grid;
  grid-template-columns: 88px 1fr;
  margin-bottom: 52px;
  filter: drop-shadow(0 32px 35px rgba(42, 29, 20, .24));
  transform: perspective(1000px) rotateY(-6deg);
}

.box-spine {
  position: relative;
  padding: 24px 18px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(90deg, #bcae9f, #e4d4c2);
  box-shadow: inset -18px 0 22px rgba(52, 37, 24, .12);
}

.box-spine p {
  position: absolute;
  left: 32px;
  top: 185px;
  width: 310px;
  margin: 0;
  transform-origin: left center;
  transform: rotate(90deg);
  font-family: Cinzel, Georgia, serif;
  font-size: 22px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.box-spine strong {
  position: absolute;
  bottom: 44px;
  left: 32px;
  font-size: 20px;
}

.mini-logo {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(194, 180, 164, .72);
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.1em;
}

.box-front {
  display: flex;
  flex-direction: column;
  padding: 42px 44px;
  border-radius: 0 6px 6px 0;
  background:
    radial-gradient(circle at 50% 54%, rgba(80, 131, 121, .2), transparent 35%),
    linear-gradient(160deg, #fbefe3 0%, #f2dfca 55%, #14322f 56%, #132926 100%);
}

.box-number {
  font-size: 24px;
}

.box-front h2 {
  margin: 44px 0 18px;
  text-align: center;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(26px, 3vw, 37px);
  font-weight: 500;
}

.box-front h2::after {
  content: "";
  display: block;
  width: 33px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--orange);
}

.art-circle {
  flex: 1;
  display: grid;
  place-items: center;
  margin-top: 6px;
  border-radius: 50% 50% 8px 8px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255,255,255,.28), transparent 12%),
    linear-gradient(180deg, #80aaa0 0%, #47776d 62%, #16312e 100%);
  color: rgba(255,255,255,.75);
  text-align: center;
}

.box-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 26px;
  color: white;
}

.box-bottom strong {
  font-size: 25px;
  line-height: .92;
}

.box-bottom > span {
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 62px clamp(28px, 6vw, 96px);
  background: linear-gradient(180deg, var(--cream-3), #f1e7dc);
  border-top: 1px solid rgba(104, 87, 71, .12);
}

.values article {
  min-height: 190px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 0 clamp(18px, 3vw, 58px);
  text-align: center;
  border-right: 1px solid var(--line);
}

.values article:last-child {
  border-right: 0;
}

.icon {
  color: #53605b;
  font-size: 58px;
  line-height: 1;
}

.icon.accent {
  color: var(--orange);
}

.values h2 {
  max-width: 240px;
  margin: 28px 0 18px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.values p {
  max-width: 245px;
  margin: 0;
  color: #4d504c;
  font-size: 16px;
  line-height: 1.65;
}

.landscape {
  min-height: 270px;
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 28px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(246, 237, 228, .1), rgba(246, 237, 228, .7)),
    linear-gradient(130deg, #d6c5af, #efe4d6);
}

.landscape::before,
.landscape::after {
  content: "";
  position: absolute;
  inset: auto -5% 0;
  height: 78%;
  background:
    linear-gradient(135deg, transparent 0 20%, rgba(52, 62, 57, .18) 21% 28%, transparent 29% 36%, rgba(52, 62, 57, .16) 37% 43%, transparent 44%),
    linear-gradient(180deg, transparent 0 35%, rgba(30, 41, 38, .34) 36% 100%);
  clip-path: polygon(0 75%, 12% 48%, 23% 70%, 36% 38%, 48% 76%, 61% 52%, 75% 72%, 88% 40%, 100% 70%, 100% 100%, 0 100%);
}

.landscape::after {
  height: 58%;
  opacity: .82;
  background:
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(31,42,39,.55) 35px 42px, transparent 43px 76px),
    linear-gradient(180deg, transparent 0 25%, rgba(23,34,31,.82) 26% 100%);
  clip-path: polygon(0 72%, 10% 40%, 20% 74%, 32% 50%, 46% 76%, 60% 43%, 72% 70%, 84% 38%, 100% 73%, 100% 100%, 0 100%);
}

.landscape p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(14px, 2vw, 21px);
  font-weight: 700;
  letter-spacing: .44em;
  text-align: center;
  text-transform: uppercase;
}

.landscape span {
  position: relative;
  z-index: 2;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, 1fr);
  gap: clamp(42px, 7vw, 105px);
  padding: 58px clamp(28px, 6vw, 96px) 22px;
  background:
    radial-gradient(circle at 85% 30%, rgba(255,255,255,.07), transparent 30%),
    linear-gradient(110deg, var(--dark), var(--dark-2));
  color: var(--footer-text);
}

.site-footer .brand {
  gap: 24px;
}

.site-footer .brand-mark {
  width: 58px;
  height: 58px;
  font-size: 34px;
}

.site-footer .brand-name {
  color: white;
  font-size: 28px;
  letter-spacing: .42em;
}

.footer-brand p {
  max-width: 285px;
  margin: 28px 0;
  color: var(--footer-text);
  font-size: 17px;
  line-height: 1.75;
}

.socials {
  display: flex;
  gap: 28px;
  color: var(--footer-text);
  font-size: 30px;
}

.site-footer h2 {
  margin: 20px 0 28px;
  color: white;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer nav a {
  display: block;
  margin-bottom: 18px;
  color: var(--footer-text);
  font-size: 16px;
}

.copyright {
  grid-column: 1 / -1;
  margin: 38px 0 0;
  color: rgba(217, 208, 197, .72);
  text-align: center;
  font-size: 17px;
}

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

@media (max-width: 1050px) {
  .hero-content {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .hero-visual {
    min-height: 560px;
    place-items: center;
  }

  .game-box {
    height: 560px;
    margin-bottom: 34px;
  }

  .values,
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .values article:nth-child(2) {
    border-right: 0;
  }

  .values article {
    padding-block: 32px;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding: 34px 22px 52px;
  }

  .brand {
    gap: 16px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 29px;
  }

  .brand-name {
    font-size: 25px;
    letter-spacing: .32em;
  }

  .hero-content {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }

  h1 {
    font-size: 46px;
  }

  .signup-form {
    flex-direction: column;
  }

  .signup-form button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .game-box {
    width: min(330px, 100%);
    height: 430px;
    grid-template-columns: 62px 1fr;
    margin-bottom: 30px;
  }

  .box-front {
    padding: 26px 24px;
  }

  .box-front h2 {
    margin-top: 22px;
    font-size: 22px;
  }

  .box-spine p {
    top: 130px;
    left: 24px;
    font-size: 15px;
  }

  .mini-logo {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .plinth {
    height: 58px;
  }

  .values,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .values article {
    border-right: 0;
  }

  .landscape p {
    padding-inline: 20px;
    letter-spacing: .28em;
  }

  .copyright {
    text-align: left;
  }
}
