.osmo-recommends-v2 {
  --orv2-green: #3fa535;
  --orv2-green-dark: #26751f;
  --orv2-ink: #4b5563;
  --orv2-heading: #636363;
  --orv2-muted: #636363;
  --orv2-line: #d9ded8;
  --orv2-soft: #f6f6f6;
  --orv2-white: #fff;
  --orv2-danger: #a52a2a;
  --orv2-font-light: "Helvetica Neue Light", Helvetica, Inter, Arial, sans-serif;
  --orv2-font-medium: "Helvetica Neue Medium", Helvetica, Inter, Arial, sans-serif;
  box-sizing: border-box;
  width: 100%;
  color: var(--orv2-ink);
  font-family: var(--orv2-font-light);
  font-weight: 400;
  line-height: 1.55;
}

.osmo-recommends-v2 *,
.osmo-recommends-v2 *::before,
.osmo-recommends-v2 *::after {
  box-sizing: inherit;
  list-style-type: none !important;
}

.osmo-recommends-v2 button,
.osmo-recommends-v2 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.orv2-main {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 20px clamp(16px, 4vw, 40px) 72px;
}

.orv2-top {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.orv2-restart {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--orv2-green-dark);
  cursor: pointer;
  font-family: var(--orv2-font-medium);
  font-weight: 600;
  text-decoration: none;
}

.orv2-back {
  appearance: none;
  display: inline-block;
  border: 0;
  border-radius: 30px;
  padding: 12px 28px;
  background: #3fa535;
  color: #fff;
  cursor: pointer;
  font-family: var(--orv2-font-medium)!important;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2!important;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 140ms ease;
}

.orv2-back:hover {
  background: #3c9336;
  color: #fff;
}

.orv2-ref-code {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  color: #636363;
  font-family: var(--orv2-font-medium);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.orv2-ref-code--interior {
  background: #fff1c4;
}

.orv2-ref-code--exterior {
  background: #e3edc6;
}

.orv2-ref-code--advice {
  background: #dee8f3;
}

.orv2-top-spacer {
  flex: 1;
}

.orv2-restart:hover {
  color: var(--orv2-green);
}

.orv2-back:focus-visible,
.orv2-restart:focus-visible,
.orv2-choice:focus-visible,
.orv2-product-link:focus-visible,
.orv2-favorite-button:focus-visible,
.orv2-remove-button:focus-visible,
.orv2-field:focus-visible {
  outline: 3px solid var(--orv2-green);
  outline-offset: 3px;
}

.orv2-card-kicker {
  color: var(--orv2-muted);
  font-family: var(--orv2-font-medium);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.orv2-progress {
  width: 100%;
  height: 6px;
  margin: 10px 0 28px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--orv2-line);
}

.orv2-progress-bar {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orv2-green-dark), var(--orv2-green));
  transition: width 220ms ease-out;
}

.orv2-title,
.orv2-welcome-subheading,
.orv2-section-title {
  /* Family, weight, colour, size: inherit global heading theme rules */
  margin: 0 0 22px;
  border-left: 2px solid var(--orv2-green);
  padding: 15px;
  text-align: left;
  text-transform: none;
}

.orv2-title:focus {
  outline: none;
}

.orv2-main--refcodes > .orv2-title {
  margin-top: 30px;
}

.orv2-welcome-heading {
  margin: 0 0 28px;
  border-left: 2px solid var(--orv2-green);
  padding: 15px;
  text-align: left;
}

.orv2-welcome-heading .orv2-title,
.orv2-welcome-heading .orv2-welcome-subheading {
  display: block;
  margin: 0;
  border-left: none;
  padding: 0;
}

.orv2-refcodes-group-title {
  text-transform: none;
}

.orv2-favorite-control {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: -8px auto 28px;
}

.orv2-favorite-button,
.orv2-remove-button {
  appearance: none;
  padding: 8px 20px;
  border: 2px solid var(--orv2-green);
  border-radius: 999px;
  background: var(--orv2-white);
  color: var(--orv2-green-dark);
  cursor: pointer;
  font-family: var(--orv2-font-medium)!important;
  font-weight: 600;
  font-size:14px!important;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease,
    transform 120ms ease;
}

.orv2-favorite-button {
  border-color: #ffcc00;
  background: #ffcc00;
  color: #333;
}

.orv2-favorite-button:hover {
  border-color: #e4b629;
  background: #e4b629;
  color: #333;
  transform: translateY(-1px);
}

.orv2-remove-button:hover {
  transform: translateY(-1px);
}

.orv2-favorite-button--saved {
  border-color: #3fa535;
  background: #3fa535;
  color: #fff;
}

.orv2-favorite-button--saved:hover {
  border-color: #3c9336;
  background: #3c9336;
  color: #fff;
}

.orv2-favorite-button:disabled,
.orv2-remove-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.orv2-favorite-status {
  color: var(--orv2-muted);
  font-size: 0.9rem;
}

.orv2-choices {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 auto;
}

.orv2-choices--hub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orv2-choices--advice-hub {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  max-width: 1180px;
  margin-left: 0;
  margin-right: 0;
}

