/* Herbolen contact content — page-specific styles only. */
.hro-main,
.hro-main * {
  box-sizing: border-box;
}

.hro-main {
  --hro-ink: #15382b;
  --hro-green: #2f744d;
  --hro-green-dark: #205b3b;
  --hro-lime: #a8c96e;
  --hro-soft: #eff5e7;
  --hro-cream: #fbfcf8;
  --hro-line: #d8e3d2;
  --hro-muted: #617367;
  color: var(--hro-ink);
  background: var(--hro-cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.hro-main a {
  color: inherit;
  text-decoration: none;
}

.hro-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.hro-main h1,
.hro-main h2,
.hro-main h3,
.hro-main p {
  margin-top: 0;
}

.hro-main h1,
.hro-main h2,
.hro-main h3 {
  color: var(--hro-ink);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hro-main h1 {
  max-width: 800px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 5.3rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.hro-main h2 {
  margin-bottom: 19px;
  font-size: clamp(2.1rem, 4vw, 3.45rem);
  line-height: 1.04;
}

.hro-main h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hro-eyebrow {
  margin-bottom: 20px;
  color: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hro-eyebrow-light {
  color: var(--hro-lime);
}

.hro-lead {
  max-width: 650px;
  margin-bottom: 0;
  color: #4f6658;
  font-size: 1.14rem;
  line-height: 1.65;
}

.hro-page-hero {
  background: linear-gradient(110deg, #eff6e7 0%, #f9fbf5 58%, #e8f1df 100%);
}

.hro-page-hero-inner {
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.hro-page-hero-mark {
  width: 190px;
  height: 190px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 116, 77, 0.16);
  border-radius: 50%;
  color: var(--hro-green);
  background: transparent;
  transform: rotate(-9deg);
}

.hro-page-hero-mark span {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.hro-page-hero-mark small {
  margin-top: 9px;
  color: var(--hro-green-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.hro-section {
  padding: 104px 0;
}

.hro-section-light {
  background: var(--hro-cream);
}

.hro-section-soft {
  background: var(--hro-soft);
}

.hro-section-dark {
  color: #f7fbf3;
  background: var(--hro-ink);
}

.hro-section-dark h2,
.hro-section-dark h3 {
  color: #fff;
}

.hro-section-heading {
  max-width: 700px;
  margin-bottom: 45px;
}

.hro-section-heading > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 1.02rem;
}

.hro-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hro-contact-info-card {
  display: flex;
  min-height: 215px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  border: 1px solid var(--hro-line);
  border-radius: 25px;
  background: #fff;
}

.hro-contact-info-card:hover {
  border-color: #a8c99d;
}

.hro-contact-icon {
  display: grid;
  width: 43px;
  height: 43px;
  margin-bottom: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
}

.hro-card-kicker {
  margin-bottom: 9px;
  color: var(--hro-green);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hro-contact-info-card strong {
  margin-bottom: 5px;
  color: var(--hro-ink);
  font-size: 1.1rem;
  line-height: 1.25;
}

.hro-contact-info-card > span:last-child {
  color: var(--hro-muted);
  font-size: 0.87rem;
}

.hro-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  align-items: start;
  gap: clamp(42px, 9vw, 130px);
}

.hro-contact-layout > .hro-section-heading {
  margin-bottom: 0;
}

.hro-form-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
  padding: 17px;
  border: 1px solid #cbdcc3;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
}

.hro-form-note > span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.75rem;
  font-weight: 800;
}

.hro-form-note p {
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.hro-form {
  padding: clamp(27px, 5vw, 48px);
  border: 1px solid var(--hro-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(34, 76, 45, 0.07);
}

.hro-form-row {
  margin-bottom: 20px;
}

.hro-form-row label {
  display: block;
  margin-bottom: 8px;
  color: var(--hro-ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.hro-form-row input,
.hro-form-row select,
.hro-form-row textarea {
  width: 100%;
  border: 1px solid #cbdac6;
  border-radius: 13px;
  outline: 0;
  color: var(--hro-ink);
  background: #fbfcf9;
  font: inherit;
  font-size: 0.94rem;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.hro-form-row input,
.hro-form-row select {
  height: 51px;
  padding: 0 15px;
}

.hro-form-row textarea {
  min-height: 130px;
  padding: 13px 15px;
  resize: vertical;
}

.hro-form-row input::placeholder,
.hro-form-row textarea::placeholder {
  color: #8a9b8e;
}

.hro-form-row input:focus,
.hro-form-row select:focus,
.hro-form-row textarea:focus {
  border-color: var(--hro-green);
  box-shadow: 0 0 0 3px rgba(47, 116, 77, 0.12);
}

.hro-submit {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
  font-family: inherit;
}

.hro-form-disclaimer {
  margin: 16px 0 0;
  color: #7c8e81;
  font-size: 0.76rem;
  line-height: 1.5;
  text-align: center;
}

.hro-delivery-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.75fr);
  align-items: center;
  gap: clamp(42px, 9vw, 130px);
}

.hro-delivery-layout h2 {
  max-width: 700px;
  color: #fff;
}

.hro-delivery-layout > div:last-child > p {
  margin-bottom: 25px;
  color: #b6cbbc;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .hro-page-hero-inner {
    min-height: 0;
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .hro-page-hero-mark {
    width: 150px;
    height: 150px;
  }

  .hro-page-hero-mark span {
    font-size: 3.1rem;
  }

  .hro-section {
    padding: 82px 0;
  }

  .hro-contact-info-grid,
  .hro-contact-layout,
  .hro-delivery-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hro-contact-info-card {
    min-height: 0;
  }

  .hro-contact-layout > .hro-section-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .hro-container {
    width: min(100% - 32px, 1180px);
  }

  .hro-main h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .hro-page-hero-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
    padding-top: 46px;
    padding-bottom: 48px;
  }

  .hro-page-hero-mark {
    width: 112px;
    height: 112px;
    align-self: flex-end;
  }

  .hro-page-hero-mark span {
    font-size: 2.3rem;
  }

  .hro-page-hero-mark small {
    margin-top: 4px;
    font-size: 0.5rem;
  }

  .hro-section {
    padding: 68px 0;
  }

  .hro-contact-info-grid {
    gap: 12px;
  }

  .hro-contact-info-card {
    padding: 22px;
  }

  .hro-form {
    padding: 25px 19px;
    border-radius: 22px;
  }

  .hro-delivery-layout .hro-btn {
    width: 100%;
  }
}

/* Reference-style payment step inside the editable contact page. */
.hro-payment-section {
  scroll-margin-top: 24px;
  background: #eff5e7;
}

.hro-payment-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 44px;
}

.hro-payment-intro > div:first-child {
  max-width: 710px;
}

.hro-payment-intro h2 {
  margin-bottom: 16px;
}

.hro-payment-intro > div:first-child > p:last-child {
  max-width: 630px;
  margin: 0;
  color: var(--hro-muted);
  font-size: 1rem;
}

.hro-payment-secure {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 275px;
  padding: 16px 18px;
  border: 1px solid #c8d9bd;
  border-radius: 17px;
  color: var(--hro-ink);
  background: rgba(255, 255, 255, 0.65);
}

.hro-payment-secure > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.9rem;
  font-weight: 800;
}

.hro-payment-secure strong {
  display: block;
  font-size: 0.85rem;
  line-height: 1.25;
}

.hro-payment-secure p {
  margin: 4px 0 0;
  color: var(--hro-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.hro-payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 370px);
  align-items: start;
  gap: 30px;
}

.hro-payment-flow,
.hro-payment-summary {
  border: 1px solid #d5e1cf;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(35, 75, 48, 0.06);
}

.hro-payment-flow {
  overflow: hidden;
}

.hro-payment-steps {
  display: grid;
  grid-template-columns: auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 25px 30px;
  border-bottom: 1px solid #e1e9dd;
}

.hro-payment-step {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8a9a8d;
  white-space: nowrap;
}

.hro-payment-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border: 2px solid #cbd9c6;
  border-radius: 50%;
  color: #8a9a8d;
  font-size: 0.8rem;
  font-weight: 800;
}

.hro-payment-step strong {
  color: #8a9a8d;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.hro-payment-step.is-current > span,
.hro-payment-step.is-complete > span {
  border-color: var(--hro-green);
  color: #fff;
  background: var(--hro-green);
}

.hro-payment-step.is-current strong,
.hro-payment-step.is-complete strong {
  color: var(--hro-ink);
}

.hro-payment-step-line {
  height: 1px;
  background: #dce7d8;
}

.hro-payment-panel {
  padding: 35px 38px 38px;
}

.hro-payment-panel[hidden] {
  display: none;
}

.hro-payment-panel .hro-eyebrow {
  margin-bottom: 12px;
}

.hro-payment-panel h3 {
  margin-bottom: 8px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.hro-payment-panel-lead {
  max-width: 620px;
  margin-bottom: 27px;
  color: var(--hro-muted);
  font-size: 0.92rem;
}

.hro-payment-form {
  display: grid;
  gap: 17px;
}

.hro-payment-form-row {
  display: grid;
  gap: 7px;
}

.hro-payment-form-row label,
.hro-payment-choice legend {
  color: var(--hro-ink);
  font-size: 0.78rem;
  font-weight: 800;
}

.hro-payment-form-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #cbdac4;
  border-radius: 12px;
  outline: none;
  color: var(--hro-ink);
  background: #fbfdf9;
  font: inherit;
  font-size: 0.88rem;
}

.hro-payment-form-row input::placeholder {
  color: #a2b0a5;
}

.hro-payment-form-row input:focus {
  border-color: var(--hro-green);
  box-shadow: 0 0 0 3px rgba(47, 116, 77, 0.1);
}

.hro-payment-form-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.62fr);
  gap: 14px;
}

.hro-payment-choice {
  min-width: 0;
  margin: 7px 0 0;
  padding: 0;
  border: 0;
}

.hro-payment-choice legend {
  margin-bottom: 8px;
}

.hro-payment-choice-card {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 16px;
  border: 2px solid var(--hro-green);
  border-radius: 15px;
  background: #f1f7ed;
}

.hro-payment-choice-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid var(--hro-green);
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
}

.hro-payment-choice-card strong {
  display: block;
  color: var(--hro-ink);
  font-size: 0.9rem;
  line-height: 1.3;
}

.hro-payment-choice-card p {
  margin: 4px 0 0;
  color: var(--hro-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.hro-payment-confirm-note {
  padding: 16px 18px;
  border: 1px solid #c8d9bd;
  border-radius: 15px;
  background: #f8fbf5;
}

.hro-payment-confirm-note strong {
  display: block;
  color: var(--hro-ink);
  font-size: 0.86rem;
}

.hro-payment-confirm-note p {
  margin: 4px 0 0;
  color: var(--hro-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.hro-payment-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 5px;
}

.hro-btn-ghost {
  min-height: 50px;
  border-color: #cbdac4;
  color: var(--hro-ink) !important;
  background: #fff;
  cursor: pointer;
}

.hro-btn-ghost:hover {
  background: #f2f7ef;
}

.hro-payment-next {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.hro-payment-confirm-panel {
  min-height: 410px;
  text-align: center;
}

.hro-payment-success-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 2rem;
  font-weight: 800;
}

.hro-payment-confirm-panel .hro-eyebrow {
  margin-bottom: 9px;
}

.hro-payment-confirm-panel h3 {
  margin-bottom: 13px;
}

.hro-payment-confirm-panel .hro-payment-panel-lead {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.hro-payment-return {
  width: 100%;
  max-width: 450px;
  margin: 6px auto 12px;
}

.hro-payment-confirm-panel .hro-btn-ghost {
  min-height: 43px;
}

.hro-payment-summary {
  position: sticky;
  top: 24px;
  padding: 28px;
}

.hro-payment-summary .hro-eyebrow {
  margin-bottom: 16px;
}

.hro-payment-product {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e1e9dd;
}

.hro-payment-product img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 14px;
  background: #eff5e7;
}

.hro-payment-product h3 {
  margin: 0 0 4px;
  font-size: 1.18rem;
}

.hro-payment-product p {
  margin: 0;
  color: var(--hro-muted);
  font-size: 0.78rem;
}

.hro-payment-summary-lines {
  display: grid;
  gap: 12px;
  padding: 21px 0;
  border-bottom: 1px solid #e1e9dd;
}

.hro-payment-summary-lines > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  color: var(--hro-muted);
  font-size: 0.78rem;
}

.hro-payment-summary-lines strong {
  color: var(--hro-ink);
  font-size: 0.82rem;
  white-space: nowrap;
}

.hro-payment-summary-lines small {
  color: var(--hro-green);
  font-size: 0.68rem;
  font-weight: 800;
}

.hro-payment-summary-lines .hro-payment-savings,
.hro-payment-summary-lines .hro-payment-savings strong {
  color: var(--hro-green-dark);
}

.hro-payment-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0 16px;
  color: var(--hro-ink);
  font-size: 1rem;
  font-weight: 800;
}

.hro-payment-summary-total strong {
  color: var(--hro-green-dark);
  font-size: 1.35rem;
  white-space: nowrap;
}

.hro-payment-summary-note {
  padding: 15px 16px;
  border-radius: 14px;
  background: #f3f8ef;
}

.hro-payment-summary-note strong {
  display: block;
  color: var(--hro-ink);
  font-size: 0.78rem;
}

.hro-payment-summary-note p {
  margin: 4px 0 0;
  color: var(--hro-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .hro-payment-layout {
    grid-template-columns: 1fr;
  }

  .hro-payment-summary {
    position: static;
  }
}

@media (max-width: 650px) {
  .hro-payment-intro {
    display: block;
  }

  .hro-payment-secure {
    max-width: none;
    margin-top: 23px;
  }

  .hro-payment-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 19px 16px;
  }

  .hro-payment-step {
    justify-content: center;
    gap: 6px;
  }

  .hro-payment-step-line {
    display: none;
  }

  .hro-payment-step strong {
    font-size: 0.68rem;
  }

  .hro-payment-step > span {
    width: 29px;
    height: 29px;
    font-size: 0.72rem;
  }

  .hro-payment-panel,
  .hro-payment-summary {
    padding: 25px 19px;
  }

  .hro-payment-form-split {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .hro-payment-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .hro-payment-actions .hro-btn {
    width: 100%;
  }
}

/* Reference-style cart and order view. */
.hro-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hro-order-shell {
  background: #fff;
}

.hro-order-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 0 20px;
  border-bottom: 1px solid var(--hro-line);
}

.hro-order-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hro-green-dark) !important;
  font-size: 0.88rem;
  font-weight: 800;
}

.hro-order-back:hover {
  color: var(--hro-green) !important;
}

.hro-cart-state {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--hro-ink);
}

.hro-cart-state > span {
  color: var(--hro-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hro-cart-state strong {
  font-size: 0.9rem;
}

.hro-order-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
  padding: 38px 0 58px;
}

.hro-order-media {
  position: relative;
  min-height: 675px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg, #edf5e7 0%, #dcebc7 100%);
}

.hro-order-media::after {
  position: absolute;
  right: -80px;
  bottom: -125px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(47, 116, 77, 0.17);
  border-radius: 50%;
  content: "";
}

.hro-order-media-orb {
  position: absolute;
  width: 69%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 0 0 22px rgba(255, 255, 255, 0.14);
}

.hro-order-media img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 28px 17px rgba(33, 78, 47, 0.16));
}

