.tm-home {
  --tm-black: #080d0f;
  --tm-yellow: #ffe368;
  --tm-white: #fff;
  color: var(--tm-black);
  background: var(--tm-white);
}
.tm-home * { box-sizing: border-box; }
.tm-home__hero { display: grid; grid-template-columns: 53% 47%; min-height: 720px; border-bottom: 1px solid var(--tm-black); }
.tm-home__copy { position: relative; z-index: 3; padding: clamp(70px, 8vw, 130px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; background: var(--tm-white); }
.tm-home__copy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: clamp(90px, 10vw, 190px);
  pointer-events: none;
  background: linear-gradient(90deg, var(--tm-white) 0%, rgba(255,255,255,.88) 24%, rgba(255,255,255,.42) 58%, rgba(255,255,255,0) 100%);
}
.tm-home__eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.tm-home h1, .tm-home h2 { margin: 0; color: var(--tm-black); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.tm-home h1 { font-size: clamp(58px, 6.6vw, 108px); }
.tm-home h1 em { color: var(--tm-black); font-weight: 400; }
.tm-home__intro { max-width: 470px; margin: 34px 0; font-size: 17px; line-height: 1.65; }
.tm-home__button { display: inline-flex; width: fit-content; min-width: 220px; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 22px; color: var(--tm-white); background: var(--tm-black); border: 1px solid var(--tm-black); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.tm-home__button:hover { color: var(--tm-black); background: var(--tm-yellow); }
.tm-home__visual { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; background: var(--tm-yellow); }
.tm-home__visual::before { content: none; }
.tm-home__image { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; max-height: none; object-fit: cover; object-position: 65% center; filter: none; }
.tm-home__placeholder { position: relative; z-index: 2; width: min(76%, 540px); aspect-ratio: .72; display: grid; place-items: center; background: var(--tm-white); color: var(--tm-black); font: 700 clamp(34px,4vw,64px) Georgia,serif; transform: rotate(-3deg); box-shadow: 0 30px 50px rgba(0,0,0,.25); }
.tm-home__ticker { display: flex; min-height: 70px; align-items: center; justify-content: space-around; gap: 34px; overflow: hidden; padding: 15px 3vw; color: var(--tm-yellow); background: var(--tm-black); white-space: nowrap; font: 20px Georgia, serif; }
.tm-home__ticker span::before { content: "★"; margin-right: clamp(18px,3vw,48px); }
.tm-home__feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,120px); padding: clamp(70px,9vw,135px) clamp(24px,5vw,76px); background: var(--tm-white); }
.tm-home__feature-media { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--tm-yellow); }
.tm-home__feature-media::after { content: ""; position: absolute; inset: 58% 0 0; background: var(--tm-black); }
.tm-home__feature-media img { position: relative; z-index: 2; width: min(90%,720px); max-height: 650px; object-fit: contain; filter: drop-shadow(0 25px 22px rgba(0,0,0,.22)); }
.tm-home__feature-copy { align-self: center; max-width: 610px; }
.tm-home__feature h2, .tm-home__ingredients h2 { font-size: clamp(52px,5vw,82px); }
.tm-home__lead { margin: 30px 0; font: 23px/1.45 Georgia,serif; }
.tm-home__visual { grid-column: 1; grid-row: 1; width: 100%; }
.tm-home__copy { grid-column: 2; grid-row: 1; }
.tm-home__points { margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid var(--tm-black); }
.tm-home__points li { padding: 18px 0; border-bottom: 1px solid var(--tm-black); line-height: 1.55; }
.tm-home__points b { display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
.tm-home__cta { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 70px 24px; text-align: center; color: var(--tm-white); background: var(--tm-black); }
.tm-home__cta h2 { color: var(--tm-white); font-size: clamp(62px,8vw,120px); }
.tm-home__cta h2 em { color: var(--tm-yellow); font-weight: 400; }
.tm-home__cta p { margin: 25px 0 30px; font: 20px Georgia,serif; }
.tm-home__cta .tm-home__button { color: var(--tm-black); background: var(--tm-yellow); border-color: var(--tm-yellow); }
.tm-home__ingredients { padding: clamp(70px,9vw,135px) clamp(24px,5vw,76px); background: var(--tm-white); }
.tm-home__ingredients-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.tm-home__ingredients-head > p { max-width: 460px; line-height: 1.65; }
.tm-home__ingredient-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tm-home__ingredient { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; color: var(--tm-black); background: var(--tm-yellow); }
.tm-home__ingredient:nth-child(3n+2) { color: var(--tm-white); background: var(--tm-black); }
.tm-home__ingredient:nth-child(3n) { border: 2px solid var(--tm-black); background: var(--tm-white); }
.tm-home__ingredient img { width: 100%; height: 255px; object-fit: contain; }
.tm-home__ingredient h3 { margin: 0; font: 42px Georgia,serif; letter-spacing: -.04em; }
.tm-home__ingredient p { margin: 8px 0 0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
@media (max-width: 850px) {
  .tm-home__hero, .tm-home__feature { grid-template-columns: 1fr; }
  .tm-home__copy { min-height: 0; padding: 32px 24px; }
  .tm-home__copy::after {
    top: 100%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 80px;
    background: transparent;
  }
  .tm-home__visual, .tm-home__feature-media { min-height: 520px; }
  .tm-home__visual--image { min-height: 0; aspect-ratio: 16 / 9; }
  .tm-home__image { width: 100%; height: 100%; max-height: none; }
  .tm-home__placeholder { width: 78%; max-width: 430px; }
  .tm-home__feature-media img { width: 94%; max-height: 500px; }
  .tm-home__ticker { justify-content: flex-start; overflow-x: auto; padding-left: 24px; }
  .tm-home__ingredients-head { display: block; }
  .tm-home__ingredient-grid { grid-template-columns: 1fr; }
    .tm-home__visual { grid-row: 1; min-height: 420px; } .tm-home__image { object-fit: cover; object-position: 55% center; background: var(--tm-yellow); }
      .tm-home__copy { grid-row: 2; grid-column: 1; }
}
