.hv-order-page {
  --hv-order-deep: #173f32;
  --hv-order-deepest: #102e26;
  --hv-order-green: #0c8558;
  --hv-order-green-dark: #086a47;
  --hv-order-mint: #d9f0e4;
  --hv-order-pale: #f1f7f2;
  --hv-order-cream: #f7f5ef;
  --hv-order-ink: #17231d;
  --hv-order-muted: #5f6f66;
  --hv-order-line: rgba(23, 63, 50, 0.15);
  --hv-order-error: #a51d1d;
  box-sizing: border-box;
  min-height: 0;
  padding: clamp(3.25rem, 6vw, 5.75rem) 0 clamp(4.5rem, 7vw, 7rem);
  color: var(--hv-order-ink);
  background: linear-gradient(180deg, #ffffff 0%, var(--hv-order-cream) 100%);
  font-family: Ubuntu, sans-serif;
}

.hv-order-page *,
.hv-order-page *::before,
.hv-order-page *::after {
  box-sizing: border-box;
}

.hv-order-page h1,
.hv-order-page h2,
.hv-order-page h3,
.hv-order-page p,
.hv-order-page dl,
.hv-order-page dt,
.hv-order-page dd {
  margin: 0;
}

.hv-order-page h1,
.hv-order-page h2,
.hv-order-page h3 {
  color: var(--hv-order-deep);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.hv-order-page a {
  color: var(--hv-order-green-dark);
}

.hv-order-page a:focus-visible,
.hv-order-page button:focus-visible,
.hv-order-page input:focus-visible {
  outline: 3px solid rgba(12, 133, 88, 0.35);
  outline-offset: 3px;
}

.hv-order-shell {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.hv-order-intro {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.hv-order-kicker,
.hv-order-label {
  color: var(--hv-order-green-dark);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hv-order-stock {
  margin-top: 0.7rem !important;
  color: var(--hv-order-green-dark);
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.4;
}

.hv-order-intro h1 {
  margin-top: 0.8rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hv-order-intro h1 span {
  color: var(--hv-order-green);
}

.hv-order-lead {
  max-width: 640px;
  margin: 1.25rem auto 0;
  color: var(--hv-order-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hv-order-promo {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem 1rem;
  max-width: 680px;
  margin: 1.45rem auto 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(12, 133, 88, 0.3);
  border-radius: 1rem;
  background: linear-gradient(135deg, #f1f7f2 0%, #ffffff 100%);
  text-align: left;
}

.hv-order-promo-badge {
  display: grid;
  min-width: 4.45rem;
  min-height: 4.45rem;
  place-items: center;
  align-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--hv-order-green);
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
}

.hv-order-promo-badge small {
  margin-top: 0.2rem;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}

.hv-order-promo-content {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.hv-order-promo-title {
  color: var(--hv-order-deep);
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.hv-order-promo-price,
.hv-order-promo-note {
  color: var(--hv-order-muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.hv-order-promo-price strong {
  margin-right: 0.35rem;
  color: var(--hv-order-green-dark);
  font-size: 1.15rem;
}

.hv-order-promo-note del {
  color: var(--hv-order-muted);
}

.hv-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.8fr);
  align-items: start;
  gap: 1.5rem;
}

.hv-order-main,
.hv-order-side {
  display: grid;
  align-content: start;
  gap: 1.5rem;
  min-width: 0;
}

.hv-order-info-card,
.hv-order-packages-card,
.hv-order-summary-card,
.hv-order-form-panel {
  border: 1px solid var(--hv-order-line);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 63, 50, 0.1);
}

.hv-order-info-card,
.hv-order-packages-card,
.hv-order-form-panel {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.hv-order-card-heading h2,
.hv-order-form-panel h2,
.hv-order-summary-heading h2 {
  margin-top: 0.65rem;
  font-size: clamp(1.45rem, 2.6vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.hv-order-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.7rem;
  border-top: 1px solid var(--hv-order-line);
}

.hv-order-info-item {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  min-width: 0;
  padding: 1.15rem 0.85rem 0.1rem;
  border-right: 1px solid var(--hv-order-line);
}

.hv-order-info-item:first-child {
  padding-left: 0;
}

.hv-order-info-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.hv-order-info-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.35rem;
  fill: none;
  stroke: var(--hv-order-green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hv-order-info-item strong {
  color: var(--hv-order-deep);
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.hv-order-info-item span {
  color: var(--hv-order-muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.hv-order-card-lead {
  margin-top: 0.7rem !important;
  color: var(--hv-order-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hv-order-assurance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.15rem 0;
}

.hv-order-assurance-item {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
  padding: 1rem 1.05rem;
  border: 1px solid var(--hv-order-line);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.68);
}

.hv-order-assurance-item strong {
  color: var(--hv-order-deep);
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.86rem;
  line-height: 1.35;
}

.hv-order-assurance-item span {
  color: var(--hv-order-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hv-order-assurance-item a {
  font-weight: 700;
  text-underline-offset: 0.15em;
}

.hv-order-package-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.55rem;
}

.hv-order-package-option {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
  min-height: 278px;
  padding: 0.9rem 0.7rem 1rem;
  border: 1.5px solid rgba(23, 63, 50, 0.22);
  border-radius: 1rem;
  color: var(--hv-order-ink);
  background: #ffffff;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hv-order-package-option:hover {
  border-color: var(--hv-order-green);
  box-shadow: 0 12px 24px rgba(23, 63, 50, 0.11);
  transform: translateY(-2px);
}

.hv-order-package-option.is-selected {
  border-color: var(--hv-order-green);
  background: var(--hv-order-pale);
  box-shadow: 0 0 0 3px rgba(12, 133, 88, 0.16);
}

.hv-order-package-number {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(23, 63, 50, 0.2);
  border-radius: 50%;
  color: var(--hv-order-deep);
  background: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
}

.hv-order-package-state {
  display: none;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: max-content;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--hv-order-green);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.hv-order-package-option.is-selected .hv-order-package-state {
  display: inline-flex;
}

.hv-order-package-option.is-selected .hv-order-package-number {
  border-color: var(--hv-order-green);
  color: #ffffff;
  background: var(--hv-order-green);
}

.hv-order-package-image {
  display: grid;
  width: 100%;
  height: 132px;
  place-items: center;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #000000;
}

.hv-order-package-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hv-order-package-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 0.25rem;
  min-width: 0;
  text-align: center;
}

.hv-order-package-copy strong {
  color: var(--hv-order-deep);
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.hv-order-package-copy small {
  min-height: 2.35em;
  color: var(--hv-order-muted);
  font-size: 0.82rem;
  line-height: 1.3;
}

.hv-order-package-copy del {
  color: var(--hv-order-muted);
  font-size: 0.75rem;
  line-height: 1.2;
  text-decoration-thickness: 1px;
}

.hv-order-package-copy b {
  color: var(--hv-order-green-dark);
  font-size: 1.08rem;
  line-height: 1.3;
}

.hv-order-package-copy em {
  min-height: 1.3em;
  color: var(--hv-order-green);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.hv-order-summary-card {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.hv-order-summary-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.hv-order-summary-heading h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.hv-order-summary-heading > strong {
  flex: 0 0 auto;
  color: var(--hv-order-green-dark);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.hv-order-summary-product {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  align-items: center;
  gap: 1.15rem;
  margin-top: 1.55rem;
  padding-top: 1.55rem;
  border-top: 1px solid var(--hv-order-line);
}

.hv-order-summary-image {
  display: grid;
  width: 138px;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background: #000000;
  box-shadow: 0 10px 22px rgba(16, 46, 38, 0.16);
}

.hv-order-summary-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hv-order-summary-copy {
  min-width: 0;
}

.hv-order-summary-copy h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.hv-order-details {
  margin-top: 0.9rem !important;
  border-top: 1px solid var(--hv-order-line);
}

.hv-order-detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--hv-order-line);
}

.hv-order-detail-row dt {
  color: var(--hv-order-muted);
  font-size: 0.9rem;
}

.hv-order-detail-row dd {
  color: var(--hv-order-deep);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: right;
}

.hv-order-detail-row--savings dd {
  color: var(--hv-order-green-dark);
}

.hv-order-page .hv-order-detail-row--savings[hidden] {
  display: none;
}

.hv-order-change {
  display: inline-flex;
  margin-top: 1.1rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-underline-offset: 0.18em;
}

.hv-order-form-panel h2 {
  font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.hv-order-form-lead {
  margin-top: 0.8rem !important;
  color: var(--hv-order-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.hv-order-form {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.85rem;
}

.hv-order-field {
  display: grid;
  gap: 0.5rem;
}

.hv-order-field label {
  color: var(--hv-order-deep);
  font-size: 0.98rem;
  font-weight: 700;
}

.hv-order-field input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(23, 63, 50, 0.3);
  border-radius: 0.75rem;
  color: var(--hv-order-ink);
  background: #ffffff;
  font: inherit;
  font-size: 1rem;
  line-height: 1.35;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.hv-order-field input::placeholder {
  color: rgba(95, 111, 102, 0.72);
}

.hv-order-field input:hover {
  border-color: var(--hv-order-green);
}

.hv-order-field input:focus {
  border-color: var(--hv-order-green);
  background: var(--hv-order-pale);
  box-shadow: 0 0 0 4px rgba(12, 133, 88, 0.12);
  outline: none;
}

.hv-order-field input.is-invalid {
  border-color: var(--hv-order-error);
  background: #fff9f9;
}

.hv-order-error {
  color: var(--hv-order-error);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hv-order-submit {
  min-height: 3.7rem;
  margin-top: 0.25rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid var(--hv-order-green);
  border-radius: 999px;
  color: #ffffff;
  background: var(--hv-order-green);
  box-shadow: 0 12px 24px rgba(12, 133, 88, 0.2);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hv-order-submit:hover {
  border-color: var(--hv-order-green-dark);
  background: var(--hv-order-green-dark);
  box-shadow: 0 14px 28px rgba(12, 133, 88, 0.26);
  transform: translateY(-1px);
}

.hv-order-submit:active {
  transform: translateY(0);
}

.hv-order-privacy {
  color: var(--hv-order-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.hv-order-privacy a {
  font-weight: 700;
  text-underline-offset: 0.16em;
}

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

@media (max-width: 720px) {
  .hv-order-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hv-order-info-item:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .hv-order-info-item:nth-child(n + 3) {
    border-top: 1px solid var(--hv-order-line);
  }

  .hv-order-info-item:nth-child(3) {
    padding-left: 0;
  }

  .hv-order-info-item:nth-child(4) {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .hv-order-page {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .hv-order-promo {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hv-order-assurance {
    grid-template-columns: 1fr;
  }

  .hv-order-shell {
    width: min(calc(100% - 28px), 540px);
  }

  .hv-order-intro {
    margin-bottom: 2rem;
  }

  .hv-order-intro h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hv-order-lead {
    font-size: 1rem;
  }

  .hv-order-info-card,
  .hv-order-packages-card,
  .hv-order-form-panel,
  .hv-order-summary-card {
    padding: 1.35rem;
  }

  .hv-order-card-heading h2,
  .hv-order-form-panel h2 {
    font-size: 1.75rem;
  }

  .hv-order-package-options {
    grid-template-columns: 1fr;
  }

  .hv-order-package-option {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    min-height: 0;
    padding: 0.8rem;
  }

  .hv-order-package-state {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
  }

  .hv-order-package-number {
    top: 0.7rem;
    right: 0.7rem;
  }

  .hv-order-package-image {
    width: 96px;
    height: 96px;
    grid-row: 1;
  }

  .hv-order-package-copy {
    justify-items: start;
    padding: 0 2rem 0 0.25rem;
    text-align: left;
  }

  .hv-order-package-copy small {
    min-height: 0;
  }

  .hv-order-package-copy em {
    min-height: 0;
  }

  .hv-order-summary-product {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 0.9rem;
  }

  .hv-order-summary-image {
    width: 108px;
  }
}

@media (max-width: 400px) {
  .hv-order-summary-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .hv-order-summary-heading > strong {
    font-size: 1.45rem;
  }

  .hv-order-summary-product {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .hv-order-summary-image {
    width: 92px;
  }
}
