.ovis-taste {
  --ovis-ink: #191815;
  --ovis-paper: #f4f0e8;
  --ovis-paper-dark: #e8e0d4;
  --ovis-sage: #34483f;
  --ovis-gold: #b18a52;
  --ovis-line: rgba(25, 24, 21, 0.18);
  background: var(--ovis-paper);
  color: var(--ovis-ink);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.ovis-taste *,
.ovis-taste *::before,
.ovis-taste *::after {
  box-sizing: border-box;
}

.ovis-taste [hidden] {
  display: none !important;
}

.ovis-taste h1,
.ovis-taste h2,
.ovis-taste h3 {
  color: var(--ovis-ink);
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
}

.ovis-taste p {
  margin: 0;
}

.ovis-taste__inner {
  margin: 0 auto;
  max-width: 1180px;
  width: calc(100% - 48px);
}

.ovis-taste__eyebrow {
  color: var(--ovis-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 22px !important;
  text-transform: uppercase;
}

.ovis-taste__intro {
  padding: 118px 0 110px;
}

.ovis-taste__intro-grid {
  align-items: end;
  display: grid;
  gap: 92px;
  grid-template-columns: 1.12fr 0.88fr;
}

.ovis-taste__intro h1 {
  font-size: clamp(54px, 7vw, 94px);
}

.ovis-taste__intro-copy > p {
  color: #4f4b45;
  font-size: 19px;
  line-height: 1.72;
}

.ovis-taste__intro-copy ul {
  border-top: 1px solid var(--ovis-line);
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 30px 0;
  padding: 25px 0 0;
}

.ovis-taste__intro-copy li {
  color: #4f4b45;
  font-size: 14px;
}

.ovis-taste__intro-copy li::before {
  color: var(--ovis-gold);
  content: "—";
  margin-right: 10px;
}

.ovis-taste__button {
  align-items: center;
  border: 1px solid var(--ovis-ink);
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  font: 700 12px/1 Arial, sans-serif;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 50px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.ovis-taste__button--primary {
  background: var(--ovis-ink);
  color: #fff;
}

.ovis-taste__button--secondary {
  background: transparent;
  color: var(--ovis-ink);
}

.ovis-taste__button:hover,
.ovis-taste__button:focus-visible {
  background: var(--ovis-gold);
  border-color: var(--ovis-gold);
  color: #fff;
}

.ovis-taste__quiz {
  background: var(--ovis-paper);
  min-height: 850px;
  padding: 70px 0 100px;
}

.ovis-taste__progress-row {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  margin-bottom: 70px;
}

.ovis-taste__progress-row p {
  color: #625e57;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ovis-taste__progress {
  background: rgba(25, 24, 21, 0.12);
  height: 2px;
  overflow: hidden;
}

.ovis-taste__progress span {
  background: var(--ovis-gold);
  display: block;
  height: 100%;
  transition: width 260ms ease;
  width: 0;
}

.ovis-taste__question-head {
  margin: 0 auto 45px;
  max-width: 780px;
  text-align: center;
}

.ovis-taste__question-head h2 {
  font-size: clamp(40px, 5vw, 64px);
}

.ovis-taste__question-head > p:last-child {
  color: #625e57;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 18px;
}

.ovis-taste__pairs {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.ovis-taste__art-card {
  background: #fff;
  border: 1px solid transparent;
  color: var(--ovis-ink);
  cursor: pointer;
  display: grid;
  padding: 0;
  text-align: left;
  transition: border-color 180ms ease, transform 180ms ease;
}

.ovis-taste__art-card:hover,
.ovis-taste__art-card:focus-visible {
  border-color: var(--ovis-gold);
  outline: none;
  transform: translateY(-3px);
}

.ovis-taste__image-wrap {
  aspect-ratio: 1.26 / 1;
  background: var(--ovis-paper-dark);
  display: block;
  overflow: hidden;
}

.ovis-taste__image-wrap img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ovis-taste__card-copy {
  display: grid;
  gap: 8px;
  padding: 22px 24px 24px;
}

.ovis-taste__card-copy strong {
  font: 25px/1.2 Georgia, serif;
  font-weight: 400;
}

.ovis-taste__card-copy > span:nth-child(2) {
  color: #736d64;
  font-size: 13px;
}

.ovis-taste__choose-label {
  border-top: 1px solid var(--ovis-line);
  color: var(--ovis-sage);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 8px;
  padding-top: 16px;
  text-transform: uppercase;
}

.ovis-taste__skip {
  background: transparent;
  border: 0;
  color: #69645c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 28px auto 0;
  padding: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ovis-taste__results {
  background: var(--ovis-paper);
  padding: 105px 0;
}

.ovis-taste__results > .ovis-taste__inner > h2 {
  font-size: clamp(48px, 6vw, 78px);
  max-width: 850px;
}

.ovis-taste__profile-copy {
  color: #534f48;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 25px !important;
  max-width: 720px;
}

.ovis-taste__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.ovis-taste__tags span,
.ovis-taste__reason {
  border: 1px solid rgba(52, 72, 63, 0.28);
  color: var(--ovis-sage);
  display: inline-block;
  font-size: 12px;
  padding: 8px 11px;
}

.ovis-taste__recommendation-head {
  align-items: end;
  border-top: 1px solid var(--ovis-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 75px;
  padding-top: 45px;
}

.ovis-taste__recommendation-head h3 {
  font-size: 42px;
}

.ovis-taste__recommendation-head p {
  color: #625e57;
  line-height: 1.65;
}

.ovis-taste__recommendations {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 38px;
}

.ovis-taste__recommendation {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.ovis-taste__recommendation img {
  aspect-ratio: 1 / 1;
  background: var(--ovis-paper-dark);
  display: block;
  object-fit: contain;
  width: 100%;
}

.ovis-taste__recommendation-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.ovis-taste__recommendation-copy h4 {
  font: 23px/1.2 Georgia, serif;
  font-weight: 400;
  margin: 0 0 12px;
}

.ovis-taste__recommendation-copy p {
  color: #6b665e;
  font-size: 13px;
  line-height: 1.55;
}

.ovis-taste__recommendation-copy .ovis-taste__collection {
  color: #837b70;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: -2px 0 14px;
  text-transform: uppercase;
}

.ovis-taste__recommendation-copy .ovis-taste__reason {
  margin-bottom: 10px;
}

.ovis-taste__recommendation-copy a {
  color: var(--ovis-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: auto;
  padding-top: 22px;
  text-transform: uppercase;
  text-underline-offset: 5px;
}

.ovis-taste__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.ovis-taste__error {
  padding: 100px 0;
}

.ovis-taste__error h2 {
  font-size: 52px;
}

.ovis-taste__error p {
  color: #5f5a52;
  line-height: 1.65;
  margin: 22px 0 30px;
  max-width: 650px;
}

.ovis-taste__status {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media (max-width: 800px) {
  .ovis-taste__intro {
    padding: 78px 0 72px;
  }

  .ovis-taste__intro-grid,
  .ovis-taste__recommendation-head {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .ovis-taste__pairs {
    gap: 16px;
  }

  .ovis-taste__recommendations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ovis-taste__inner {
    width: calc(100% - 32px);
  }

  .ovis-taste__intro h1 {
    font-size: 48px;
  }

  .ovis-taste__progress-row {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .ovis-taste__quiz {
    padding: 55px 0 72px;
  }

  .ovis-taste__question-head h2 {
    font-size: 39px;
  }

  .ovis-taste__pairs,
  .ovis-taste__recommendations {
    grid-template-columns: 1fr;
  }

  .ovis-taste__image-wrap {
    aspect-ratio: 1.15 / 1;
  }

  .ovis-taste__results {
    padding: 76px 0;
  }

  .ovis-taste__results > .ovis-taste__inner > h2 {
    font-size: 46px;
  }

  .ovis-taste__result-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