.orv2-choice-heading {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  color: #333;
  font-family: var(--orv2-font-medium);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}

.orv2-choice--advice-interior,
.orv2-choice--advice-exterior,
.orv2-choice--advice-search {
  align-items: flex-start;
  min-height: 100%;
  box-shadow: none;
}

.orv2-choice--advice-interior {
  background: #fff1c4!important;
}

.orv2-choice--advice-interior:hover {
  background: #ffebab!important;

}

.orv2-choice--advice-exterior {
background: #e3edc6!important;
}

.orv2-choice--advice-exterior:hover {
  background: #d9e7b3!important;

}

.orv2-choice--advice-search {
  background: #eef3f9!important;
}

.orv2-choice--advice-search:hover {
  background: #dee8f3!important;
}

.orv2-choices--wood {
  max-width: 1180px;
  gap: 16px;
}

.orv2-choice {
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 20px;
  border: 1px solid #708090;
  border-radius: 20px;
  background: #f6f6f6;
  color: #333;
  cursor: pointer;
  font-family: var(--orv2-font-light);
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
  box-shadow: none;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.orv2-choice:hover {
  background: #ebf5ec;
  color: #222;
  box-shadow: none;
}

.orv2-choice--list {
  flex-direction: column;
  align-items: stretch;
}

.orv2-choice-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.orv2-choice-list li {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  color: inherit;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
}

.orv2-choice-list li:last-child {
  margin-bottom: 0;
}

.orv2-choice-list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--orv2-green);
  content: ">";
  font-family: var(--orv2-font-medium);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.orv2-choice--list:hover .orv2-choice-list li::before {
  color: var(--orv2-green);
}

.orv2-choices--welcome {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin: 0;
  justify-content: flex-start;
}

.orv2-choices--welcome-advice {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin: 24px 0 0;
  justify-content: flex-start;
}

.orv2-choices--welcome .orv2-choice,
.orv2-choices--welcome-advice .orv2-choice {
  min-width: 210px;
  min-height: 56px;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 30px;
  box-shadow: none;
  color: var(--orv2-white);
  font-family: var(--orv2-font-medium);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.orv2-choices--welcome .orv2-choice:hover,
.orv2-choices--welcome-advice .orv2-choice:hover {
  color: var(--orv2-white);
  box-shadow: none;
  transform: translateY(-1px);
}

.orv2-choice--interior {
  border-color: #ffcc00;
  background: #ffcc00;
}

.orv2-choice--interior:hover {
  border-color: #e4b629;
  background: #e4b629;
}

.orv2-choice--exterior {
  border-color: #8dbe23;
  background: #8dbe23;
}

.orv2-choice--exterior:hover {
  border-color: #7faa2e;
  background: #7faa2e;
}

.orv2-choice--advice {
  width: fit-content;
  max-width: 100%;
  border-color: #5b8ec7;
  background: #5b8ec7;
}

.orv2-choice--advice:hover {
  border-color: #3072b7;
  background: #3072b7;
}

.orv2-welcome-about {
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  color: var(--orv2-ink);
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: left;
}

.orv2-welcome-divider {
  width: 100%;
  height: 0;
  margin: 0 0 28px;
  border: 0;
  border-top: 1px solid var(--orv2-line);
}

.orv2-welcome-about-copy {
  max-width: 760px;
  margin: 0 0 14px;
}

.orv2-welcome-about-copy:last-child {
  margin-bottom: 0;
}

.orv2-section,
.orv2-journey {
  margin-top: 44px;
}

.orv2-section--tools,
.orv2-section--maintenance,
.orv2-section--considerations,
.orv2-journey {
  margin-top: 100px;
}

.orv2-card-grid {
  display: grid;
  gap: 16px;
}

.orv2-section--recommendations .orv2-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orv2-card--advisory-lead {
  width: 100%;
  margin-bottom: 16px;
}

.orv2-section--tools .orv2-card-grid,
.orv2-section--considerations .orv2-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orv2-section--advice .orv2-card-grid,
.orv2-section--maintenance .orv2-card-grid {
  width: 100%;
  grid-template-columns: 1fr;
}

.orv2-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  border: 1px solid #708090;
  border-radius: 18px;
  background: #f7f7f7;
  box-shadow: 0 1px 0 rgba(36, 36, 36, 0.03);
}

.orv2-product-image {
  width: 100%;
  height: 190px;
  margin: 0 0 18px;
  object-fit: contain;
}

.orv2-card-kicker {
  margin: 0 0 6px;
}

.orv2-card-kicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  width: 100%;
  margin: 0 0 6px;
}

.orv2-card-kicker-row .orv2-card-kicker {
  margin: 0;
}

