.tomato-feature {
  --tomato-ink: #30211d;
  --tomato-red: #a63d2d;
  --tomato-red-dark: #7f2b20;
  --tomato-leaf: #315e44;
  --tomato-cream: #fff8ec;
  --tomato-line: #ddc6ad;
  padding: clamp(72px, 8vw, 112px) 0;
  color: var(--tomato-ink);
  background:
    radial-gradient(circle at 6% 15%, rgba(192, 72, 46, .12), transparent 25%),
    linear-gradient(145deg, #fffaf0 0%, #f3e4d2 100%);
  scroll-margin-top: 72px;
}

.tomato-feature,
.tomato-feature * {
  box-sizing: border-box;
}

.tomato-feature__inner {
  width: min(1080px, calc(100% - 40px));
  margin-inline: auto;
}

.tomato-feature__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
}

.tomato-feature__copy {
  max-width: 650px;
}

.tomato-feature__eyebrow {
  margin: 0 0 14px;
  color: var(--tomato-leaf);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 700;
  letter-spacing: .12em;
}

.tomato-feature__title {
  margin: 0;
  color: var(--tomato-red-dark);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 3.1vw, 46px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .035em;
  text-wrap: balance;
}

.tomato-feature__lead {
  margin: 24px 0 0;
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 700;
  line-height: 1.9;
}

.tomato-feature__body {
  margin: 14px 0 0;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 2;
}

.tomato-feature__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 0;
  padding: 9px 16px;
  color: #fff;
  background: var(--tomato-red-dark);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
}

.tomato-feature__status::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #f6c97c;
  border-radius: 50%;
}

.tomato-feature__story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: var(--tomato-red-dark);
  font-size: 16px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.tomato-feature__story-link::after {
  content: "→";
}

.tomato-feature__hero {
  overflow: hidden;
  margin: 0;
  background: #ddc3a7;
  border: 1px solid var(--tomato-line);
  box-shadow: 18px 18px 0 rgba(127, 43, 32, .11);
}

.tomato-feature__hero img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tomato-feature__hero figcaption {
  padding: 11px 15px;
  color: #5d4941;
  background: rgba(255, 250, 240, .94);
  font-size: 13px;
  line-height: 1.6;
}

.tomato-feature__taste {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: clamp(42px, 6vw, 66px) 0 0;
  padding: 1px;
  background: var(--tomato-line);
}

.tomato-feature__taste > div {
  padding: 22px;
  background: rgba(255, 251, 242, .96);
}

.tomato-feature__taste strong,
.tomato-feature__taste span {
  display: block;
}

.tomato-feature__taste strong {
  color: var(--tomato-red-dark);
  font-size: 16px;
}

.tomato-feature__taste span {
  margin-top: 5px;
  color: #604f48;
  font-size: 14px;
  line-height: 1.7;
}

.tomato-feature__products-heading {
  margin: clamp(50px, 7vw, 76px) 0 10px;
  color: var(--tomato-ink);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.tomato-feature__products-lead {
  margin: 0 auto 28px;
  color: #66554e;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.tomato-feature__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.tomato-feature__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid var(--tomato-line);
}

.tomato-feature__card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #f7ebdc;
}

.tomato-feature__card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.tomato-feature__card-label {
  margin: 0;
  color: var(--tomato-leaf);
  font-size: 13px;
  font-weight: 700;
}

.tomato-feature__card h3 {
  margin: 5px 0 0;
  color: var(--tomato-ink);
  font-family: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  line-height: 1.45;
}

.tomato-feature__price {
  margin: 7px 0 15px;
  color: var(--tomato-red-dark);
  font-size: 21px;
  font-weight: 700;
}

.tomato-feature__price small {
  font-size: 13px;
  font-weight: 500;
}

.tomato-feature__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: auto;
  padding: 12px 16px;
  color: #fff !important;
  background: var(--tomato-red-dark);
  border: 2px solid var(--tomato-red-dark);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease;
}

.tomato-feature__cta:hover {
  color: var(--tomato-red-dark) !important;
  background: #fff;
}

.tomato-feature__cta:focus-visible,
.tomato-feature__story-link:focus-visible {
  outline: 3px solid #315e44;
  outline-offset: 4px;
}

.tomato-feature__note {
  margin: 22px 0 0;
  color: #6b5a52;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.tomato-feature__all {
  margin: 26px 0 0;
  text-align: center;
}

.tomato-feature__all .tomato-feature__story-link {
  margin-top: 0;
}

@media (max-width: 900px) {
  .tomato-feature__intro {
    grid-template-columns: 1fr;
  }

  .tomato-feature__copy {
    max-width: none;
  }

  .tomato-feature__hero {
    width: min(680px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .tomato-feature {
    padding: 62px 0 68px;
    scroll-margin-top: 60px;
  }

  .tomato-feature__inner {
    width: min(100% - 28px, 680px);
  }

  .tomato-feature__intro {
    gap: 30px;
  }

  .tomato-feature__title {
    font-size: 34px;
    line-height: 1.5;
  }

  .tomato-feature__hero {
    box-shadow: 8px 8px 0 rgba(127, 43, 32, .11);
  }

  .tomato-feature__taste,
  .tomato-feature__products {
    grid-template-columns: 1fr;
  }

  .tomato-feature__taste > div {
    padding: 18px;
  }

  .tomato-feature__products {
    gap: 14px;
  }

  .tomato-feature__card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .tomato-feature__card img {
    height: 100%;
    min-height: 210px;
  }

  .tomato-feature__card-body {
    padding: 18px 15px;
  }

  .tomato-feature__card h3 {
    font-size: 20px;
  }

  .tomato-feature__price {
    font-size: 18px;
  }

  .tomato-feature__cta {
    min-height: 48px;
    padding: 10px 8px;
    font-size: 14px;
  }
}

@media (max-width: 390px) {
  .tomato-feature__card {
    grid-template-columns: 1fr;
  }

  .tomato-feature__card img {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tomato-feature__cta {
    transition: none;
  }
}

/* The summer LP has six destinations after adding Tomato Beer. */
body[data-analytics-lp-id="summer_craft_beer"] .sticky-nav .container {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (max-width: 640px) {
  body[data-analytics-lp-id="summer_craft_beer"] .sticky-nav .container {
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(92px, 1fr));
    scrollbar-width: none;
  }

  body[data-analytics-lp-id="summer_craft_beer"] .sticky-nav .container::-webkit-scrollbar {
    display: none;
  }
}
