:root {
  --forest: #40630f;
  --deep: #31520b;
  --leaf: #80bf43;
  --gold: #80bf43;
  --saffron: #4f7f11;
  --cream: #f7f8f2;
  --ink: #4f4e4e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header {
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  margin: auto;
  padding: 0 5vw;
  position: relative;
  z-index: 5;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--forest);
  text-decoration: none;
  font-size: 25px;
  line-height: 0.82;
  letter-spacing: -1px;
}
.brand img {
  display: block;
  width: 168px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}
.brand strong {
  font-weight: 700;
}
.brand small {
  display: block;
  margin-top: 9px;
  font-size: 8px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  color: #718377;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.brand-mark svg {
  width: 40px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-link {
  color: var(--forest);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #b8a477;
  padding: 10px 0;
}
.contact-link span {
  color: var(--gold);
  font-size: 16px;
  margin-left: 8px;
}
.hero {
  min-height: calc(100vh - 198px);
  max-width: 1380px;
  margin: auto;
  padding: 36px 5vw 70px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 6vw;
  align-items: center;
}
.hero-copy {
  max-width: 680px;
}
.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #687b70;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--gold);
}
h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(56px, 6.4vw, 102px);
  line-height: 0.93;
  letter-spacing: -4.5px;
  margin: 0 0 28px;
  color: var(--forest);
  font-weight: 600;
}
h1 em {
  font-weight: 500;
  font-style: normal;
  color: var(--saffron);
}
.intro {
  font-size: 17px;
  line-height: 1.75;
  color: #52655b;
  max-width: 590px;
  margin: 0 0 34px;
}
.countdown {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 33px;
}
.countdown div {
  min-width: 52px;
}
.countdown strong {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  display: block;
  color: var(--forest);
}
.countdown span {
  font-size: 9px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #78877f;
}
.countdown i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
}
.notify-form {
  max-width: 585px;
}
.notify-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 700;
  display: block;
  margin-bottom: 11px;
}
.input-row {
  display: flex;
  background: #fff;
  border: 1px solid #dcd3c1;
  padding: 6px;
  box-shadow: 0 13px 30px rgba(26, 59, 44, 0.07);
}
.input-row input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 15px;
  font: inherit;
  color: var(--ink);
  outline: none;
}
.input-row input:focus {
  box-shadow: inset 0 -2px var(--gold);
}
.input-row button {
  border: 0;
  background: var(--forest);
  color: #fff;
  padding: 16px 22px;
  font: 700 12px "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.25s;
}
.input-row button:hover {
  background: var(--saffron);
  transform: translateY(-1px);
}
.input-row button span {
  font-size: 16px;
  margin-left: 9px;
}
.honeypot {
  position: absolute !important;
  left: -9999px;
}
.privacy,
.form-message {
  font-size: 11px;
  color: #829088;
  margin: 9px 0;
}
.form-message.success {
  color: #237349;
}
.form-message.error {
  color: #a13b2b;
}
.hero-art {
  height: min(620px, 68vh);
  min-height: 510px;
  position: relative;
  display: grid;
  place-items: center;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 1% 2% 3% 7%;
  background: var(--forest);
  border-radius: 48% 48% 7% 7%/35% 35% 7% 7%;
  box-shadow: 0 35px 70px rgba(14, 52, 38, 0.24);
}
.hero-art:after {
  content: "SPICEOBLEND";
  position: absolute;
  right: -58px;
  top: 50%;
  transform: rotate(90deg);
  font-size: 9px;
  letter-spacing: 7px;
  color: #8b9b91;
}
.sun {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #d39435;
  right: 8%;
  top: 6%;
  opacity: 0.9;
}
.spice-card {
  position: relative;
  width: 76%;
  height: 79%;
  z-index: 2;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  padding: 30px;
  background: radial-gradient(
    circle at 68% 78%,
    rgba(218, 160, 59, 0.19),
    transparent 38%
  );
}
.card-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  opacity: 0.72;
}
.bowl {
  position: absolute;
  bottom: 19%;
  right: 10%;
  width: 62%;
  height: 24%;
  border-radius: 15% 15% 50% 50%/10% 10% 80% 80%;
  background: linear-gradient(175deg, #d08b27, #6f3514 55%, #2d190d);
  box-shadow: 0 25px 25px #061c14;
}
.bowl:before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: -25%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(ellipse, #d07f20 4%, #8c421a 40%, #321b0e 72%);
  box-shadow: inset 0 6px 10px #f1b249;
}
.cinnamon {
  position: absolute;
  width: 43%;
  height: 18px;
  background: linear-gradient(#a55321, #713014 48%, #bd6d30 55%, #56230f);
  border-radius: 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.28);
  transform: rotate(-24deg);
  z-index: 3;
}
.c1 {
  right: 25%;
  bottom: 39%;
}
.c2 {
  right: 12%;
  bottom: 34%;
  transform: rotate(-40deg);
}
.c3 {
  right: 32%;
  bottom: 28%;
  transform: rotate(8deg);
}
.star {
  position: absolute;
  color: #8b4e20;
  font-size: 50px;
  text-shadow: 1px 2px #e4aa55;
  z-index: 4;
}
.star1 {
  right: 12%;
  bottom: 8%;
  transform: rotate(12deg);
}
.star2 {
  right: 47%;
  bottom: 11%;
  font-size: 37px;
}
.star3 {
  right: 5%;
  bottom: 29%;
  font-size: 29px;
}
.spice-card p {
  position: absolute;
  left: 30px;
  bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  color: #e6d9bd;
}
.spice-card p strong {
  font-size: 24px;
  color: #fff;
}
.quality-seal {
  position: absolute;
  z-index: 5;
  left: 3%;
  bottom: 5%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--forest);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--saffron);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform: rotate(-8deg);
}
.quality-seal strong {
  font: 700 24px "Montserrat", sans-serif;
  color: var(--saffron);
}
.quality-seal span {
  font-size: 7px;
  letter-spacing: 2px;
}
.leaf {
  position: absolute;
  z-index: 4;
  width: 75px;
  height: 180px;
  background: linear-gradient(90deg, #1a523a, #5b8f62);
  border-radius: 100% 0 100% 0;
  box-shadow: inset 10px 0 18px rgba(255, 255, 255, 0.13);
}
.leaf-one {
  right: 2%;
  top: 27%;
  transform: rotate(28deg);
}
.leaf-two {
  left: 3%;
  top: 10%;
  transform: rotate(-58deg);
  width: 58px;
  height: 140px;
}
.promise {
  max-width: 1235px;
  margin: 0 auto 30px;
  padding: 25px 5vw;
  border-top: 1px solid #d8cfbc;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.promise > div {
  display: flex;
  gap: 17px;
  align-items: center;
}
.promise span {
  font: 500 18px "Montserrat", sans-serif;
  color: var(--gold);
}
.promise p {
  font-size: 11px;
  line-height: 1.65;
  color: #7b877f;
  margin: 0;
}
.promise strong {
  font-size: 12px;
  color: var(--forest);
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
footer {
  max-width: 1380px;
  margin: auto;
  padding: 25px 5vw 35px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #839087;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer span {
  margin: 0 12px;
  color: var(--gold);
}
@media (max-width: 900px) {
  .site-header {
    height: 84px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .hero-copy {
    max-width: none;
  }
  .hero-art {
    height: 570px;
    min-height: 0;
    margin-top: 10px;
  }
  h1 {
    letter-spacing: -3px;
  }
  .promise {
    grid-template-columns: 1fr;
  }
  .promise > div {
    border-bottom: 1px solid #ddd3c0;
    padding-bottom: 15px;
  }
  footer {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .site-header {
    padding: 0 22px;
  }
  .contact-link {
    font-size: 0;
  }
  .contact-link span {
    font-size: 20px;
  }
  .hero {
    padding: 35px 22px 60px;
  }
  .eyebrow {
    line-height: 1.5;
  }
  h1 {
    font-size: 50px;
    letter-spacing: -2.6px;
  }
  .intro {
    font-size: 15px;
  }
  .countdown {
    gap: 10px;
    justify-content: space-between;
  }
  .countdown div {
    min-width: 42px;
  }
  .countdown strong {
    font-size: 25px;
  }
  .input-row {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .input-row input {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 1px solid #dcd3c1;
    margin-bottom: 8px;
  }
  .input-row button {
    width: 100%;
    height: 54px;
  }
  .hero-art {
    height: 450px;
  }
  .hero-art:after {
    display: none;
  }
  .spice-card {
    width: 84%;
    height: 80%;
    padding: 20px;
  }
  .spice-card p {
    left: 20px;
  }
  .quality-seal {
    width: 86px;
    height: 86px;
  }
  .sun {
    width: 160px;
    height: 160px;
  }
  .leaf {
    transform: scale(0.75) rotate(28deg);
  }
  .promise {
    padding: 25px 22px;
  }
  footer {
    padding: 25px 22px;
  }
}