.orv2-pro-badge {
  appearance: none;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: none;
  color: #3fa535;
  cursor: pointer;
  font-family: var(--orv2-font-medium);
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.orv2-pro-badge:hover {
  color: #3c9336;
  text-decoration: underline;
}

.orv2-card-kicker-row .orv2-pro-badge {
  margin-bottom: 0;
}

.orv2-modal-link {
  appearance: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--orv2-green);
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.orv2-modal-link:hover {
  color: var(--orv2-green-dark);
}

.orv2-text-link {
  margin-left: 6px;
  margin-right: 6px;
  color: var(--orv2-green)!important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.orv2-text-link:hover {
  color: var(--orv2-green-dark)!important;
}

.orv2-card-title {
  margin: 0 0 8px;
  /* Keep compact card sizing; family/weight/colour from global h3/h4 */
  font-size: 1.125rem;
  line-height: 1.3;
}

.orv2-product-red {
  color: #ff0000;
  margin-left: 6px;
  margin-right: 6px;
}


.orv2-card-subtitle {
  margin: 0 0 14px;
  color: var(--orv2-muted);
  font-family: var(--orv2-font-light);
  font-weight: 600;
}

.orv2-card-copy {
  margin: 0 0 12px;
}

.orv2-video {
  position: relative;
  width: 100%;
  margin: 8px 0 16px;
  overflow: hidden;
  padding-top: 56.25%;
}

.orv2-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.orv2-card-subheading {
  margin: 16px 0 8px;
  color: var(--orv2-ink);
  font-family: var(--orv2-font-medium);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.orv2-card-subheading:first-child {
  margin-top: 0;
}

.orv2-card-list {
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.orv2-card-list li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  color: inherit;
  line-height: 1.45;
}

.orv2-card-list li:last-child {
  margin-bottom: 0;
}

.orv2-card-list li::before {
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--orv2-green);
  content: ">";
  font-family: var(--orv2-font-medium);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
}

.orv2-product-link {
  display: inline-block;
  margin-top: auto;
  padding: 10px 20px;
  border: 2px solid #a1a5a7;
  border-radius: 999px;
  background: #a1a5a7;
  color: var(--orv2-white) !important;
  font-family: var(--orv2-font-medium) !important;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.orv2-product-link:hover {
  background: #909496;
  border-color: #909496;
  color: var(--orv2-white) !important;
  transform: translateY(-1px);
}

.orv2-product-link--interior {
  background: #ffcc00;
  border-color: #ffcc00;
}

.orv2-product-link--interior:hover {
  background: #e4b629;
  border-color: #e4b629;
}

.orv2-product-link--exterior {
  background: #8dbe23;
  border-color: #8dbe23;
}

.orv2-product-link--exterior:hover {
  background: #7faa2e;
  border-color: #7faa2e;
}

.orv2-product-link--tool {
  background: #a1a5a7;
  border-color: #a1a5a7;
}

.orv2-product-link--tool:hover {
  background: #909496;
  border-color: #909496;
}

.orv2-journey {
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid #708090;
  border-radius: 18px;
  background: #f7f7f7;
  box-shadow: 0 1px 0 rgba(36, 36, 36, 0.03);
}

.orv2-journey-list {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) 1fr;
  gap: 10px 20px;
  margin: 0 auto;
}

.orv2-journey-label {
  font-family: var(--orv2-font-medium);
  font-weight: 600;
}

.orv2-journey-value {
  margin: 0;
}

.orv2-favorites-grid {
  display: grid;
  gap: 16px;
  margin: 0 auto;
}

.orv2-favorite-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--orv2-ink);
  border-radius: 18px;
  background: var(--orv2-soft);
}

.orv2-field-label {
  display: grid;
  gap: 6px;
  font-family: var(--orv2-font-medium);
  font-weight: 600;
}

.orv2-field {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--orv2-line);
  border-radius: 12px;
  background: var(--orv2-white);
  color: var(--orv2-ink);
  font: inherit;
  font-weight: 400;
}

.orv2-favorite-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.orv2-remove-button {
  border-color: var(--orv2-danger);
  color: var(--orv2-danger);
}

.orv2-unavailable {
  color: var(--orv2-muted);
  font-size: 0.9rem;
}

.orv2-restart {
  display: block;
  margin: 38px auto 0;
}

.orv2-loading,
.orv2-error {
  max-width: 680px;
  margin: 32px auto;
  padding: 20px;
  border-radius: 16px;
  background: var(--orv2-soft);
  text-align: center;
}

@media (max-width: 680px) {
  .orv2-main {
    padding-top: 12px;
  }

  .orv2-top {
    gap: 10px;
  }

  .orv2-choices,
  .orv2-choices--hub,
  .orv2-choices--advice-hub {
    grid-template-columns: 1fr;
  }

  .orv2-choices--welcome-advice {
    margin-top: 40px;
  }

  .orv2-section--recommendations .orv2-card-grid {
    grid-template-columns: 1fr;
  }

  .orv2-journey-list {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .orv2-journey-value {
    margin-bottom: 12px;
  }
}

@media (max-width: 740px) {
  .orv2-section--tools .orv2-card-grid,
  .orv2-section--considerations .orv2-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 550px) {
  .orv2-section--tools .orv2-card-grid,
  .orv2-section--considerations .orv2-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orv2-progress-bar,
  .orv2-choice,
  .orv2-favorite-button,
  .orv2-remove-button,
  .orv2-product-link {
    transition: none;
  }

  .orv2-choice:hover,
  .orv2-favorite-button:hover,
  .orv2-remove-button:hover,
  .orv2-product-link:hover {
    transform: none;
  }
}
