:root {
  --wine: #4d0a20;
  --berry: #b51d45;
  --gold: #cda15e;
  --paper: #fffaf3;
  --cream: #f3e9dc;
  --ink: #25191a;
  --muted: #71615f;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input {
  font: inherit;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.top {
  height: 38px;
  background: linear-gradient(90deg, #6b0c29, #b51d45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  font-size: 11px;
}
.top i {
  height: 13px;
  border-left: 1px solid #ffffff66;
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 6px 20px #38111d0b;
}
.site-logo {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}
.links {
  display: flex;
  gap: 34px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.links a:hover {
  color: var(--berry);
}
.tools {
  display: flex;
  gap: 12px;
}
.tools button,
.mobile {
  border: 0;
  background: none;
  font-size: 20px;
  cursor: pointer;
}
.cartCount {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--berry);
  color: #fff;
  font-size: 9px;
}
.mobile {
  display: none;
}
.hero {
  min-height: 690px;
  color: #fff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  padding: 65px 7% 95px;
  background:
    radial-gradient(circle at 78% 40%, #7b2036, transparent 32%),
    linear-gradient(135deg, #130a0e, #390a1d 55%, #100c0f);
  overflow: hidden;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: bold;
  color: var(--gold);
}
h1,
h2 {
  font-family: Georgia, serif;
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(58px, 7vw, 104px);
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 18px 0 25px;
}
.heroCopy > p {
  max-width: 590px;
  color: #eadde0;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 25px;
  border: 1px solid #c27a8f;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.btn.primary {
  background: var(--berry);
  border-color: var(--berry);
}
.btn:hover {
  transform: translateY(-2px);
  background: #d52e59;
}
.heroProducts {
  height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.heroProducts:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 90%;
  height: 48px;
  border-radius: 50%;
  background: #f0ddc7;
  box-shadow: 0 20px 40px #0008;
}
.pack {
  position: relative;
  z-index: 3;
  width: 210px;
  height: 355px;
  border-radius: 13px 13px 25px 25px;
  padding: 72px 22px 20px;
  background: linear-gradient(90deg, #eee5d2, #fffdfa 46%, #e9ddc7);
  color: var(--wine);
  text-align: center;
  box-shadow: 0 22px 45px #0008;
}
.pack:before,
.cardPack:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: #8d1738;
}
.pack:before {
  height: 42px;
  border-radius: 11px 11px 0 0;
}
.pack .mark {
  font: bold 28px Georgia;
  color: var(--berry);
}
.pack small,
.cardPack small {
  display: block;
  margin: 20px 0 8px;
  color: #92775c;
  letter-spacing: 0.12em;
  font-size: 7px;
}
.pack strong {
  display: block;
  font: 35px Georgia;
}
.pack em {
  display: block;
  margin-top: 14px;
  font-style: normal;
  font-size: 9px;
}
.pack.side {
  position: absolute;
  width: 145px;
  height: 245px;
  padding: 52px 15px 15px;
}
.pack.side .mark {
  font-size: 19px;
}
.pack.side strong {
  font-size: 18px;
}
.pack.one {
  left: 7%;
  bottom: 25px;
  transform: rotate(-8deg);
  background: linear-gradient(145deg, #fff8ea, #f2c588);
}
.pack.two {
  right: 8%;
  bottom: 24px;
  transform: rotate(8deg);
  background: linear-gradient(145deg, #fffdf1, #d5dfbd);
}
.features {
  margin: -55px 5% 0;
  position: relative;
  z-index: 6;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 35px #31101b1c;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
}
.features article {
  padding: 12px 22px;
  border-right: 1px solid #eee2d5;
}
.features b,
.features small {
  display: block;
}
.features b {
  font-size: 12px;
  color: var(--berry);
  margin-bottom: 7px;
}
.features small {
  font-size: 10px;
  color: var(--muted);
}
.section {
  padding: 100px 5%;
  max-width: 1440px;
  margin: auto;
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin-bottom: 35px;
}
.head h2 {
  font-size: 48px;
  line-height: 1.05;
  margin: 10px 0;
}
.head > p {
  max-width: 420px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.categories,
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.category {
  min-height: 330px;
  border-radius: 18px;
  padding: 27px;
  position: relative;
  overflow: hidden;
}
.category:nth-child(1) {
  background: #dceaf1;
}
.category:nth-child(2) {
  background: #dfe2bd;
}
.category:nth-child(3) {
  background: #eadfd0;
}
.category:nth-child(4) {
  background: #f1d1b2;
}
.category p {
  font-size: 12px;
  line-height: 1.7;
  max-width: 180px;
}
.glyph {
  position: absolute;
  right: 22px;
  bottom: 35px;
  width: 90px;
  height: 125px;
  border-radius: 44px 44px 16px 16px;
  background: linear-gradient(150deg, #fff, #ded0bc);
  display: grid;
  place-items: center;
  color: var(--berry);
  font-size: 30px;
}
.products {
  background: var(--cream);
  max-width: none;
}
.products > .head,
.grid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.product {
  background: #fff;
  border: 1px solid #e7d9cb;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}
.scene {
  height: 280px;
  display: grid;
  place-items: center;
  background: #e4edf1;
}
.scene.chia {
  background: #e1e4c3;
}
.scene.flax {
  background: #ead5ce;
}
.scene.pumpkin {
  background: #d8e4c8;
}
.scene.quinoa {
  background: #eee3c9;
}
.scene.sunflower {
  background: #f1df9f;
}
.scene.isabghol {
  background: #ecdfd0;
}
.scene.seabuckthorn {
  background: #f2d2aa;
}
.cardPack {
  position: relative;
  width: 145px;
  height: 215px;
  border-radius: 8px 8px 18px 18px;
  padding: 45px 14px 12px;
  text-align: center;
  background: linear-gradient(90deg, #eee5d2, #fffdfa 46%, #e9ddc7);
  box-shadow: 0 14px 24px #3e29243d;
  color: var(--wine);
}
.cardPack:before {
  height: 29px;
  border-radius: 7px 7px 0 0;
}
.cardPack .mark {
  font: bold 18px Georgia;
  color: var(--berry);
}
.cardPack strong {
  display: block;
  margin-top: 13px;
  font: 20px Georgia;
  text-transform: uppercase;
}
.productInfo {
  padding: 18px 18px 0;
}
.productInfo > small {
  color: var(--berry);
  text-transform: uppercase;
  font-size: 8px;
}
.product h3 {
  font: 23px Georgia;
  margin: 8px 0;
}
.product p {
  color: var(--muted);
  font-size: 11px;
  min-height: 35px;
}
.product button {
  width: 100%;
  border: 0;
  background: var(--berry);
  color: #fff;
  padding: 13px;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(125deg, #2a0814, #711531);
  color: #fff;
}
.storyCopy {
  padding: 75px 10%;
}
.story h2 {
  font-size: 55px;
  margin: 12px 0;
}
.storyCopy p {
  color: #eadde0;
  line-height: 1.75;
}
.stats {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
  padding: 70px 8%;
}
.stats article {
  text-align: center;
  border-right: 1px solid #ddcfc1;
}
.stats strong {
  display: block;
  font: 45px Georgia;
}
.stats span {
  font-size: 9px;
  text-transform: uppercase;
}
.stats p {
  grid-column: 1/-1;
  text-align: center;
  border-top: 1px solid #ddcfc1;
  padding-top: 24px;
  color: var(--muted);
  font-size: 11px;
}
.newsletter {
  padding: 40px 7%;
  background: var(--wine);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.newsletter h2 {
  font-size: 30px;
  margin: 7px 0;
}
.newsletter form {
  display: flex;
  min-width: 440px;
}
.newsletter input {
  width: 100%;
  padding: 15px;
  border: 1px solid #ffffff3b;
  background: #ffffff0b;
  color: #fff;
}
.newsletter button {
  border: 0;
  background: var(--gold);
  padding: 0 22px;
  font-size: 10px;
  font-weight: bold;
}
footer {
  padding: 45px 6% 22px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 35px;
  background: #f1e7db;
  font-size: 11px;
}
footer b,
footer a {
  display: block;
  margin-bottom: 11px;
}
footer a {
  color: var(--muted);
}
.foot {
  grid-column: 1/-1;
  border-top: 1px solid #d8c8b8;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  background: #25191a;
  color: #fff;
  padding: 15px 18px;
  border-left: 4px solid var(--gold);
}
.toast button {
  background: none;
  border: 0;
  color: #fff;
}
.hidden {
  display: none;
}
@media (max-width: 950px) {
  .links {
    display: none;
    position: absolute;
    top: 82px;
    left: 3%;
    right: 3%;
    background: #fff;
    padding: 25px;
    flex-direction: column;
  }
  .links.open {
    display: flex;
  }
  .mobile {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .features {
    grid-template-columns: 1fr 1fr;
  }
  .categories,
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .story {
    grid-template-columns: 1fr;
  }
  .newsletter {
    align-items: flex-start;
    flex-direction: column;
  }
  .newsletter form {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 560px) {
  .top span:nth-of-type(n + 2),
  .top i {
    display: none;
  }
  .nav {
    height: 68px;
  }
  .site-logo {
    width: 115px;
  }
  .links {
    top: 68px;
  }
  .hero {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hero h1 {
    font-size: 54px;
  }
  .actions {
    flex-direction: column;
  }
  .heroProducts {
    height: 370px;
  }
  .pack {
    width: 175px;
    height: 295px;
    padding-top: 58px;
  }
  .pack.side {
    width: 95px;
    height: 165px;
    padding: 35px 8px;
  }
  .features {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }
  .section {
    padding: 75px 6%;
  }
  .head {
    align-items: flex-start;
    flex-direction: column;
  }
  .head h2 {
    font-size: 38px;
  }
  .categories,
  .grid {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .newsletter form {
    flex-direction: column;
  }
  .newsletter button {
    height: 48px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .footerBrand {
    grid-column: 1/-1;
  }
  .foot {
    flex-direction: column;
  }
}