.hro-order-media-caption {
  position: absolute;
  right: 27px;
  bottom: 25px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  color: var(--hro-green-dark);
  text-align: right;
}

.hro-order-media-caption span {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hro-order-media-caption strong {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.hro-order-details {
  padding: 3px 0 0;
}

.hro-order-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.hro-order-badges > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid #cfe0c9;
  border-radius: 999px;
  color: var(--hro-green-dark);
  background: #f4f8ef;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
}

.hro-order-badges b {
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.61rem;
  line-height: 17px;
  text-align: center;
}

.hro-order-details h1 {
  max-width: 620px;
  margin-bottom: 10px;
  color: var(--hro-ink);
  font-size: clamp(2.7rem, 4.4vw, 4.45rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.hro-order-subtitle {
  margin-bottom: 22px;
  color: #6b7e70;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
}

.hro-order-description {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--hro-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.hro-order-divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 11px;
  padding-top: 20px;
  border-top: 1px solid var(--hro-line);
  color: var(--hro-green-dark);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hro-order-divider > span:last-child {
  color: var(--hro-muted);
  letter-spacing: 0.08em;
}

.hro-order-options {
  margin: 0;
  padding: 0;
  border: 0;
}

.hro-order-option {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  margin-bottom: 10px;
  padding: 14px 17px;
  border: 2px solid #d6e2d2;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: border 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hro-order-option:hover,
.hro-order-option.is-selected {
  border-color: var(--hro-green);
  background: #f1f7ed;
  box-shadow: 0 8px 20px rgba(47, 116, 77, 0.08);
}

.hro-order-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.hro-radio {
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #b7cdb1;
  border-radius: 50%;
  background: #fff;
}

.hro-order-option input:checked + .hro-radio {
  border: 6px solid var(--hro-green);
}

.hro-option-copy strong,
.hro-option-copy small {
  display: block;
}

.hro-option-copy strong {
  color: var(--hro-ink);
  font-size: 1rem;
  line-height: 1.2;
}

.hro-option-copy small {
  margin-top: 4px;
  color: var(--hro-muted);
  font-size: 0.79rem;
}

.hro-option-price {
  color: var(--hro-green-dark);
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.hro-order-summary {
  margin-top: 20px;
  padding: 20px;
  border-radius: 18px;
  color: var(--hro-ink);
  background: #f4f8ef;
}

.hro-summary-head,
.hro-summary-line,
.hro-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.hro-summary-head {
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d8e6d1;
}

.hro-summary-head strong {
  font-size: 0.98rem;
}

.hro-summary-head span,
.hro-summary-line,
.hro-summary-total > span {
  color: var(--hro-muted);
  font-size: 0.82rem;
}

.hro-summary-line {
  margin-bottom: 9px;
}

.hro-summary-line > span {
  color: var(--hro-ink);
}

.hro-summary-line small {
  color: var(--hro-muted);
  font-size: 0.75rem;
}

.hro-summary-line strong {
  color: var(--hro-ink);
  font-size: 0.84rem;
}

.hro-summary-total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #d8e6d1;
}

.hro-summary-total strong {
  color: var(--hro-green-dark);
  font-size: 1.22rem;
}

.hro-order-cta {
  width: 100%;
  min-height: 64px;
  margin-top: 13px;
  color: #fff !important;
  background: linear-gradient(100deg, #2f744d 0%, #79a844 100%);
  font-size: 1.08rem;
  box-shadow: 0 14px 28px rgba(47, 116, 77, 0.2);
}

.hro-order-cta:hover {
  background: linear-gradient(100deg, #205b3b 0%, #5f9233 100%);
}

.hro-order-disclaimer {
  margin: 13px 0 0;
  color: #7c8e81;
  font-size: 0.73rem;
  line-height: 1.5;
  text-align: center;
}

.hro-order-footnotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 21px 0 25px;
  border-top: 1px solid var(--hro-line);
  color: var(--hro-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.hro-order-footnotes > span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hro-order-footnotes b {
  color: var(--hro-green);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
  .hro-order-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
    gap: 42px;
  }

  .hro-order-media {
    min-height: 590px;
  }

  .hro-order-badges > span {
    font-size: 0.62rem;
  }
}

@media (max-width: 991px) {
  .hro-order-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .hro-order-media {
    min-height: 520px;
    max-width: 640px;
    margin: 0 auto;
  }

  .hro-order-details {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .hro-order-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
    padding: 18px 0 16px;
  }

  .hro-cart-state {
    width: 100%;
    justify-content: space-between;
  }

  .hro-order-grid {
    gap: 34px;
    padding-top: 24px;
    padding-bottom: 38px;
  }

  .hro-order-media {
    min-height: 385px;
    border-radius: 24px;
  }

  .hro-order-media-caption {
    right: 17px;
    bottom: 17px;
  }

  .hro-order-media-caption span,
  .hro-order-media-caption strong {
    font-size: 0.58rem;
  }

  .hro-order-badges {
    gap: 6px;
    margin-bottom: 22px;
  }

  .hro-order-badges > span {
    padding: 7px 8px;
    font-size: 0.59rem;
  }

  .hro-order-details h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hro-order-subtitle {
    font-size: 0.93rem;
  }

  .hro-order-description {
    font-size: 0.93rem;
  }

  .hro-order-divider {
    font-size: 0.61rem;
  }

  .hro-order-option {
    grid-template-columns: 23px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-height: 0;
    padding: 15px;
  }

  .hro-option-price {
    grid-column: 2;
    font-size: 0.92rem;
  }

  .hro-order-summary {
    padding: 17px;
  }

  .hro-summary-head,
  .hro-summary-line,
  .hro-summary-total {
    gap: 12px;
  }

  .hro-order-footnotes {
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

/* Shared page-local button styles. */
.hro-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hro-btn:hover {
  transform: translateY(-2px);
}

.hro-btn-primary {
  color: #fff !important;
  background: var(--hro-green);
  box-shadow: 0 12px 24px rgba(47, 116, 77, 0.18);
}

.hro-btn-primary:hover {
  color: #fff !important;
  background: var(--hro-green-dark);
  box-shadow: 0 16px 28px rgba(47, 116, 77, 0.25);
}

.hro-btn-light {
  color: var(--hro-ink) !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.hro-btn-light:hover {
  background: #edf5e5;
}

/* Reference-style cart drawer and quantity discounts. */
.hro-cart-state {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font: inherit;
  text-align: right;
}

.hro-cart-state:hover strong {
  color: var(--hro-green);
}

.hro-cart-state:focus-visible,
.hro-cart-close:focus-visible,
.hro-cart-stepper button:focus-visible,
.hro-order-cta:focus-visible,
.hro-cart-checkout:focus-visible {
  outline: 3px solid var(--hro-lime);
  outline-offset: 3px;
}

.hro-order-option .hro-option-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.hro-option-price s {
  color: #93a198;
  font-size: 0.72rem;
  font-weight: 600;
}

.hro-option-price strong {
  color: var(--hro-green-dark);
  font-size: 1rem;
  line-height: 1.1;
}

.hro-option-price small {
  color: var(--hro-green);
  font-size: 0.65rem;
  font-weight: 800;
}

.hro-summary-discount > span,
.hro-summary-discount > strong {
  color: var(--hro-green-dark);
}

.hro-order-cta {
  display: flex;
  border: 0;
  cursor: pointer;
  font: inherit;
  justify-content: center;
}

.hro-cart-layer {
  position: fixed;
  z-index: 1200;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.hro-cart-layer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.hro-cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 31, 22, 0.56);
  opacity: 0;
  transition: opacity 220ms ease;
}

.hro-cart-layer.is-open .hro-cart-backdrop {
  opacity: 1;
}

.hro-cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(530px, 100%);
  padding: 27px 28px 30px;
  overflow-y: auto;
  color: var(--hro-ink);
  background: #fff;
  box-shadow: -18px 0 60px rgba(21, 56, 43, 0.2);
  transform: translateX(105%);
  transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hro-cart-layer.is-open .hro-cart-drawer {
  transform: translateX(0);
}

.hro-cart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hro-line);
}

.hro-cart-head .hro-eyebrow {
  margin-bottom: 7px;
}

.hro-cart-head h2 {
  margin: 0;
  color: var(--hro-ink);
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.hro-cart-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border: 1px solid #cbd8ca;
  border-radius: 50%;
  color: var(--hro-ink);
  background: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.hro-cart-progress {
  padding: 23px 0 21px;
}

.hro-cart-progress > strong {
  display: block;
  color: var(--hro-ink);
  font-size: 1rem;
  line-height: 1.3;
}

.hro-progress-track {
  height: 8px;
  margin: 20px 1px 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e9df;
}

.hro-progress-track span {
  display: block;
  width: 66%;
  height: 100%;
  border-radius: inherit;
  background: repeating-linear-gradient(-45deg, #2f744d 0 8px, #79a844 8px 16px);
}

.hro-progress-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  color: var(--hro-muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.hro-progress-labels span:nth-child(2) {
  color: var(--hro-green-dark);
}

.hro-cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: start;
  gap: 15px;
  padding: 20px 0;
  border-top: 1px solid var(--hro-line);
  border-bottom: 1px solid var(--hro-line);
}

.hro-cart-item img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 14px;
  background: #eff5e7;
}

.hro-cart-item-copy h3 {
  margin: 0 0 3px;
  color: var(--hro-ink);
  font-size: 1.14rem;
  letter-spacing: -0.03em;
}

.hro-cart-item-copy p {
  margin: 0;
  color: var(--hro-muted);
  font-size: 0.8rem;
}

.hro-cart-item-total {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 6px;
  color: var(--hro-green-dark);
  text-align: right;
}

.hro-cart-item-total strong {
  font-size: 1rem;
  white-space: nowrap;
}

.hro-cart-item-total span {
  color: var(--hro-muted);
  font-size: 0.65rem;
  white-space: nowrap;
}

.hro-cart-stepper {
  display: grid;
  grid-template-columns: 35px 42px 35px;
  width: max-content;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid #8ca28d;
  border-radius: 10px;
  background: #fff;
}

.hro-cart-stepper button,
.hro-cart-stepper strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
}

.hro-cart-stepper button {
  border: 0;
  color: var(--hro-ink);
  background: #f4f8f1;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
}

.hro-cart-stepper button + strong,
.hro-cart-stepper strong + button {
  border-left: 1px solid #cbd8ca;
}

.hro-cart-stepper strong {
  color: var(--hro-ink);
  background: #e5f0de;
  font-size: 0.95rem;
}

.hro-cart-stepper button:disabled {
  color: #aeb9ae;
  background: #f7f9f6;
  cursor: not-allowed;
}

.hro-cart-promo,
.hro-cart-delivery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--hro-line);
}

.hro-cart-promo > div,
.hro-cart-delivery {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hro-cart-promo-icon,
.hro-cart-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.95rem;
  font-weight: 800;
}

.hro-cart-delivery-icon {
  background: var(--hro-ink);
}

.hro-cart-promo strong,
.hro-cart-delivery strong {
  display: block;
  color: var(--hro-ink);
  font-size: 0.93rem;
}

.hro-cart-promo p,
.hro-cart-delivery p {
  max-width: 330px;
  margin: 4px 0 0;
  color: var(--hro-muted);
  font-size: 0.75rem;
  line-height: 1.45;
}

.hro-cart-promo > strong {
  color: var(--hro-green-dark);
  font-size: 1rem;
  white-space: nowrap;
}

.hro-cart-totals {
  margin-top: 20px;
  padding: 17px 18px;
  border-radius: 16px;
  background: #f3f7ef;
}

.hro-cart-totals > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--hro-muted);
  font-size: 0.82rem;
}

.hro-cart-totals > div + div {
  margin-top: 9px;
}

.hro-cart-totals strong {
  color: var(--hro-ink);
  white-space: nowrap;
}

.hro-cart-totals .hro-cart-discount-line strong {
  color: var(--hro-green-dark);
}

.hro-cart-totals .hro-cart-total-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d8e6d1;
  color: var(--hro-ink);
  font-size: 1rem;
  font-weight: 800;
}

.hro-cart-total-line strong {
  color: var(--hro-green-dark);
  font-size: 1.3rem;
}

.hro-cart-checkout {
  width: 100%;
  min-height: 62px;
  margin-top: 16px;
  justify-content: center;
  color: #fff !important;
  background: linear-gradient(100deg, #2f744d 0%, #79a844 100%);
  box-shadow: 0 14px 28px rgba(47, 116, 77, 0.2);
  text-align: center;
}

.hro-cart-checkout:hover {
  color: #fff !important;
  background: linear-gradient(100deg, #205b3b 0%, #5f9233 100%);
}

.hro-cart-note {
  margin: 12px 0 0;
  color: var(--hro-muted);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 600px) {
  .hro-cart-drawer {
    width: 100%;
    padding: 21px 17px 25px;
  }

  .hro-cart-head h2 {
    font-size: 2.15rem;
  }

  .hro-cart-item {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
  }

  .hro-cart-item img {
    width: 70px;
    height: 70px;
  }

  .hro-cart-item-total {
    grid-column: 2;
    align-items: flex-start;
    margin-top: -4px;
    text-align: left;
  }

  .hro-cart-promo,
  .hro-cart-delivery {
    gap: 10px;
  }

  .hro-cart-promo p,
  .hro-cart-delivery p {
    max-width: none;
  }
}
