.rv-product-notes {
  width: 100%;
  padding: clamp(84px, 9vw, 150px) clamp(28px, 5.5vw, 94px);
  color: #151513;
  background: #ffffff;
  border-top: 1px solid #d8d6d1;
}

.rv-product-notes__header {
  display: grid;
  grid-template-columns: minmax(170px, 24%) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: start;
  padding-bottom: clamp(52px, 6vw, 92px);
  border-bottom: 1px solid #d8d6d1;
}

.rv-product-notes__kicker {
  padding-top: 12px;
  color: #79756e;
  font-family: var(--rv-sans, Arial, sans-serif) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
}

.rv-product-notes__title {
  max-width: 920px;
  margin: 0;
  color: #151513;
  font-family: var(--rv-serif, Georgia, serif) !important;
  font-size: clamp(58px, 8vw, 132px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 0.84 !important;
  letter-spacing: -0.055em !important;
}

.rv-product-notes__main {
  display: grid;
  grid-template-columns: minmax(190px, 24%) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: start;
  padding-top: clamp(58px, 7vw, 108px);
}

.rv-product-notes__nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #d8d6d1;
}

.rv-product-notes__tab {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 0;
  color: #77736c;
  text-align: left;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d8d6d1;
}

.rv-product-notes__tab span,
.rv-product-notes__tab strong,
.rv-product-notes__tab i {
  font-family: var(--rv-sans, Arial, sans-serif) !important;
  font-style: normal !important;
  line-height: 1.25 !important;
}

.rv-product-notes__tab span {
  font-size: 8px !important;
  letter-spacing: 0.1em;
}

.rv-product-notes__tab strong {
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rv-product-notes__tab i {
  font-size: 14px !important;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.rv-product-notes__tab.is-active {
  color: #151513;
}

.rv-product-notes__tab.is-active i {
  opacity: 1;
  transform: translateX(0);
}

.rv-product-notes__panels {
  min-width: 0;
}

.rv-product-notes__panel {
  display: none;
  width: min(100%, 840px);
  color: #34322e;
}

.rv-product-notes__panel.is-active {
  display: block;
  animation: rv-product-note-in 280ms ease both;
}

@keyframes rv-product-note-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.rv-product-notes__panel,
.rv-product-notes__panel p,
.rv-product-notes__panel li,
.rv-product-notes__panel a {
  font-family: var(--rv-sans, Arial, sans-serif) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.85 !important;
}

.rv-product-notes__panel > :first-child {
  margin-top: 0 !important;
}

.rv-product-notes__panel p {
  margin: 0 0 24px;
}

.rv-product-notes__panel ul,
.rv-product-notes__panel ol {
  padding-inline-start: 18px;
  margin: 0 0 24px;
}

.rv-product-notes__panel li {
  margin-bottom: 10px;
}

.rv-product-notes__panel a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rv-product-notes__services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin-top: clamp(70px, 8vw, 120px);
  border: 1px solid #d8d6d1;
}

.rv-product-notes__service {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 18px;
  min-height: 100px;
  padding: 20px 28px;
  color: #151513;
  text-align: left;
  cursor: pointer;
  background: #ffffff;
  border: 0;
  border-inline-end: 1px solid #d8d6d1;
}

.rv-product-notes__service:last-child {
  border-inline-end: 0;
}

.rv-product-notes__service-number,
.rv-product-notes__service-copy strong,
.rv-product-notes__service-copy small,
.rv-product-notes__service-arrow {
  font-family: var(--rv-sans, Arial, sans-serif) !important;
  font-style: normal !important;
}

.rv-product-notes__service-number {
  color: #79756e;
  font-size: 7px;
  letter-spacing: 0.1em;
}

.rv-product-notes__service-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rv-product-notes__service-copy strong {
  color: #151513;
  font-size: 8px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}

.rv-product-notes__service-copy small {
  color: #79756e;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.rv-product-notes__service-arrow {
  font-size: 13px;
  transition: transform 220ms ease;
}

.rv-product-notes__service:hover {
  background: #f7f7f5;
}

.rv-product-notes__service:hover .rv-product-notes__service-arrow {
  transform: translateX(4px);
}

@media (max-width: 959px) {
  .rv-product-notes {
    padding: 72px 18px;
  }

  .rv-product-notes__header {
    display: block;
    padding-bottom: 42px;
  }

  .rv-product-notes__kicker {
    display: block;
    padding: 0;
    margin-bottom: 28px;
    font-size: 8px !important;
  }

  .rv-product-notes__title {
    max-width: 340px;
    font-size: 66px !important;
  }

  .rv-product-notes__main {
    display: block;
    padding-top: 46px;
  }

  .rv-product-notes__nav {
    margin-bottom: 38px;
  }

  .rv-product-notes__tab {
    min-height: 56px;
  }

  .rv-product-notes__panel,
  .rv-product-notes__panel p,
  .rv-product-notes__panel li,
  .rv-product-notes__panel a {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }

  .rv-product-notes__services {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .rv-product-notes__service {
    min-height: 78px;
    padding: 14px 16px;
    border-inline-end: 0;
    border-bottom: 1px solid #d8d6d1;
  }

  .rv-product-notes__service:last-child {
    border-bottom: 0;
  }
}
