.taste-home {
  background: #f5f8f9;
}

.taste-header {
  box-shadow: 0 1px 0 rgba(16, 33, 47, 0.04);
}

.taste-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
  min-height: calc(100dvh - 92px);
  padding: clamp(60px, 8vw, 104px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 72% 22%, rgba(18, 168, 133, 0.12), transparent 30%),
    linear-gradient(135deg, #eff7f8 0%, #ffffff 54%, #e9f1f4 100%);
}

.taste-eyebrow {
  margin: 0 0 12px;
  color: #12a885;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.taste-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #10212f;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.08;
  letter-spacing: 0;
}

.taste-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #5e6b75;
  font-size: 20px;
  line-height: 1.75;
}

.taste-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.taste-hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(16, 33, 47, 0.12);
}

.taste-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.taste-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 42px clamp(18px, 5vw, 72px) 0;
}

.taste-proof-strip article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 118px;
  padding: 24px;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
}

.taste-proof-strip strong {
  color: #0a3857;
  font-size: 38px;
  line-height: 1;
}

.taste-proof-strip span {
  color: #5e6b75;
  font-size: 18px;
  font-weight: 700;
}

.taste-section {
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
}

.taste-section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.taste-section-heading h2,
.taste-workflow h2,
.taste-inquiry h2 {
  margin: 0;
  color: #10212f;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

.taste-section-heading p:last-child,
.taste-inquiry p {
  margin: 12px 0 0;
  color: #5e6b75;
  font-size: 18px;
}

.taste-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.taste-product-card {
  position: relative;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  min-height: 300px;
  padding: 24px;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(16, 33, 47, 0.06);
}

.taste-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #edf4f6;
}

.taste-product-card h3,
.taste-evidence-card h3,
.taste-step-list h3 {
  margin: 0 0 12px;
  color: #10212f;
  font-size: 26px;
  line-height: 1.22;
}

.taste-product-card h3::after,
.taste-evidence-card h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  background: #d9e4e8;
}

.taste-product-card p,
.taste-evidence-card p,
.taste-step-list p {
  margin: 0;
  color: #5e6b75;
  font-size: 18px;
  line-height: 1.75;
}

.taste-evidence {
  background: #ffffff;
}

.taste-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.taste-evidence-card {
  overflow: hidden;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(16, 33, 47, 0.06);
}

.taste-evidence-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  padding: 12px;
  background: #edf4f6;
}

.taste-evidence-card div {
  padding: 20px;
}

.taste-workflow {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: #edf4f6;
}

.taste-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.taste-step-list article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid #d9e4e8;
  border-radius: 8px;
  background: #ffffff;
}

.taste-step-list strong {
  display: block;
  margin-bottom: 18px;
  color: #0b5f8e;
  font-size: 28px;
}

.taste-inquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  padding: clamp(56px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: #ffffff;
}

.taste-inquiry .inquiry-form {
  margin: 0;
}

@media (max-width: 980px) {
  .taste-hero,
  .taste-workflow,
  .taste-inquiry {
    grid-template-columns: 1fr;
  }

  .taste-proof-strip,
  .taste-product-grid,
  .taste-evidence-grid,
  .taste-step-list {
    grid-template-columns: 1fr;
  }

  .taste-hero {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .taste-hero,
  .taste-section,
  .taste-workflow,
  .taste-inquiry {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .taste-hero > *,
  .taste-hero-copy,
  .taste-section > *,
  .taste-product-card > *,
  .taste-evidence-card > * {
    min-width: 0;
    max-width: 100%;
  }

  .taste-hero h1 {
    max-width: 10.5em;
    font-size: 28px;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .taste-lead,
  .taste-product-card p,
  .taste-evidence-card p,
  .taste-step-list p {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
    line-break: anywhere;
  }

  .taste-lead {
    max-width: 18em;
  }

  .taste-actions,
  .hero-tags {
    max-width: 100%;
  }

  .taste-actions .btn {
    flex: 1 1 100%;
    min-width: 0;
    white-space: nowrap;
  }

  .taste-product-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .taste-product-card img {
    aspect-ratio: 4 / 3;
  }

  .taste-proof-strip {
    padding-left: 16px;
    padding-right: 16px;
  }

  .taste-product-grid,
  .taste-evidence-grid,
  .taste-step-list {
    grid-template-columns: 1fr;
  }
}
